Overview
dsh-memento
Community · Topic auto-analysis — Automatically discovered through the dsh-plugin GitHub Topic. Static checks verified a pinned public root bundle contract and committed files without executing third-party code. This is not a human review, security audit, runtime smoke test, publisher identity check, or official endorsement.
Install this bundle from GitHub
The CLI validates the bundle, invokes native DSH, then reports completion.
npx dshpub add PerryLink/dsh-memento --ref b38eb2c3d7904a84360cc94c03a0757f6fefc6f3Capabilities
What it contributes
README / EN
Package documentation
Bounded, layered, approval-gated, auditable cross-session memory for DeepSeek Harness.
LIMITATIONS
Known limitations
- **Session events vocabulary is declared, not yet emitted (rc.6).** `memory/added|updated|removed|recalled|snapshot` are merge-declared in `types.d.ts`, but rc.6 has no registration surface for out-of-repo event types (unregistered appends would make persisted sessions unloadable). Audit completeness comes from the approval pair + the audit table; emission turns on automatically once a harness build registers the types. See [ARCHITECTURE.md](ARCHITECTURE.md) decision 4. - **`ask` policy needs an answerer.** With no UI/ACP answerer composed, writes fail closed (`unavailable`) — by design, the approval seam's fail-closed stance. - **No per-agent scope yet.** V1 layers are `user-global` and `workspace` only.
