universal-dev-standards 3.5.1-beta.1 → 3.5.1-beta.11

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 (433) hide show
  1. package/bin/uds.js +2 -0
  2. package/bundled/core/ai-instruction-standards.md +205 -0
  3. package/bundled/core/anti-hallucination.md +684 -0
  4. package/bundled/core/changelog-standards.md +556 -0
  5. package/bundled/core/checkin-standards.md +935 -0
  6. package/bundled/core/code-review-checklist.md +684 -0
  7. package/bundled/core/commit-message-guide.md +915 -0
  8. package/bundled/core/documentation-structure.md +1117 -0
  9. package/bundled/core/documentation-writing-standards.md +487 -0
  10. package/bundled/core/error-code-standards.md +382 -0
  11. package/bundled/core/git-workflow.md +859 -0
  12. package/bundled/core/logging-standards.md +323 -0
  13. package/bundled/core/project-structure.md +354 -0
  14. package/bundled/core/refactoring-standards.md +636 -0
  15. package/bundled/core/spec-driven-development.md +207 -0
  16. package/bundled/core/test-completeness-dimensions.md +536 -0
  17. package/bundled/core/test-driven-development.md +995 -0
  18. package/bundled/core/testing-standards.md +3061 -0
  19. package/bundled/core/versioning.md +902 -0
  20. package/bundled/locales/README.md +88 -0
  21. package/bundled/locales/zh-CN/CHANGELOG.md +705 -0
  22. package/bundled/locales/zh-CN/CLAUDE.md +213 -0
  23. package/bundled/locales/zh-CN/MAINTENANCE.md +689 -0
  24. package/bundled/locales/zh-CN/README.md +707 -0
  25. package/bundled/locales/zh-CN/STANDARDS-MAPPING.md +177 -0
  26. package/bundled/locales/zh-CN/adoption/ADOPTION-GUIDE.md +392 -0
  27. package/bundled/locales/zh-CN/adoption/STATIC-DYNAMIC-GUIDE.md +302 -0
  28. package/bundled/locales/zh-CN/adoption/checklists/enterprise.md +332 -0
  29. package/bundled/locales/zh-CN/adoption/checklists/minimal.md +141 -0
  30. package/bundled/locales/zh-CN/adoption/checklists/recommended.md +272 -0
  31. package/bundled/locales/zh-CN/ai/MAINTENANCE.md +739 -0
  32. package/bundled/locales/zh-CN/ai/options/changelog/auto-generated.ai.yaml +76 -0
  33. package/bundled/locales/zh-CN/ai/options/changelog/keep-a-changelog.ai.yaml +99 -0
  34. package/bundled/locales/zh-CN/ai/options/code-review/automated-review.ai.yaml +120 -0
  35. package/bundled/locales/zh-CN/ai/options/code-review/pair-programming.ai.yaml +109 -0
  36. package/bundled/locales/zh-CN/ai/options/code-review/pr-review.ai.yaml +104 -0
  37. package/bundled/locales/zh-CN/ai/options/commit-message/bilingual.ai.yaml +105 -0
  38. package/bundled/locales/zh-CN/ai/options/commit-message/english.ai.yaml +79 -0
  39. package/bundled/locales/zh-CN/ai/options/commit-message/traditional-chinese.ai.yaml +100 -0
  40. package/bundled/locales/zh-CN/ai/options/documentation/api-docs.ai.yaml +140 -0
  41. package/bundled/locales/zh-CN/ai/options/documentation/markdown-docs.ai.yaml +89 -0
  42. package/bundled/locales/zh-CN/ai/options/documentation/wiki-style.ai.yaml +119 -0
  43. package/bundled/locales/zh-CN/ai/options/git-workflow/gitflow.ai.yaml +133 -0
  44. package/bundled/locales/zh-CN/ai/options/git-workflow/github-flow.ai.yaml +73 -0
  45. package/bundled/locales/zh-CN/ai/options/git-workflow/merge-commit.ai.yaml +88 -0
  46. package/bundled/locales/zh-CN/ai/options/git-workflow/rebase-ff.ai.yaml +113 -0
  47. package/bundled/locales/zh-CN/ai/options/git-workflow/squash-merge.ai.yaml +85 -0
  48. package/bundled/locales/zh-CN/ai/options/git-workflow/trunk-based.ai.yaml +117 -0
  49. package/bundled/locales/zh-CN/ai/options/project-structure/dotnet.ai.yaml +108 -0
  50. package/bundled/locales/zh-CN/ai/options/project-structure/go.ai.yaml +115 -0
  51. package/bundled/locales/zh-CN/ai/options/project-structure/java.ai.yaml +113 -0
  52. package/bundled/locales/zh-CN/ai/options/project-structure/kotlin.ai.yaml +123 -0
  53. package/bundled/locales/zh-CN/ai/options/project-structure/nodejs.ai.yaml +101 -0
  54. package/bundled/locales/zh-CN/ai/options/project-structure/php.ai.yaml +147 -0
  55. package/bundled/locales/zh-CN/ai/options/project-structure/python.ai.yaml +116 -0
  56. package/bundled/locales/zh-CN/ai/options/project-structure/ruby.ai.yaml +140 -0
  57. package/bundled/locales/zh-CN/ai/options/project-structure/rust.ai.yaml +117 -0
  58. package/bundled/locales/zh-CN/ai/options/project-structure/swift.ai.yaml +143 -0
  59. package/bundled/locales/zh-CN/ai/options/testing/contract-testing.ai.yaml +254 -0
  60. package/bundled/locales/zh-CN/ai/options/testing/e2e-testing.ai.yaml +116 -0
  61. package/bundled/locales/zh-CN/ai/options/testing/industry-pyramid.ai.yaml +144 -0
  62. package/bundled/locales/zh-CN/ai/options/testing/integration-testing.ai.yaml +90 -0
  63. package/bundled/locales/zh-CN/ai/options/testing/istqb-framework.ai.yaml +108 -0
  64. package/bundled/locales/zh-CN/ai/options/testing/performance-testing.ai.yaml +272 -0
  65. package/bundled/locales/zh-CN/ai/options/testing/security-testing.ai.yaml +160 -0
  66. package/bundled/locales/zh-CN/ai/options/testing/system-testing.ai.yaml +101 -0
  67. package/bundled/locales/zh-CN/ai/options/testing/unit-testing.ai.yaml +82 -0
  68. package/bundled/locales/zh-CN/ai/standards/anti-hallucination.ai.yaml +145 -0
  69. package/bundled/locales/zh-CN/ai/standards/changelog.ai.yaml +146 -0
  70. package/bundled/locales/zh-CN/ai/standards/checkin-standards.ai.yaml +170 -0
  71. package/bundled/locales/zh-CN/ai/standards/code-review.ai.yaml +148 -0
  72. package/bundled/locales/zh-CN/ai/standards/commit-message.ai.yaml +175 -0
  73. package/bundled/locales/zh-CN/ai/standards/documentation-structure.ai.yaml +124 -0
  74. package/bundled/locales/zh-CN/ai/standards/documentation-writing-standards.ai.yaml +190 -0
  75. package/bundled/locales/zh-CN/ai/standards/error-codes.ai.yaml +139 -0
  76. package/bundled/locales/zh-CN/ai/standards/git-workflow.ai.yaml +95 -0
  77. package/bundled/locales/zh-CN/ai/standards/logging.ai.yaml +128 -0
  78. package/bundled/locales/zh-CN/ai/standards/project-structure.ai.yaml +134 -0
  79. package/bundled/locales/zh-CN/ai/standards/spec-driven-development.ai.yaml +169 -0
  80. package/bundled/locales/zh-CN/ai/standards/test-completeness-dimensions.ai.yaml +220 -0
  81. package/bundled/locales/zh-CN/ai/standards/testing.ai.yaml +137 -0
  82. package/bundled/locales/zh-CN/ai/standards/versioning.ai.yaml +211 -0
  83. package/bundled/locales/zh-CN/core/ai-instruction-standards.md +213 -0
  84. package/bundled/locales/zh-CN/core/anti-hallucination.md +691 -0
  85. package/bundled/locales/zh-CN/core/changelog-standards.md +147 -0
  86. package/bundled/locales/zh-CN/core/checkin-standards.md +943 -0
  87. package/bundled/locales/zh-CN/core/code-review-guide.md +693 -0
  88. package/bundled/locales/zh-CN/core/commit-message-guide.md +129 -0
  89. package/bundled/locales/zh-CN/core/documentation-structure.md +173 -0
  90. package/bundled/locales/zh-CN/core/documentation-writing-standards.md +495 -0
  91. package/bundled/locales/zh-CN/core/error-code-standards.md +180 -0
  92. package/bundled/locales/zh-CN/core/git-workflow.md +193 -0
  93. package/bundled/locales/zh-CN/core/logging-standards.md +174 -0
  94. package/bundled/locales/zh-CN/core/project-structure.md +184 -0
  95. package/bundled/locales/zh-CN/core/refactoring-standards.md +642 -0
  96. package/bundled/locales/zh-CN/core/spec-driven-development.md +215 -0
  97. package/bundled/locales/zh-CN/core/test-completeness-dimensions.md +544 -0
  98. package/bundled/locales/zh-CN/core/test-driven-development.md +1002 -0
  99. package/bundled/locales/zh-CN/core/testing-standards.md +170 -0
  100. package/bundled/locales/zh-CN/core/versioning.md +177 -0
  101. package/bundled/locales/zh-CN/docs/AI-AGENT-ROADMAP.md +303 -0
  102. package/bundled/locales/zh-CN/docs/CLI-INIT-OPTIONS.md +990 -0
  103. package/bundled/locales/zh-CN/docs/OPERATION-WORKFLOW.md +1064 -0
  104. package/bundled/locales/zh-CN/docs/USAGE-MODES-COMPARISON.md +333 -0
  105. package/bundled/locales/zh-CN/docs/WINDOWS-GUIDE.md +215 -0
  106. package/bundled/locales/zh-CN/integrations/codex/AGENTS.md +115 -0
  107. package/bundled/locales/zh-CN/integrations/codex/README.md +67 -0
  108. package/bundled/locales/zh-CN/integrations/gemini-cli/GEMINI.md +102 -0
  109. package/bundled/locales/zh-CN/integrations/gemini-cli/README.md +140 -0
  110. package/bundled/locales/zh-CN/integrations/github-copilot/COPILOT-CHAT-REFERENCE.md +269 -0
  111. package/bundled/locales/zh-CN/integrations/github-copilot/README.md +167 -0
  112. package/bundled/locales/zh-CN/integrations/github-copilot/copilot-instructions.md +263 -0
  113. package/bundled/locales/zh-CN/integrations/github-copilot/skills-mapping.md +192 -0
  114. package/bundled/locales/zh-CN/integrations/google-antigravity/INSTRUCTIONS.md +61 -0
  115. package/bundled/locales/zh-CN/integrations/google-antigravity/README.md +84 -0
  116. package/bundled/locales/zh-CN/integrations/opencode/AGENTS.md +111 -0
  117. package/bundled/locales/zh-CN/integrations/opencode/README.md +176 -0
  118. package/bundled/locales/zh-CN/integrations/opencode/skills-mapping.md +396 -0
  119. package/bundled/locales/zh-CN/integrations/openspec/AGENTS.md +301 -0
  120. package/bundled/locales/zh-CN/integrations/openspec/README.md +43 -0
  121. package/bundled/locales/zh-CN/integrations/spec-kit/AGENTS.md +184 -0
  122. package/bundled/locales/zh-CN/integrations/spec-kit/README.md +43 -0
  123. package/bundled/locales/zh-CN/options/commit-message/bilingual.md +161 -0
  124. package/bundled/locales/zh-CN/options/commit-message/english.md +137 -0
  125. package/bundled/locales/zh-CN/options/commit-message/traditional-chinese.md +162 -0
  126. package/bundled/locales/zh-CN/options/git-workflow/gitflow.md +147 -0
  127. package/bundled/locales/zh-CN/options/git-workflow/github-flow.md +124 -0
  128. package/bundled/locales/zh-CN/options/git-workflow/merge-commit.md +124 -0
  129. package/bundled/locales/zh-CN/options/git-workflow/rebase-ff.md +160 -0
  130. package/bundled/locales/zh-CN/options/git-workflow/squash-merge.md +117 -0
  131. package/bundled/locales/zh-CN/options/git-workflow/trunk-based.md +125 -0
  132. package/bundled/locales/zh-CN/options/project-structure/dotnet.md +183 -0
  133. package/bundled/locales/zh-CN/options/project-structure/go.md +226 -0
  134. package/bundled/locales/zh-CN/options/project-structure/java.md +213 -0
  135. package/bundled/locales/zh-CN/options/project-structure/nodejs.md +185 -0
  136. package/bundled/locales/zh-CN/options/project-structure/python.md +229 -0
  137. package/bundled/locales/zh-CN/options/testing/e2e-testing.md +207 -0
  138. package/bundled/locales/zh-CN/options/testing/integration-testing.md +230 -0
  139. package/bundled/locales/zh-CN/options/testing/system-testing.md +183 -0
  140. package/bundled/locales/zh-CN/options/testing/unit-testing.md +165 -0
  141. package/bundled/locales/zh-CN/skills/INTEGRATION-GUIDE.md +218 -0
  142. package/bundled/locales/zh-CN/skills/README.md +134 -0
  143. package/bundled/locales/zh-CN/skills/_shared/README.md +68 -0
  144. package/bundled/locales/zh-CN/skills/claude-code/CONTRIBUTING.template.md +151 -0
  145. package/bundled/locales/zh-CN/skills/claude-code/README.md +174 -0
  146. package/bundled/locales/zh-CN/skills/claude-code/ai-collaboration-standards/SKILL.md +175 -0
  147. package/bundled/locales/zh-CN/skills/claude-code/ai-collaboration-standards/anti-hallucination.md +223 -0
  148. package/bundled/locales/zh-CN/skills/claude-code/ai-collaboration-standards/certainty-labels.md +132 -0
  149. package/bundled/locales/zh-CN/skills/claude-code/changelog-guide/SKILL.md +237 -0
  150. package/bundled/locales/zh-CN/skills/claude-code/checkin-assistant/SKILL.md +407 -0
  151. package/bundled/locales/zh-CN/skills/claude-code/code-review-assistant/SKILL.md +154 -0
  152. package/bundled/locales/zh-CN/skills/claude-code/code-review-assistant/checkin-checklist.md +257 -0
  153. package/bundled/locales/zh-CN/skills/claude-code/code-review-assistant/review-checklist.md +246 -0
  154. package/bundled/locales/zh-CN/skills/claude-code/commands/bdd.md +142 -0
  155. package/bundled/locales/zh-CN/skills/claude-code/commands/methodology.md +274 -0
  156. package/bundled/locales/zh-CN/skills/claude-code/commit-standards/SKILL.md +191 -0
  157. package/bundled/locales/zh-CN/skills/claude-code/commit-standards/conventional-commits.md +264 -0
  158. package/bundled/locales/zh-CN/skills/claude-code/commit-standards/language-options.md +172 -0
  159. package/bundled/locales/zh-CN/skills/claude-code/documentation-guide/SKILL.md +421 -0
  160. package/bundled/locales/zh-CN/skills/claude-code/documentation-guide/documentation-structure.md +357 -0
  161. package/bundled/locales/zh-CN/skills/claude-code/documentation-guide/readme-template.md +412 -0
  162. package/bundled/locales/zh-CN/skills/claude-code/error-code-guide/SKILL.md +269 -0
  163. package/bundled/locales/zh-CN/skills/claude-code/git-workflow-guide/SKILL.md +218 -0
  164. package/bundled/locales/zh-CN/skills/claude-code/git-workflow-guide/branch-naming.md +220 -0
  165. package/bundled/locales/zh-CN/skills/claude-code/git-workflow-guide/git-workflow.md +321 -0
  166. package/bundled/locales/zh-CN/skills/claude-code/logging-guide/SKILL.md +285 -0
  167. package/bundled/locales/zh-CN/skills/claude-code/methodology-system/SKILL.md +131 -0
  168. package/bundled/locales/zh-CN/skills/claude-code/methodology-system/create-methodology.md +350 -0
  169. package/bundled/locales/zh-CN/skills/claude-code/methodology-system/runtime.md +279 -0
  170. package/bundled/locales/zh-CN/skills/claude-code/project-structure-guide/SKILL.md +143 -0
  171. package/bundled/locales/zh-CN/skills/claude-code/project-structure-guide/language-patterns.md +271 -0
  172. package/bundled/locales/zh-CN/skills/claude-code/refactoring-assistant/SKILL.md +162 -0
  173. package/bundled/locales/zh-CN/skills/claude-code/release-standards/SKILL.md +191 -0
  174. package/bundled/locales/zh-CN/skills/claude-code/release-standards/changelog-format.md +247 -0
  175. package/bundled/locales/zh-CN/skills/claude-code/release-standards/release-workflow.md +345 -0
  176. package/bundled/locales/zh-CN/skills/claude-code/release-standards/semantic-versioning.md +250 -0
  177. package/bundled/locales/zh-CN/skills/claude-code/requirement-assistant/SKILL.md +227 -0
  178. package/bundled/locales/zh-CN/skills/claude-code/requirement-assistant/requirement-checklist.md +325 -0
  179. package/bundled/locales/zh-CN/skills/claude-code/requirement-assistant/requirement-writing.md +399 -0
  180. package/bundled/locales/zh-CN/skills/claude-code/spec-driven-dev/SKILL.md +243 -0
  181. package/bundled/locales/zh-CN/skills/claude-code/tdd-assistant/SKILL.md +332 -0
  182. package/bundled/locales/zh-CN/skills/claude-code/tdd-assistant/language-examples.md +639 -0
  183. package/bundled/locales/zh-CN/skills/claude-code/tdd-assistant/tdd-workflow.md +486 -0
  184. package/bundled/locales/zh-CN/skills/claude-code/test-coverage-assistant/SKILL.md +282 -0
  185. package/bundled/locales/zh-CN/skills/claude-code/testing-guide/SKILL.md +234 -0
  186. package/bundled/locales/zh-CN/skills/claude-code/testing-guide/testing-pyramid.md +448 -0
  187. package/bundled/locales/zh-CN/skills/cline/README.md +58 -0
  188. package/bundled/locales/zh-CN/skills/copilot/README.md +61 -0
  189. package/bundled/locales/zh-CN/skills/copilot/copilot-instructions.md +79 -0
  190. package/bundled/locales/zh-CN/skills/cursor/README.md +58 -0
  191. package/bundled/locales/zh-CN/skills/windsurf/README.md +59 -0
  192. package/bundled/locales/zh-TW/CHANGELOG.md +707 -0
  193. package/bundled/locales/zh-TW/CLAUDE.md +213 -0
  194. package/bundled/locales/zh-TW/MAINTENANCE.md +683 -0
  195. package/bundled/locales/zh-TW/README.md +687 -0
  196. package/bundled/locales/zh-TW/STANDARDS-MAPPING.md +177 -0
  197. package/bundled/locales/zh-TW/adoption/ADOPTION-GUIDE.md +392 -0
  198. package/bundled/locales/zh-TW/adoption/STATIC-DYNAMIC-GUIDE.md +299 -0
  199. package/bundled/locales/zh-TW/adoption/checklists/enterprise.md +332 -0
  200. package/bundled/locales/zh-TW/adoption/checklists/minimal.md +141 -0
  201. package/bundled/locales/zh-TW/adoption/checklists/recommended.md +272 -0
  202. package/bundled/locales/zh-TW/ai/MAINTENANCE.md +754 -0
  203. package/bundled/locales/zh-TW/ai/options/changelog/auto-generated.ai.yaml +76 -0
  204. package/bundled/locales/zh-TW/ai/options/changelog/keep-a-changelog.ai.yaml +99 -0
  205. package/bundled/locales/zh-TW/ai/options/code-review/automated-review.ai.yaml +120 -0
  206. package/bundled/locales/zh-TW/ai/options/code-review/pair-programming.ai.yaml +109 -0
  207. package/bundled/locales/zh-TW/ai/options/code-review/pr-review.ai.yaml +104 -0
  208. package/bundled/locales/zh-TW/ai/options/commit-message/bilingual.ai.yaml +105 -0
  209. package/bundled/locales/zh-TW/ai/options/commit-message/english.ai.yaml +79 -0
  210. package/bundled/locales/zh-TW/ai/options/commit-message/traditional-chinese.ai.yaml +100 -0
  211. package/bundled/locales/zh-TW/ai/options/documentation/api-docs.ai.yaml +140 -0
  212. package/bundled/locales/zh-TW/ai/options/documentation/markdown-docs.ai.yaml +89 -0
  213. package/bundled/locales/zh-TW/ai/options/documentation/wiki-style.ai.yaml +119 -0
  214. package/bundled/locales/zh-TW/ai/options/git-workflow/gitflow.ai.yaml +133 -0
  215. package/bundled/locales/zh-TW/ai/options/git-workflow/github-flow.ai.yaml +73 -0
  216. package/bundled/locales/zh-TW/ai/options/git-workflow/merge-commit.ai.yaml +88 -0
  217. package/bundled/locales/zh-TW/ai/options/git-workflow/rebase-ff.ai.yaml +113 -0
  218. package/bundled/locales/zh-TW/ai/options/git-workflow/squash-merge.ai.yaml +85 -0
  219. package/bundled/locales/zh-TW/ai/options/git-workflow/trunk-based.ai.yaml +117 -0
  220. package/bundled/locales/zh-TW/ai/options/project-structure/dotnet.ai.yaml +108 -0
  221. package/bundled/locales/zh-TW/ai/options/project-structure/go.ai.yaml +115 -0
  222. package/bundled/locales/zh-TW/ai/options/project-structure/java.ai.yaml +113 -0
  223. package/bundled/locales/zh-TW/ai/options/project-structure/kotlin.ai.yaml +123 -0
  224. package/bundled/locales/zh-TW/ai/options/project-structure/nodejs.ai.yaml +101 -0
  225. package/bundled/locales/zh-TW/ai/options/project-structure/php.ai.yaml +147 -0
  226. package/bundled/locales/zh-TW/ai/options/project-structure/python.ai.yaml +116 -0
  227. package/bundled/locales/zh-TW/ai/options/project-structure/ruby.ai.yaml +140 -0
  228. package/bundled/locales/zh-TW/ai/options/project-structure/rust.ai.yaml +117 -0
  229. package/bundled/locales/zh-TW/ai/options/project-structure/swift.ai.yaml +143 -0
  230. package/bundled/locales/zh-TW/ai/options/testing/contract-testing.ai.yaml +254 -0
  231. package/bundled/locales/zh-TW/ai/options/testing/e2e-testing.ai.yaml +116 -0
  232. package/bundled/locales/zh-TW/ai/options/testing/industry-pyramid.ai.yaml +144 -0
  233. package/bundled/locales/zh-TW/ai/options/testing/integration-testing.ai.yaml +90 -0
  234. package/bundled/locales/zh-TW/ai/options/testing/istqb-framework.ai.yaml +108 -0
  235. package/bundled/locales/zh-TW/ai/options/testing/performance-testing.ai.yaml +272 -0
  236. package/bundled/locales/zh-TW/ai/options/testing/security-testing.ai.yaml +160 -0
  237. package/bundled/locales/zh-TW/ai/options/testing/system-testing.ai.yaml +101 -0
  238. package/bundled/locales/zh-TW/ai/options/testing/unit-testing.ai.yaml +82 -0
  239. package/bundled/locales/zh-TW/ai/standards/anti-hallucination.ai.yaml +145 -0
  240. package/bundled/locales/zh-TW/ai/standards/changelog.ai.yaml +146 -0
  241. package/bundled/locales/zh-TW/ai/standards/checkin-standards.ai.yaml +170 -0
  242. package/bundled/locales/zh-TW/ai/standards/code-review.ai.yaml +148 -0
  243. package/bundled/locales/zh-TW/ai/standards/commit-message.ai.yaml +175 -0
  244. package/bundled/locales/zh-TW/ai/standards/documentation-structure.ai.yaml +124 -0
  245. package/bundled/locales/zh-TW/ai/standards/documentation-writing-standards.ai.yaml +190 -0
  246. package/bundled/locales/zh-TW/ai/standards/error-codes.ai.yaml +139 -0
  247. package/bundled/locales/zh-TW/ai/standards/git-workflow.ai.yaml +95 -0
  248. package/bundled/locales/zh-TW/ai/standards/logging.ai.yaml +128 -0
  249. package/bundled/locales/zh-TW/ai/standards/project-structure.ai.yaml +134 -0
  250. package/bundled/locales/zh-TW/ai/standards/spec-driven-development.ai.yaml +169 -0
  251. package/bundled/locales/zh-TW/ai/standards/test-completeness-dimensions.ai.yaml +220 -0
  252. package/bundled/locales/zh-TW/ai/standards/testing.ai.yaml +137 -0
  253. package/bundled/locales/zh-TW/ai/standards/versioning.ai.yaml +211 -0
  254. package/bundled/locales/zh-TW/core/ai-instruction-standards.md +213 -0
  255. package/bundled/locales/zh-TW/core/anti-hallucination.md +691 -0
  256. package/bundled/locales/zh-TW/core/changelog-standards.md +564 -0
  257. package/bundled/locales/zh-TW/core/checkin-standards.md +943 -0
  258. package/bundled/locales/zh-TW/core/code-review-checklist.md +693 -0
  259. package/bundled/locales/zh-TW/core/commit-message-guide.md +809 -0
  260. package/bundled/locales/zh-TW/core/documentation-structure.md +1125 -0
  261. package/bundled/locales/zh-TW/core/documentation-writing-standards.md +495 -0
  262. package/bundled/locales/zh-TW/core/error-code-standards.md +384 -0
  263. package/bundled/locales/zh-TW/core/git-workflow.md +860 -0
  264. package/bundled/locales/zh-TW/core/logging-standards.md +325 -0
  265. package/bundled/locales/zh-TW/core/project-structure.md +362 -0
  266. package/bundled/locales/zh-TW/core/refactoring-standards.md +642 -0
  267. package/bundled/locales/zh-TW/core/spec-driven-development.md +215 -0
  268. package/bundled/locales/zh-TW/core/test-completeness-dimensions.md +544 -0
  269. package/bundled/locales/zh-TW/core/test-driven-development.md +1004 -0
  270. package/bundled/locales/zh-TW/core/testing-standards.md +2158 -0
  271. package/bundled/locales/zh-TW/core/versioning.md +909 -0
  272. package/bundled/locales/zh-TW/docs/AI-AGENT-ROADMAP.md +303 -0
  273. package/bundled/locales/zh-TW/docs/CLI-INIT-OPTIONS.md +990 -0
  274. package/bundled/locales/zh-TW/docs/OPERATION-WORKFLOW.md +1064 -0
  275. package/bundled/locales/zh-TW/docs/USAGE-MODES-COMPARISON.md +333 -0
  276. package/bundled/locales/zh-TW/docs/WINDOWS-GUIDE.md +215 -0
  277. package/bundled/locales/zh-TW/integrations/codex/AGENTS.md +115 -0
  278. package/bundled/locales/zh-TW/integrations/codex/README.md +113 -0
  279. package/bundled/locales/zh-TW/integrations/gemini-cli/GEMINI.md +102 -0
  280. package/bundled/locales/zh-TW/integrations/gemini-cli/README.md +140 -0
  281. package/bundled/locales/zh-TW/integrations/github-copilot/COPILOT-CHAT-REFERENCE.md +269 -0
  282. package/bundled/locales/zh-TW/integrations/github-copilot/README.md +167 -0
  283. package/bundled/locales/zh-TW/integrations/github-copilot/copilot-instructions.md +263 -0
  284. package/bundled/locales/zh-TW/integrations/github-copilot/skills-mapping.md +192 -0
  285. package/bundled/locales/zh-TW/integrations/google-antigravity/INSTRUCTIONS.md +61 -0
  286. package/bundled/locales/zh-TW/integrations/google-antigravity/README.md +84 -0
  287. package/bundled/locales/zh-TW/integrations/opencode/AGENTS.md +111 -0
  288. package/bundled/locales/zh-TW/integrations/opencode/README.md +176 -0
  289. package/bundled/locales/zh-TW/integrations/opencode/skills-mapping.md +396 -0
  290. package/bundled/locales/zh-TW/integrations/openspec/AGENTS.md +301 -0
  291. package/bundled/locales/zh-TW/integrations/openspec/README.md +43 -0
  292. package/bundled/locales/zh-TW/integrations/spec-kit/AGENTS.md +184 -0
  293. package/bundled/locales/zh-TW/integrations/spec-kit/README.md +43 -0
  294. package/bundled/locales/zh-TW/options/commit-message/bilingual.md +161 -0
  295. package/bundled/locales/zh-TW/options/commit-message/english.md +137 -0
  296. package/bundled/locales/zh-TW/options/commit-message/traditional-chinese.md +162 -0
  297. package/bundled/locales/zh-TW/options/git-workflow/gitflow.md +147 -0
  298. package/bundled/locales/zh-TW/options/git-workflow/github-flow.md +124 -0
  299. package/bundled/locales/zh-TW/options/git-workflow/merge-commit.md +124 -0
  300. package/bundled/locales/zh-TW/options/git-workflow/rebase-ff.md +160 -0
  301. package/bundled/locales/zh-TW/options/git-workflow/squash-merge.md +117 -0
  302. package/bundled/locales/zh-TW/options/git-workflow/trunk-based.md +125 -0
  303. package/bundled/locales/zh-TW/options/project-structure/dotnet.md +183 -0
  304. package/bundled/locales/zh-TW/options/project-structure/go.md +226 -0
  305. package/bundled/locales/zh-TW/options/project-structure/java.md +213 -0
  306. package/bundled/locales/zh-TW/options/project-structure/nodejs.md +185 -0
  307. package/bundled/locales/zh-TW/options/project-structure/python.md +229 -0
  308. package/bundled/locales/zh-TW/options/testing/e2e-testing.md +207 -0
  309. package/bundled/locales/zh-TW/options/testing/integration-testing.md +230 -0
  310. package/bundled/locales/zh-TW/options/testing/system-testing.md +183 -0
  311. package/bundled/locales/zh-TW/options/testing/unit-testing.md +165 -0
  312. package/bundled/locales/zh-TW/skills/INTEGRATION-GUIDE.md +218 -0
  313. package/bundled/locales/zh-TW/skills/README.md +132 -0
  314. package/bundled/locales/zh-TW/skills/_shared/README.md +68 -0
  315. package/bundled/locales/zh-TW/skills/claude-code/CONTRIBUTING.template.md +151 -0
  316. package/bundled/locales/zh-TW/skills/claude-code/README.md +174 -0
  317. package/bundled/locales/zh-TW/skills/claude-code/ai-collaboration-standards/SKILL.md +175 -0
  318. package/bundled/locales/zh-TW/skills/claude-code/ai-collaboration-standards/anti-hallucination.md +223 -0
  319. package/bundled/locales/zh-TW/skills/claude-code/ai-collaboration-standards/certainty-labels.md +132 -0
  320. package/bundled/locales/zh-TW/skills/claude-code/changelog-guide/SKILL.md +237 -0
  321. package/bundled/locales/zh-TW/skills/claude-code/checkin-assistant/SKILL.md +407 -0
  322. package/bundled/locales/zh-TW/skills/claude-code/code-review-assistant/SKILL.md +154 -0
  323. package/bundled/locales/zh-TW/skills/claude-code/code-review-assistant/checkin-checklist.md +257 -0
  324. package/bundled/locales/zh-TW/skills/claude-code/code-review-assistant/review-checklist.md +246 -0
  325. package/bundled/locales/zh-TW/skills/claude-code/commands/bdd.md +142 -0
  326. package/bundled/locales/zh-TW/skills/claude-code/commands/methodology.md +274 -0
  327. package/bundled/locales/zh-TW/skills/claude-code/commit-standards/SKILL.md +191 -0
  328. package/bundled/locales/zh-TW/skills/claude-code/commit-standards/conventional-commits.md +264 -0
  329. package/bundled/locales/zh-TW/skills/claude-code/commit-standards/language-options.md +172 -0
  330. package/bundled/locales/zh-TW/skills/claude-code/documentation-guide/SKILL.md +421 -0
  331. package/bundled/locales/zh-TW/skills/claude-code/documentation-guide/documentation-structure.md +357 -0
  332. package/bundled/locales/zh-TW/skills/claude-code/documentation-guide/readme-template.md +412 -0
  333. package/bundled/locales/zh-TW/skills/claude-code/error-code-guide/SKILL.md +269 -0
  334. package/bundled/locales/zh-TW/skills/claude-code/git-workflow-guide/SKILL.md +218 -0
  335. package/bundled/locales/zh-TW/skills/claude-code/git-workflow-guide/branch-naming.md +220 -0
  336. package/bundled/locales/zh-TW/skills/claude-code/git-workflow-guide/git-workflow.md +321 -0
  337. package/bundled/locales/zh-TW/skills/claude-code/logging-guide/SKILL.md +285 -0
  338. package/bundled/locales/zh-TW/skills/claude-code/methodology-system/SKILL.md +131 -0
  339. package/bundled/locales/zh-TW/skills/claude-code/methodology-system/create-methodology.md +350 -0
  340. package/bundled/locales/zh-TW/skills/claude-code/methodology-system/runtime.md +279 -0
  341. package/bundled/locales/zh-TW/skills/claude-code/project-structure-guide/SKILL.md +143 -0
  342. package/bundled/locales/zh-TW/skills/claude-code/project-structure-guide/language-patterns.md +271 -0
  343. package/bundled/locales/zh-TW/skills/claude-code/refactoring-assistant/SKILL.md +162 -0
  344. package/bundled/locales/zh-TW/skills/claude-code/release-standards/SKILL.md +191 -0
  345. package/bundled/locales/zh-TW/skills/claude-code/release-standards/changelog-format.md +247 -0
  346. package/bundled/locales/zh-TW/skills/claude-code/release-standards/release-workflow.md +345 -0
  347. package/bundled/locales/zh-TW/skills/claude-code/release-standards/semantic-versioning.md +250 -0
  348. package/bundled/locales/zh-TW/skills/claude-code/requirement-assistant/SKILL.md +227 -0
  349. package/bundled/locales/zh-TW/skills/claude-code/requirement-assistant/requirement-checklist.md +325 -0
  350. package/bundled/locales/zh-TW/skills/claude-code/requirement-assistant/requirement-writing.md +399 -0
  351. package/bundled/locales/zh-TW/skills/claude-code/spec-driven-dev/SKILL.md +243 -0
  352. package/bundled/locales/zh-TW/skills/claude-code/tdd-assistant/SKILL.md +332 -0
  353. package/bundled/locales/zh-TW/skills/claude-code/tdd-assistant/language-examples.md +639 -0
  354. package/bundled/locales/zh-TW/skills/claude-code/tdd-assistant/tdd-workflow.md +486 -0
  355. package/bundled/locales/zh-TW/skills/claude-code/test-coverage-assistant/SKILL.md +282 -0
  356. package/bundled/locales/zh-TW/skills/claude-code/testing-guide/SKILL.md +234 -0
  357. package/bundled/locales/zh-TW/skills/claude-code/testing-guide/testing-pyramid.md +448 -0
  358. package/bundled/locales/zh-TW/skills/cline/README.md +58 -0
  359. package/bundled/locales/zh-TW/skills/copilot/README.md +61 -0
  360. package/bundled/locales/zh-TW/skills/copilot/copilot-instructions.md +79 -0
  361. package/bundled/locales/zh-TW/skills/cursor/README.md +58 -0
  362. package/bundled/locales/zh-TW/skills/windsurf/README.md +59 -0
  363. package/bundled/skills/claude-code/CONTRIBUTING.template.md +141 -0
  364. package/bundled/skills/claude-code/README.md +196 -0
  365. package/bundled/skills/claude-code/ai/standards/checkin.ai.yaml +21 -0
  366. package/bundled/skills/claude-code/ai/standards/commit.ai.yaml +20 -0
  367. package/bundled/skills/claude-code/ai/standards/refactoring.ai.yaml +34 -0
  368. package/bundled/skills/claude-code/ai/standards/testing.ai.yaml +41 -0
  369. package/bundled/skills/claude-code/ai-collaboration-standards/SKILL.md +175 -0
  370. package/bundled/skills/claude-code/ai-collaboration-standards/anti-hallucination.md +215 -0
  371. package/bundled/skills/claude-code/ai-collaboration-standards/certainty-labels.md +124 -0
  372. package/bundled/skills/claude-code/changelog-guide/SKILL.md +232 -0
  373. package/bundled/skills/claude-code/checkin-assistant/SKILL.md +402 -0
  374. package/bundled/skills/claude-code/code-review-assistant/SKILL.md +220 -0
  375. package/bundled/skills/claude-code/code-review-assistant/checkin-checklist.md +249 -0
  376. package/bundled/skills/claude-code/code-review-assistant/review-checklist.md +238 -0
  377. package/bundled/skills/claude-code/commands/README.md +78 -0
  378. package/bundled/skills/claude-code/commands/bdd.md +142 -0
  379. package/bundled/skills/claude-code/commands/changelog.md +57 -0
  380. package/bundled/skills/claude-code/commands/check.md +91 -0
  381. package/bundled/skills/claude-code/commands/commit.md +48 -0
  382. package/bundled/skills/claude-code/commands/config.md +97 -0
  383. package/bundled/skills/claude-code/commands/coverage.md +58 -0
  384. package/bundled/skills/claude-code/commands/docs.md +75 -0
  385. package/bundled/skills/claude-code/commands/init.md +88 -0
  386. package/bundled/skills/claude-code/commands/methodology.md +268 -0
  387. package/bundled/skills/claude-code/commands/release.md +50 -0
  388. package/bundled/skills/claude-code/commands/requirement.md +54 -0
  389. package/bundled/skills/claude-code/commands/review.md +50 -0
  390. package/bundled/skills/claude-code/commands/spec.md +69 -0
  391. package/bundled/skills/claude-code/commands/tdd.md +86 -0
  392. package/bundled/skills/claude-code/commands/update.md +122 -0
  393. package/bundled/skills/claude-code/commit-standards/SKILL.md +249 -0
  394. package/bundled/skills/claude-code/commit-standards/conventional-commits.md +256 -0
  395. package/bundled/skills/claude-code/commit-standards/language-options.md +164 -0
  396. package/bundled/skills/claude-code/documentation-guide/SKILL.md +416 -0
  397. package/bundled/skills/claude-code/documentation-guide/documentation-structure.md +349 -0
  398. package/bundled/skills/claude-code/documentation-guide/readme-template.md +404 -0
  399. package/bundled/skills/claude-code/error-code-guide/SKILL.md +264 -0
  400. package/bundled/skills/claude-code/git-workflow-guide/SKILL.md +226 -0
  401. package/bundled/skills/claude-code/git-workflow-guide/branch-naming.md +212 -0
  402. package/bundled/skills/claude-code/git-workflow-guide/git-workflow.md +313 -0
  403. package/bundled/skills/claude-code/logging-guide/SKILL.md +280 -0
  404. package/bundled/skills/claude-code/methodology-system/SKILL.md +215 -0
  405. package/bundled/skills/claude-code/methodology-system/create-methodology.md +450 -0
  406. package/bundled/skills/claude-code/methodology-system/runtime.md +271 -0
  407. package/bundled/skills/claude-code/project-structure-guide/SKILL.md +143 -0
  408. package/bundled/skills/claude-code/project-structure-guide/language-patterns.md +263 -0
  409. package/bundled/skills/claude-code/refactoring-assistant/SKILL.md +205 -0
  410. package/bundled/skills/claude-code/release-standards/SKILL.md +191 -0
  411. package/bundled/skills/claude-code/release-standards/changelog-format.md +239 -0
  412. package/bundled/skills/claude-code/release-standards/release-workflow.md +337 -0
  413. package/bundled/skills/claude-code/release-standards/semantic-versioning.md +242 -0
  414. package/bundled/skills/claude-code/requirement-assistant/SKILL.md +222 -0
  415. package/bundled/skills/claude-code/requirement-assistant/requirement-checklist.md +317 -0
  416. package/bundled/skills/claude-code/requirement-assistant/requirement-writing.md +391 -0
  417. package/bundled/skills/claude-code/spec-driven-dev/SKILL.md +238 -0
  418. package/bundled/skills/claude-code/tdd-assistant/SKILL.md +384 -0
  419. package/bundled/skills/claude-code/tdd-assistant/language-examples.md +1276 -0
  420. package/bundled/skills/claude-code/tdd-assistant/tdd-workflow.md +659 -0
  421. package/bundled/skills/claude-code/test-coverage-assistant/SKILL.md +277 -0
  422. package/bundled/skills/claude-code/testing-guide/SKILL.md +317 -0
  423. package/bundled/skills/claude-code/testing-guide/testing-pyramid.md +440 -0
  424. package/package.json +4 -2
  425. package/src/commands/check.js +38 -6
  426. package/src/commands/init.js +20 -6
  427. package/src/commands/list.js +7 -2
  428. package/src/commands/skills.js +0 -2
  429. package/src/commands/update.js +271 -0
  430. package/src/i18n/messages.js +161 -11
  431. package/src/utils/copier.js +63 -10
  432. package/src/utils/skills-installer.js +47 -11
  433. package/standards-registry.json +6 -3
