update to 0.7.1 and migration

This commit is contained in:
Jason Stedwell
2026-06-19 23:03:06 -05:00
parent 8bf9871dbe
commit aa00243987
60 changed files with 2026 additions and 576 deletions
@@ -1,7 +1,7 @@
{
"name": "goldbrain-memory",
"version": "0.2.0",
"description": "Persistent memory via the goldbrain Obsidian vault over the Local REST API. Reads and writes notes across Claude/CoWork sessions using direct REST calls — no MCP server required. Defers to the vault's own control docs for structure. v0.2 adopts the ECHO procedural model: parallel context loading, search-before-write, append idempotency, project lifecycle (incubating/active/on-hold/archived), scope switching, monthly vault health, a resilient daily Agent Log, and em-dash/parenthesis-safe PATCH targeting. Bryan Gilliom's memory vault.",
"version": "0.7.1",
"description": "Persistent memory via the goldbrain Obsidian vault over the Local REST API — no MCP server. Self-bootstrapping: the plugin carries the full vault scaffold and all control logic, so it stands up an empty vault and ports to any other. Ships a validated API client (goldbrain.sh), a machine-readable routing manifest the linter enforces, deterministic bootstrap/migrate scripts, /gb-load|save|triage|health commands, a cooperative advisory lock for concurrent Claude/CoWork sessions, and em-dash/parenthesis-safe PATCH targeting. Reads/writes notes across Claude/CoWork sessions. Adopts the full ECHO procedural model (v0.7 architecture). Bryan Gilliom's memory vault; architected by Jason.",
"author": {
"name": "Jason"
},