universal-dev-standards 4.2.0 → 5.0.0-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/README.md +3 -3
- package/bin/uds.js +165 -5
- package/bundled/core/acceptance-test-driven-development.md +19 -721
- package/bundled/core/accessibility-standards.md +862 -0
- package/bundled/core/ai-agreement-standards.md +95 -0
- package/bundled/core/ai-friendly-architecture.md +2 -0
- package/bundled/core/ai-instruction-standards.md +2 -0
- package/bundled/core/anti-hallucination.md +90 -637
- package/bundled/core/behavior-driven-development.md +20 -735
- package/bundled/core/changelog-standards.md +4 -0
- package/bundled/core/checkin-standards.md +21 -4
- package/bundled/core/code-review-checklist.md +3 -0
- package/bundled/core/commit-message-guide.md +14 -3
- package/bundled/core/deployment-standards.md +296 -0
- package/bundled/core/developer-memory.md +568 -0
- package/bundled/core/documentation-structure.md +114 -18
- package/bundled/core/documentation-writing-standards.md +272 -2
- package/bundled/core/error-code-standards.md +3 -0
- package/bundled/core/forward-derivation-standards.md +134 -8
- package/bundled/core/git-workflow.md +72 -686
- package/bundled/core/guides/anti-hallucination-guide.md +517 -0
- package/bundled/core/guides/git-workflow-guide.md +954 -0
- package/bundled/core/guides/performance-guide.md +508 -0
- package/bundled/core/guides/refactoring-guide.md +608 -0
- package/bundled/core/guides/security-guide.md +485 -0
- package/bundled/core/logging-standards.md +337 -2
- package/bundled/core/performance-standards.md +231 -0
- package/bundled/core/project-context-memory.md +180 -0
- package/bundled/core/project-structure.md +315 -2
- package/bundled/core/refactoring-standards.md +81 -761
- package/bundled/core/requirement-engineering.md +39 -0
- package/bundled/core/reverse-engineering-standards.md +6 -4
- package/bundled/core/security-standards.md +244 -0
- package/bundled/core/spec-driven-development.md +20 -319
- package/bundled/core/test-completeness-dimensions.md +213 -11
- package/bundled/core/test-driven-development.md +22 -978
- package/bundled/core/testing-standards.md +222 -2903
- package/bundled/core/versioning.md +16 -55
- package/bundled/core/virtual-organization-standards.md +85 -0
- package/bundled/locales/README.md +4 -4
- package/bundled/locales/zh-CN/CHANGELOG.md +18 -18
- package/bundled/locales/zh-CN/CLAUDE.md +3 -3
- package/bundled/locales/zh-CN/MAINTENANCE.md +7 -7
- package/bundled/locales/zh-CN/README.md +47 -6
- package/bundled/locales/zh-CN/STANDARDS-MAPPING.md +1 -1
- package/bundled/locales/zh-CN/adoption/ADOPTION-GUIDE.md +3 -3
- package/bundled/locales/zh-CN/adoption/DAILY-WORKFLOW-GUIDE.md +66 -7
- package/bundled/locales/zh-CN/adoption/STATIC-DYNAMIC-GUIDE.md +22 -22
- package/bundled/locales/zh-CN/adoption/checklists/enterprise.md +5 -5
- package/bundled/locales/zh-CN/adoption/checklists/minimal.md +4 -4
- package/bundled/locales/zh-CN/adoption/checklists/recommended.md +5 -5
- package/bundled/locales/zh-CN/ai/MAINTENANCE.md +13 -13
- package/bundled/locales/zh-CN/core/ai-instruction-standards.md +1 -1
- package/bundled/locales/zh-CN/core/anti-hallucination.md +39 -3
- package/bundled/locales/zh-CN/core/checkin-standards.md +18 -5
- package/bundled/locales/zh-CN/core/commit-message-guide.md +1 -1
- package/bundled/locales/zh-CN/core/developer-memory.md +576 -0
- package/bundled/locales/zh-CN/core/documentation-structure.md +43 -5
- package/bundled/locales/zh-CN/core/documentation-writing-standards.md +146 -5
- package/bundled/locales/zh-CN/core/git-workflow.md +179 -4
- package/bundled/locales/zh-CN/core/logging-standards.md +177 -4
- package/bundled/locales/zh-CN/core/project-structure.md +117 -5
- package/bundled/locales/zh-CN/core/refactoring-standards.md +3 -3
- package/bundled/locales/zh-CN/core/reverse-engineering-standards.md +6 -6
- package/bundled/locales/zh-CN/core/spec-driven-development.md +516 -14
- package/bundled/locales/zh-CN/core/test-completeness-dimensions.md +155 -24
- package/bundled/locales/zh-CN/core/test-driven-development.md +71 -20
- package/bundled/locales/zh-CN/core/testing-standards.md +4 -4
- package/bundled/locales/zh-CN/core/versioning.md +1 -1
- package/bundled/locales/zh-CN/docs/AI-AGENT-ROADMAP.md +90 -51
- package/bundled/locales/zh-CN/docs/CHEATSHEET.md +184 -0
- package/bundled/locales/zh-CN/docs/CLI-FLOW.md +239 -0
- package/bundled/locales/zh-CN/docs/FEATURE-REFERENCE.md +320 -0
- package/bundled/locales/zh-CN/docs/OPERATION-WORKFLOW.md +43 -43
- package/bundled/locales/zh-CN/docs/STANDARDS-REFERENCE.md +440 -0
- package/bundled/locales/zh-CN/docs/USAGE-MODES-COMPARISON.md +1 -1
- package/bundled/locales/zh-CN/docs/WINDOWS-GUIDE.md +1 -1
- package/bundled/locales/zh-CN/integrations/codex/README.md +3 -3
- package/bundled/locales/zh-CN/integrations/gemini-cli/README.md +3 -3
- package/bundled/locales/zh-CN/integrations/github-copilot/README.md +5 -5
- package/bundled/locales/zh-CN/integrations/github-copilot/copilot-instructions.md +9 -9
- package/bundled/locales/zh-CN/integrations/github-copilot/skills-mapping.md +18 -6
- package/bundled/locales/zh-CN/integrations/google-antigravity/README.md +2 -2
- package/bundled/locales/zh-CN/integrations/opencode/README.md +3 -3
- package/bundled/locales/zh-CN/integrations/opencode/skills-mapping.md +22 -10
- package/bundled/locales/zh-CN/integrations/openspec/README.md +1 -1
- package/bundled/locales/zh-CN/integrations/spec-kit/AGENTS.md +3 -3
- package/bundled/locales/zh-CN/integrations/spec-kit/README.md +1 -1
- package/bundled/locales/zh-CN/options/commit-message/bilingual.md +1 -1
- package/bundled/locales/zh-CN/options/commit-message/english.md +1 -1
- package/bundled/locales/zh-CN/options/commit-message/traditional-chinese.md +1 -1
- package/bundled/locales/zh-CN/options/git-workflow/gitflow.md +1 -1
- package/bundled/locales/zh-CN/options/git-workflow/github-flow.md +1 -1
- package/bundled/locales/zh-CN/options/git-workflow/merge-commit.md +1 -1
- package/bundled/locales/zh-CN/options/git-workflow/rebase-ff.md +1 -1
- package/bundled/locales/zh-CN/options/git-workflow/squash-merge.md +1 -1
- package/bundled/locales/zh-CN/options/git-workflow/trunk-based.md +1 -1
- package/bundled/locales/zh-CN/options/project-structure/dotnet.md +1 -1
- package/bundled/locales/zh-CN/options/project-structure/go.md +1 -1
- package/bundled/locales/zh-CN/options/project-structure/java.md +1 -1
- package/bundled/locales/zh-CN/options/project-structure/nodejs.md +1 -1
- package/bundled/locales/zh-CN/options/project-structure/python.md +1 -1
- package/bundled/locales/zh-CN/options/testing/e2e-testing.md +1 -1
- package/bundled/locales/zh-CN/options/testing/integration-testing.md +1 -1
- package/bundled/locales/zh-CN/options/testing/system-testing.md +1 -1
- package/bundled/locales/zh-CN/options/testing/unit-testing.md +1 -1
- package/bundled/locales/zh-CN/skills/{claude-code/CONTRIBUTING.template.md → CONTRIBUTING.template.md} +2 -2
- package/bundled/locales/zh-CN/skills/README.md +131 -81
- package/bundled/locales/zh-CN/skills/agents/README.md +281 -0
- package/bundled/locales/zh-CN/skills/{claude-code/ai-collaboration-standards → ai-collaboration-standards}/SKILL.md +10 -10
- package/bundled/locales/zh-CN/skills/{claude-code/ai-collaboration-standards → ai-collaboration-standards}/anti-hallucination.md +8 -8
- package/bundled/locales/zh-CN/skills/{claude-code/ai-collaboration-standards → ai-collaboration-standards}/certainty-labels.md +8 -8
- package/bundled/locales/zh-CN/skills/ai-friendly-architecture/SKILL.md +221 -0
- package/bundled/locales/zh-CN/skills/ai-instruction-standards/SKILL.md +214 -0
- package/bundled/locales/zh-CN/skills/atdd-assistant/SKILL.md +71 -0
- package/bundled/locales/zh-CN/skills/atdd-assistant/acceptance-criteria-guide.md +428 -0
- package/bundled/locales/zh-CN/skills/atdd-assistant/atdd-workflow.md +484 -0
- package/bundled/locales/zh-CN/skills/atdd-assistant/guide.md +368 -0
- package/bundled/locales/zh-CN/skills/bdd-assistant/SKILL.md +68 -0
- package/bundled/locales/zh-CN/skills/bdd-assistant/bdd-workflow.md +406 -0
- package/bundled/locales/zh-CN/skills/bdd-assistant/gherkin-guide.md +454 -0
- package/bundled/locales/zh-CN/skills/bdd-assistant/guide.md +324 -0
- package/bundled/locales/zh-CN/skills/changelog-guide/SKILL.md +64 -0
- package/bundled/locales/zh-CN/skills/{claude-code/changelog-guide/SKILL.md → changelog-guide/guide.md} +6 -7
- package/bundled/locales/zh-CN/skills/checkin-assistant/SKILL.md +56 -0
- package/bundled/locales/zh-CN/skills/{claude-code/checkin-assistant/SKILL.md → checkin-assistant/guide.md} +6 -7
- package/bundled/locales/zh-CN/skills/code-review-assistant/SKILL.md +56 -0
- package/bundled/locales/zh-CN/skills/{claude-code/code-review-assistant → code-review-assistant}/checkin-checklist.md +4 -4
- package/bundled/locales/zh-CN/skills/{claude-code/code-review-assistant/SKILL.md → code-review-assistant/guide.md} +5 -6
- package/bundled/locales/zh-CN/skills/{claude-code/code-review-assistant → code-review-assistant}/review-checklist.md +4 -4
- package/bundled/locales/zh-CN/skills/{claude-code/commands → commands}/bdd.md +2 -2
- package/bundled/locales/zh-CN/skills/{claude-code/commands → commands}/methodology.md +3 -3
- package/bundled/locales/zh-CN/skills/{claude-code/commands → commands}/refactor.md +3 -3
- package/bundled/locales/zh-CN/skills/commit-standards/SKILL.md +61 -0
- package/bundled/locales/zh-CN/skills/{claude-code/commit-standards → commit-standards}/conventional-commits.md +4 -4
- package/bundled/locales/zh-CN/skills/{claude-code/commit-standards/SKILL.md → commit-standards/guide.md} +5 -6
- package/bundled/locales/zh-CN/skills/{claude-code/commit-standards → commit-standards}/language-options.md +3 -3
- package/bundled/locales/zh-CN/skills/docs-generator/SKILL.md +59 -0
- package/bundled/locales/zh-CN/skills/docs-generator/guide.md +262 -0
- package/bundled/locales/zh-CN/skills/{claude-code/documentation-guide → documentation-guide}/SKILL.md +7 -8
- package/bundled/locales/zh-CN/skills/{claude-code/documentation-guide → documentation-guide}/documentation-structure.md +4 -4
- package/bundled/locales/zh-CN/skills/{claude-code/documentation-guide → documentation-guide}/readme-template.md +3 -3
- package/bundled/locales/zh-CN/skills/{claude-code/error-code-guide → error-code-guide}/SKILL.md +6 -6
- package/bundled/locales/zh-CN/skills/forward-derivation/SKILL.md +62 -0
- package/bundled/locales/zh-CN/skills/forward-derivation/guide.md +130 -0
- package/bundled/locales/zh-CN/skills/{claude-code/git-workflow-guide → git-workflow-guide}/SKILL.md +6 -6
- package/bundled/locales/zh-CN/skills/{claude-code/git-workflow-guide → git-workflow-guide}/branch-naming.md +3 -3
- package/bundled/locales/zh-CN/skills/{claude-code/git-workflow-guide → git-workflow-guide}/git-workflow.md +4 -4
- package/bundled/locales/zh-CN/skills/{claude-code/logging-guide → logging-guide}/SKILL.md +6 -6
- package/bundled/locales/zh-CN/skills/methodology-system/SKILL.md +78 -0
- package/bundled/locales/zh-CN/skills/{claude-code/methodology-system → methodology-system}/create-methodology.md +2 -2
- package/bundled/locales/zh-CN/skills/{claude-code/methodology-system/SKILL.md → methodology-system/guide.md} +2 -2
- package/bundled/locales/zh-CN/skills/{claude-code/methodology-system → methodology-system}/runtime.md +3 -3
- package/bundled/locales/zh-CN/skills/project-discovery/SKILL.md +66 -0
- package/bundled/locales/zh-CN/skills/project-discovery/guide.md +371 -0
- package/bundled/locales/zh-CN/skills/{claude-code/project-structure-guide → project-structure-guide}/SKILL.md +4 -4
- package/bundled/locales/zh-CN/skills/{claude-code/project-structure-guide → project-structure-guide}/language-patterns.md +1 -1
- package/bundled/locales/zh-CN/skills/refactoring-assistant/SKILL.md +67 -0
- package/bundled/locales/zh-CN/skills/{claude-code/refactoring-assistant/SKILL.md → refactoring-assistant/guide.md} +7 -8
- package/bundled/locales/zh-CN/skills/release-standards/SKILL.md +64 -0
- package/bundled/locales/zh-CN/skills/{claude-code/release-standards → release-standards}/changelog-format.md +3 -3
- package/bundled/locales/zh-CN/skills/{claude-code/release-standards/SKILL.md → release-standards/guide.md} +5 -6
- package/bundled/locales/zh-CN/skills/{claude-code/release-standards → release-standards}/release-workflow.md +7 -7
- package/bundled/locales/zh-CN/skills/{claude-code/release-standards → release-standards}/semantic-versioning.md +3 -3
- package/bundled/locales/zh-CN/skills/requirement-assistant/SKILL.md +67 -0
- package/bundled/locales/zh-CN/skills/{claude-code/requirement-assistant/SKILL.md → requirement-assistant/guide.md} +4 -5
- package/bundled/locales/zh-CN/skills/{claude-code/requirement-assistant → requirement-assistant}/requirement-checklist.md +3 -3
- package/bundled/locales/zh-CN/skills/{claude-code/requirement-assistant → requirement-assistant}/requirement-writing.md +3 -3
- package/bundled/locales/zh-CN/skills/reverse-engineer/SKILL.md +67 -0
- package/bundled/locales/zh-CN/skills/{claude-code/reverse-engineer → reverse-engineer}/bdd-extraction.md +2 -2
- package/bundled/locales/zh-CN/skills/{claude-code/reverse-engineer/SKILL.md → reverse-engineer/guide.md} +17 -18
- package/bundled/locales/zh-CN/skills/{claude-code/reverse-engineer → reverse-engineer}/tdd-analysis.md +2 -2
- package/bundled/locales/zh-CN/skills/{claude-code/reverse-engineer → reverse-engineer}/workflow.md +3 -3
- package/bundled/locales/zh-CN/skills/spec-driven-dev/SKILL.md +75 -0
- package/bundled/locales/zh-CN/skills/{claude-code/spec-driven-dev/SKILL.md → spec-driven-dev/guide.md} +10 -11
- package/bundled/locales/zh-CN/skills/tdd-assistant/SKILL.md +66 -0
- package/bundled/locales/zh-CN/skills/{claude-code/tdd-assistant/SKILL.md → tdd-assistant/guide.md} +12 -16
- package/bundled/locales/zh-CN/skills/{claude-code/tdd-assistant → tdd-assistant}/language-examples.md +3 -3
- package/bundled/locales/zh-CN/skills/{claude-code/tdd-assistant → tdd-assistant}/tdd-workflow.md +3 -3
- package/bundled/locales/zh-CN/skills/test-coverage-assistant/SKILL.md +65 -0
- package/bundled/locales/zh-CN/skills/test-coverage-assistant/guide.md +284 -0
- package/bundled/locales/zh-CN/skills/{claude-code/testing-guide → testing-guide}/SKILL.md +8 -8
- package/bundled/locales/zh-CN/skills/{claude-code/testing-guide → testing-guide}/testing-pyramid.md +4 -4
- package/bundled/locales/zh-CN/skills/{cline → tools/cline}/README.md +1 -1
- package/bundled/locales/zh-CN/skills/{copilot → tools/copilot}/README.md +1 -1
- package/bundled/locales/zh-CN/skills/{copilot → tools/copilot}/copilot-instructions.md +1 -1
- package/bundled/locales/zh-CN/skills/{cursor → tools/cursor}/README.md +1 -1
- package/bundled/locales/zh-CN/skills/{windsurf → tools/windsurf}/README.md +1 -1
- package/bundled/locales/zh-TW/CHANGELOG.md +16 -16
- package/bundled/locales/zh-TW/CLAUDE.md +3 -3
- package/bundled/locales/zh-TW/MAINTENANCE.md +7 -7
- package/bundled/locales/zh-TW/README.md +57 -10
- package/bundled/locales/zh-TW/STANDARDS-MAPPING.md +1 -1
- package/bundled/locales/zh-TW/adoption/ADOPTION-GUIDE.md +4 -4
- package/bundled/locales/zh-TW/adoption/DAILY-WORKFLOW-GUIDE.md +66 -7
- package/bundled/locales/zh-TW/adoption/STATIC-DYNAMIC-GUIDE.md +22 -22
- package/bundled/locales/zh-TW/adoption/checklists/enterprise.md +5 -5
- package/bundled/locales/zh-TW/adoption/checklists/minimal.md +4 -4
- package/bundled/locales/zh-TW/adoption/checklists/recommended.md +5 -5
- package/bundled/locales/zh-TW/ai/MAINTENANCE.md +13 -13
- package/bundled/locales/zh-TW/ai/standards/anti-hallucination.ai.yaml +3 -2
- package/bundled/locales/zh-TW/ai/standards/git-workflow.ai.yaml +4 -3
- package/bundled/locales/zh-TW/ai/standards/spec-driven-development.ai.yaml +3 -3
- package/bundled/locales/zh-TW/ai/standards/testing.ai.yaml +1 -0
- package/bundled/locales/zh-TW/core/ai-instruction-standards.md +1 -1
- package/bundled/locales/zh-TW/core/anti-hallucination.md +38 -701
- package/bundled/locales/zh-TW/core/changelog-standards.md +1 -1
- package/bundled/locales/zh-TW/core/checkin-standards.md +18 -5
- package/bundled/locales/zh-TW/core/code-review-checklist.md +1 -1
- package/bundled/locales/zh-TW/core/commit-message-guide.md +1 -1
- package/bundled/locales/zh-TW/core/developer-memory.md +576 -0
- package/bundled/locales/zh-TW/core/documentation-structure.md +115 -22
- package/bundled/locales/zh-TW/core/documentation-writing-standards.md +126 -5
- package/bundled/locales/zh-TW/core/forward-derivation-standards.md +2 -2
- package/bundled/locales/zh-TW/core/git-workflow.md +38 -812
- package/bundled/locales/zh-TW/core/guides/anti-hallucination-guide.md +779 -0
- package/bundled/locales/zh-TW/core/guides/git-workflow-guide.md +1016 -0
- package/bundled/locales/zh-TW/core/guides/refactoring-guide.md +864 -0
- package/bundled/locales/zh-TW/core/guides/testing-guide.md +2280 -0
- package/bundled/locales/zh-TW/core/logging-standards.md +159 -4
- package/bundled/locales/zh-TW/core/project-structure.md +102 -9
- package/bundled/locales/zh-TW/core/refactoring-standards.md +37 -823
- package/bundled/locales/zh-TW/core/reverse-engineering-standards.md +6 -6
- package/bundled/locales/zh-TW/core/spec-driven-development.md +17 -268
- package/bundled/locales/zh-TW/core/test-completeness-dimensions.md +128 -14
- package/bundled/locales/zh-TW/core/test-driven-development.md +20 -983
- package/bundled/locales/zh-TW/core/testing-standards.md +120 -2105
- package/bundled/locales/zh-TW/core/versioning.md +13 -55
- package/bundled/locales/zh-TW/docs/AI-AGENT-ROADMAP.md +90 -51
- package/bundled/locales/zh-TW/docs/CHEATSHEET.md +184 -0
- package/bundled/locales/zh-TW/docs/CLI-FLOW.md +239 -0
- package/bundled/locales/zh-TW/docs/FEATURE-REFERENCE.md +320 -0
- package/bundled/locales/zh-TW/docs/MIGRATION-V5.md +71 -0
- package/bundled/locales/zh-TW/docs/OPERATION-WORKFLOW.md +42 -42
- package/bundled/locales/zh-TW/docs/STANDARDS-REFERENCE.md +440 -0
- package/bundled/locales/zh-TW/docs/USAGE-MODES-COMPARISON.md +1 -1
- package/bundled/locales/zh-TW/docs/WINDOWS-GUIDE.md +1 -1
- package/bundled/locales/zh-TW/integrations/claude-code/README.md +44 -0
- package/bundled/locales/zh-TW/integrations/github-copilot/copilot-instructions.md +3 -3
- package/bundled/locales/zh-TW/integrations/github-copilot/skills-mapping.md +18 -6
- package/bundled/locales/zh-TW/integrations/opencode/skills-mapping.md +22 -10
- package/bundled/locales/zh-TW/methodologies/guides/sdd-guide.md +338 -0
- package/bundled/locales/zh-TW/methodologies/guides/tdd-guide.md +1055 -0
- package/bundled/locales/zh-TW/options/commit-message/bilingual.md +1 -1
- package/bundled/locales/zh-TW/options/commit-message/english.md +1 -1
- package/bundled/locales/zh-TW/options/commit-message/traditional-chinese.md +1 -1
- package/bundled/locales/zh-TW/options/git-workflow/gitflow.md +1 -1
- package/bundled/locales/zh-TW/options/git-workflow/github-flow.md +1 -1
- package/bundled/locales/zh-TW/options/git-workflow/merge-commit.md +1 -1
- package/bundled/locales/zh-TW/options/git-workflow/rebase-ff.md +1 -1
- package/bundled/locales/zh-TW/options/git-workflow/squash-merge.md +1 -1
- package/bundled/locales/zh-TW/options/git-workflow/trunk-based.md +1 -1
- package/bundled/locales/zh-TW/options/project-structure/dotnet.md +1 -1
- package/bundled/locales/zh-TW/options/project-structure/go.md +1 -1
- package/bundled/locales/zh-TW/options/project-structure/java.md +1 -1
- package/bundled/locales/zh-TW/options/project-structure/nodejs.md +1 -1
- package/bundled/locales/zh-TW/options/project-structure/python.md +1 -1
- package/bundled/locales/zh-TW/options/testing/e2e-testing.md +1 -1
- package/bundled/locales/zh-TW/options/testing/integration-testing.md +1 -1
- package/bundled/locales/zh-TW/options/testing/system-testing.md +1 -1
- package/bundled/locales/zh-TW/options/testing/unit-testing.md +1 -1
- package/bundled/locales/zh-TW/skills/{claude-code/CONTRIBUTING.template.md → CONTRIBUTING.template.md} +2 -2
- package/bundled/locales/zh-TW/skills/README.md +131 -79
- package/bundled/locales/zh-TW/skills/agents/README.md +281 -0
- package/bundled/locales/zh-TW/skills/{claude-code/ai-collaboration-standards → ai-collaboration-standards}/SKILL.md +7 -7
- package/bundled/locales/zh-TW/skills/{claude-code/ai-collaboration-standards → ai-collaboration-standards}/anti-hallucination.md +8 -8
- package/bundled/locales/zh-TW/skills/{claude-code/ai-collaboration-standards → ai-collaboration-standards}/certainty-labels.md +8 -8
- package/bundled/locales/zh-TW/skills/ai-friendly-architecture/SKILL.md +221 -0
- package/bundled/locales/zh-TW/skills/ai-instruction-standards/SKILL.md +214 -0
- package/bundled/locales/zh-TW/skills/atdd-assistant/SKILL.md +71 -0
- package/bundled/locales/zh-TW/skills/atdd-assistant/acceptance-criteria-guide.md +428 -0
- package/bundled/locales/zh-TW/skills/atdd-assistant/atdd-workflow.md +484 -0
- package/bundled/locales/zh-TW/skills/atdd-assistant/guide.md +368 -0
- package/bundled/locales/zh-TW/skills/bdd-assistant/SKILL.md +68 -0
- package/bundled/locales/zh-TW/skills/bdd-assistant/bdd-workflow.md +406 -0
- package/bundled/locales/zh-TW/skills/bdd-assistant/gherkin-guide.md +454 -0
- package/bundled/locales/zh-TW/skills/bdd-assistant/guide.md +324 -0
- package/bundled/locales/zh-TW/skills/changelog-guide/SKILL.md +64 -0
- package/bundled/locales/zh-TW/skills/{claude-code/changelog-guide/SKILL.md → changelog-guide/guide.md} +6 -7
- package/bundled/locales/zh-TW/skills/checkin-assistant/SKILL.md +56 -0
- package/bundled/locales/zh-TW/skills/{claude-code/checkin-assistant/SKILL.md → checkin-assistant/guide.md} +6 -7
- package/bundled/locales/zh-TW/skills/code-review-assistant/SKILL.md +56 -0
- package/bundled/locales/zh-TW/skills/{claude-code/code-review-assistant → code-review-assistant}/checkin-checklist.md +4 -4
- package/bundled/locales/zh-TW/skills/{claude-code/code-review-assistant/SKILL.md → code-review-assistant/guide.md} +2 -3
- package/bundled/locales/zh-TW/skills/{claude-code/code-review-assistant → code-review-assistant}/review-checklist.md +4 -4
- package/bundled/locales/zh-TW/skills/{claude-code/commands → commands}/bdd.md +2 -2
- package/bundled/locales/zh-TW/skills/{claude-code/commands → commands}/methodology.md +3 -3
- package/bundled/locales/zh-TW/skills/{claude-code/commands → commands}/refactor.md +3 -3
- package/bundled/locales/zh-TW/skills/commit-standards/SKILL.md +61 -0
- package/bundled/locales/zh-TW/skills/{claude-code/commit-standards → commit-standards}/conventional-commits.md +4 -4
- package/bundled/locales/zh-TW/skills/{claude-code/commit-standards/SKILL.md → commit-standards/guide.md} +5 -6
- package/bundled/locales/zh-TW/skills/{claude-code/commit-standards → commit-standards}/language-options.md +3 -3
- package/bundled/locales/zh-TW/skills/docs-generator/SKILL.md +59 -0
- package/bundled/locales/zh-TW/skills/docs-generator/guide.md +262 -0
- package/bundled/locales/zh-TW/skills/{claude-code/documentation-guide → documentation-guide}/SKILL.md +7 -8
- package/bundled/locales/zh-TW/skills/{claude-code/documentation-guide → documentation-guide}/documentation-structure.md +4 -4
- package/bundled/locales/zh-TW/skills/{claude-code/documentation-guide → documentation-guide}/readme-template.md +3 -3
- package/bundled/locales/zh-TW/skills/{claude-code/error-code-guide → error-code-guide}/SKILL.md +6 -6
- package/bundled/locales/zh-TW/skills/forward-derivation/SKILL.md +62 -0
- package/bundled/locales/zh-TW/skills/{claude-code/forward-derivation/SKILL.md → forward-derivation/guide.md} +24 -19
- package/bundled/locales/zh-TW/skills/{claude-code/git-workflow-guide → git-workflow-guide}/SKILL.md +3 -3
- package/bundled/locales/zh-TW/skills/{claude-code/git-workflow-guide → git-workflow-guide}/branch-naming.md +3 -3
- package/bundled/locales/zh-TW/skills/{claude-code/git-workflow-guide → git-workflow-guide}/git-workflow.md +4 -4
- package/bundled/locales/zh-TW/skills/{claude-code/logging-guide → logging-guide}/SKILL.md +6 -6
- package/bundled/locales/zh-TW/skills/methodology-system/SKILL.md +78 -0
- package/bundled/locales/zh-TW/skills/{claude-code/methodology-system → methodology-system}/create-methodology.md +2 -2
- package/bundled/locales/zh-TW/skills/{claude-code/methodology-system/SKILL.md → methodology-system/guide.md} +2 -2
- package/bundled/locales/zh-TW/skills/{claude-code/methodology-system → methodology-system}/runtime.md +3 -3
- package/bundled/locales/zh-TW/skills/project-discovery/SKILL.md +66 -0
- package/bundled/locales/zh-TW/skills/project-discovery/guide.md +371 -0
- package/bundled/locales/zh-TW/skills/project-discovery/workflow.md +574 -0
- package/bundled/locales/zh-TW/skills/{claude-code/project-structure-guide → project-structure-guide}/SKILL.md +4 -4
- package/bundled/locales/zh-TW/skills/{claude-code/project-structure-guide → project-structure-guide}/language-patterns.md +1 -1
- package/bundled/locales/zh-TW/skills/refactoring-assistant/SKILL.md +67 -0
- package/bundled/locales/zh-TW/skills/{claude-code/refactoring-assistant/SKILL.md → refactoring-assistant/guide.md} +7 -8
- package/bundled/locales/zh-TW/skills/release-standards/SKILL.md +64 -0
- package/bundled/locales/zh-TW/skills/{claude-code/release-standards → release-standards}/changelog-format.md +3 -3
- package/bundled/locales/zh-TW/skills/{claude-code/release-standards/SKILL.md → release-standards/guide.md} +2 -3
- package/bundled/locales/zh-TW/skills/{claude-code/release-standards → release-standards}/release-workflow.md +60 -28
- package/bundled/locales/zh-TW/skills/{claude-code/release-standards → release-standards}/semantic-versioning.md +3 -3
- package/bundled/locales/zh-TW/skills/requirement-assistant/SKILL.md +67 -0
- package/bundled/locales/zh-TW/skills/{claude-code/requirement-assistant/SKILL.md → requirement-assistant/guide.md} +2 -3
- package/bundled/locales/zh-TW/skills/{claude-code/requirement-assistant → requirement-assistant}/requirement-checklist.md +3 -3
- package/bundled/locales/zh-TW/skills/{claude-code/requirement-assistant → requirement-assistant}/requirement-writing.md +3 -3
- package/bundled/locales/zh-TW/skills/reverse-engineer/SKILL.md +67 -0
- package/bundled/locales/zh-TW/skills/{claude-code/reverse-engineer → reverse-engineer}/bdd-extraction.md +2 -2
- package/bundled/locales/zh-TW/skills/{claude-code/reverse-engineer/SKILL.md → reverse-engineer/guide.md} +17 -18
- package/bundled/locales/zh-TW/skills/{claude-code/reverse-engineer → reverse-engineer}/tdd-analysis.md +2 -2
- package/bundled/locales/zh-TW/skills/{claude-code/reverse-engineer → reverse-engineer}/workflow.md +3 -3
- package/bundled/locales/zh-TW/skills/spec-driven-dev/SKILL.md +75 -0
- package/bundled/locales/zh-TW/skills/{claude-code/spec-driven-dev/SKILL.md → spec-driven-dev/guide.md} +9 -10
- package/bundled/locales/zh-TW/skills/tdd-assistant/SKILL.md +66 -0
- package/bundled/locales/zh-TW/skills/{claude-code/tdd-assistant/SKILL.md → tdd-assistant/guide.md} +9 -10
- package/bundled/locales/zh-TW/skills/{claude-code/tdd-assistant → tdd-assistant}/language-examples.md +3 -3
- package/bundled/locales/zh-TW/skills/{claude-code/tdd-assistant → tdd-assistant}/tdd-workflow.md +3 -3
- package/bundled/locales/zh-TW/skills/test-coverage-assistant/SKILL.md +65 -0
- package/bundled/locales/zh-TW/skills/{claude-code/test-coverage-assistant/SKILL.md → test-coverage-assistant/guide.md} +27 -24
- package/bundled/locales/zh-TW/skills/{claude-code/testing-guide → testing-guide}/SKILL.md +6 -6
- package/bundled/locales/zh-TW/skills/{claude-code/testing-guide → testing-guide}/testing-pyramid.md +4 -4
- package/bundled/locales/zh-TW/skills/{cline → tools/cline}/README.md +1 -1
- package/bundled/locales/zh-TW/skills/{copilot → tools/copilot}/README.md +1 -1
- package/bundled/locales/zh-TW/skills/{copilot → tools/copilot}/copilot-instructions.md +1 -1
- package/bundled/locales/zh-TW/skills/{cursor → tools/cursor}/README.md +1 -1
- package/bundled/locales/zh-TW/skills/{windsurf → tools/windsurf}/README.md +1 -1
- package/bundled/skills/INTEGRATION-GUIDE.md +210 -0
- package/bundled/skills/README.md +95 -0
- package/bundled/skills/_shared/README.md +60 -0
- package/bundled/skills/{claude-code/agents → agents}/README.md +2 -2
- package/bundled/skills/{claude-code/agents → agents}/code-architect.md +1 -1
- package/bundled/skills/{claude-code/agents → agents}/doc-writer.md +1 -1
- package/bundled/skills/{claude-code/agents → agents}/reviewer.md +1 -1
- package/bundled/skills/{claude-code/agents → agents}/spec-analyst.md +1 -1
- package/bundled/skills/{claude-code/agents → agents}/test-specialist.md +1 -1
- package/bundled/skills/{claude-code/ai-collaboration-standards → ai-collaboration-standards}/SKILL.md +28 -5
- package/bundled/skills/{claude-code/ai-collaboration-standards → ai-collaboration-standards}/anti-hallucination.md +24 -5
- package/bundled/skills/{claude-code/ai-collaboration-standards → ai-collaboration-standards}/certainty-labels.md +31 -6
- package/bundled/skills/ai-friendly-architecture/SKILL.md +216 -0
- package/bundled/skills/ai-instruction-standards/SKILL.md +209 -0
- package/bundled/skills/atdd-assistant/SKILL.md +74 -0
- package/bundled/skills/{claude-code/atdd-assistant → atdd-assistant}/acceptance-criteria-guide.md +1 -1
- package/bundled/skills/{claude-code/atdd-assistant → atdd-assistant}/atdd-workflow.md +1 -1
- package/bundled/skills/{claude-code/atdd-assistant/SKILL.md → atdd-assistant/guide.md} +11 -11
- package/bundled/skills/bdd-assistant/SKILL.md +70 -0
- package/bundled/skills/{claude-code/bdd-assistant → bdd-assistant}/bdd-workflow.md +1 -1
- package/bundled/skills/{claude-code/bdd-assistant → bdd-assistant}/gherkin-guide.md +1 -1
- package/bundled/skills/{claude-code/bdd-assistant/SKILL.md → bdd-assistant/guide.md} +11 -11
- package/bundled/skills/changelog-guide/SKILL.md +66 -0
- package/bundled/skills/{claude-code/changelog-guide/SKILL.md → changelog-guide/guide.md} +8 -6
- package/bundled/skills/checkin-assistant/SKILL.md +52 -0
- package/bundled/skills/{claude-code/checkin-assistant/SKILL.md → checkin-assistant/guide.md} +6 -6
- package/bundled/skills/code-review-assistant/SKILL.md +53 -0
- package/bundled/skills/{claude-code/code-review-assistant → code-review-assistant}/checkin-checklist.md +3 -3
- package/bundled/skills/{claude-code/code-review-assistant/SKILL.md → code-review-assistant/guide.md} +7 -5
- package/bundled/skills/{claude-code/code-review-assistant → code-review-assistant}/review-checklist.md +3 -3
- package/bundled/skills/commands/COMMAND-FAMILY-OVERVIEW.md +290 -0
- package/bundled/skills/{claude-code/commands → commands}/README.md +13 -3
- package/bundled/skills/{claude-code/commands → commands}/atdd.md +3 -3
- package/bundled/skills/{claude-code/commands → commands}/bdd.md +2 -2
- package/bundled/skills/commands/changelog.md +58 -0
- package/bundled/skills/{claude-code/commands → commands}/check.md +1 -1
- package/bundled/skills/commands/checkin.md +53 -0
- package/bundled/skills/{claude-code/commands → commands}/commit.md +3 -3
- package/bundled/skills/{claude-code/commands → commands}/config.md +1 -1
- package/bundled/skills/{claude-code/commands → commands}/coverage.md +5 -4
- package/bundled/skills/commands/derive-all.md +53 -0
- package/bundled/skills/commands/derive-atdd.md +49 -0
- package/bundled/skills/commands/derive-bdd.md +47 -0
- package/bundled/skills/commands/derive-tdd.md +48 -0
- package/bundled/skills/commands/derive.md +72 -0
- package/bundled/skills/commands/discover.md +80 -0
- package/bundled/skills/commands/docgen.md +61 -0
- package/bundled/skills/commands/docs.md +59 -0
- package/bundled/skills/commands/guide.md +44 -0
- package/bundled/skills/{claude-code/commands → commands}/init.md +2 -2
- package/bundled/skills/{claude-code/commands → commands}/methodology.md +32 -16
- package/bundled/skills/{claude-code/commands → commands}/refactor.md +2 -2
- package/bundled/skills/commands/release.md +56 -0
- package/bundled/skills/{claude-code/commands → commands}/requirement.md +3 -3
- package/bundled/skills/commands/reverse-bdd.md +47 -0
- package/bundled/skills/commands/reverse-sdd.md +51 -0
- package/bundled/skills/commands/reverse-tdd.md +51 -0
- package/bundled/skills/commands/reverse.md +63 -0
- package/bundled/skills/{claude-code/commands → commands}/review.md +3 -3
- package/bundled/skills/commands/sdd.md +135 -0
- package/bundled/skills/{claude-code/commands → commands}/tdd.md +3 -3
- package/bundled/skills/{claude-code/commands → commands}/update.md +2 -2
- package/bundled/skills/commit-standards/SKILL.md +60 -0
- package/bundled/skills/{claude-code/commit-standards → commit-standards}/conventional-commits.md +3 -3
- package/bundled/skills/{claude-code/commit-standards/SKILL.md → commit-standards/guide.md} +17 -5
- package/bundled/skills/{claude-code/commit-standards → commit-standards}/language-options.md +2 -2
- package/bundled/skills/docs-generator/SKILL.md +69 -0
- package/bundled/skills/docs-generator/guide.md +258 -0
- package/bundled/skills/{claude-code/documentation-guide → documentation-guide}/SKILL.md +7 -7
- package/bundled/skills/{claude-code/documentation-guide → documentation-guide}/documentation-structure.md +3 -3
- package/bundled/skills/{claude-code/documentation-guide → documentation-guide}/readme-template.md +2 -2
- package/bundled/skills/{claude-code/error-code-guide → error-code-guide}/SKILL.md +7 -5
- package/bundled/skills/forward-derivation/SKILL.md +61 -0
- package/bundled/skills/{claude-code/forward-derivation/SKILL.md → forward-derivation/guide.md} +44 -29
- package/bundled/skills/{claude-code/git-workflow-guide → git-workflow-guide}/SKILL.md +7 -5
- package/bundled/skills/{claude-code/git-workflow-guide → git-workflow-guide}/branch-naming.md +2 -2
- package/bundled/skills/{claude-code/git-workflow-guide → git-workflow-guide}/git-workflow.md +3 -3
- package/bundled/skills/{claude-code/logging-guide → logging-guide}/SKILL.md +7 -5
- package/bundled/skills/methodology-system/SKILL.md +75 -0
- package/bundled/skills/{claude-code/methodology-system → methodology-system}/create-methodology.md +1 -1
- package/bundled/skills/{claude-code/methodology-system/SKILL.md → methodology-system/guide.md} +51 -16
- package/bundled/skills/methodology-system/integrated-flow.md +454 -0
- package/bundled/skills/{claude-code/methodology-system → methodology-system}/runtime.md +2 -2
- package/bundled/skills/project-discovery/SKILL.md +63 -0
- package/bundled/skills/project-discovery/guide.md +367 -0
- package/bundled/skills/project-discovery/workflow.md +566 -0
- package/bundled/skills/{claude-code/project-structure-guide → project-structure-guide}/SKILL.md +14 -4
- package/bundled/skills/refactoring-assistant/SKILL.md +78 -0
- package/bundled/skills/{claude-code/refactoring-assistant/SKILL.md → refactoring-assistant/guide.md} +7 -7
- package/bundled/skills/release-standards/SKILL.md +61 -0
- package/bundled/skills/{claude-code/release-standards → release-standards}/changelog-format.md +2 -2
- package/bundled/skills/{claude-code/release-standards/SKILL.md → release-standards/guide.md} +7 -5
- package/bundled/skills/{claude-code/release-standards → release-standards}/release-workflow.md +59 -24
- package/bundled/skills/{claude-code/release-standards → release-standards}/semantic-versioning.md +2 -2
- package/bundled/skills/requirement-assistant/SKILL.md +66 -0
- package/bundled/skills/{claude-code/requirement-assistant/SKILL.md → requirement-assistant/guide.md} +14 -6
- package/bundled/skills/{claude-code/requirement-assistant → requirement-assistant}/requirement-checklist.md +2 -2
- package/bundled/skills/{claude-code/requirement-assistant → requirement-assistant}/requirement-writing.md +2 -2
- package/bundled/skills/reverse-engineer/SKILL.md +64 -0
- package/bundled/skills/{claude-code/reverse-engineer → reverse-engineer}/bdd-extraction.md +1 -1
- package/bundled/skills/{claude-code/reverse-engineer/SKILL.md → reverse-engineer/guide.md} +21 -18
- package/bundled/skills/{claude-code/reverse-engineer → reverse-engineer}/tdd-analysis.md +1 -1
- package/bundled/skills/{claude-code/reverse-engineer → reverse-engineer}/workflow.md +2 -2
- package/bundled/skills/spec-driven-dev/SKILL.md +80 -0
- package/bundled/skills/{claude-code/spec-driven-dev/SKILL.md → spec-driven-dev/guide.md} +50 -8
- package/bundled/skills/tdd-assistant/SKILL.md +65 -0
- package/bundled/skills/{claude-code/tdd-assistant/SKILL.md → tdd-assistant/guide.md} +10 -10
- package/bundled/skills/{claude-code/tdd-assistant → tdd-assistant}/language-examples.md +3 -3
- package/bundled/skills/{claude-code/tdd-assistant → tdd-assistant}/tdd-workflow.md +2 -2
- package/bundled/skills/test-coverage-assistant/SKILL.md +63 -0
- package/bundled/skills/{claude-code/test-coverage-assistant/SKILL.md → test-coverage-assistant/guide.md} +39 -24
- package/bundled/skills/{claude-code/testing-guide → testing-guide}/SKILL.md +12 -7
- package/bundled/skills/{claude-code/testing-guide → testing-guide}/testing-pyramid.md +3 -3
- package/bundled/skills/testing-guide/testing-theory.md +2291 -0
- package/bundled/skills/tools/cline/.clinerules +79 -0
- package/bundled/skills/tools/cline/README.md +50 -0
- package/bundled/skills/tools/copilot/README.md +99 -0
- package/bundled/skills/tools/copilot/copilot-instructions.md +71 -0
- package/bundled/skills/tools/cursor/.cursorrules +101 -0
- package/bundled/skills/tools/cursor/README.md +50 -0
- package/bundled/skills/tools/windsurf/.windsurfrules +76 -0
- package/bundled/skills/tools/windsurf/README.md +51 -0
- package/bundled/skills/{claude-code/workflows → workflows}/README.md +1 -1
- package/bundled/skills/workflows/release.workflow.yaml +893 -0
- package/package.json +4 -1
- package/src/commands/agent.js +3 -9
- package/src/commands/check.js +189 -130
- package/src/commands/config.js +1316 -0
- package/src/commands/configure.js +3 -950
- package/src/commands/fix.js +53 -0
- package/src/commands/hitl.js +19 -0
- package/src/commands/init.js +320 -1030
- package/src/commands/list.js +4 -10
- package/src/commands/simulate.js +61 -0
- package/src/commands/skills.js +3 -9
- package/src/commands/spec.js +288 -0
- package/src/commands/start.js +373 -0
- package/src/commands/sweep.js +142 -0
- package/src/commands/update.js +138 -27
- package/src/commands/workflow.js +262 -10
- package/src/config/ai-agent-paths.js +89 -29
- package/src/core/constants.js +7 -1
- package/src/core/manifest.js +1 -0
- package/src/flows/init-flow.js +243 -0
- package/src/hitl/checkpoint.js +80 -0
- package/src/hitl/classifier.js +54 -0
- package/src/hitl/manager.js +88 -0
- package/src/i18n/messages.js +925 -99
- package/src/index.js +1 -0
- package/src/installers/integration-installer.js +237 -0
- package/src/installers/manifest-installer.js +131 -0
- package/src/installers/skills-installer.js +286 -0
- package/src/installers/standards-installer.js +193 -0
- package/src/missions/MissionManager.js +501 -0
- package/src/prompts/init.js +228 -130
- package/src/prompts/integrations.js +13 -1
- package/src/schemas/standard.schema.json +117 -0
- package/src/utils/agents-installer.js +2 -2
- package/src/utils/config-loader.js +47 -0
- package/src/utils/config-manager.js +108 -0
- package/src/utils/config-merger.js +47 -0
- package/src/utils/github.js +22 -18
- package/src/utils/inquirer-patch.js +98 -0
- package/src/utils/integration-generator.js +392 -58
- package/src/utils/reference-sync.js +69 -19
- package/src/utils/skills-installer.js +6 -3
- package/src/utils/standard-fixer.js +141 -0
- package/src/utils/standard-validator.js +329 -0
- package/src/utils/workflow-executor.js +886 -0
- package/src/utils/workflow-state.js +404 -0
- package/src/utils/workflows-installer.js +2 -2
- package/src/vibe/auto-sweep.js +349 -0
- package/src/vibe/micro-spec.js +428 -0
- package/standards-registry.json +278 -102
- package/bundled/locales/zh-CN/skills/claude-code/README.md +0 -174
- package/bundled/locales/zh-CN/skills/claude-code/test-coverage-assistant/SKILL.md +0 -282
- package/bundled/locales/zh-TW/skills/claude-code/README.md +0 -174
- package/bundled/skills/claude-code/README.md +0 -215
- package/bundled/skills/claude-code/commands/changelog.md +0 -57
- package/bundled/skills/claude-code/commands/derive-all.md +0 -214
- package/bundled/skills/claude-code/commands/derive-atdd.md +0 -177
- package/bundled/skills/claude-code/commands/derive-bdd.md +0 -158
- package/bundled/skills/claude-code/commands/derive-tdd.md +0 -259
- package/bundled/skills/claude-code/commands/docs.md +0 -75
- package/bundled/skills/claude-code/commands/release.md +0 -50
- package/bundled/skills/claude-code/commands/reverse-bdd.md +0 -264
- package/bundled/skills/claude-code/commands/reverse-spec.md +0 -185
- package/bundled/skills/claude-code/commands/reverse-tdd.md +0 -351
- package/bundled/skills/claude-code/commands/spec.md +0 -69
- package/bundled/skills/claude-code/methodology-system/integrated-flow.md +0 -322
- /package/bundled/skills/{claude-code/CONTRIBUTING.template.md → CONTRIBUTING.template.md} +0 -0
- /package/bundled/skills/{claude-code/ai → ai}/standards/checkin.ai.yaml +0 -0
- /package/bundled/skills/{claude-code/ai → ai}/standards/commit.ai.yaml +0 -0
- /package/bundled/skills/{claude-code/ai → ai}/standards/refactoring.ai.yaml +0 -0
- /package/bundled/skills/{claude-code/ai → ai}/standards/testing.ai.yaml +0 -0
- /package/bundled/skills/{claude-code/project-structure-guide → project-structure-guide}/language-patterns.md +0 -0
- /package/bundled/skills/{claude-code/workflows → workflows}/code-review.workflow.yaml +0 -0
- /package/bundled/skills/{claude-code/workflows → workflows}/feature-dev.workflow.yaml +0 -0
- /package/bundled/skills/{claude-code/workflows → workflows}/integrated-flow.workflow.yaml +0 -0
- /package/bundled/skills/{claude-code/workflows → workflows}/large-codebase-analysis.workflow.yaml +0 -0
package/src/i18n/messages.js
CHANGED
|
@@ -12,13 +12,121 @@ export const messages = {
|
|
|
12
12
|
// Common labels
|
|
13
13
|
recommended: 'Recommended',
|
|
14
14
|
advanced: 'Advanced',
|
|
15
|
+
checkboxHint: '(Space to select, A to toggle all, Enter to confirm)',
|
|
16
|
+
listHint: '(Use arrow keys to select, Enter to confirm)',
|
|
17
|
+
|
|
18
|
+
// Sweep Command
|
|
19
|
+
sweep: {
|
|
20
|
+
title: 'Auto-Sweep: Code Cleanup',
|
|
21
|
+
description: 'Scanning changed files for debug code and quality issues...',
|
|
22
|
+
scanning: 'Scanning changed files...',
|
|
23
|
+
scanComplete: 'Scan complete',
|
|
24
|
+
summaryTitle: 'Summary',
|
|
25
|
+
filesScanned: 'Files Scanned',
|
|
26
|
+
issuesFound: 'Issues Found',
|
|
27
|
+
issuesFixed: 'Issues Fixed',
|
|
28
|
+
issuesByType: 'Issues by Type',
|
|
29
|
+
fileDetails: 'File Details',
|
|
30
|
+
dryRunHint: 'This was a dry run. Use --fix to apply changes.',
|
|
31
|
+
example: 'Example',
|
|
32
|
+
noIssues: 'No issues found. Your code is clean!',
|
|
33
|
+
reportSaved: 'Report saved to',
|
|
34
|
+
error: 'Sweep failed'
|
|
35
|
+
},
|
|
36
|
+
|
|
37
|
+
// Spec Command (Micro-Spec)
|
|
38
|
+
spec: {
|
|
39
|
+
noIntent: 'Error: Please provide an intent description.',
|
|
40
|
+
example: 'Example',
|
|
41
|
+
createTitle: 'Micro-Spec Generation',
|
|
42
|
+
analyzing: 'Analyzing your intent...',
|
|
43
|
+
generating: 'Generating micro-spec...',
|
|
44
|
+
generated: 'Micro-spec generated',
|
|
45
|
+
confirmQuestion: 'How would you like to proceed?',
|
|
46
|
+
confirm: 'Confirm and proceed',
|
|
47
|
+
edit: 'Edit the spec',
|
|
48
|
+
skip: 'Skip (keep as draft)',
|
|
49
|
+
discard: 'Discard',
|
|
50
|
+
confirmed: 'Spec confirmed and ready for implementation!',
|
|
51
|
+
editHint: 'Edit the spec at:',
|
|
52
|
+
confirmLater: 'Run `uds spec confirm <id>` when ready',
|
|
53
|
+
discarded: 'Spec discarded.',
|
|
54
|
+
savedAsDraft: 'Spec saved as draft.',
|
|
55
|
+
autoConfirmed: 'Spec auto-confirmed.',
|
|
56
|
+
savedTo: 'Saved to',
|
|
57
|
+
specId: 'Spec ID',
|
|
58
|
+
error: 'Failed to generate spec',
|
|
59
|
+
listTitle: 'Micro-Specs',
|
|
60
|
+
noSpecs: 'No micro-specs found.',
|
|
61
|
+
createHint: 'Create one with: uds spec create "your intent"',
|
|
62
|
+
total: 'Total',
|
|
63
|
+
noId: 'Error: Please provide a spec ID.',
|
|
64
|
+
notFound: 'Spec not found: ',
|
|
65
|
+
archived: 'Spec archived successfully.',
|
|
66
|
+
deleteConfirm: 'Are you sure you want to delete this spec?',
|
|
67
|
+
deleteCancelled: 'Delete cancelled.',
|
|
68
|
+
deleted: 'Spec deleted.'
|
|
69
|
+
},
|
|
70
|
+
|
|
71
|
+
// Mission Command
|
|
72
|
+
mission: {
|
|
73
|
+
activeExists: 'An active mission already exists:',
|
|
74
|
+
existingAction: 'What would you like to do?',
|
|
75
|
+
resume: 'Resume existing mission',
|
|
76
|
+
cancel: 'Cancel existing and start new',
|
|
77
|
+
abort: 'Abort (do nothing)',
|
|
78
|
+
aborted: 'Operation cancelled.',
|
|
79
|
+
resuming: 'Resuming existing mission...',
|
|
80
|
+
previousCancelled: 'Previous mission cancelled.',
|
|
81
|
+
selectType: 'Select mission type:',
|
|
82
|
+
enterIntent: 'Describe your goal:',
|
|
83
|
+
intentRequired: 'Intent is required',
|
|
84
|
+
created: 'Mission created!',
|
|
85
|
+
suggestedWorkflow: 'Suggested workflow:',
|
|
86
|
+
nextSteps: 'Next steps:',
|
|
87
|
+
useSpecCreate: 'Create specs:',
|
|
88
|
+
useStatus: 'Check status:',
|
|
89
|
+
usePause: 'Pause mission:',
|
|
90
|
+
planningPhase: 'Mission is now in planning phase.',
|
|
91
|
+
noActive: 'No active mission.',
|
|
92
|
+
startHint: 'Start one with: uds start <type> "<intent>"',
|
|
93
|
+
paused: 'Mission paused.',
|
|
94
|
+
resumed: 'Mission resumed!',
|
|
95
|
+
confirmCancel: 'Cancel this mission?',
|
|
96
|
+
cancelAborted: 'Operation cancelled.',
|
|
97
|
+
cancelled: 'Mission cancelled.',
|
|
98
|
+
noMissions: 'No missions found.',
|
|
99
|
+
listTitle: 'Missions:'
|
|
100
|
+
},
|
|
101
|
+
|
|
102
|
+
// Display Language (first prompt - English only since language not yet selected)
|
|
103
|
+
displayLanguage: {
|
|
104
|
+
title: 'Display Language',
|
|
105
|
+
description: 'Select the language for CLI messages and AI Agent instructions',
|
|
106
|
+
question: 'Select display language:',
|
|
107
|
+
choices: {
|
|
108
|
+
en: 'English',
|
|
109
|
+
'zh-tw': '繁體中文 (Traditional Chinese)',
|
|
110
|
+
'zh-cn': '简体中文 (Simplified Chinese)'
|
|
111
|
+
},
|
|
112
|
+
explanations: {
|
|
113
|
+
en: ' → CLI messages and AI Agent instructions will be in English',
|
|
114
|
+
'zh-tw': ' → CLI 訊息和 AI Agent 指示將使用繁體中文',
|
|
115
|
+
'zh-cn': ' → CLI 消息和 AI Agent 指示将使用简体中文'
|
|
116
|
+
}
|
|
117
|
+
},
|
|
15
118
|
|
|
16
119
|
// Content Mode
|
|
17
120
|
contentMode: {
|
|
18
121
|
title: 'Content Mode:',
|
|
19
|
-
description: 'Control how much standards content is embedded in AI
|
|
20
|
-
description2: '
|
|
122
|
+
description: 'Control how much standards content is embedded in AI assistant configuration files',
|
|
123
|
+
description2: '(Affects Claude Code CLAUDE.md, Cursor .cursorrules, Copilot Instructions, etc.)',
|
|
21
124
|
question: 'Select content mode:',
|
|
125
|
+
labels: {
|
|
126
|
+
index: 'Standard',
|
|
127
|
+
full: 'Full Embed',
|
|
128
|
+
minimal: 'Minimal'
|
|
129
|
+
},
|
|
22
130
|
choices: {
|
|
23
131
|
index: 'Summary + task mapping, AI knows when to read which standard',
|
|
24
132
|
full: 'Embed all rules, AI can use immediately but larger file',
|
|
@@ -48,6 +156,11 @@ export const messages = {
|
|
|
48
156
|
title: 'Adoption Level:',
|
|
49
157
|
description: 'Choose how many standards to adopt, higher levels are more comprehensive',
|
|
50
158
|
question: 'Select adoption level:',
|
|
159
|
+
labels: {
|
|
160
|
+
1: 'Level 1: Starter',
|
|
161
|
+
2: 'Level 2: Professional',
|
|
162
|
+
3: 'Level 3: Complete'
|
|
163
|
+
},
|
|
51
164
|
choices: {
|
|
52
165
|
1: '6 core standards: commit, anti-hallucination, checkin, etc.',
|
|
53
166
|
2: 'Adds testing, Git workflow, error handling - 12 total',
|
|
@@ -74,6 +187,11 @@ export const messages = {
|
|
|
74
187
|
title: 'Standards Format:',
|
|
75
188
|
description: 'Choose file format for standards, affects AI reading efficiency and human readability',
|
|
76
189
|
question: 'Select standards format:',
|
|
190
|
+
labels: {
|
|
191
|
+
ai: 'Compact',
|
|
192
|
+
human: 'Detailed',
|
|
193
|
+
both: 'Both'
|
|
194
|
+
},
|
|
77
195
|
choices: {
|
|
78
196
|
ai: 'YAML format, fewer tokens, faster AI parsing',
|
|
79
197
|
human: 'Full Markdown with examples, best for team learning',
|
|
@@ -92,9 +210,13 @@ export const messages = {
|
|
|
92
210
|
description: 'Choose how many standard files to install in project',
|
|
93
211
|
description2: '(Skills installed, lean installation available)',
|
|
94
212
|
question: 'Select installation scope:',
|
|
213
|
+
labels: {
|
|
214
|
+
minimal: 'Lean',
|
|
215
|
+
full: 'Complete'
|
|
216
|
+
},
|
|
95
217
|
choices: {
|
|
96
218
|
minimal: 'Reference docs only, Skills provide real-time task guidance',
|
|
97
|
-
full: 'Install all standard files,
|
|
219
|
+
full: 'Install all standard files, not just relying on Skills'
|
|
98
220
|
},
|
|
99
221
|
explanations: {
|
|
100
222
|
minimal: [
|
|
@@ -103,7 +225,8 @@ export const messages = {
|
|
|
103
225
|
],
|
|
104
226
|
full: [
|
|
105
227
|
' → .standards/ contains all standards (~16 files)',
|
|
106
|
-
' → Can view complete standards even if Skills unavailable'
|
|
228
|
+
' → Can view complete standards even if Skills unavailable',
|
|
229
|
+
' → Note: More files means more AI context window usage'
|
|
107
230
|
]
|
|
108
231
|
}
|
|
109
232
|
},
|
|
@@ -113,6 +236,11 @@ export const messages = {
|
|
|
113
236
|
title: 'Git Workflow:',
|
|
114
237
|
description: 'Choose branching strategy, affects team collaboration and release process',
|
|
115
238
|
question: 'Select Git branching strategy:',
|
|
239
|
+
labels: {
|
|
240
|
+
'github-flow': 'GitHub Flow',
|
|
241
|
+
gitflow: 'Gitflow',
|
|
242
|
+
'trunk-based': 'Trunk-Based'
|
|
243
|
+
},
|
|
116
244
|
choices: {
|
|
117
245
|
'github-flow': 'Simple PR workflow, good for continuous deployment',
|
|
118
246
|
gitflow: 'develop/release branches, good for scheduled releases',
|
|
@@ -139,6 +267,11 @@ export const messages = {
|
|
|
139
267
|
title: 'Merge Strategy:',
|
|
140
268
|
description: 'Choose merge strategy, affects how Git history is displayed',
|
|
141
269
|
question: 'Select merge strategy:',
|
|
270
|
+
labels: {
|
|
271
|
+
squash: 'Squash',
|
|
272
|
+
'merge-commit': 'Merge Commit',
|
|
273
|
+
'rebase-ff': 'Rebase + FF'
|
|
274
|
+
},
|
|
142
275
|
choices: {
|
|
143
276
|
squash: 'One commit per PR, clean history',
|
|
144
277
|
'merge-commit': 'Preserve full branch history, create merge commit',
|
|
@@ -166,6 +299,12 @@ export const messages = {
|
|
|
166
299
|
description: 'Select test levels to include (test pyramid)',
|
|
167
300
|
description2: 'Percentages are recommended coverage ratios',
|
|
168
301
|
question: 'Select test levels:',
|
|
302
|
+
labels: {
|
|
303
|
+
unit: 'Unit',
|
|
304
|
+
integration: 'Integration',
|
|
305
|
+
system: 'System',
|
|
306
|
+
e2e: 'E2E'
|
|
307
|
+
},
|
|
169
308
|
choices: {
|
|
170
309
|
unit: 'Test individual functions, fast feedback',
|
|
171
310
|
integration: 'Test component interactions, API calls',
|
|
@@ -194,7 +333,7 @@ export const messages = {
|
|
|
194
333
|
|
|
195
334
|
// AI Tools Selection
|
|
196
335
|
aiTools: {
|
|
197
|
-
title: 'AI Development Tools
|
|
336
|
+
title: 'AI Development Tools',
|
|
198
337
|
description: 'Select the AI coding assistants you use with this project',
|
|
199
338
|
question: 'Which AI tools are you using?',
|
|
200
339
|
separators: {
|
|
@@ -204,7 +343,7 @@ export const messages = {
|
|
|
204
343
|
gemini: '── Gemini Tools ──'
|
|
205
344
|
},
|
|
206
345
|
choices: {
|
|
207
|
-
claudeCode: '
|
|
346
|
+
claudeCode: '',
|
|
208
347
|
none: 'None / Skip'
|
|
209
348
|
}
|
|
210
349
|
},
|
|
@@ -215,12 +354,13 @@ export const messages = {
|
|
|
215
354
|
description: 'Choose where to install Skills',
|
|
216
355
|
descriptionWithTools: 'Skills will work with:',
|
|
217
356
|
question: 'Where should Skills be installed?',
|
|
218
|
-
questionMulti: 'Select where to install Skills
|
|
357
|
+
questionMulti: 'Select where to install Skills:',
|
|
219
358
|
marketplaceWarning: 'Claude Code Skills installed via Marketplace',
|
|
220
359
|
coexistNote: 'File installation will coexist with Marketplace version',
|
|
221
360
|
separatorFileInstall: '── Or choose file installation location ──',
|
|
222
361
|
validationNoMix: 'Cannot select "Skip" with other options',
|
|
223
362
|
installCount: 'Will install Skills to {count} location(s)',
|
|
363
|
+
gitSharingHint: 'Tip: Commit .claude/skills/ to Git to share with your team',
|
|
224
364
|
choices: {
|
|
225
365
|
marketplace: 'Auto-updates, easy version management',
|
|
226
366
|
userLevel: 'User Level',
|
|
@@ -237,14 +377,24 @@ export const messages = {
|
|
|
237
377
|
}
|
|
238
378
|
},
|
|
239
379
|
|
|
380
|
+
// Marketplace Installation Guide
|
|
381
|
+
marketplaceInstall: {
|
|
382
|
+
claudeCodeTip: 'Claude Code can be installed via Marketplace:',
|
|
383
|
+
guide: 'Please run the following command in Claude Code:',
|
|
384
|
+
note: 'After installation, Skills will auto-load and stay updated.',
|
|
385
|
+
alreadyInstalled: 'Marketplace plugin already installed.',
|
|
386
|
+
version: 'Version'
|
|
387
|
+
},
|
|
388
|
+
|
|
240
389
|
// Commands Installation
|
|
241
390
|
commandsInstallation: {
|
|
242
391
|
title: 'Slash Commands Installation',
|
|
243
392
|
description: 'The following AI Agents support slash commands:',
|
|
244
393
|
question: 'Select AI Agents to install slash commands',
|
|
245
|
-
questionMulti: 'Select where to install slash commands
|
|
394
|
+
questionMulti: 'Select where to install slash commands:',
|
|
246
395
|
installCount: 'Will install 15 slash commands for {count} AI Agent(s)',
|
|
247
396
|
validationNoMix: 'Cannot select "Skip" with other options',
|
|
397
|
+
gitSharingHint: 'Tip: Commit .claude/commands/ to Git to share with your team',
|
|
248
398
|
choices: {
|
|
249
399
|
skip: 'Skip (use Skills instead)',
|
|
250
400
|
userLevel: 'User Level',
|
|
@@ -315,6 +465,13 @@ export const messages = {
|
|
|
315
465
|
experimental: '⚠️ [Experimental] This feature will be redesigned in v4.0',
|
|
316
466
|
description: 'Select a methodology to guide your development workflow.',
|
|
317
467
|
question: 'Which development methodology do you want to use?',
|
|
468
|
+
labels: {
|
|
469
|
+
tdd: 'TDD',
|
|
470
|
+
bdd: 'BDD',
|
|
471
|
+
sdd: 'SDD',
|
|
472
|
+
atdd: 'ATDD',
|
|
473
|
+
none: 'None'
|
|
474
|
+
},
|
|
318
475
|
choices: {
|
|
319
476
|
tdd: 'Test-Driven Development (Red → Green → Refactor)',
|
|
320
477
|
bdd: 'Behavior-Driven Development (Given-When-Then)',
|
|
@@ -364,8 +521,13 @@ export const messages = {
|
|
|
364
521
|
// promptIntegrationMode
|
|
365
522
|
mode: {
|
|
366
523
|
title: 'Integration Configuration:',
|
|
367
|
-
description: 'Configure how AI
|
|
524
|
+
description: 'Configure how AI assistant rule files are generated (CLAUDE.md, .cursorrules, etc.)',
|
|
368
525
|
question: 'How would you like to configure integration files?',
|
|
526
|
+
labels: {
|
|
527
|
+
default: 'Default',
|
|
528
|
+
custom: 'Custom',
|
|
529
|
+
merge: 'Merge'
|
|
530
|
+
},
|
|
369
531
|
choices: {
|
|
370
532
|
default: 'Use standard rule set',
|
|
371
533
|
custom: 'Select specific rules to include',
|
|
@@ -379,6 +541,17 @@ export const messages = {
|
|
|
379
541
|
question: 'Select rule categories:',
|
|
380
542
|
validation: 'Please select at least one category'
|
|
381
543
|
},
|
|
544
|
+
// Category labels for display
|
|
545
|
+
categoryLabels: {
|
|
546
|
+
'anti-hallucination': 'Anti-Hallucination',
|
|
547
|
+
'commit-standards': 'Commit Standards',
|
|
548
|
+
'code-review': 'Code Review',
|
|
549
|
+
testing: 'Testing',
|
|
550
|
+
documentation: 'Documentation',
|
|
551
|
+
'git-workflow': 'Git Workflow',
|
|
552
|
+
'error-handling': 'Error Handling',
|
|
553
|
+
'project-structure': 'Project Structure'
|
|
554
|
+
},
|
|
382
555
|
// promptLanguageRules
|
|
383
556
|
languageRules: {
|
|
384
557
|
title: 'Language-Specific Rules:',
|
|
@@ -441,6 +614,54 @@ export const messages = {
|
|
|
441
614
|
noExistingFile: 'No existing rules file found. Using default mode.'
|
|
442
615
|
},
|
|
443
616
|
|
|
617
|
+
// Unified config menu (uds config with no arguments)
|
|
618
|
+
config: {
|
|
619
|
+
menuQuestion: 'What would you like to configure?',
|
|
620
|
+
menuProjectSettings: 'Project settings (level, AI tools, Skills, format, workflow...)',
|
|
621
|
+
menuPreferences: 'Preferences (UI language, HITL threshold, Vibe Coding)',
|
|
622
|
+
menuShowConfig: 'Show current configuration (JSON)',
|
|
623
|
+
// Preferences / Vibe Coding init
|
|
624
|
+
initTitle: 'UDS Configuration Setup',
|
|
625
|
+
initQuestion: 'What would you like to configure?',
|
|
626
|
+
vibeMode: 'Vibe Coding Mode - For AI-assisted development',
|
|
627
|
+
missionMode: 'Mission Mode - For goal-oriented development',
|
|
628
|
+
customMode: 'Custom - Set individual options',
|
|
629
|
+
missionComingSoon: 'Mission mode setup coming soon!',
|
|
630
|
+
useStartCommand: 'For now, use: uds start <mission-type> <intent>',
|
|
631
|
+
customHint: 'Use: uds config set <key> <value>',
|
|
632
|
+
vibeModeTitle: 'Vibe Coding Configuration',
|
|
633
|
+
vibeModeDesc: 'Configure UDS for natural language-driven development',
|
|
634
|
+
selectPreset: 'Select a preset:',
|
|
635
|
+
presets: {
|
|
636
|
+
relaxed: {
|
|
637
|
+
name: 'Relaxed (Prototype/Hackathon)',
|
|
638
|
+
description: 'Maximum speed, minimal interrupts. Good for rapid prototyping.'
|
|
639
|
+
},
|
|
640
|
+
balanced: {
|
|
641
|
+
name: 'Balanced (Recommended)',
|
|
642
|
+
description: 'Good balance between speed and safety. Confirms critical actions.'
|
|
643
|
+
},
|
|
644
|
+
strict: {
|
|
645
|
+
name: 'Strict (Production)',
|
|
646
|
+
description: 'Maximum safety. Confirms most actions. Good for production code.'
|
|
647
|
+
}
|
|
648
|
+
},
|
|
649
|
+
applyingPreset: 'Applying preset:',
|
|
650
|
+
confirmApply: 'Apply these settings?',
|
|
651
|
+
cancelled: 'Configuration cancelled.',
|
|
652
|
+
vibeEnabled: 'Vibe Coding mode enabled!',
|
|
653
|
+
nextSteps: 'Next steps:',
|
|
654
|
+
useSpec: 'Generate specs:',
|
|
655
|
+
useSweep: 'Clean up code:',
|
|
656
|
+
useStart: 'Start a mission:',
|
|
657
|
+
// Display Language
|
|
658
|
+
displayLanguageOption: 'Display Language - Change UI language',
|
|
659
|
+
currentLanguage: 'Current language',
|
|
660
|
+
noLanguageChange: 'Language unchanged.',
|
|
661
|
+
languageUpdated: 'Display language updated!',
|
|
662
|
+
regenerateForLanguage: 'Regenerate AI tool integrations with new language?'
|
|
663
|
+
},
|
|
664
|
+
|
|
444
665
|
// Command output messages
|
|
445
666
|
commands: {
|
|
446
667
|
// Common messages used across commands
|
|
@@ -572,8 +793,8 @@ export const messages = {
|
|
|
572
793
|
skillsNotFileBased: 'Note: Marketplace skills are not file-based',
|
|
573
794
|
lastUpdated: 'Last updated',
|
|
574
795
|
skillsInstalled: '✓ Skills installed',
|
|
575
|
-
skillsGlobal: 'Global
|
|
576
|
-
skillsProject: 'Project
|
|
796
|
+
skillsGlobal: 'Global',
|
|
797
|
+
skillsProject: 'Project',
|
|
577
798
|
compatible: 'Compatible',
|
|
578
799
|
openCodeNote: 'Note: OpenCode auto-detects .claude/skills/',
|
|
579
800
|
considerMigrating: '⚠ Consider migrating to Plugin Marketplace',
|
|
@@ -602,7 +823,7 @@ export const messages = {
|
|
|
602
823
|
noAiToolFiles: 'No AI tool integration files configured.',
|
|
603
824
|
toFixIntegration: 'To fix integration issues:',
|
|
604
825
|
runUpdateToSync: '• Run `uds update` to sync all integration files',
|
|
605
|
-
runConfigureTools: '• Run `uds
|
|
826
|
+
runConfigureTools: '• Run `uds config --type ai_tools` to manage AI tools',
|
|
606
827
|
// Reference sync
|
|
607
828
|
refSyncStatus: 'Reference Sync Status:',
|
|
608
829
|
noRefsFound: 'No standard references found',
|
|
@@ -662,6 +883,11 @@ export const messages = {
|
|
|
662
883
|
userLevel: 'User level',
|
|
663
884
|
notInstalled: 'not installed',
|
|
664
885
|
noSkillsDetected: 'No Skills installation detected',
|
|
886
|
+
skillsMarketplaceInstalled: 'Marketplace',
|
|
887
|
+
// No AI tools selected - exit
|
|
888
|
+
noAiToolsSelected: 'No AI tools selected.',
|
|
889
|
+
noAiToolsExplanation: ' UDS provides development standards for AI coding assistants.',
|
|
890
|
+
noAiToolsExplanation2: ' Without an AI tool, there is nothing to install.',
|
|
665
891
|
// Integration
|
|
666
892
|
integrationConfig: 'Integration Configuration:',
|
|
667
893
|
sharedRuleConfig: 'All selected tools will share the same rule configuration.',
|
|
@@ -674,13 +900,17 @@ export const messages = {
|
|
|
674
900
|
contentModeFull: 'Full Embed',
|
|
675
901
|
contentModeIndex: 'Standard (recommended)',
|
|
676
902
|
contentModeMinimal: 'Minimal (core only)',
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
integrations: 'Integrations',
|
|
903
|
+
displayLanguageLabel: 'Display Language',
|
|
904
|
+
integrations: 'Generated Configs',
|
|
680
905
|
skillsLabel: 'Skills',
|
|
681
906
|
skillsMarketplace: 'Plugin Marketplace (managed by Claude Code)',
|
|
682
907
|
skillsInstallTo: 'install/update to {location}',
|
|
683
908
|
skillsUsingExisting: 'using existing ({location})',
|
|
909
|
+
skillsInstalledToCount: '{count} locations',
|
|
910
|
+
commandsLabel: 'Slash Commands',
|
|
911
|
+
commandsInstalledToCount: '{count} locations',
|
|
912
|
+
integrationConfigLabel: 'Integration Config',
|
|
913
|
+
ruleCategoriesLabel: 'Rule Categories',
|
|
684
914
|
gitWorkflow: 'Git Workflow',
|
|
685
915
|
mergeStrategy: 'Merge Strategy',
|
|
686
916
|
commitLanguage: 'Commit Language',
|
|
@@ -768,7 +998,7 @@ export const messages = {
|
|
|
768
998
|
// Integrations only
|
|
769
999
|
updatingIntegrationsOnly: 'Updating integration files only...',
|
|
770
1000
|
noAiToolsConfigured: '⚠ No AI tools configured in manifest.',
|
|
771
|
-
runConfigure: 'Run `uds
|
|
1001
|
+
runConfigure: 'Run `uds config` to add AI tools.',
|
|
772
1002
|
regeneratingIntegrations: 'Regenerating integration files...',
|
|
773
1003
|
regeneratedIntegrations: 'Regenerated {count} integration files',
|
|
774
1004
|
integrationsSuccess: '✓ Integration files updated successfully!',
|
|
@@ -814,6 +1044,19 @@ export const messages = {
|
|
|
814
1044
|
newSkillsInstalledWithErrors: 'Installed Skills with {errors} errors',
|
|
815
1045
|
newCommandsInstalled: 'Installed commands for {count} AI tools',
|
|
816
1046
|
newCommandsInstalledWithErrors: 'Installed commands with {errors} errors',
|
|
1047
|
+
// Outdated Skills/Commands
|
|
1048
|
+
skillsOutdatedFor: 'Skills updates available for these AI tools:',
|
|
1049
|
+
commandsOutdatedFor: 'Commands updates available for these AI tools:',
|
|
1050
|
+
selectSkillsToUpdate: 'Select AI tools to update Skills for:',
|
|
1051
|
+
selectCommandsToUpdate: 'Select AI tools to update Commands for:',
|
|
1052
|
+
skipSkillsUpdate: 'Skip Skills update',
|
|
1053
|
+
skipCommandsUpdate: 'Skip Commands update',
|
|
1054
|
+
updatingSkills: 'Updating Skills...',
|
|
1055
|
+
skillsUpdated: 'Updated Skills for {count} AI tools',
|
|
1056
|
+
skillsUpdatedWithErrors: 'Updated Skills with {errors} errors',
|
|
1057
|
+
updatingCommands: 'Updating Commands...',
|
|
1058
|
+
commandsUpdated: 'Updated Commands for {count} AI tools',
|
|
1059
|
+
commandsUpdatedWithErrors: 'Updated Commands with {errors} errors',
|
|
817
1060
|
// Marketplace detection
|
|
818
1061
|
alreadyViaMarketplace: 'already via Marketplace',
|
|
819
1062
|
marketplaceCoexistNote: 'Note: File-based installation will coexist with Marketplace version'
|
|
@@ -865,7 +1108,7 @@ export const messages = {
|
|
|
865
1108
|
optionSkills: 'Skills - Manage Skills installations',
|
|
866
1109
|
optionCommands: 'Commands - Manage slash commands',
|
|
867
1110
|
noAiToolsConfigured: 'No AI tools configured',
|
|
868
|
-
addAiToolsFirst: 'Add AI tools first with: uds
|
|
1111
|
+
addAiToolsFirst: 'Add AI tools first with: uds config --type ai_tools',
|
|
869
1112
|
currentSkillsStatus: 'Current Skills status:',
|
|
870
1113
|
currentCommandsStatus: 'Current Commands status:',
|
|
871
1114
|
notInstalled: 'Not installed',
|
|
@@ -909,13 +1152,121 @@ export const messages = {
|
|
|
909
1152
|
// Common labels
|
|
910
1153
|
recommended: '推薦',
|
|
911
1154
|
advanced: '進階',
|
|
1155
|
+
checkboxHint: '(空格選擇、A 全選/取消、Enter 確認)',
|
|
1156
|
+
listHint: '(使用方向鍵選擇,Enter 確認)',
|
|
1157
|
+
|
|
1158
|
+
// Sweep Command
|
|
1159
|
+
sweep: {
|
|
1160
|
+
title: '自動清理:程式碼整理',
|
|
1161
|
+
description: '正在掃描變更的檔案,檢查除錯程式碼和品質問題...',
|
|
1162
|
+
scanning: '正在掃描變更的檔案...',
|
|
1163
|
+
scanComplete: '掃描完成',
|
|
1164
|
+
summaryTitle: '摘要',
|
|
1165
|
+
filesScanned: '掃描檔案數',
|
|
1166
|
+
issuesFound: '發現問題數',
|
|
1167
|
+
issuesFixed: '已修復問題數',
|
|
1168
|
+
issuesByType: '問題類型統計',
|
|
1169
|
+
fileDetails: '檔案詳情',
|
|
1170
|
+
dryRunHint: '這是預覽模式。使用 --fix 套用變更。',
|
|
1171
|
+
example: '範例',
|
|
1172
|
+
noIssues: '沒有發現問題。您的程式碼很乾淨!',
|
|
1173
|
+
reportSaved: '報告已儲存至',
|
|
1174
|
+
error: '清理失敗'
|
|
1175
|
+
},
|
|
1176
|
+
|
|
1177
|
+
// Spec Command (Micro-Spec)
|
|
1178
|
+
spec: {
|
|
1179
|
+
noIntent: '錯誤:請提供意圖描述。',
|
|
1180
|
+
example: '範例',
|
|
1181
|
+
createTitle: '微規格生成',
|
|
1182
|
+
analyzing: '正在分析您的意圖...',
|
|
1183
|
+
generating: '正在生成微規格...',
|
|
1184
|
+
generated: '微規格已生成',
|
|
1185
|
+
confirmQuestion: '您想如何處理?',
|
|
1186
|
+
confirm: '確認並繼續',
|
|
1187
|
+
edit: '編輯規格',
|
|
1188
|
+
skip: '跳過(保留為草稿)',
|
|
1189
|
+
discard: '放棄',
|
|
1190
|
+
confirmed: '規格已確認,準備實作!',
|
|
1191
|
+
editHint: '編輯規格於:',
|
|
1192
|
+
confirmLater: '準備好後執行 `uds spec confirm <id>`',
|
|
1193
|
+
discarded: '規格已放棄。',
|
|
1194
|
+
savedAsDraft: '規格已儲存為草稿。',
|
|
1195
|
+
autoConfirmed: '規格已自動確認。',
|
|
1196
|
+
savedTo: '已儲存至',
|
|
1197
|
+
specId: '規格 ID',
|
|
1198
|
+
error: '生成規格失敗',
|
|
1199
|
+
listTitle: '微規格列表',
|
|
1200
|
+
noSpecs: '沒有找到微規格。',
|
|
1201
|
+
createHint: '使用以下命令建立:uds spec create "您的意圖"',
|
|
1202
|
+
total: '總計',
|
|
1203
|
+
noId: '錯誤:請提供規格 ID。',
|
|
1204
|
+
notFound: '找不到規格:',
|
|
1205
|
+
archived: '規格已成功歸檔。',
|
|
1206
|
+
deleteConfirm: '確定要刪除此規格嗎?',
|
|
1207
|
+
deleteCancelled: '刪除已取消。',
|
|
1208
|
+
deleted: '規格已刪除。'
|
|
1209
|
+
},
|
|
1210
|
+
|
|
1211
|
+
// Mission Command
|
|
1212
|
+
mission: {
|
|
1213
|
+
activeExists: '已存在進行中的任務:',
|
|
1214
|
+
existingAction: '您想怎麼做?',
|
|
1215
|
+
resume: '繼續現有任務',
|
|
1216
|
+
cancel: '取消現有任務並開始新任務',
|
|
1217
|
+
abort: '中止(不執行任何操作)',
|
|
1218
|
+
aborted: '操作已取消。',
|
|
1219
|
+
resuming: '正在繼續現有任務...',
|
|
1220
|
+
previousCancelled: '已取消先前任務。',
|
|
1221
|
+
selectType: '選擇任務類型:',
|
|
1222
|
+
enterIntent: '描述您的目標:',
|
|
1223
|
+
intentRequired: '必須提供意圖描述',
|
|
1224
|
+
created: '任務已建立!',
|
|
1225
|
+
suggestedWorkflow: '建議的工作流程:',
|
|
1226
|
+
nextSteps: '後續步驟:',
|
|
1227
|
+
useSpecCreate: '建立規格:',
|
|
1228
|
+
useStatus: '查看狀態:',
|
|
1229
|
+
usePause: '暫停任務:',
|
|
1230
|
+
planningPhase: '任務現在處於規劃階段。',
|
|
1231
|
+
noActive: '沒有進行中的任務。',
|
|
1232
|
+
startHint: '使用以下命令開始:uds start <類型> "<意圖>"',
|
|
1233
|
+
paused: '任務已暫停。',
|
|
1234
|
+
resumed: '任務已繼續!',
|
|
1235
|
+
confirmCancel: '確定要取消此任務嗎?',
|
|
1236
|
+
cancelAborted: '操作已取消。',
|
|
1237
|
+
cancelled: '任務已取消。',
|
|
1238
|
+
noMissions: '找不到任務。',
|
|
1239
|
+
listTitle: '任務列表:'
|
|
1240
|
+
},
|
|
1241
|
+
|
|
1242
|
+
// Display Language (first prompt - English only since language not yet selected)
|
|
1243
|
+
displayLanguage: {
|
|
1244
|
+
title: 'Display Language',
|
|
1245
|
+
description: '選擇 CLI 訊息和 AI Agent 指示的語言',
|
|
1246
|
+
question: 'Select display language:',
|
|
1247
|
+
choices: {
|
|
1248
|
+
en: 'English',
|
|
1249
|
+
'zh-tw': '繁體中文 (Traditional Chinese)',
|
|
1250
|
+
'zh-cn': '简体中文 (Simplified Chinese)'
|
|
1251
|
+
},
|
|
1252
|
+
explanations: {
|
|
1253
|
+
en: ' → CLI messages and AI Agent instructions will be in English',
|
|
1254
|
+
'zh-tw': ' → CLI 訊息和 AI Agent 指示將使用繁體中文',
|
|
1255
|
+
'zh-cn': ' → CLI 消息和 AI Agent 指示将使用简体中文'
|
|
1256
|
+
}
|
|
1257
|
+
},
|
|
912
1258
|
|
|
913
1259
|
// Content Mode
|
|
914
1260
|
contentMode: {
|
|
915
|
-
title: '
|
|
916
|
-
description: '控制 AI
|
|
917
|
-
description2: '
|
|
918
|
-
question: '
|
|
1261
|
+
title: '內容模式:',
|
|
1262
|
+
description: '控制 AI 助手的配置檔中嵌入多少規範內容',
|
|
1263
|
+
description2: '(影響 Claude Code CLAUDE.md, Cursor .cursorrules, Copilot 指示檔等)',
|
|
1264
|
+
question: '選擇內容模式:',
|
|
1265
|
+
labels: {
|
|
1266
|
+
index: '標準',
|
|
1267
|
+
full: '完整嵌入',
|
|
1268
|
+
minimal: '最小化'
|
|
1269
|
+
},
|
|
919
1270
|
choices: {
|
|
920
1271
|
index: '摘要 + 任務對照表,AI 知道何時讀哪個規範',
|
|
921
1272
|
full: '完整嵌入所有規則,AI 立即可用但檔案較大',
|
|
@@ -942,9 +1293,14 @@ export const messages = {
|
|
|
942
1293
|
|
|
943
1294
|
// Adoption Level
|
|
944
1295
|
level: {
|
|
945
|
-
title: '
|
|
1296
|
+
title: '採用等級:',
|
|
946
1297
|
description: '選擇要採用的標準數量,等級越高涵蓋越完整',
|
|
947
|
-
question: '
|
|
1298
|
+
question: '選擇採用等級:',
|
|
1299
|
+
labels: {
|
|
1300
|
+
1: 'Level 1: 入門',
|
|
1301
|
+
2: 'Level 2: 專業',
|
|
1302
|
+
3: 'Level 3: 完整'
|
|
1303
|
+
},
|
|
948
1304
|
choices: {
|
|
949
1305
|
1: '提交規範、反幻覺、簽入檢查等 6 項核心',
|
|
950
1306
|
2: '加入測試、Git 流程、錯誤處理共 12 項',
|
|
@@ -968,9 +1324,14 @@ export const messages = {
|
|
|
968
1324
|
|
|
969
1325
|
// Standards Format
|
|
970
1326
|
format: {
|
|
971
|
-
title: '
|
|
1327
|
+
title: '標準格式:',
|
|
972
1328
|
description: '選擇標準檔案的格式,影響 AI 讀取效率和人類可讀性',
|
|
973
|
-
question: '
|
|
1329
|
+
question: '選擇標準格式:',
|
|
1330
|
+
labels: {
|
|
1331
|
+
ai: '精簡',
|
|
1332
|
+
human: '詳細',
|
|
1333
|
+
both: '兩者'
|
|
1334
|
+
},
|
|
974
1335
|
choices: {
|
|
975
1336
|
ai: 'YAML 格式,token 少,AI 解析快',
|
|
976
1337
|
human: '完整 Markdown,含範例說明,適合團隊學習',
|
|
@@ -985,13 +1346,17 @@ export const messages = {
|
|
|
985
1346
|
|
|
986
1347
|
// Standards Scope
|
|
987
1348
|
scope: {
|
|
988
|
-
title: '
|
|
1349
|
+
title: '標準安裝範圍:',
|
|
989
1350
|
description: '選擇要安裝多少標準檔案到專案中',
|
|
990
1351
|
description2: '(已安裝 Skills,可選擇精簡安裝)',
|
|
991
|
-
question: '
|
|
1352
|
+
question: '選擇安裝範圍:',
|
|
1353
|
+
labels: {
|
|
1354
|
+
minimal: '精簡',
|
|
1355
|
+
full: '完整'
|
|
1356
|
+
},
|
|
992
1357
|
choices: {
|
|
993
1358
|
minimal: '只裝參考文件,Skills 即時提供任務導向指引',
|
|
994
|
-
full: '
|
|
1359
|
+
full: '安裝全部標準檔案,不僅只依賴 Skills'
|
|
995
1360
|
},
|
|
996
1361
|
explanations: {
|
|
997
1362
|
minimal: [
|
|
@@ -1000,16 +1365,22 @@ export const messages = {
|
|
|
1000
1365
|
],
|
|
1001
1366
|
full: [
|
|
1002
1367
|
' → .standards/ 包含全部標準(約 16 個檔案)',
|
|
1003
|
-
' → 即使 Skills 不可用也能查閱完整規範'
|
|
1368
|
+
' → 即使 Skills 不可用也能查閱完整規範',
|
|
1369
|
+
' → 注意:檔案越多,AI Context Window 使用量越大'
|
|
1004
1370
|
]
|
|
1005
1371
|
}
|
|
1006
1372
|
},
|
|
1007
1373
|
|
|
1008
1374
|
// Git Workflow
|
|
1009
1375
|
gitWorkflow: {
|
|
1010
|
-
title: 'Git
|
|
1376
|
+
title: 'Git 工作流程:',
|
|
1011
1377
|
description: '選擇分支策略,影響團隊協作和發布流程',
|
|
1012
|
-
question: '選擇 Git
|
|
1378
|
+
question: '選擇 Git 分支策略:',
|
|
1379
|
+
labels: {
|
|
1380
|
+
'github-flow': 'GitHub Flow',
|
|
1381
|
+
gitflow: 'Gitflow',
|
|
1382
|
+
'trunk-based': 'Trunk-Based'
|
|
1383
|
+
},
|
|
1013
1384
|
choices: {
|
|
1014
1385
|
'github-flow': '簡單 PR 流程,適合持續部署',
|
|
1015
1386
|
gitflow: 'develop/release 分支,適合定期發布',
|
|
@@ -1033,9 +1404,14 @@ export const messages = {
|
|
|
1033
1404
|
|
|
1034
1405
|
// Merge Strategy
|
|
1035
1406
|
mergeStrategy: {
|
|
1036
|
-
title: '
|
|
1407
|
+
title: '合併策略:',
|
|
1037
1408
|
description: '選擇合併策略,影響 Git 歷史紀錄的呈現方式',
|
|
1038
|
-
question: '
|
|
1409
|
+
question: '選擇合併策略:',
|
|
1410
|
+
labels: {
|
|
1411
|
+
squash: 'Squash',
|
|
1412
|
+
'merge-commit': 'Merge Commit',
|
|
1413
|
+
'rebase-ff': 'Rebase + FF'
|
|
1414
|
+
},
|
|
1039
1415
|
choices: {
|
|
1040
1416
|
squash: '每個 PR 一個 commit,歷史乾淨',
|
|
1041
1417
|
'merge-commit': '保留完整分支歷史,建立合併 commit',
|
|
@@ -1059,10 +1435,16 @@ export const messages = {
|
|
|
1059
1435
|
|
|
1060
1436
|
// Test Levels
|
|
1061
1437
|
testLevels: {
|
|
1062
|
-
title: '
|
|
1438
|
+
title: '測試覆蓋:',
|
|
1063
1439
|
description: '選擇要包含的測試層級(測試金字塔)',
|
|
1064
1440
|
description2: '百分比為建議的覆蓋率比例',
|
|
1065
|
-
question: '
|
|
1441
|
+
question: '選擇測試層級:',
|
|
1442
|
+
labels: {
|
|
1443
|
+
'unit-testing': '單元測試',
|
|
1444
|
+
'integration-testing': '整合測試',
|
|
1445
|
+
'system-testing': '系統測試',
|
|
1446
|
+
'e2e-testing': 'E2E 測試'
|
|
1447
|
+
},
|
|
1066
1448
|
choices: {
|
|
1067
1449
|
unit: '測試個別函式,快速回饋',
|
|
1068
1450
|
integration: '測試元件互動、API 呼叫',
|
|
@@ -1091,9 +1473,9 @@ export const messages = {
|
|
|
1091
1473
|
|
|
1092
1474
|
// AI Tools Selection
|
|
1093
1475
|
aiTools: {
|
|
1094
|
-
title: 'AI
|
|
1476
|
+
title: 'AI 開發工具',
|
|
1095
1477
|
description: '選擇你在此專案中使用的 AI 程式助手',
|
|
1096
|
-
question: '你使用哪些 AI
|
|
1478
|
+
question: '你使用哪些 AI 工具?',
|
|
1097
1479
|
separators: {
|
|
1098
1480
|
dynamicSkills: '── 動態 Skills ──',
|
|
1099
1481
|
staticRules: '── 靜態規則檔案 ──',
|
|
@@ -1101,7 +1483,7 @@ export const messages = {
|
|
|
1101
1483
|
gemini: '── Gemini 工具 ──'
|
|
1102
1484
|
},
|
|
1103
1485
|
choices: {
|
|
1104
|
-
claudeCode: '
|
|
1486
|
+
claudeCode: '',
|
|
1105
1487
|
none: '無 / 跳過'
|
|
1106
1488
|
}
|
|
1107
1489
|
},
|
|
@@ -1111,13 +1493,14 @@ export const messages = {
|
|
|
1111
1493
|
title: 'Skills 安裝位置:',
|
|
1112
1494
|
description: '選擇 Skills 的安裝位置',
|
|
1113
1495
|
descriptionWithTools: 'Skills 將支援:',
|
|
1114
|
-
question: 'Skills
|
|
1115
|
-
questionMulti: '選擇要安裝 Skills
|
|
1496
|
+
question: 'Skills 要安裝在哪裡?',
|
|
1497
|
+
questionMulti: '選擇要安裝 Skills 的位置:',
|
|
1116
1498
|
marketplaceWarning: 'Claude Code Skills 已透過 Marketplace 安裝',
|
|
1117
1499
|
coexistNote: '檔案安裝將與 Marketplace 版本並存',
|
|
1118
1500
|
separatorFileInstall: '── 或選擇檔案安裝位置 ──',
|
|
1119
1501
|
validationNoMix: '選擇「跳過」時不能同時選擇其他選項',
|
|
1120
1502
|
installCount: '將安裝 Skills 到 {count} 個位置',
|
|
1503
|
+
gitSharingHint: '提示:將 .claude/skills/ 加入版控,即可與團隊共享',
|
|
1121
1504
|
choices: {
|
|
1122
1505
|
marketplace: '自動更新、輕鬆管理版本',
|
|
1123
1506
|
userLevel: '使用者層級',
|
|
@@ -1134,14 +1517,24 @@ export const messages = {
|
|
|
1134
1517
|
}
|
|
1135
1518
|
},
|
|
1136
1519
|
|
|
1520
|
+
// Marketplace Installation Guide
|
|
1521
|
+
marketplaceInstall: {
|
|
1522
|
+
claudeCodeTip: 'Claude Code 可透過 Marketplace 安裝:',
|
|
1523
|
+
guide: '請在 Claude Code 中執行以下指令:',
|
|
1524
|
+
note: '安裝完成後,Skills 將自動載入並保持更新。',
|
|
1525
|
+
alreadyInstalled: 'Marketplace 外掛已安裝。',
|
|
1526
|
+
version: '版本'
|
|
1527
|
+
},
|
|
1528
|
+
|
|
1137
1529
|
// Commands Installation
|
|
1138
1530
|
commandsInstallation: {
|
|
1139
1531
|
title: '斜線命令安裝',
|
|
1140
1532
|
description: '以下 AI Agent 支援斜線命令:',
|
|
1141
1533
|
question: '選擇要安裝斜線命令的 AI Agent',
|
|
1142
|
-
questionMulti: '
|
|
1534
|
+
questionMulti: '選擇要安裝斜線命令的位置:',
|
|
1143
1535
|
installCount: '將為 {count} 個 AI Agent 安裝 15 個斜線命令',
|
|
1144
1536
|
validationNoMix: '無法同時選擇「跳過」和其他選項',
|
|
1537
|
+
gitSharingHint: '提示:將 .claude/commands/ 加入版控,即可與團隊共享',
|
|
1145
1538
|
choices: {
|
|
1146
1539
|
skip: '跳過(使用 Skills 替代)',
|
|
1147
1540
|
userLevel: '使用者層級',
|
|
@@ -1157,7 +1550,7 @@ export const messages = {
|
|
|
1157
1550
|
commitLanguage: {
|
|
1158
1551
|
title: 'Commit 訊息語言:',
|
|
1159
1552
|
description: '選擇 commit 訊息的語言',
|
|
1160
|
-
question: '選擇 commit
|
|
1553
|
+
question: '選擇 commit 訊息語言:',
|
|
1161
1554
|
choices: {
|
|
1162
1555
|
english: '標準國際格式',
|
|
1163
1556
|
chinese: '適合中文團隊',
|
|
@@ -1172,7 +1565,7 @@ export const messages = {
|
|
|
1172
1565
|
|
|
1173
1566
|
// Install Mode
|
|
1174
1567
|
installMode: {
|
|
1175
|
-
question: '
|
|
1568
|
+
question: '選擇安裝模式:',
|
|
1176
1569
|
choices: {
|
|
1177
1570
|
skills: '使用 Claude Code Skills',
|
|
1178
1571
|
full: '安裝所有標準,不使用 Skills'
|
|
@@ -1193,7 +1586,7 @@ export const messages = {
|
|
|
1193
1586
|
adoptionLevelConfig: {
|
|
1194
1587
|
title: 'Adoption Level:',
|
|
1195
1588
|
currentLevel: '目前等級:',
|
|
1196
|
-
question: '
|
|
1589
|
+
question: '選擇新的採用等級:',
|
|
1197
1590
|
choices: {
|
|
1198
1591
|
1: '6 項核心標準',
|
|
1199
1592
|
2: '12 項標準',
|
|
@@ -1211,7 +1604,14 @@ export const messages = {
|
|
|
1211
1604
|
title: '開發方法論:',
|
|
1212
1605
|
experimental: '⚠️ [實驗性] 此功能將在 v4.0 重新設計',
|
|
1213
1606
|
description: '選擇指導開發流程的方法論',
|
|
1214
|
-
question: '
|
|
1607
|
+
question: '你想使用哪種開發方法論?',
|
|
1608
|
+
labels: {
|
|
1609
|
+
tdd: 'TDD',
|
|
1610
|
+
bdd: 'BDD',
|
|
1611
|
+
sdd: 'SDD',
|
|
1612
|
+
atdd: 'ATDD',
|
|
1613
|
+
none: '無'
|
|
1614
|
+
},
|
|
1215
1615
|
choices: {
|
|
1216
1616
|
tdd: '測試驅動開發 (Red → Green → Refactor)',
|
|
1217
1617
|
bdd: '行為驅動開發 (Given-When-Then)',
|
|
@@ -1226,7 +1626,7 @@ export const messages = {
|
|
|
1226
1626
|
title: 'AI 工具管理:',
|
|
1227
1627
|
currentlyInstalled: '目前已安裝:',
|
|
1228
1628
|
none: '無',
|
|
1229
|
-
question: '
|
|
1629
|
+
question: '你想做什麼?',
|
|
1230
1630
|
choices: {
|
|
1231
1631
|
add: '新增 AI 工具',
|
|
1232
1632
|
remove: '移除現有 AI 工具',
|
|
@@ -1247,7 +1647,7 @@ export const messages = {
|
|
|
1247
1647
|
title: 'Skills 有可用更新:',
|
|
1248
1648
|
projectLevel: '專案層級 (.claude/skills/):',
|
|
1249
1649
|
userLevel: '使用者層級 (~/.claude/skills/):',
|
|
1250
|
-
question: '
|
|
1650
|
+
question: '你想做什麼?',
|
|
1251
1651
|
choices: {
|
|
1252
1652
|
both: '更新所有 Skills 安裝',
|
|
1253
1653
|
project: '僅更新 .claude/skills/',
|
|
@@ -1261,8 +1661,13 @@ export const messages = {
|
|
|
1261
1661
|
// promptIntegrationMode
|
|
1262
1662
|
mode: {
|
|
1263
1663
|
title: '整合設定:',
|
|
1264
|
-
description: '設定 AI
|
|
1265
|
-
question: '
|
|
1664
|
+
description: '設定 AI 助手規則檔的產生方式(影響 CLAUDE.md, .cursorrules, GEMINI.md 等)',
|
|
1665
|
+
question: '你想如何設定整合檔案?',
|
|
1666
|
+
labels: {
|
|
1667
|
+
default: '預設',
|
|
1668
|
+
custom: '自訂',
|
|
1669
|
+
merge: '合併'
|
|
1670
|
+
},
|
|
1266
1671
|
choices: {
|
|
1267
1672
|
default: '使用標準規則集',
|
|
1268
1673
|
custom: '選擇要包含的特定規則',
|
|
@@ -1273,34 +1678,45 @@ export const messages = {
|
|
|
1273
1678
|
categories: {
|
|
1274
1679
|
title: '規則類別:',
|
|
1275
1680
|
description: '選擇要包含在整合檔案中的標準',
|
|
1276
|
-
question: '
|
|
1681
|
+
question: '選擇規則類別:',
|
|
1277
1682
|
validation: '請至少選擇一個類別'
|
|
1278
1683
|
},
|
|
1684
|
+
// Category labels for display
|
|
1685
|
+
categoryLabels: {
|
|
1686
|
+
'anti-hallucination': '反幻覺協議',
|
|
1687
|
+
'commit-standards': '提交訊息標準',
|
|
1688
|
+
'code-review': '程式碼審查',
|
|
1689
|
+
testing: '測試標準',
|
|
1690
|
+
documentation: '文件標準',
|
|
1691
|
+
'git-workflow': 'Git 工作流程',
|
|
1692
|
+
'error-handling': '錯誤處理',
|
|
1693
|
+
'project-structure': '專案結構'
|
|
1694
|
+
},
|
|
1279
1695
|
// promptLanguageRules
|
|
1280
1696
|
languageRules: {
|
|
1281
1697
|
title: '語言特定規則:',
|
|
1282
1698
|
description: '包含程式語言特定的編碼標準',
|
|
1283
|
-
question: '
|
|
1699
|
+
question: '包含語言特定規則:'
|
|
1284
1700
|
},
|
|
1285
1701
|
// promptExclusions
|
|
1286
1702
|
exclusions: {
|
|
1287
1703
|
title: '自訂排除:',
|
|
1288
1704
|
description: '指定要排除執行的規則或模式',
|
|
1289
|
-
question: '
|
|
1290
|
-
inputPrompt: '
|
|
1705
|
+
question: '是否要新增自訂排除?',
|
|
1706
|
+
inputPrompt: '輸入排除模式(用逗號分隔):'
|
|
1291
1707
|
},
|
|
1292
1708
|
// promptCustomRules
|
|
1293
1709
|
customRules: {
|
|
1294
1710
|
title: '專案特定規則:',
|
|
1295
1711
|
description: '新增專案特定的自訂規則',
|
|
1296
|
-
question: '
|
|
1297
|
-
inputPrompt: '
|
|
1712
|
+
question: '是否要新增專案特定的自訂規則?',
|
|
1713
|
+
inputPrompt: '輸入自訂規則(留空結束):'
|
|
1298
1714
|
},
|
|
1299
1715
|
// promptMergeStrategy (for integration files)
|
|
1300
1716
|
mergeStrategy: {
|
|
1301
1717
|
title: '偵測到現有規則:',
|
|
1302
1718
|
description: '選擇如何處理現有規則',
|
|
1303
|
-
question: '
|
|
1719
|
+
question: '如何處理現有規則?',
|
|
1304
1720
|
choices: {
|
|
1305
1721
|
append: '在現有規則後新增',
|
|
1306
1722
|
merge: '智慧合併(避免重複)',
|
|
@@ -1312,7 +1728,7 @@ export const messages = {
|
|
|
1312
1728
|
detailLevel: {
|
|
1313
1729
|
title: '規則詳細程度:',
|
|
1314
1730
|
description: '選擇產生規則的詳細程度',
|
|
1315
|
-
question: '
|
|
1731
|
+
question: '選擇規則詳細程度:',
|
|
1316
1732
|
choices: {
|
|
1317
1733
|
minimal: '僅基本規則(約 50 行)',
|
|
1318
1734
|
standard: '平衡覆蓋(約 150 行)',
|
|
@@ -1327,7 +1743,7 @@ export const messages = {
|
|
|
1327
1743
|
},
|
|
1328
1744
|
// promptRuleLanguage
|
|
1329
1745
|
ruleLanguage: {
|
|
1330
|
-
question: '
|
|
1746
|
+
question: '選擇規則文件語言:',
|
|
1331
1747
|
choices: {
|
|
1332
1748
|
en: 'English',
|
|
1333
1749
|
zhTw: '繁體中文',
|
|
@@ -1338,6 +1754,54 @@ export const messages = {
|
|
|
1338
1754
|
noExistingFile: '找不到現有規則檔案,使用預設模式。'
|
|
1339
1755
|
},
|
|
1340
1756
|
|
|
1757
|
+
// Unified config menu (uds config with no arguments)
|
|
1758
|
+
config: {
|
|
1759
|
+
menuQuestion: '你要設定什麼?',
|
|
1760
|
+
menuProjectSettings: '專案設定(等級、AI 工具、Skills、格式、工作流程...)',
|
|
1761
|
+
menuPreferences: '偏好設定(UI 語言、HITL 閾值、Vibe Coding)',
|
|
1762
|
+
menuShowConfig: '顯示目前設定(JSON)',
|
|
1763
|
+
// Preferences / Vibe Coding init
|
|
1764
|
+
initTitle: 'UDS 設定精靈',
|
|
1765
|
+
initQuestion: '你要設定什麼?',
|
|
1766
|
+
vibeMode: 'Vibe Coding 模式 - AI 輔助開發',
|
|
1767
|
+
missionMode: 'Mission 模式 - 目標導向開發',
|
|
1768
|
+
customMode: '自訂 - 個別設定選項',
|
|
1769
|
+
missionComingSoon: 'Mission 模式設定即將推出!',
|
|
1770
|
+
useStartCommand: '目前請使用:uds start <mission-type> <intent>',
|
|
1771
|
+
customHint: '使用:uds config set <key> <value>',
|
|
1772
|
+
vibeModeTitle: 'Vibe Coding 設定',
|
|
1773
|
+
vibeModeDesc: '設定 UDS 以進行自然語言驅動開發',
|
|
1774
|
+
selectPreset: '選擇預設方案:',
|
|
1775
|
+
presets: {
|
|
1776
|
+
relaxed: {
|
|
1777
|
+
name: '寬鬆(原型/黑客松)',
|
|
1778
|
+
description: '最大速度、最少中斷。適合快速原型開發。'
|
|
1779
|
+
},
|
|
1780
|
+
balanced: {
|
|
1781
|
+
name: '平衡(推薦)',
|
|
1782
|
+
description: '速度與安全的良好平衡。確認關鍵操作。'
|
|
1783
|
+
},
|
|
1784
|
+
strict: {
|
|
1785
|
+
name: '嚴格(正式環境)',
|
|
1786
|
+
description: '最大安全性。確認大多數操作。適合正式程式碼。'
|
|
1787
|
+
}
|
|
1788
|
+
},
|
|
1789
|
+
applyingPreset: '套用預設方案:',
|
|
1790
|
+
confirmApply: '套用這些設定?',
|
|
1791
|
+
cancelled: '設定已取消。',
|
|
1792
|
+
vibeEnabled: 'Vibe Coding 模式已啟用!',
|
|
1793
|
+
nextSteps: '後續步驟:',
|
|
1794
|
+
useSpec: '產生規格:',
|
|
1795
|
+
useSweep: '清理程式碼:',
|
|
1796
|
+
useStart: '開始任務:',
|
|
1797
|
+
// Display Language
|
|
1798
|
+
displayLanguageOption: '顯示語言 - 變更 UI 語言',
|
|
1799
|
+
currentLanguage: '目前語言',
|
|
1800
|
+
noLanguageChange: '語言未變更。',
|
|
1801
|
+
languageUpdated: '顯示語言已更新!',
|
|
1802
|
+
regenerateForLanguage: '是否重新產生 AI 工具整合檔案以使用新語言?'
|
|
1803
|
+
},
|
|
1804
|
+
|
|
1341
1805
|
// Command output messages
|
|
1342
1806
|
commands: {
|
|
1343
1807
|
// Common messages used across commands
|
|
@@ -1469,8 +1933,8 @@ export const messages = {
|
|
|
1469
1933
|
skillsNotFileBased: '注意:Marketplace skills 不是基於檔案的',
|
|
1470
1934
|
lastUpdated: '最後更新',
|
|
1471
1935
|
skillsInstalled: '✓ Skills 已安裝',
|
|
1472
|
-
skillsGlobal: '
|
|
1473
|
-
skillsProject: '
|
|
1936
|
+
skillsGlobal: '全域',
|
|
1937
|
+
skillsProject: '專案',
|
|
1474
1938
|
compatible: '相容',
|
|
1475
1939
|
openCodeNote: '注意:OpenCode 自動偵測 .claude/skills/',
|
|
1476
1940
|
considerMigrating: '⚠ 建議遷移到 Plugin Marketplace',
|
|
@@ -1499,7 +1963,7 @@ export const messages = {
|
|
|
1499
1963
|
noAiToolFiles: '未設定 AI 工具整合檔案。',
|
|
1500
1964
|
toFixIntegration: '修復整合問題:',
|
|
1501
1965
|
runUpdateToSync: '• 執行 `uds update` 同步所有整合檔案',
|
|
1502
|
-
runConfigureTools: '• 執行 `uds
|
|
1966
|
+
runConfigureTools: '• 執行 `uds config --type ai_tools` 管理 AI 工具',
|
|
1503
1967
|
// Reference sync
|
|
1504
1968
|
refSyncStatus: '參考同步狀態:',
|
|
1505
1969
|
noRefsFound: '找不到標準參考',
|
|
@@ -1559,6 +2023,11 @@ export const messages = {
|
|
|
1559
2023
|
userLevel: '使用者層級',
|
|
1560
2024
|
notInstalled: '未安裝',
|
|
1561
2025
|
noSkillsDetected: '未偵測到 Skills 安裝',
|
|
2026
|
+
skillsMarketplaceInstalled: 'Marketplace',
|
|
2027
|
+
// No AI tools selected - exit
|
|
2028
|
+
noAiToolsSelected: '未選擇任何 AI 工具。',
|
|
2029
|
+
noAiToolsExplanation: ' UDS 為 AI 程式開發助手提供開發標準。',
|
|
2030
|
+
noAiToolsExplanation2: ' 沒有選擇 AI 工具,就沒有需要安裝的內容。',
|
|
1562
2031
|
// Integration
|
|
1563
2032
|
integrationConfig: '整合設定:',
|
|
1564
2033
|
sharedRuleConfig: '所有選取的工具將共用相同的規則設定。',
|
|
@@ -1571,13 +2040,17 @@ export const messages = {
|
|
|
1571
2040
|
contentModeFull: '完整嵌入',
|
|
1572
2041
|
contentModeIndex: '標準(推薦)',
|
|
1573
2042
|
contentModeMinimal: '最小(僅核心)',
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
integrations: '整合',
|
|
2043
|
+
displayLanguageLabel: '顯示語言',
|
|
2044
|
+
integrations: '整合配置檔',
|
|
1577
2045
|
skillsLabel: 'Skills',
|
|
1578
2046
|
skillsMarketplace: 'Plugin Marketplace(由 Claude Code 管理)',
|
|
1579
2047
|
skillsInstallTo: '安裝/更新到 {location}',
|
|
1580
2048
|
skillsUsingExisting: '使用現有({location})',
|
|
2049
|
+
skillsInstalledToCount: '已安裝到 {count} 個位置',
|
|
2050
|
+
commandsLabel: '斜線命令',
|
|
2051
|
+
commandsInstalledToCount: '已安裝到 {count} 個位置',
|
|
2052
|
+
integrationConfigLabel: '整合設定',
|
|
2053
|
+
ruleCategoriesLabel: '規則類別',
|
|
1581
2054
|
gitWorkflow: 'Git 工作流程',
|
|
1582
2055
|
mergeStrategy: '合併策略',
|
|
1583
2056
|
commitLanguage: '提交訊息語言',
|
|
@@ -1665,7 +2138,7 @@ export const messages = {
|
|
|
1665
2138
|
// Integrations only
|
|
1666
2139
|
updatingIntegrationsOnly: '僅更新整合檔案中...',
|
|
1667
2140
|
noAiToolsConfigured: '⚠ manifest 中未設定任何 AI 工具。',
|
|
1668
|
-
runConfigure: '執行 `uds
|
|
2141
|
+
runConfigure: '執行 `uds config` 來新增 AI 工具。',
|
|
1669
2142
|
regeneratingIntegrations: '重新產生整合檔案中...',
|
|
1670
2143
|
regeneratedIntegrations: '已重新產生 {count} 個整合檔案',
|
|
1671
2144
|
integrationsSuccess: '✓ 整合檔案更新成功!',
|
|
@@ -1711,6 +2184,19 @@ export const messages = {
|
|
|
1711
2184
|
newSkillsInstalledWithErrors: '安裝 Skills 時發生 {errors} 個錯誤',
|
|
1712
2185
|
newCommandsInstalled: '已為 {count} 個 AI 工具安裝斜線命令',
|
|
1713
2186
|
newCommandsInstalledWithErrors: '安裝斜線命令時發生 {errors} 個錯誤',
|
|
2187
|
+
// Outdated Skills/Commands
|
|
2188
|
+
skillsOutdatedFor: '以下 AI 工具有 Skills 更新:',
|
|
2189
|
+
commandsOutdatedFor: '以下 AI 工具有斜線命令更新:',
|
|
2190
|
+
selectSkillsToUpdate: '選擇要更新 Skills 的 AI 工具:',
|
|
2191
|
+
selectCommandsToUpdate: '選擇要更新斜線命令的 AI 工具:',
|
|
2192
|
+
skipSkillsUpdate: '跳過 Skills 更新',
|
|
2193
|
+
skipCommandsUpdate: '跳過斜線命令更新',
|
|
2194
|
+
updatingSkills: '更新 Skills 中...',
|
|
2195
|
+
skillsUpdated: '已為 {count} 個 AI 工具更新 Skills',
|
|
2196
|
+
skillsUpdatedWithErrors: '更新 Skills 時發生 {errors} 個錯誤',
|
|
2197
|
+
updatingCommands: '更新斜線命令中...',
|
|
2198
|
+
commandsUpdated: '已為 {count} 個 AI 工具更新斜線命令',
|
|
2199
|
+
commandsUpdatedWithErrors: '更新斜線命令時發生 {errors} 個錯誤',
|
|
1714
2200
|
// Marketplace detection
|
|
1715
2201
|
alreadyViaMarketplace: '已透過 Marketplace 安裝',
|
|
1716
2202
|
marketplaceCoexistNote: '注意:檔案安裝將與 Marketplace 版本並存'
|
|
@@ -1762,7 +2248,7 @@ export const messages = {
|
|
|
1762
2248
|
optionSkills: 'Skills - 管理 Skills 安裝',
|
|
1763
2249
|
optionCommands: '命令 - 管理斜線命令',
|
|
1764
2250
|
noAiToolsConfigured: '未設定 AI 工具',
|
|
1765
|
-
addAiToolsFirst: '請先新增 AI 工具:uds
|
|
2251
|
+
addAiToolsFirst: '請先新增 AI 工具:uds config --type ai_tools',
|
|
1766
2252
|
currentSkillsStatus: '目前 Skills 狀態:',
|
|
1767
2253
|
currentCommandsStatus: '目前命令狀態:',
|
|
1768
2254
|
notInstalled: '未安裝',
|
|
@@ -1806,13 +2292,121 @@ export const messages = {
|
|
|
1806
2292
|
// Common labels
|
|
1807
2293
|
recommended: '推荐',
|
|
1808
2294
|
advanced: '高级',
|
|
2295
|
+
checkboxHint: '(空格选择、A 全选/取消、Enter 确认)',
|
|
2296
|
+
listHint: '(使用方向键选择,Enter 确认)',
|
|
2297
|
+
|
|
2298
|
+
// Sweep Command
|
|
2299
|
+
sweep: {
|
|
2300
|
+
title: '自动清理:代码整理',
|
|
2301
|
+
description: '正在扫描变更的文件,检查调试代码和质量问题...',
|
|
2302
|
+
scanning: '正在扫描变更的文件...',
|
|
2303
|
+
scanComplete: '扫描完成',
|
|
2304
|
+
summaryTitle: '摘要',
|
|
2305
|
+
filesScanned: '扫描文件数',
|
|
2306
|
+
issuesFound: '发现问题数',
|
|
2307
|
+
issuesFixed: '已修复问题数',
|
|
2308
|
+
issuesByType: '问题类型统计',
|
|
2309
|
+
fileDetails: '文件详情',
|
|
2310
|
+
dryRunHint: '这是预览模式。使用 --fix 应用变更。',
|
|
2311
|
+
example: '示例',
|
|
2312
|
+
noIssues: '没有发现问题。您的代码很干净!',
|
|
2313
|
+
reportSaved: '报告已保存至',
|
|
2314
|
+
error: '清理失败'
|
|
2315
|
+
},
|
|
2316
|
+
|
|
2317
|
+
// Spec Command (Micro-Spec)
|
|
2318
|
+
spec: {
|
|
2319
|
+
noIntent: '错误:请提供意图描述。',
|
|
2320
|
+
example: '示例',
|
|
2321
|
+
createTitle: '微规格生成',
|
|
2322
|
+
analyzing: '正在分析您的意图...',
|
|
2323
|
+
generating: '正在生成微规格...',
|
|
2324
|
+
generated: '微规格已生成',
|
|
2325
|
+
confirmQuestion: '您想如何处理?',
|
|
2326
|
+
confirm: '确认并继续',
|
|
2327
|
+
edit: '编辑规格',
|
|
2328
|
+
skip: '跳过(保留为草稿)',
|
|
2329
|
+
discard: '放弃',
|
|
2330
|
+
confirmed: '规格已确认,准备实现!',
|
|
2331
|
+
editHint: '编辑规格于:',
|
|
2332
|
+
confirmLater: '准备好后执行 `uds spec confirm <id>`',
|
|
2333
|
+
discarded: '规格已放弃。',
|
|
2334
|
+
savedAsDraft: '规格已保存为草稿。',
|
|
2335
|
+
autoConfirmed: '规格已自动确认。',
|
|
2336
|
+
savedTo: '已保存至',
|
|
2337
|
+
specId: '规格 ID',
|
|
2338
|
+
error: '生成规格失败',
|
|
2339
|
+
listTitle: '微规格列表',
|
|
2340
|
+
noSpecs: '没有找到微规格。',
|
|
2341
|
+
createHint: '使用以下命令创建:uds spec create "您的意图"',
|
|
2342
|
+
total: '总计',
|
|
2343
|
+
noId: '错误:请提供规格 ID。',
|
|
2344
|
+
notFound: '找不到规格:',
|
|
2345
|
+
archived: '规格已成功归档。',
|
|
2346
|
+
deleteConfirm: '确定要删除此规格吗?',
|
|
2347
|
+
deleteCancelled: '删除已取消。',
|
|
2348
|
+
deleted: '规格已删除。'
|
|
2349
|
+
},
|
|
2350
|
+
|
|
2351
|
+
// Mission Command
|
|
2352
|
+
mission: {
|
|
2353
|
+
activeExists: '已存在进行中的任务:',
|
|
2354
|
+
existingAction: '您想怎么做?',
|
|
2355
|
+
resume: '继续现有任务',
|
|
2356
|
+
cancel: '取消现有任务并开始新任务',
|
|
2357
|
+
abort: '中止(不执行任何操作)',
|
|
2358
|
+
aborted: '操作已取消。',
|
|
2359
|
+
resuming: '正在继续现有任务...',
|
|
2360
|
+
previousCancelled: '已取消先前任务。',
|
|
2361
|
+
selectType: '选择任务类型:',
|
|
2362
|
+
enterIntent: '描述您的目标:',
|
|
2363
|
+
intentRequired: '必须提供意图描述',
|
|
2364
|
+
created: '任务已创建!',
|
|
2365
|
+
suggestedWorkflow: '建议的工作流程:',
|
|
2366
|
+
nextSteps: '后续步骤:',
|
|
2367
|
+
useSpecCreate: '创建规格:',
|
|
2368
|
+
useStatus: '查看状态:',
|
|
2369
|
+
usePause: '暂停任务:',
|
|
2370
|
+
planningPhase: '任务现在处于规划阶段。',
|
|
2371
|
+
noActive: '没有进行中的任务。',
|
|
2372
|
+
startHint: '使用以下命令开始:uds start <类型> "<意图>"',
|
|
2373
|
+
paused: '任务已暂停。',
|
|
2374
|
+
resumed: '任务已继续!',
|
|
2375
|
+
confirmCancel: '确定要取消此任务吗?',
|
|
2376
|
+
cancelAborted: '操作已取消。',
|
|
2377
|
+
cancelled: '任务已取消。',
|
|
2378
|
+
noMissions: '找不到任务。',
|
|
2379
|
+
listTitle: '任务列表:'
|
|
2380
|
+
},
|
|
2381
|
+
|
|
2382
|
+
// Display Language (first prompt - English only since language not yet selected)
|
|
2383
|
+
displayLanguage: {
|
|
2384
|
+
title: 'Display Language',
|
|
2385
|
+
description: '选择 CLI 消息和 AI Agent 指示的语言',
|
|
2386
|
+
question: 'Select display language:',
|
|
2387
|
+
choices: {
|
|
2388
|
+
en: 'English',
|
|
2389
|
+
'zh-tw': '繁體中文 (Traditional Chinese)',
|
|
2390
|
+
'zh-cn': '简体中文 (Simplified Chinese)'
|
|
2391
|
+
},
|
|
2392
|
+
explanations: {
|
|
2393
|
+
en: ' → CLI messages and AI Agent instructions will be in English',
|
|
2394
|
+
'zh-tw': ' → CLI 訊息和 AI Agent 指示將使用繁體中文',
|
|
2395
|
+
'zh-cn': ' → CLI 消息和 AI Agent 指示将使用简体中文'
|
|
2396
|
+
}
|
|
2397
|
+
},
|
|
1809
2398
|
|
|
1810
2399
|
// Content Mode
|
|
1811
2400
|
contentMode: {
|
|
1812
|
-
title: '
|
|
1813
|
-
description: '控制 AI
|
|
1814
|
-
description2: '
|
|
1815
|
-
question: '
|
|
2401
|
+
title: '内容模式:',
|
|
2402
|
+
description: '控制 AI 助手的配置文件中嵌入多少规范内容',
|
|
2403
|
+
description2: '(影响 Claude Code CLAUDE.md, Cursor .cursorrules, Copilot 指示档等)',
|
|
2404
|
+
question: '选择内容模式:',
|
|
2405
|
+
labels: {
|
|
2406
|
+
index: '标准',
|
|
2407
|
+
full: '完整嵌入',
|
|
2408
|
+
minimal: '最小化'
|
|
2409
|
+
},
|
|
1816
2410
|
choices: {
|
|
1817
2411
|
index: '摘要 + 任务对照表,AI 知道何时读哪个规范',
|
|
1818
2412
|
full: '完整嵌入所有规则,AI 立即可用但文件较大',
|
|
@@ -1839,9 +2433,14 @@ export const messages = {
|
|
|
1839
2433
|
|
|
1840
2434
|
// Adoption Level
|
|
1841
2435
|
level: {
|
|
1842
|
-
title: '
|
|
2436
|
+
title: '采用等级:',
|
|
1843
2437
|
description: '选择要采用的标准数量,等级越高涵盖越完整',
|
|
1844
|
-
question: '
|
|
2438
|
+
question: '选择采用等级:',
|
|
2439
|
+
labels: {
|
|
2440
|
+
1: 'Level 1: 入门',
|
|
2441
|
+
2: 'Level 2: 专业',
|
|
2442
|
+
3: 'Level 3: 完整'
|
|
2443
|
+
},
|
|
1845
2444
|
choices: {
|
|
1846
2445
|
1: '提交规范、反幻觉、签入检查等 6 项核心',
|
|
1847
2446
|
2: '加入测试、Git 流程、错误处理共 12 项',
|
|
@@ -1865,9 +2464,14 @@ export const messages = {
|
|
|
1865
2464
|
|
|
1866
2465
|
// Standards Format
|
|
1867
2466
|
format: {
|
|
1868
|
-
title: '
|
|
2467
|
+
title: '标准格式:',
|
|
1869
2468
|
description: '选择标准文件的格式,影响 AI 读取效率和人类可读性',
|
|
1870
|
-
question: '
|
|
2469
|
+
question: '选择标准格式:',
|
|
2470
|
+
labels: {
|
|
2471
|
+
ai: '精简',
|
|
2472
|
+
human: '详细',
|
|
2473
|
+
both: '两者'
|
|
2474
|
+
},
|
|
1871
2475
|
choices: {
|
|
1872
2476
|
ai: 'YAML 格式,token 少,AI 解析快',
|
|
1873
2477
|
human: '完整 Markdown,含范例说明,适合团队学习',
|
|
@@ -1882,13 +2486,17 @@ export const messages = {
|
|
|
1882
2486
|
|
|
1883
2487
|
// Standards Scope
|
|
1884
2488
|
scope: {
|
|
1885
|
-
title: '
|
|
2489
|
+
title: '标准安装范围:',
|
|
1886
2490
|
description: '选择要安装多少标准文件到项目中',
|
|
1887
2491
|
description2: '(已安装 Skills,可选择精简安装)',
|
|
1888
|
-
question: '
|
|
2492
|
+
question: '选择安装范围:',
|
|
2493
|
+
labels: {
|
|
2494
|
+
minimal: '精简',
|
|
2495
|
+
full: '完整'
|
|
2496
|
+
},
|
|
1889
2497
|
choices: {
|
|
1890
2498
|
minimal: '只装参考文档,Skills 实时提供任务导向指引',
|
|
1891
|
-
full: '
|
|
2499
|
+
full: '安装所有标准文件,不仅只依赖 Skills'
|
|
1892
2500
|
},
|
|
1893
2501
|
explanations: {
|
|
1894
2502
|
minimal: [
|
|
@@ -1897,16 +2505,22 @@ export const messages = {
|
|
|
1897
2505
|
],
|
|
1898
2506
|
full: [
|
|
1899
2507
|
' → .standards/ 包含全部标准(约 16 个文件)',
|
|
1900
|
-
' → 即使 Skills 不可用也能查阅完整规范'
|
|
2508
|
+
' → 即使 Skills 不可用也能查阅完整规范',
|
|
2509
|
+
' → 注意:文件越多,AI Context Window 使用量越大'
|
|
1901
2510
|
]
|
|
1902
2511
|
}
|
|
1903
2512
|
},
|
|
1904
2513
|
|
|
1905
2514
|
// Git Workflow
|
|
1906
2515
|
gitWorkflow: {
|
|
1907
|
-
title: 'Git
|
|
2516
|
+
title: 'Git 工作流:',
|
|
1908
2517
|
description: '选择分支策略,影响团队协作和发布流程',
|
|
1909
|
-
question: '选择 Git
|
|
2518
|
+
question: '选择 Git 分支策略:',
|
|
2519
|
+
labels: {
|
|
2520
|
+
'github-flow': 'GitHub Flow',
|
|
2521
|
+
gitflow: 'Gitflow',
|
|
2522
|
+
'trunk-based': 'Trunk-Based'
|
|
2523
|
+
},
|
|
1910
2524
|
choices: {
|
|
1911
2525
|
'github-flow': '简单 PR 流程,适合持续部署',
|
|
1912
2526
|
gitflow: 'develop/release 分支,适合定期发布',
|
|
@@ -1930,9 +2544,14 @@ export const messages = {
|
|
|
1930
2544
|
|
|
1931
2545
|
// Merge Strategy
|
|
1932
2546
|
mergeStrategy: {
|
|
1933
|
-
title: '
|
|
2547
|
+
title: '合并策略:',
|
|
1934
2548
|
description: '选择合并策略,影响 Git 历史记录的呈现方式',
|
|
1935
|
-
question: '
|
|
2549
|
+
question: '选择合并策略:',
|
|
2550
|
+
labels: {
|
|
2551
|
+
squash: 'Squash',
|
|
2552
|
+
'merge-commit': 'Merge Commit',
|
|
2553
|
+
'rebase-ff': 'Rebase + FF'
|
|
2554
|
+
},
|
|
1936
2555
|
choices: {
|
|
1937
2556
|
squash: '每个 PR 一个 commit,历史干净',
|
|
1938
2557
|
'merge-commit': '保留完整分支历史,建立合并 commit',
|
|
@@ -1956,10 +2575,16 @@ export const messages = {
|
|
|
1956
2575
|
|
|
1957
2576
|
// Test Levels
|
|
1958
2577
|
testLevels: {
|
|
1959
|
-
title: '
|
|
2578
|
+
title: '测试覆盖:',
|
|
1960
2579
|
description: '选择要包含的测试层级(测试金字塔)',
|
|
1961
2580
|
description2: '百分比为建议的覆盖率比例',
|
|
1962
|
-
question: '
|
|
2581
|
+
question: '选择测试层级:',
|
|
2582
|
+
labels: {
|
|
2583
|
+
'unit-testing': '单元测试',
|
|
2584
|
+
'integration-testing': '集成测试',
|
|
2585
|
+
'system-testing': '系统测试',
|
|
2586
|
+
'e2e-testing': 'E2E 测试'
|
|
2587
|
+
},
|
|
1963
2588
|
choices: {
|
|
1964
2589
|
unit: '测试个别函数,快速反馈',
|
|
1965
2590
|
integration: '测试组件互动、API 调用',
|
|
@@ -1988,9 +2613,9 @@ export const messages = {
|
|
|
1988
2613
|
|
|
1989
2614
|
// AI Tools Selection
|
|
1990
2615
|
aiTools: {
|
|
1991
|
-
title: 'AI
|
|
2616
|
+
title: 'AI 开发工具',
|
|
1992
2617
|
description: '选择你在此项目中使用的 AI 编程助手',
|
|
1993
|
-
question: '你使用哪些 AI
|
|
2618
|
+
question: '你使用哪些 AI 工具?',
|
|
1994
2619
|
separators: {
|
|
1995
2620
|
dynamicSkills: '── 动态 Skills ──',
|
|
1996
2621
|
staticRules: '── 静态规则文件 ──',
|
|
@@ -1998,7 +2623,7 @@ export const messages = {
|
|
|
1998
2623
|
gemini: '── Gemini 工具 ──'
|
|
1999
2624
|
},
|
|
2000
2625
|
choices: {
|
|
2001
|
-
claudeCode: '
|
|
2626
|
+
claudeCode: '',
|
|
2002
2627
|
none: '无 / 跳过'
|
|
2003
2628
|
}
|
|
2004
2629
|
},
|
|
@@ -2008,13 +2633,14 @@ export const messages = {
|
|
|
2008
2633
|
title: 'Skills 安装位置:',
|
|
2009
2634
|
description: '选择 Skills 的安装位置',
|
|
2010
2635
|
descriptionWithTools: 'Skills 将支持:',
|
|
2011
|
-
question: 'Skills
|
|
2012
|
-
questionMulti: '选择要安装 Skills
|
|
2636
|
+
question: 'Skills 要安装在哪里?',
|
|
2637
|
+
questionMulti: '选择要安装 Skills 的位置:',
|
|
2013
2638
|
marketplaceWarning: 'Claude Code Skills 已通过 Marketplace 安装',
|
|
2014
2639
|
coexistNote: '文件安装将与 Marketplace 版本并存',
|
|
2015
2640
|
separatorFileInstall: '── 或选择文件安装位置 ──',
|
|
2016
2641
|
validationNoMix: '选择「跳过」时不能同时选择其他选项',
|
|
2017
2642
|
installCount: '将安装 Skills 到 {count} 个位置',
|
|
2643
|
+
gitSharingHint: '提示:将 .claude/skills/ 加入版本控制,即可与团队共享',
|
|
2018
2644
|
choices: {
|
|
2019
2645
|
marketplace: '自动更新、轻松管理版本',
|
|
2020
2646
|
userLevel: '用户层级',
|
|
@@ -2031,14 +2657,24 @@ export const messages = {
|
|
|
2031
2657
|
}
|
|
2032
2658
|
},
|
|
2033
2659
|
|
|
2660
|
+
// Marketplace Installation Guide
|
|
2661
|
+
marketplaceInstall: {
|
|
2662
|
+
claudeCodeTip: 'Claude Code 可通过 Marketplace 安装:',
|
|
2663
|
+
guide: '请在 Claude Code 中执行以下指令:',
|
|
2664
|
+
note: '安装完成后,Skills 将自动加载并保持更新。',
|
|
2665
|
+
alreadyInstalled: 'Marketplace 插件已安装。',
|
|
2666
|
+
version: '版本'
|
|
2667
|
+
},
|
|
2668
|
+
|
|
2034
2669
|
// Commands Installation
|
|
2035
2670
|
commandsInstallation: {
|
|
2036
2671
|
title: '斜杠命令安装',
|
|
2037
2672
|
description: '以下 AI Agent 支持斜杠命令:',
|
|
2038
2673
|
question: '选择要安装斜杠命令的 AI Agent',
|
|
2039
|
-
questionMulti: '
|
|
2674
|
+
questionMulti: '选择要安装斜杠命令的位置:',
|
|
2040
2675
|
installCount: '将为 {count} 个 AI Agent 安装 15 个斜杠命令',
|
|
2041
2676
|
validationNoMix: '无法同时选择「跳过」和其他选项',
|
|
2677
|
+
gitSharingHint: '提示:将 .claude/commands/ 加入版本控制,即可与团队共享',
|
|
2042
2678
|
choices: {
|
|
2043
2679
|
skip: '跳过(使用 Skills 替代)',
|
|
2044
2680
|
userLevel: '用户级别',
|
|
@@ -2054,7 +2690,7 @@ export const messages = {
|
|
|
2054
2690
|
commitLanguage: {
|
|
2055
2691
|
title: 'Commit 消息语言:',
|
|
2056
2692
|
description: '选择 commit 消息的语言',
|
|
2057
|
-
question: '选择 commit
|
|
2693
|
+
question: '选择 commit 消息语言:',
|
|
2058
2694
|
choices: {
|
|
2059
2695
|
english: '标准国际格式',
|
|
2060
2696
|
chinese: '适合中文团队',
|
|
@@ -2067,6 +2703,174 @@ export const messages = {
|
|
|
2067
2703
|
}
|
|
2068
2704
|
},
|
|
2069
2705
|
|
|
2706
|
+
// Integration Configuration
|
|
2707
|
+
integration: {
|
|
2708
|
+
// promptIntegrationMode
|
|
2709
|
+
mode: {
|
|
2710
|
+
title: '集成配置:',
|
|
2711
|
+
description: '配置 AI 助手规则文件的生成方式(影响 CLAUDE.md, .cursorrules, GEMINI.md 等)',
|
|
2712
|
+
question: '你想如何配置集成文件?',
|
|
2713
|
+
labels: {
|
|
2714
|
+
default: '默认',
|
|
2715
|
+
custom: '自定义',
|
|
2716
|
+
merge: '合并'
|
|
2717
|
+
},
|
|
2718
|
+
choices: {
|
|
2719
|
+
default: '使用标准规则集',
|
|
2720
|
+
custom: '选择要包含的特定规则',
|
|
2721
|
+
merge: '与现有规则文件合并'
|
|
2722
|
+
}
|
|
2723
|
+
},
|
|
2724
|
+
// promptRuleCategories
|
|
2725
|
+
categories: {
|
|
2726
|
+
title: '规则类别:',
|
|
2727
|
+
description: '选择要包含在集成文件中的标准',
|
|
2728
|
+
question: '选择规则类别:',
|
|
2729
|
+
validation: '请至少选择一个类别'
|
|
2730
|
+
},
|
|
2731
|
+
// Category labels for display
|
|
2732
|
+
categoryLabels: {
|
|
2733
|
+
'anti-hallucination': '反幻觉协议',
|
|
2734
|
+
'commit-standards': '提交消息标准',
|
|
2735
|
+
'code-review': '代码审查',
|
|
2736
|
+
testing: '测试标准',
|
|
2737
|
+
documentation: '文档标准',
|
|
2738
|
+
'git-workflow': 'Git 工作流',
|
|
2739
|
+
'error-handling': '错误处理',
|
|
2740
|
+
'project-structure': '项目结构'
|
|
2741
|
+
},
|
|
2742
|
+
// promptLanguageRules
|
|
2743
|
+
languageRules: {
|
|
2744
|
+
title: '语言特定规则:',
|
|
2745
|
+
description: '包含编程语言特定的编码标准',
|
|
2746
|
+
question: '包含语言特定规则:'
|
|
2747
|
+
},
|
|
2748
|
+
// promptExclusions
|
|
2749
|
+
exclusions: {
|
|
2750
|
+
title: '自定义排除:',
|
|
2751
|
+
description: '指定要排除执行的规则或模式',
|
|
2752
|
+
question: '是否要添加自定义排除?',
|
|
2753
|
+
inputPrompt: '输入排除模式(用逗号分隔):'
|
|
2754
|
+
},
|
|
2755
|
+
// promptCustomRules
|
|
2756
|
+
customRules: {
|
|
2757
|
+
title: '项目特定规则:',
|
|
2758
|
+
description: '添加项目特定的自定义规则',
|
|
2759
|
+
question: '是否要添加项目特定的自定义规则?',
|
|
2760
|
+
inputPrompt: '输入自定义规则(留空结束):'
|
|
2761
|
+
},
|
|
2762
|
+
// promptMergeStrategy (for integration files)
|
|
2763
|
+
mergeStrategy: {
|
|
2764
|
+
title: '检测到现有规则:',
|
|
2765
|
+
description: '选择如何处理现有规则',
|
|
2766
|
+
question: '如何处理现有规则?',
|
|
2767
|
+
choices: {
|
|
2768
|
+
append: '在现有规则后添加',
|
|
2769
|
+
merge: '智能合并(避免重复)',
|
|
2770
|
+
overwrite: '以新规则替换',
|
|
2771
|
+
keep: '保留现有,跳过安装'
|
|
2772
|
+
}
|
|
2773
|
+
},
|
|
2774
|
+
// promptDetailLevel
|
|
2775
|
+
detailLevel: {
|
|
2776
|
+
title: '规则详细程度:',
|
|
2777
|
+
description: '选择生成规则的详细程度',
|
|
2778
|
+
question: '选择规则详细程度:',
|
|
2779
|
+
choices: {
|
|
2780
|
+
minimal: '仅基本规则(约 50 行)',
|
|
2781
|
+
standard: '平衡覆盖(约 150 行)',
|
|
2782
|
+
comprehensive: '完整文档(约 300+ 行)'
|
|
2783
|
+
},
|
|
2784
|
+
labels: {
|
|
2785
|
+
minimal: '精简',
|
|
2786
|
+
standard: '标准',
|
|
2787
|
+
comprehensive: '详尽',
|
|
2788
|
+
complete: '完整'
|
|
2789
|
+
}
|
|
2790
|
+
},
|
|
2791
|
+
// promptRuleLanguage
|
|
2792
|
+
ruleLanguage: {
|
|
2793
|
+
question: '选择规则文件语言:',
|
|
2794
|
+
choices: {
|
|
2795
|
+
en: 'English',
|
|
2796
|
+
zhCn: '简体中文',
|
|
2797
|
+
bilingual: '双语'
|
|
2798
|
+
}
|
|
2799
|
+
},
|
|
2800
|
+
// Other messages
|
|
2801
|
+
noExistingFile: '找不到现有规则文件,使用默认模式。'
|
|
2802
|
+
},
|
|
2803
|
+
|
|
2804
|
+
// Methodology
|
|
2805
|
+
methodology: {
|
|
2806
|
+
title: '开发方法论:',
|
|
2807
|
+
experimental: '⚠️ [实验性] 此功能将在 v4.0 重新设计',
|
|
2808
|
+
description: '选择指导开发流程的方法论',
|
|
2809
|
+
question: '你想使用哪种开发方法论?',
|
|
2810
|
+
labels: {
|
|
2811
|
+
tdd: 'TDD',
|
|
2812
|
+
bdd: 'BDD',
|
|
2813
|
+
sdd: 'SDD',
|
|
2814
|
+
atdd: 'ATDD',
|
|
2815
|
+
none: '无'
|
|
2816
|
+
},
|
|
2817
|
+
choices: {
|
|
2818
|
+
tdd: '测试驱动开发 (Red → Green → Refactor)',
|
|
2819
|
+
bdd: '行为驱动开发 (Given-When-Then)',
|
|
2820
|
+
sdd: '规格驱动开发 (先规格、后代码)',
|
|
2821
|
+
atdd: '验收测试驱动开发',
|
|
2822
|
+
none: '不使用特定方法论'
|
|
2823
|
+
}
|
|
2824
|
+
},
|
|
2825
|
+
|
|
2826
|
+
// Unified config menu (uds config with no arguments)
|
|
2827
|
+
config: {
|
|
2828
|
+
menuQuestion: '您想要配置什么?',
|
|
2829
|
+
menuProjectSettings: '项目设置(级别、AI 工具、Skills、格式、工作流...)',
|
|
2830
|
+
menuPreferences: '偏好设置(UI 语言、HITL 阈值、Vibe Coding)',
|
|
2831
|
+
menuShowConfig: '显示当前配置(JSON)',
|
|
2832
|
+
// Preferences / Vibe Coding init
|
|
2833
|
+
initTitle: 'UDS 配置向导',
|
|
2834
|
+
initQuestion: '您想要配置什么?',
|
|
2835
|
+
vibeMode: 'Vibe Coding 模式 - AI 辅助开发',
|
|
2836
|
+
missionMode: 'Mission 模式 - 目标导向开发',
|
|
2837
|
+
customMode: '自定义 - 单独设置选项',
|
|
2838
|
+
missionComingSoon: 'Mission 模式设置即将推出!',
|
|
2839
|
+
useStartCommand: '目前请使用:uds start <mission-type> <intent>',
|
|
2840
|
+
customHint: '使用:uds config set <key> <value>',
|
|
2841
|
+
vibeModeTitle: 'Vibe Coding 配置',
|
|
2842
|
+
vibeModeDesc: '配置 UDS 以进行自然语言驱动开发',
|
|
2843
|
+
selectPreset: '选择预设方案:',
|
|
2844
|
+
presets: {
|
|
2845
|
+
relaxed: {
|
|
2846
|
+
name: '宽松(原型/黑客松)',
|
|
2847
|
+
description: '最大速度、最少中断。适合快速原型开发。'
|
|
2848
|
+
},
|
|
2849
|
+
balanced: {
|
|
2850
|
+
name: '平衡(推荐)',
|
|
2851
|
+
description: '速度与安全的良好平衡。确认关键操作。'
|
|
2852
|
+
},
|
|
2853
|
+
strict: {
|
|
2854
|
+
name: '严格(生产环境)',
|
|
2855
|
+
description: '最大安全性。确认大多数操作。适合生产代码。'
|
|
2856
|
+
}
|
|
2857
|
+
},
|
|
2858
|
+
applyingPreset: '应用预设方案:',
|
|
2859
|
+
confirmApply: '应用这些设置?',
|
|
2860
|
+
cancelled: '配置已取消。',
|
|
2861
|
+
vibeEnabled: 'Vibe Coding 模式已启用!',
|
|
2862
|
+
nextSteps: '后续步骤:',
|
|
2863
|
+
useSpec: '生成规格:',
|
|
2864
|
+
useSweep: '清理代码:',
|
|
2865
|
+
useStart: '开始任务:',
|
|
2866
|
+
// Display Language
|
|
2867
|
+
displayLanguageOption: '显示语言 - 更改 UI 语言',
|
|
2868
|
+
currentLanguage: '当前语言',
|
|
2869
|
+
noLanguageChange: '语言未更改。',
|
|
2870
|
+
languageUpdated: '显示语言已更新!',
|
|
2871
|
+
regenerateForLanguage: '是否重新生成 AI 工具集成文件以使用新语言?'
|
|
2872
|
+
},
|
|
2873
|
+
|
|
2070
2874
|
// Command output messages
|
|
2071
2875
|
commands: {
|
|
2072
2876
|
// Common messages used across commands
|
|
@@ -2125,6 +2929,11 @@ export const messages = {
|
|
|
2125
2929
|
userLevel: '用户级别',
|
|
2126
2930
|
notInstalled: '未安装',
|
|
2127
2931
|
noSkillsDetected: '未检测到 Skills 安装',
|
|
2932
|
+
skillsMarketplaceInstalled: 'Marketplace',
|
|
2933
|
+
// No AI tools selected - exit
|
|
2934
|
+
noAiToolsSelected: '未选择任何 AI 工具。',
|
|
2935
|
+
noAiToolsExplanation: ' UDS 为 AI 编程助手提供开发标准。',
|
|
2936
|
+
noAiToolsExplanation2: ' 没有选择 AI 工具,就没有需要安装的内容。',
|
|
2128
2937
|
// Integration
|
|
2129
2938
|
integrationConfig: '集成配置:',
|
|
2130
2939
|
sharedRuleConfig: '所有选中的工具将共享相同的规则配置。',
|
|
@@ -2137,13 +2946,17 @@ export const messages = {
|
|
|
2137
2946
|
contentModeFull: '完整嵌入',
|
|
2138
2947
|
contentModeIndex: '标准(推荐)',
|
|
2139
2948
|
contentModeMinimal: '最小(仅核心)',
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
integrations: '集成',
|
|
2949
|
+
displayLanguageLabel: '显示语言',
|
|
2950
|
+
integrations: '集成配置文件',
|
|
2143
2951
|
skillsLabel: 'Skills',
|
|
2144
2952
|
skillsMarketplace: 'Plugin Marketplace(由 Claude Code 管理)',
|
|
2145
2953
|
skillsInstallTo: '安装/更新到 {location}',
|
|
2146
2954
|
skillsUsingExisting: '使用现有({location})',
|
|
2955
|
+
skillsInstalledToCount: '已安装到 {count} 个位置',
|
|
2956
|
+
commandsLabel: '斜杠命令',
|
|
2957
|
+
commandsInstalledToCount: '已安装到 {count} 个位置',
|
|
2958
|
+
integrationConfigLabel: '集成配置',
|
|
2959
|
+
ruleCategoriesLabel: '规则类别',
|
|
2147
2960
|
gitWorkflow: 'Git 工作流',
|
|
2148
2961
|
mergeStrategy: '合并策略',
|
|
2149
2962
|
commitLanguage: '提交消息语言',
|
|
@@ -2269,8 +3082,8 @@ export const messages = {
|
|
|
2269
3082
|
skillsNotFileBased: '注意:Marketplace skills 不是基于文件的',
|
|
2270
3083
|
lastUpdated: '最后更新',
|
|
2271
3084
|
skillsInstalled: '✓ Skills 已安装',
|
|
2272
|
-
skillsGlobal: '
|
|
2273
|
-
skillsProject: '
|
|
3085
|
+
skillsGlobal: '全局',
|
|
3086
|
+
skillsProject: '项目',
|
|
2274
3087
|
compatible: '兼容',
|
|
2275
3088
|
openCodeNote: '注意:OpenCode 自动检测 .claude/skills/',
|
|
2276
3089
|
considerMigrating: '⚠ 考虑迁移到 Plugin Marketplace',
|
|
@@ -2299,7 +3112,7 @@ export const messages = {
|
|
|
2299
3112
|
noAiToolFiles: '未配置 AI 工具集成文件。',
|
|
2300
3113
|
toFixIntegration: '要修复集成问题:',
|
|
2301
3114
|
runUpdateToSync: '• 执行 `uds update` 同步所有集成文件',
|
|
2302
|
-
runConfigureTools: '• 执行 `uds
|
|
3115
|
+
runConfigureTools: '• 执行 `uds config --type ai_tools` 管理 AI 工具',
|
|
2303
3116
|
// Reference sync
|
|
2304
3117
|
refSyncStatus: '参考同步状态:',
|
|
2305
3118
|
noRefsFound: '未找到标准引用',
|
|
@@ -2394,7 +3207,7 @@ export const messages = {
|
|
|
2394
3207
|
// Integrations only
|
|
2395
3208
|
updatingIntegrationsOnly: '仅更新集成文件...',
|
|
2396
3209
|
noAiToolsConfigured: '⚠ manifest 中未配置 AI 工具。',
|
|
2397
|
-
runConfigure: '运行 `uds
|
|
3210
|
+
runConfigure: '运行 `uds config` 添加 AI 工具。',
|
|
2398
3211
|
regeneratingIntegrations: '正在重新生成集成文件...',
|
|
2399
3212
|
regeneratedIntegrations: '已重新生成 {count} 个集成文件',
|
|
2400
3213
|
integrationsSuccess: '✓ 集成文件更新成功!',
|
|
@@ -2440,6 +3253,19 @@ export const messages = {
|
|
|
2440
3253
|
newSkillsInstalledWithErrors: '安装 Skills 时发生 {errors} 个错误',
|
|
2441
3254
|
newCommandsInstalled: '已为 {count} 个 AI 工具安装斜线命令',
|
|
2442
3255
|
newCommandsInstalledWithErrors: '安装斜线命令时发生 {errors} 个错误',
|
|
3256
|
+
// Outdated Skills/Commands
|
|
3257
|
+
skillsOutdatedFor: '以下 AI 工具有 Skills 更新:',
|
|
3258
|
+
commandsOutdatedFor: '以下 AI 工具有斜线命令更新:',
|
|
3259
|
+
selectSkillsToUpdate: '选择要更新 Skills 的 AI 工具:',
|
|
3260
|
+
selectCommandsToUpdate: '选择要更新斜线命令的 AI 工具:',
|
|
3261
|
+
skipSkillsUpdate: '跳过 Skills 更新',
|
|
3262
|
+
skipCommandsUpdate: '跳过斜线命令更新',
|
|
3263
|
+
updatingSkills: '正在更新 Skills...',
|
|
3264
|
+
skillsUpdated: '已为 {count} 个 AI 工具更新 Skills',
|
|
3265
|
+
skillsUpdatedWithErrors: '更新 Skills 时发生 {errors} 个错误',
|
|
3266
|
+
updatingCommands: '正在更新斜线命令...',
|
|
3267
|
+
commandsUpdated: '已为 {count} 个 AI 工具更新斜线命令',
|
|
3268
|
+
commandsUpdatedWithErrors: '更新斜线命令时发生 {errors} 个错误',
|
|
2443
3269
|
// Marketplace detection
|
|
2444
3270
|
alreadyViaMarketplace: '已通过 Marketplace 安装',
|
|
2445
3271
|
marketplaceCoexistNote: '注意:文件安装将与 Marketplace 版本并存'
|
|
@@ -2491,7 +3317,7 @@ export const messages = {
|
|
|
2491
3317
|
optionSkills: 'Skills - 管理 Skills 安装',
|
|
2492
3318
|
optionCommands: '命令 - 管理斜杠命令',
|
|
2493
3319
|
noAiToolsConfigured: '未配置 AI 工具',
|
|
2494
|
-
addAiToolsFirst: '请先添加 AI 工具:uds
|
|
3320
|
+
addAiToolsFirst: '请先添加 AI 工具:uds config --type ai_tools',
|
|
2495
3321
|
currentSkillsStatus: '当前 Skills 状态:',
|
|
2496
3322
|
currentCommandsStatus: '当前命令状态:',
|
|
2497
3323
|
notInstalled: '未安装',
|