What problem does it solve?
Developers often need to limit AI-driven changes to a specific set of files or directories and prevent accidental execution of destructive commands, especially in high‑risk or parallel‑agent scenarios.
Core Features & Use Cases
- Define Writable Surface – Explicitly state the exact paths or file list the agent may modify.
- Mode Selection – Choose between Careful (warn on risky commands), Freeze (restrict edits to defined paths), or Guard (combine both) to match the task’s safety requirements.
- Plan‑Mode Checkpoint – Insert an approval step before any high‑impact operation.
- Agent Re‑briefing – Restate scope for each delegated or parallel agent to ensure isolation.
- Explicit Removal – Clear the scope when the restriction is no longer needed.
Typical use cases include production migrations, billing module refactors, or any situation where multiple agents work on separate parts of a codebase and need strict boundaries.
Quick Start
Set a Guard mode scope for src/payments/ and require approval before any destructive command.