Zudo Token Panel

Type to search...

to open search from anywhere

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, MIT LICENSE), top-level README.md, the root CHANGELOG.md, .editorconfig, .prettierrc, and .npmrc aligned with myoss conventions. Generated project logo via kumiko-gen. Added GitHub Actions workflows and a b4push validation script. (#11)
  • Doc site scaffolddoc/ site generated via create-zudo-doc with the zudo-token-panel preset (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-panel package — ported the Preact-based live design-token tweak panel into packages/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 generic secondary, and scrubbed reference-project name leaks from source comments. (#12)
  • design-token-panel-server bin — ported the Node bin entry and server-side apply pipeline modules into the panel package, wired the bin and server entries into the package build, and rewrote README.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.

Revision History