Document implicit default phase-memory activation in ops-warden.

This commit is contained in:
2026-07-03 00:49:39 +02:00
parent bea81836a1
commit 592577f7cd

View File

@@ -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.
## 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
Coding agents should:
1. Set `WARDEN_AGENT_ID` to their runtime id.
2. Run `warden memory activate --json` at session start.
3. Use normal `warden route` / `warden access` commands; episodes are recorded
automatically when memory is enabled.
1. Set `WARDEN_AGENT_ID` to their runtime id (claude, codex, grok, or future).
2. Use normal `warden route` / `warden access` commands; memory loads and episodes
are recorded automatically.
## Evaluation