forked from jason/echo
16 lines
738 B
JSON
16 lines
738 B
JSON
|
|
{
|
||
|
|
"name": "chorus-memory",
|
||
|
|
"version": "2.0.0-alpha.1",
|
||
|
|
"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"
|
||
|
|
]
|
||
|
|
}
|