File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ Ghost message: "I see you created new-feature.ts. Need tests?"
188188
189189## 🔗 Related Documents
190190
191- - [ googleImplement.md] ( ../ googleImplement.md) - Shadow Loop roadmap
191+ - [ googleImplement.md] ( googleImplement.md ) - Shadow Loop roadmap
192192- [ docs/00-VISION.md] ( docs/00-VISION.md ) - Core principles
193193- [ docs/01-ARCHITECTURE.md] ( docs/01-ARCHITECTURE.md ) - Shadow Loop architecture
194194- [ docs/08-ROADMAP.md] ( docs/08-ROADMAP.md ) - Phase 2 plans
Original file line number Diff line number Diff line change @@ -364,7 +364,7 @@ src/gateway/
364364
365365### Reference Implementation
366366- ** OpenClaw Memory:** ` /Users/orlandoascanio/openclaw/src/memory/ `
367- - ** Analysis Document:** ` memoryOpenclaw.md `
367+ - ** Analysis Document:** ` docs/archive/root-notes/ memoryOpenclaw.md`
368368
369369### Key Patterns
3703701 . Singleton with cache
@@ -437,7 +437,7 @@ src/gateway/
437437## 📞 Support
438438
439439### Questions?
440- - Review ` memoryOpenclaw.md ` for OpenClaw patterns
440+ - Review ` docs/archive/root-notes/ memoryOpenclaw.md` for OpenClaw patterns
441441- Check individual part files for detailed steps
442442- Run tests to verify implementation
443443
Original file line number Diff line number Diff line change @@ -395,9 +395,9 @@ Add SQLite + vector embeddings for semantic search.
395395
396396## 🔗 Related Documents
397397
398- - [ googleImplement.md] ( ../googleImplement.md ) - Shadow Loop roadmap
399- - [ KimiImplement.md] ( ../KimiImplement.md ) - Subagent roadmap
400- - [ MiniMaxImplement.md] ( ../MiniMaxImplement.md ) - Channel roadmap
398+ - [ googleImplement.md] ( ../archive/root-notes/ googleImplement.md ) - Shadow Loop roadmap
399+ - [ KimiImplement.md] ( ../archive/root-notes/ KimiImplement.md ) - Subagent roadmap
400+ - [ MiniMaxImplement.md] ( ../archive/root-notes/ MiniMaxImplement.md ) - Channel roadmap
401401- [ docs/08-ROADMAP.md] ( 08-ROADMAP.md ) - Phase breakdown
402402- [ docs/TALON_FEATURES.md] ( TALON_FEATURES.md ) - Complete feature catalog
403403
@@ -769,9 +769,9 @@ Expand channel support and add browser interface.
769769
770770## 🔗 Related Documents
771771
772- - [ googleImplement.md] ( ../googleImplement.md ) - Shadow Loop roadmap
773- - [ KimiImplement.md] ( ../KimiImplement.md ) - Subagent roadmap
774- - [ MiniMaxImplement.md] ( ../MiniMaxImplement.md ) - Channel roadmap
772+ - [ googleImplement.md] ( ../archive/root-notes/ googleImplement.md ) - Shadow Loop roadmap
773+ - [ KimiImplement.md] ( ../archive/root-notes/ KimiImplement.md ) - Subagent roadmap
774+ - [ MiniMaxImplement.md] ( ../archive/root-notes/ MiniMaxImplement.md ) - Channel roadmap
775775- [ docs/08-ROADMAP.md] ( 08-ROADMAP.md ) - Phase breakdown
776776- [ docs/TALON_FEATURES.md] ( TALON_FEATURES.md ) - Complete feature catalog
777777
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ git add src/tools/memory-search-semantic-tool.ts
1313git add scripts/test-vector-memory.js
1414git add scripts/install-vector-deps.sh
1515git add docs/VECTOR_MEMORY.md
16- git add VECTOR_MEMORY_IMPLEMENTATION.md
16+ git add docs/archive/root-notes/ VECTOR_MEMORY_IMPLEMENTATION.md
1717
1818# Stage modified files
1919echo " 📝 Staging modified files..."
You can’t perform that action at this time.
0 commit comments