Remove files or patterns from the protection blacklist
Remove files or patterns from the protection blacklist to allow editing
/plugin marketplace add moinsen-dev/claude_code_marketplace/plugin install guard@moinsen-coderRemove protection from files, allowing them to be edited.
/unprotect <pattern>
/unprotect list
# Unprotect a file
/unprotect .env.example
# Unprotect directory
/unprotect build/
# Show all protections
/unprotect list
${CLAUDE_PLUGIN_ROOT}/scripts/manage_blacklist.py remove {{pattern}}