Armory
Source
Browse
Hooks

change-logger-2

Change Logger Hook Logs every file mutation (Edit, Write, Bash) to a CSV file for demo prep and session review. Output: .claude/critical_log_changes.csv

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install change-logger-2 --cli claude

writes the file to.claude/hooks/change-logger-2Listed as compatible

Configuration
# fetches the hook script into:
.claude/hooks/change-logger-2
# 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

Change Logger Hook Logs every file mutation (Edit, Write, Bash) to a CSV file for demo prep and session review. Output: .claude/critical_log_changes.csv

When to use it

Change Logger Hook Logs every file mutation (Edit, Write, Bash) to a CSV file for demo prep and session review. Output: .claude/critical_log_changes.csv

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/automation/change-logger.py -o .claude/hooks/change-logger.py

Notes

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