universal-dev-standards 5.8.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 (95) hide show
  1. package/bundled/ai/language-packs/README.md +55 -0
  2. package/bundled/ai/language-packs/language-pack-php-to-csharp.ai.yaml +83 -0
  3. package/bundled/ai/standards/behavior-snapshot.ai.yaml +122 -18
  4. package/bundled/ai/standards/deployment-standards.ai.yaml +108 -3
  5. package/bundled/ai/standards/feature-discovery-standards.ai.yaml +459 -0
  6. package/bundled/ai/standards/feature-manifest-standard.ai.yaml +23 -20
  7. package/bundled/ai/standards/mock-boundary.ai.yaml +93 -2
  8. package/bundled/ai/standards/multi-environment-e2e-testing.ai.yaml +250 -0
  9. package/bundled/ai/standards/test-completeness-dimensions.ai.yaml +39 -7
  10. package/bundled/ai/standards/verification-evidence.ai.yaml +30 -4
  11. package/bundled/core/adversarial-test.md +3 -0
  12. package/bundled/core/behavior-snapshot.md +1 -1
  13. package/bundled/core/capability-declaration.md +3 -0
  14. package/bundled/core/cd-deployment-strategies.md +3 -0
  15. package/bundled/core/chaos-injection-tests.md +3 -0
  16. package/bundled/core/circuit-breaker.md +3 -0
  17. package/bundled/core/container-security.md +3 -0
  18. package/bundled/core/cost-budget-test.md +3 -0
  19. package/bundled/core/data-migration-testing.md +3 -0
  20. package/bundled/core/disaster-recovery-drill.md +3 -0
  21. package/bundled/core/dual-phase-output.md +3 -0
  22. package/bundled/core/failure-source-taxonomy.md +3 -0
  23. package/bundled/core/feature-manifest-standard.md +1 -1
  24. package/bundled/core/flaky-test-management.md +3 -0
  25. package/bundled/core/full-coverage-testing.md +3 -0
  26. package/bundled/core/health-check-standards.md +3 -0
  27. package/bundled/core/immutability-first.md +3 -0
  28. package/bundled/core/llm-output-validation.md +3 -0
  29. package/bundled/core/no-cicd-deployment.md +3 -0
  30. package/bundled/core/pipeline-security-gates.md +3 -0
  31. package/bundled/core/policy-as-code-testing.md +3 -0
  32. package/bundled/core/prompt-regression.md +3 -0
  33. package/bundled/core/property-based-testing.md +3 -0
  34. package/bundled/core/recovery-recipe-registry.md +3 -0
  35. package/bundled/core/release-quality-manifest.md +3 -0
  36. package/bundled/core/replay-test.md +3 -0
  37. package/bundled/core/retry-standards.md +3 -0
  38. package/bundled/core/rollback-standards.md +3 -0
  39. package/bundled/core/sast-advanced.md +1 -1
  40. package/bundled/core/secure-op.md +3 -0
  41. package/bundled/core/security-decision.md +3 -0
  42. package/bundled/core/server-ops-security.md +3 -0
  43. package/bundled/core/skill-standard-alignment-check.md +3 -0
  44. package/bundled/core/smoke-test.md +3 -0
  45. package/bundled/core/standard-admission-criteria.md +3 -0
  46. package/bundled/core/standard-lifecycle-management.md +3 -0
  47. package/bundled/core/supply-chain-attestation.md +3 -0
  48. package/bundled/core/timeout-standards.md +3 -0
  49. package/bundled/core/token-budget.md +3 -0
  50. package/bundled/locales/zh-CN/CHANGELOG.md +38 -3
  51. package/bundled/locales/zh-CN/CLAUDE.md +1 -1
  52. package/bundled/locales/zh-CN/README.md +3 -3
  53. package/bundled/locales/zh-CN/SECURITY.md +1 -2
  54. package/bundled/locales/zh-CN/docs/CHEATSHEET.md +127 -15
  55. package/bundled/locales/zh-CN/docs/FEATURE-REFERENCE.md +141 -25
  56. package/bundled/locales/zh-CN/skills/adr-assistant/SKILL.md +43 -0
  57. package/bundled/locales/zh-CN/skills/ai-collaboration-standards/SKILL.md +35 -0
  58. package/bundled/locales/zh-CN/skills/ai-friendly-architecture/SKILL.md +35 -0
  59. package/bundled/locales/zh-CN/skills/ai-instruction-standards/SKILL.md +35 -0
  60. package/bundled/locales/zh-CN/skills/contract-test-assistant/SKILL.md +24 -0
  61. package/bundled/locales/zh-CN/skills/documentation-guide/SKILL.md +37 -0
  62. package/bundled/locales/zh-CN/skills/error-code-guide/SKILL.md +33 -0
  63. package/bundled/locales/zh-CN/skills/git-workflow-guide/SKILL.md +34 -0
  64. package/bundled/locales/zh-CN/skills/logging-guide/SKILL.md +33 -0
  65. package/bundled/locales/zh-CN/skills/project-structure-guide/SKILL.md +19 -0
  66. package/bundled/locales/zh-CN/skills/retrospective-assistant/SKILL.md +38 -0
  67. package/bundled/locales/zh-CN/skills/testing-guide/SKILL.md +36 -0
  68. package/bundled/locales/zh-TW/CHANGELOG.md +38 -3
  69. package/bundled/locales/zh-TW/CLAUDE.md +1 -1
  70. package/bundled/locales/zh-TW/README.md +3 -3
  71. package/bundled/locales/zh-TW/SECURITY.md +1 -2
  72. package/bundled/locales/zh-TW/docs/CHEATSHEET.md +127 -15
  73. package/bundled/locales/zh-TW/docs/FEATURE-REFERENCE.md +141 -25
  74. package/bundled/locales/zh-TW/skills/adr-assistant/SKILL.md +43 -0
  75. package/bundled/locales/zh-TW/skills/ai-collaboration-standards/SKILL.md +35 -0
  76. package/bundled/locales/zh-TW/skills/ai-friendly-architecture/SKILL.md +35 -0
  77. package/bundled/locales/zh-TW/skills/ai-instruction-standards/SKILL.md +35 -0
  78. package/bundled/locales/zh-TW/skills/brainstorm-assistant/guide.md +661 -267
  79. package/bundled/locales/zh-TW/skills/contract-test-assistant/SKILL.md +24 -0
  80. package/bundled/locales/zh-TW/skills/documentation-guide/SKILL.md +37 -0
  81. package/bundled/locales/zh-TW/skills/error-code-guide/SKILL.md +33 -0
  82. package/bundled/locales/zh-TW/skills/git-workflow-guide/SKILL.md +34 -0
  83. package/bundled/locales/zh-TW/skills/logging-guide/SKILL.md +33 -0
  84. package/bundled/locales/zh-TW/skills/project-structure-guide/SKILL.md +19 -0
  85. package/bundled/locales/zh-TW/skills/retrospective-assistant/SKILL.md +38 -0
  86. package/bundled/locales/zh-TW/skills/testing-guide/SKILL.md +36 -0
  87. package/bundled/skills/README.md +1 -1
  88. package/bundled/skills/spec-driven-dev/SKILL.md +41 -0
  89. package/package.json +4 -4
  90. package/src/commands/update.js +39 -1
  91. package/src/config/ai-agent-paths.js +8 -0
  92. package/src/i18n/messages.js +3 -0
  93. package/src/utils/integration-generator.js +18 -2
  94. package/standards-registry.json +29 -5
  95. package/bundled/locales/zh-TW/docs/MIGRATION-V5.md +0 -79
