Commit 8f6a960
StackMemory Bot (CLI)
feat: Obsidian vault adapter for frame serialization
- ObsidianVaultAdapter: writes frames as .md files with YAML frontmatter
and [[wiki-links]] into a configured Obsidian vault path
- Auto-maintained index.md with frame type counts and recent frame links
- Web clipper ingest: watches raw/ for new .md files, parses frontmatter,
triggers ingest callback for frame creation
- Session summaries with frame backlinks
- Config: add optional `obsidian.vaultPath` to StackMemoryConfig
- Hooks into frameLifecycleHooks (onFrameCreated/onFrameClosed)
- Zero Obsidian plugins required — pure file I/O1 parent 2ad098d commit 8f6a960
2 files changed
Lines changed: 500 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
69 | 80 | | |
70 | 81 | | |
71 | 82 | | |
| |||
77 | 88 | | |
78 | 89 | | |
79 | 90 | | |
| 91 | + | |
| 92 | + | |
80 | 93 | | |
81 | 94 | | |
82 | 95 | | |
| |||
0 commit comments