lucaronin
cfa4754f29
feat: auto-implement design changes via post-commit hook
- Add scripts/design-diff-analyzer.js to detect design changes
• Analyzes ui-design.pen diff (colors, typography, spacing, layout)
• Generates implementation tasks for Claude Code
• Distinguishes content-only changes (no implementation)
- Add .git/hooks/post-commit to spawn Claude Code automatically
• Triggers when ui-design.pen is committed
• Spawns isolated sub-agent with auto-notify on completion
• 10min timeout, auto-cleanup after done
- Update install-hooks.sh to install post-commit hook
- Document full workflow in .github/HOOKS.md
Workflow: commit design → analyzer runs → Claude Code spawns → implements → notifies Brian → Brian notifies Luca