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

16 lines
738 B
JSON
Raw Normal View History

{
"name": "chorus-memory",
"version": "2.0.0-alpha.2",
"description": "Group-based persistent memory via the shared CHORUS Obsidian vault over the Obsidian Local REST API. Cross-platform Python client: one-call capture/resolve/recall/link/triage over an entity index, hybrid BM25 + graph recall spanning entities + sessions/journal (recency/status-aware), a pre-write duplicate gate, complete-frontmatter capture, session hooks that self-fire load/reflect, offline write-ahead queue, lock-guarded concurrency, linter-enforced routing, and /chorus-* commands.",
"author": {
"name": "Jason Stedwell"
},
"license": "UNLICENSED",
"keywords": [
"memory",
"obsidian",
"notes",
"persistence",
"chorus"
]
}