feat: Obsidian integration via cli scripts

This commit is contained in:
2026-04-17 08:05:23 -06:00
parent 902e11c7d4
commit a2b667f497
35 changed files with 715 additions and 34 deletions

View File

@@ -64,3 +64,5 @@ See `core/integrations/communication-model.md` for the reusable connector contra
Optional navigation layers such as Obsidian should read the same Markdown files instead of copying memory into a second store.
See `core/integrations/obsidian-model.md` for the recommended vault model.
The project-agnostic memory interface lives in `scripts/memory/` and is documented in `core/integrations/memory-vault-model.md`. Agents should use that interface for note creation, vault search, Base queries, and health checks, while still editing Markdown directly for precise curation.