Files
davila7--claude-code-templates/dashboard/public/component-content/hooks/development-tools/change-tracker.json
T
wehub-resource-sync bb5c75ce05
Component Security Validation / Security Audit (push) Has been cancelled
Deploy to Cloudflare Pages / deploy (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:38:58 +08:00

1 line
793 B
JSON

{"content": "{\n \"description\": \"Track file changes in a simple log. Records which files were modified and when for easy tracking of Claude Code activity.\",\n \"hooks\": {\n \"PostToolUse\": [\n {\n \"matcher\": \"Edit|MultiEdit\",\n \"hooks\": [\n {\n \"type\": \"command\",\n \"command\": \"echo \\\"[$(date '+%Y-%m-%d %H:%M:%S')] File modified: $CLAUDE_TOOL_FILE_PATH\\\" >> ~/.claude/changes.log\"\n }\n ]\n },\n {\n \"matcher\": \"Write\",\n \"hooks\": [\n {\n \"type\": \"command\",\n \"command\": \"echo \\\"[$(date '+%Y-%m-%d %H:%M:%S')] File created: $CLAUDE_TOOL_FILE_PATH\\\" >> ~/.claude/changes.log\"\n }\n ]\n }\n ]\n }\n}"}