@@ -283,3 +283,36 @@ logger.error('处理订单失败', {
283
283
  此技能採用 [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) 授权。
284
284
 
285
285
  **來源**: [universal-dev-standards](https://github.com/AsiaOstrich/universal-dev-standards)
286
+
287
+
288
+ ## Next Steps Guidance | 下一步引導
289
+
290
+ After `/logging` completes, the AI assistant should suggest:
291
+
292
+ > **日誌標準已掌握。建議下一步 / Logging standards understood. Suggested next steps:**
293
+ > - 根據日誌指南在程式碼中實作結構化日誌 ⭐ **Recommended / 推薦** — 立即將日誌標準應用到專案 / Apply logging standards to the project immediately
294
+ > - 執行 `/errors` 設計錯誤碼以配合日誌系統 — 讓錯誤追蹤更有效率 / Make error tracking more efficient
295
+ > - 執行 `/sdd` 將可觀測性需求納入規格 — 確保日誌需求在規格中有定義 / Ensure logging requirements are defined in specs
296
+
297
+ ---
298
+
299
+ ## Related Standards
300
+
301
+ - [Logging Standards](../../core/logging-standards.md)
302
+ - [Error Code Standards](../../core/error-code-standards.md)
303
+
304
+ ---
305
+
306
+ ## Version History
307
+
308
+ | Version | Date | Changes |
309
+ |---------|------|---------|
310
+ | 1.0.0 | 2025-12-30 | Initial release |
311
+
312
+ ---
313
+
314
+ ## License
315
+
316
+ This skill is released under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).
317
+
318
+ **Source**: [universal-dev-standards](https://github.com/AsiaOstrich/universal-dev-standards)
@@ -149,3 +149,22 @@ project/
149
149
  - [核心:文档结构](../../core/documentation-structure.md)
150
150
  - [指南:文件归档决策指南](../../core/guides/file-placement-guide.md)
151
151
  - [AI:项目结构选项](../../../../options/project-structure/)
152
+
153
+
154
+ ## Next Steps Guidance | 下一步引導
155
+
156
+ After `/project-structure` completes, the AI assistant should suggest:
157
+
158
+ > **專案結構已建立或審查完成。建議下一步 / Project structure created or reviewed. Suggested next steps:**
159
+ > - 執行 `/sdd` 開始規格驅動開發,將專案結構納入正式規格 ⭐ **Recommended / 推薦** — 確保結構決策有規格追蹤 / Ensures structure decisions are tracked in specs
160
+ > - 執行 `/docs` 產生專案文件(README、ARCHITECTURE.md 等) — 讓結構決策有文件記錄 / Document structure decisions
161
+ > - 執行 `/ai-friendly-architecture` 設定 AI 上下文配置 — 讓 AI 助手更好地理解專案結構 / Help AI assistants understand the project structure
162
+
163
+ ---
164
+
165
+ ## Related Standards
166
+
167
+ - [Core: Project Structure](../../core/project-structure.md)
168
+ - [Core: Documentation Structure](../../core/documentation-structure.md)
169
+ - [Guide: File Placement Decision Guide](../../core/guides/file-placement-guide.md)
170
+ - [AI: Project Structure Options](../../ai/options/project-structure/)
@@ -28,3 +28,41 @@ description: |
28
28
 
29
29
  - 核心规范:[retrospective-standards.md](../../../../core/retrospective-standards.md)
30
30
  - 详细指南:[guide.md](./guide.md)
31
+
32
+
33
+ ## Next Steps Guidance | 下一步引導
34
+
35
+ After `/retrospective` completes:
36
+
37
+ > **Retrospective complete. Suggested next steps:**
38
+ > - Commit the retrospective report: `/commit`
39
+ > - Create ADRs for architectural decisions identified: `/adr`
40
+ > - Track action items in your issue tracker
41
+ > - Schedule next retrospective
42
+
43
+ > **回顧完成。建議下一步:**
44
+ > - 提交回顧報告:`/commit`
45
+ > - 為識別的架構決策建立 ADR:`/adr`
46
+ > - 在 issue tracker 中追蹤行動項目
47
+ > - 排定下次回顧
48
+
49
+ ## AI Agent Behavior | AI 代理行為
50
+
51
+ When `/retrospective` is invoked:
52
+
53
+ 1. **Check type** — Sprint (default) or Release
54
+ 2. **Gather data** — Scan git log, check `docs/retrospectives/` for previous actions
55
+ 3. **Guide technique** — Use Start-Stop-Continue by default, or specified technique
56
+ 4. **Generate report** — Write to `docs/retrospectives/RETRO-YYYY-MM-DD-[type].md`
57
+ 5. **Review past actions** — Check previous retro for open action items
58
+ 6. **Offer next steps** — Show guidance above
59
+
60
+ When `/retrospective actions` is invoked:
61
+ 1. Scan `docs/retrospectives/` for all retro files
62
+ 2. Parse action items from each
63
+ 3. Display open/in-progress items as table
64
+
65
+ ## Reference | 參考
66
+
67
+ - Core Standard: [retrospective-standards.md](../../core/retrospective-standards.md)
68
+ - Detailed Guide: [guide.md](./guide.md)
@@ -232,3 +232,39 @@ test('method_scenario_expected', () => {
232
232
  本 Skill 以 [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) 授权發布。
233
233
 
234
234
  **來源**: [universal-dev-standards](https://github.com/AsiaOstrich/universal-dev-standards)
235
+
236
+
237
+ ## Next Steps Guidance | 下一步引導
238
+
239
+ After `/testing` completes, the AI assistant should suggest:
240
+
241
+ > **測試標準與最佳實踐已掌握。建議下一步 / Testing standards and best practices understood. Suggested next steps:**
242
+ > - 執行 `/tdd` 開始測試驅動開發(紅-綠-重構循環) ⭐ **Recommended / 推薦** — 將測試知識立即轉化為實踐 / Turn testing knowledge into practice immediately
243
+ > - 執行 `/coverage` 分析目前程式碼覆蓋率 — 找出測試缺口 / Identify testing gaps
244
+ > - 執行 `/bdd` 撰寫行為驅動的 Given-When-Then 場景 — 從使用者角度定義測試 / Define tests from user perspective
245
+
246
+ ---
247
+
248
+ ## Related Standards
249
+
250
+ - [Testing Standards](../../core/testing-standards.md) - Actionable rules
251
+ - [Testing Theory](./testing-theory.md) - Educational knowledge base
252
+ - [Code Review Checklist](../../core/code-review-checklist.md)
253
+
254
+ ---
255
+
256
+ ## Version History
257
+
258
+ | Version | Date | Changes |
259
+ |---------|------|---------|
260
+ | 1.2.0 | 2026-01-29 | Added links to new testing-theory.md knowledge base |
261
+ | 1.1.0 | 2025-12-29 | Added Testing Theory Essentials YAML section |
262
+ | 1.0.0 | 2025-12-24 | Initial: Standard sections (Purpose, Related Standards, Version History, License) |
263
+
264
+ ---
265
+
266
+ ## License
267
+
268
+ This skill is released under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).
269
+
270
+ **Source**: [universal-dev-standards](https://github.com/AsiaOstrich/universal-dev-standards)
@@ -1,8 +1,8 @@
1
1
  ---
2
2
  source: ../../CHANGELOG.md
3
- source_version: 5.8.0
4
- translation_version: 5.8.0
5
- last_synced: 2026-05-12
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,41 @@ 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
+
30
+ ## [5.10.0] - 2026-05-13
31
+
32
+ ### 新增
33
+ - **`multi-environment-e2e-testing`**(`ai/standards/multi-environment-e2e-testing.ai.yaml`):新增多部署目標 E2E 測試設定標準。核心原則:「執行指令即文件」。涵蓋:BASE_URL 內嵌於測試框架設定(不依賴 .env);各環境含自我檢查前置條件的 runner 腳本;環境能力矩陣 commit 至 repo;CI Gate 映射;憑證處理規則。關閉 UDS Issue #95。(XSPEC-204)
34
+
35
+ ### 修改
36
+ - **`mock-boundary`**(v1.0.0 → v1.1.0):新增 Level 1 / Level 2 mock 層次區分。Level 1 = 程式碼級 mock,受 STUB 標記規則管制。Level 2 = 基礎設施級 stub server(WireMock、MockSoap),受環境分層規則管制,**不受** STUB 部署封鎖規則管轄。新增 `external_dependency_testability_matrix` 模板(✅/⚠️/❌ 各服務 × 環境)。新增規則:`level-2-stub-server-rules`、`no-stub-server-in-prd`。關閉 UDS Issue #94 盲點二。(XSPEC-204)
37
+ - **`deployment-standards`**(v1.0.0 → v1.1.0):新增 `environment_stratification_matrix` 區塊——有外部依賴的專案必須在測試計畫階段建立此矩陣;模板包含 10 大流程 × 三層環境對照表。新增 `stub_server_cicd_rules` 區塊——選項 A(sidecar 部署)/ 選項 B(推遲至 PRD Smoke);production artifact 排除規則;PRD 禁止規則;禁止狀態定義。關閉 UDS Issue #94 盲點一與盲點三。(XSPEC-204)
38
+ - **`verification-evidence`**(v1.0.0 → v1.1.0):新增 Iron Law(環境維度):有外部服務依賴的 AC 驗收證據必須標明 `environment_layer`。在 evidence format 新增 `environment_layer` 欄位(有外部服務依賴的功能為必填)。新增規則 VE-005、VE-006。(XSPEC-204)
39
+ - **`test-completeness-dimensions`**(v1.2.0 → v1.3.0):新增第 11 維度:**環境可驗證性(Environment Verifiability)**——有外部服務依賴的 AC 須標明最低可驗證環境層次(local/UAT/PRD),追蹤 PRD-only 項目,要求 smoke 測試計畫。更新功能類型對照:外部整合 → [1,3,7,11];新增類型「外部依賴工作流程」→ [1,3,4,5,9,10,11]。更新 use-checklist 規則。(XSPEC-204)
40
+
41
+ ### 修正
42
+ - **`uds update` 整合工具名稱誤當檔案路徑的假警報**:`manifest.integrations` 包含 `"claude-code"`、`"opencode"` 等工具識別碼時,update 指令將其直接推入 `allTrackedFiles` 當作檔案路徑,導致 `existsSync("claude-code")` 回傳 false,觸發假的「⚠ N 個檔案缺失」警告與「✗ claude-code: 無法判斷來源」還原失敗。修正方式:先用 `getToolFilePath(int)` 轉換為真實路徑(如 `"CLAUDE.md"`)再推入清單;無法對應的 entry 跳過。問題出現於 `uds update` 5.7.2 → 5.8.0。
43
+
44
+ ## [5.9.0] - 2026-05-13
45
+
46
+ ### 新增
47
+ - **`feature-discovery-standards`**(`ai/standards/feature-discovery-standards.ai.yaml`、`core/feature-discovery-standards.md`):新增標準,定義遺留系統功能窮舉發現的語言無關方法論。確立 **Deterministic-First 原則**(AI 在 Discovery Phase 禁止透過推論產生功能清單)。定義七種軟體形式分類法(web/cli/gui/daemon/library/mobile/embedded),各含偵測信號與提取工具。定義五個靜態地基(入口點→呼叫圖→字串挖掘→資源檔→外部介面)、動態觀察協議(三平台)、人力觀察協議(confidence: 0.7 規則)與多層交叉比對矩陣模板。流水線位置:Discovery → feature-manifest → behavior-snapshot。(XSPEC-202)
48
+ - **`ai/language-packs/language-pack-php-to-csharp.ai.yaml`**:UDS 首個語言包,提供 PHP→C#(ASP.NET Core)移植風險標籤,含 7 個標籤(SESSION_HANDLING、ORM_DIFFERENCES、TIMEZONE_HANDLING、FILE_UPLOAD_PATH、REGEX_DIFFERENCES、ARRAY_FUNCTIONS、EXCEPTION_HIERARCHY)各附詳細說明。(XSPEC-203)
49
+ - **`ai/language-packs/README.md`**:語言包命名規範、使用指南與貢獻說明。(XSPEC-203)
50
+
51
+ ### 變更
52
+ - **`feature-manifest-standard`**(v1.0.0 → v1.1.0):重構 `migration_risks` 為語言無關架構。移除硬編的 `php_to_csharp` 區塊(已移入 `ai/language-packs/`)。新增 `language_packs` Extension Point(`extension_point: true`)。新增三個通用風險標籤:CONCURRENCY_MODEL、PACKAGE_ECOSYSTEM、TYPE_SYSTEM。(XSPEC-203)
53
+ - **`behavior-snapshot`**(v1.0.0 → v1.1.0):從純 HTTP 擴充為多模態格式。新增 `adapter` 欄位(預設 `http`,向下相容)。新增 `adapters` 區段,含 4 種 schema:`http` / `cli` / `file` / `event`。新增 `adapter-selection` 與 `backward-compatibility` 規則。現有不含 `adapter` 欄位的 HTTP 快照無需修改。(XSPEC-203)
54
+
20
55
  ## [5.8.0] - 2026-05-12
21
56
 
22
57
  ### 新增
@@ -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-CN/README.md)
16
16
 
17
- **版本**: 5.8.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
 
@@ -1,14 +1,6 @@
1
- ---
2
- source: ../../../docs/CHEATSHEET.md
3
- source_version: 1.0.0
4
- translation_version: 1.0.0
5
- last_synced: 2026-04-22
6
- status: current
7
- ---
8
-
9
1
  # UDS 速查表
10
2
 
11
- > Quick reference for all UDS features | Last updated: 2026-03-24
3
+ > Quick reference for all UDS features | Last updated: 2026-05-14
12
4
 
13
5
  **Language**: [English](../../../docs/CHEATSHEET.md) | 繁體中文 | [简体中文](../../zh-CN/docs/CHEATSHEET.md)
14
6
 
@@ -33,15 +25,19 @@ status: current
33
25
  | Command | 說明 |
34
26
  |---------|-------------|
35
27
  | `/ac-coverage` | "[UDS] Generate AC-to-test traceability matrix and coverage report" |
28
+ | `/api-design` | "[UDS] Guide API design following REST, GraphQL and gRPC best practices" |
36
29
  | `/atdd` | [UDS] Guide through Acceptance Test-Driven Development workflow |
30
+ | `/audit` | "[UDS] UDS health check and feedback system, diagnose installation integrity and detect development patterns" |
37
31
  | `/bdd` | [UDS] Guide through Behavior-Driven Development workflow |
38
32
  | `/brainstorm` | "[UDS] Structured AI-assisted brainstorming before spec creation" |
39
33
  | `/changelog` | "[UDS] Generate and maintain CHANGELOG.md entries" |
40
34
  | `/check` | [UDS] Verify standards adoption status |
41
35
  | `/checkin` | "[UDS] Pre-commit quality gates verification" |
36
+ | `/ci-cd` | "[UDS] Guide CI/CD pipeline design, configuration and optimization" |
42
37
  | `/commit` | [UDS] Generate commit messages following Conventional Commits standard |
43
38
  | `/config` | [UDS] Configure project development standards |
44
39
  | `/coverage` | [UDS] Analyze test coverage and provide recommendations |
40
+ | `/database` | "[UDS] Guide database design, migration planning and query optimization" |
45
41
  | `/derive-all` | [UDS] Derive all test structures (BDD, TDD, ATDD) from SDD specification |
46
42
  | `/derive-atdd` | [UDS] Derive ATDD acceptance tests from SDD specification |
47
43
  | `/derive-bdd` | [UDS] Derive BDD Gherkin scenarios from SDD specification |
@@ -51,9 +47,16 @@ status: current
51
47
  | `/discover` | "[UDS] Assess project health, architecture, and risks before adding features" |
52
48
  | `/docgen` | "[UDS] Generate usage documentation from project sources" |
53
49
  | `/docs` | [UDS] Manage, guide, and generate documentation. |
50
+ | `/durable` | "[UDS] Guide workflow failure recovery with checkpoints, retries and rollback strategies" |
51
+ | `/e2e` | [UDS] Generate E2E test skeletons from BDD scenarios with framework detection |
54
52
  | `/guide` | [UDS] Access Universal Development Standards guides and references. |
53
+ | `/incident` | "[UDS] Guide incident response, root cause analysis and post-mortem documentation" |
55
54
  | `/init` | [UDS] Initialize development standards in current project |
56
55
  | `/methodology` | [UDS] Manage development methodology workflow |
56
+ | `/metrics` | "[UDS] Track development metrics, code quality indicators and project health" |
57
+ | `/migrate` | "[UDS] Guide code migration, framework upgrades and technology modernization" |
58
+ | `/observability` | "[UDS] Guide observability setup, metrics design, alerting, and maturity assessment" |
59
+ | `/pr` | "[UDS] Guide Pull Request creation, review automation and merge strategies" |
57
60
  | `/refactor` | [UDS] Guide refactoring decisions and strategy selection |
58
61
  | `/release` | [UDS] Manage release process and changelogs. |
59
62
  | `/requirement` | [UDS] Write user stories and requirements following INVEST criteria |
@@ -62,8 +65,12 @@ status: current
62
65
  | `/reverse-tdd` | [UDS] Analyze BDD-TDD coverage gaps |
63
66
  | `/reverse` | [UDS] Reverse engineer code to Specs, BDD, or TDD coverage. |
64
67
  | `/review` | [UDS] Perform systematic code review with checklist |
68
+ | `/runbook` | "[UDS] Guide runbook creation, maintenance, drills, and coverage reporting" |
69
+ | `/scan` | "[UDS] Guide automated security scanning, dependency auditing and secret detection" |
65
70
  | `/sdd-retro` | [UDS] Create retroactive specs for untracked feat/fix commits |
66
71
  | `/sdd` | [UDS] Create or review specification documents for Spec-Driven Development |
72
+ | `/security` | "[UDS] Guide security review and vulnerability assessment following OWASP standards" |
73
+ | `/slo` | "[UDS] Guide SLI selection, SLO setting, and Error Budget management" |
67
74
  | `/tdd` | [UDS] Guide through Test-Driven Development workflow |
68
75
  | `/update` | [UDS] Update development standards to latest version |
69
76
 
@@ -71,10 +78,11 @@ status: current
71
78
 
72
79
  | Skill | 說明 |
73
80
  |-------|-------------|
74
- | `ac-coverage-assistant` | "[UDS] Analyze AC-to-test traceability and coverage" |
81
+ | `ac-coverage` | "[UDS] Analyze AC-to-test traceability and coverage" |
82
+ | `adr-assistant` | [UDS] Create, manage, and track Architecture Decision Record |
75
83
  | `ai-collaboration-standards` | Prevent AI hallucination and ensure evidence-based responses |
76
84
  | `ai-friendly-architecture` | Design AI-friendly architecture with explicit patterns, laye |
77
- | `ai-instruction-standards` | Create and maintain AI instruction files (CLAUDE.md, .cursor |
85
+ | `ai-instruction-standards` | Create and maintain AI instruction files (CLAUDE.md, AGENTS. |
78
86
  | `api-design-assistant` | Guide API design following REST, GraphQL, and gRPC best prac |
79
87
  | `atdd-assistant` | "[UDS] Guide through Acceptance Test-Driven Development work |
80
88
  | `audit-assistant` | "[UDS] UDS Health & Feedback System \| UDS 健康檢查與回饋系統" |
@@ -85,29 +93,42 @@ status: current
85
93
  | `ci-cd-assistant` | Guide CI/CD pipeline design, configuration, and optimization |
86
94
  | `code-review-assistant` | "[UDS] Perform systematic code review with checklist" |
87
95
  | `commit-standards` | "[UDS] Generate commit messages following Conventional Commi |
96
+ | `contract-test-assistant` | [UDS] Guide contract testing strategy for APIs and microserv |
88
97
  | `database-assistant` | Guide database design, migration, and query optimization. |
98
+ | `deploy-assistant` | Guide reliable deployments without CI/CD platforms (GitHub A |
99
+ | `dev-methodology` | "[UDS] Manage development methodology workflow" |
89
100
  | `dev-workflow-guide` | "[UDS] Guide for mapping software development phases to UDS |
90
101
  | `docs-generator` | "[UDS] Generate usage documentation from project sources" |
91
102
  | `documentation-guide` | Guide documentation structure, content requirements, and pro |
92
103
  | `durable-execution-assistant` | "[UDS] Guide workflow failure recovery with checkpoints, ret |
104
+ | `e2e-assistant` | "[UDS] Generate E2E test skeletons from BDD scenarios" |
93
105
  | `error-code-guide` | Design consistent error codes following the PREFIX_CATEGORY_ |
94
- | `forward-derivation` | "[UDS] Derive BDD scenarios, TDD skeletons, or ATDD tables f |
95
106
  | `git-workflow-guide` | Guide Git branching strategies, branch naming, and merge ope |
96
107
  | `incident-response-assistant` | Guide incident response, root cause analysis, and post-morte |
108
+ | `journey-test-assistant` | "[UDS] 從專案描述生成連貫使用者旅程測試計畫(TESTPLAN)與 E2E 骨架" |
97
109
  | `logging-guide` | Implement structured logging with proper log levels and sens |
98
- | `methodology-system` | "[UDS] Manage development methodology workflow" |
99
110
  | `metrics-dashboard-assistant` | "[UDS] Track development metrics, code quality indicators, a |
100
111
  | `migration-assistant` | "[UDS] Guide code migration, framework upgrades, and technol |
112
+ | `observability-assistant` | Guide observability setup, metrics design, and alerting conf |
113
+ | `orchestrate` | Orchestrate multi-task execution plans using Claude's native |
114
+ | `plan` | Generate plan.json from Spec documents, OpenSpec changes, or |
101
115
  | `pr-automation-assistant` | Guide pull request creation, review automation, and merge st |
102
116
  | `project-discovery` | "[UDS] Assess project health, architecture, and risks before |
103
117
  | `project-structure-guide` | Guide for organizing project directories following language- |
118
+ | `push` | AI-assisted safety layer for git push operations with qualit |
104
119
  | `refactoring-assistant` | "[UDS] Guide refactoring decisions and strategy selection" |
105
120
  | `release-standards` | "[UDS] Guide release process and changelogs" |
106
121
  | `requirement-assistant` | "[UDS] Write user stories and requirements following INVEST |
122
+ | `retrospective-assistant` | [UDS] Guide structured team retrospectives for Sprint and Re |
107
123
  | `reverse-engineer` | "[UDS] System archeology — reverse engineer code across Logi |
124
+ | `runbook-assistant` | Guide runbook creation, maintenance, and drill exercises. |
108
125
  | `security-assistant` | Guide security review and vulnerability assessment following |
109
126
  | `security-scan-assistant` | Guide automated security scanning, dependency auditing, and |
127
+ | `skill-builder` | "[UDS] Identify repeated processes and build Skills with the |
128
+ | `slo-assistant` | Guide SLI selection, SLO setting, and Error Budget managemen |
129
+ | `spec-derivation` | "[UDS] Derive BDD scenarios, TDD skeletons, or ATDD tables f |
110
130
  | `spec-driven-dev` | "[UDS] Create or review specification documents for Spec-Dri |
131
+ | `sweep` | Scan codebase for debug artifacts and code quality issues; o |
111
132
  | `tdd-assistant` | "[UDS] Guide through Test-Driven Development workflow" |
112
133
  | `test-coverage-assistant` | "[UDS] Analyze test coverage and provide recommendations" |
113
134
  | `testing-guide` | Testing pyramid and test writing standards for UT/IT/ST/E2E. |
@@ -139,46 +160,123 @@ status: current
139
160
  | `acceptance-criteria-traceability` | Acceptance Criteria Traceability Standards |
140
161
  | `acceptance-test-driven-development` | Acceptance Test-Driven Development (ATDD) Standards |
141
162
  | `accessibility-standards` | This standard defines comprehensive guidelines for |
163
+ | `adr-standards` | Architecture Decision Records capture the context, |
164
+ | `adversarial-test` | 對抗性測試標準 |
165
+ | `agent-behavior-discipline` | This standard defines four behavioral disciplines |
166
+ | `agent-communication-protocol` | Define a unified communication protocol for AI age |
142
167
  | `agent-dispatch` | Define standards for dispatching AI sub-agents in |
143
168
  | `ai-agreement-standards` | This standard formalizes the interaction between H |
169
+ | `ai-command-behavior` | This standard defines a structure for specifying A |
144
170
  | `ai-friendly-architecture` | This standard defines architecture and documentati |
145
171
  | `ai-instruction-standards` | This standard defines best practices for creating |
172
+ | `ai-response-navigation` | This standard defines navigation behavior for AI r |
173
+ | `alerting-standards` | Alerting Standards |
146
174
  | `anti-hallucination` | This standard defines strict guidelines for AI ass |
175
+ | `anti-sycophancy-prompting` | This standard defines techniques and rules for des |
147
176
  | `api-design-standards` | This standard defines comprehensive guidelines for |
148
177
  | `behavior-driven-development` | Behavior-Driven Development (BDD) Standards |
178
+ | `behavior-snapshot` | Behavior Snapshot Standard |
149
179
  | `branch-completion` | Define a standardized workflow for completing deve |
180
+ | `browser-compatibility-standards` | This standard defines supported browser and device |
181
+ | `capability-declaration` | Capability Declaration Standard |
182
+ | `cd-deployment-strategies` | CD Deployment Strategies(CD 部署策略) |
150
183
  | `change-batching-standards` | Change Batching Standards |
151
184
  | `changelog-standards` | This standard defines how to write and maintain a |
185
+ | `chaos-engineering-standards` | Chaos Engineering Standards |
186
+ | `chaos-injection-tests` | Chaos Injection Tests |
152
187
  | `checkin-standards` | This standard defines quality gates that MUST be p |
188
+ | `circuit-breaker` | Circuit Breaker Standard |
153
189
  | `code-review-checklist` | This standard provides a comprehensive checklist f |
154
190
  | `commit-message-guide` | Standardized commit messages improve code review e |
191
+ | `container-security` | 容器安全標準 |
192
+ | `containerization-standards` | Containerization Standards |
155
193
  | `context-aware-loading` | This standard defines a protocol for AI tools to s |
194
+ | `contract-testing-standards` | Contract testing verifies that a provider (API ser |
195
+ | `cost-budget-test` | Cost Budget Test Standards |
196
+ | `cross-flow-regression` | This standard defines cross-flow regression testin |
197
+ | `data-migration-testing` | Data Migration Testing |
156
198
  | `database-standards` | This standard defines guidelines for database desi |
157
199
  | `deployment-standards` | This standard defines guidelines for safely deploy |
200
+ | `deprecation-standards` | Deprecation & Sunset Standards |
201
+ | `design-document-standards` | Design Document Standards |
158
202
  | `developer-memory` | This standard defines a structured system for capt |
203
+ | `disaster-recovery-drill` | Disaster Recovery Drill Standards |
204
+ | `documentation-lifecycle` | This standard defines **when** to update documenta |
159
205
  | `documentation-structure` | This standard defines a consistent documentation s |
160
206
  | `documentation-writing-standards` | This standard defines documentation requirements b |
207
+ | `dual-phase-output` | Dual-Phase LLM Output Standard |
208
+ | `environment-standards` | Environment Management Standards |
161
209
  | `error-code-standards` | Error Code Standards |
210
+ | `estimation-standards` | Estimation Standards |
211
+ | `execution-history` | Execution History Repository Standards |
212
+ | `failure-source-taxonomy` | Failure Source Taxonomy Standard |
213
+ | `feature-flag-standards` | Feature Flag Management Standards |
214
+ | `feature-manifest-standard` | Feature Manifest Standard |
215
+ | `flaky-test-management` | Flaky Test Management Standards |
216
+ | `flow-based-testing` | This document defines a systematic methodology for |
162
217
  | `forward-derivation-standards` | This standard defines the principles and workflows |
218
+ | `frontend-design-standards` | This standard defines a machine-readable frontend |
219
+ | `full-coverage-testing` | Full Coverage Testing Standards |
163
220
  | `git-workflow` | This standard defines Git branching strategies and |
164
221
  | `git-worktree` | Define a lifecycle for using Git worktrees to isol |
222
+ | `governance-layer` | A governance layer provides a shared anchor for al |
223
+ | `health-check-standards` | Health Check Standards |
224
+ | `immutability-first` | Immutability-First Architecture Standard |
225
+ | `knowledge-transfer-standards` | Knowledge Transfer Standards |
226
+ | `llm-output-validation` | LLM 輸出驗證標準 |
165
227
  | `logging-standards` | Logging Standards |
228
+ | `mock-boundary` | This document defines rules for what can and canno |
166
229
  | `model-selection` | Define a cost-effective strategy for selecting AI |
230
+ | `mutation-testing` | Mutation testing evaluates test suite effectivenes |
231
+ | `no-cicd-deployment` | No-CI/CD Deployment Strategy |
232
+ | `observability-standards` | Observability Standards |
233
+ | `packaging-standards` | This standard defines a Recipe-based packaging fra |
167
234
  | `performance-standards` | This standard defines comprehensive guidelines for |
168
235
  | `pipeline-integration-standards` | Pipeline Integration Standards |
236
+ | `pipeline-security-gates` | Pipeline Security Gates(CI Pipeline 安全檢查點) |
237
+ | `policy-as-code-testing` | Policy as Code 測試標準 |
238
+ | `postmortem-standards` | Postmortem Standards (Blameless Post-Incident Review) |
239
+ | `privacy-standards` | Privacy Standards |
169
240
  | `project-context-memory` | This standard defines a structured system for capt |
170
241
  | `project-structure` | This standard defines conventions for project dire |
242
+ | `prompt-regression` | Prompt Regression Standards |
243
+ | `property-based-testing` | Property-Based Testing Standards |
244
+ | `recovery-recipe-registry` | Recovery Recipe Registry Standard |
171
245
  | `refactoring-standards` | This standard defines comprehensive guidelines for |
246
+ | `release-quality-manifest` | Release Quality Manifest |
247
+ | `release-readiness-gate` | This standard defines a **single, aggregated Relea |
248
+ | `replay-test` | Replay Test Standards |
172
249
  | `requirement-engineering` | Requirement Engineering Standards |
250
+ | `retrospective-standards` | Retrospectives are structured team reflections tha |
251
+ | `retry-standards` | Retry Standards |
173
252
  | `reverse-engineering-standards` | This standard defines the principles, workflows, a |
253
+ | `rollback-standards` | Rollback Standards(回滾標準) |
254
+ | `runbook-standards` | Runbook Standards |
255
+ | `sast-advanced` | This standard defines Advanced Static Application |
256
+ | `secure-op` | Secure-Op:AI Agent 安全操作標準 |
257
+ | `security-decision` | Security Decision Standard |
174
258
  | `security-standards` | This standard defines comprehensive security guide |
259
+ | `security-testing` | This document defines the security testing methodo |
260
+ | `server-ops-security` | 伺服器操作安全標準 |
261
+ | `skill-standard-alignment-check` | Skill-Standard Alignment Check |
262
+ | `slo-standards` | SLO Standards (Service Level Objectives) |
263
+ | `smoke-test` | Smoke Test Standards |
175
264
  | `spec-driven-development` | Spec-Driven Development (SDD) Standards |
265
+ | `standard-admission-criteria` | Standard Admission Criteria |
266
+ | `standard-lifecycle-management` | Standard Lifecycle Management |
176
267
  | `structured-task-definition` | Structured Task Definition Standards |
268
+ | `supply-chain-attestation` | Supply Chain Attestation Standards |
269
+ | `supply-chain-security-standards` | Supply Chain Security Standards |
177
270
  | `systematic-debugging` | Define a structured, four-phase debugging workflow |
271
+ | `tech-debt-standards` | Tech Debt Management Standards |
178
272
  | `test-completeness-dimensions` | This document defines a systematic framework for e |
273
+ | `test-data-standards` | Test Data Standards |
179
274
  | `test-driven-development` | Test-Driven Development (TDD) Standards |
180
275
  | `test-governance` | Test Governance Standards |
181
276
  | `testing-standards` | This standard defines actionable testing rules and |
277
+ | `timeout-standards` | Timeout Standards |
278
+ | `token-budget` | Token Budget Zone Standard |
279
+ | `translation-lifecycle-standards` | Translation lifecycle standards: MISSING vs OUTDAT |
182
280
  | `verification-evidence` | Establish an "Iron Law" that no task can be claime |
183
281
  | `versioning` | This standard defines how to version software rele |
184
282
  | `virtual-organization-standards` | This standard treats the AI ecosystem as a "Virtua |
@@ -190,19 +288,29 @@ status: current
190
288
  | Script | 說明 |
191
289
  |--------|-------------|
192
290
  | `add-industry-standards-metadata.mjs` | Add industry standards metadata to core/ |
291
+ | `aggregate-effectiveness.mjs` | Aggregate Standards Effectiveness Reports |
292
+ | `analyze-hook-stats.mjs` | Hook Statistics Analyzer (SPEC-SELFDIAG-001 REQ-7, |
293
+ | `bump-version.mjs` | Build a platform-aware shell command for a .sh scr |
294
+ | `bump-version.sh` | DEPRECATED: Use 'node scripts/bump-version.mjs <ve |
193
295
  | `check-ai-agent-sync.ps1` | Check Ai Agent Sync |
194
296
  | `check-ai-agent-sync.sh` | AI Agent Sync Checker |
297
+ | `check-ai-behavior-sync.sh` | DEPRECATED: Use 'npx tsx scripts/check-ai-behavior |
195
298
  | `check-cli-docs-sync.ps1` | Check Cli Docs Sync |
196
299
  | `check-cli-docs-sync.sh` | CLI-to-Documentation Sync Checker |
197
300
  | `check-commands-sync.ps1` | Check Commands Sync |
198
301
  | `check-commands-sync.sh` | Commands Sync Checker |
199
- | `check-commit-spec-reference.sh` | Commit-msg Spec Reference Suggestion WARNING ONL |
302
+ | `check-commit-spec-reference.sh` | DEPRECATED: Use 'npx tsx scripts/check-commit-spec |
200
303
  | `check-docs-integrity.ps1` | Check Docs Integrity |
201
304
  | `check-docs-integrity.sh` | Documentation Integrity Checker |
202
305
  | `check-docs-sync.ps1` | Check Docs Sync |
203
306
  | `check-docs-sync.sh` | Documentation Sync Checker |
307
+ | `check-external-references.mjs` | External Reference Checker (SPEC-SELFDIAG-001 REQ- |
308
+ | `check-flow-gate-report.sh` | DEPRECATED: Use 'npx tsx scripts/check-flow-gate-r |
309
+ | `check-integration-commands-sync.sh` | DEPRECATED: Use 'npx tsx scripts/check-integration |
204
310
  | `check-orphan-specs.ps1` | Check Orphan Specs |
205
311
  | `check-orphan-specs.sh` | Orphan Spec Detection Script |
312
+ | `check-registry-completeness.sh` | DEPRECATED: Use 'npx tsx scripts/check-registry-co |
313
+ | `check-release-readiness-signoff.sh` | DEPRECATED: Use 'npx tsx scripts/check-release-rea |
206
314
  | `check-scope-sync.ps1` | Check Scope Sync |
207
315
  | `check-scope-sync.sh` | Scope Consistency Check Script |
208
316
  | `check-skill-next-steps-sync.ps1` | Check Skill Next Steps Sync |
@@ -219,11 +327,15 @@ status: current
219
327
  | `check-usage-docs-sync.sh` | check-usage-docs-sync.sh |
220
328
  | `check-version-sync.ps1` | Check Version Sync |
221
329
  | `check-version-sync.sh` | Version Sync Checker |
222
- | `check-workflow-compliance.sh` | Workflow Compliance Check WARNING ONLY (non-bloc |
330
+ | `check-workflow-compliance.sh` | DEPRECATED: Use 'npx tsx scripts/check-workflow-co |
223
331
  | `convert-md-to-yaml.mjs` | Markdown to AI-YAML Conversion Script |
224
332
  | `fix-manifest-paths.ps1` | Fix Manifest Paths |
225
333
  | `fix-manifest-paths.sh` | Manifest Path Fixer |
226
334
  | `generate-docs.mjs` | Generate Docs |
335
+ | `generate-version-manifest.mjs` | Generate Version Manifest (SPEC-SELFDIAG-001 REQ-9 |
336
+ | `install-hooks.mjs` | Install Hooks |
337
+ | `install-hooks.sh` | DEPRECATED: Use 'node scripts/install-hooks.mjs' i |
338
+ | `pre-commit.mjs` | Build a platform-aware shell command for a .sh scr |
227
339
  | `pre-release-check.ps1` | Pre Release Check |
228
340
  | `pre-release-check.sh` | Pre-release Check Script |
229
341
  | `pre-release.ps1` | Pre-Release Preparation Script for Universal Devel |