- /diff command to compare config with backups
- Shows added/removed/changed files
- JSON-aware comparison for config files
- List available backups
- /template command for session templates
- Built-in templates: daily-standup, code-review, troubleshoot, deploy
- Each template includes checklist, initial commands, prompt
- Create custom templates interactively or non-interactively
- Updated shell completions with 21 aliases total
- Test suite now covers 29 tests
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- /workflow command to list and describe available workflows
- Filter by category (health, deploy, incidents, sysadmin)
- Show workflow steps and triggers
- /skill-info command for skill introspection
- List scripts, triggers, and allowed tools
- Show references and documentation
- /agent-info command with hierarchy visualization
- Tree view of agent relationships
- Model assignments (opus/sonnet/haiku) with visual indicators
- Supervisor and subordinate information
- Updated shell completions with 19 aliases total
- Test suite now covers 27 tests
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- docs/QUICK-REFERENCE.md: Comprehensive quick reference card with
- All commands organized by category
- Shell aliases
- Key paths
- PA flags
- Autonomy levels
- Troubleshooting tips
- automation/upgrade.sh: Version upgrade management
- Check for available upgrades (git-aware)
- Pre-upgrade backup creation
- Migration runner for version upgrades
- Post-upgrade validation
- Updated shell completions with 16 aliases total
- Test suite now covers 24 tests
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- /export command to export session data as Markdown or JSON
- Export for sharing with other Claude instances
- Include session details, topics, summary, and memory items
- /mcp-status command to check MCP integration health
- Gmail venv and credentials status
- Calendar API dependencies
- Delegation helpers presence
- MCP server configuration
- Updated shell completions with 15 aliases total
- Test suite now covers 23 tests
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- /log command to view and analyze automation logs
- Filter by pattern, date, or log type
- List available log files
- /debug command generates comprehensive debug report
- Version, core files, state, memory, scripts status
- Environment info (Python, kubectl)
- Disk usage by directory
- JSON output mode for scripting
- Updated shell completions with 13 aliases total
- Test suite now covers 21 tests
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- /search command to search across memory, history, and configuration
- history-browser.py for browsing and analyzing session history
- install.sh for first-time setup with directory creation and validation
- daily-maintenance.sh for scheduled backup, cleanup, and validation
- systemd timer units for automated daily maintenance at 6 AM
- Updated shell completions with 11 aliases
- Test suite now covers 19 tests
- Bump version to 1.1.0
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
New files:
- completions.bash: Bash completions and aliases for automation scripts
- completions.zsh: Zsh completions and aliases
- test-scripts.sh: Test suite for Python and Bash scripts
Test coverage:
- Automation scripts (validate-setup, memory-add, memory-list)
- Skill scripts (gmail, gcal, usage)
- Bash scripts (quick-status, health-check, k8s)
All 12 tests pass.
Usage:
source ~/.claude/automation/completions.bash # or .zsh
~/.claude/automation/test-scripts.sh
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>