plugin 0.2.2

This commit is contained in:
2026-06-05 00:49:20 -05:00
parent 67acf8fd52
commit d37b248747
115 changed files with 5565 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# Starter Memory Vault
This is a review scaffold for an Obsidian-based memory vault designed for Claude Code, future CoWork plugin integration, and Obsidian Local REST API access.
## Included
- Root control docs: `CLAUDE.md`, `STRUCTURE.md`, `BOOTSTRAP.md`, `spinup.md`
- Core knowledge folders
- Agent memory and session folders
- Starter templates
- Starter seed notes
- Index pages for navigation
- `.env.example` for future local integration config
## Review focus
- Folder shape
- Frontmatter standards
- Note taxonomy
- Session flow
- Agent memory layout
- CoWork/API readiness