Intercept and log Anthropic API requests sent by claude-code
# Install dependencies
npm i
# Development mode with auto-reload and file logging
npm run dev -- --log-group my-session # saves to logs/my-session/
# Start with custom config file
CONFIG_FILE=myconfig.yaml npm run devIn config.yaml
logging:
...
compact: true