refactor: 原型迁移 .superpowers/prototype → design/prototype(与 CONTRACT 同目录)
Design Source Checks / design-source (push) Failing after 14m23s

- git mv 全目录(历史保留);.gitignore 收敛为整个 .superpowers/ 忽略
- 全仓 16 处引用同步(CI checks.yml / l1-sync / screens.mjs / hooks /
  CLAUDE.md / CONTRACT / SSR 模板注释 / docs / web 注释)
- 修 pre-commit 路径正则残留;5180 评审服务已切新路径
- 验证:check-ds 12 道 / l1-sync 6 道 / fidelity 抽查全过

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01JJ1g8XV1YhhmHRzhwWEW7o
This commit is contained in:
wangjia
2026-07-07 18:47:31 +08:00
parent d1b7e8e2e9
commit 05203a9b5b
79 changed files with 46 additions and 48 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,6 +1,6 @@
/* ============================================================
岩美酒库官网 · 组件与版式层
原子样式一对一镜像 .superpowers/prototype/atoms.css.btn/.card/.badge/.kpi/.chip),
原子样式一对一镜像 design/prototype/atoms.css.btn/.card/.badge/.kpi/.chip),
营销版式(nav/hero/section/footer)用同一批 token 组合。
============================================================ */
+1 -1
View File
@@ -1,6 +1,6 @@
/* ============================================================
岩美酒库官网 · 令牌层
单一真相源:.superpowers/prototype/tokens.css 主题 A(经典蓝)1:1 拷贝
单一真相源:design/prototype/tokens.css 主题 A(经典蓝)1:1 拷贝
+ 「营销扩展」段(仅官网用的大字号/容器宽,App 无此场景)。
规则:页面与组件只引用 var(--token),禁硬编码 hex。
同步纪律:App 原型 token 变更时,此文件对应值需同步。