universal-dev-standards 5.1.1 → 5.3.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 (65) hide show
  1. package/bundled/ai/options/push/single-owner-mode.ai.yaml +60 -0
  2. package/bundled/ai/options/push/team-mode.ai.yaml +64 -0
  3. package/bundled/ai/options/release/publish-mode-github-actions.ai.yaml +65 -0
  4. package/bundled/ai/standards/agent-behavior-discipline.ai.yaml +142 -0
  5. package/bundled/ai/standards/cd-deployment-strategies.ai.yaml +73 -0
  6. package/bundled/ai/standards/no-cicd-deployment.ai.yaml +134 -0
  7. package/bundled/ai/standards/pipeline-security-gates.ai.yaml +71 -0
  8. package/bundled/ai/standards/push-standards.ai.yaml +105 -0
  9. package/bundled/ai/standards/rollback-standards.ai.yaml +68 -0
  10. package/bundled/core/agent-behavior-discipline.md +178 -0
  11. package/bundled/core/cd-deployment-strategies.md +121 -0
  12. package/bundled/core/no-cicd-deployment.md +205 -0
  13. package/bundled/core/pipeline-security-gates.md +109 -0
  14. package/bundled/core/rollback-standards.md +104 -0
  15. package/bundled/core/versioning.md +1 -1
  16. package/bundled/locales/zh-CN/CHANGELOG.md +34 -3
  17. package/bundled/locales/zh-CN/README.md +54 -7
  18. package/bundled/locales/zh-CN/SECURITY.md +8 -0
  19. package/bundled/locales/zh-CN/core/ai-friendly-architecture.md +8 -0
  20. package/bundled/locales/zh-CN/core/workflow-enforcement.md +8 -0
  21. package/bundled/locales/zh-CN/docs/CHEATSHEET.md +8 -0
  22. package/bundled/locales/zh-CN/docs/CLI-FLOW.md +8 -0
  23. package/bundled/locales/zh-CN/docs/FEATURE-REFERENCE.md +8 -0
  24. package/bundled/locales/zh-CN/docs/STANDARDS-REFERENCE.md +8 -0
  25. package/bundled/locales/zh-CN/skills/commands/requirement.md +8 -0
  26. package/bundled/locales/zh-CN/skills/commands/reverse-bdd.md +8 -0
  27. package/bundled/locales/zh-CN/skills/commands/reverse-sdd.md +8 -0
  28. package/bundled/locales/zh-CN/skills/commands/reverse-tdd.md +8 -0
  29. package/bundled/locales/zh-CN/skills/commands/reverse.md +8 -0
  30. package/bundled/locales/zh-CN/skills/commands/review.md +8 -0
  31. package/bundled/locales/zh-CN/skills/commands/sdd-retro.md +8 -0
  32. package/bundled/locales/zh-CN/skills/commands/sdd.md +8 -0
  33. package/bundled/locales/zh-CN/skills/commands/tdd.md +8 -0
  34. package/bundled/locales/zh-CN/skills/commands/update.md +8 -0
  35. package/bundled/locales/zh-TW/CHANGELOG.md +34 -3
  36. package/bundled/locales/zh-TW/MAINTENANCE.md +17 -6
  37. package/bundled/locales/zh-TW/README.md +53 -6
  38. package/bundled/locales/zh-TW/SECURITY.md +8 -0
  39. package/bundled/locales/zh-TW/adoption/STATIC-DYNAMIC-GUIDE.md +1 -1
  40. package/bundled/locales/zh-TW/core/ai-friendly-architecture.md +8 -0
  41. package/bundled/locales/zh-TW/core/anti-hallucination.md +8 -0
  42. package/bundled/locales/zh-TW/core/git-workflow.md +8 -0
  43. package/bundled/locales/zh-TW/core/refactoring-standards.md +8 -0
  44. package/bundled/locales/zh-TW/core/spec-driven-development.md +8 -0
  45. package/bundled/locales/zh-TW/core/structured-task-definition.md +8 -0
  46. package/bundled/locales/zh-TW/core/test-driven-development.md +8 -0
  47. package/bundled/locales/zh-TW/core/versioning.md +1 -1
  48. package/bundled/locales/zh-TW/core/workflow-enforcement.md +8 -0
  49. package/bundled/locales/zh-TW/core/workflow-state-protocol.md +8 -0
  50. package/bundled/locales/zh-TW/docs/CHEATSHEET.md +8 -0
  51. package/bundled/locales/zh-TW/docs/CLI-FLOW.md +8 -0
  52. package/bundled/locales/zh-TW/docs/FEATURE-REFERENCE.md +8 -0
  53. package/bundled/locales/zh-TW/docs/MIGRATION-V5.md +8 -0
  54. package/bundled/locales/zh-TW/docs/STANDARDS-REFERENCE.md +8 -0
  55. package/bundled/locales/zh-TW/integrations/claude-code/README.md +8 -0
  56. package/bundled/locales/zh-TW/skills/deploy-assistant/SKILL.md +178 -0
  57. package/bundled/skills/deploy-assistant/SKILL.md +183 -0
  58. package/bundled/skills/push/SKILL.md +203 -0
  59. package/package.json +1 -1
  60. package/src/config/ai-agent-paths.js +0 -1
  61. package/standards-registry.json +71 -4
  62. package/bundled/locales/zh-CN/docs/AI-AGENT-ROADMAP.md +0 -410
  63. package/bundled/locales/zh-CN/docs/OPERATION-WORKFLOW.md +0 -1074
  64. package/bundled/locales/zh-TW/docs/AI-AGENT-ROADMAP.md +0 -410
  65. package/bundled/locales/zh-TW/docs/OPERATION-WORKFLOW.md +0 -1074
