Skip to content

v2.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Jun 03:02
  • Project layout aligned to the recommended Claude Code design-project structure (Phase A1 of docs/restructure-plan.md). Additive only — no knowledge folders moved, no path references changed, accuracy_report stays 25/25 = 100%.
  • CONTEXT.md — ubiquitous language. A shared domain glossary (3-tier tokens, the 8 states, POUR, gate, token-by-intent, anti-slop, RENDER-AND-LOOK) so the agent names the problem precisely and spends fewer tokens doing it.
  • Custom slash commands under .claude/commands//gate (run the one-command gate, report the real N/N), /ship (pre-release gate + README/changelog checklist), /scaffold-project (generate a new design-product skeleton in the reference layout).
  • .claude/settings.json — shared permissions (the scripts allowlist), checked into git so the team gates without per-call prompts.
  • .mcp.json — project-scoped Figma MCP connection, secret-free (${FIGMA_API_KEY} env expansion).
  • CLAUDE.local.md (gitignored) for personal preferences, and reference/ for real screens the agent studies before an image-to-code / redesign / design-review pass.