@qijenchen/design-system 0.1.0-beta.123 → 0.1.0-beta.124
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ds-canonical/adapters/claude/agents/README.md +1 -1
- package/ds-canonical/commands/README.md +1 -1
- package/ds-canonical/fork/codex/agents/skills/bug-fix-rhythm/SKILL.md +3 -3
- package/ds-canonical/fork/codex/agents/skills/product-ui-audit/SKILL.md +1 -1
- package/ds-canonical/fork/codex/agents/skills/propose-options/SKILL.md +3 -3
- package/ds-canonical/fork/codex/agents/skills/prototype/SKILL.md +1 -1
- package/ds-canonical/fork/codex/agents/skills/prototype/references/evaluation-matrix.md +1 -1
- package/ds-canonical/fork/codex/agents/skills/scan-similar-bugs/SKILL.md +1 -10
- package/ds-canonical/fork/codex/agents/skills/visual-audit/SKILL.md +1 -2
- package/ds-canonical/fork/codex/agents/skills/visual-audit/references/visual-checklist.md +2 -2
- package/ds-canonical/fork/consumer/lock.json +7 -7
- package/ds-canonical/fork/governance.lock +33 -33
- package/ds-canonical/fork/hooks/check_consumer_app_invariants.sh +1 -1
- package/ds-canonical/fork/manifest.json +10 -10
- package/ds-canonical/fork/providers/claude/skills/bug-fix-rhythm/SKILL.md +3 -3
- package/ds-canonical/fork/providers/claude/skills/product-ui-audit/SKILL.md +1 -1
- package/ds-canonical/fork/providers/claude/skills/propose-options/SKILL.md +3 -3
- package/ds-canonical/fork/providers/claude/skills/prototype/SKILL.md +1 -1
- package/ds-canonical/fork/providers/claude/skills/prototype/references/evaluation-matrix.md +1 -1
- package/ds-canonical/fork/providers/claude/skills/scan-similar-bugs/SKILL.md +1 -10
- package/ds-canonical/fork/providers/claude/skills/visual-audit/SKILL.md +1 -2
- package/ds-canonical/fork/providers/claude/skills/visual-audit/references/visual-checklist.md +2 -2
- package/ds-canonical/fork/providers/codex/skills/bug-fix-rhythm/SKILL.md +3 -3
- package/ds-canonical/fork/providers/codex/skills/product-ui-audit/SKILL.md +1 -1
- package/ds-canonical/fork/providers/codex/skills/propose-options/SKILL.md +3 -3
- package/ds-canonical/fork/providers/codex/skills/prototype/SKILL.md +1 -1
- package/ds-canonical/fork/providers/codex/skills/prototype/references/evaluation-matrix.md +1 -1
- package/ds-canonical/fork/providers/codex/skills/scan-similar-bugs/SKILL.md +1 -10
- package/ds-canonical/fork/providers/codex/skills/visual-audit/SKILL.md +1 -2
- package/ds-canonical/fork/providers/codex/skills/visual-audit/references/visual-checklist.md +2 -2
- package/ds-canonical/fork/skills/bug-fix-rhythm/SKILL.md +2 -2
- package/ds-canonical/fork/skills/product-ui-audit/SKILL.md +1 -1
- package/ds-canonical/fork/skills/propose-options/SKILL.md +2 -2
- package/ds-canonical/fork/skills/prototype/SKILL.md +1 -1
- package/ds-canonical/fork/skills/prototype/references/evaluation-matrix.md +1 -1
- package/ds-canonical/fork/skills/scan-similar-bugs/SKILL.md +1 -1
- package/ds-canonical/fork/skills/visual-audit/references/visual-checklist.md +2 -2
- package/ds-canonical/hooks/check_consumer_app_invariants.sh +1 -1
- package/ds-canonical/hooks/check_datatable_invariants.sh +1 -1
- package/ds-canonical/hooks/check_plugin_fork_health.sh +1 -1
- package/ds-canonical/hooks/check_propose_discipline.sh +1 -1
- package/ds-canonical/hooks/check_story_invariants.sh +2 -2
- package/ds-canonical/hooks/check_storybook_addon_packaging.sh +1 -1
- package/ds-canonical/hooks/lib/_app_shell_primary_header_consistency.sh +1 -1
- package/ds-canonical/references/README.md +0 -1
- package/ds-canonical/rules/README.md +1 -1
- package/ds-canonical/rules/meta-patterns.md +7 -9
- package/ds-canonical/skills/bug-fix-rhythm/SKILL.md +2 -2
- package/ds-canonical/skills/design-system-audit/SKILL.md +1 -1
- package/ds-canonical/skills/design-system-audit/references/audit-prompts.md +6 -6
- package/ds-canonical/skills/design-system-audit/references/historical-bugs.md +24 -1
- package/ds-canonical/skills/governance-health/SKILL.md +2 -2
- package/ds-canonical/skills/new-component/SKILL.md +9 -9
- package/ds-canonical/skills/new-component/references/new-component-checklist.md +3 -3
- package/ds-canonical/skills/product-ui-audit/SKILL.md +1 -1
- package/ds-canonical/skills/propose-options/SKILL.md +2 -2
- package/ds-canonical/skills/prototype/SKILL.md +1 -1
- package/ds-canonical/skills/prototype/references/evaluation-matrix.md +1 -1
- package/ds-canonical/skills/scan-similar-bugs/SKILL.md +1 -1
- package/ds-canonical/skills/visual-audit/references/visual-checklist.md +2 -2
- package/package.json +1 -1
- package/ds-canonical/references/preflight-gate-baseline.json +0 -216
- /package/ds-canonical/hooks/{lib/_approval_re.sh → retired/_approval_re.sh.retired-2026-08-18} +0 -0
|
@@ -33,7 +33,7 @@ Claude Code 專案級 subagent 現在會讀取 `.claude/agents/*.md`。共用 wo
|
|
|
33
33
|
| 可能含產品/UI/UX SSOT 決策的 workflow | `packages/design-system/ds-canonical/skills/`(runtime 使用 generated provider view) | agent 返回一次 summary;真正 P2H checkpoint 需在 main AI 端處理 |
|
|
34
34
|
| 一次性 script | `.claude/commands/` | agent 是 AI worker,不是 script |
|
|
35
35
|
| 每 session signal rule | `CLAUDE.md` | agent 只在 invoke 時載入 |
|
|
36
|
-
| 機械 tool-level 檢查 |
|
|
36
|
+
| 機械 tool-level 檢查 | `packages/design-system/ds-canonical/hooks/` | hook 是 pre/post tool event,不是 AI agent(`.claude/hooks/` 只是 generated view)|
|
|
37
37
|
|
|
38
38
|
## 新 agent 的 criteria
|
|
39
39
|
|
|
@@ -13,7 +13,7 @@ Claude Code 已將 custom commands 併入 skills,新增 workflow 一律寫入
|
|
|
13
13
|
| 疑似要放這但其實不是 | 正確去處 | 為什麼 |
|
|
14
14
|
|---------------------|---------|--------|
|
|
15
15
|
| 任何可重複 workflow(單步或多階段) | `packages/design-system/ds-canonical/skills/` | Agent Skills 是跨 provider 共用面 |
|
|
16
|
-
| 機械 tool-event 檢查 |
|
|
16
|
+
| 機械 tool-event 檢查 | `packages/design-system/ds-canonical/hooks/` | hook 是 pre/post tool 觸發,不是 user 觸發(`.claude/hooks/` 只是 generated view)|
|
|
17
17
|
| 需要 isolated context / scoped tools | `.claude/agents/` | agent 是 AI worker,command 是 quick action |
|
|
18
18
|
|
|
19
19
|
## 相容保留原則
|
|
@@ -5,7 +5,7 @@ description: Batch-end-verify rhythm + parallel tool batch + user-listed N-rule
|
|
|
5
5
|
|
|
6
6
|
<!-- _generated: canonical provider skill projection; source: skills/bug-fix-rhythm/SKILL.md; provider: codex; do not edit this adapter view. -->
|
|
7
7
|
|
|
8
|
-
<!-- provider-binding: profile=repository-legacy-surfaces-v1; provider=codex; strategy=generated-binding-header; assumptionCount=
|
|
8
|
+
<!-- provider-binding: profile=repository-legacy-surfaces-v1; provider=codex; strategy=generated-binding-header; assumptionCount=4; assumptionFingerprint=sha256:45202f237adbed348e84e4979ac466eb73182b7c790475672b99a7b158317a33; evidence=packages/governance/canonical/providers.json#codex -->
|
|
9
9
|
|
|
10
10
|
## Provider binding contract
|
|
11
11
|
|
|
@@ -21,7 +21,7 @@ This canonical workflow contains a committed inventory of legacy assumptions. Re
|
|
|
21
21
|
**目的**:當 session 有 ≥ 2 fixes(常見 visual bug session / user 列 N 條 numbered 規則),走 batch-end-verify rhythm,而非 per-fix verify cycle waste。**M32 split 後 (c)(d)(h1)(h2) 的 home**。
|
|
22
22
|
|
|
23
23
|
**對齊**:
|
|
24
|
-
-
|
|
24
|
+
- AGENTS.md mindset #6「大原則吸收瑣碎」+ `node_modules/@qijenchen/design-system/ds-canonical/rules/meta-patterns.md` M14「對話結論 AUTO integrate」
|
|
25
25
|
- Bazel incremental-build / GitHub Actions matrix-batch idiom(per-step incremental = waste,batch-end = canonical)
|
|
26
26
|
- provider-neutral parallel execution canonical
|
|
27
27
|
- Toyota TPS jidoka(per-station per-item verify,不可 skip 任何 item)
|
|
@@ -103,7 +103,7 @@ Read / Grep / Glob 多檔需求 → **single message multi-tool-call**:
|
|
|
103
103
|
|
|
104
104
|
每 fix 落地前 inline 判斷:
|
|
105
105
|
|
|
106
|
-
- **Surgical**(
|
|
106
|
+
- **Surgical**(AGENTS.md「Scope classifier — Surgical visual bug」):pixel / token / class adjustment, no new SSOT / API / cross-component → AUTO ship 此 fix
|
|
107
107
|
- **P2E engineering substantive**:治理/架構 SSOT、refactor、test、migration、adapter 或
|
|
108
108
|
不改 public 行為的 cross-component invariant → **AUTO**,依 evidence + independent
|
|
109
109
|
review + hard gates 自主完成。
|
|
@@ -105,7 +105,7 @@ canonical 手動分類。未掛載的 registered repo 是 unobserved,不可寫
|
|
|
105
105
|
- **mindset #2 不憑直覺發明**:新數值(gap / padding / font-size)前有 grep 既有?
|
|
106
106
|
- **mindset #3 改一處看三處**:若改 DS 的 cva defaultVariants,spec / docblock / anatomy 三方同步?
|
|
107
107
|
- **mindset #4 真實業務場景**:stories / examples 用真實場景 (Jira / Stripe / Notion...)?無 `Option A/B/C` / `按鈕一` / `Rule A`?
|
|
108
|
-
- **mindset #5
|
|
108
|
+
- **mindset #5 先證據、再分權**:code 裡有 TODO-未確認留白?兩類都 flag——屬產品/UI/UX SSOT 真取捨 → 列入 user 決策清單;屬純工程 → 違反「依證據自主收斂」(工程不確定性不得留 TODO,應當場收斂)
|
|
109
109
|
|
|
110
110
|
### Dim 5 — 視覺幾何(Mindset #1 視覺擴充 + `node_modules/@qijenchen/design-system/ds-canonical/references/ui-dev-rules.md`「同 flex 列互動 slot 幾何鐵律」)
|
|
111
111
|
|
|
@@ -5,7 +5,7 @@ description: Auto-invoke when listing options / 建議 / 候選方案. Forces in
|
|
|
5
5
|
|
|
6
6
|
<!-- _generated: canonical provider skill projection; source: skills/propose-options/SKILL.md; provider: codex; do not edit this adapter view. -->
|
|
7
7
|
|
|
8
|
-
<!-- provider-binding: profile=repository-legacy-surfaces-v1; provider=codex; strategy=generated-binding-header; assumptionCount=
|
|
8
|
+
<!-- provider-binding: profile=repository-legacy-surfaces-v1; provider=codex; strategy=generated-binding-header; assumptionCount=3; assumptionFingerprint=sha256:3f2f72c912df95fa56c51f9620f6a76f5ce9fd59b3b1ab07c4e7d9b35fc939dd; evidence=packages/governance/canonical/providers.json#codex -->
|
|
9
9
|
|
|
10
10
|
## Provider binding contract
|
|
11
11
|
|
|
@@ -21,7 +21,7 @@ This canonical workflow contains a committed inventory of legacy assumptions. Re
|
|
|
21
21
|
**目的**:Claude 對 user 提建議 / 列 option list 時,**先跑 7 題原則自檢**,通過才寫進回覆。Reject 的不列 OR 列出時標 fail 原因。
|
|
22
22
|
|
|
23
23
|
**對齊**:
|
|
24
|
-
-
|
|
24
|
+
- AGENTS.md mindset #1(不取巧)+ #2(消費既有)+ #5(先證據、再分權)+ #6(meta 抽象)
|
|
25
25
|
- M8 benchmark / M17 SSOT / M12 binary rule / 治理「加規則前 3 題」
|
|
26
26
|
- 本 skill 是上述 meta 的**propose-time 落地** — meta 寫成文字不夠,要 mechanical workflow 釘住
|
|
27
27
|
|
|
@@ -174,7 +174,7 @@ User 已就「為什麼會給錯誤建議」糾正 ≥ 3 次:
|
|
|
174
174
|
- (b) 是否有 reject option 曾被 list?(reject 不該被列出)
|
|
175
175
|
- (c) 是否 user 仍質疑 propose 品質?(若是 → 7-Q 沒抓到的 gap → 加 Q5)
|
|
176
176
|
|
|
177
|
-
回填到本 SKILL.md 或
|
|
177
|
+
回填到本 SKILL.md 或 `node_modules/@qijenchen/design-system/ds-canonical/rules/meta-patterns.md` M18(若需 escalate)。
|
|
178
178
|
|
|
179
179
|
---
|
|
180
180
|
|
|
@@ -11,7 +11,7 @@ description: Build UI prototypes / MVPs via a structured UX workflow — benchma
|
|
|
11
11
|
|
|
12
12
|
Purpose: embody the UX designer's mental model for BUILDING PROTOTYPES — never design by gut; benchmark world-class, filter against DS + business, build multiple shortlisted proposals, self-audit, let stakeholders decide.
|
|
13
13
|
|
|
14
|
-
This skill is the **structured version** of shared-governance Mindset #1「對標世界級」+ #4「真實業務場景」+ #5
|
|
14
|
+
This skill is the **structured version** of shared-governance Mindset #1「對標世界級」+ #4「真實業務場景」+ #5「先證據、再分權」,and the orchestrator for `src/explorations/` folder usage.
|
|
15
15
|
|
|
16
16
|
## When to run
|
|
17
17
|
|
|
@@ -97,7 +97,7 @@ Phase 2 將 Phase 1 scan 結果變成可決策的評分表。
|
|
|
97
97
|
- 不是只比視覺表皮;若 candidate 實際上是同個 object model 的 UI shape 變體,narrative 需明點出
|
|
98
98
|
- 若候選會變更 object definition(拆分 / 合併 object),**扣 DS 一致性分**(代表與 product canonical object model 漂移)
|
|
99
99
|
|
|
100
|
-
4. **對齊 Mindset #5
|
|
100
|
+
4. **對齊 Mindset #5「先證據、再分權」**:
|
|
101
101
|
- 若 candidate 的某部分無法評(資訊不足),**flag 而非猜**
|
|
102
102
|
|
|
103
103
|
---
|
|
@@ -5,15 +5,6 @@ description: Auto-invoke after fix commits — extracts root-cause anti-pattern,
|
|
|
5
5
|
|
|
6
6
|
<!-- _generated: canonical provider skill projection; source: skills/scan-similar-bugs/SKILL.md; provider: codex; do not edit this adapter view. -->
|
|
7
7
|
|
|
8
|
-
<!-- provider-binding: profile=repository-legacy-surfaces-v1; provider=codex; strategy=generated-binding-header; assumptionCount=2; assumptionFingerprint=sha256:69580682e9ebafb279438e8b2aaae9aa4dba1b18dbc490aa971e281f0f0e27c7; evidence=packages/governance/canonical/providers.json#codex -->
|
|
9
|
-
|
|
10
|
-
## Provider binding contract
|
|
11
|
-
|
|
12
|
-
This canonical workflow contains a committed inventory of legacy assumptions. Resolve them exactly as follows; an unavailable resolution or inventory drift is `ADAPTER-BLOCKED`:
|
|
13
|
-
|
|
14
|
-
- `provider-identity`: Treat historical provider names as provenance labels, never as the current runtime identity.
|
|
15
|
-
- `provider-surface-path`: Resolve legacy repository paths through generated views while treating ds-canonical as the semantic owner.
|
|
16
|
-
|
|
17
8
|
> **Product-role projection(build 自動)**:本 skill 的執行步驟已只保留本 product repo 實際存在的指令。DS-author-only executor 會被改寫為 browser/manual/product-CI 等價驗證,不得在 product 中嘗試不存在的腳本。
|
|
18
9
|
|
|
19
10
|
# /scan-similar-bugs — Fix-time DS-wide Exhaustive Scan
|
|
@@ -21,7 +12,7 @@ This canonical workflow contains a committed inventory of legacy assumptions. Re
|
|
|
21
12
|
**目的**:任何 bug fix 提交後,**機械化掃 DS-wide 找同 pattern**,而非靠 model 記得 M10。
|
|
22
13
|
|
|
23
14
|
**對齊**:
|
|
24
|
-
-
|
|
15
|
+
- `node_modules/@qijenchen/design-system/ds-canonical/rules/meta-patterns.md` M10 「Proactive exhaustive scan」mechanical 落地
|
|
25
16
|
- mindset #1「不取巧」+ #2「優先消費既有」+ #6「meta 抽象」
|
|
26
17
|
- 對齊 IDE「find similar / find references」+ Chrome DevTools「find usages」+ GitHub Copilot「related code」3+ 家世界級 idiom
|
|
27
18
|
|
|
@@ -5,13 +5,12 @@ description: Pixel-level visual audit for design-system components based on user
|
|
|
5
5
|
|
|
6
6
|
<!-- _generated: canonical provider skill projection; source: skills/visual-audit/SKILL.md; provider: codex; do not edit this adapter view. -->
|
|
7
7
|
|
|
8
|
-
<!-- provider-binding: profile=repository-legacy-surfaces-v1; provider=codex; strategy=generated-binding-header; assumptionCount=
|
|
8
|
+
<!-- provider-binding: profile=repository-legacy-surfaces-v1; provider=codex; strategy=generated-binding-header; assumptionCount=4; assumptionFingerprint=sha256:0fd67f1adf4fc31b0756f12522a1dfd7f0af40f3e4b08002f1ee18cac446f7fe; evidence=packages/governance/canonical/providers.json#codex -->
|
|
9
9
|
|
|
10
10
|
## Provider binding contract
|
|
11
11
|
|
|
12
12
|
This canonical workflow contains a committed inventory of legacy assumptions. Resolve them exactly as follows; an unavailable resolution or inventory drift is `ADAPTER-BLOCKED`:
|
|
13
13
|
|
|
14
|
-
- `provider-identity`: Treat historical provider names as provenance labels, never as the current runtime identity.
|
|
15
14
|
- `provider-surface-path`: Resolve legacy repository paths through generated views while treating ds-canonical as the semantic owner.
|
|
16
15
|
|
|
17
16
|
> **Product-role projection(build 自動)**:本 skill 的執行步驟已只保留本 product repo 實際存在的指令。DS-author-only executor 會被改寫為 browser/manual/product-CI 等價驗證,不得在 product 中嘗試不存在的腳本。
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
- `實測: {量到的值}`
|
|
15
15
|
- `預期: {token 值或 ratio}`
|
|
16
16
|
- `差異: {若 FAIL,寫出 diff 和推測破壞規則}`
|
|
17
|
-
- `對應規則: {
|
|
17
|
+
- `對應規則: {AGENTS.md 章節 or spec.md 段落 or token 名}`
|
|
18
18
|
|
|
19
19
|
---
|
|
20
20
|
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
|
|
35
35
|
**FAIL 範例**:DatePicker 量到 top=12 / right=12 / bottom=8 / left=12,spec 未宣告 bottom asymmetric → FAIL,建議討論是對齊 12 還是補 spec rationale
|
|
36
36
|
|
|
37
|
-
**對應規則**:
|
|
37
|
+
**對應規則**:AGENTS.md `# 稽核 canonical`「Consistency 類稽核必 Phase 0 全掃再判」(actual == canonical OR rationale-for-deviation;design-system-audit Dim 13 enforce)
|
|
38
38
|
|
|
39
39
|
---
|
|
40
40
|
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
"schemaVersion": 1,
|
|
4
4
|
"role": "template-consumer",
|
|
5
5
|
"release": {
|
|
6
|
-
"designSystem": "0.1.0-beta.
|
|
7
|
-
"storybookConfig": "0.1.0-beta.
|
|
6
|
+
"designSystem": "0.1.0-beta.124",
|
|
7
|
+
"storybookConfig": "0.1.0-beta.124"
|
|
8
8
|
},
|
|
9
9
|
"upgradeTrust": {
|
|
10
10
|
"schemaVersion": 1,
|
|
@@ -42,10 +42,10 @@
|
|
|
42
42
|
"implementationSha256": "98b74118fb5b410b77ad2994aa9105fa7609c7353822f8c5213cce54d94f0af4"
|
|
43
43
|
},
|
|
44
44
|
"payload": {
|
|
45
|
-
"forkCorpusLockSha256": "
|
|
45
|
+
"forkCorpusLockSha256": "7f24d780bad33f4ceeebd4ca542d1dd1a28558b177bd7a863f3c928fa0539b09",
|
|
46
46
|
"discoveryPolicySha256": "fba289aeeb5a3f11139b9589f7ab08b5e8c8799c7bdf8f0ea57ebfeb8e7c9da6",
|
|
47
47
|
"providerMaterializersSha256": "732e85b01a12e7dd19469e26e4427f0e0cfe5117a78fc9f69c2f0f89702f463a",
|
|
48
|
-
"providerLifecycleSha256": "
|
|
48
|
+
"providerLifecycleSha256": "004c45cdecfe1244cd90405fc225e3472615ab2fcf5e2a3ab3666a3610a95a8f",
|
|
49
49
|
"providerInventorySha256": "00adf1c4f6b3367055a9cc3fdfe658660771b4c9931f696e12761a95076ad92c",
|
|
50
50
|
"executionRuntimeSha256": "d9377cc45308731f287d7b1711b7c38fc4e02ff8f84729bcbbf01bb52d136904",
|
|
51
51
|
"commonInstructionSha256": "a72c51a412d6cdb3961d691744013c8362e826626a330cecf4a296a6f4d93a5c",
|
|
@@ -53,13 +53,13 @@
|
|
|
53
53
|
"claude": {
|
|
54
54
|
"instructionSha256": "f56a44c730506258cc7e2581dbdd31bfd1e6d13d60dc8a8ee8bcc398228453fb",
|
|
55
55
|
"hookSha256": "5853d1fa036ce174cd67f19ea7e4971797f145e47e32c5201b8556146f895244",
|
|
56
|
-
"skillsSha256": "
|
|
56
|
+
"skillsSha256": "fe4a632bdd7ce5f474cadcd6ed5c4c1c54c9f8c4fbeddb3f9a5375ee0219d5a9",
|
|
57
57
|
"treeDigests": {}
|
|
58
58
|
},
|
|
59
59
|
"codex": {
|
|
60
60
|
"instructionSha256": "a72c51a412d6cdb3961d691744013c8362e826626a330cecf4a296a6f4d93a5c",
|
|
61
61
|
"hookSha256": "d834c4cfa5a38d13660e5f1a17f80c71e2c83a4394f6858468230cae4d08a104",
|
|
62
|
-
"skillsSha256": "
|
|
62
|
+
"skillsSha256": "611ee0bf8e283c622458009dfd0b9f3bfba64de10d76d1d7817e1c8cdb524a1f",
|
|
63
63
|
"treeDigests": {}
|
|
64
64
|
},
|
|
65
65
|
"generic": {
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
},
|
|
75
75
|
"governanceCheckSha256": "1c4c4455910f1e88aebb84add9f756717395519d84913beafaa654a9f1c3126e",
|
|
76
76
|
"utilityRegistrySha256": "ac430d50ee82c19eb678f725c00eec23a0e25b33ec4bad81d3bf6e2fa9fa64ff",
|
|
77
|
-
"sharedSkillsSha256": "
|
|
77
|
+
"sharedSkillsSha256": "46a3e1f3e7a7263e1c0032724eb6f91eae14f388087096a83904c3d135ef65b7",
|
|
78
78
|
"sharedSkillCount": 11,
|
|
79
79
|
"requiredScripts": {
|
|
80
80
|
"audit:a11y": "node scripts/audit-consumer-a11y.mjs",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
{
|
|
24
24
|
"schemaVersion": 1,
|
|
25
25
|
"file": "codex/agents/skills/bug-fix-rhythm/SKILL.md",
|
|
26
|
-
"sha256": "
|
|
26
|
+
"sha256": "79c21be4c19d148aa00982e207ec088f6c60f5617652875e8e6414943b64e055",
|
|
27
27
|
"source": "providers/codex/skills/bug-fix-rhythm",
|
|
28
28
|
"classification": null,
|
|
29
29
|
"destination": null
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
{
|
|
104
104
|
"schemaVersion": 1,
|
|
105
105
|
"file": "codex/agents/skills/product-ui-audit/SKILL.md",
|
|
106
|
-
"sha256": "
|
|
106
|
+
"sha256": "ba5195dcb5cf884186e44cc02fcdaa53aaae96ec8a7016386d413b302c23861b",
|
|
107
107
|
"source": "providers/codex/skills/product-ui-audit",
|
|
108
108
|
"classification": null,
|
|
109
109
|
"destination": null
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
{
|
|
136
136
|
"schemaVersion": 1,
|
|
137
137
|
"file": "codex/agents/skills/propose-options/SKILL.md",
|
|
138
|
-
"sha256": "
|
|
138
|
+
"sha256": "a3aa1f2661b0e8a4c0731ab4977f45177dcf87ebf5b12aa954a2cd03425439f7",
|
|
139
139
|
"source": "providers/codex/skills/propose-options",
|
|
140
140
|
"classification": null,
|
|
141
141
|
"destination": null
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
{
|
|
144
144
|
"schemaVersion": 1,
|
|
145
145
|
"file": "codex/agents/skills/prototype/SKILL.md",
|
|
146
|
-
"sha256": "
|
|
146
|
+
"sha256": "ce8788660acdd8870d303807da7ccf72d2289a28cdbcfe8193afe22533aec5d9",
|
|
147
147
|
"source": "providers/codex/skills/prototype",
|
|
148
148
|
"classification": null,
|
|
149
149
|
"destination": null
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
{
|
|
176
176
|
"schemaVersion": 1,
|
|
177
177
|
"file": "codex/agents/skills/prototype/references/evaluation-matrix.md",
|
|
178
|
-
"sha256": "
|
|
178
|
+
"sha256": "ddefcb8d78c8f061c5256fd9fd6cbb608c23b0d593a8ab9fb52c9eab0664a678",
|
|
179
179
|
"source": "providers/codex/skills/prototype",
|
|
180
180
|
"classification": null,
|
|
181
181
|
"destination": null
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
{
|
|
200
200
|
"schemaVersion": 1,
|
|
201
201
|
"file": "codex/agents/skills/scan-similar-bugs/SKILL.md",
|
|
202
|
-
"sha256": "
|
|
202
|
+
"sha256": "cb7139970d88642f099474d9b02c46a53962a1e1264e2fb94d12a704d977d407",
|
|
203
203
|
"source": "providers/codex/skills/scan-similar-bugs",
|
|
204
204
|
"classification": null,
|
|
205
205
|
"destination": null
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
{
|
|
216
216
|
"schemaVersion": 1,
|
|
217
217
|
"file": "codex/agents/skills/visual-audit/SKILL.md",
|
|
218
|
-
"sha256": "
|
|
218
|
+
"sha256": "5c449f219d5595cd7fdbb52a78850382b5a2ba63afbc49195546b0ca905cc01e",
|
|
219
219
|
"source": "providers/codex/skills/visual-audit",
|
|
220
220
|
"classification": null,
|
|
221
221
|
"destination": null
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
{
|
|
240
240
|
"schemaVersion": 1,
|
|
241
241
|
"file": "codex/agents/skills/visual-audit/references/visual-checklist.md",
|
|
242
|
-
"sha256": "
|
|
242
|
+
"sha256": "5fde468d8c1112ff453c33c78c26848926ee78ea52b77d7b2386cdea91b8db4c",
|
|
243
243
|
"source": "providers/codex/skills/visual-audit",
|
|
244
244
|
"classification": null,
|
|
245
245
|
"destination": null
|
|
@@ -663,7 +663,7 @@
|
|
|
663
663
|
{
|
|
664
664
|
"schemaVersion": 1,
|
|
665
665
|
"file": "hooks/check_consumer_app_invariants.sh",
|
|
666
|
-
"sha256": "
|
|
666
|
+
"sha256": "d004be0fd899f1147fa436fe783d16a7df1172ed4b8d7b44c1d106352880ffe5",
|
|
667
667
|
"source": "check_consumer_app_invariants.sh",
|
|
668
668
|
"classification": "SHIP_AS_IS",
|
|
669
669
|
"destination": null
|
|
@@ -919,7 +919,7 @@
|
|
|
919
919
|
{
|
|
920
920
|
"schemaVersion": 1,
|
|
921
921
|
"file": "manifest.json",
|
|
922
|
-
"sha256": "
|
|
922
|
+
"sha256": "c04a61520e6fac2ef693480e6a945edfc37529875d0da3987fb845ef0cb92e63",
|
|
923
923
|
"source": null,
|
|
924
924
|
"classification": null,
|
|
925
925
|
"destination": null
|
|
@@ -943,7 +943,7 @@
|
|
|
943
943
|
{
|
|
944
944
|
"schemaVersion": 1,
|
|
945
945
|
"file": "providers/claude/skills/bug-fix-rhythm/SKILL.md",
|
|
946
|
-
"sha256": "
|
|
946
|
+
"sha256": "25d7e0182327eabd4e9d68aa4bcaab8f75c05a09a4d8cc58128f7e4b747e0fc6",
|
|
947
947
|
"source": "skills/bug-fix-rhythm/SKILL.md",
|
|
948
948
|
"classification": null,
|
|
949
949
|
"destination": null
|
|
@@ -1023,7 +1023,7 @@
|
|
|
1023
1023
|
{
|
|
1024
1024
|
"schemaVersion": 1,
|
|
1025
1025
|
"file": "providers/claude/skills/product-ui-audit/SKILL.md",
|
|
1026
|
-
"sha256": "
|
|
1026
|
+
"sha256": "2d887a7ee79780846c243beabc2f3436065500be9817dac2de6a7a8500617eca",
|
|
1027
1027
|
"source": "skills/product-ui-audit/SKILL.md",
|
|
1028
1028
|
"classification": null,
|
|
1029
1029
|
"destination": null
|
|
@@ -1055,7 +1055,7 @@
|
|
|
1055
1055
|
{
|
|
1056
1056
|
"schemaVersion": 1,
|
|
1057
1057
|
"file": "providers/claude/skills/propose-options/SKILL.md",
|
|
1058
|
-
"sha256": "
|
|
1058
|
+
"sha256": "3f255412753d8cb40baaa4d9e94339f888cf1ee5f18721241b5a6d690b6e2642",
|
|
1059
1059
|
"source": "skills/propose-options/SKILL.md",
|
|
1060
1060
|
"classification": null,
|
|
1061
1061
|
"destination": null
|
|
@@ -1063,7 +1063,7 @@
|
|
|
1063
1063
|
{
|
|
1064
1064
|
"schemaVersion": 1,
|
|
1065
1065
|
"file": "providers/claude/skills/prototype/SKILL.md",
|
|
1066
|
-
"sha256": "
|
|
1066
|
+
"sha256": "d1c3521df2c97ba37f948f636a92f517983449317c9cc92a03f5ad0bc0de4c71",
|
|
1067
1067
|
"source": "skills/prototype/SKILL.md",
|
|
1068
1068
|
"classification": null,
|
|
1069
1069
|
"destination": null
|
|
@@ -1095,7 +1095,7 @@
|
|
|
1095
1095
|
{
|
|
1096
1096
|
"schemaVersion": 1,
|
|
1097
1097
|
"file": "providers/claude/skills/prototype/references/evaluation-matrix.md",
|
|
1098
|
-
"sha256": "
|
|
1098
|
+
"sha256": "ddefcb8d78c8f061c5256fd9fd6cbb608c23b0d593a8ab9fb52c9eab0664a678",
|
|
1099
1099
|
"source": "skills/prototype/references/evaluation-matrix.md",
|
|
1100
1100
|
"classification": null,
|
|
1101
1101
|
"destination": null
|
|
@@ -1119,7 +1119,7 @@
|
|
|
1119
1119
|
{
|
|
1120
1120
|
"schemaVersion": 1,
|
|
1121
1121
|
"file": "providers/claude/skills/scan-similar-bugs/SKILL.md",
|
|
1122
|
-
"sha256": "
|
|
1122
|
+
"sha256": "763a68cf1f992ceaa2c377d790b600daefb99b8f5bcd92c21d9893709898dadc",
|
|
1123
1123
|
"source": "skills/scan-similar-bugs/SKILL.md",
|
|
1124
1124
|
"classification": null,
|
|
1125
1125
|
"destination": null
|
|
@@ -1135,7 +1135,7 @@
|
|
|
1135
1135
|
{
|
|
1136
1136
|
"schemaVersion": 1,
|
|
1137
1137
|
"file": "providers/claude/skills/visual-audit/SKILL.md",
|
|
1138
|
-
"sha256": "
|
|
1138
|
+
"sha256": "fbc20c255c06ef87217c6441909f5da014aaaefe664156649ad2d304cd1e6524",
|
|
1139
1139
|
"source": "skills/visual-audit/SKILL.md",
|
|
1140
1140
|
"classification": null,
|
|
1141
1141
|
"destination": null
|
|
@@ -1159,7 +1159,7 @@
|
|
|
1159
1159
|
{
|
|
1160
1160
|
"schemaVersion": 1,
|
|
1161
1161
|
"file": "providers/claude/skills/visual-audit/references/visual-checklist.md",
|
|
1162
|
-
"sha256": "
|
|
1162
|
+
"sha256": "5fde468d8c1112ff453c33c78c26848926ee78ea52b77d7b2386cdea91b8db4c",
|
|
1163
1163
|
"source": "skills/visual-audit/references/visual-checklist.md",
|
|
1164
1164
|
"classification": null,
|
|
1165
1165
|
"destination": null
|
|
@@ -1183,7 +1183,7 @@
|
|
|
1183
1183
|
{
|
|
1184
1184
|
"schemaVersion": 1,
|
|
1185
1185
|
"file": "providers/codex/skills/bug-fix-rhythm/SKILL.md",
|
|
1186
|
-
"sha256": "
|
|
1186
|
+
"sha256": "79c21be4c19d148aa00982e207ec088f6c60f5617652875e8e6414943b64e055",
|
|
1187
1187
|
"source": "skills/bug-fix-rhythm/SKILL.md",
|
|
1188
1188
|
"classification": null,
|
|
1189
1189
|
"destination": null
|
|
@@ -1263,7 +1263,7 @@
|
|
|
1263
1263
|
{
|
|
1264
1264
|
"schemaVersion": 1,
|
|
1265
1265
|
"file": "providers/codex/skills/product-ui-audit/SKILL.md",
|
|
1266
|
-
"sha256": "
|
|
1266
|
+
"sha256": "ba5195dcb5cf884186e44cc02fcdaa53aaae96ec8a7016386d413b302c23861b",
|
|
1267
1267
|
"source": "skills/product-ui-audit/SKILL.md",
|
|
1268
1268
|
"classification": null,
|
|
1269
1269
|
"destination": null
|
|
@@ -1295,7 +1295,7 @@
|
|
|
1295
1295
|
{
|
|
1296
1296
|
"schemaVersion": 1,
|
|
1297
1297
|
"file": "providers/codex/skills/propose-options/SKILL.md",
|
|
1298
|
-
"sha256": "
|
|
1298
|
+
"sha256": "a3aa1f2661b0e8a4c0731ab4977f45177dcf87ebf5b12aa954a2cd03425439f7",
|
|
1299
1299
|
"source": "skills/propose-options/SKILL.md",
|
|
1300
1300
|
"classification": null,
|
|
1301
1301
|
"destination": null
|
|
@@ -1303,7 +1303,7 @@
|
|
|
1303
1303
|
{
|
|
1304
1304
|
"schemaVersion": 1,
|
|
1305
1305
|
"file": "providers/codex/skills/prototype/SKILL.md",
|
|
1306
|
-
"sha256": "
|
|
1306
|
+
"sha256": "ce8788660acdd8870d303807da7ccf72d2289a28cdbcfe8193afe22533aec5d9",
|
|
1307
1307
|
"source": "skills/prototype/SKILL.md",
|
|
1308
1308
|
"classification": null,
|
|
1309
1309
|
"destination": null
|
|
@@ -1335,7 +1335,7 @@
|
|
|
1335
1335
|
{
|
|
1336
1336
|
"schemaVersion": 1,
|
|
1337
1337
|
"file": "providers/codex/skills/prototype/references/evaluation-matrix.md",
|
|
1338
|
-
"sha256": "
|
|
1338
|
+
"sha256": "ddefcb8d78c8f061c5256fd9fd6cbb608c23b0d593a8ab9fb52c9eab0664a678",
|
|
1339
1339
|
"source": "skills/prototype/references/evaluation-matrix.md",
|
|
1340
1340
|
"classification": null,
|
|
1341
1341
|
"destination": null
|
|
@@ -1359,7 +1359,7 @@
|
|
|
1359
1359
|
{
|
|
1360
1360
|
"schemaVersion": 1,
|
|
1361
1361
|
"file": "providers/codex/skills/scan-similar-bugs/SKILL.md",
|
|
1362
|
-
"sha256": "
|
|
1362
|
+
"sha256": "cb7139970d88642f099474d9b02c46a53962a1e1264e2fb94d12a704d977d407",
|
|
1363
1363
|
"source": "skills/scan-similar-bugs/SKILL.md",
|
|
1364
1364
|
"classification": null,
|
|
1365
1365
|
"destination": null
|
|
@@ -1375,7 +1375,7 @@
|
|
|
1375
1375
|
{
|
|
1376
1376
|
"schemaVersion": 1,
|
|
1377
1377
|
"file": "providers/codex/skills/visual-audit/SKILL.md",
|
|
1378
|
-
"sha256": "
|
|
1378
|
+
"sha256": "5c449f219d5595cd7fdbb52a78850382b5a2ba63afbc49195546b0ca905cc01e",
|
|
1379
1379
|
"source": "skills/visual-audit/SKILL.md",
|
|
1380
1380
|
"classification": null,
|
|
1381
1381
|
"destination": null
|
|
@@ -1399,7 +1399,7 @@
|
|
|
1399
1399
|
{
|
|
1400
1400
|
"schemaVersion": 1,
|
|
1401
1401
|
"file": "providers/codex/skills/visual-audit/references/visual-checklist.md",
|
|
1402
|
-
"sha256": "
|
|
1402
|
+
"sha256": "5fde468d8c1112ff453c33c78c26848926ee78ea52b77d7b2386cdea91b8db4c",
|
|
1403
1403
|
"source": "skills/visual-audit/references/visual-checklist.md",
|
|
1404
1404
|
"classification": null,
|
|
1405
1405
|
"destination": null
|
|
@@ -1463,7 +1463,7 @@
|
|
|
1463
1463
|
{
|
|
1464
1464
|
"schemaVersion": 1,
|
|
1465
1465
|
"file": "skills/bug-fix-rhythm/SKILL.md",
|
|
1466
|
-
"sha256": "
|
|
1466
|
+
"sha256": "111fcc0e665ccf248252109e54c20468ac34b52a519b72a02b7d54e86735e1a9",
|
|
1467
1467
|
"source": null,
|
|
1468
1468
|
"classification": null,
|
|
1469
1469
|
"destination": null
|
|
@@ -1543,7 +1543,7 @@
|
|
|
1543
1543
|
{
|
|
1544
1544
|
"schemaVersion": 1,
|
|
1545
1545
|
"file": "skills/product-ui-audit/SKILL.md",
|
|
1546
|
-
"sha256": "
|
|
1546
|
+
"sha256": "26c07c76bfe56a10bf26b95f826d9e3d8ef07a32f0806c2afde37aec0220d5a5",
|
|
1547
1547
|
"source": null,
|
|
1548
1548
|
"classification": null,
|
|
1549
1549
|
"destination": null
|
|
@@ -1575,7 +1575,7 @@
|
|
|
1575
1575
|
{
|
|
1576
1576
|
"schemaVersion": 1,
|
|
1577
1577
|
"file": "skills/propose-options/SKILL.md",
|
|
1578
|
-
"sha256": "
|
|
1578
|
+
"sha256": "9e5038f8e2193685781fa8434c57f58f2e991cf1d21497230b1c08a5ed5c6606",
|
|
1579
1579
|
"source": null,
|
|
1580
1580
|
"classification": null,
|
|
1581
1581
|
"destination": null
|
|
@@ -1583,7 +1583,7 @@
|
|
|
1583
1583
|
{
|
|
1584
1584
|
"schemaVersion": 1,
|
|
1585
1585
|
"file": "skills/prototype/SKILL.md",
|
|
1586
|
-
"sha256": "
|
|
1586
|
+
"sha256": "808a23b3f0000f679a3103772f33083b64e34a757184d5099f6d8dd13ee81052",
|
|
1587
1587
|
"source": null,
|
|
1588
1588
|
"classification": null,
|
|
1589
1589
|
"destination": null
|
|
@@ -1615,7 +1615,7 @@
|
|
|
1615
1615
|
{
|
|
1616
1616
|
"schemaVersion": 1,
|
|
1617
1617
|
"file": "skills/prototype/references/evaluation-matrix.md",
|
|
1618
|
-
"sha256": "
|
|
1618
|
+
"sha256": "ddefcb8d78c8f061c5256fd9fd6cbb608c23b0d593a8ab9fb52c9eab0664a678",
|
|
1619
1619
|
"source": null,
|
|
1620
1620
|
"classification": null,
|
|
1621
1621
|
"destination": null
|
|
@@ -1639,7 +1639,7 @@
|
|
|
1639
1639
|
{
|
|
1640
1640
|
"schemaVersion": 1,
|
|
1641
1641
|
"file": "skills/scan-similar-bugs/SKILL.md",
|
|
1642
|
-
"sha256": "
|
|
1642
|
+
"sha256": "ed1f91c49a5e968ceffd3c8a851efdce1e6f50ae64b9ebc06014d3bf0542551d",
|
|
1643
1643
|
"source": null,
|
|
1644
1644
|
"classification": null,
|
|
1645
1645
|
"destination": null
|
|
@@ -1679,7 +1679,7 @@
|
|
|
1679
1679
|
{
|
|
1680
1680
|
"schemaVersion": 1,
|
|
1681
1681
|
"file": "skills/visual-audit/references/visual-checklist.md",
|
|
1682
|
-
"sha256": "
|
|
1682
|
+
"sha256": "5fde468d8c1112ff453c33c78c26848926ee78ea52b77d7b2386cdea91b8db4c",
|
|
1683
1683
|
"source": null,
|
|
1684
1684
|
"classification": null,
|
|
1685
1685
|
"destination": null
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
# r2_story_baseline = 原 check_consumer_story_baseline.sh(規則逐字搬入,BLOCKER 級別與 escape 標記不變)
|
|
7
7
|
# r3_ds_primitive_misuse = 原 check_consumer_ds_primitive_misuse.sh(規則逐字搬入,BLOCKER 級別與 escape 標記不變)
|
|
8
8
|
# r4_app_story_title = 原 check_consumer_app_story_title.sh(規則逐字搬入,BLOCKER 級別與 escape 標記不變)
|
|
9
|
-
# 原檔 →
|
|
9
|
+
# 原檔 → packages/design-system/ds-canonical/hooks/retired/2026-06-11-prune-merge/
|
|
10
10
|
# 各規則跑在 pipeline 子 shell:規則內 exit 不中斷其他規則;任一 exit 2 → 整體 exit 2。
|
|
11
11
|
|
|
12
12
|
source "$(dirname "$0")/_log-fire.sh" 2>/dev/null && log_hook_fire
|
|
@@ -104,20 +104,20 @@
|
|
|
104
104
|
},
|
|
105
105
|
"providerLifecycle": {
|
|
106
106
|
"schemaVersion": 4,
|
|
107
|
-
"releaseVersion": "0.1.0-beta.
|
|
107
|
+
"releaseVersion": "0.1.0-beta.124",
|
|
108
108
|
"immutableHead": {
|
|
109
109
|
"providerInventorySha256": "86e9d0668cb54ad1bf05c36e78b4aa80417d5f468c929dd3ddcf69c1afbf32e4",
|
|
110
|
-
"releaseVersion": "0.1.0-beta.
|
|
111
|
-
"snapshotSha256": "
|
|
110
|
+
"releaseVersion": "0.1.0-beta.123",
|
|
111
|
+
"snapshotSha256": "bd9db3e80ef712d803eac0ff3e102bea3479c4adf1bf48fda2379e7d116d9450"
|
|
112
112
|
},
|
|
113
|
-
"ledgerSha256": "
|
|
114
|
-
"previousSnapshotSha256": "
|
|
115
|
-
"currentSnapshotSha256": "
|
|
113
|
+
"ledgerSha256": "803a8e20952dc8b974cc2fda5f06a8bb79ad0612e25e975073d06d80c5622a9b",
|
|
114
|
+
"previousSnapshotSha256": "bd9db3e80ef712d803eac0ff3e102bea3479c4adf1bf48fda2379e7d116d9450",
|
|
115
|
+
"currentSnapshotSha256": "5c727741c6fcbf52a024c7c1c7559c75dc62901897f38b70f802fd83ce3b0bdd",
|
|
116
116
|
"currentProviderInventorySha256": "86e9d0668cb54ad1bf05c36e78b4aa80417d5f468c929dd3ddcf69c1afbf32e4",
|
|
117
117
|
"retiredProviders": [],
|
|
118
118
|
"currentSnapshot": {
|
|
119
|
-
"releaseVersion": "0.1.0-beta.
|
|
120
|
-
"previousSnapshotSha256": "
|
|
119
|
+
"releaseVersion": "0.1.0-beta.124",
|
|
120
|
+
"previousSnapshotSha256": "bd9db3e80ef712d803eac0ff3e102bea3479c4adf1bf48fda2379e7d116d9450",
|
|
121
121
|
"providers": [
|
|
122
122
|
{
|
|
123
123
|
"id": "claude",
|
|
@@ -193,8 +193,8 @@
|
|
|
193
193
|
"retiredProviders": []
|
|
194
194
|
},
|
|
195
195
|
"immutableHeadSnapshot": {
|
|
196
|
-
"releaseVersion": "0.1.0-beta.
|
|
197
|
-
"previousSnapshotSha256": "
|
|
196
|
+
"releaseVersion": "0.1.0-beta.123",
|
|
197
|
+
"previousSnapshotSha256": "aaac1cd7695a2b8b43f37fca8c56e906c74c7b35b2368c927f6758e0f94f8d35",
|
|
198
198
|
"providers": [
|
|
199
199
|
{
|
|
200
200
|
"id": "claude",
|
|
@@ -5,7 +5,7 @@ description: Batch-end-verify rhythm + parallel tool batch + user-listed N-rule
|
|
|
5
5
|
|
|
6
6
|
<!-- _generated: canonical provider skill projection; source: skills/bug-fix-rhythm/SKILL.md; provider: claude; do not edit this adapter view. -->
|
|
7
7
|
|
|
8
|
-
<!-- provider-binding: profile=repository-legacy-surfaces-v1; provider=claude; strategy=generated-binding-header; assumptionCount=
|
|
8
|
+
<!-- provider-binding: profile=repository-legacy-surfaces-v1; provider=claude; strategy=generated-binding-header; assumptionCount=4; assumptionFingerprint=sha256:45202f237adbed348e84e4979ac466eb73182b7c790475672b99a7b158317a33; evidence=packages/governance/canonical/providers.json#claude -->
|
|
9
9
|
|
|
10
10
|
## Provider binding contract
|
|
11
11
|
|
|
@@ -21,7 +21,7 @@ This canonical workflow contains a committed inventory of legacy assumptions. Re
|
|
|
21
21
|
**目的**:當 session 有 ≥ 2 fixes(常見 visual bug session / user 列 N 條 numbered 規則),走 batch-end-verify rhythm,而非 per-fix verify cycle waste。**M32 split 後 (c)(d)(h1)(h2) 的 home**。
|
|
22
22
|
|
|
23
23
|
**對齊**:
|
|
24
|
-
-
|
|
24
|
+
- AGENTS.md mindset #6「大原則吸收瑣碎」+ `node_modules/@qijenchen/design-system/ds-canonical/rules/meta-patterns.md` M14「對話結論 AUTO integrate」
|
|
25
25
|
- Bazel incremental-build / GitHub Actions matrix-batch idiom(per-step incremental = waste,batch-end = canonical)
|
|
26
26
|
- provider-neutral parallel execution canonical
|
|
27
27
|
- Toyota TPS jidoka(per-station per-item verify,不可 skip 任何 item)
|
|
@@ -103,7 +103,7 @@ Read / Grep / Glob 多檔需求 → **single message multi-tool-call**:
|
|
|
103
103
|
|
|
104
104
|
每 fix 落地前 inline 判斷:
|
|
105
105
|
|
|
106
|
-
- **Surgical**(
|
|
106
|
+
- **Surgical**(AGENTS.md「Scope classifier — Surgical visual bug」):pixel / token / class adjustment, no new SSOT / API / cross-component → AUTO ship 此 fix
|
|
107
107
|
- **P2E engineering substantive**:治理/架構 SSOT、refactor、test、migration、adapter 或
|
|
108
108
|
不改 public 行為的 cross-component invariant → **AUTO**,依 evidence + independent
|
|
109
109
|
review + hard gates 自主完成。
|
|
@@ -105,7 +105,7 @@ canonical 手動分類。未掛載的 registered repo 是 unobserved,不可寫
|
|
|
105
105
|
- **mindset #2 不憑直覺發明**:新數值(gap / padding / font-size)前有 grep 既有?
|
|
106
106
|
- **mindset #3 改一處看三處**:若改 DS 的 cva defaultVariants,spec / docblock / anatomy 三方同步?
|
|
107
107
|
- **mindset #4 真實業務場景**:stories / examples 用真實場景 (Jira / Stripe / Notion...)?無 `Option A/B/C` / `按鈕一` / `Rule A`?
|
|
108
|
-
- **mindset #5
|
|
108
|
+
- **mindset #5 先證據、再分權**:code 裡有 TODO-未確認留白?兩類都 flag——屬產品/UI/UX SSOT 真取捨 → 列入 user 決策清單;屬純工程 → 違反「依證據自主收斂」(工程不確定性不得留 TODO,應當場收斂)
|
|
109
109
|
|
|
110
110
|
### Dim 5 — 視覺幾何(Mindset #1 視覺擴充 + `node_modules/@qijenchen/design-system/ds-canonical/references/ui-dev-rules.md`「同 flex 列互動 slot 幾何鐵律」)
|
|
111
111
|
|
|
@@ -5,7 +5,7 @@ description: Auto-invoke when listing options / 建議 / 候選方案. Forces in
|
|
|
5
5
|
|
|
6
6
|
<!-- _generated: canonical provider skill projection; source: skills/propose-options/SKILL.md; provider: claude; do not edit this adapter view. -->
|
|
7
7
|
|
|
8
|
-
<!-- provider-binding: profile=repository-legacy-surfaces-v1; provider=claude; strategy=generated-binding-header; assumptionCount=
|
|
8
|
+
<!-- provider-binding: profile=repository-legacy-surfaces-v1; provider=claude; strategy=generated-binding-header; assumptionCount=3; assumptionFingerprint=sha256:3f2f72c912df95fa56c51f9620f6a76f5ce9fd59b3b1ab07c4e7d9b35fc939dd; evidence=packages/governance/canonical/providers.json#claude -->
|
|
9
9
|
|
|
10
10
|
## Provider binding contract
|
|
11
11
|
|
|
@@ -21,7 +21,7 @@ This canonical workflow contains a committed inventory of legacy assumptions. Re
|
|
|
21
21
|
**目的**:Claude 對 user 提建議 / 列 option list 時,**先跑 7 題原則自檢**,通過才寫進回覆。Reject 的不列 OR 列出時標 fail 原因。
|
|
22
22
|
|
|
23
23
|
**對齊**:
|
|
24
|
-
-
|
|
24
|
+
- AGENTS.md mindset #1(不取巧)+ #2(消費既有)+ #5(先證據、再分權)+ #6(meta 抽象)
|
|
25
25
|
- M8 benchmark / M17 SSOT / M12 binary rule / 治理「加規則前 3 題」
|
|
26
26
|
- 本 skill 是上述 meta 的**propose-time 落地** — meta 寫成文字不夠,要 mechanical workflow 釘住
|
|
27
27
|
|
|
@@ -174,7 +174,7 @@ User 已就「為什麼會給錯誤建議」糾正 ≥ 3 次:
|
|
|
174
174
|
- (b) 是否有 reject option 曾被 list?(reject 不該被列出)
|
|
175
175
|
- (c) 是否 user 仍質疑 propose 品質?(若是 → 7-Q 沒抓到的 gap → 加 Q5)
|
|
176
176
|
|
|
177
|
-
回填到本 SKILL.md 或
|
|
177
|
+
回填到本 SKILL.md 或 `node_modules/@qijenchen/design-system/ds-canonical/rules/meta-patterns.md` M18(若需 escalate)。
|
|
178
178
|
|
|
179
179
|
---
|
|
180
180
|
|