generated from coulomb/repo-seed
Document implicit default phase-memory activation in ops-warden.
This commit is contained in:
@@ -55,14 +55,19 @@ Rejected writes containing token-like values or raw URLs.
|
|||||||
|
|
||||||
Rigid memory (charter, allowlist) is import-only and never promoted from episodes.
|
Rigid memory (charter, allowlist) is import-only and never promoted from episodes.
|
||||||
|
|
||||||
|
## Default Behavior
|
||||||
|
|
||||||
|
Memory is enabled by default (`WARDEN_MEMORY=1`). ops-warden implicitly calls
|
||||||
|
`ensure_memory_context` on every command; explicit `warden memory activate` is
|
||||||
|
optional introspection only.
|
||||||
|
|
||||||
## Agent Session Orientation
|
## Agent Session Orientation
|
||||||
|
|
||||||
Coding agents should:
|
Coding agents should:
|
||||||
|
|
||||||
1. Set `WARDEN_AGENT_ID` to their runtime id.
|
1. Set `WARDEN_AGENT_ID` to their runtime id (claude, codex, grok, or future).
|
||||||
2. Run `warden memory activate --json` at session start.
|
2. Use normal `warden route` / `warden access` commands; memory loads and episodes
|
||||||
3. Use normal `warden route` / `warden access` commands; episodes are recorded
|
are recorded automatically.
|
||||||
automatically when memory is enabled.
|
|
||||||
|
|
||||||
## Evaluation
|
## Evaluation
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user