Files
gh-moinsen-dev-claude-code-…/commands/unprotect.md
2025-11-30 08:40:52 +08:00

459 B

description
description
Remove files or patterns from the protection blacklist

unprotect

Remove protection from files, allowing them to be edited.

Usage

/unprotect <pattern>
/unprotect list

Examples

# Unprotect a file
/unprotect .env.example

# Unprotect directory
/unprotect build/

# Show all protections
/unprotect list

Implementation

${CLAUDE_PLUGIN_ROOT}/scripts/manage_blacklist.py remove {{pattern}}