Skip to content

Commit 77301b8

Browse files
docs: update moved markdown references
1 parent 3e7f5f3 commit 77301b8

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

docs/archive/root-notes/SYSTEM_ACCESS_AUDIT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/plans/MemoryUpgrade-Index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
370370
1. 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

docs/reports/IMPLEMENTATION_STATUS.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

scripts/commit-vector-memory.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ git add src/tools/memory-search-semantic-tool.ts
1313
git add scripts/test-vector-memory.js
1414
git add scripts/install-vector-deps.sh
1515
git 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
1919
echo "📝 Staging modified files..."

0 commit comments

Comments
 (0)