Releases: sodam-ai/SoDam-Design-Kit
Releases · sodam-ai/SoDam-Design-Kit
Release list
v0.3.0 — Phase 2 complete + Phase 3 in progress
v0.1.0 only covered Phase 1 (MVP). This release catches the tag/release up to everything actually shipped on the default branch since then — the marketplace listing was showing "Phase 1" while installs already delivered far more.
Phase 2 (complete)
- open dashboard (
/sodam-design-kit:open) — run history, report/screenshot viewer, one-click re-verify, 127.0.0.1-only with per-run token + CSP - local visual regression detection (opt-in
--visualRegression) - font pipeline A — automatic OFL font download + license preservation + asset ledger +
next/font/localmodule generation - font gate C — fails the verification gate on unregistered font files (opt-in
--fontGate)
Phase 3 (in progress — 4 of 5 items)
- detail-page pipeline — product data -> copy -> page code, reusing the same verification gate
- AI-GENERATION-LOG.md — automatic history of AI-authored copy, with secret redaction before every write
- marketing-asset pipeline — OG image generation (Satori + Sharp), 1200x630 only for now
- license gate extended to image/icon assets + automatic ATTRIBUTION.md generation
Remaining Phase 3 items (poster/banner/business-card formats, MCP wrapper for Claude Desktop) are intentionally not started — they're gated on an explicit user request, not a technical blocker.
Also in this release
- fixed a validation gap where a bad
--projectpath (pointing at a file instead of a directory) leaked a raw Node error instead of a clear message, across 6 scripts - test suite: 279/279 passing,
npm audit: 0 vulnerabilities
v0.1.0 — Phase 1 (MVP)
Phase 1 (MVP) 공식 완료
Figma 디자인을 shadcn/ui 코드로 만들고, 실제 브라우저 검증(Playwright + axe-core + 3개 뷰포트)을 통과해야만 완료로 인정되는 Claude Code 디자인 자동화 킷.
핵심 기능
/sodam-design-kit:setup— 설정 마법사 (component-map 초기 시드)/sodam-design-kit:pipeline— Figma 읽기 -> 매핑 -> shadcn/ui 코드 생성 -> 검증 게이트- 검증 게이트: dev server 자동 기동(포트 자동 우회) + Playwright + axe-core + 360/768/1440px
- FAIL 시 완료 보고를 훅이 기계적으로 차단
- 신규 컴포넌트 생성 경로 + 하드코딩 값 자동 거부
- axe 위반 상세 기록 (재시도 피드백 재료)
검증
- 단위 테스트 68/68 통과, npm audit 0건
- 새 세션 라이브 재현 4차 시도로 최종 확정 (2026-08-04) — PRD 성공 기준 6개 전부 충족
라이선스
Apache License 2.0 (2026-08-09 확정)
전체 이력은 .PRD/README.md 참고.