---
--- name: install-logging-hooks description: Install automatic activity logging hooks in current project --- # Install Activity Logging Hooks Install the automatic activity logging system in your current project by copying hook scripts and configuring Claude Code hooks. ## What This Does This command will: 1. **Copy hook scripts** to `.claude/hooks/` in current project 2. **Copy configuration** to `.claude/hooks/auto-logger-config.json` 3. **Update settings** to enable hooks in `.claude/settings.local.json` 4. **Create logs directory** at `.claude/logs/` 5. **Verify inst...