update to 0.7.1 and migration
This commit is contained in:
@@ -1,20 +1,12 @@
|
||||
# Starter Memory Vault
|
||||
# Goldbrain 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.
|
||||
This Obsidian vault is the persistent memory substrate ("second brain") for its operator. It is read and written across Claude / CoWork sessions through the Obsidian Local REST API.
|
||||
|
||||
## 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
|
||||
**This vault holds data, not logic.** All operating procedure — how the vault is bootstrapped, how notes are routed, the taxonomy, frontmatter conventions, and safety rules — lives in the **`goldbrain-memory` plugin**, which is the single source of truth. There are intentionally no `CLAUDE.md` / `BOOTSTRAP.md` / `STRUCTURE.md` control docs in this vault; updating or porting goldbrain means updating or installing the plugin, not editing files here.
|
||||
|
||||
## Review focus
|
||||
- Folder shape
|
||||
- Frontmatter standards
|
||||
- Note taxonomy
|
||||
- Session flow
|
||||
- Agent memory layout
|
||||
- CoWork/API readiness
|
||||
- **Layout:** see the plugin's `references/vault-layout.md`.
|
||||
- **Operating contract & safety:** see the plugin's `references/operating-contract.md`.
|
||||
- **Bootstrap / repair:** see the plugin's `references/bootstrap.md`.
|
||||
- **Version marker:** `_agent/goldbrain-vault.md` records the schema version and bootstrap date.
|
||||
|
||||
Folders: `inbox/`, `journal/` (daily + weekly/monthly/quarterly/annual rollups), `projects/`, `areas/`, `resources/`, `decisions/`, and the agent subtree `_agent/`.
|
||||
|
||||
Reference in New Issue
Block a user