| name | persistent-memory |
| description | Use when a loop or long-running task must persist factual state, decisions, evidence, blockers, or next actions outside model context |
Persistent Memory
Purpose
Maintain durable factual project memory across loop runs.
Procedure
At each stage transition, persist current state, decisions, attempts, results, blockers, and next action. Compact superseded information. Never store secrets or private reasoning.
Required outputs
Durable state record and concise memory update.
Safety / quality gates
- Operate within declared scope.
- Produce evidence for material claims.
- Never bypass stop conditions or permission boundaries.
- Update persistent loop memory after meaningful progress.