universal-dev-standards 5.13.3 → 5.15.1
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/bin/uds.js +2 -0
- package/bundled/ai/standards/ai-instruction-standards.ai.yaml +190 -3
- package/bundled/ai/standards/knowledge-graph-memory.ai.yaml +83 -0
- package/bundled/core/ai-instruction-standards.md +136 -11
- package/bundled/core/knowledge-graph-memory.md +119 -0
- package/bundled/locales/COVERAGE.md +226 -0
- package/bundled/locales/zh-CN/CHANGELOG.md +43 -3
- package/bundled/locales/zh-CN/README.md +1 -1
- package/bundled/locales/zh-CN/SECURITY.md +1 -1
- package/bundled/locales/zh-CN/core/ai-instruction-standards.md +111 -5
- package/bundled/locales/zh-TW/CHANGELOG.md +47 -3
- package/bundled/locales/zh-TW/README.md +1 -1
- package/bundled/locales/zh-TW/SECURITY.md +1 -1
- package/bundled/locales/zh-TW/core/ai-instruction-standards.md +130 -5
- package/bundled/locales/zh-TW/core/knowledge-graph-memory.md +127 -0
- package/bundled/locales/zh-TW/core/self-review-protocol.md +9 -1
- package/bundled/locales/zh-TW/skills/ac-coverage/SKILL.md +192 -0
- package/bundled/locales/zh-TW/skills/ai-collaboration-standards/SKILL.md +5 -1
- package/bundled/locales/zh-TW/skills/deploy-assistant/SKILL.md +187 -0
- package/bundled/locales/zh-TW/skills/dev-methodology/SKILL.md +108 -0
- package/bundled/locales/zh-TW/skills/journey-test-assistant/SKILL.md +222 -0
- package/bundled/locales/zh-TW/skills/knowledge-graph/SKILL.md +56 -0
- package/bundled/locales/zh-TW/skills/orchestrate/SKILL.md +172 -0
- package/bundled/locales/zh-TW/skills/plan/SKILL.md +239 -0
- package/bundled/locales/zh-TW/skills/project-structure-guide/SKILL.md +5 -1
- package/bundled/locales/zh-TW/skills/push/SKILL.md +241 -0
- package/bundled/locales/zh-TW/skills/skill-builder/SKILL.md +165 -0
- package/bundled/locales/zh-TW/skills/spec-derivation/SKILL.md +83 -0
- package/bundled/locales/zh-TW/skills/sweep/SKILL.md +149 -0
- package/bundled/skills/adr-assistant/SKILL.md +1 -1
- package/bundled/skills/ai-collaboration-standards/SKILL.md +1 -1
- package/bundled/skills/ai-friendly-architecture/SKILL.md +1 -1
- package/bundled/skills/ai-instruction-standards/SKILL.md +1 -1
- package/bundled/skills/api-design-assistant/SKILL.md +1 -1
- package/bundled/skills/audit-assistant/SKILL.md +1 -1
- package/bundled/skills/ci-cd-assistant/SKILL.md +1 -1
- package/bundled/skills/contract-test-assistant/SKILL.md +1 -1
- package/bundled/skills/database-assistant/SKILL.md +1 -1
- package/bundled/skills/deploy-assistant/SKILL.md +1 -1
- package/bundled/skills/documentation-guide/SKILL.md +1 -1
- package/bundled/skills/error-code-guide/SKILL.md +1 -1
- package/bundled/skills/git-workflow-guide/SKILL.md +1 -1
- package/bundled/skills/incident-response-assistant/SKILL.md +1 -1
- package/bundled/skills/journey-test-assistant/SKILL.md +1 -1
- package/bundled/skills/knowledge-graph/SKILL.md +58 -0
- package/bundled/skills/knowledge-graph/guide.md +69 -0
- package/bundled/skills/logging-guide/SKILL.md +1 -1
- package/bundled/skills/observability-assistant/SKILL.md +1 -1
- package/bundled/skills/orchestrate/SKILL.md +1 -1
- package/bundled/skills/plan/SKILL.md +1 -1
- package/bundled/skills/pr-automation-assistant/SKILL.md +1 -1
- package/bundled/skills/project-structure-guide/SKILL.md +1 -1
- package/bundled/skills/push/SKILL.md +1 -1
- package/bundled/skills/retrospective-assistant/SKILL.md +1 -1
- package/bundled/skills/reverse-engineer/SKILL.md +1 -1
- package/bundled/skills/runbook-assistant/SKILL.md +1 -1
- package/bundled/skills/security-assistant/SKILL.md +1 -1
- package/bundled/skills/security-scan-assistant/SKILL.md +1 -1
- package/bundled/skills/slo-assistant/SKILL.md +1 -1
- package/bundled/skills/sweep/SKILL.md +1 -1
- package/bundled/skills/testing-guide/SKILL.md +1 -1
- package/package.json +1 -1
- package/src/commands/check.js +91 -1
- package/src/commands/init.js +8 -1
- package/src/commands/update.js +49 -14
- package/src/i18n/messages.js +32 -5
- package/src/installers/skills-installer.js +49 -0
- package/src/lint/i18n.js +338 -0
- package/src/utils/config-manager.js +39 -0
- package/src/utils/skills-installer.js +39 -7
- package/standards-registry.json +16 -4
|
@@ -0,0 +1,226 @@
|
|
|
1
|
+
# UDS Locale Coverage
|
|
2
|
+
|
|
3
|
+
> Auto-generated by `scripts/generate-locale-coverage.mjs` on 2026-05-28.
|
|
4
|
+
> Do not edit manually — re-run the script.
|
|
5
|
+
|
|
6
|
+
> **Canonical**: `skills/` (54) + `core/` (127). **Locales tracked**: `zh-CN`, `zh-TW`.
|
|
7
|
+
|
|
8
|
+
## Skills (54 canonical)
|
|
9
|
+
|
|
10
|
+
| Skill | zh-CN | zh-TW |
|
|
11
|
+
| :-- | :-: | :-: |
|
|
12
|
+
| ac-coverage | :x: | :white_check_mark: 1.0.0 |
|
|
13
|
+
| adr-assistant | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
14
|
+
| ai-collaboration-standards | :white_check_mark: 1.1.0 | :white_check_mark: 1.1.0 |
|
|
15
|
+
| ai-friendly-architecture | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
16
|
+
| ai-instruction-standards | :white_check_mark: 2.0.0 | :white_check_mark: 2.0.0 |
|
|
17
|
+
| api-design-assistant | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
18
|
+
| atdd-assistant | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
19
|
+
| audit-assistant | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
20
|
+
| bdd-assistant | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
21
|
+
| brainstorm-assistant | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
22
|
+
| changelog-guide | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
23
|
+
| checkin-assistant | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
24
|
+
| ci-cd-assistant | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
25
|
+
| code-review-assistant | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
26
|
+
| commit-standards | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
27
|
+
| contract-test-assistant | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
28
|
+
| database-assistant | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
29
|
+
| deploy-assistant | :x: | :white_check_mark: 1.0.0 |
|
|
30
|
+
| dev-methodology | :x: | :white_check_mark: 1.0.0 |
|
|
31
|
+
| dev-workflow-guide | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
32
|
+
| docs-generator | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
33
|
+
| documentation-guide | :white_check_mark: 2.1.0 | :white_check_mark: 2.1.0 |
|
|
34
|
+
| durable-execution-assistant | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
35
|
+
| e2e-assistant | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
36
|
+
| error-code-guide | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
37
|
+
| git-workflow-guide | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
38
|
+
| incident-response-assistant | :white_check_mark: 1.1.0 | :white_check_mark: 1.1.0 |
|
|
39
|
+
| journey-test-assistant | :x: | :white_check_mark: 1.0.0 |
|
|
40
|
+
| logging-guide | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
41
|
+
| metrics-dashboard-assistant | :white_check_mark: 1.1.0 | :white_check_mark: 1.1.0 |
|
|
42
|
+
| migration-assistant | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
43
|
+
| observability-assistant | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
44
|
+
| orchestrate | :x: | :warning: 1.0.0 (major) |
|
|
45
|
+
| plan | :x: | :warning: 1.0.0 (major) |
|
|
46
|
+
| pr-automation-assistant | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
47
|
+
| project-discovery | :white_check_mark: 1.1.0 | :white_check_mark: 1.1.0 |
|
|
48
|
+
| project-structure-guide | :white_check_mark: 1.1.0 | :white_check_mark: 1.1.0 |
|
|
49
|
+
| push | :x: | :warning: 1.0.0 (major) |
|
|
50
|
+
| refactoring-assistant | :white_check_mark: 2.0.0 | :white_check_mark: 2.0.0 |
|
|
51
|
+
| release-standards | :white_check_mark: 1.1.0 | :white_check_mark: 1.1.0 |
|
|
52
|
+
| requirement-assistant | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
53
|
+
| retrospective-assistant | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
54
|
+
| reverse-engineer | :white_check_mark: 1.2.0 | :white_check_mark: 1.2.0 |
|
|
55
|
+
| runbook-assistant | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
56
|
+
| security-assistant | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
57
|
+
| security-scan-assistant | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
58
|
+
| skill-builder | :x: | :white_check_mark: 1.0.0 |
|
|
59
|
+
| slo-assistant | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
60
|
+
| spec-derivation | :x: | :white_check_mark: 1.0.0 |
|
|
61
|
+
| spec-driven-dev | :white_check_mark: 1.2.0 | :white_check_mark: 1.2.0 |
|
|
62
|
+
| sweep | :x: | :white_check_mark: 1.0.0 |
|
|
63
|
+
| tdd-assistant | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
64
|
+
| test-coverage-assistant | :white_check_mark: 1.1.0 | :white_check_mark: 1.1.0 |
|
|
65
|
+
| testing-guide | :white_check_mark: 1.2.0 | :white_check_mark: 1.2.0 |
|
|
66
|
+
|
|
67
|
+
**zh-CN skills coverage**: 44/54 (81%)
|
|
68
|
+
**zh-TW skills coverage**: 54/54 (100%)
|
|
69
|
+
|
|
70
|
+
## Standards (`core/` — 127 canonical)
|
|
71
|
+
|
|
72
|
+
| Standard | zh-CN | zh-TW |
|
|
73
|
+
| :-- | :-: | :-: |
|
|
74
|
+
| acceptance-criteria-traceability.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
75
|
+
| acceptance-test-driven-development.md | :white_check_mark: 1.1.0 | :white_check_mark: 1.1.0 |
|
|
76
|
+
| accessibility-standards.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
77
|
+
| adr-standards.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
78
|
+
| adversarial-test.md | :x: | :x: |
|
|
79
|
+
| agent-behavior-discipline.md | :x: | :x: |
|
|
80
|
+
| agent-communication-protocol.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
81
|
+
| agent-dispatch.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
82
|
+
| ai-agreement-standards.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
83
|
+
| ai-command-behavior.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
84
|
+
| ai-friendly-architecture.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
85
|
+
| ai-instruction-standards.md | :white_check_mark: 1.1.0 | :white_check_mark: 1.1.0 |
|
|
86
|
+
| ai-response-navigation.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
87
|
+
| alerting-standards.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
88
|
+
| anti-hallucination.md | :white_check_mark: 1.5.1 | :white_check_mark: 1.5.1 |
|
|
89
|
+
| anti-sycophancy-prompting.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
90
|
+
| api-design-standards.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
91
|
+
| behavior-driven-development.md | :white_check_mark: 1.1.0 | :white_check_mark: 1.1.0 |
|
|
92
|
+
| behavior-snapshot.md | :x: | :x: |
|
|
93
|
+
| branch-completion.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
94
|
+
| browser-compatibility-standards.md | :x: | :warning: 0.0.0 (major) |
|
|
95
|
+
| capability-declaration.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
96
|
+
| cd-deployment-strategies.md | :x: | :x: |
|
|
97
|
+
| change-batching-standards.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
98
|
+
| changelog-standards.md | :white_check_mark: 1.0.2 | :white_check_mark: 1.0.2 |
|
|
99
|
+
| chaos-engineering-standards.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
100
|
+
| chaos-injection-tests.md | :x: | :x: |
|
|
101
|
+
| checkin-standards.md | :white_check_mark: 1.6.0 | :white_check_mark: 1.6.0 |
|
|
102
|
+
| circuit-breaker.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
103
|
+
| code-review-checklist.md | :white_check_mark: 1.3.0 | :white_check_mark: 1.3.0 |
|
|
104
|
+
| commit-message-guide.md | :white_check_mark: 1.3.0 | :white_check_mark: 1.3.0 |
|
|
105
|
+
| container-security.md | :x: | :x: |
|
|
106
|
+
| containerization-standards.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
107
|
+
| context-aware-loading.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
108
|
+
| contract-testing-standards.md | :x: | :warning: 0.0.0 (major) |
|
|
109
|
+
| cost-budget-test.md | :x: | :x: |
|
|
110
|
+
| cross-flow-regression.md | :x: | :warning: 0.0.0 (major) |
|
|
111
|
+
| data-migration-testing.md | :x: | :x: |
|
|
112
|
+
| database-standards.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
113
|
+
| deployment-standards.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
114
|
+
| deprecation-standards.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
115
|
+
| design-document-standards.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
116
|
+
| developer-memory.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
117
|
+
| disaster-recovery-drill.md | :x: | :x: |
|
|
118
|
+
| documentation-lifecycle.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
119
|
+
| documentation-structure.md | :white_check_mark: 1.5.0 | :white_check_mark: 1.5.0 |
|
|
120
|
+
| documentation-writing-standards.md | :white_check_mark: 1.2.0 | :white_check_mark: 1.2.0 |
|
|
121
|
+
| dual-phase-output.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
122
|
+
| environment-standards.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
123
|
+
| error-code-standards.md | :white_check_mark: 1.1.0 | :white_check_mark: 1.2.0 |
|
|
124
|
+
| estimation-standards.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
125
|
+
| execution-history.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
126
|
+
| failure-source-taxonomy.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
127
|
+
| feature-flag-standards.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
128
|
+
| feature-manifest-standard.md | :x: | :x: |
|
|
129
|
+
| flaky-test-management.md | :x: | :x: |
|
|
130
|
+
| flow-based-testing.md | :x: | :x: |
|
|
131
|
+
| forward-derivation-standards.md | :white_check_mark: 1.2.0 | :white_check_mark: 1.2.0 |
|
|
132
|
+
| frontend-design-standards.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
133
|
+
| full-coverage-testing.md | :x: | :x: |
|
|
134
|
+
| git-workflow.md | :white_check_mark: 1.4.0 | :white_check_mark: 1.4.0 |
|
|
135
|
+
| git-worktree.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
136
|
+
| governance-layer.md | :x: | :white_check_mark: 1.0.0 |
|
|
137
|
+
| health-check-standards.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
138
|
+
| immutability-first.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
139
|
+
| knowledge-transfer-standards.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
140
|
+
| license-compliance.md | :x: | :x: |
|
|
141
|
+
| llm-output-validation.md | :x: | :x: |
|
|
142
|
+
| logging-standards.md | :white_check_mark: 1.2.0 | :white_check_mark: 1.2.0 |
|
|
143
|
+
| mock-boundary.md | :x: | :x: |
|
|
144
|
+
| model-selection.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
145
|
+
| mutation-testing.md | :x: | :x: |
|
|
146
|
+
| no-cicd-deployment.md | :x: | :x: |
|
|
147
|
+
| observability-standards.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
148
|
+
| packaging-standards.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
149
|
+
| performance-standards.md | :white_check_mark: 1.1.0 | :white_check_mark: 1.1.0 |
|
|
150
|
+
| pipeline-integration-standards.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
151
|
+
| pipeline-security-gates.md | :x: | :x: |
|
|
152
|
+
| policy-as-code-testing.md | :x: | :x: |
|
|
153
|
+
| postmortem-standards.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
154
|
+
| privacy-standards.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
155
|
+
| project-context-memory.md | :white_check_mark: 1.1.0 | :white_check_mark: 1.1.0 |
|
|
156
|
+
| project-structure.md | :white_check_mark: 1.2.0 | :white_check_mark: 1.2.0 |
|
|
157
|
+
| prompt-regression.md | :x: | :x: |
|
|
158
|
+
| property-based-testing.md | :x: | :x: |
|
|
159
|
+
| recovery-recipe-registry.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
160
|
+
| refactoring-standards.md | :white_check_mark: 2.1.0 | :white_check_mark: 2.1.0 |
|
|
161
|
+
| release-quality-manifest.md | :x: | :x: |
|
|
162
|
+
| release-readiness-gate.md | :x: | :warning: 0.0.0 (major) |
|
|
163
|
+
| replay-test.md | :x: | :x: |
|
|
164
|
+
| requirement-engineering.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
165
|
+
| retrospective-standards.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
166
|
+
| retry-standards.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
167
|
+
| reverse-engineering-standards.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
168
|
+
| rollback-standards.md | :x: | :x: |
|
|
169
|
+
| runbook-standards.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
170
|
+
| sast-advanced.md | :x: | :x: |
|
|
171
|
+
| secure-op.md | :x: | :x: |
|
|
172
|
+
| security-decision.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
173
|
+
| security-standards.md | :white_check_mark: 1.1.0 | :white_check_mark: 1.1.0 |
|
|
174
|
+
| security-testing.md | :x: | :x: |
|
|
175
|
+
| self-review-protocol.md | :x: | :white_check_mark: ? |
|
|
176
|
+
| server-ops-security.md | :x: | :x: |
|
|
177
|
+
| skill-standard-alignment-check.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
178
|
+
| slo-standards.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
179
|
+
| smoke-test.md | :x: | :x: |
|
|
180
|
+
| spec-driven-development.md | :white_check_mark: 2.2.0 | :white_check_mark: 2.2.0 |
|
|
181
|
+
| standard-admission-criteria.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
182
|
+
| standard-lifecycle-management.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
183
|
+
| structured-task-definition.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
184
|
+
| supply-chain-attestation.md | :x: | :x: |
|
|
185
|
+
| supply-chain-security-standards.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
186
|
+
| systematic-debugging.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
187
|
+
| tech-debt-standards.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
188
|
+
| test-completeness-dimensions.md | :white_check_mark: 1.1.0 | :white_check_mark: 1.1.0 |
|
|
189
|
+
| test-data-standards.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
190
|
+
| test-driven-development.md | :white_check_mark: 1.2.0 | :white_check_mark: 1.2.0 |
|
|
191
|
+
| test-governance.md | :white_check_mark: 1.1.0 | :white_check_mark: 1.1.0 |
|
|
192
|
+
| testing-standards.md | :white_check_mark: 3.2.0 | :white_check_mark: 3.2.0 |
|
|
193
|
+
| timeout-standards.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
194
|
+
| token-budget.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
195
|
+
| translation-lifecycle-standards.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
196
|
+
| verification-evidence.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
197
|
+
| versioning.md | :white_check_mark: 1.2.0 | :white_check_mark: 1.2.0 |
|
|
198
|
+
| virtual-organization-standards.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
199
|
+
| workflow-enforcement.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
200
|
+
| workflow-state-protocol.md | :white_check_mark: 1.0.0 | :white_check_mark: 1.0.0 |
|
|
201
|
+
|
|
202
|
+
**zh-CN core coverage**: 90/127 (71%)
|
|
203
|
+
**zh-TW core coverage**: 96/127 (76%)
|
|
204
|
+
|
|
205
|
+
## Drift Warnings
|
|
206
|
+
|
|
207
|
+
Locale variants whose `translation_version` lags `source_version` by more than 2 minor versions, or by any major version. (Per XSPEC-239 Chimera Prevention — `translation-drift-warn`.)
|
|
208
|
+
|
|
209
|
+
### zh-TW
|
|
210
|
+
|
|
211
|
+
- **skill/orchestrate**: translation `1.0.0` vs source `2.0.0` (major-version gap)
|
|
212
|
+
- **skill/plan**: translation `1.0.0` vs source `2.0.0` (major-version gap)
|
|
213
|
+
- **skill/push**: translation `1.0.0` vs source `2.0.0` (major-version gap)
|
|
214
|
+
- **core/browser-compatibility-standards.md**: translation `0.0.0` vs source `1.0.0` (major-version gap)
|
|
215
|
+
- **core/contract-testing-standards.md**: translation `0.0.0` vs source `1.0.0` (major-version gap)
|
|
216
|
+
- **core/cross-flow-regression.md**: translation `0.0.0` vs source `1.0.0` (major-version gap)
|
|
217
|
+
- **core/release-readiness-gate.md**: translation `0.0.0` vs source `1.0.0` (major-version gap)
|
|
218
|
+
|
|
219
|
+
## Legend
|
|
220
|
+
|
|
221
|
+
| Symbol | Meaning |
|
|
222
|
+
|--------|---------|
|
|
223
|
+
| :white_check_mark: `x.y.z` | Translated; `translation_version` shown |
|
|
224
|
+
| :warning: `x.y.z` (drift) | Translation lags source by > 2 minor versions |
|
|
225
|
+
| :warning: `x.y.z` (major) | Translation lags source by a major version |
|
|
226
|
+
| :x: | Not translated for this locale |
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
source: ../../CHANGELOG.md
|
|
3
|
-
source_version: 5.
|
|
4
|
-
translation_version: 5.
|
|
5
|
-
last_synced: 2026-05-
|
|
3
|
+
source_version: 5.15.1
|
|
4
|
+
translation_version: 5.15.1
|
|
5
|
+
last_synced: 2026-05-31
|
|
6
6
|
status: current
|
|
7
7
|
---
|
|
8
8
|
|
|
@@ -17,6 +17,46 @@ status: current
|
|
|
17
17
|
|
|
18
18
|
## [Unreleased]
|
|
19
19
|
|
|
20
|
+
## [5.15.0] - 2026-05-28
|
|
21
|
+
|
|
22
|
+
### 新增 — i18n 分层语言策略(XSPEC-239)
|
|
23
|
+
|
|
24
|
+
- **`core/ai-instruction-standards.md` v1.0.0 → v1.1.0**:新增 `## 国际化(i18n)` 章节,定义 SKILL.md 与 root 级 AI 指令档的 L1/L2/L3/L4 分层语言策略。**范围延伸**自原本只规范 root 级(`CLAUDE.md`、`.cursorrules` 等)扩张至涵盖 skill 级档案(`SKILL.md`)。定义 canonical/locale 档案结构、责任边界、chimera 防范规则、采用者安装模式。
|
|
25
|
+
- **`ai/standards/ai-instruction-standards.ai.yaml` v1.0.0 → v1.1.0**:对应的 `i18n:` 区块 + 4 条新规则。
|
|
26
|
+
- **10 个缺漏 zh-TW locale skill 变体**:`ac-coverage`、`deploy-assistant`、`dev-methodology`、`journey-test-assistant`、`orchestrate`、`plan`、`push`、`skill-builder`、`spec-derivation`、`sweep`。zh-TW skill 覆盖率达 54/54(100%)。
|
|
27
|
+
- **`cli/src/lint/i18n.js` + `uds check --i18n` 命令**:强制执行 5 条 chimera 防范规则。Error 退出码 1。`--json` 模式给 CI 用。
|
|
28
|
+
- **`scripts/generate-locale-coverage.mjs` + 自动产生的 `locales/COVERAGE.md`**:依 skill/standard × locale 的覆盖率矩阵 + drift 警告。npm script `docs:locale-coverage`。
|
|
29
|
+
- **`UDS_LOCALE` 环境变数支援**。
|
|
30
|
+
- **`.uds/install.yaml` `locale:` 栏位支援**:让采用者宣告偏好 locale 一次,免去每次 `--locale`。
|
|
31
|
+
- **Locale fallback WARN**:取代原本的 silent fallback。
|
|
32
|
+
- **i18n 讯息**:新增 `localeFallbackTitle` / `localeFallbackHint` 键(en/zh-tw/zh-cn)。
|
|
33
|
+
|
|
34
|
+
### 变更
|
|
35
|
+
|
|
36
|
+
- **CLI locale 解析优先顺序**:6 阶层 — `--locale` > `.uds/install.yaml` > `UDS_LOCALE` env > manifest > `.standards/` 侦测 > `'en'`。
|
|
37
|
+
- **`core/ai-instruction-standards.md` 译本**:zh-TW 与 zh-CN locale 同步至 v1.1.0 含完整在地化 i18n 章节。(zh-CN 章节标记 pending-review,依 XSPEC-239 O-2 — 简中翻译质量策略未定。)
|
|
38
|
+
|
|
39
|
+
### 修正
|
|
40
|
+
|
|
41
|
+
- **29 个 canonical SKILL.md 描述 chimera 修正**(XSPEC-239 Phase 1B):从下列 skill 的 `description:` frontmatter 移除 CJK 内容:`adr-assistant`、`ai-collaboration-standards`、`ai-friendly-architecture`、`ai-instruction-standards`、`api-design-assistant`、`audit-assistant`、`ci-cd-assistant`、`contract-test-assistant`、`database-assistant`、`deploy-assistant`、`documentation-guide`、`error-code-guide`、`git-workflow-guide`、`incident-response-assistant`、`journey-test-assistant`、`logging-guide`、`observability-assistant`、`orchestrate`、`plan`、`pr-automation-assistant`、`project-structure-guide`、`push`、`retrospective-assistant`、`runbook-assistant`、`security-assistant`、`security-scan-assistant`、`slo-assistant`、`sweep`、`testing-guide`。
|
|
42
|
+
- **`skills/reverse-engineer/SKILL.md` description em dash** 改为 ASCII hyphen。
|
|
43
|
+
- **`locales/zh-TW/core/self-review-protocol.md` 缺 YAML frontmatter** 已补。
|
|
44
|
+
|
|
45
|
+
### 采用者升级注意
|
|
46
|
+
|
|
47
|
+
对于以 `--locale zh-TW` 或 `--locale zh-CN` 安装 UDS 的项目,请执行 `uds update`。手动编辑过 canonical 档案的采用者,请将客制化内容调整至 locale 变体或 overlay。新的 `uds check --i18n` lint 可验证项目干净。
|
|
48
|
+
|
|
49
|
+
## [5.14.0] - 2026-05-27
|
|
50
|
+
|
|
51
|
+
### 新增
|
|
52
|
+
- **`.github/RELEASE-FLOW-TODOS.md`**:发版流程改善项目的持久追踪文件,记录 dogfood 过程中发现的问题。包含 TODO-001 ~ TODO-005(bump-version.mjs 自动执行 docs:generate-index、FB/Threads prompt 捕捉习惯、下次 bootstrap 验证 `_template/`、Phase 1.5 social-assets 硬闸、Phase 2 Meta API 自动发布 workflow)。维护者可直接编辑此文件新增或关闭项目。
|
|
53
|
+
|
|
54
|
+
### 变更
|
|
55
|
+
- **`.github/workflows/release-reminder.yml`**:现在读取 `.github/RELEASE-FLOW-TODOS.md` 并将 open TODO 显示在每周一 09:00 UTC reminder issue 内文中。改善项目在每个发布周期持续累积,不再遗失在 commit history 里。
|
|
56
|
+
|
|
57
|
+
### 修复
|
|
58
|
+
- **`cli/src/commands/check.js` — AI 工具集成 check 误报 missing 标准**:`uds check` 错误地将 `error-code-standards` 和 `logging-standards` 报告为 missing,即使实际 `.ai.yaml` 文件(`error-codes.ai.yaml`、`logging.ai.yaml`)已正确写入 `CLAUDE.md`。根因:`migrateStandardsPathsToIds()` 将 manifest 路径转为 registry ID(如 `ai/standards/error-codes.ai.yaml` → `error-code-standards`),但集成文件是以实际文件名生成的。check 现在从 registry 建立 `id → aiFilename` 查找表,在 ID 未直接出现于集成文件时以实际文件名进行第二次比对。
|
|
59
|
+
|
|
20
60
|
## [5.13.3] - 2026-05-26
|
|
21
61
|
|
|
22
62
|
### 修复
|
|
@@ -14,7 +14,7 @@ status: current
|
|
|
14
14
|
|
|
15
15
|
> **语言**: [English](../../README.md) | [繁體中文](../zh-TW/README.md) | 简体中文
|
|
16
16
|
|
|
17
|
-
**版本**: 5.
|
|
17
|
+
**版本**: 5.15.1 | **发布日期**: 2026-05-28 | **授权**: [双重授权](../../LICENSE) (CC BY 4.0 + MIT)
|
|
18
18
|
|
|
19
19
|
语言无关、框架无关的软件项目文档标准。通过 AI 原生工作流,确保不同技术栈之间的一致性、质量和可维护性。
|
|
20
20
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
source: ../../../core/ai-instruction-standards.md
|
|
3
|
-
source_version: 1.
|
|
4
|
-
translation_version: 1.
|
|
5
|
-
last_synced: 2026-
|
|
3
|
+
source_version: 1.1.0
|
|
4
|
+
translation_version: 1.1.0
|
|
5
|
+
last_synced: 2026-05-28
|
|
6
6
|
status: current
|
|
7
7
|
---
|
|
8
8
|
|
|
@@ -10,8 +10,8 @@ status: current
|
|
|
10
10
|
|
|
11
11
|
> **语言**: [English](../../../core/ai-instruction-standards.md) | [简体中文](../../zh-TW/core/ai-instruction-standards.md) | 简体中文
|
|
12
12
|
|
|
13
|
-
**版本**: 1.
|
|
14
|
-
**最后更新**: 2026-
|
|
13
|
+
**版本**: 1.1.0
|
|
14
|
+
**最后更新**: 2026-05-28
|
|
15
15
|
**适用范围**: 所有使用 AI 编码助手的项目
|
|
16
16
|
|
|
17
17
|
---
|
|
@@ -151,6 +151,111 @@ AI 指令文件通常混合两种类型的内容:
|
|
|
151
151
|
|
|
152
152
|
---
|
|
153
153
|
|
|
154
|
+
## 国际化(i18n)
|
|
155
|
+
|
|
156
|
+
AI 指令档常需提供多语言版本——既为了国际采用者,也为了非英语母语维护者主导的项目。本章节定义多语言指令档的组织、验证与安装规则。
|
|
157
|
+
|
|
158
|
+
### AI 指令档的范围
|
|
159
|
+
|
|
160
|
+
本标准涵盖两个层级的 AI 指令档:
|
|
161
|
+
|
|
162
|
+
| 层级 | 范例 | i18n 模式 |
|
|
163
|
+
|------|------|----------|
|
|
164
|
+
| **Root 层** | `CLAUDE.md`、`.cursorrules`、`.windsurfrules`、`.opencode/instructions.md` | 单档内以 inline 段落分语言(例:`## 中文` / `## English`)|
|
|
165
|
+
| **Skill 层** | Claude Code `.claude/skills/{name}/SKILL.md`、OpenCode plugin instructions | Canonical(英文)+ `locales/{lang}/` 变体 |
|
|
166
|
+
|
|
167
|
+
> 注意:skill 层的多档结构主要对 Claude Code 适用。其他工具是 root 单档;对它们只有下方「分层语言策略」与「Chimera 防范」规则适用。
|
|
168
|
+
|
|
169
|
+
### 分层语言策略
|
|
170
|
+
|
|
171
|
+
每份 AI 指令档概念上有 **4 层**,各层语言责任不同:
|
|
172
|
+
|
|
173
|
+
| 层 | 内容 | Canonical (en) | Locale ({lang}) | 为何分这层 |
|
|
174
|
+
|----|------|---------------|----------------|-----------|
|
|
175
|
+
| **L1 — Metadata** | YAML frontmatter `description`、`argument-hint`、`allowed-tools` | **必须英文** | **必须对应 locale 语言** | AI 触发讯号;英文 token 效率最高 + 训练语料密度高 |
|
|
176
|
+
| **L2 — 指令(Instructions)** | 对 AI 的命令式规则 | **必须英文** | 对应 locale 语言(可选;可保留英文)| AI 读英文指令最精准 |
|
|
177
|
+
| **L3 — 输出范本(Output Templates)** | 范例输出、回应格式、情境范本 | 英文(canonical 锁定英文)| **强制对应 locale**(mandatory)| **唯一直接影响 AI 输出语言的层** |
|
|
178
|
+
| **L4 — 人类文件** | 维护者注解、贡献者说明 | 英文 | 对应 locale 语言(强烈建议)| 给人类维护者读,AI 不读 |
|
|
179
|
+
|
|
180
|
+
**关键 insight**:L1(description)是 AI 用来决定「**是否调用**」此 skill 的触发讯号——它**不**影响 AI 之后说什么。L3(output template)才是控制 AI 输出语言的唯一开关。**i18n 强制检查应该聚焦在 L3——加强 L1 的强制是常见错误。**
|
|
181
|
+
|
|
182
|
+
### Canonical / Locale 档案结构
|
|
183
|
+
|
|
184
|
+
UDS 标准与 skill 的 locale 变体结构:
|
|
185
|
+
|
|
186
|
+
```text
|
|
187
|
+
core/{name}.md
|
|
188
|
+
core/{name}.ai.yaml
|
|
189
|
+
locales/{lang}/core/{name}.md
|
|
190
|
+
locales/{lang}/ai/standards/{name}.ai.yaml
|
|
191
|
+
skills/{name}/SKILL.md
|
|
192
|
+
locales/{lang}/skills/{name}/SKILL.md
|
|
193
|
+
```
|
|
194
|
+
|
|
195
|
+
**命名惯例**:使用 BCP 47 语言标签——`zh-TW`、`zh-CN`、`ja`、`ko`、`en-US` 等。
|
|
196
|
+
|
|
197
|
+
### Locale 变体 Frontmatter 必填栏位
|
|
198
|
+
|
|
199
|
+
```yaml
|
|
200
|
+
---
|
|
201
|
+
name: {与 canonical 同名}
|
|
202
|
+
source: {指回 canonical 的相对路径}
|
|
203
|
+
source_version: {翻译时 canonical 的版本}
|
|
204
|
+
translation_version: {本翻译的版本}
|
|
205
|
+
---
|
|
206
|
+
```
|
|
207
|
+
|
|
208
|
+
`source_version` 落后超过 2 个 minor 版本会触发 drift 警告。
|
|
209
|
+
|
|
210
|
+
### 责任边界
|
|
211
|
+
|
|
212
|
+
| 角色 | 拥有 | 必须做 |
|
|
213
|
+
|------|------|--------|
|
|
214
|
+
| **Canonical 拥有者** | `core/{name}.md` 等 | 维持 L1/L2/L3/L4 为英文;breaking change 时 bump `source_version` |
|
|
215
|
+
| **Locale 维护者** | `locales/{lang}/...` | `translation_version` 对齐 `source_version`;翻译 L1(必)、L2(选)、L3(必)、L4(建议)|
|
|
216
|
+
| **采用者** | 自己的 `.claude/skills/`、`CLAUDE.md` | 用 `uds install --locale {lang}` 安装;**绝不**手动修改 canonical |
|
|
217
|
+
|
|
218
|
+
### Chimera 防范
|
|
219
|
+
|
|
220
|
+
| 模式 | 严重度 | 侦测方式 |
|
|
221
|
+
|------|--------|----------|
|
|
222
|
+
| Canonical 的 `description` 含 CJK | ❌ Error | Lint |
|
|
223
|
+
| Locale 变体的 `description` 是纯 ASCII | ❌ Error | Lint |
|
|
224
|
+
| Locale 变体缺 `source:` frontmatter | ❌ Error | Lint |
|
|
225
|
+
| Canonical L3 含非英文范例 | ⚠️ Warn | Lint |
|
|
226
|
+
| 采用者档案与 canonical/locale 都不同 | ⚠️ Warn | Sync check |
|
|
227
|
+
| `translation_version` 落后过多 | ⚠️ Warn | Drift check |
|
|
228
|
+
|
|
229
|
+
### 采用者安装
|
|
230
|
+
|
|
231
|
+
```bash
|
|
232
|
+
uds install --locale zh-CN # 以简体中文安装 skills 与 standards
|
|
233
|
+
```
|
|
234
|
+
|
|
235
|
+
**Locale 解析优先顺序**:`--locale` flag > `.uds/install.yaml` > `UDS_LOCALE` env > fallback `en`
|
|
236
|
+
|
|
237
|
+
Locale 不存在时 fallback 到 canonical + WARN,**不**阻断安装。
|
|
238
|
+
|
|
239
|
+
### 迁移:已有 chimera 的采用者
|
|
240
|
+
|
|
241
|
+
1. **辨识 chimera**:比对采用者档案与 UDS canonical / locale 变体
|
|
242
|
+
2. **安装正确变体**:`uds install --locale {lang}`
|
|
243
|
+
3. **保留专案级客制**:抽出为 overlay
|
|
244
|
+
4. **丢弃纯翻译**:locale 变体取代之
|
|
245
|
+
|
|
246
|
+
### 快速参考
|
|
247
|
+
|
|
248
|
+
| 动作 | 何时 | 工具 / 档案 |
|
|
249
|
+
|------|------|------------|
|
|
250
|
+
| 新增语言支援 | 想支援新 locale | `locales/{lang}/...` |
|
|
251
|
+
| 更新 canonical | 改进英文 source | Bump `source_version` |
|
|
252
|
+
| 翻译 / 同步 locale | 新增或更新 locale 内容 | Bump `translation_version` |
|
|
253
|
+
| 检查覆盖率 | 定期 review | `locales/COVERAGE.md` |
|
|
254
|
+
| 带 locale 安装 | 采用者初设 | `uds install --locale {lang}` |
|
|
255
|
+
| 跑 i18n lint | Commit 前 / CI | `uds lint --i18n` |
|
|
256
|
+
|
|
257
|
+
---
|
|
258
|
+
|
|
154
259
|
## 维护检查清单
|
|
155
260
|
|
|
156
261
|
在提交 AI 指令文件的变更之前:
|
|
@@ -205,6 +310,7 @@ grep -n "npm\|yarn\|pip\|cargo" CLAUDE.md | head -20
|
|
|
205
310
|
| 版本 | 日期 | 变更 |
|
|
206
311
|
|------|------|------|
|
|
207
312
|
| 1.0.0 | 2026-01-14 | 初始发布 |
|
|
313
|
+
| 1.1.0 | 2026-05-28 | 新增 i18n 章节;范围延伸至 skill 层级文件 |
|
|
208
314
|
|
|
209
315
|
---
|
|
210
316
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
source: ../../CHANGELOG.md
|
|
3
|
-
source_version: 5.
|
|
4
|
-
translation_version: 5.
|
|
5
|
-
last_synced: 2026-05-
|
|
3
|
+
source_version: 5.15.1
|
|
4
|
+
translation_version: 5.15.1
|
|
5
|
+
last_synced: 2026-05-31
|
|
6
6
|
status: current
|
|
7
7
|
---
|
|
8
8
|
|
|
@@ -17,6 +17,50 @@ status: current
|
|
|
17
17
|
|
|
18
18
|
## [Unreleased]
|
|
19
19
|
|
|
20
|
+
## [5.15.0] - 2026-05-28
|
|
21
|
+
|
|
22
|
+
### 新增 — i18n 分層語言策略(XSPEC-239)
|
|
23
|
+
|
|
24
|
+
- **`core/ai-instruction-standards.md` v1.0.0 → v1.1.0**:新增 `## 國際化(i18n)` 章節,定義 SKILL.md 與 root 級 AI 指令檔的 L1/L2/L3/L4 分層語言策略。**範圍延伸**自原本只規範 root 級(`CLAUDE.md`、`.cursorrules` 等)擴張至涵蓋 skill 級檔案(`SKILL.md`)。定義 canonical/locale 檔案結構、責任邊界、chimera 防範規則、採用者安裝模式。
|
|
25
|
+
- **`ai/standards/ai-instruction-standards.ai.yaml` v1.0.0 → v1.1.0**:對應的 `i18n:` 區塊 + 4 條新規則(`i18n-canonical-english-only`、`i18n-locale-must-match-language`、`i18n-l3-template-language-controls-output`、`i18n-no-manual-canonical-edits-by-adopters`)。
|
|
26
|
+
- **10 個缺漏 zh-TW locale skill 變體**:`ac-coverage`、`deploy-assistant`、`dev-methodology`、`journey-test-assistant`、`orchestrate`、`plan`、`push`、`skill-builder`、`spec-derivation`、`sweep`。zh-TW skill 覆蓋率達 54/54(100%)。
|
|
27
|
+
- **`cli/src/lint/i18n.js` + `uds check --i18n` 命令**:強制執行 5 條 chimera 防範規則(`canonical:description-must-be-ascii` 錯誤、`locale:description-must-match-language` 錯誤、`locale:must-have-source-frontmatter` 錯誤、`canonical:l3-language-consistency` 警告、`translation-drift-warn` 警告)。Error 退出碼 1。`--json` 模式給 CI 用。
|
|
28
|
+
- **`scripts/generate-locale-coverage.mjs` + 自動產生的 `locales/COVERAGE.md`**:依 skill/standard × locale 的覆蓋率矩陣 + drift 警告。npm script `docs:locale-coverage`。
|
|
29
|
+
- **`UDS_LOCALE` 環境變數支援**:在 `cli/src/i18n/messages.js detectLanguage()` 與 `cli/src/commands/update.js resolveLocale()` 讀取。接受 `zh-tw`、`zh_tw`、`zh-cn`、`zh_cn`、`en`(不分大小寫)。
|
|
30
|
+
- **`.uds/install.yaml` `locale:` 欄位支援**:`cli/src/utils/config-manager.js readInstallYaml()` 讀取可選 `locale:`,讓採用者宣告偏好 locale 一次,免去每次 `--locale`。
|
|
31
|
+
- **Locale fallback WARN**:當 `installSingleSkill` 從缺漏的 locale 變體 fallback 到英文時,安裝結束時統一以黃色 WARN 區塊列出受影響 skill。取代原本的 silent fallback。
|
|
32
|
+
- **i18n 訊息**:在 en/zh-tw/zh-cn locale 中新增 `localeFallbackTitle` / `localeFallbackHint` 鍵。
|
|
33
|
+
|
|
34
|
+
### 變更
|
|
35
|
+
|
|
36
|
+
- **CLI locale 解析優先順序**(`cli/src/commands/update.js resolveLocale()`):現為 6 階層 — `--locale` CLI 旗標 > `.uds/install.yaml` `locale:` > `UDS_LOCALE` env > manifest > `.standards/` 偵測 > `'en'`。`init` 與 `update` 一致。
|
|
37
|
+
- **`core/ai-instruction-standards.md` 譯本**:zh-TW 與 zh-CN locale 同步至 v1.1.0 含完整在地化 i18n 章節。(zh-CN 章節標記 pending-review,依 XSPEC-239 O-2 — 簡中翻譯品質策略未定。)
|
|
38
|
+
|
|
39
|
+
### 修正
|
|
40
|
+
|
|
41
|
+
- **29 個 canonical SKILL.md 描述 chimera 修正**(XSPEC-239 Phase 1B):自下列 skill 的 `description:` frontmatter 移除 CJK 內容:`adr-assistant`、`ai-collaboration-standards`、`ai-friendly-architecture`、`ai-instruction-standards`、`api-design-assistant`、`audit-assistant`、`ci-cd-assistant`、`contract-test-assistant`、`database-assistant`、`deploy-assistant`、`documentation-guide`、`error-code-guide`、`git-workflow-guide`、`incident-response-assistant`、`journey-test-assistant`、`logging-guide`、`observability-assistant`、`orchestrate`、`plan`、`pr-automation-assistant`、`project-structure-guide`、`push`、`retrospective-assistant`、`runbook-assistant`、`security-assistant`、`security-scan-assistant`、`slo-assistant`、`sweep`、`testing-guide`。譯本改放於 `locales/{lang}/skills/`。原本依賴 `.claude/skills/` 中繁中描述的採用者應重跑 `uds update --locale zh-TW`(或 `--locale zh-CN`)。
|
|
42
|
+
- **`skills/reverse-engineer/SKILL.md` description em dash(U+2014)** 改為 ASCII hyphen — canonical 描述必須純 ASCII(依新 lint 規則)。
|
|
43
|
+
- **`locales/zh-TW/core/self-review-protocol.md` 缺 YAML frontmatter** 已補(`source:`、`source_version:`、`translation_version:`、`last_synced:`、`status:`),與其他 zh-TW core 變體一致。
|
|
44
|
+
|
|
45
|
+
### 採用者升級注意
|
|
46
|
+
|
|
47
|
+
對於以 `--locale zh-TW` 或 `--locale zh-CN` 安裝 UDS(或被 `LANG=zh_*` 偵測)的專案,本次 release 可能造成使用者可見的變化:
|
|
48
|
+
|
|
49
|
+
- **升級後請執行 `uds update`**。原本描述含中文的 skill,canonical 中的 `description:` 會變英文,繁中 `description:` + body 在 locale 變體中。`.claude/skills/{name}/SKILL.md` 會從 locale 變體自動重新安裝。
|
|
50
|
+
- **手動編輯過 canonical** 檔案(在 `.claude/skills/` 加繁中描述)的採用者,請將客製化內容調整至 locale 變體或 overlay — 詳見 `core/ai-instruction-standards.md` 的 `XSPEC-239` 遷移章節。
|
|
51
|
+
- 新的 `uds check --i18n` lint 可驗證專案乾淨:errors 阻擋,warnings(例如 `translation-drift-warn`)只進 dashboard 不預設 fail CI。
|
|
52
|
+
|
|
53
|
+
## [5.14.0] - 2026-05-27
|
|
54
|
+
|
|
55
|
+
### 新增
|
|
56
|
+
- **`.github/RELEASE-FLOW-TODOS.md`**:發版流程改善項目的持久追蹤檔案,記錄 dogfood 過程中發現的問題。包含 TODO-001 ~ TODO-005(bump-version.mjs 自動執行 docs:generate-index、FB/Threads prompt 捕捉習慣、下次 bootstrap 驗證 `_template/`、Phase 1.5 social-assets 硬閘、Phase 2 Meta API 自動發布 workflow)。維護者可直接編輯此檔案新增或關閉項目。
|
|
57
|
+
|
|
58
|
+
### 變更
|
|
59
|
+
- **`.github/workflows/release-reminder.yml`**:現在讀取 `.github/RELEASE-FLOW-TODOS.md` 並將 open TODO 顯示在每週一 09:00 UTC reminder issue 內文中。改善項目在每個發布週期持續累積,不再遺失在 commit history 裡。
|
|
60
|
+
|
|
61
|
+
### 修復
|
|
62
|
+
- **`cli/src/commands/check.js` — AI 工具整合 check 誤報 missing 標準**:`uds check` 錯誤地將 `error-code-standards` 和 `logging-standards` 報告為 missing,即使實際 `.ai.yaml` 檔案(`error-codes.ai.yaml`、`logging.ai.yaml`)已正確寫入 `CLAUDE.md`。根因:`migrateStandardsPathsToIds()` 將 manifest 路徑轉為 registry ID(如 `ai/standards/error-codes.ai.yaml` → `error-code-standards`),但整合檔案是以實際檔名生成的。check 現在從 registry 建立 `id → aiFilename` 查找表,在 ID 未直接出現於整合檔案時以實際檔名進行第二次比對。
|
|
63
|
+
|
|
20
64
|
## [5.13.3] - 2026-05-26
|
|
21
65
|
|
|
22
66
|
### 修復
|
|
@@ -14,7 +14,7 @@ status: current
|
|
|
14
14
|
|
|
15
15
|
> **語言**: [English](../../README.md) | 繁體中文 | [简体中文](../zh-CN/README.md)
|
|
16
16
|
|
|
17
|
-
**版本**: 5.
|
|
17
|
+
**版本**: 5.15.1 | **發布日期**: 2026-05-28 | **授權**: [雙重授權](../../LICENSE) (CC BY 4.0 + MIT)
|
|
18
18
|
|
|
19
19
|
語言無關、框架無關的軟體專案文件標準。透過 AI 原生工作流,確保不同技術堆疊之間的一致性、品質和可維護性。
|
|
20
20
|
|