Skip to content

v0.2.1

Latest

Choose a tag to compare

@cskwork cskwork released this 09 Jun 16:29
· 3 commits to main since this release

superdesign-skill v0.2.1

Intent-driven master designer skill, now with a bilingual landing page and first-class Korean/CJK support.

Landing (docs/index.html)

  • Bilingual EN/KO toggle: data-en/data-ko attrs, default from navigator.language, persisted in localStorage, ?lang=en|ko override for shareable links.
  • Korean line-breaking via word-break: keep-all (wraps at 어절 boundaries, never mid-word); Noto Sans KR with Latin fallback; Korean copy rewritten for natural grammar.
  • Apple Liquid Glass redesign: aurora background, .glass blur/saturate/off-white highlights, prefers-reduced-transparency solid fallback.
  • Floating top glass capsule + Apple-style bottom dock (Modes/Loop/Gate/Install) with IntersectionObserver section spy.

Skill updates (Korean/CJK as a first-class concern)

  • reference/taste-core.md: new "CJK / Korean text" section (always loaded at Build + Critique).
  • reference/web.md: concrete CJK CSS + bilingual toggle pattern.
  • reference/mobile.md: CJK face, word line-breaking, longer Korean label sizing.

Verification

  • anti-slop-gate.mjs: PASS. contrast-gate.mjs: all pairs WCAG AA (lowest 7.31).
  • All 4 contract suites green; EN + KO verified via headless Chrome.