Files
echo-v.05/echo-memory.plugin.src/.claude-plugin/plugin.json
T
Jason Stedwell 2fc3a0a80b ver-0.7
2026-06-19 21:12:14 -05:00

15 lines
786 B
JSON

{
"name": "echo-memory",
"version": "0.7.0",
"description": "Persistent memory via the ECHO Obsidian vault over the Local REST API. Self-bootstrapping: the plugin carries the full vault scaffold and all control logic (no in-vault routing docs), so it stands up an empty vault and ports cleanly to any other. Ships a validated API client (echo.sh), a canonical machine-readable routing manifest, deterministic bootstrap/migrate scripts, a read-only vault linter, and /echo-load|save|triage|health commands. Reads and writes notes across Claude/CoWork sessions using direct REST calls \u2014 no MCP server required. Jason's personal memory vault.",
"author": {
"name": "Jason"
},
"keywords": [
"memory",
"obsidian",
"notes",
"persistence",
"echo"
]
}