@@ -1,1074 +0,0 @@
1
- ---
2
- source: ../../../docs/OPERATION-WORKFLOW.md
3
- source_version: 2.0.0
4
- translation_version: 2.0.0
5
- status: current
6
- last_updated: 2026-03-17
7
- translator: Claude
8
- ---
9
-
10
- # UDS 作業流程
11
-
12
- > **Language**: [English](../../../docs/OPERATION-WORKFLOW.md) | 繁體中文 | [简体中文](../../zh-CN/docs/OPERATION-WORKFLOW.md)
13
-
14
- **版本**: 2.0.0
15
- **最後更新**: 2026-03-17
16
-
17
- 本文件提供 Universal Development Standards (UDS) 專案的完整作業流程,涵蓋從核心規範到檔案生成的所有流程。
18
-
19
- ---
20
-
21
- ## 目錄
22
-
23
- 1. [概覽](#1-概覽)
24
- 2. [核心規範層](#2-核心規範層)
25
- 3. [衍生格式生成](#3-衍生格式生成)
26
- 4. [Claude Code Skills](#4-claude-code-skills)
27
- 5. [AI 工具整合](#5-ai-工具整合)
28
- 6. [CLI 執行流程](#6-cli-執行流程)
29
- 7. [維護流程](#7-維護流程)
30
- 8. [開發指南](#8-開發指南)
31
- 9. [發布流程](#9-發布流程)
32
- 10. [檔案路徑參考](#10-檔案路徑參考)
33
-
34
- ---
35
-
36
- ## 1. 概覽
37
-
38
- ### 1.1 專案架構
39
-
40
- ```
41
- ┌─────────────────────────────────────────────────────────────────┐
42
- │ 核心規範層 (core/) │
43
- │ 16 個標準:Essential(6) + Recommended(6) + Enterprise(4) │
44
- └──────────────────────────┬──────────────────────────────────────┘
45
-
46
- ┌──────────────────┼──────────────────┐
47
- ↓ ↓ ↓
48
- ┌───────────────┐ ┌───────────────┐ ┌───────────────┐
49
- │ AI 格式 │ │ 選項檔案 │ │ 本地化 │
50
- │ ai/standards/│ │ options/ │ │ locales/ │
51
- │ 16 個 YAML │ │ 7 類 36 個 │ │ zh-TW/zh-CN │
52
- └───────┬───────┘ └───────┬───────┘ └───────────────┘
53
- │ │
54
- └────────┬─────────┘
55
-
56
- ┌─────────────────────────────────────────────────────────────────┐
57
- │ Claude Code Skills │
58
- │ skills/ - 15 個 Skills │
59
- │ 每個 Skill 對應 1+ 個核心規範 │
60
- └──────────────────────────┬──────────────────────────────────────┘
61
-
62
-
63
- ┌─────────────────────────────────────────────────────────────────┐
64
- │ AI 工具整合 │
65
- │ integrations/ - 10 種工具範本 │
66
- │ CLI 動態生成:CLAUDE.md, .cursorrules, .windsurfrules 等 │
67
- └─────────────────────────────────────────────────────────────────┘
68
- ```
69
-
70
- ### 1.2 檔案關係摘要
71
-
72
- | 來源 | 衍生格式 | 數量 |
73
- |------|----------|------|
74
- | `core/*.md` | 人類可讀規範 | 16 |
75
- | `ai/standards/*.ai.yaml` | AI 優化規範 | 16 |
76
- | `options/*/*.md` | 實踐選項 | 36 |
77
- | `ai/options/*/*.ai.yaml` | AI 優化選項 | 36 |
78
- | `skills/*/` | Claude Code 技能 | 15 |
79
- | `integrations/*/` | AI 工具範本 | 10 |
80
- | `locales/zh-TW/` | 繁體中文 | ~129 |
81
- | `locales/zh-CN/` | 簡體中文 | 部分 |
82
-
83
- ---
84
-
85
- ## 2. 核心規範層
86
-
87
- ### 2.1 依採用層級分類
88
-
89
- #### 層級 1:Essential(6 個規範)
90
-
91
- | ID | 檔案 | 說明 |
92
- |----|------|------|
93
- | anti-hallucination | `core/anti-hallucination.md` | AI 協作防幻覺指南 |
94
- | commit-message | `core/commit-message-guide.md` | Conventional Commits 規範 |
95
- | checkin-standards | `core/checkin-standards.md` | 程式碼簽入標準 |
96
- | git-workflow | `core/git-workflow.md` | Git 工作流程標準 |
97
- | changelog | `core/changelog-standards.md` | CHANGELOG 格式規範 |
98
- | versioning | `core/versioning.md` | 語義化版本規範 |
99
-
100
- #### 層級 2:Recommended(6 個規範)
101
-
102
- | ID | 檔案 | 說明 |
103
- |----|------|------|
104
- | code-review | `core/code-review-checklist.md` | 程式碼審查清單 |
105
- | documentation-structure | `core/documentation-structure.md` | 文件組織結構 |
106
- | documentation-writing | `core/documentation-writing-standards.md` | 文件撰寫標準 |
107
- | project-structure | `core/project-structure.md` | 專案目錄結構 |
108
- | testing | `core/testing-standards.md` | 測試標準 |
109
- | logging | `core/logging-standards.md` | 日誌記錄標準 |
110
-
111
- #### 層級 3:Enterprise(4 個規範)
112
-
113
- | ID | 檔案 | 說明 |
114
- |----|------|------|
115
- | tdd | `core/test-driven-development.md` | 測試驅動開發 |
116
- | test-completeness | `core/test-completeness-dimensions.md` | 測試完整性維度 |
117
- | spec-driven | `core/spec-driven-development.md` | 規格驅動開發 |
118
- | error-codes | `core/error-code-standards.md` | 錯誤碼標準 |
119
-
120
- ### 2.2 規範文件範本
121
-
122
- ```markdown
123
- # [規範名稱]
124
-
125
- > **Language**: English | [繁體中文](../locales/zh-TW/core/[file].md)
126
-
127
- **版本**: X.Y.Z
128
- **最後更新**: YYYY-MM-DD
129
-
130
- ---
131
-
132
- ## 目的
133
-
134
- [規範目的說明]
135
-
136
- ## 主要指南
137
-
138
- [詳細指南]
139
-
140
- ## 相關規範
141
-
142
- - [相關規範連結]
143
-
144
- ## 版本歷史
145
-
146
- | 版本 | 日期 | 變更 |
147
- |------|------|------|
148
- | X.Y.Z | YYYY-MM-DD | 說明 |
149
-
150
- ## 授權
151
-
152
- 本規範採用 [CC BY 4.0](...)
153
- ```
154
-
155
- ---
156
-
157
- ## 3. 衍生格式生成
158
-
159
- ### 3.1 AI 優化格式(`ai/`)
160
-
161
- **轉換規則:**
162
- ```
163
- core/commit-message-guide.md(人類可讀)
164
- ↓ 轉換
165
- ai/standards/commit-message.ai.yaml(AI 優化)
166
- ```
167
-
168
- **名稱對應:**
169
- | 核心檔案 | AI 檔案 |
170
- |----------|---------|
171
- | `changelog-standards` | `changelog` |
172
- | `code-review-checklist` | `code-review` |
173
- | `commit-message-guide` | `commit-message` |
174
- | `error-code-standards` | `error-codes` |
175
- | `logging-standards` | `logging` |
176
- | `testing-standards` | `testing` |
177
- | 其他 | 相同名稱 |
178
-
179
- **AI YAML 結構:**
180
- ```yaml
181
- ---
182
- name: commit-message
183
- description: AI 助手的簡要說明
184
- keywords: [commit, conventional, message, 提交, 訊息]
185
- ---
186
-
187
- # Commit Message Standards
188
-
189
- ## Quick Reference
190
- [簡潔內容]
191
-
192
- ## Configuration Detection
193
- [專案配置偵測邏輯]
194
-
195
- ## Related Standards
196
- - [核心規範連結]
197
-
198
- ## Version History
199
- [表格]
200
-
201
- ## License
202
- CC BY 4.0
203
- ```
204
-
205
- ### 3.2 選項檔案(`options/`)
206
-
207
- | 類別 | 選項 | 路徑 |
208
- |------|------|------|
209
- | Git 工作流 | github-flow, gitflow, trunk-based | `options/git-workflow/` |
210
- | 合併策略 | squash, merge-commit, rebase-ff | `options/git-workflow/` |
211
- | 產出語言 | english, traditional-chinese, bilingual | `options/commit-message/` |
212
- | 測試類型 | unit, integration, e2e, system 等 | `options/testing/` |
213
- | 程式碼審查 | pr-review, pair-programming, automated | `options/code-review/` |
214
- | 文件類型 | markdown, api-docs, wiki-style | `options/documentation/` |
215
- | 專案結構 | nodejs, python, java, go 等 | `options/project-structure/` |
216
-
217
- ### 3.3 本地化(`locales/`)
218
-
219
- **同步層級:**
220
- ```
221
- core/*.md(主要來源)
222
-
223
- locales/zh-TW/core/*.md(繁體中文)
224
-
225
- locales/zh-CN/core/*.md(簡體中文)
226
- ```
227
-
228
- **YAML Front Matter 範本:**
229
- ```yaml
230
- ---
231
- source: ../../../docs/OPERATION-WORKFLOW.md
232
- source_version: 1.2.0
233
- translation_version: 1.2.0
234
- status: current
235
- last_updated: 2026-01-10
236
- translator: [名稱]
237
- ---
238
- ```
239
-
240
- **狀態值:**
241
- - `current` - 翻譯已同步
242
- - `outdated` - 來源已更新
243
- - `needs_review` - 需要審查
244
-
245
- ---
246
-
247
- ## 4. Claude Code Skills
248
-
249
- ### 4.1 Skills 清單(15 個 Skills)
250
-
251
- | Skill 名稱 | 對應核心規範 | 路徑 |
252
- |------------|--------------|------|
253
- | ai-collaboration-standards | anti-hallucination | `skills/ai-collaboration-standards/` |
254
- | changelog-guide | changelog | `skills/changelog-guide/` |
255
- | code-review-assistant | code-review, checkin | `skills/code-review-assistant/` |
256
- | commit-standards | commit-message | `skills/commit-standards/` |
257
- | documentation-guide | documentation-* | `skills/documentation-guide/` |
258
- | error-code-guide | error-codes | `skills/error-code-guide/` |
259
- | git-workflow-guide | git-workflow | `skills/git-workflow-guide/` |
260
- | logging-guide | logging | `skills/logging-guide/` |
261
- | project-structure-guide | project-structure | `skills/project-structure-guide/` |
262
- | release-standards | versioning | `skills/release-standards/` |
263
- | requirement-assistant | (需求文件) | `skills/requirement-assistant/` |
264
- | spec-driven-dev | spec-driven | `skills/spec-driven-dev/` |
265
- | tdd-assistant | tdd | `skills/tdd-assistant/` |
266
- | test-coverage-assistant | test-completeness | `skills/test-coverage-assistant/` |
267
- | testing-guide | testing | `skills/testing-guide/` |
268
-
269
- ### 4.2 Skill 目錄結構
270
-
271
- ```
272
- skills/[skill-name]/
273
- ├── SKILL.md # 主要技能文件(YAML 前置 + 內容)
274
- ├── [guide1].md # 詳細指南
275
- ├── [guide2].md # 詳細指南
276
- └── commands/ # 選用:命令檔案
277
- └── [command].md
278
- ```
279
-
280
- ### 4.3 SKILL.md 範本
281
-
282
- ```markdown
283
- ---
284
- name: skill-name
285
- description: |
286
- 簡要說明。
287
- 使用時機:觸發此技能的時機。
288
- 關鍵字:[keyword1, keyword2]
289
- ---
290
-
291
- # 技能標題
292
-
293
- > **Language**: English | [繁體中文](翻譯路徑)
294
-
295
- **版本**: 1.0.0
296
- **最後更新**: YYYY-MM-DD
297
- **適用範圍**: Claude Code Skills
298
-
299
- ---
300
-
301
- ## 目的
302
- [清楚說明]
303
-
304
- ## 快速參考
305
- [快速參考指南]
306
-
307
- ## 詳細指南
308
- 完整資訊請參閱:
309
- - [guide1.md](./guide1.md)
310
-
311
- ## 配置偵測
312
- [專案配置偵測]
313
-
314
- ## 相關規範
315
- - [core/related-standard.md](路徑)
316
-
317
- ## 版本歷史
318
- | 版本 | 日期 | 變更 |
319
- |------|------|------|
320
-
321
- ## 授權
322
- CC BY 4.0
323
- ```
324
-
325
- ---
326
-
327
- ## 5. AI 工具整合
328
-
329
- ### 5.1 支援工具(10 種工具)
330
-
331
- | 工具 | 整合檔案 | 格式 |
332
- |------|----------|------|
333
- | Claude Code | `CLAUDE.md` | Markdown |
334
- | Cursor | `.cursorrules` | 純文字 |
335
- | Windsurf | `.windsurfrules` | 純文字 |
336
- | Cline | `.clinerules` | 純文字 |
337
- | GitHub Copilot | `.github/copilot-instructions.md` | Markdown |
338
- | Google Antigravity | `INSTRUCTIONS.md` | Markdown |
339
- | OpenAI Codex | `AGENTS.md` | Markdown |
340
- | OpenCode | `AGENTS.md`(共用) | Markdown |
341
- | Gemini CLI | `GEMINI.md` | Markdown |
342
- | OpenSpec | `AGENTS.md` | Markdown |
343
-
344
- > **相關文件**:完整的 AI Agent 支援狀態、Skills 相容性矩陣及未來規劃,請參閱 [AI-AGENT-ROADMAP.md](./AI-AGENT-ROADMAP.md)。
345
-
346
- ### 5.2 整合目錄結構
347
-
348
- ```
349
- integrations/[tool-name]/
350
- ├── README.md # 安裝和使用指南
351
- ├── [config-file] # 工具特定配置
352
- └── examples/ # 選用:範例配置
353
- ```
354
-
355
- ---
356
-
357
- ## 6. CLI 執行流程
358
-
359
- ### 6.1 完整流程圖(`uds init`)
360
-
361
- ```
362
- ┌─────────────────────────────────────────────────────────────────┐
363
- │ 階段 1:初始化檢查 │
364
- │ - 檢查 .standards/manifest.json 是否存在 │
365
- │ - 如已初始化,提示使用 uds update │
366
- └─────────────────────────────┬───────────────────────────────────┘
367
-
368
- ┌─────────────────────────────────────────────────────────────────┐
369
- │ 階段 2:專案偵測(detector.js) │
370
- │ - detectLanguage(): C#, PHP, TypeScript, JavaScript, Python │
371
- │ - detectFramework(): Fat-Free, React, Vue, Angular, .NET │
372
- │ - detectAITools(): 9 種 AI 工具偵測 │
373
- └─────────────────────────────┬───────────────────────────────────┘
374
-
375
- ┌─────────────────────────────────────────────────────────────────┐
376
- │ 階段 3:互動配置(prompts/init.js) │
377
- │ - AI 工具選擇(1-9 種) │
378
- │ - Skills 安裝位置(marketplace/user/project/none) │
379
- │ - 採用層級(Essential/Recommended/Enterprise) │
380
- │ - 格式選擇(ai/human/both) │
381
- │ - 標準選項(workflow, output_language, test_levels) │
382
- │ - 內容模式(minimal/index/full) │
383
- └─────────────────────────────┬───────────────────────────────────┘
384
-
385
- ┌─────────────────────────────────────────────────────────────────┐
386
- │ 階段 4:標準查詢(registry.js) │
387
- │ - 載入 cli/standards-registry.json │
388
- │ - getStandardsByLevel() 篩選標準 │
389
- │ - getStandardSource() 取得來源路徑 │
390
- └─────────────────────────────┬───────────────────────────────────┘
391
-
392
- ┌─────────────────────────────────────────────────────────────────┐
393
- │ 階段 5:檔案複製(copier.js) │
394
- │ - 核心規範 → .standards/*.md │
395
- │ - AI 格式 → .standards/*.ai.yaml │
396
- │ - 選項檔案 → .standards/options/ │
397
- │ - 擴展檔案 → .standards/(語言/框架/本地化) │
398
- └─────────────────────────────┬───────────────────────────────────┘
399
-
400
- ┌─────────────────────────────────────────────────────────────────┐
401
- │ 階段 6:整合檔案生成(integration-generator.js) │
402
- │ - 根據選擇的 AI 工具動態生成 │
403
- │ - 依據 contentMode 調整內容量 │
404
- │ - 支援多語言(en/zh-tw) │
405
- │ 生成檔案: │
406
- │ - CLAUDE.md(Claude Code) │
407
- │ - .cursorrules(Cursor) │
408
- │ - .windsurfrules(Windsurf) │
409
- │ - .clinerules(Cline) │
410
- │ - .github/copilot-instructions.md(Copilot) │
411
- │ - AGENTS.md(Codex/OpenCode) │
412
- │ - GEMINI.md(Gemini CLI) │
413
- │ - INSTRUCTIONS.md(Antigravity) │
414
- └─────────────────────────────┬───────────────────────────────────┘
415
-
416
- ┌─────────────────────────────────────────────────────────────────┐
417
- │ 階段 7:Skills 安裝(github.js) │
418
- │ - 使用者層級:~/.claude/skills/ │
419
- │ - 專案層級:.claude/skills/ │
420
- │ - 下載全部 15 個 Skills 檔案 │
421
- │ - 寫入 skills-manifest.json │
422
- └─────────────────────────────┬───────────────────────────────────┘
423
-
424
- ┌─────────────────────────────────────────────────────────────────┐
425
- │ 階段 8:雜湊計算(hasher.js) │
426
- │ - 計算所有複製檔案的 SHA-256 雜湊 │
427
- │ - 用於 uds check 完整性驗證 │
428
- └─────────────────────────────┬───────────────────────────────────┘
429
-
430
- ┌─────────────────────────────────────────────────────────────────┐
431
- │ 階段 9:Manifest 生成 │
432
- │ - 寫入 .standards/manifest.json │
433
- │ - 記錄:版本、配置、檔案路徑、雜湊、時間戳 │
434
- └─────────────────────────────────────────────────────────────────┘
435
- ```
436
-
437
- ### 6.2 生成檔案結構
438
-
439
- ```
440
- project-root/
441
- ├── .standards/ # 標準目錄
442
- │ ├── manifest.json # 追蹤清單
443
- │ ├── anti-hallucination.md # 核心規範(Markdown)
444
- │ ├── anti-hallucination.ai.yaml # 核心規範(AI YAML)
445
- │ ├── commit-message.md
446
- │ ├── commit-message.ai.yaml
447
- │ ├── ...(其他規範)
448
- │ └── options/ # 選項檔案
449
- │ ├── github-flow.md
450
- │ ├── english.md
451
- │ └── unit-testing.md
452
-
453
- ├── CLAUDE.md # Claude Code 整合
454
- ├── .cursorrules # Cursor 整合
455
- ├── .windsurfrules # Windsurf 整合
456
- ├── .clinerules # Cline 整合
457
- ├── AGENTS.md # Codex/OpenCode 整合
458
- ├── .github/
459
- │ └── copilot-instructions.md # Copilot 整合
460
-
461
- └── .claude/ # Claude Code Skills
462
- └── skills/
463
- ├── commit-standards/
464
- ├── code-review-assistant/
465
- └── ...(其他 skills)
466
- ```
467
-
468
- ### 6.3 CLI 原始碼結構
469
-
470
- ```
471
- cli/
472
- ├── bin/
473
- │ └── uds.js # 進入點
474
- ├── src/
475
- │ ├── index.js # 主要匯出
476
- │ ├── commands/ # 命令實作
477
- │ │ ├── init.js # init 命令(約 920 行)
478
- │ │ ├── list.js # list 命令
479
- │ │ ├── check.js # check 命令
480
- │ │ ├── update.js # update 命令
481
- │ │ ├── configure.js # configure 命令
482
- │ │ └── skills.js # skills 命令
483
- │ ├── prompts/ # 互動提示
484
- │ │ ├── init.js # init 提示(約 1007 行)
485
- │ │ └── integrations.js # 整合提示
486
- │ └── utils/ # 工具模組
487
- │ ├── registry.js # 標準登錄表(207 行)
488
- │ ├── copier.js # 檔案複製(143 行)
489
- │ ├── github.js # GitHub 下載(508 行)
490
- │ ├── detector.js # 專案偵測(159 行)
491
- │ ├── hasher.js # 雜湊計算(219 行)
492
- │ ├── integration-generator.js # 整合生成(2310 行)
493
- │ └── reference-sync.js # 參考同步(189 行)
494
- ├── standards-registry.json # 標準登錄表(約 1000 行)
495
- └── package.json # 相依套件
496
- ```
497
-
498
- ---
499
-
500
- ## 7. 維護流程
501
-
502
- ### 7.1 同步檢查腳本
503
-
504
- | 腳本 | 用途 | 命令 |
505
- |------|------|------|
506
- | `check-translation-sync.sh` | 檢查翻譯同步 | `./scripts/check-translation-sync.sh [locale]` |
507
- | `check-standards-sync.sh` | 檢查 MD ↔ AI YAML 同步 | `./scripts/check-standards-sync.sh` |
508
- | `check-version-sync.sh` | 檢查版本一致性 | `./scripts/check-version-sync.sh` |
509
- | `check-install-scripts-sync.sh` | 檢查安裝腳本同步 | `./scripts/check-install-scripts-sync.sh` |
510
- | `pre-release.sh` | 預發布自動化 | `./scripts/pre-release.sh --version X.Y.Z` |
511
-
512
- ### 7.2 翻譯同步機制
513
-
514
- **檢查流程:**
515
- ```bash
516
- # 檢查 zh-TW 翻譯
517
- ./scripts/check-translation-sync.sh
518
-
519
- # 檢查 zh-CN 翻譯
520
- ./scripts/check-translation-sync.sh zh-CN
521
- ```
522
-
523
- **輸出狀態:**
524
- - `[CURRENT]`(綠色)- 翻譯已同步
525
- - `[OUTDATED]`(紅色)- 翻譯版本過舊
526
- - `[NO META]`(黃色)- 缺少 YAML Front Matter
527
- - `[MISSING]`(紅色)- 來源檔案不存在
528
-
529
- **更新流程:**
530
- 1. 執行同步檢查
531
- 2. 開啟過時的翻譯檔案
532
- 3. 更新內容
533
- 4. 更新 YAML Front Matter 中的 `source_version` 和 `translation_version`
534
- 5. 再次執行同步檢查驗證
535
-
536
- ### 7.3 標準同步機制
537
-
538
- **檢查流程:**
539
- ```bash
540
- ./scripts/check-standards-sync.sh
541
- ```
542
-
543
- **第一階段:core/ ↔ ai/standards/**
544
- ```
545
- core/changelog-standards.md ↔ ai/standards/changelog.ai.yaml
546
- core/commit-message-guide.md ↔ ai/standards/commit-message.ai.yaml
547
- ...
548
- ```
549
-
550
- **第二階段:options/ ↔ ai/options/**
551
- ```
552
- options/git-workflow/github-flow.md ↔ ai/options/git-workflow/github-flow.ai.yaml
553
- options/commit-message/english.md ↔ ai/options/commit-message/english.ai.yaml
554
- ...
555
- ```
556
-
557
- ### 7.4 版本同步機制
558
-
559
- **版本檔案位置(6 處):**
560
-
561
- | 檔案 | 欄位 | 更新頻率 |
562
- |------|------|----------|
563
- | `cli/package.json` | `"version"` | 每次發布 |
564
- | `.claude-plugin/plugin.json` | `"version"` | 每次發布 |
565
- | `.claude-plugin/marketplace.json` | `"version"` | 每次發布 |
566
- | `cli/standards-registry.json` | 根 `"version"` | 每次發布 |
567
- | `cli/standards-registry.json` | `repositories.standards.version` | 每次發布 |
568
- | `cli/standards-registry.json` | `repositories.skills.version` | 每次發布 |
569
- | `README.md` | `**Version**:` | 僅穩定版本 |
570
-
571
- **檢查流程:**
572
- ```bash
573
- ./scripts/check-version-sync.sh
574
- ```
575
-
576
- ### 7.5 CLI 與斜線命令同步
577
-
578
- #### 關係概述
579
-
580
- UDS 有兩個相關但獨立的元件:
581
-
582
- | 元件 | 類型 | 位置 | 用途 |
583
- |------|------|------|------|
584
- | UDS CLI | Node.js 程式 | `cli/src/` | 執行實際操作(`uds init`、`uds check` 等)|
585
- | 斜線命令 | Markdown 文檔 | `skills/commands/` | 指導 AI 如何使用 CLI |
586
-
587
- **執行流程:**
588
- ```
589
- 使用者在 Claude Code 輸入 /update
590
-
591
- AI 讀取 skills/commands/update.md
592
-
593
- AI 執行 CLI 命令(uds check、uds update)
594
-
595
- AI 根據 CLI 輸出向使用者報告結果
596
- ```
597
-
598
- #### 同步要求
599
-
600
- 修改 CLI 功能時,對應的斜線命令文檔**必須**同步更新:
601
-
602
- | CLI 檔案 | 斜線命令 |
603
- |----------|----------|
604
- | `cli/src/commands/init.js` | `skills/commands/init.md` |
605
- | `cli/src/commands/check.js` | `skills/commands/check.md` |
606
- | `cli/src/commands/update.js` | `skills/commands/update.md` |
607
- | `cli/src/commands/configure.js` | `skills/commands/configure.md` |
608
- | `cli/src/commands/list.js` | `skills/commands/list.md` |
609
- | `cli/src/commands/skills.js` | `skills/commands/skills.md` |
610
-
611
- #### 同步檢查清單
612
-
613
- 新增 CLI 功能時:
614
-
615
- 1. [ ] 在 CLI 實作功能(`cli/src/commands/*.js` 或 `cli/src/utils/*.js`)
616
- 2. [ ] 新增單元測試(`cli/tests/`)
617
- 3. [ ] 更新斜線命令文檔(`skills/commands/*.md`)
618
- 4. [ ] 如需要,更新翻譯(`locales/zh-TW/skills/`、`locales/zh-CN/skills/`)
619
- 5. [ ] 執行驗證:`cd cli && npm test && npm run lint`
620
-
621
- #### 範例:新增 Marketplace Skills 版本檢測
622
-
623
- 當 CLI `check.js` 更新以檢測 Plugin Marketplace Skills 版本時:
624
-
625
- ```
626
- 步驟 1:在 cli/src/utils/github.js 新增 getMarketplaceSkillsInfo()
627
- - 讀取 ~/.claude/plugins/installed_plugins.json
628
- - 返回 universal-dev-standards plugin 的版本資訊
629
-
630
- 步驟 2:更新 cli/src/commands/check.js 的 displaySkillsStatus()
631
- - 對 Marketplace 安裝呼叫 getMarketplaceSkillsInfo()
632
- - 顯示版本和最後更新日期
633
-
634
- 步驟 3:在 cli/tests/utils/github.test.js 新增單元測試
635
- - 測試各種情境(檔案存在、找不到、解析錯誤)
636
-
637
- 步驟 4:更新 skills/commands/check.md
638
- - 在 Skills Status 區段記錄新的版本輸出
639
-
640
- 步驟 5:更新 skills/commands/update.md
641
- - 新增說明如何檢查 Skills 版本的章節
642
- ```
643
-
644
- **關鍵洞察**:如果不更新斜線命令文檔,AI 將不知道新的 CLI 功能,可能向使用者提供不準確的資訊。
645
-
646
- ---
647
-
648
- ## 8. 開發指南
649
-
650
- ### 8.1 新增核心規範
651
-
652
- **完整流程(10 步驟):**
653
-
654
- ```
655
- 步驟 1:建立 core/new-standard.md
656
-
657
- 步驟 2:建立 ai/standards/new-standard.ai.yaml
658
-
659
- 步驟 3:建立 options/new-standard/*.md(如適用)
660
-
661
- 步驟 4:建立 ai/options/new-standard/*.ai.yaml(如適用)
662
-
663
- 步驟 5:建立 skills/new-skill/(如適用)
664
-
665
- 步驟 6:建立 locales/zh-TW/core/new-standard.md
666
-
667
- 步驟 7:建立 locales/zh-CN/core/new-standard.md
668
-
669
- 步驟 8:更新 cli/standards-registry.json
670
-
671
- 步驟 9:更新 CHANGELOG.md
672
-
673
- 步驟 10:執行所有同步檢查腳本
674
- ```
675
-
676
- **詳細步驟:**
677
-
678
- 1. **建立核心規範**
679
- ```bash
680
- # 建立 markdown 檔案
681
- touch core/new-standard.md
682
- # 遵循標準範本結構
683
- ```
684
-
685
- 2. **建立 AI 優化版本**
686
- ```bash
687
- touch ai/standards/new-standard.ai.yaml
688
- # 使用簡潔的 YAML 格式
689
- ```
690
-
691
- 3. **建立選項(如適用)**
692
- ```bash
693
- mkdir -p options/new-standard
694
- touch options/new-standard/option-1.md
695
- touch options/new-standard/option-2.md
696
-
697
- mkdir -p ai/options/new-standard
698
- touch ai/options/new-standard/option-1.ai.yaml
699
- touch ai/options/new-standard/option-2.ai.yaml
700
- ```
701
-
702
- 4. **建立 Skill(如適用)**
703
- ```bash
704
- mkdir -p skills/new-standard-skill
705
- touch skills/new-standard-skill/SKILL.md
706
- touch skills/new-standard-skill/guide.md
707
- ```
708
-
709
- 5. **建立翻譯**
710
- ```bash
711
- touch locales/zh-TW/core/new-standard.md
712
- touch locales/zh-CN/core/new-standard.md
713
- # 添加含來源追蹤的 YAML Front Matter
714
- ```
715
-
716
- 6. **更新登錄表**
717
- ```json
718
- // 在 cli/standards-registry.json 中
719
- {
720
- "standards": [
721
- {
722
- "id": "new-standard",
723
- "name": "New Standard Name",
724
- "level": 2,
725
- "category": "reference",
726
- "source": {
727
- "ai": "ai/standards/new-standard.ai.yaml",
728
- "human": "core/new-standard.md"
729
- }
730
- }
731
- ]
732
- }
733
- ```
734
-
735
- 7. **驗證**
736
- ```bash
737
- ./scripts/check-standards-sync.sh
738
- ./scripts/check-translation-sync.sh
739
- ./scripts/check-translation-sync.sh zh-CN
740
- cd cli && npm test
741
- ```
742
-
743
- ### 8.2 新增 Skill
744
-
745
- **完整流程(6 步驟):**
746
-
747
- ```
748
- 步驟 1:建立 skills/new-skill/ 目錄
749
-
750
- 步驟 2:建立含 YAML 前置的 SKILL.md
751
-
752
- 步驟 3:建立輔助指南檔案
753
-
754
- 步驟 4:在 locales/ 中建立翻譯
755
-
756
- 步驟 5:更新文件(README.md 等)
757
-
758
- 步驟 6:執行驗證腳本
759
- ```
760
-
761
- ### 8.3 新增 AI 工具整合
762
-
763
- **完整流程(14 步驟):**
764
-
765
- ```
766
- 階段 1:研究與規劃(3 步驟)
767
- 步驟 1:研究目標工具的指令格式與功能
768
- 步驟 2:識別相較於 Claude Code 的限制
769
- 步驟 3:建立 Skills 對照計畫(哪些 Claude Code 功能要移植)
770
-
771
- 階段 2:核心檔案 - 4 檔案模式(4 步驟)
772
- 步驟 4:建立 integrations/[tool-name]/ 目錄
773
- 步驟 5:建立 README.md(安裝指南、限制說明、功能比較)
774
- 步驟 6:建立 [tool]-instructions.md(主要 AI 指令)
775
- 步驟 7:建立 CHAT-REFERENCE.md(適用於無斜線命令的工具)
776
- 步驟 8:建立 skills-mapping.md(Claude Code → 工具功能對照)
777
-
778
- 階段 3:翻譯(2 步驟)
779
- 步驟 9:建立 locales/zh-TW/integrations/[tool-name]/(4 個檔案)
780
- 步驟 10:建立 locales/zh-CN/integrations/[tool-name]/(4 個檔案)
781
-
782
- 階段 4:整合更新(3 步驟)
783
- 步驟 11:更新 integration-generator.js(如需 CLI 動態生成)
784
- 步驟 12:更新 skills/[tool]/ 精簡版(如存在)
785
- 步驟 13:更新相關文件(README.md 等)
786
-
787
- 階段 5:驗證(1 步驟)
788
- 步驟 14:執行所有驗證腳本
789
- ```
790
-
791
- #### 4 檔案模式(必要結構)
792
-
793
- 完整的 AI 工具整合需建立這 4 個檔案:
794
-
795
- | 檔案 | 用途 | 必要 |
796
- |------|------|------|
797
- | `README.md` | 安裝指南、快速開始、限制說明、功能比較 | ✅ 必要 |
798
- | `[tool]-instructions.md` | 工具的主要 AI 指令 | ✅ 必要 |
799
- | `CHAT-REFERENCE.md` | Chat 提示範本(適用於無斜線命令的工具) | ⚠️ 視情況 |
800
- | `skills-mapping.md` | Claude Code → 工具功能對照 | ✅ 必要 |
801
-
802
- **範例:**
803
- ```
804
- integrations/github-copilot/
805
- ├── README.md # 整合概述
806
- ├── copilot-instructions.md # 主要指令
807
- ├── COPILOT-CHAT-REFERENCE.md # Chat 提示範本
808
- └── skills-mapping.md # Skills 遷移指南
809
- ```
810
-
811
- #### README.md 範本
812
-
813
- ```markdown
814
- # [工具名稱] 整合
815
-
816
- ## 概述
817
- [簡要說明]
818
-
819
- ## 快速開始
820
-
821
- ### 方式 1:從儲存庫複製
822
- ### 方式 2:使用 curl 下載
823
- ### 方式 3:使用 UDS CLI
824
-
825
- ## 配置方式
826
- [IDE 特定設定:VS Code、JetBrains 等]
827
-
828
- ## 限制說明
829
- [與 Claude Code 和其他工具的功能比較表]
830
-
831
- ## 包含的規範
832
- [整合中包含的規範表格]
833
-
834
- ## 驗證整合
835
- [如何驗證整合是否正常運作]
836
-
837
- ## 相關規範
838
- ## 版本歷史
839
- ## 授權
840
- ```
841
-
842
- #### Skills 對照方法論
843
-
844
- 將 Claude Code 功能遷移到其他工具時:
845
-
846
- | Claude Code 功能 | 遷移策略 |
847
- |------------------|----------|
848
- | Skills(18 個) | → 指令檔案中的專用章節 |
849
- | 斜線命令(16 個) | → CHAT-REFERENCE.md 中的 Chat 提示範本 |
850
- | MCP 支援 | → 記錄為限制,建議替代方案 |
851
- | 全域配置 | → 記錄為限制 |
852
- | 自動觸發關鍵字 | → 建議使用 IDE 程式碼片段/快捷鍵作為替代 |
853
- | 方法論追蹤 | → 記錄為限制,建議手動追蹤 |
854
-
855
- #### 翻譯要求
856
-
857
- 每個整合需要 8 個翻譯檔案(每種語言 4 個):
858
-
859
- **目錄:**
860
- - `locales/zh-TW/integrations/[tool-name]/`(繁體中文)
861
- - `locales/zh-CN/integrations/[tool-name]/`(簡體中文)
862
-
863
- **YAML 前置範本:**
864
- ```yaml
865
- ---
866
- source: ../../../docs/OPERATION-WORKFLOW.md
867
- source_version: X.Y.Z
868
- translation_version: X.Y.Z
869
- last_synced: YYYY-MM-DD
870
- status: current
871
- ---
872
- ```
873
-
874
- #### 驗證檢查清單
875
-
876
- 完成整合後,驗證:
877
-
878
- ```bash
879
- # 翻譯同步檢查
880
- ./scripts/check-translation-sync.sh
881
- ./scripts/check-translation-sync.sh zh-CN
882
-
883
- # 標準一致性檢查
884
- ./scripts/check-standards-sync.sh
885
-
886
- # CLI 測試(如修改了 integration-generator.js)
887
- cd cli && npm test && npm run lint
888
-
889
- # 完整預發布檢查
890
- ./scripts/pre-release-check.sh
891
- ```
892
-
893
- #### 功能比較表範本
894
-
895
- 在 README.md 中包含此表格:
896
-
897
- | 功能 | [新工具] | Claude Code | 其他工具 |
898
- |------|----------|-------------|----------|
899
- | 專案指令 | ✅/❌ | ✅ | ... |
900
- | 全域配置 | ✅/❌ | ✅ | ... |
901
- | 斜線命令 | ✅/❌ | ✅(18 個 skills) | ... |
902
- | MCP 支援 | ✅/❌ | ✅ | ... |
903
- | 自訂 skills | ✅/❌ | ✅ | ... |
904
- | 多檔案上下文 | ✅/❌ | ✅ | ... |
905
-
906
- ---
907
-
908
- ## 9. 發布流程
909
-
910
- ### 9.1 預發布檢查清單
911
-
912
- **任何發布前:**
913
- - [ ] 所有測試通過(`npm test`)
914
- - [ ] Linting 通過(`npm run lint`)
915
- - [ ] 版本同步檢查通過(`./scripts/check-version-sync.sh`)
916
- - [ ] CHANGELOG.md 已更新
917
- - [ ] Git 工作目錄乾淨
918
- - [ ] 文件同步檢查通過(`./scripts/check-usage-docs-sync.sh`)
919
- - [ ] 文件完整性檢查通過(`./scripts/check-docs-integrity.sh`)
920
-
921
- **文件同步檢查清單:**
922
- - [ ] 產生的文件與原始檔案一致
923
- - [ ] 文件連結有效
924
- - [ ] 功能數量與實際數量相符
925
- - [ ] 跨語言表格的列數一致
926
-
927
- > **注意**:以上所有文件檢查皆已包含在 `./scripts/pre-release-check.sh` 中。
928
-
929
- **版本檔案檢查清單(6 個檔案):**
930
- - [ ] `cli/package.json` - `"version": "X.Y.Z"`
931
- - [ ] `.claude-plugin/plugin.json` - `"version": "X.Y.Z"`
932
- - [ ] `.claude-plugin/marketplace.json` - `"version": "X.Y.Z"`
933
- - [ ] `cli/standards-registry.json` - 3 處位置
934
- - [ ] `README.md` - `**Version**:`(僅穩定版本)
935
-
936
- ### 9.2 版本類型與 npm Tags
937
-
938
- | 類型 | 版本格式 | npm Tag | 用途 |
939
- |------|----------|---------|------|
940
- | 穩定版 | `3.3.0` | `@latest` | 正式發布 |
941
- | Beta | `3.3.0-beta.1` | `@beta` | 測試新功能 |
942
- | Alpha | `3.3.0-alpha.1` | `@alpha` | 早期內部測試 |
943
- | RC | `3.3.0-rc.1` | `@rc` | 最終預發布測試 |
944
-
945
- ### 9.3 完整發布工作流
946
-
947
- ```
948
- 步驟 1:預發布準備
949
- ./scripts/pre-release.sh --version X.Y.Z
950
-
951
- 步驟 2:更新 CHANGELOG.md
952
- (遵循 Keep a Changelog 格式)
953
-
954
- 步驟 3:提交變更
955
- git add -A
956
- git commit -m "chore(release): prepare vX.Y.Z"
957
-
958
- 步驟 4:建立 Git 標籤
959
- git tag vX.Y.Z
960
- git push origin main --tags
961
-
962
- 步驟 5:建立 GitHub Release
963
- (在 GitHub UI 中手動操作)
964
-
965
- 步驟 6:GitHub Actions 自動發布
966
- - 偵測版本類型(stable/beta/alpha/rc)
967
- - npm publish --tag [latest/beta/alpha/rc]
968
-
969
- 步驟 7:驗證發布
970
- npm view universal-dev-standards dist-tags
971
- ```
972
-
973
- ### 9.4 GitHub Actions 工作流
974
-
975
- **CI 工作流(`.github/workflows/ci.yml`):**
976
- - 觸發條件:Push 到 main、PR 到 main
977
- - 工作:Linting、測試(多矩陣)、翻譯同步檢查
978
-
979
- **發布工作流(`.github/workflows/publish.yml`):**
980
- - 觸發條件:GitHub Release 發布
981
- - 自動從 package.json 偵測版本類型
982
- - 使用適當的 tag 發布到 npm
983
-
984
- ---
985
-
986
- ## 10. 檔案路徑參考
987
-
988
- ### 10.1 核心目錄
989
-
990
- | 目錄 | 說明 | 數量 |
991
- |------|------|------|
992
- | `core/` | 人類可讀核心規範 | 16 檔案 |
993
- | `ai/standards/` | AI 優化規範 | 16 檔案 |
994
- | `ai/options/` | AI 優化選項 | 36 檔案 |
995
- | `options/` | 人類可讀選項 | 36 檔案 |
996
- | `skills/` | Claude Code skills | 15 目錄 |
997
- | `integrations/` | AI 工具整合範本 | 10 目錄 |
998
- | `locales/zh-TW/` | 繁體中文翻譯 | ~129 檔案 |
999
- | `locales/zh-CN/` | 簡體中文翻譯 | 部分 |
1000
-
1001
- ### 10.2 維護腳本
1002
-
1003
- | 腳本 | 路徑 | 用途 |
1004
- |------|------|------|
1005
- | 翻譯同步 | `scripts/check-translation-sync.sh` | 檢查翻譯同步 |
1006
- | 標準同步 | `scripts/check-standards-sync.sh` | 檢查 MD ↔ YAML 同步 |
1007
- | 版本同步 | `scripts/check-version-sync.sh` | 檢查版本一致性 |
1008
- | 安裝腳本同步 | `scripts/check-install-scripts-sync.sh` | 檢查安裝腳本 |
1009
- | 預發布 | `scripts/pre-release.sh` | 預發布自動化 |
1010
-
1011
- ### 10.3 配置檔案
1012
-
1013
- | 檔案 | 用途 |
1014
- |------|------|
1015
- | `cli/package.json` | 主版本來源、相依套件 |
1016
- | `cli/standards-registry.json` | 標準登錄表、版本資訊 |
1017
- | `.claude-plugin/plugin.json` | Plugin 配置 |
1018
- | `.claude-plugin/marketplace.json` | Marketplace 配置 |
1019
- | `cli/.eslintrc.json` | ESLint 配置 |
1020
- | `cli/vitest.config.js` | 測試配置 |
1021
-
1022
- ### 10.4 GitHub Actions
1023
-
1024
- | 檔案 | 用途 |
1025
- |------|------|
1026
- | `.github/workflows/ci.yml` | CI 工作流(測試、linting) |
1027
- | `.github/workflows/publish.yml` | npm 發布工作流 |
1028
-
1029
- ---
1030
-
1031
- ## 附錄:快速參考命令
1032
-
1033
- ### 日常維護
1034
-
1035
- ```bash
1036
- # 執行所有同步檢查
1037
- ./scripts/check-standards-sync.sh
1038
- ./scripts/check-translation-sync.sh
1039
- ./scripts/check-version-sync.sh
1040
-
1041
- # 執行測試和 linting
1042
- cd cli && npm test && npm run lint
1043
- ```
1044
-
1045
- ### 預發布
1046
-
1047
- ```bash
1048
- # 自動化預發布準備
1049
- ./scripts/pre-release.sh --version 3.4.0
1050
-
1051
- # 或使用選項
1052
- ./scripts/pre-release.sh --version 3.4.0-beta.1 --skip-translations
1053
- ```
1054
-
1055
- ### 發布
1056
-
1057
- ```bash
1058
- # 提交並標記
1059
- git add -A
1060
- git commit -m "chore(release): prepare v3.4.0"
1061
- git tag v3.4.0
1062
- git push origin main --tags
1063
-
1064
- # 在 GitHub Release 後驗證
1065
- npm view universal-dev-standards dist-tags
1066
- ```
1067
-
1068
- ---
1069
-
1070
- ## 授權
1071
-
1072
- 本文件採用 [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)。
1073
-
1074
- **來源**:[universal-dev-standards](https://github.com/AsiaOstrich/universal-dev-standards)