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
2026-02-17 13:27:09 +01:00
lucaronin
f47dcd56ee
docs: add README and shareable git hooks
...
- Add README.md with quick start, docs links, dev workflow
- Add .github/hooks/ with installable pre-commit hook
- Add install-hooks.sh script for easy setup
- Hook checks code health, warns on large changes
- Documentation in .github/HOOKS.md
2026-02-17 13:14:20 +01:00