What problem does it solve? When debugging or working on one module, AI-assisted edits can accidentally modify unrelated files across the repository. This Skill restricts Edit and Write operations to a single directory, blocking any change outside the allowed path for the session. ## Core Features & Use Cases - Directory-Scoped Editing: Sets a freeze boundary so Edit and Write tools only work inside the chosen directory. - PreToolUse Hook Enforcement: A Bash hook inspects each Edit/Write call's file path and returns a deny decision for out-of-boundary targets. - Session-Persistent State: Stores the freeze directory in a state file so the boundary applies to every subsequent edit until removed. - Use Case: While debugging a failing module in src/auth/, freeze edits to that folder so the AI cannot accidentally "fix" unrelated code elsewhere in the repo. ## Quick Start Ask the assistant to freeze edits to a specific directory, for example: restrict all edits to the src/auth folder for this session.