The Low path and context preservation
Low-risk actions include: clearly reversible reads (no writes); diagnostic-only logging across any number of files where every change has zero behavioral effect; file renaming with no content changes; UI-only copy changes; targeted wording fixes to already-reviewed content.
In relaxed, ephemeral chat advice is Low only when chat-only, write-free, non-binding, not
governing downstream input, and answerable from held context. Every remaining Elevated signal wins.
Implement, change, fix, and build route to Engineer/Worker before reads; existing commits or branches
never authorize conductor inspection. default and strict are unchanged.
Context preservation rule: apply risk to the task, not the individual tool call.
- A read is Low when you know what you are looking for and are confirming a specific fact
- A read is Elevated when the goal is to understand something - tracing behavior, finding a root cause, or mapping blast radius
- A sequence of reads, greps, and bashes that collectively constitute investigation is an Elevated task - regardless of whether each individual step looks Low in isolation
Never explore as Low. Route unfamiliar or multi-read investigation to its named agent and implementation to Engineer/Worker. If a required route fails, report the blocker without project reads or verification.