@@ -0,0 +1,707 @@
1
+ ---
2
+ source: ../../CHANGELOG.md
3
+ source_version: 3.5.0-beta.13
4
+ translation_version: 3.5.0-beta.13
5
+ last_synced: 2026-01-13
6
+ status: current
7
+ ---
8
+
9
+ # 變更日誌
10
+
11
+ > **語言**: [English](../../CHANGELOG.md) | 繁體中文 | [简体中文](../zh-CN/CHANGELOG.md)
12
+
13
+ 本專案的所有重要變更都將記錄在此檔案中。
14
+
15
+ 格式基於 [Keep a Changelog](https://keepachangelog.com/),
16
+ 並遵循[語義化版本](https://semver.org/)。
17
+
18
+ ## [Unreleased]
19
+
20
+ ## [3.5.0-beta.13] - 2026-01-13
21
+
22
+ ### 新增
23
+ - **CLI**:將 OpenCode 加入 skills 相容工具
24
+ - `uds init` 現在將 OpenCode 視為 Claude Code 處理,提供精簡安裝
25
+ - `uds check` 顯示 OpenCode skills 相容性狀態
26
+ - Skills 自動安裝到 `.claude/skills/`(OpenCode 自動偵測此路徑)
27
+ - **文件**:在 skills-mapping.md 新增跨工具相容性章節
28
+ - 7 個 AI Agent 的路徑對照表(Claude Code、OpenCode、Cursor、OpenAI Codex、GitHub Copilot、Windsurf、Cline)
29
+ - 說明 UDS 為何使用 `.claude/skills/` 作為預設路徑
30
+ - 不相容工具的跨工具安裝說明
31
+ - **文件**:重構 README 建立獨立的 Agent Skills 安裝章節
32
+ - 將 skills 安裝方法整合在一處
33
+ - 新增社群 marketplace(n-skills、claude-plugins.dev、agentskills.io)
34
+ - **文件**:新增 beta 版本安裝說明
35
+ - `npm install -g universal-dev-standards@beta`
36
+ - `npx universal-dev-standards@beta init`
37
+
38
+ ### 變更
39
+ - **文件**:更新 integrations/opencode/ 文件
40
+ - 版本 1.4.0 包含跨工具相容性資訊
41
+ - 雙語翻譯同步(zh-TW、zh-CN)
42
+
43
+ ## [3.5.0-beta.12] - 2026-01-13
44
+
45
+ ### 新增
46
+ - **文件**:新增使用模式比較文件
47
+ - 比較僅 Skills vs 僅規範文件 vs 兩者並用
48
+ - 包含功能覆蓋率、Token 效率、和建議
49
+ - 雙語支援(英文和繁體中文)
50
+ - 參見 `docs/USAGE-MODES-COMPARISON.md`
51
+ - **文件**:重構 README 安裝文件
52
+ - npm CLI 作為主要安裝方式
53
+ - AI 工具擴充作為可選功能
54
+ - 完整列出 9 個支援的 AI 工具及正確狀態
55
+
56
+ ### 修復
57
+ - **CLI**:修復 detector.js 缺失的 AI 工具偵測
58
+ - 現在可偵測全部 9 個 AI 工具:Claude Code、Cursor、Windsurf、Cline、GitHub Copilot、Antigravity、Codex、OpenCode、Gemini CLI
59
+ - 修復 `uds init` 時的自動偵測功能
60
+
61
+ ## [3.5.0-beta.11] - 2026-01-12
62
+
63
+ ### 新增
64
+ - **文件**:在 README 新增功能可用性表格
65
+ - 清楚比較穩定版 (3.4.2) 與 beta 版 (3.5.x) 功能
66
+ - 以 🧪 標記實驗性功能
67
+ - 雙語支援(英文和繁體中文)
68
+
69
+ ### 修復
70
+ - **i18n**:為 6 個翻譯檔案新增缺失的 YAML front matter
71
+ - `docs/CLI-INIT-OPTIONS.md`
72
+ - `skills/claude-code/commands/bdd.md`
73
+ - `skills/claude-code/commands/methodology.md`
74
+ - `skills/claude-code/methodology-system/SKILL.md`
75
+ - `skills/claude-code/methodology-system/create-methodology.md`
76
+ - `skills/claude-code/methodology-system/runtime.md`
77
+ - **文件**:更新穩定版本參考從 3.3.0 至 3.4.2
78
+
79
+ ## [3.5.0-beta.10] - 2026-01-12
80
+
81
+ ### 新增
82
+ - **方法論系統**:新增完整開發方法論支援
83
+ - 內建方法論:TDD、BDD、SDD、ATDD
84
+ - YAML 格式方法論定義,含 JSON Schema 驗證
85
+ - 階段追蹤、檢查清單和檢查點
86
+ - 自訂方法論模板,支援團隊特定工作流
87
+ - `/methodology` 命令:狀態、切換、階段管理
88
+ - CLI 整合:`uds init` 和 `uds configure` 方法論選擇
89
+ - **命令**:新增 `/bdd` 行為驅動開發命令
90
+ - 完整 BDD 工作流:探索 → 制定 → 自動化 → 活文件
91
+ - Gherkin 格式範例和三劍客會議引導
92
+ - 階段檢查清單和指示器
93
+ - **命令**:整合 `/tdd` 與方法論系統
94
+ - 調用時自動啟用 TDD 方法論
95
+ - 顯示階段指示器(🔴 紅燈、🟢 綠燈、🔵 重構)
96
+ - **文件**:新增方法論系統雙語文件
97
+ - 英文和繁體中文翻譯
98
+ - SKILL.md、runtime.md、create-methodology.md
99
+
100
+ ### 變更
101
+ - **Skills**:更新安裝腳本以包含 methodology-system(共 16 個 skills)
102
+ - **Registry**:在 standards-registry.json 新增 methodologies 區塊
103
+
104
+ ## [3.5.0-beta.9] - 2026-01-11
105
+
106
+ ### 新增
107
+ - **腳本**:新增統一預發布檢查腳本
108
+ - `scripts/pre-release-check.sh` 適用於 Unix/macOS
109
+ - `scripts/pre-release-check.ps1` 適用於 Windows PowerShell
110
+ - 單一指令執行所有 7 項驗證檢查
111
+ - 選項:`--fail-fast`、`--skip-tests`
112
+ - **CI**:在 GitHub Actions 發布工作流程中新增預發布驗證
113
+ - 在 npm publish 前執行版本同步、標準同步、linting 和測試
114
+ - 任何檢查失敗則阻止發布
115
+
116
+ ### 變更
117
+ - **文件**:在 release-workflow.md 新增「自動化預發布檢查」區塊
118
+ - **文件**:在 CLAUDE.md 的快速指令中加入 pre-release-check.sh
119
+
120
+ ## [3.5.0-beta.8] - 2026-01-11
121
+
122
+ ### 修復
123
+ - **CLI**:修復 `standards-registry.json` 版本不一致問題
124
+ - 同步 `standards-registry.json` 版本與 `package.json`(之前停留在 3.5.0-beta.5)
125
+ - 這導致 `uds update` 顯示過時的「最新版本」資訊
126
+
127
+ ### 變更
128
+ - **發布**:將版本同步檢查加入預發布檢查清單
129
+ - 在自動化驗證區塊新增 `./scripts/check-version-sync.sh` 驗證步驟
130
+ - 防止未來版本不一致問題
131
+
132
+ ## [3.5.0-beta.7] - 2026-01-11
133
+
134
+ ### 修復
135
+ - **CLI**:修復 Windows 未追蹤檔案偵測的路徑分隔符問題
136
+ - 在 `scanDirectory` 函數中標準化路徑分隔符為正斜線
137
+ - 確保比對 manifest 路徑時的跨平台一致性
138
+
139
+ ## [3.5.0-beta.6] - 2026-01-11
140
+
141
+ ### 新增
142
+ - **文件**:新增 18 個 `options/` 目錄的人類可讀 Markdown 檔案
143
+ - `options/changelog/`:keep-a-changelog.md、auto-generated.md
144
+ - `options/code-review/`:pr-review.md、pair-programming.md、automated-review.md
145
+ - `options/documentation/`:api-docs.md、markdown-docs.md、wiki-style.md
146
+ - `options/project-structure/`:kotlin.md、php.md、ruby.md、rust.md、swift.md
147
+ - `options/testing/`:contract-testing.md、industry-pyramid.md、istqb-framework.md、performance-testing.md、security-testing.md
148
+ - 完成雙格式架構:`ai/options/*.ai.yaml` 供 AI 工具使用,`options/*.md` 供人類開發者使用
149
+ - **AI 標準**:新增 `ai/standards/test-driven-development.ai.yaml`
150
+ - AI 優化的 TDD 標準,含 Red-Green-Refactor 循環
151
+ - FIRST 原則與適用性指南
152
+ - **文件**:新增完整的 CLI init 選項指南(三語支援)
153
+ - `docs/CLI-INIT-OPTIONS.md` - 完整的 `uds init` 選項文件
154
+ - 涵蓋:AI 工具、技能位置、標準範圍、採用等級、格式、標準選項、擴充、整合配置、內容模式
155
+ - 包含使用案例、決策流程和 CLI 參數參考
156
+ - 三語版本:英文、繁體中文 (`locales/zh-TW/`)、簡體中文 (`locales/zh-CN/`)
157
+ - **發布**:將 CLI 文件新增至預發布檢查清單
158
+ - `release-workflow.md` 現在包含 CLI-INIT-OPTIONS.md 驗證
159
+ - **發布**:將標準一致性檢查新增至預發布檢查清單
160
+ - 驗證 `core/` ↔ `ai/standards/` 內容對齊
161
+ - 驗證 `options/` ↔ `ai/options/` 雙格式完整性
162
+ - **腳本**:新增自動化標準一致性檢查腳本
163
+ - `scripts/check-standards-sync.sh` 用於 Unix/macOS
164
+ - `scripts/check-standards-sync.ps1` 用於 Windows PowerShell
165
+ - 檢查 `core/` ↔ `ai/standards/` 和 `options/` ↔ `ai/options/` 一致性
166
+
167
+ ### 變更
168
+ - **CLI**:改進整合產生器的 minimal 內容模式
169
+ - Minimal 模式現在包含簡化的標準參考清單
170
+ - 確保 AI 工具即使在 minimal 模式下也知道有哪些標準可用
171
+ - 新增 `generateMinimalStandardsReference()` 函數
172
+ - **CLI**:優化 `uds init` 提示訊息
173
+ - 統一所有提示的標題格式
174
+ - 改善術語:Starter/Professional/Complete(等級)、Compact/Detailed(格式)、Standard(內容模式)、Lean(標準範圍)
175
+ - 增強顏色標示:推薦選項使用綠色
176
+ - 簡化選擇後的說明文字
177
+
178
+ ## [3.5.0-beta.5] - 2026-01-09
179
+
180
+ ### 新增
181
+ - **CLI**:增強 AI 工具整合,自動符合標準
182
+ - 支援 9 個 AI 工具:Claude Code、Cursor、Windsurf、Cline、GitHub Copilot、Google Antigravity、OpenAI Codex、Gemini CLI、OpenCode
183
+ - 新增內容模式選擇:`full`、`index`(推薦)、`minimal`
184
+ - 產生標準合規指示,含 MUST/SHOULD 優先順序
185
+ - 產生標準索引,列出所有已安裝標準
186
+ - 處理 Codex 和 OpenCode 之間的 `AGENTS.md` 共享
187
+ - **CLI**:增強 `uds configure` 命令
188
+ - 新選項:AI 工具 - 新增/移除 AI 工具整合
189
+ - 新選項:採用等級 - 變更 Level 1/2/3
190
+ - 新選項:內容模式 - 變更 full/index/minimal
191
+ - 設定變更時自動重新產生整合檔案
192
+ - **CLI**:增強 `uds update` 命令
193
+ - 新旗標:`--integrations-only` - 只更新整合檔案
194
+ - 新旗標:`--standards-only` - 只更新標準檔案
195
+ - 標準更新時自動同步整合檔案
196
+ - **CLI**:增強 `uds check` 命令
197
+ - 新區段:AI 工具整合狀態
198
+ - 驗證整合檔案存在且正確參考標準
199
+ - 回報缺少的標準參考並提供修復建議
200
+ - **Skills**:新增 `/config` 斜線命令用於標準配置
201
+
202
+ ### 變更
203
+ - **CLI**:整合檔案現在預設包含合規指示和標準索引(index 模式)
204
+
205
+ ## [3.5.0-beta.4] - 2026-01-09
206
+
207
+ ### 新增
208
+ - **CLI**:AI 整合檔案的參考同步功能
209
+ - `uds check` 現在顯示「參考同步狀態」區段
210
+ - 偵測孤立參考(整合檔案中的參考不在 manifest 中)
211
+ - 回報缺少參考(manifest 中的標準未被參考)
212
+ - `uds update --sync-refs` 根據 manifest 標準重新產生整合檔案
213
+ - manifest 中新增 `integrationConfigs` 欄位以保存產生設定
214
+ - **Utils**:新增 `reference-sync.js` 模組,含類別對標準的對應
215
+
216
+ ### 變更
217
+ - **CLI**:Manifest 版本從 3.1.0 升級至 3.2.0
218
+ - 新增 `integrationConfigs` 欄位儲存整合檔案產生設定
219
+ - 允許 `uds update --sync-refs` 使用相同選項重新產生(類別、詳細等級、語言)
220
+
221
+ ## [3.5.0-beta.3] - 2026-01-09
222
+
223
+ ### 修復
224
+ - **CLI**:修復 `uds update` 顯示錯誤版本號
225
+ - `standards-registry.json` 版本與 `package.json` 未同步
226
+ - 現在顯示正確的當前和最新版本資訊
227
+
228
+ ### 新增
229
+ - **腳本**:新增版本同步檢查腳本
230
+ - `scripts/check-version-sync.sh` 用於 Unix/macOS
231
+ - `scripts/check-version-sync.ps1` 用於 Windows PowerShell
232
+ - 驗證 `standards-registry.json` 版本與 `package.json` 一致
233
+ - **文件**:將版本同步檢查新增至 `release-workflow.md` 預發布檢查清單
234
+
235
+ ## [3.5.0-beta.2] - 2026-01-09
236
+
237
+ ### 新增
238
+ - **整合**:OpenAI Codex CLI 整合,使用 `AGENTS.md`
239
+ - **整合**:Gemini CLI 整合,使用 `GEMINI.md`
240
+ - **整合**:OpenCode 整合,使用 `AGENTS.md`
241
+ - **整合**:Google Antigravity 專案級規則檔案 (`.antigravity/rules.md`)
242
+
243
+ ### 移除
244
+ - **CLI**:從 `uds check` 移除未追蹤檔案掃描
245
+ - `uds check` 現在只驗證 manifest 中記錄的檔案
246
+ - 不再提示追蹤 `.standards/` 目錄中的未知檔案
247
+
248
+ ## [3.5.0-beta.1] - 2026-01-09
249
+
250
+ ### 新增
251
+ - **CLI**:新增 `uds configure` 命令用於後安裝配置
252
+ - 子命令:`add-tool`、`remove-tool`、`set-level`
253
+ - 互動模式支援
254
+ - **CLI**:改進 `uds init` 流程
255
+ - 新增 AI 工具選擇提示
256
+ - 新增整合檔案配置選項
257
+ - **CLI**:manifest 版本升級至 3.2.0
258
+ - 新增 `aiTools` 欄位追蹤選擇的 AI 工具
259
+ - 新增 `integrations` 欄位列出產生的整合檔案
260
+
261
+ ### 變更
262
+ - **CLI**:重構整合產生器以支援多 AI 工具
263
+ - **CLI**:改進錯誤處理和使用者回饋
264
+
265
+ ## [3.4.1] - 2026-01-08
266
+
267
+ ### 修復
268
+ - **CLI**:修復 `uds update` 建議從較新版本降級的問題
269
+ - 新增正確的語義版本比較,支援預發布版本(alpha/beta/rc)
270
+ - 現在能正確識別當前版本比 registry 版本更新的情況
271
+ - 當使用者版本比 registry 更新時顯示提示訊息
272
+ - **CLI**:更新 `standards-registry.json` 版本與 package.json 一致
273
+
274
+ ## [3.4.0] - 2026-01-08
275
+
276
+ ### 新增
277
+ - **CLI**:`uds check` 新增基於雜湊值的檔案完整性檢查
278
+ - 透過比較 SHA-256 雜湊值偵測修改的檔案
279
+ - 新增選項:`--diff`、`--restore`、`--restore-missing`、`--no-interactive`、`--migrate`
280
+ - 互動模式:偵測到問題時提示操作(檢視差異、還原、保留、跳過)
281
+ - 舊版 manifest 遷移:`uds check --migrate` 升級至基於雜湊值的追蹤
282
+ - **CLI**:manifest 中儲存檔案雜湊值(版本 3.1.0)
283
+ - `uds init` 在安裝時計算並儲存檔案雜湊值
284
+ - `uds update` 在更新檔案後重新計算雜湊值
285
+ - **Utils**:新增 `hasher.js` 工具模組用於 SHA-256 檔案雜湊
286
+
287
+ ### 變更
288
+ - **CLI**:manifest 版本從 3.0.0 升級至 3.1.0
289
+ - 新增 `fileHashes` 欄位追蹤檔案完整性
290
+ - 向後相容舊版 manifest
291
+
292
+ ### 修復
293
+ - **CLI**:修復 `uds check` 錯誤顯示「Skills 已標記為已安裝但找不到」警告
294
+ - 現在正確識別 Plugin Marketplace 安裝路徑(`~/.claude/plugins/cache/`)
295
+ - **CLI**:修復 `uds update` 指令失敗並顯示「undefined」錯誤
296
+ - 為非同步 `copyStandard()` 和 `copyIntegration()` 呼叫新增遺漏的 `await`
297
+
298
+ ## [3.3.0] - 2026-01-08
299
+
300
+ ### 新增
301
+ - **Skills**:新增 9 個斜線命令,用於手動觸發工作流程
302
+ - `/commit` - 產生 conventional commit message
303
+ - `/review` - 執行系統性程式碼審查
304
+ - `/release` - 引導發布流程
305
+ - `/changelog` - 更新 CHANGELOG.md
306
+ - `/requirement` - 撰寫用戶故事和需求
307
+ - `/spec` - 建立規格文件
308
+ - `/tdd` - 測試驅動開發工作流程
309
+ - `/docs` - 建立/更新文件
310
+ - `/coverage` - 分析測試覆蓋率
311
+ - **Core**:新增測試驅動開發 (TDD) 標準
312
+ - 新增 `core/test-driven-development.md`,涵蓋 Red-Green-Refactor 循環
313
+ - SDD + TDD 整合工作流程指南
314
+ - **Skills**:新增 `tdd-assistant` 技能(第 15 個技能)
315
+
316
+ ### 變更
317
+ - **Skills**:簡化斜線命令格式,從 `/uds:xxx` 改為 `/xxx`
318
+ - 移除 `uds:` 命名空間前綴,使命令調用更簡潔
319
+ - **Plugin Marketplace**:將 marketplace 名稱從 `universal-dev-standards` 改為 `asia-ostrich`
320
+ - 新安裝命令:`/plugin install universal-dev-standards@asia-ostrich`
321
+
322
+ ### 修復
323
+ - **CLI**:`uds skills` 現在優先偵測新的 `@asia-ostrich` marketplace
324
+ - **CLI**:將 `tdd-assistant` 新增至 standards-registry.json
325
+
326
+ ### 遷移指南
327
+ 如果你使用舊的 marketplace 名稱安裝,請進行遷移:
328
+
329
+ ```bash
330
+ /plugin uninstall universal-dev-standards@universal-dev-standards
331
+ /plugin install universal-dev-standards@asia-ostrich
332
+ ```
333
+
334
+ ## [3.3.0-beta.5] - 2026-01-07
335
+
336
+ ### 新增
337
+ - **Skills**:新增 9 個斜線命令,用於手動觸發工作流程
338
+ - `/commit` - 產生 commit message
339
+ - `/review` - 執行程式碼審查
340
+ - `/release` - 引導發布流程
341
+ - `/changelog` - 更新變更日誌
342
+ - `/requirement` - 撰寫用戶故事
343
+ - `/spec` - 建立規格文件
344
+ - `/tdd` - TDD 工作流程
345
+ - `/docs` - 文件撰寫
346
+ - `/coverage` - 測試覆蓋率
347
+ - 命令與技能的差異:命令為手動觸發,技能為自動觸發
348
+
349
+ ### 修復
350
+ - **CLI**:`uds skills` 現在優先偵測新的 `@asia-ostrich` marketplace
351
+ - 當偵測到舊版 `@universal-dev-standards` marketplace 時顯示遷移提示
352
+ - 確保遷移期間的相容性
353
+
354
+ ## [3.3.0-beta.4] - 2026-01-07
355
+
356
+ ### 變更
357
+ - **Plugin Marketplace**:將 marketplace 名稱從 `universal-dev-standards` 改為 `asia-ostrich`
358
+ - 新安裝命令:`/plugin install universal-dev-standards@asia-ostrich`
359
+ - 這提供與 AsiaOstrich 組織更好的品牌一致性
360
+
361
+ ### 遷移指南
362
+ 如果你使用舊的 marketplace 名稱安裝,請進行遷移:
363
+
364
+ ```bash
365
+ # 1. 卸載舊版本
366
+ /plugin uninstall universal-dev-standards@universal-dev-standards
367
+
368
+ # 2. 安裝新版本
369
+ /plugin install universal-dev-standards@asia-ostrich
370
+ ```
371
+
372
+ ## [3.3.0-beta.3] - 2026-01-07
373
+
374
+ ### 修復
375
+ - **CLI**:將 `tdd-assistant` 新增至 standards-registry.json
376
+ - 新增 TDD 的技能檔案列表和標準項目
377
+ - `uds skills` 現在正確顯示 15/15 個技能
378
+
379
+ ## [3.3.0-beta.2] - 2026-01-07
380
+
381
+ ### 新增
382
+ - **Core**:新增測試驅動開發 (TDD) 標準
383
+ - 新增 `core/test-driven-development.md` 涵蓋 Red-Green-Refactor 循環、FIRST 原則、TDD vs BDD vs ATDD
384
+ - SDD + TDD 整合工作流程指引
385
+ - ML 測試邊界(模型準確度 vs 資料工程)
386
+ - 遺留系統的 Golden Master 測試
387
+ - **Skills**:為 Claude Code 新增 `tdd-assistant` 技能(第 15 個技能)
388
+ - `skills/claude-code/tdd-assistant/SKILL.md` - TDD 工作流程指引
389
+ - `skills/claude-code/tdd-assistant/tdd-workflow.md` - 逐步 TDD 流程
390
+ - `skills/claude-code/tdd-assistant/language-examples.md` - 6 種語言範例
391
+ - 所有 TDD 檔案的完整繁體中文翻譯
392
+
393
+ ### 變更
394
+ - **核心標準**:更新相關標準中的交叉引用
395
+ - `spec-driven-development.md` - 新增 TDD 整合引用
396
+ - `testing-standards.md` - 新增 TDD 交叉引用
397
+ - `test-completeness-dimensions.md` - 新增 TDD 交叉引用
398
+ - **發布流程**:擴展預發布檢查清單,加入完整的檔案驗證
399
+ - 新增版本檔案檢查清單,涵蓋所有版本相關檔案
400
+ - 重新命名為文件驗證檢查清單,加入正確性驗證
401
+ - 新增內容正確性驗證區塊,包含 grep 指令
402
+ - 使用 `locales/*` 萬用字元涵蓋所有語言版本
403
+
404
+ ## [3.2.2] - 2026-01-06
405
+
406
+ ### 新增
407
+ - **CLI**:新增 `uds skills` 指令列出已安裝的 Claude Code skills
408
+ - 顯示來自 Plugin Marketplace、使用者層級和專案層級的安裝
409
+ - 顯示每個安裝的版本、路徑和 skill 數量
410
+ - 對已棄用的手動安裝顯示警告
411
+ - **CLI**:根據安裝位置改善 Skills 更新指示
412
+
413
+ ### 棄用
414
+ - **Skills**:透過 `install.sh` / `install.ps1` 手動安裝現已棄用
415
+ - 建議:使用 Plugin Marketplace 以獲得自動更新
416
+ - 腳本將顯示棄用警告並要求確認
417
+ - 將在未來的主要版本中移除
418
+
419
+ ### 變更
420
+ - **CLI**:`uds update` 現在對手動安裝的 Skills 顯示棄用警告
421
+ - 建議遷移至 Plugin Marketplace
422
+ - **Skills**:更新 README.md 將手動安裝標記為棄用
423
+
424
+ ### 修復
425
+ - **CLI**:更新標準註冊表版本至 3.2.2
426
+
427
+ ## [3.2.2-beta.2] - 2026-01-05
428
+
429
+ ### 新增
430
+ - **CLI**:根據安裝位置改善 Skills 更新指示
431
+ - Marketplace:透過 Plugin Marketplace UI 更新的指引
432
+ - 使用者層級:`cd ~/.claude/skills/... && git pull`
433
+ - 專案層級:`cd .claude/skills/... && git pull`
434
+
435
+ ### 修復
436
+ - **CLI**:更新標準註冊表版本至 3.2.2
437
+ - 讓 `uds update` 能偵測現有專案的新版本
438
+
439
+ ## [3.2.2-beta.1] - 2026-01-05
440
+
441
+ ### 新增
442
+ - **Skills**:新增發布流程指南,提供完整的發布流程
443
+ - 新增 `skills/claude-code/release-standards/release-workflow.md` 包含逐步發布指示
444
+ - 涵蓋 beta、alpha、rc 和穩定版發布工作流程
445
+ - 包含 npm dist-tag 策略、疑難排解和 AI 助理指南
446
+ - 在 CLAUDE.md 中新增發布流程章節供 AI 助理參考
447
+ - **CLI**:為 AI 工具整合新增對話語言設定
448
+ - 所有 AI 工具整合檔案現在都包含對話語言指示
449
+ - 支援英文、繁體中文和雙語模式
450
+ - 為 Claude Code 使用者生成包含語言設定的 CLAUDE.md
451
+ - **CLI**:為 prompts 和 utils 模組新增完整測試
452
+ - 測試覆蓋率從 42.78% 提升至 72.7%
453
+ - 總測試數從 94 增加至 210
454
+
455
+ ### 修復
456
+ - **CLI**:僅在 Claude Code 是唯一選擇的 AI 工具時才詢問 Skills
457
+ - 修復選擇多個 AI 工具與 Skills 時可能導致其他工具遺漏完整標準的問題
458
+ - **CI/CD**:修復 npm 發布工作流程,正確標記 beta/alpha/rc 版本
459
+ - 在 `.github/workflows/publish.yml` 中新增自動版本偵測
460
+ - Beta 版本現在使用 `@beta` 標籤而非 `@latest`
461
+ - 使用者現在可以使用 `npm install -g universal-dev-standards@beta` 安裝 beta 版本
462
+
463
+ ### 變更
464
+ - **核心規範**:為 5 個核心標準新增業界參考標準
465
+ - `error-code-standards.md` v1.0.0 → v1.1.0: RFC 7807, RFC 9457, HTTP Status Codes
466
+ - `logging-standards.md` v1.0.0 → v1.1.0: OWASP Logging, RFC 5424, OpenTelemetry, 12 Factor App
467
+ - `code-review-checklist.md` v1.1.0 → v1.2.0: SWEBOK v4.0 Ch.10 (Software Quality)
468
+ - `checkin-standards.md` v1.2.5 → v1.3.0: SWEBOK v4.0 Ch.6 (Configuration Management)
469
+ - `spec-driven-development.md` v1.1.0 → v1.2.0: IEEE 830-1998, SWEBOK v4.0 Ch.1 (Requirements)
470
+ - **測試標準**:新增 SWEBOK v4.0 參考和新章節
471
+ - `testing-standards.md` v2.0.0 → v2.1.0: Testing Fundamentals, Test-Related Measures, Pairwise/Data Flow Testing
472
+ - **文件**:更新 MAINTENANCE.md 加入 npm dist-tag 策略
473
+ - 新增不同版本模式的 dist-tag 表格
474
+ - 新增手動修正標籤的指令說明
475
+
476
+ ## [3.2.1-beta.1] - 2026-01-02
477
+
478
+ ### 新增
479
+ - **CLI**:在 Skills 安裝流程中新增 Plugin Marketplace 支援
480
+ - 在 Skills 安裝提示中新增「Plugin Marketplace (推薦)」選項
481
+ - CLI 在 manifest 中追蹤透過 marketplace 安裝的 Skills,不嘗試本地安裝
482
+ - `uds check` 指令現在會顯示 marketplace 安裝狀態
483
+
484
+ ### 修復
485
+ - **CLI**:修復 standards registry 中通配符路徑處理導致 404 錯誤
486
+ - 將 `templates/requirement-*.md` 通配符替換為明確檔案路徑
487
+ - 為 requirement-checklist.md、requirement-template.md、requirement-document-template.md 新增明確條目
488
+ - **CLI**:修復 `uds init`、`uds configure` 和 `uds update` 指令執行後程式未退出的問題
489
+ - 新增明確的 `process.exit(0)` 以防止 inquirer readline interface 阻擋程式終止
490
+
491
+ ## [3.2.0] - 2026-01-02
492
+
493
+ ### 新增
494
+ - **Claude Code Plugin Marketplace 支援**:啟用透過 Plugin Marketplace 分發
495
+ - 新增 `.claude-plugin/plugin.json` - Plugin manifest 配置
496
+ - 新增 `.claude-plugin/marketplace.json` - Marketplace 分發配置
497
+ - 新增 `.claude-plugin/README.md` - Plugin 文檔和維護指南
498
+ - 更新 `skills/claude-code/README.md` 新增方法 1:Marketplace 安裝(推薦)
499
+
500
+ ### 優點
501
+ - 使用者可以用單一指令安裝所有 14 個技能:`/plugin install universal-dev-standards@universal-dev-standards`
502
+ - 新版本發布時自動更新
503
+ - 透過 Claude Code marketplace 提升可發現性
504
+ - 保持與腳本安裝的向後相容性(方法 2 和 3)
505
+
506
+ ### 變更
507
+ - 在 `CLAUDE.md` 新增 AI 助手對話語言要求(繁體中文)
508
+
509
+ ### 修復
510
+ - 修復 CLI 版本讀取,改用 `package.json` 而非硬編碼值
511
+
512
+ ## [3.1.0] - 2025-12-30
513
+
514
+ ### 新增
515
+ - **簡體中文 (zh-CN) 翻譯**:為簡體中文使用者提供完整本地化
516
+ - 新增 `locales/zh-CN/README.md` - 完整 README 翻譯
517
+ - 新增 `locales/zh-CN/CLAUDE.md` - 專案指南翻譯
518
+ - 新增 `locales/zh-CN/docs/WINDOWS-GUIDE.md` - Windows 指南翻譯
519
+ - 在所有 README 版本中新增語言切換連結(EN, zh-TW, zh-CN)
520
+
521
+ - **完整 Windows 支援**:為 Windows 使用者提供完整的跨平台相容性
522
+ - 新增 `.gitattributes` 確保跨平台換行符一致性
523
+ - 新增 `scripts/check-translation-sync.ps1` - 翻譯檢查器 PowerShell 版本
524
+ - 新增 `skills/claude-code/install.ps1` - Skills 安裝器 PowerShell 版本
525
+ - 新增 `scripts/setup-husky.js` - 跨平台 Husky 設定腳本
526
+ - 新增 `docs/WINDOWS-GUIDE.md` - 完整的 Windows 開發指南
527
+ - **5 個新 Claude Code 技能**:技能庫從 9 個擴充至 14 個
528
+ - `spec-driven-dev` - SDD 工作流程指引(觸發詞:spec, proposal, 提案)
529
+ - `test-coverage-assistant` - 7 維度測試完整性框架(觸發詞:test coverage, dimensions, 測試覆蓋)
530
+ - `changelog-guide` - 變更日誌撰寫標準(觸發詞:changelog, release notes, 變更日誌)
531
+ - `error-code-guide` - 錯誤碼設計模式(觸發詞:error code, 錯誤碼)
532
+ - `logging-guide` - 結構化日誌標準(觸發詞:logging, log level, 日誌)
533
+ - 新增**雙重性質標準**分類至 `STATIC-DYNAMIC-GUIDE.md` - 同時具有靜態和動態元件的標準
534
+ - 新增**動態 vs 靜態分類**章節至 `MAINTENANCE.md` - 標準分類指南
535
+ - 將 `checkin-standards` 核心規則加入 `CLAUDE.md` 作為靜態標準
536
+ - 新增 5 個新技能的完整繁體中文翻譯(共 10 個檔案)
537
+
538
+ ### 變更
539
+ - 更新 `cli/package.json` 的 prepare 腳本使用跨平台 `setup-husky.js`
540
+ - 更新 `README.md`、`cli/README.md`、`CLAUDE.md` 添加 Windows 安裝說明
541
+ - 更新 `STATIC-DYNAMIC-GUIDE.md` 至 v1.1.0 - 引入雙重性質標準概念,更新至 14 個技能
542
+ - 更新 `MAINTENANCE.md` - 新增 `STATIC-DYNAMIC-GUIDE.md` 交叉引用,擴展 Workflow 4 分類檢查清單
543
+ - 更新 `MAINTENANCE.md` 技能表格從 9 個擴充至 14 個(35 個技能檔案 + 10 個共用/README = 45 個檔案)
544
+ - 同步 `MAINTENANCE.md` 和 `STATIC-DYNAMIC-GUIDE.md` 的繁體中文翻譯
545
+
546
+ ## [3.0.0] - 2025-12-30
547
+
548
+ ### 新增
549
+ - **AI 優化標準架構**:新增 `.ai.yaml` 雙格式支援
550
+ - 新增 `ai/standards/` 目錄,包含 15 個 AI 優化標準檔案
551
+ - 新增 `ai/options/` 目錄,包含語言特定和工作流程選項
552
+ - 新增 `MAINTENANCE.md` - 專案維護指南與檔案結構概覽
553
+ - 新增 `ai/MAINTENANCE.md` - AI 標準維護工作流程指南
554
+ - 新增 `STANDARDS-MAPPING.md` - 標準與技能對應矩陣
555
+ - 新增 6 個 AI 優化標準:
556
+ - `anti-hallucination.ai.yaml` - AI 協作標準
557
+ - `checkin-standards.ai.yaml` - 程式碼簽入標準
558
+ - `documentation-writing-standards.ai.yaml` - 文件撰寫指南
559
+ - `spec-driven-development.ai.yaml` - SDD 工作流程
560
+ - `test-completeness-dimensions.ai.yaml` - 7 維度測試框架
561
+ - `versioning.ai.yaml` - 語義化版本標準
562
+ - 新增所有新標準和技能的完整繁體中文翻譯(共 78 個檔案)
563
+
564
+ ### 變更
565
+ - 統一核心標準的版本格式為 `**Version**: x.x.x`
566
+ - 為所有 zh-TW 翻譯的 YAML front matter 新增 `source` 欄位以追蹤同步
567
+ - 更新翻譯同步腳本,改進驗證功能
568
+
569
+ ### 修正
570
+ - 修正 `core/error-code-standards.md` 和 `core/logging-standards.md` 的版本格式不一致
571
+ - 修正 zh-TW 技能翻譯中的來源路徑
572
+
573
+ ## [2.3.0] - 2025-12-25
574
+
575
+ ### 新增
576
+ - **多語言支援**:新增 `locales/` 目錄結構用於國際化
577
+ - 新增所有文件的繁體中文 (zh-TW) 翻譯(44 個檔案)
578
+ - `locales/zh-TW/core/` - 13 個核心規範翻譯
579
+ - `locales/zh-TW/skills/claude-code/` - 25 個 skill 檔案翻譯
580
+ - `locales/zh-TW/adoption/` - 5 個採用指南翻譯
581
+ - `locales/zh-TW/README.md` - 完整的中文 README
582
+ - 為所有英文文件新增語言切換器
583
+ - 新增 `scripts/check-translation-sync.sh` - 翻譯同步檢查腳本
584
+ - 為 Skills 文件新增靜態與動態規範分類說明
585
+ - 新增 `templates/CLAUDE.md.template` - 靜態規範整合範本
586
+ - 新增 `adoption/STATIC-DYNAMIC-GUIDE.md` - 詳細分類指南
587
+
588
+ ### 變更
589
+ - 將雙語內容分離到專用語言檔案(AI 工具減少約 50% token 消耗)
590
+ - 英文版本現在僅包含英文內容並帶有語言切換器
591
+ - 更新 `skills/claude-code/README.md` - 新增靜態與動態區塊及觸發關鍵字
592
+
593
+ ## [2.2.0] - 2025-12-24
594
+
595
+ ### 新增
596
+ - 為所有 Skills 文件新增標準區段(23 個檔案)
597
+ - 8 個 SKILL.md 檔案:新增目的、相關標準、版本歷史、授權區段
598
+ - 15 個支援文件:新增雙語標題、metadata 及標準區段
599
+
600
+ ### 變更
601
+ - 統一 Skills 文件格式與 Core 標準
602
+ - 新增 Skills 與 Core 文件之間的交叉引用
603
+
604
+ ## [2.1.0] - 2025-12-24
605
+
606
+ ### 新增
607
+ - **整合 Skills**:將 `universal-dev-skills` 合併至 `skills/` 目錄
608
+ - 新增 `skills/claude-code/` - 所有 Claude Code Skills 現已包含在主儲存庫中
609
+ - 新增 `skills/_shared/` - 用於多 AI 工具支援的共享模板
610
+ - 為未來 AI 工具新增佔位目錄:`skills/cursor/`、`skills/windsurf/`、`skills/cline/`、`skills/copilot/`
611
+
612
+ ### 變更
613
+ - CLI 現在從本地 `skills/claude-code/` 安裝技能,而非從遠端儲存庫獲取
614
+ - 更新 `standards-registry.json` 以反映整合的 skills 架構
615
+
616
+ ### 遷移指南
617
+ - 如果您之前單獨使用 `universal-dev-skills`,現在可以使用本儲存庫中包含的 skills
618
+ - 執行 `cd skills/claude-code && ./install.sh` 從整合位置重新安裝 skills
619
+
620
+ ## [2.0.0] - 2025-12-24
621
+
622
+ ### 變更
623
+
624
+ **破壞性變更**:專案從 `universal-doc-standards` 更名為 `universal-dev-standards`
625
+
626
+ 這反映了專案擴展的範圍,涵蓋所有開發標準,而不僅僅是文件。
627
+
628
+ #### 遷移指南
629
+
630
+ - 從新的儲存庫重新 clone:`git clone https://github.com/AsiaOstrich/universal-dev-standards.git`
631
+ - 如果使用全域安裝,請在 CLI 目錄重新執行 `npm link`
632
+ - 使用 `npx universal-dev-standards` 取代 `npx universal-doc-standards`
633
+ - `uds` 命令保持不變
634
+
635
+ ### 新增
636
+ - 新增 `extensions/languages/php-style.md` - 基於 PSR-12 的 PHP 8.1+ 編碼風格指南
637
+ - 新增 `extensions/frameworks/fat-free-patterns.md` - Fat-Free Framework v3.8+ 開發模式
638
+
639
+ ## [1.3.1] - 2025-12-19
640
+
641
+ ### 新增
642
+ - 新增 Mock 限制章節至 `testing-standards.md` - Mock 需要整合測試的指南
643
+ - 新增測試資料管理模式至 `testing-standards.md` - 識別碼區分與複合鍵指南
644
+ - 新增「何時需要整合測試」表格至 `testing-standards.md` - 6 種必須整合測試的情境
645
+
646
+ ## [1.3.0] - 2025-12-16
647
+
648
+ ### 新增
649
+ - 新增 `changelog-standards.md` - 完整的變更日誌撰寫指南
650
+ - 新增決策樹和選擇矩陣至 `git-workflow.md`,協助工作流程策略選擇
651
+ - 新增語言選擇指南至 `commit-message-guide.md`,協助選擇提交訊息語言
652
+
653
+ ### 變更
654
+ - 更新 `versioning.md` - 新增交叉引用至 changelog-standards.md
655
+ - 更新 `git-workflow.md` - 在發布準備中新增 CHANGELOG 更新指南
656
+ - 更新 `zh-tw.md` - 新增術語:變更日誌、發布說明、破壞性變更、棄用、語義化版本
657
+ - 更新 `changelog-standards.md` - 與 versioning.md 統一排除規則,新增交叉引用
658
+ - 更新 `checkin-standards.md` - 釐清 CHANGELOG 更新僅適用於使用者可感知的變更
659
+ - 更新 `code-review-checklist.md` - 與 changelog-standards.md 統一 CHANGELOG 區段
660
+
661
+ ### 修正
662
+ - 修正 `commit-message-guide.md` 和 `documentation-writing-standards.md` 標頭格式不一致問題
663
+ - 統一交叉引用使用 markdown 連結格式而非反引號
664
+
665
+ ## [1.2.0] - 2025-12-11
666
+
667
+ ### 新增
668
+ - 新增 `project-structure.md` - 專案目錄結構規範
669
+ - 在 `documentation-structure.md` 新增實體 DFD 層
670
+
671
+ ### 變更
672
+ - 更新 `documentation-structure.md` - 釐清流程/圖表分離,改進檔案命名規範
673
+ - 更新 `checkin-standards.md` - 新增目錄衛生指南
674
+ - 改進通用性,將專案特定範例替換為通用佔位符
675
+
676
+ ## [1.1.0] - 2025-12-05
677
+
678
+ ### 新增
679
+ - 新增 `testing-standards.md` - 完整測試金字塔標準(單元/整合/系統/端對端測試)
680
+ - 新增 `documentation-writing-standards.md` - 文件內容需求標準
681
+
682
+ ### 變更
683
+ - 更新 `anti-hallucination.md` - 強化出處標示指南
684
+ - 更新 `zh-tw.md` - 與 commit-message-guide.md v1.2.0 同步
685
+
686
+ ## [1.0.0] - 2025-11-12
687
+
688
+ ### 新增
689
+ - 初始發布,包含核心標準
690
+ - 核心標準:反幻覺、簽入標準、提交訊息指南、Git 工作流程、程式碼審查檢查清單、版本標準、文件結構
691
+ - 擴充:C# 風格指南、繁體中文本地化
692
+ - 範本:需求文件範本
693
+ - 整合:OpenSpec 框架
694
+
695
+ [Unreleased]: https://github.com/AsiaOstrich/universal-dev-standards/compare/v3.4.0...HEAD
696
+ [3.4.0]: https://github.com/AsiaOstrich/universal-dev-standards/compare/v3.3.0...v3.4.0
697
+ [3.3.0]: https://github.com/AsiaOstrich/universal-dev-standards/compare/v3.0.0...v3.3.0
698
+ [3.0.0]: https://github.com/AsiaOstrich/universal-dev-standards/compare/v2.3.0...v3.0.0
699
+ [2.3.0]: https://github.com/AsiaOstrich/universal-dev-standards/compare/v2.2.0...v2.3.0
700
+ [2.2.0]: https://github.com/AsiaOstrich/universal-dev-standards/compare/v2.1.0...v2.2.0
701
+ [2.1.0]: https://github.com/AsiaOstrich/universal-dev-standards/compare/v2.0.0...v2.1.0
702
+ [2.0.0]: https://github.com/AsiaOstrich/universal-dev-standards/compare/v1.3.1...v2.0.0
703
+ [1.3.1]: https://github.com/AsiaOstrich/universal-dev-standards/compare/v1.3.0...v1.3.1
704
+ [1.3.0]: https://github.com/AsiaOstrich/universal-dev-standards/compare/v1.2.0...v1.3.0
705
+ [1.2.0]: https://github.com/AsiaOstrich/universal-dev-standards/compare/v1.1.0...v1.2.0
706
+ [1.1.0]: https://github.com/AsiaOstrich/universal-dev-standards/compare/v1.0.0...v1.1.0
707
+ [1.0.0]: https://github.com/AsiaOstrich/universal-dev-standards/releases/tag/v1.0.0