universal-dev-standards 5.10.0 → 5.11.0

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.
Files changed (85) hide show
  1. package/bundled/core/adversarial-test.md +3 -0
  2. package/bundled/core/behavior-snapshot.md +1 -1
  3. package/bundled/core/capability-declaration.md +3 -0
  4. package/bundled/core/cd-deployment-strategies.md +3 -0
  5. package/bundled/core/chaos-injection-tests.md +3 -0
  6. package/bundled/core/circuit-breaker.md +3 -0
  7. package/bundled/core/container-security.md +3 -0
  8. package/bundled/core/cost-budget-test.md +3 -0
  9. package/bundled/core/data-migration-testing.md +3 -0
  10. package/bundled/core/disaster-recovery-drill.md +3 -0
  11. package/bundled/core/dual-phase-output.md +3 -0
  12. package/bundled/core/failure-source-taxonomy.md +3 -0
  13. package/bundled/core/feature-manifest-standard.md +1 -1
  14. package/bundled/core/flaky-test-management.md +3 -0
  15. package/bundled/core/full-coverage-testing.md +3 -0
  16. package/bundled/core/health-check-standards.md +3 -0
  17. package/bundled/core/immutability-first.md +3 -0
  18. package/bundled/core/llm-output-validation.md +3 -0
  19. package/bundled/core/no-cicd-deployment.md +3 -0
  20. package/bundled/core/pipeline-security-gates.md +3 -0
  21. package/bundled/core/policy-as-code-testing.md +3 -0
  22. package/bundled/core/prompt-regression.md +3 -0
  23. package/bundled/core/property-based-testing.md +3 -0
  24. package/bundled/core/recovery-recipe-registry.md +3 -0
  25. package/bundled/core/release-quality-manifest.md +3 -0
  26. package/bundled/core/replay-test.md +3 -0
  27. package/bundled/core/retry-standards.md +3 -0
  28. package/bundled/core/rollback-standards.md +3 -0
  29. package/bundled/core/sast-advanced.md +1 -1
  30. package/bundled/core/secure-op.md +3 -0
  31. package/bundled/core/security-decision.md +3 -0
  32. package/bundled/core/server-ops-security.md +3 -0
  33. package/bundled/core/skill-standard-alignment-check.md +3 -0
  34. package/bundled/core/smoke-test.md +3 -0
  35. package/bundled/core/standard-admission-criteria.md +3 -0
  36. package/bundled/core/standard-lifecycle-management.md +3 -0
  37. package/bundled/core/supply-chain-attestation.md +3 -0
  38. package/bundled/core/timeout-standards.md +3 -0
  39. package/bundled/core/token-budget.md +3 -0
  40. package/bundled/locales/zh-CN/CHANGELOG.md +13 -3
  41. package/bundled/locales/zh-CN/CLAUDE.md +1 -1
  42. package/bundled/locales/zh-CN/README.md +3 -3
  43. package/bundled/locales/zh-CN/SECURITY.md +1 -2
  44. package/bundled/locales/zh-CN/docs/CHEATSHEET.md +127 -15
  45. package/bundled/locales/zh-CN/docs/FEATURE-REFERENCE.md +141 -25
  46. package/bundled/locales/zh-CN/skills/adr-assistant/SKILL.md +43 -0
  47. package/bundled/locales/zh-CN/skills/ai-collaboration-standards/SKILL.md +35 -0
  48. package/bundled/locales/zh-CN/skills/ai-friendly-architecture/SKILL.md +35 -0
  49. package/bundled/locales/zh-CN/skills/ai-instruction-standards/SKILL.md +35 -0
  50. package/bundled/locales/zh-CN/skills/contract-test-assistant/SKILL.md +24 -0
  51. package/bundled/locales/zh-CN/skills/documentation-guide/SKILL.md +37 -0
  52. package/bundled/locales/zh-CN/skills/error-code-guide/SKILL.md +33 -0
  53. package/bundled/locales/zh-CN/skills/git-workflow-guide/SKILL.md +34 -0
  54. package/bundled/locales/zh-CN/skills/logging-guide/SKILL.md +33 -0
  55. package/bundled/locales/zh-CN/skills/project-structure-guide/SKILL.md +19 -0
  56. package/bundled/locales/zh-CN/skills/retrospective-assistant/SKILL.md +38 -0
  57. package/bundled/locales/zh-CN/skills/testing-guide/SKILL.md +36 -0
  58. package/bundled/locales/zh-TW/CHANGELOG.md +13 -3
  59. package/bundled/locales/zh-TW/CLAUDE.md +1 -1
  60. package/bundled/locales/zh-TW/README.md +3 -3
  61. package/bundled/locales/zh-TW/SECURITY.md +1 -2
  62. package/bundled/locales/zh-TW/docs/CHEATSHEET.md +127 -15
  63. package/bundled/locales/zh-TW/docs/FEATURE-REFERENCE.md +141 -25
  64. package/bundled/locales/zh-TW/skills/adr-assistant/SKILL.md +43 -0
  65. package/bundled/locales/zh-TW/skills/ai-collaboration-standards/SKILL.md +35 -0
  66. package/bundled/locales/zh-TW/skills/ai-friendly-architecture/SKILL.md +35 -0
  67. package/bundled/locales/zh-TW/skills/ai-instruction-standards/SKILL.md +35 -0
  68. package/bundled/locales/zh-TW/skills/brainstorm-assistant/guide.md +661 -267
  69. package/bundled/locales/zh-TW/skills/contract-test-assistant/SKILL.md +24 -0
  70. package/bundled/locales/zh-TW/skills/documentation-guide/SKILL.md +37 -0
  71. package/bundled/locales/zh-TW/skills/error-code-guide/SKILL.md +33 -0
  72. package/bundled/locales/zh-TW/skills/git-workflow-guide/SKILL.md +34 -0
  73. package/bundled/locales/zh-TW/skills/logging-guide/SKILL.md +33 -0
  74. package/bundled/locales/zh-TW/skills/project-structure-guide/SKILL.md +19 -0
  75. package/bundled/locales/zh-TW/skills/retrospective-assistant/SKILL.md +38 -0
  76. package/bundled/locales/zh-TW/skills/testing-guide/SKILL.md +36 -0
  77. package/bundled/skills/README.md +1 -1
  78. package/bundled/skills/spec-driven-dev/SKILL.md +41 -0
  79. package/package.json +1 -1
  80. package/src/commands/update.js +35 -0
  81. package/src/config/ai-agent-paths.js +8 -0
  82. package/src/i18n/messages.js +3 -0
  83. package/src/utils/integration-generator.js +18 -2
  84. package/standards-registry.json +3 -3
  85. package/bundled/locales/zh-TW/docs/MIGRATION-V5.md +0 -79
