Files
echo-v.05/echo-memory.plugin.src/.claude-plugin/plugin.json
T
Jason Stedwell d256b7f9df bump to 0.7.1
2026-06-19 21:57:41 -05:00

15 lines
698 B
JSON

{
"name": "echo-memory",
"version": "0.7.1",
"description": "Persistent memory via the ECHO Obsidian vault over the Local REST API \u2014 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 (echo.sh), a machine-readable routing manifest the linter enforces, deterministic bootstrap/migrate scripts, and /echo-load|save|triage|health commands. Reads/writes notes across Claude/CoWork sessions. Jason's personal memory vault.",
"author": {
"name": "Jason"
},
"keywords": [
"memory",
"obsidian",
"notes",
"persistence",
"echo"
]
}