Hooks:
- PreToolUse/Bash: Block destructive commands, enforce core CLI
- PostToolUse/Edit: Auto-format Go/PHP files, warn about debug statements
- PostToolUse/Bash: Warn about uncommitted work after git commit
- PreCompact: Save state to prevent amnesia
- SessionStart: Restore recent session context
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Skills and commands now use path arrays
- Removed unsupported fields (hooks, dependencies)
- Hooks will be added separately in hooks/hooks.json
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Skills for core CLI, PHP, and Go patterns
- PreToolUse hooks to block destructive commands and enforce core CLI
- PreCompact/SessionStart hooks for context preservation
- PostToolUse hooks for auto-formatting and debug warnings
- /core:remember command for manual context capture
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>