v0.1.0
このページはまだ翻訳されていません。原文のまま表示しています。
Released 2026-04-27. Initial OSS port of the design-token panel + bin
server from zmodular into a standalone monorepo. Tracked under
super-epic issue #2.
Added
- Repo bootstrap — pnpm workspace skeleton (root
package.json,pnpm-workspace.yaml,.gitignore, MITLICENSE), top-levelREADME.md, the rootCHANGELOG.md,.editorconfig,.prettierrc, and.npmrcaligned with myoss conventions. Generated project logo viakumiko-gen. Added GitHub Actions workflows and ab4pushvalidation script. (#11) - Doc site scaffold —
doc/site generated viacreate-zudo-docwith thezudo-token-panelpreset (light/dark color schemes; default feature set: search, sidebarFilter, claudeResources, sidebarResizer, sidebarToggle, versioning, docHistory, llmsTxt, changelog). Top page rebuilt with a hero + feature cards layout. (#11) @takazudo/zudo-design-token-panelpackage — ported the Preact-based live design-token tweak panel intopackages/zudo-design-token-panel/, including the host-config-driven runtime (TokenManifest,ColorClusterConfig), tests, and the portable contract / README. Renamed the secondary cluster identifier from a reference-project name to the genericsecondary, and scrubbed reference-project name leaks from source comments. (#12)design-token-panel-serverbin — ported the Node bin entry and server-side apply pipeline modules into the panel package, wired thebinandserverentries into the package build, and rewroteREADME.md§3 for the OSS-standalone bin surface. (#13)
Notes
The examples/* workspaces (Astro, Vite + React, Next.js reference
integrations) are listed in pnpm-workspace.yaml but the actual example
apps are still being ported. Links from the doc site and top page may
404 until the examples land.