Armory
Source
Browse
Hooks

command-logger

Log all Claude Code commands to a file for audit and debugging purposes. Simple logging that records tool usage with timestamps.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install command-logger --cli claude

writes the file to.claude/hooks/command-loggerListed as compatible

Configuration
# fetches the hook script into:
.claude/hooks/command-logger
# 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 Claude Code commands to a file for audit and debugging purposes. Simple logging that records tool usage with timestamps.

When to use it

Log all Claude Code commands to a file for audit and debugging purposes. Simple logging that records tool usage with timestamps.

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/command-logger.json -o .claude/hooks/command-logger.json

Notes

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