Stats
Actions
Tags
From forgeline
After every Edit/Write tool call, runs a bash script that suggests progressive disclosure of file contents to reduce context window usage. Executes bash, reads/writes files.
1 event · 1 hook
Safety signals detected in this hook configuration
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
Edit|Write|MultiEditcase "$CLAUDE_FILE_PATH" in *.json) if command -v python3 >/dev/null 2>&1; then python3 -m json.tool "$CLAUDE_FILE_PATH" >/dev/null 2>&1 || echo '[Forgeline] Invalid JSON: '"$CLAUDE_FILE_PATH"; elif command -v python >/dev/null 2>&1; then python -m json.tool "$CLAUDE_FILE_PATH" >/dev/null 2>&1 || echo '[Forgeline] Invalid JSON: '"$CLAUDE_FILE_PATH"; fi ;; esacnpx claudepluginhub nikita-voloshyn/forgeline --plugin forgeline