lucaronin
c0fbb1c40e
refactor: remove obsolete scripts tooling
2026-04-14 12:28:37 +02:00
lucaronin
b384cbf6ee
chore: enforce main-only workflow and adopt AGENTS.md
2026-04-07 18:42:41 +02:00
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
d79b1f62eb
fix: update pre-commit hook to detect MCP config
...
- Check for CodeScene in ~/.claude/mcp.json (MCP setup)
- Fallback to ~/.codescene/token (CLI setup)
- Now works with standard Claude Code + CodeScene MCP
2026-02-17 13:17:23 +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