Armory
Source
Browse
Hooks

edit-audit-log

Log all file edits to a project-local audit file with timestamps. Records every Edit tool usage to .claude/edit-log.txt for tracking changes across sessions. Requires jq.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install edit-audit-log --cli claude

writes the file to.claude/hooks/edit-audit-logListed as compatible

Configuration
# fetches the hook script into:
.claude/hooks/edit-audit-log
# 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

Log all file edits to a project-local audit file with timestamps. Records every Edit tool usage to .claude/edit-log.txt for tracking changes across sessions. Requires jq.

When to use it

Log all file edits to a project-local audit file with timestamps. Records every Edit tool usage to .claude/edit-log.txt for tracking changes across sessions. Requires jq.

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/development-tools/edit-audit-log.json -o .claude/hooks/edit-audit-log.json

Notes

Extracted from davila7/claude-code-templates, development-tools category.