Files
goldbrain/goldbrain-memory.src/.claude-plugin/plugin.json
T
2026-06-07 22:41:19 -05:00

16 lines
754 B
JSON

{
"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.",
"author": {
"name": "Jason"
},
"keywords": [
"memory",
"obsidian",
"notes",
"persistence",
"goldbrain"
]
}