dna memory¶
Declarative memory over existing Kinds (remember/recall/forget/consolidate).
Generated from the command definitions
This page is introspected from the dna Click command tree by
scripts/gen_cli_docs.py, so it stays in lockstep with
dna memory --help.
dna memory consolidate¶
Deterministic consolidation pass — recompute decay, report/soft-forget stale memories. NO LLM (that scribe is external + optional).
Options
| Option | Description |
|---|---|
--apply |
Soft-forget stale memories (bi-temporal, never delete). |
--floor |
Retention floor below which a memory is stale. (default: 0.15) |
--help |
Show this message and exit. |
--json |
|
--kind |
(default: LessonLearned) |
--scope |
|
--tenant |
dna memory forget¶
Bi-temporal DEMOTION — set valid_to (never hard-delete).
Arguments
| Argument | Required |
|---|---|
NAME |
yes |
Options
| Option | Description |
|---|---|
--help |
Show this message and exit. |
--json |
|
--kind |
(default: LessonLearned) |
--scope |
|
--superseded-by |
Name of the memory that supersedes this one. |
--tenant |
dna memory list¶
List memories in the scope (current by default; --all includes forgotten).
Options
| Option | Description |
|---|---|
--all |
Include bi-temporally-invalidated (forgotten) memories. |
--help |
Show this message and exit. |
--json |
|
--kind |
(default: LessonLearned) |
--scope |
|
--tenant |
dna memory recall¶
Hybrid, bi-temporal, retention-re-scored recall over the memory Kinds.
Arguments
| Argument | Required |
|---|---|
QUERY |
yes |
Options
| Option | Description |
|---|---|
--actor |
Who is recalling (stamped in cues_history). (default: cli) |
--help |
Show this message and exit. |
--json |
|
--kind |
Restrict to memory kind(s). Default: all. |
--no-reconsolidate |
Skip the cue/confidence bump side-effect. |
--scope |
|
--tenant |
|
-k, --limit |
(default: 5) |
dna memory remember¶
Write a memory Kind + deterministic encoding-context + index it.
Arguments
| Argument | Required |
|---|---|
SUMMARY |
yes |
Options
| Option | Description |
|---|---|
--affect |
(default: triumph) |
--area |
Scoped target area (Feature/X, Epic/Y, …). (default: general) |
--help |
Show this message and exit. |
--json |
|
--kind |
(default: LessonLearned) |
--name |
Doc name (default: rem- |
--owner |
Authoring agent (claude-code, jarvis, …). |
--reason |
Concrete justification for the affect (≥20 chars). |
--scope |
Scope (default: first/only scope). |
--source-ref |
Source artifact ref (repeatable). |
--tag |
Tag (repeatable) — also seeds encoding_context co_topics. |
--tenant |
Tenant overlay. |