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,705 @@
|
|
|
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-TW/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-cn.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-cn.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.0.0...HEAD
|
|
696
|
+
[3.0.0]: https://github.com/AsiaOstrich/universal-dev-standards/compare/v2.3.0...v3.0.0
|
|
697
|
+
[2.3.0]: https://github.com/AsiaOstrich/universal-dev-standards/compare/v2.2.0...v2.3.0
|
|
698
|
+
[2.2.0]: https://github.com/AsiaOstrich/universal-dev-standards/compare/v2.1.0...v2.2.0
|
|
699
|
+
[2.1.0]: https://github.com/AsiaOstrich/universal-dev-standards/compare/v2.0.0...v2.1.0
|
|
700
|
+
[2.0.0]: https://github.com/AsiaOstrich/universal-dev-standards/compare/v1.3.1...v2.0.0
|
|
701
|
+
[1.3.1]: https://github.com/AsiaOstrich/universal-dev-standards/compare/v1.3.0...v1.3.1
|
|
702
|
+
[1.3.0]: https://github.com/AsiaOstrich/universal-dev-standards/compare/v1.2.0...v1.3.0
|
|
703
|
+
[1.2.0]: https://github.com/AsiaOstrich/universal-dev-standards/compare/v1.1.0...v1.2.0
|
|
704
|
+
[1.1.0]: https://github.com/AsiaOstrich/universal-dev-standards/compare/v1.0.0...v1.1.0
|
|
705
|
+
[1.0.0]: https://github.com/AsiaOstrich/universal-dev-standards/releases/tag/v1.0.0
|