From e98817ed6f1322fbb4f6de64280fdaf7d9696bf5 Mon Sep 17 00:00:00 2001 From: zichun Date: Mon, 25 May 2026 13:58:29 +0800 Subject: [PATCH] fix(lite): point feature-spec Design Tokens source to docs/04 (lite folds docs/06) --- skills/coding/feature-spec/SKILL.md | 2 +- skills/coding/feature-spec/templates/feature-spec-plan-template.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/skills/coding/feature-spec/SKILL.md b/skills/coding/feature-spec/SKILL.md index 36eb349..a17cfe0 100644 --- a/skills/coding/feature-spec/SKILL.md +++ b/skills/coding/feature-spec/SKILL.md @@ -52,7 +52,7 @@ allowed-tools: Read Write Grep Glob Skill AskUserQuestion Bash(mysql *) - **页面骨架**:Read 所有 `associated_prototypes[]`(含 anchor 时聚焦相应区域),作为布局权威 - **业务规则**:Read 所有 `associated_reqs[]` 对应的 `docs/01-需求清单//.md`,提取业务校验规则、acceptance、UI 描述 - **API 契约**:Read `docs/05-API接口契约.md`,按 `associated_reqs[]` 过滤出本 FE 消费的端点 -- **Design Tokens**:Read `docs/06-UI交互规范.md § 二`,作为色值 / 状态色的引用源 +- **Design Tokens / 交互约定**:Read `docs/04-技术规范.md`「前端 Design Tokens / 交互约定」段(lite 已把原 docs/06 内容并入 docs/04),作为色值 / 状态色 / 交互规范的引用源 - **前端组件库**:Read `docs/04-技术规范.md § 零` 找 `frontend.ui_lib`(如 Ant Design / Element Plus),决定组件选型 --- diff --git a/skills/coding/feature-spec/templates/feature-spec-plan-template.md b/skills/coding/feature-spec/templates/feature-spec-plan-template.md index 819e883..83c1a98 100644 --- a/skills/coding/feature-spec/templates/feature-spec-plan-template.md +++ b/skills/coding/feature-spec/templates/feature-spec-plan-template.md @@ -87,7 +87,7 @@ module: {{module}} #### Design Tokens 引用清单 - + ``` {{token_list}} -- libgit2 0.22.2