check-package-age
Claude Code Hook: Prevent installation of outdated packages.
- Score
- Unranked
- Evidence
- No signals yet
- Last commit
- Not known
- Listed
Install
armory install check-package-age --cli claudewrites the file to.claude/hooks/check-package-ageListed as compatible
Configuration
# fetches the hook script into:
.claude/hooks/check-package-age
# 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
A Claude Code hook from decider/claude-hooks. Claude Code Hook: Prevent installation of outdated packages.
When to use it
Claude Code Hook: Prevent installation of outdated packages.
How to install / invoke
# wire the script into .claude/settings.json hooks for the matching event
curl -sL https://github.com/decider/claude-hooks/raw/main/hooks/check-package-age.py -o .claude/hooks/check-package-age.py
Notes
Extracted from hooks/check-package-age.py. See the repo for the settings.json wiring and full implementation.
Source docstring: Claude Code Hook: Prevent installation of outdated packages.