@@ -210,3 +210,6 @@ Layer 4: 稽核日誌(hash chain) — 確保不可篡改
210
210
  - ISO/IEC 42001:2023 — AI 管理系統
211
211
  - [UDS `secure-op.ai.yaml`](./secure-op.md) — AI Agent 安全操作六大支柱
212
212
  - [UDS `llm-output-validation.ai.yaml`](./llm-output-validation.md) — LLM 輸出驗證標準
213
+
214
+
215
+ **Scope**: universal
@@ -3,7 +3,7 @@
3
3
  > **Language**: English | 繁體中文
4
4
 
5
5
  **Applicability**: Migration and refactoring projects requiring behavioral parity verification
6
- **Scope**: universal (HTTP-based systems)
6
+ **Scope**: universal
7
7
 
8
8
  ---
9
9
 
@@ -57,3 +57,6 @@ const FAIL_CLOSED_DEFAULTS: CapabilityDeclaration = {
57
57
  - AI-optimized: [ai/standards/capability-declaration.ai.yaml](../ai/standards/capability-declaration.ai.yaml)
58
58
  - XSPEC-037: Cross-project specification
59
59
  - Borrowed from: [claude-code-book](https://github.com/lintsinghua/claude-code-book) Ch.3 `buildTool` Fail-Closed factory
60
+
61
+
62
+ **Scope**: universal
@@ -119,3 +119,6 @@ Q4: 基礎設施預算有限?
119
119
  - [rollback-standards.md](rollback-standards.md) — 回滾觸發條件矩陣
120
120
  - [no-cicd-deployment.md](no-cicd-deployment.md) — 無 CI/CD 部署策略
121
121
  - AI 格式:[../ai/standards/cd-deployment-strategies.ai.yaml](../ai/standards/cd-deployment-strategies.ai.yaml)
122
+
123
+
124
+ **Scope**: universal
@@ -114,3 +114,6 @@ it('pipeline continues when one agent throws', async () => {
114
114
  - `testing.ai.yaml` — general test structure
115
115
  - `secure-op.ai.yaml` — Fail-Closed principle for AI agents
116
116
  - `security-standards.ai.yaml` — security invariants
117
+
118
+
119
+ **Scope**: universal
@@ -56,3 +56,6 @@ interface CircuitBreaker {
56
56
  - AI-optimized: [ai/standards/circuit-breaker.ai.yaml](../ai/standards/circuit-breaker.ai.yaml)
57
57
  - XSPEC-036: Cross-project specification
58
58
  - Borrowed from: [claude-code-book](https://github.com/lintsinghua/claude-code-book) Ch.2 `MAX_CONSECUTIVE_AUTOCOMPACT_FAILURES`
59
+
60
+
61
+ **Scope**: universal
@@ -519,3 +519,6 @@ lsattr /var/log/ai-agent/audit # 驗證 a 屬性
519
519
  □ Audit log volume:append-only partition(非 emptyDir)
520
520
  □ Lockfile 固定(npm ci / pip --require-hashes / go mod verify)
521
521
  ```
522
+
523
+
524
+ **Scope**: universal
@@ -67,3 +67,6 @@ describe("PipelineBudgetConfig semantics", () => {
67
67
  - [Mutation Testing Standards](mutation-testing.md) — constants without test coverage survive mutations
68
68
  - [Testing Standards](testing.md) — overall test pyramid
69
69
  - [LLM Output Validation](llm-output-validation.md) — output-layer budget constraints
70
+
71
+
72
+ **Scope**: universal
@@ -108,3 +108,6 @@ Use `testcontainers` to spin up a fresh PostgreSQL container per test suite. The
108
108
  - `database-standards.ai.yaml` — schema design principles
109
109
  - `testing.ai.yaml` — general test structure and pyramid
110
110
  - `verification-evidence.ai.yaml` — audit evidence requirements
111
+
112
+
113
+ **Scope**: universal
@@ -71,3 +71,6 @@ See `docs/DR-RUNBOOK.md` for the full runbook template.
71
71
  - [Deployment Standards](deployment-standards.md) — deployment pipeline
72
72
  - [Chaos Engineering Standards](chaos-engineering-standards.md) — failure injection
73
73
  - [Verification Evidence Standards](verification-evidence.md) — drill records
74
+
75
+
76
+ **Scope**: universal
@@ -54,3 +54,6 @@ Applications may add fields inside `<summary>` but must not remove core fields:
54
54
  - AI-optimized: [ai/standards/dual-phase-output.ai.yaml](../ai/standards/dual-phase-output.ai.yaml)
55
55
  - XSPEC-035: Cross-project specification
56
56
  - Borrowed from: [claude-code-book](https://github.com/lintsinghua/claude-code-book) Ch.7 `formatCompactSummary`
57
+
58
+
59
+ **Scope**: universal
@@ -70,3 +70,6 @@ interface FailureDetail {
70
70
  - XSPEC-045: Cross-project specification
71
71
  - Depends on: Recovery Recipe Registry (XSPEC-046)
72
72
  - Borrowed from: [ultraworkers/claw-code](https://github.com/ultraworkers/claw-code) ROADMAP Phase 2 Failure Taxonomy
73
+
74
+
75
+ **Scope**: universal
@@ -3,7 +3,7 @@
3
3
  > **Language**: English | 繁體中文
4
4
 
5
5
  **Applicability**: Migration and refactoring projects where an existing system is being ported or restructured
6
- **Scope**: universal (language-agnostic manifest format)
6
+ **Scope**: universal
7
7
 
8
8
  ---
9
9
 
@@ -71,3 +71,6 @@ export default defineConfig({
71
71
 
72
72
  - [Testing Standards](testing.md) — overall test pyramid
73
73
  - [Test Governance Standards](test-governance.md) — CI policies
74
+
75
+
76
+ **Scope**: universal
@@ -181,3 +181,6 @@ The ratchet starts at your current coverage. From that point on, it can only inc
181
181
  - `integration-testing.ai.yaml` — Integration test patterns
182
182
  - `deployment-standards.ai.yaml` — Deploy gate requirements
183
183
  - XSPEC-178 — Full specification and implementation phases
184
+
185
+
186
+ **Scope**: universal
@@ -70,3 +70,6 @@
70
70
  - DEC-043: UDS 覆蓋完整性路線圖(驅動來源)
71
71
  - Related: `deployment-standards`, `circuit-breaker`, observability-standards (XSPEC-063 規劃中)
72
72
  - Industry: Kubernetes probes, Microsoft eShop health checks, Google SRE Book Ch.6
73
+
74
+
75
+ **Scope**: universal
@@ -103,3 +103,6 @@ interface PipelineMemoryEntry {
103
103
 
104
104
  - AI-optimized: [ai/standards/immutability-first.ai.yaml](../ai/standards/immutability-first.ai.yaml)
105
105
  - XSPEC-044: Cross-project specification
106
+
107
+
108
+ **Scope**: universal
@@ -176,3 +176,6 @@ npx vitest run agents/__tests__/contract.test.ts
176
176
  - ISO/IEC 42001:2023 — AI 管理系統
177
177
  - [UDS `security-testing.ai.yaml`](./security-testing.md) — SAST + DAST 整合
178
178
  - [UDS `adversarial-test.ai.yaml`](./adversarial-test.md) — Prompt injection 紅隊標準
179
+
180
+
181
+ **Scope**: universal
@@ -203,3 +203,6 @@ status:
203
203
  - `deployment-standards.ai.yaml` — 有 CI/CD 平台的部署策略(本文件的補充前提)
204
204
  - `health-check-standards.ai.yaml` — /health 端點設計規範
205
205
  - `circuit-breaker.ai.yaml` — 斷路器整合(進階場景)
206
+
207
+
208
+ **Scope**: universal
@@ -107,3 +107,6 @@
107
107
  - [pipeline-integration-standards.md](pipeline-integration-standards.md) — CI 管線整合標準
108
108
  - [deployment-standards.md](deployment-standards.md) — 部署基礎原則
109
109
  - AI 格式:[../ai/standards/pipeline-security-gates.ai.yaml](../ai/standards/pipeline-security-gates.ai.yaml)
110
+
111
+
112
+ **Scope**: universal
@@ -186,3 +186,6 @@ policies/
186
186
  - [UDS `secure-op.ai.yaml`](./secure-op.md) — AI Agent 安全操作六大支柱
187
187
  - [UDS `adversarial-test.ai.yaml`](./adversarial-test.md) — 對抗性測試(OWASP LLM01)
188
188
  - [UDS `container-security.ai.yaml`](./container-security.md) — 容器安全(OPA Sidecar 部署)
189
+
190
+
191
+ **Scope**: universal
@@ -70,3 +70,6 @@ The comment is mandatory. PRs that update checksums without explanatory comments
70
70
  - [LLM Output Validation](llm-output-validation.md) — schema-level validation
71
71
  - [Adversarial Test](adversarial-test.md) — red-team corpus
72
72
  - [Testing Standards](testing.md) — overall testing pyramid
73
+
74
+
75
+ **Scope**: universal
@@ -71,3 +71,6 @@ fc.assert(property, { seed: 1234567890 })
71
71
  - [Mutation Testing Standards](mutation-testing.md) — complement to PBT
72
72
  - [Testing Standards](testing-standards.md) — overall test pyramid
73
73
  - [Adversarial Test Standards](adversarial-test.md) — security-focused fuzzing
74
+
75
+
76
+ **Scope**: universal
@@ -67,3 +67,6 @@ escalation: # required
67
67
  - XSPEC-046: Cross-project specification
68
68
  - Depends on: Failure Source Taxonomy (XSPEC-045)
69
69
  - Borrowed from: [ultraworkers/claw-code](https://github.com/ultraworkers/claw-code) ROADMAP Phase 3 Recovery Recipes
70
+
71
+
72
+ **Scope**: universal
@@ -191,3 +191,6 @@ Generate a Markdown table alongside the YAML for inclusion in release notes:
191
191
  - `supply-chain-attestation.ai.yaml` — SBOM and provenance
192
192
  - `testing.ai.yaml` — overall test strategy
193
193
  - `deployment-standards.ai.yaml` — release gate integration
194
+
195
+
196
+ **Scope**: universal
@@ -84,3 +84,6 @@ describe("Guardian replay fixtures", () => {
84
84
  - [Adversarial Test Standards](adversarial-test.md) — red-team corpus
85
85
  - [Verification Evidence Standards](verification-evidence.md) — AC traceability
86
86
  - [Testing Standards](testing.md) — overall test pyramid
87
+
88
+
89
+ **Scope**: universal
@@ -60,3 +60,6 @@ wait_ms = min(cap_ms, base_ms * 2^attempt) * (0.5 + random() * 0.5)
60
60
  - DEC-043: UDS 覆蓋完整性路線圖(驅動來源)
61
61
  - Related: `circuit-breaker`, `failure-source-taxonomy`, `timeout-standards`, `recovery-recipe-registry`
62
62
  - Industry: Netflix Hystrix retry, Google SRE Book Ch.22, AWS Architecture Blog — exponential backoff and jitter
63
+
64
+
65
+ **Scope**: universal
@@ -102,3 +102,6 @@
102
102
  - [deployment-standards.md](deployment-standards.md) — 部署基礎策略
103
103
  - [cd-deployment-strategies.md](cd-deployment-strategies.md) — 部署策略選用矩陣
104
104
  - AI 格式:[../ai/standards/rollback-standards.ai.yaml](../ai/standards/rollback-standards.ai.yaml)
105
+
106
+
107
+ **Scope**: universal
@@ -5,7 +5,7 @@
5
5
  **Version**: 1.0.0
6
6
  **Last Updated**: 2026-05-05
7
7
  **Applicability**: TypeScript / JavaScript projects
8
- **Scope**: CI/CD security enforcement
8
+ **Scope**: universal
9
9
  **References**: [CodeQL documentation](https://codeql.github.com/), [gitleaks](https://github.com/gitleaks/gitleaks), [Biome linter](https://biomejs.dev/)
10
10
 
11
11
  ---
@@ -312,3 +312,6 @@ P0c 等級 + 外部稽核師可存取的 Audit Chain 匯出功能。
312
312
  - `security-testing`:安全測試方法論(SAST、DAST、依賴審計)
313
313
  - `audit-trail`:一般 Audit Trail 標準
314
314
  - `mock-boundary`:測試中禁止 mock 安全控制
315
+
316
+
317
+ **Scope**: universal
@@ -63,3 +63,6 @@ function arbitrate(rules: SecurityDecisionRule[]): SecurityDecision {
63
63
  - AI-optimized: [ai/standards/security-decision.ai.yaml](../ai/standards/security-decision.ai.yaml)
64
64
  - XSPEC-037: Cross-project specification
65
65
  - Borrowed from: [claude-code-book](https://github.com/lintsinghua/claude-code-book) Ch.4 four-stage permission pipeline
66
+
67
+
68
+ **Scope**: universal
@@ -491,3 +491,6 @@ Guardian OPA Sidecar(XSPEC-146/147)作為 AI Agent 的決策閘道,其所
491
491
  - `security-testing.ai.yaml` — SAST、DAST、相依套件審計
492
492
  - `secret-management-standards.ai.yaml` — 機密管理與憑證衛生
493
493
  - `container-image-standards.ai.yaml` — 容器映像安全基準
494
+
495
+
496
+ **Scope**: universal
@@ -77,3 +77,6 @@ Skill 必有 Standard 作為錨點,Standard 可無 Skill;定期識別孤兒
77
77
  - DEC-043: UDS 覆蓋完整性路線圖(XSPEC-063~069 目的之一即清空本標準識別的 orphan 清單)
78
78
  - Related: `standard-admission-criteria`, `standard-lifecycle-management`
79
79
  - Internal: AsiaOstrich DEC-043 七主題缺口分析(slo/runbook/observability 等 40+ Skill 部分無 Standard 錨點)
80
+
81
+
82
+ **Scope**: universal
@@ -63,3 +63,6 @@ echo "=== PASS ==="
63
63
  - [Testing Standards](testing.md) — overall test pyramid
64
64
  - [Deployment Standards](deployment-standards.md) — deployment pipeline
65
65
  - [Performance Standards](performance-standards.md) — latency SLOs
66
+
67
+
68
+ **Scope**: universal
@@ -82,3 +82,6 @@
82
82
  - DEC-043: UDS 覆蓋完整性路線圖(本標準是 Wave 1 前置條件)
83
83
  - Related: `standard-lifecycle-management`, `skill-standard-alignment-check`, `adr-standards`
84
84
  - Industry: IETF RFC admission criteria, Python PEP process, W3C Recommendation Track
85
+
86
+
87
+ **Scope**: universal
@@ -92,3 +92,6 @@ Deprecated ──(migration done)───→ Archived
92
92
  - DEC-043: UDS 覆蓋完整性路線圖(驅動來源)
93
93
  - Related: `standard-admission-criteria`, `skill-standard-alignment-check`, `adr-standards`
94
94
  - Industry: IETF RFC lifecycle (Proposed → Draft → Internet Standard), Python PEP states, W3C Recommendation Track
95
+
96
+
97
+ **Scope**: universal
@@ -115,3 +115,6 @@ app-commercial-v1.3.0/
115
115
  - [Supply Chain Security Standards](supply-chain-security-standards.md) — dependency audit policies
116
116
  - [Container Security Standards](container-security.md) — image hardening
117
117
  - [Advanced SAST Standards](sast-advanced.md) — static analysis
118
+
119
+
120
+ **Scope**: universal
@@ -61,3 +61,6 @@ Downstream DB timeout = 5120 ms (6400 × 0.8)
61
61
  - DEC-043: UDS 覆蓋完整性路線圖(驅動來源)
62
62
  - Related: `circuit-breaker`, `retry-standards`, `failure-source-taxonomy`
63
63
  - Industry: gRPC deadline propagation, Envoy timeout budgeting, Google SRE Book Ch.22
64
+
65
+
66
+ **Scope**: universal
@@ -56,3 +56,6 @@ Compression operations need output space to succeed. Reserve constants:
56
56
  - AI-optimized: [ai/standards/token-budget.ai.yaml](../ai/standards/token-budget.ai.yaml)
57
57
  - XSPEC-036: Cross-project specification
58
58
  - Borrowed from: [claude-code-book](https://github.com/lintsinghua/claude-code-book) Ch.7 four-zone context management
59
+
60
+
61
+ **Scope**: universal
@@ -1,8 +1,8 @@
1
1
  ---
2
2
  source: ../../CHANGELOG.md
3
- source_version: 5.10.0
4
- translation_version: 5.10.0
5
- last_synced: 2026-05-13
3
+ source_version: 5.11.0
4
+ translation_version: 5.11.0
5
+ last_synced: 2026-05-14
6
6
  status: current
7
7
  ---
8
8
 
@@ -17,6 +17,16 @@ status: current
17
17
 
18
18
  ## [Unreleased]
19
19
 
20
+ ## [5.11.0] - 2026-05-14
21
+
22
+ ### 新增 / Added
23
+ - **`spec-driven-development`** SPEC Type Agent 变体:`acceptance-criteria-traceability.ai.yaml` 与 SDD 模板新增 `spec-type: feature | agent | infrastructure` 字段,以及 Agent SPEC 五段式模板(能力范围 / 决策边界 / 可观测性 / 失败模式 / 跨 Agent 不变量)。让 Builder/QA/Planner 风格的 SPEC 可独立于 feature SPEC 追踪,并通过新增的 `agent-id` 字段连回特定 Agent。(XSPEC-205)
24
+ - **`reverse-engineering-standards`** 移植清单双向验证:新增路由驱动的发现方法(禁止以 filesystem-glob 为起点)、target→source 双向扫描,以及对"无对应来源产物"的发现的 `[GAP]` 标记协议。搭配 `testing.ai.yaml` 新增 `migration_testing` 区段,要求以 3 步骤 schema parity pattern 并由 CI gate 强制执行。关闭 UDS Issue #96 与 #97。(XSPEC-206)
25
+
26
+ ### 修复 / Fixed
27
+ - **`uds update` 对 schema 3.x manifest 误报"CLAUDE.md.md:无法判断来源"还原失败**(`cli/src/utils/integration-generator.js`、`cli/src/commands/update.js`):schema 3.x manifest 在 `manifest.integrations` 存的是**文件名**(如 `"CLAUDE.md"`)而非工具名。`integration-generator.js:56` 的 `getToolFileName` fallback 无条件附加 `".md"`,导致 `getToolFilePath("CLAUDE.md")` 返回 `"CLAUDE.md.md"`,被当成丢失文件而无法还原(`getSourcePathFromRelative` 对该合成路径没有 mapping)。Commit `79532b3`(5.10.0)修了反向案例(工具名输入),但漏这个文件名变体。修补:从 `SUPPORTED_AI_TOOLS` 预计算 `KNOWN_TOOL_FILES`,对已知集成文件名或已含已知扩展名(`.md`/`.yaml`/`.yml`/`.json`)的输入短路返回。`integration-generator.test.js` 新增 5 个 regression test。(XSPEC-208 BUG-208-01)
28
+ - **`uds update` / `uds check` 误报"Integration UDS Block Integrity:GEMINI.md/AGENTS.md 丢失"警告**(`cli/src/commands/update.js`、`cli/src/i18n/messages.js`):`manifest.integrationBlockHashes` 每次安装都累加但从不清理。当 `manifest.aiTools` 缩减(如 `["claude-code","gemini-cli"]` → `["claude-code"]`),GEMINI.md 的 hash 仍残留,`check.js:1491 checkIntegrationBlocksIntegrity` 误报该文件丢失。修补:在 integration 重新生成步骤后,依 `manifest.aiTools`(声明的配置,而非 `results.integrations`,后者在暂时性写入失败时会 over-prune)反推预期文件名集合并移除孤儿 hash。被清理的文件名通过新增 i18n key `prunedOrphanedBlockHashes`(en / zh-TW / zh-CN)回报。`update.test.js` 新增 3 个 regression test。在 machine-setup `uds update` 5.1.0-beta.4 → 5.10.0 触发;于 5.10.0 → 5.11.0 验证修复。(XSPEC-208 BUG-208-02)
29
+
20
30
  ## [5.10.0] - 2026-05-13
21
31
 
22
32
  ### 新增
@@ -14,7 +14,7 @@ status: current
14
14
 
15
15
  Universal Development Standards 是一个语言无关、框架无关的文件化标准框架。它提供:
16
16
 
17
- - **核心规范** (`core/`):71 个基础开发标准
17
+ - **核心规范** (`core/`):125 个基础开发标准
18
18
  - **AI 技能** (`skills/`):用于 AI 辅助开发的 Claude Code 技能
19
19
  - **CLI 工具** (`cli/`):用于采用标准的 Node.js CLI
20
20
  - **整合** (`integrations/`):各种 AI 工具的配置
@@ -14,7 +14,7 @@ status: current
14
14
 
15
15
  > **语言**: [English](../../README.md) | [繁體中文](../zh-TW/README.md) | 简体中文
16
16
 
17
- **版本**: 5.10.0 | **发布日期**: 2026-04-13 | **授权**: [双重授权](../../LICENSE) (CC BY 4.0 + MIT)
17
+ **版本**: 5.11.0 | **发布日期**: 2026-05-14 | **授权**: [双重授权](../../LICENSE) (CC BY 4.0 + MIT)
18
18
 
19
19
  语言无关、框架无关的软件项目文档标准。通过 AI 原生工作流,确保不同技术栈之间的一致性、质量和可维护性。
20
20
 
@@ -63,8 +63,8 @@ npx universal-dev-standards init
63
63
  <!-- UDS_STATS_TABLE_START -->
64
64
  | 类别 | 数量 | 说明 |
65
65
  |----------|-------|-------------|
66
- | **核心标准** | 78 | 通用开发准则 |
67
- | **AI Skills** | 48 | 互动式技能 |
66
+ | **核心标准** | 125 | 通用开发准则 |
67
+ | **AI Skills** | 54 | 互动式技能 |
68
68
  | **斜线命令** | 48 | 快速操作 |
69
69
  | **CLI 命令** | 6 | list, init, configure, check, update, skills |
70
70
  <!-- UDS_STATS_TABLE_END -->
@@ -13,8 +13,7 @@ status: current
13
13
  <!-- UDS_SUPPORTED_VERSIONS_START -->
14
14
  | 版本 | 支持状态 |
15
15
  |------|--------|
16
- | 5.1.0-beta.5 | ✅ 预发布版本 |
17
- | 5.0.0 | ✅ 最新正式版 |
16
+ | 5.11.0 | ✅ 最新正式版 |
18
17
  | < 5.0.0 | ❌ 已终止支持 |
19
18
  <!-- UDS_SUPPORTED_VERSIONS_END -->
20
19