scope
SolidHard-block edits outside declared frozen directories via PreToolUse hook.
Install
Quality Score: 86/100
Skill Content
Details
- Author
- boshu2
- Repository
- boshu2/agentops
- Created
- 7 months ago
- Last Updated
- today
- Language
- Go
- License
- NOASSERTION
Similar Skills
Semantically similar based on skill content — not just same category
freeze
Scope or freeze which files Claude can edit during debugging, a refactor, or review. Use when edits should stay in specific dirs, or for a read-only investigate lock. Backed by a sentinel + PreToolUse hook.
freeze
Restrict file edits to a specific directory for the session. Blocks Edit and Write outside the allowed path. Use when debugging to prevent accidentally "fixing" unrelated code, or when you want to scope changes to one module. Use when asked to "freeze", "restrict edits", "only edit this folder", or "lock down edits". (gstack).
freeze
Freeze a module so future edits trigger advisory warnings until explicitly unfrozen. Use to mark a module post-incident as do-not-touch without review.