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.
- package/bin/uds.js +2 -0
- package/bundled/core/ai-instruction-standards.md +205 -0
- package/bundled/core/anti-hallucination.md +684 -0
- package/bundled/core/changelog-standards.md +556 -0
- package/bundled/core/checkin-standards.md +935 -0
- package/bundled/core/code-review-checklist.md +684 -0
- package/bundled/core/commit-message-guide.md +915 -0
- package/bundled/core/documentation-structure.md +1117 -0
- package/bundled/core/documentation-writing-standards.md +487 -0
- package/bundled/core/error-code-standards.md +382 -0
- package/bundled/core/git-workflow.md +859 -0
- package/bundled/core/logging-standards.md +323 -0
- package/bundled/core/project-structure.md +354 -0
- package/bundled/core/refactoring-standards.md +636 -0
- package/bundled/core/spec-driven-development.md +207 -0
- package/bundled/core/test-completeness-dimensions.md +536 -0
- package/bundled/core/test-driven-development.md +995 -0
- package/bundled/core/testing-standards.md +3061 -0
- package/bundled/core/versioning.md +902 -0
- package/bundled/locales/README.md +88 -0
- package/bundled/locales/zh-CN/CHANGELOG.md +705 -0
- package/bundled/locales/zh-CN/CLAUDE.md +213 -0
- package/bundled/locales/zh-CN/MAINTENANCE.md +689 -0
- package/bundled/locales/zh-CN/README.md +707 -0
- package/bundled/locales/zh-CN/STANDARDS-MAPPING.md +177 -0
- package/bundled/locales/zh-CN/adoption/ADOPTION-GUIDE.md +392 -0
- package/bundled/locales/zh-CN/adoption/STATIC-DYNAMIC-GUIDE.md +302 -0
- package/bundled/locales/zh-CN/adoption/checklists/enterprise.md +332 -0
- package/bundled/locales/zh-CN/adoption/checklists/minimal.md +141 -0
- package/bundled/locales/zh-CN/adoption/checklists/recommended.md +272 -0
- package/bundled/locales/zh-CN/ai/MAINTENANCE.md +739 -0
- package/bundled/locales/zh-CN/ai/options/changelog/auto-generated.ai.yaml +76 -0
- package/bundled/locales/zh-CN/ai/options/changelog/keep-a-changelog.ai.yaml +99 -0
- package/bundled/locales/zh-CN/ai/options/code-review/automated-review.ai.yaml +120 -0
- package/bundled/locales/zh-CN/ai/options/code-review/pair-programming.ai.yaml +109 -0
- package/bundled/locales/zh-CN/ai/options/code-review/pr-review.ai.yaml +104 -0
- package/bundled/locales/zh-CN/ai/options/commit-message/bilingual.ai.yaml +105 -0
- package/bundled/locales/zh-CN/ai/options/commit-message/english.ai.yaml +79 -0
- package/bundled/locales/zh-CN/ai/options/commit-message/traditional-chinese.ai.yaml +100 -0
- package/bundled/locales/zh-CN/ai/options/documentation/api-docs.ai.yaml +140 -0
- package/bundled/locales/zh-CN/ai/options/documentation/markdown-docs.ai.yaml +89 -0
- package/bundled/locales/zh-CN/ai/options/documentation/wiki-style.ai.yaml +119 -0
- package/bundled/locales/zh-CN/ai/options/git-workflow/gitflow.ai.yaml +133 -0
- package/bundled/locales/zh-CN/ai/options/git-workflow/github-flow.ai.yaml +73 -0
- package/bundled/locales/zh-CN/ai/options/git-workflow/merge-commit.ai.yaml +88 -0
- package/bundled/locales/zh-CN/ai/options/git-workflow/rebase-ff.ai.yaml +113 -0
- package/bundled/locales/zh-CN/ai/options/git-workflow/squash-merge.ai.yaml +85 -0
- package/bundled/locales/zh-CN/ai/options/git-workflow/trunk-based.ai.yaml +117 -0
- package/bundled/locales/zh-CN/ai/options/project-structure/dotnet.ai.yaml +108 -0
- package/bundled/locales/zh-CN/ai/options/project-structure/go.ai.yaml +115 -0
- package/bundled/locales/zh-CN/ai/options/project-structure/java.ai.yaml +113 -0
- package/bundled/locales/zh-CN/ai/options/project-structure/kotlin.ai.yaml +123 -0
- package/bundled/locales/zh-CN/ai/options/project-structure/nodejs.ai.yaml +101 -0
- package/bundled/locales/zh-CN/ai/options/project-structure/php.ai.yaml +147 -0
- package/bundled/locales/zh-CN/ai/options/project-structure/python.ai.yaml +116 -0
- package/bundled/locales/zh-CN/ai/options/project-structure/ruby.ai.yaml +140 -0
- package/bundled/locales/zh-CN/ai/options/project-structure/rust.ai.yaml +117 -0
- package/bundled/locales/zh-CN/ai/options/project-structure/swift.ai.yaml +143 -0
- package/bundled/locales/zh-CN/ai/options/testing/contract-testing.ai.yaml +254 -0
- package/bundled/locales/zh-CN/ai/options/testing/e2e-testing.ai.yaml +116 -0
- package/bundled/locales/zh-CN/ai/options/testing/industry-pyramid.ai.yaml +144 -0
- package/bundled/locales/zh-CN/ai/options/testing/integration-testing.ai.yaml +90 -0
- package/bundled/locales/zh-CN/ai/options/testing/istqb-framework.ai.yaml +108 -0
- package/bundled/locales/zh-CN/ai/options/testing/performance-testing.ai.yaml +272 -0
- package/bundled/locales/zh-CN/ai/options/testing/security-testing.ai.yaml +160 -0
- package/bundled/locales/zh-CN/ai/options/testing/system-testing.ai.yaml +101 -0
- package/bundled/locales/zh-CN/ai/options/testing/unit-testing.ai.yaml +82 -0
- package/bundled/locales/zh-CN/ai/standards/anti-hallucination.ai.yaml +145 -0
- package/bundled/locales/zh-CN/ai/standards/changelog.ai.yaml +146 -0
- package/bundled/locales/zh-CN/ai/standards/checkin-standards.ai.yaml +170 -0
- package/bundled/locales/zh-CN/ai/standards/code-review.ai.yaml +148 -0
- package/bundled/locales/zh-CN/ai/standards/commit-message.ai.yaml +175 -0
- package/bundled/locales/zh-CN/ai/standards/documentation-structure.ai.yaml +124 -0
- package/bundled/locales/zh-CN/ai/standards/documentation-writing-standards.ai.yaml +190 -0
- package/bundled/locales/zh-CN/ai/standards/error-codes.ai.yaml +139 -0
- package/bundled/locales/zh-CN/ai/standards/git-workflow.ai.yaml +95 -0
- package/bundled/locales/zh-CN/ai/standards/logging.ai.yaml +128 -0
- package/bundled/locales/zh-CN/ai/standards/project-structure.ai.yaml +134 -0
- package/bundled/locales/zh-CN/ai/standards/spec-driven-development.ai.yaml +169 -0
- package/bundled/locales/zh-CN/ai/standards/test-completeness-dimensions.ai.yaml +220 -0
- package/bundled/locales/zh-CN/ai/standards/testing.ai.yaml +137 -0
- package/bundled/locales/zh-CN/ai/standards/versioning.ai.yaml +211 -0
- package/bundled/locales/zh-CN/core/ai-instruction-standards.md +213 -0
- package/bundled/locales/zh-CN/core/anti-hallucination.md +691 -0
- package/bundled/locales/zh-CN/core/changelog-standards.md +147 -0
- package/bundled/locales/zh-CN/core/checkin-standards.md +943 -0
- package/bundled/locales/zh-CN/core/code-review-guide.md +693 -0
- package/bundled/locales/zh-CN/core/commit-message-guide.md +129 -0
- package/bundled/locales/zh-CN/core/documentation-structure.md +173 -0
- package/bundled/locales/zh-CN/core/documentation-writing-standards.md +495 -0
- package/bundled/locales/zh-CN/core/error-code-standards.md +180 -0
- package/bundled/locales/zh-CN/core/git-workflow.md +193 -0
- package/bundled/locales/zh-CN/core/logging-standards.md +174 -0
- package/bundled/locales/zh-CN/core/project-structure.md +184 -0
- package/bundled/locales/zh-CN/core/refactoring-standards.md +642 -0
- package/bundled/locales/zh-CN/core/spec-driven-development.md +215 -0
- package/bundled/locales/zh-CN/core/test-completeness-dimensions.md +544 -0
- package/bundled/locales/zh-CN/core/test-driven-development.md +1002 -0
- package/bundled/locales/zh-CN/core/testing-standards.md +170 -0
- package/bundled/locales/zh-CN/core/versioning.md +177 -0
- package/bundled/locales/zh-CN/docs/AI-AGENT-ROADMAP.md +303 -0
- package/bundled/locales/zh-CN/docs/CLI-INIT-OPTIONS.md +990 -0
- package/bundled/locales/zh-CN/docs/OPERATION-WORKFLOW.md +1064 -0
- package/bundled/locales/zh-CN/docs/USAGE-MODES-COMPARISON.md +333 -0
- package/bundled/locales/zh-CN/docs/WINDOWS-GUIDE.md +215 -0
- package/bundled/locales/zh-CN/integrations/codex/AGENTS.md +115 -0
- package/bundled/locales/zh-CN/integrations/codex/README.md +67 -0
- package/bundled/locales/zh-CN/integrations/gemini-cli/GEMINI.md +102 -0
- package/bundled/locales/zh-CN/integrations/gemini-cli/README.md +140 -0
- package/bundled/locales/zh-CN/integrations/github-copilot/COPILOT-CHAT-REFERENCE.md +269 -0
- package/bundled/locales/zh-CN/integrations/github-copilot/README.md +167 -0
- package/bundled/locales/zh-CN/integrations/github-copilot/copilot-instructions.md +263 -0
- package/bundled/locales/zh-CN/integrations/github-copilot/skills-mapping.md +192 -0
- package/bundled/locales/zh-CN/integrations/google-antigravity/INSTRUCTIONS.md +61 -0
- package/bundled/locales/zh-CN/integrations/google-antigravity/README.md +84 -0
- package/bundled/locales/zh-CN/integrations/opencode/AGENTS.md +111 -0
- package/bundled/locales/zh-CN/integrations/opencode/README.md +176 -0
- package/bundled/locales/zh-CN/integrations/opencode/skills-mapping.md +396 -0
- package/bundled/locales/zh-CN/integrations/openspec/AGENTS.md +301 -0
- package/bundled/locales/zh-CN/integrations/openspec/README.md +43 -0
- package/bundled/locales/zh-CN/integrations/spec-kit/AGENTS.md +184 -0
- package/bundled/locales/zh-CN/integrations/spec-kit/README.md +43 -0
- package/bundled/locales/zh-CN/options/commit-message/bilingual.md +161 -0
- package/bundled/locales/zh-CN/options/commit-message/english.md +137 -0
- package/bundled/locales/zh-CN/options/commit-message/traditional-chinese.md +162 -0
- package/bundled/locales/zh-CN/options/git-workflow/gitflow.md +147 -0
- package/bundled/locales/zh-CN/options/git-workflow/github-flow.md +124 -0
- package/bundled/locales/zh-CN/options/git-workflow/merge-commit.md +124 -0
- package/bundled/locales/zh-CN/options/git-workflow/rebase-ff.md +160 -0
- package/bundled/locales/zh-CN/options/git-workflow/squash-merge.md +117 -0
- package/bundled/locales/zh-CN/options/git-workflow/trunk-based.md +125 -0
- package/bundled/locales/zh-CN/options/project-structure/dotnet.md +183 -0
- package/bundled/locales/zh-CN/options/project-structure/go.md +226 -0
- package/bundled/locales/zh-CN/options/project-structure/java.md +213 -0
- package/bundled/locales/zh-CN/options/project-structure/nodejs.md +185 -0
- package/bundled/locales/zh-CN/options/project-structure/python.md +229 -0
- package/bundled/locales/zh-CN/options/testing/e2e-testing.md +207 -0
- package/bundled/locales/zh-CN/options/testing/integration-testing.md +230 -0
- package/bundled/locales/zh-CN/options/testing/system-testing.md +183 -0
- package/bundled/locales/zh-CN/options/testing/unit-testing.md +165 -0
- package/bundled/locales/zh-CN/skills/INTEGRATION-GUIDE.md +218 -0
- package/bundled/locales/zh-CN/skills/README.md +134 -0
- package/bundled/locales/zh-CN/skills/_shared/README.md +68 -0
- package/bundled/locales/zh-CN/skills/claude-code/CONTRIBUTING.template.md +151 -0
- package/bundled/locales/zh-CN/skills/claude-code/README.md +174 -0
- package/bundled/locales/zh-CN/skills/claude-code/ai-collaboration-standards/SKILL.md +175 -0
- package/bundled/locales/zh-CN/skills/claude-code/ai-collaboration-standards/anti-hallucination.md +223 -0
- package/bundled/locales/zh-CN/skills/claude-code/ai-collaboration-standards/certainty-labels.md +132 -0
- package/bundled/locales/zh-CN/skills/claude-code/changelog-guide/SKILL.md +237 -0
- package/bundled/locales/zh-CN/skills/claude-code/checkin-assistant/SKILL.md +407 -0
- package/bundled/locales/zh-CN/skills/claude-code/code-review-assistant/SKILL.md +154 -0
- package/bundled/locales/zh-CN/skills/claude-code/code-review-assistant/checkin-checklist.md +257 -0
- package/bundled/locales/zh-CN/skills/claude-code/code-review-assistant/review-checklist.md +246 -0
- package/bundled/locales/zh-CN/skills/claude-code/commands/bdd.md +142 -0
- package/bundled/locales/zh-CN/skills/claude-code/commands/methodology.md +274 -0
- package/bundled/locales/zh-CN/skills/claude-code/commit-standards/SKILL.md +191 -0
- package/bundled/locales/zh-CN/skills/claude-code/commit-standards/conventional-commits.md +264 -0
- package/bundled/locales/zh-CN/skills/claude-code/commit-standards/language-options.md +172 -0
- package/bundled/locales/zh-CN/skills/claude-code/documentation-guide/SKILL.md +421 -0
- package/bundled/locales/zh-CN/skills/claude-code/documentation-guide/documentation-structure.md +357 -0
- package/bundled/locales/zh-CN/skills/claude-code/documentation-guide/readme-template.md +412 -0
- package/bundled/locales/zh-CN/skills/claude-code/error-code-guide/SKILL.md +269 -0
- package/bundled/locales/zh-CN/skills/claude-code/git-workflow-guide/SKILL.md +218 -0
- package/bundled/locales/zh-CN/skills/claude-code/git-workflow-guide/branch-naming.md +220 -0
- package/bundled/locales/zh-CN/skills/claude-code/git-workflow-guide/git-workflow.md +321 -0
- package/bundled/locales/zh-CN/skills/claude-code/logging-guide/SKILL.md +285 -0
- package/bundled/locales/zh-CN/skills/claude-code/methodology-system/SKILL.md +131 -0
- package/bundled/locales/zh-CN/skills/claude-code/methodology-system/create-methodology.md +350 -0
- package/bundled/locales/zh-CN/skills/claude-code/methodology-system/runtime.md +279 -0
- package/bundled/locales/zh-CN/skills/claude-code/project-structure-guide/SKILL.md +143 -0
- package/bundled/locales/zh-CN/skills/claude-code/project-structure-guide/language-patterns.md +271 -0
- package/bundled/locales/zh-CN/skills/claude-code/refactoring-assistant/SKILL.md +162 -0
- package/bundled/locales/zh-CN/skills/claude-code/release-standards/SKILL.md +191 -0
- package/bundled/locales/zh-CN/skills/claude-code/release-standards/changelog-format.md +247 -0
- package/bundled/locales/zh-CN/skills/claude-code/release-standards/release-workflow.md +345 -0
- package/bundled/locales/zh-CN/skills/claude-code/release-standards/semantic-versioning.md +250 -0
- package/bundled/locales/zh-CN/skills/claude-code/requirement-assistant/SKILL.md +227 -0
- package/bundled/locales/zh-CN/skills/claude-code/requirement-assistant/requirement-checklist.md +325 -0
- package/bundled/locales/zh-CN/skills/claude-code/requirement-assistant/requirement-writing.md +399 -0
- package/bundled/locales/zh-CN/skills/claude-code/spec-driven-dev/SKILL.md +243 -0
- package/bundled/locales/zh-CN/skills/claude-code/tdd-assistant/SKILL.md +332 -0
- package/bundled/locales/zh-CN/skills/claude-code/tdd-assistant/language-examples.md +639 -0
- package/bundled/locales/zh-CN/skills/claude-code/tdd-assistant/tdd-workflow.md +486 -0
- package/bundled/locales/zh-CN/skills/claude-code/test-coverage-assistant/SKILL.md +282 -0
- package/bundled/locales/zh-CN/skills/claude-code/testing-guide/SKILL.md +234 -0
- package/bundled/locales/zh-CN/skills/claude-code/testing-guide/testing-pyramid.md +448 -0
- package/bundled/locales/zh-CN/skills/cline/README.md +58 -0
- package/bundled/locales/zh-CN/skills/copilot/README.md +61 -0
- package/bundled/locales/zh-CN/skills/copilot/copilot-instructions.md +79 -0
- package/bundled/locales/zh-CN/skills/cursor/README.md +58 -0
- package/bundled/locales/zh-CN/skills/windsurf/README.md +59 -0
- package/bundled/locales/zh-TW/CHANGELOG.md +707 -0
- package/bundled/locales/zh-TW/CLAUDE.md +213 -0
- package/bundled/locales/zh-TW/MAINTENANCE.md +683 -0
- package/bundled/locales/zh-TW/README.md +687 -0
- package/bundled/locales/zh-TW/STANDARDS-MAPPING.md +177 -0
- package/bundled/locales/zh-TW/adoption/ADOPTION-GUIDE.md +392 -0
- package/bundled/locales/zh-TW/adoption/STATIC-DYNAMIC-GUIDE.md +299 -0
- package/bundled/locales/zh-TW/adoption/checklists/enterprise.md +332 -0
- package/bundled/locales/zh-TW/adoption/checklists/minimal.md +141 -0
- package/bundled/locales/zh-TW/adoption/checklists/recommended.md +272 -0
- package/bundled/locales/zh-TW/ai/MAINTENANCE.md +754 -0
- package/bundled/locales/zh-TW/ai/options/changelog/auto-generated.ai.yaml +76 -0
- package/bundled/locales/zh-TW/ai/options/changelog/keep-a-changelog.ai.yaml +99 -0
- package/bundled/locales/zh-TW/ai/options/code-review/automated-review.ai.yaml +120 -0
- package/bundled/locales/zh-TW/ai/options/code-review/pair-programming.ai.yaml +109 -0
- package/bundled/locales/zh-TW/ai/options/code-review/pr-review.ai.yaml +104 -0
- package/bundled/locales/zh-TW/ai/options/commit-message/bilingual.ai.yaml +105 -0
- package/bundled/locales/zh-TW/ai/options/commit-message/english.ai.yaml +79 -0
- package/bundled/locales/zh-TW/ai/options/commit-message/traditional-chinese.ai.yaml +100 -0
- package/bundled/locales/zh-TW/ai/options/documentation/api-docs.ai.yaml +140 -0
- package/bundled/locales/zh-TW/ai/options/documentation/markdown-docs.ai.yaml +89 -0
- package/bundled/locales/zh-TW/ai/options/documentation/wiki-style.ai.yaml +119 -0
- package/bundled/locales/zh-TW/ai/options/git-workflow/gitflow.ai.yaml +133 -0
- package/bundled/locales/zh-TW/ai/options/git-workflow/github-flow.ai.yaml +73 -0
- package/bundled/locales/zh-TW/ai/options/git-workflow/merge-commit.ai.yaml +88 -0
- package/bundled/locales/zh-TW/ai/options/git-workflow/rebase-ff.ai.yaml +113 -0
- package/bundled/locales/zh-TW/ai/options/git-workflow/squash-merge.ai.yaml +85 -0
- package/bundled/locales/zh-TW/ai/options/git-workflow/trunk-based.ai.yaml +117 -0
- package/bundled/locales/zh-TW/ai/options/project-structure/dotnet.ai.yaml +108 -0
- package/bundled/locales/zh-TW/ai/options/project-structure/go.ai.yaml +115 -0
- package/bundled/locales/zh-TW/ai/options/project-structure/java.ai.yaml +113 -0
- package/bundled/locales/zh-TW/ai/options/project-structure/kotlin.ai.yaml +123 -0
- package/bundled/locales/zh-TW/ai/options/project-structure/nodejs.ai.yaml +101 -0
- package/bundled/locales/zh-TW/ai/options/project-structure/php.ai.yaml +147 -0
- package/bundled/locales/zh-TW/ai/options/project-structure/python.ai.yaml +116 -0
- package/bundled/locales/zh-TW/ai/options/project-structure/ruby.ai.yaml +140 -0
- package/bundled/locales/zh-TW/ai/options/project-structure/rust.ai.yaml +117 -0
- package/bundled/locales/zh-TW/ai/options/project-structure/swift.ai.yaml +143 -0
- package/bundled/locales/zh-TW/ai/options/testing/contract-testing.ai.yaml +254 -0
- package/bundled/locales/zh-TW/ai/options/testing/e2e-testing.ai.yaml +116 -0
- package/bundled/locales/zh-TW/ai/options/testing/industry-pyramid.ai.yaml +144 -0
- package/bundled/locales/zh-TW/ai/options/testing/integration-testing.ai.yaml +90 -0
- package/bundled/locales/zh-TW/ai/options/testing/istqb-framework.ai.yaml +108 -0
- package/bundled/locales/zh-TW/ai/options/testing/performance-testing.ai.yaml +272 -0
- package/bundled/locales/zh-TW/ai/options/testing/security-testing.ai.yaml +160 -0
- package/bundled/locales/zh-TW/ai/options/testing/system-testing.ai.yaml +101 -0
- package/bundled/locales/zh-TW/ai/options/testing/unit-testing.ai.yaml +82 -0
- package/bundled/locales/zh-TW/ai/standards/anti-hallucination.ai.yaml +145 -0
- package/bundled/locales/zh-TW/ai/standards/changelog.ai.yaml +146 -0
- package/bundled/locales/zh-TW/ai/standards/checkin-standards.ai.yaml +170 -0
- package/bundled/locales/zh-TW/ai/standards/code-review.ai.yaml +148 -0
- package/bundled/locales/zh-TW/ai/standards/commit-message.ai.yaml +175 -0
- package/bundled/locales/zh-TW/ai/standards/documentation-structure.ai.yaml +124 -0
- package/bundled/locales/zh-TW/ai/standards/documentation-writing-standards.ai.yaml +190 -0
- package/bundled/locales/zh-TW/ai/standards/error-codes.ai.yaml +139 -0
- package/bundled/locales/zh-TW/ai/standards/git-workflow.ai.yaml +95 -0
- package/bundled/locales/zh-TW/ai/standards/logging.ai.yaml +128 -0
- package/bundled/locales/zh-TW/ai/standards/project-structure.ai.yaml +134 -0
- package/bundled/locales/zh-TW/ai/standards/spec-driven-development.ai.yaml +169 -0
- package/bundled/locales/zh-TW/ai/standards/test-completeness-dimensions.ai.yaml +220 -0
- package/bundled/locales/zh-TW/ai/standards/testing.ai.yaml +137 -0
- package/bundled/locales/zh-TW/ai/standards/versioning.ai.yaml +211 -0
- package/bundled/locales/zh-TW/core/ai-instruction-standards.md +213 -0
- package/bundled/locales/zh-TW/core/anti-hallucination.md +691 -0
- package/bundled/locales/zh-TW/core/changelog-standards.md +564 -0
- package/bundled/locales/zh-TW/core/checkin-standards.md +943 -0
- package/bundled/locales/zh-TW/core/code-review-checklist.md +693 -0
- package/bundled/locales/zh-TW/core/commit-message-guide.md +809 -0
- package/bundled/locales/zh-TW/core/documentation-structure.md +1125 -0
- package/bundled/locales/zh-TW/core/documentation-writing-standards.md +495 -0
- package/bundled/locales/zh-TW/core/error-code-standards.md +384 -0
- package/bundled/locales/zh-TW/core/git-workflow.md +860 -0
- package/bundled/locales/zh-TW/core/logging-standards.md +325 -0
- package/bundled/locales/zh-TW/core/project-structure.md +362 -0
- package/bundled/locales/zh-TW/core/refactoring-standards.md +642 -0
- package/bundled/locales/zh-TW/core/spec-driven-development.md +215 -0
- package/bundled/locales/zh-TW/core/test-completeness-dimensions.md +544 -0
- package/bundled/locales/zh-TW/core/test-driven-development.md +1004 -0
- package/bundled/locales/zh-TW/core/testing-standards.md +2158 -0
- package/bundled/locales/zh-TW/core/versioning.md +909 -0
- package/bundled/locales/zh-TW/docs/AI-AGENT-ROADMAP.md +303 -0
- package/bundled/locales/zh-TW/docs/CLI-INIT-OPTIONS.md +990 -0
- package/bundled/locales/zh-TW/docs/OPERATION-WORKFLOW.md +1064 -0
- package/bundled/locales/zh-TW/docs/USAGE-MODES-COMPARISON.md +333 -0
- package/bundled/locales/zh-TW/docs/WINDOWS-GUIDE.md +215 -0
- package/bundled/locales/zh-TW/integrations/codex/AGENTS.md +115 -0
- package/bundled/locales/zh-TW/integrations/codex/README.md +113 -0
- package/bundled/locales/zh-TW/integrations/gemini-cli/GEMINI.md +102 -0
- package/bundled/locales/zh-TW/integrations/gemini-cli/README.md +140 -0
- package/bundled/locales/zh-TW/integrations/github-copilot/COPILOT-CHAT-REFERENCE.md +269 -0
- package/bundled/locales/zh-TW/integrations/github-copilot/README.md +167 -0
- package/bundled/locales/zh-TW/integrations/github-copilot/copilot-instructions.md +263 -0
- package/bundled/locales/zh-TW/integrations/github-copilot/skills-mapping.md +192 -0
- package/bundled/locales/zh-TW/integrations/google-antigravity/INSTRUCTIONS.md +61 -0
- package/bundled/locales/zh-TW/integrations/google-antigravity/README.md +84 -0
- package/bundled/locales/zh-TW/integrations/opencode/AGENTS.md +111 -0
- package/bundled/locales/zh-TW/integrations/opencode/README.md +176 -0
- package/bundled/locales/zh-TW/integrations/opencode/skills-mapping.md +396 -0
- package/bundled/locales/zh-TW/integrations/openspec/AGENTS.md +301 -0
- package/bundled/locales/zh-TW/integrations/openspec/README.md +43 -0
- package/bundled/locales/zh-TW/integrations/spec-kit/AGENTS.md +184 -0
- package/bundled/locales/zh-TW/integrations/spec-kit/README.md +43 -0
- package/bundled/locales/zh-TW/options/commit-message/bilingual.md +161 -0
- package/bundled/locales/zh-TW/options/commit-message/english.md +137 -0
- package/bundled/locales/zh-TW/options/commit-message/traditional-chinese.md +162 -0
- package/bundled/locales/zh-TW/options/git-workflow/gitflow.md +147 -0
- package/bundled/locales/zh-TW/options/git-workflow/github-flow.md +124 -0
- package/bundled/locales/zh-TW/options/git-workflow/merge-commit.md +124 -0
- package/bundled/locales/zh-TW/options/git-workflow/rebase-ff.md +160 -0
- package/bundled/locales/zh-TW/options/git-workflow/squash-merge.md +117 -0
- package/bundled/locales/zh-TW/options/git-workflow/trunk-based.md +125 -0
- package/bundled/locales/zh-TW/options/project-structure/dotnet.md +183 -0
- package/bundled/locales/zh-TW/options/project-structure/go.md +226 -0
- package/bundled/locales/zh-TW/options/project-structure/java.md +213 -0
- package/bundled/locales/zh-TW/options/project-structure/nodejs.md +185 -0
- package/bundled/locales/zh-TW/options/project-structure/python.md +229 -0
- package/bundled/locales/zh-TW/options/testing/e2e-testing.md +207 -0
- package/bundled/locales/zh-TW/options/testing/integration-testing.md +230 -0
- package/bundled/locales/zh-TW/options/testing/system-testing.md +183 -0
- package/bundled/locales/zh-TW/options/testing/unit-testing.md +165 -0
- package/bundled/locales/zh-TW/skills/INTEGRATION-GUIDE.md +218 -0
- package/bundled/locales/zh-TW/skills/README.md +132 -0
- package/bundled/locales/zh-TW/skills/_shared/README.md +68 -0
- package/bundled/locales/zh-TW/skills/claude-code/CONTRIBUTING.template.md +151 -0
- package/bundled/locales/zh-TW/skills/claude-code/README.md +174 -0
- package/bundled/locales/zh-TW/skills/claude-code/ai-collaboration-standards/SKILL.md +175 -0
- package/bundled/locales/zh-TW/skills/claude-code/ai-collaboration-standards/anti-hallucination.md +223 -0
- package/bundled/locales/zh-TW/skills/claude-code/ai-collaboration-standards/certainty-labels.md +132 -0
- package/bundled/locales/zh-TW/skills/claude-code/changelog-guide/SKILL.md +237 -0
- package/bundled/locales/zh-TW/skills/claude-code/checkin-assistant/SKILL.md +407 -0
- package/bundled/locales/zh-TW/skills/claude-code/code-review-assistant/SKILL.md +154 -0
- package/bundled/locales/zh-TW/skills/claude-code/code-review-assistant/checkin-checklist.md +257 -0
- package/bundled/locales/zh-TW/skills/claude-code/code-review-assistant/review-checklist.md +246 -0
- package/bundled/locales/zh-TW/skills/claude-code/commands/bdd.md +142 -0
- package/bundled/locales/zh-TW/skills/claude-code/commands/methodology.md +274 -0
- package/bundled/locales/zh-TW/skills/claude-code/commit-standards/SKILL.md +191 -0
- package/bundled/locales/zh-TW/skills/claude-code/commit-standards/conventional-commits.md +264 -0
- package/bundled/locales/zh-TW/skills/claude-code/commit-standards/language-options.md +172 -0
- package/bundled/locales/zh-TW/skills/claude-code/documentation-guide/SKILL.md +421 -0
- package/bundled/locales/zh-TW/skills/claude-code/documentation-guide/documentation-structure.md +357 -0
- package/bundled/locales/zh-TW/skills/claude-code/documentation-guide/readme-template.md +412 -0
- package/bundled/locales/zh-TW/skills/claude-code/error-code-guide/SKILL.md +269 -0
- package/bundled/locales/zh-TW/skills/claude-code/git-workflow-guide/SKILL.md +218 -0
- package/bundled/locales/zh-TW/skills/claude-code/git-workflow-guide/branch-naming.md +220 -0
- package/bundled/locales/zh-TW/skills/claude-code/git-workflow-guide/git-workflow.md +321 -0
- package/bundled/locales/zh-TW/skills/claude-code/logging-guide/SKILL.md +285 -0
- package/bundled/locales/zh-TW/skills/claude-code/methodology-system/SKILL.md +131 -0
- package/bundled/locales/zh-TW/skills/claude-code/methodology-system/create-methodology.md +350 -0
- package/bundled/locales/zh-TW/skills/claude-code/methodology-system/runtime.md +279 -0
- package/bundled/locales/zh-TW/skills/claude-code/project-structure-guide/SKILL.md +143 -0
- package/bundled/locales/zh-TW/skills/claude-code/project-structure-guide/language-patterns.md +271 -0
- package/bundled/locales/zh-TW/skills/claude-code/refactoring-assistant/SKILL.md +162 -0
- package/bundled/locales/zh-TW/skills/claude-code/release-standards/SKILL.md +191 -0
- package/bundled/locales/zh-TW/skills/claude-code/release-standards/changelog-format.md +247 -0
- package/bundled/locales/zh-TW/skills/claude-code/release-standards/release-workflow.md +345 -0
- package/bundled/locales/zh-TW/skills/claude-code/release-standards/semantic-versioning.md +250 -0
- package/bundled/locales/zh-TW/skills/claude-code/requirement-assistant/SKILL.md +227 -0
- package/bundled/locales/zh-TW/skills/claude-code/requirement-assistant/requirement-checklist.md +325 -0
- package/bundled/locales/zh-TW/skills/claude-code/requirement-assistant/requirement-writing.md +399 -0
- package/bundled/locales/zh-TW/skills/claude-code/spec-driven-dev/SKILL.md +243 -0
- package/bundled/locales/zh-TW/skills/claude-code/tdd-assistant/SKILL.md +332 -0
- package/bundled/locales/zh-TW/skills/claude-code/tdd-assistant/language-examples.md +639 -0
- package/bundled/locales/zh-TW/skills/claude-code/tdd-assistant/tdd-workflow.md +486 -0
- package/bundled/locales/zh-TW/skills/claude-code/test-coverage-assistant/SKILL.md +282 -0
- package/bundled/locales/zh-TW/skills/claude-code/testing-guide/SKILL.md +234 -0
- package/bundled/locales/zh-TW/skills/claude-code/testing-guide/testing-pyramid.md +448 -0
- package/bundled/locales/zh-TW/skills/cline/README.md +58 -0
- package/bundled/locales/zh-TW/skills/copilot/README.md +61 -0
- package/bundled/locales/zh-TW/skills/copilot/copilot-instructions.md +79 -0
- package/bundled/locales/zh-TW/skills/cursor/README.md +58 -0
- package/bundled/locales/zh-TW/skills/windsurf/README.md +59 -0
- package/bundled/skills/claude-code/CONTRIBUTING.template.md +141 -0
- package/bundled/skills/claude-code/README.md +196 -0
- package/bundled/skills/claude-code/ai/standards/checkin.ai.yaml +21 -0
- package/bundled/skills/claude-code/ai/standards/commit.ai.yaml +20 -0
- package/bundled/skills/claude-code/ai/standards/refactoring.ai.yaml +34 -0
- package/bundled/skills/claude-code/ai/standards/testing.ai.yaml +41 -0
- package/bundled/skills/claude-code/ai-collaboration-standards/SKILL.md +175 -0
- package/bundled/skills/claude-code/ai-collaboration-standards/anti-hallucination.md +215 -0
- package/bundled/skills/claude-code/ai-collaboration-standards/certainty-labels.md +124 -0
- package/bundled/skills/claude-code/changelog-guide/SKILL.md +232 -0
- package/bundled/skills/claude-code/checkin-assistant/SKILL.md +402 -0
- package/bundled/skills/claude-code/code-review-assistant/SKILL.md +220 -0
- package/bundled/skills/claude-code/code-review-assistant/checkin-checklist.md +249 -0
- package/bundled/skills/claude-code/code-review-assistant/review-checklist.md +238 -0
- package/bundled/skills/claude-code/commands/README.md +78 -0
- package/bundled/skills/claude-code/commands/bdd.md +142 -0
- package/bundled/skills/claude-code/commands/changelog.md +57 -0
- package/bundled/skills/claude-code/commands/check.md +91 -0
- package/bundled/skills/claude-code/commands/commit.md +48 -0
- package/bundled/skills/claude-code/commands/config.md +97 -0
- package/bundled/skills/claude-code/commands/coverage.md +58 -0
- package/bundled/skills/claude-code/commands/docs.md +75 -0
- package/bundled/skills/claude-code/commands/init.md +88 -0
- package/bundled/skills/claude-code/commands/methodology.md +268 -0
- package/bundled/skills/claude-code/commands/release.md +50 -0
- package/bundled/skills/claude-code/commands/requirement.md +54 -0
- package/bundled/skills/claude-code/commands/review.md +50 -0
- package/bundled/skills/claude-code/commands/spec.md +69 -0
- package/bundled/skills/claude-code/commands/tdd.md +86 -0
- package/bundled/skills/claude-code/commands/update.md +122 -0
- package/bundled/skills/claude-code/commit-standards/SKILL.md +249 -0
- package/bundled/skills/claude-code/commit-standards/conventional-commits.md +256 -0
- package/bundled/skills/claude-code/commit-standards/language-options.md +164 -0
- package/bundled/skills/claude-code/documentation-guide/SKILL.md +416 -0
- package/bundled/skills/claude-code/documentation-guide/documentation-structure.md +349 -0
- package/bundled/skills/claude-code/documentation-guide/readme-template.md +404 -0
- package/bundled/skills/claude-code/error-code-guide/SKILL.md +264 -0
- package/bundled/skills/claude-code/git-workflow-guide/SKILL.md +226 -0
- package/bundled/skills/claude-code/git-workflow-guide/branch-naming.md +212 -0
- package/bundled/skills/claude-code/git-workflow-guide/git-workflow.md +313 -0
- package/bundled/skills/claude-code/logging-guide/SKILL.md +280 -0
- package/bundled/skills/claude-code/methodology-system/SKILL.md +215 -0
- package/bundled/skills/claude-code/methodology-system/create-methodology.md +450 -0
- package/bundled/skills/claude-code/methodology-system/runtime.md +271 -0
- package/bundled/skills/claude-code/project-structure-guide/SKILL.md +143 -0
- package/bundled/skills/claude-code/project-structure-guide/language-patterns.md +263 -0
- package/bundled/skills/claude-code/refactoring-assistant/SKILL.md +205 -0
- package/bundled/skills/claude-code/release-standards/SKILL.md +191 -0
- package/bundled/skills/claude-code/release-standards/changelog-format.md +239 -0
- package/bundled/skills/claude-code/release-standards/release-workflow.md +337 -0
- package/bundled/skills/claude-code/release-standards/semantic-versioning.md +242 -0
- package/bundled/skills/claude-code/requirement-assistant/SKILL.md +222 -0
- package/bundled/skills/claude-code/requirement-assistant/requirement-checklist.md +317 -0
- package/bundled/skills/claude-code/requirement-assistant/requirement-writing.md +391 -0
- package/bundled/skills/claude-code/spec-driven-dev/SKILL.md +238 -0
- package/bundled/skills/claude-code/tdd-assistant/SKILL.md +384 -0
- package/bundled/skills/claude-code/tdd-assistant/language-examples.md +1276 -0
- package/bundled/skills/claude-code/tdd-assistant/tdd-workflow.md +659 -0
- package/bundled/skills/claude-code/test-coverage-assistant/SKILL.md +277 -0
- package/bundled/skills/claude-code/testing-guide/SKILL.md +317 -0
- package/bundled/skills/claude-code/testing-guide/testing-pyramid.md +440 -0
- package/package.json +4 -2
- package/src/commands/check.js +38 -6
- package/src/commands/init.js +20 -6
- package/src/commands/list.js +7 -2
- package/src/commands/skills.js +0 -2
- package/src/commands/update.js +271 -0
- package/src/i18n/messages.js +161 -11
- package/src/utils/copier.js +63 -10
- package/src/utils/skills-installer.js +47 -11
- 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
|