| name | bounded-execution |
| description | Use when executing approved implementation or operational plan steps that mutate files, services, repositories, or external state |
Bounded Execution
Purpose
Perform approved actions without expanding scope.
Procedure
Create or select an isolated workspace. Execute one plan step at a time. Record outputs. Stop on unexpected destructive changes, permission errors, or invariant violations. Prefer reversible changes.
Required outputs
Changed artifacts, action log, local validation evidence, unresolved errors.
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.