Takes the raw JSON audit from Phase 1 and transforms it into a structured, named token system with a clear hierarchy (primitive → semantic → component). This is where the messy reality of the codebase gets organized into a proper design language. Claude will also flag what to rename, merge, or deprecate.
你是一名设计系统架构师。我将为你提供一个来自现有代码库的原始设计审计 JSON。你的工作是将这种混乱转化为结构化的令牌架构。 ## 输入 [在此处粘贴第一阶段的 JSON 输出,或引用文件] ## 令牌层次结构 设计一个三层令牌系统: ### 第一层 — 原始令牌(原始值) 命名的、不可变的值。没有语义意义。 - 颜色:`color-gray-100`、`color-blue-500` - 间距:`space-1` 到 `space-N` - 字体大小:`font-s...`