Context packs gather planning/preflight evidence for a task.
- Extract candidate files and symbols.
- Include relevant memory evidence.
- Include graph/RAG hints when enabled.
- Clearly label side-effect behavior.
- Evidence labels must be semantically accurate.
readonlybehavior must either be enforced or not claimed.- Context gathering must avoid hidden writes when advertised as read-only.
ContextPack.read_onlydefaults to true even when builderreadonlyis false.- Memory catalog construction can initialize state depending on path.
- Evidence consumers can misread the label as no-write proof.