1
0
forked from jason/echo
Files
chorus/echo-memory.plugin.src/.claude-plugin/plugin.json
T

16 lines
850 B
JSON
Raw Normal View History

{
"name": "echo-memory",
2026-06-22 09:27:36 -05:00
"version": "1.0.0",
"description": "Persistent, self-bootstrapping memory via the ECHO Obsidian vault over the Local REST API — no MCP server. Cross-platform Python client (echo.py) with one-call capture/resolve/recall/link backed by a machine-maintained entity index, hybrid BM25 + graph recall, automatic bidirectional cross-linking, an offline write-ahead queue + read cache, lock-guarded concurrency, session-reflection capture, a routing manifest the linter enforces, graph-health checks, and bootstrap/migrate/sweep scripts plus /echo-load|save|recall|triage|health|sweep|reflect commands. Routes and crosslinks notes across Claude/CoWork sessions.",
"author": {
"name": "Jason"
},
2026-06-22 09:27:36 -05:00
"license": "UNLICENSED",
"keywords": [
"memory",
"obsidian",
"notes",
"persistence",
"echo"
]
}