Armory
Source
Browse
Hooks

file-protection

Protect critical files from accidental modification. Prevents editing of important system files, configuration files, and production code.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install file-protection --cli claude

writes the file to.claude/hooks/file-protectionListed as compatible

Configuration
# fetches the hook script into:
.claude/hooks/file-protection
# then register it in your settings.json "hooks" block.

↳ Add the hook entry to settings.json, then restart the harness.

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Protect critical files from accidental modification. Prevents editing of important system files, configuration files, and production code.

When to use it

Protect critical files from accidental modification. Prevents editing of important system files, configuration files, and production code.

How to install / invoke

# Wire this hook script into .claude/settings.json
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/hooks/security/file-protection.json -o .claude/hooks/file-protection.json

Notes

Extracted from davila7/claude-code-templates, security category.