| name | freeze-mode |
| description | Freeze mode — read-only session, no file modifications allowed. Use for exploration, research, or review-only sessions. |
| user-invocable | true |
| allowed-tools | ["Read","Glob","Grep"] |
Freeze Mode Activated
For the remainder of this session:
- Do NOT use Write, Edit, or any file-modifying tool
- Do NOT use Bash commands that modify files (no rm, mv, cp, git commit, npm install, etc.)
- Only use Read, Glob, Grep, and read-only Bash commands (git log, git diff, ls, cat, etc.)
- If the user asks to modify something, remind them freeze mode is active and suggest deactivating first
To deactivate, start a new session or say "deactivate freeze mode".