universal-dev-standards 4.2.0 → 5.0.0-beta.10
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 +2 -2
- 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 +13 -7
- 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/check.js +195 -130
- package/src/commands/config.js +1262 -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 +1 -1
- package/src/commands/simulate.js +61 -0
- 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 +136 -19
- package/src/commands/workflow.js +265 -1
- 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 +907 -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,48 @@ 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
|
+
},
|
|
658
|
+
|
|
444
659
|
// Command output messages
|
|
445
660
|
commands: {
|
|
446
661
|
// Common messages used across commands
|
|
@@ -572,8 +787,8 @@ export const messages = {
|
|
|
572
787
|
skillsNotFileBased: 'Note: Marketplace skills are not file-based',
|
|
573
788
|
lastUpdated: 'Last updated',
|
|
574
789
|
skillsInstalled: '✓ Skills installed',
|
|
575
|
-
skillsGlobal: 'Global
|
|
576
|
-
skillsProject: 'Project
|
|
790
|
+
skillsGlobal: 'Global',
|
|
791
|
+
skillsProject: 'Project',
|
|
577
792
|
compatible: 'Compatible',
|
|
578
793
|
openCodeNote: 'Note: OpenCode auto-detects .claude/skills/',
|
|
579
794
|
considerMigrating: '⚠ Consider migrating to Plugin Marketplace',
|
|
@@ -602,7 +817,7 @@ export const messages = {
|
|
|
602
817
|
noAiToolFiles: 'No AI tool integration files configured.',
|
|
603
818
|
toFixIntegration: 'To fix integration issues:',
|
|
604
819
|
runUpdateToSync: '• Run `uds update` to sync all integration files',
|
|
605
|
-
runConfigureTools: '• Run `uds
|
|
820
|
+
runConfigureTools: '• Run `uds config --type ai_tools` to manage AI tools',
|
|
606
821
|
// Reference sync
|
|
607
822
|
refSyncStatus: 'Reference Sync Status:',
|
|
608
823
|
noRefsFound: 'No standard references found',
|
|
@@ -662,6 +877,11 @@ export const messages = {
|
|
|
662
877
|
userLevel: 'User level',
|
|
663
878
|
notInstalled: 'not installed',
|
|
664
879
|
noSkillsDetected: 'No Skills installation detected',
|
|
880
|
+
skillsMarketplaceInstalled: 'Marketplace',
|
|
881
|
+
// No AI tools selected - exit
|
|
882
|
+
noAiToolsSelected: 'No AI tools selected.',
|
|
883
|
+
noAiToolsExplanation: ' UDS provides development standards for AI coding assistants.',
|
|
884
|
+
noAiToolsExplanation2: ' Without an AI tool, there is nothing to install.',
|
|
665
885
|
// Integration
|
|
666
886
|
integrationConfig: 'Integration Configuration:',
|
|
667
887
|
sharedRuleConfig: 'All selected tools will share the same rule configuration.',
|
|
@@ -674,13 +894,17 @@ export const messages = {
|
|
|
674
894
|
contentModeFull: 'Full Embed',
|
|
675
895
|
contentModeIndex: 'Standard (recommended)',
|
|
676
896
|
contentModeMinimal: 'Minimal (core only)',
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
integrations: 'Integrations',
|
|
897
|
+
displayLanguageLabel: 'Display Language',
|
|
898
|
+
integrations: 'Generated Configs',
|
|
680
899
|
skillsLabel: 'Skills',
|
|
681
900
|
skillsMarketplace: 'Plugin Marketplace (managed by Claude Code)',
|
|
682
901
|
skillsInstallTo: 'install/update to {location}',
|
|
683
902
|
skillsUsingExisting: 'using existing ({location})',
|
|
903
|
+
skillsInstalledToCount: '{count} locations',
|
|
904
|
+
commandsLabel: 'Slash Commands',
|
|
905
|
+
commandsInstalledToCount: '{count} locations',
|
|
906
|
+
integrationConfigLabel: 'Integration Config',
|
|
907
|
+
ruleCategoriesLabel: 'Rule Categories',
|
|
684
908
|
gitWorkflow: 'Git Workflow',
|
|
685
909
|
mergeStrategy: 'Merge Strategy',
|
|
686
910
|
commitLanguage: 'Commit Language',
|
|
@@ -768,7 +992,7 @@ export const messages = {
|
|
|
768
992
|
// Integrations only
|
|
769
993
|
updatingIntegrationsOnly: 'Updating integration files only...',
|
|
770
994
|
noAiToolsConfigured: '⚠ No AI tools configured in manifest.',
|
|
771
|
-
runConfigure: 'Run `uds
|
|
995
|
+
runConfigure: 'Run `uds config` to add AI tools.',
|
|
772
996
|
regeneratingIntegrations: 'Regenerating integration files...',
|
|
773
997
|
regeneratedIntegrations: 'Regenerated {count} integration files',
|
|
774
998
|
integrationsSuccess: '✓ Integration files updated successfully!',
|
|
@@ -814,6 +1038,19 @@ export const messages = {
|
|
|
814
1038
|
newSkillsInstalledWithErrors: 'Installed Skills with {errors} errors',
|
|
815
1039
|
newCommandsInstalled: 'Installed commands for {count} AI tools',
|
|
816
1040
|
newCommandsInstalledWithErrors: 'Installed commands with {errors} errors',
|
|
1041
|
+
// Outdated Skills/Commands
|
|
1042
|
+
skillsOutdatedFor: 'Skills updates available for these AI tools:',
|
|
1043
|
+
commandsOutdatedFor: 'Commands updates available for these AI tools:',
|
|
1044
|
+
selectSkillsToUpdate: 'Select AI tools to update Skills for:',
|
|
1045
|
+
selectCommandsToUpdate: 'Select AI tools to update Commands for:',
|
|
1046
|
+
skipSkillsUpdate: 'Skip Skills update',
|
|
1047
|
+
skipCommandsUpdate: 'Skip Commands update',
|
|
1048
|
+
updatingSkills: 'Updating Skills...',
|
|
1049
|
+
skillsUpdated: 'Updated Skills for {count} AI tools',
|
|
1050
|
+
skillsUpdatedWithErrors: 'Updated Skills with {errors} errors',
|
|
1051
|
+
updatingCommands: 'Updating Commands...',
|
|
1052
|
+
commandsUpdated: 'Updated Commands for {count} AI tools',
|
|
1053
|
+
commandsUpdatedWithErrors: 'Updated Commands with {errors} errors',
|
|
817
1054
|
// Marketplace detection
|
|
818
1055
|
alreadyViaMarketplace: 'already via Marketplace',
|
|
819
1056
|
marketplaceCoexistNote: 'Note: File-based installation will coexist with Marketplace version'
|
|
@@ -865,7 +1102,7 @@ export const messages = {
|
|
|
865
1102
|
optionSkills: 'Skills - Manage Skills installations',
|
|
866
1103
|
optionCommands: 'Commands - Manage slash commands',
|
|
867
1104
|
noAiToolsConfigured: 'No AI tools configured',
|
|
868
|
-
addAiToolsFirst: 'Add AI tools first with: uds
|
|
1105
|
+
addAiToolsFirst: 'Add AI tools first with: uds config --type ai_tools',
|
|
869
1106
|
currentSkillsStatus: 'Current Skills status:',
|
|
870
1107
|
currentCommandsStatus: 'Current Commands status:',
|
|
871
1108
|
notInstalled: 'Not installed',
|
|
@@ -909,13 +1146,121 @@ export const messages = {
|
|
|
909
1146
|
// Common labels
|
|
910
1147
|
recommended: '推薦',
|
|
911
1148
|
advanced: '進階',
|
|
1149
|
+
checkboxHint: '(空格選擇、A 全選/取消、Enter 確認)',
|
|
1150
|
+
listHint: '(使用方向鍵選擇,Enter 確認)',
|
|
1151
|
+
|
|
1152
|
+
// Sweep Command
|
|
1153
|
+
sweep: {
|
|
1154
|
+
title: '自動清理:程式碼整理',
|
|
1155
|
+
description: '正在掃描變更的檔案,檢查除錯程式碼和品質問題...',
|
|
1156
|
+
scanning: '正在掃描變更的檔案...',
|
|
1157
|
+
scanComplete: '掃描完成',
|
|
1158
|
+
summaryTitle: '摘要',
|
|
1159
|
+
filesScanned: '掃描檔案數',
|
|
1160
|
+
issuesFound: '發現問題數',
|
|
1161
|
+
issuesFixed: '已修復問題數',
|
|
1162
|
+
issuesByType: '問題類型統計',
|
|
1163
|
+
fileDetails: '檔案詳情',
|
|
1164
|
+
dryRunHint: '這是預覽模式。使用 --fix 套用變更。',
|
|
1165
|
+
example: '範例',
|
|
1166
|
+
noIssues: '沒有發現問題。您的程式碼很乾淨!',
|
|
1167
|
+
reportSaved: '報告已儲存至',
|
|
1168
|
+
error: '清理失敗'
|
|
1169
|
+
},
|
|
1170
|
+
|
|
1171
|
+
// Spec Command (Micro-Spec)
|
|
1172
|
+
spec: {
|
|
1173
|
+
noIntent: '錯誤:請提供意圖描述。',
|
|
1174
|
+
example: '範例',
|
|
1175
|
+
createTitle: '微規格生成',
|
|
1176
|
+
analyzing: '正在分析您的意圖...',
|
|
1177
|
+
generating: '正在生成微規格...',
|
|
1178
|
+
generated: '微規格已生成',
|
|
1179
|
+
confirmQuestion: '您想如何處理?',
|
|
1180
|
+
confirm: '確認並繼續',
|
|
1181
|
+
edit: '編輯規格',
|
|
1182
|
+
skip: '跳過(保留為草稿)',
|
|
1183
|
+
discard: '放棄',
|
|
1184
|
+
confirmed: '規格已確認,準備實作!',
|
|
1185
|
+
editHint: '編輯規格於:',
|
|
1186
|
+
confirmLater: '準備好後執行 `uds spec confirm <id>`',
|
|
1187
|
+
discarded: '規格已放棄。',
|
|
1188
|
+
savedAsDraft: '規格已儲存為草稿。',
|
|
1189
|
+
autoConfirmed: '規格已自動確認。',
|
|
1190
|
+
savedTo: '已儲存至',
|
|
1191
|
+
specId: '規格 ID',
|
|
1192
|
+
error: '生成規格失敗',
|
|
1193
|
+
listTitle: '微規格列表',
|
|
1194
|
+
noSpecs: '沒有找到微規格。',
|
|
1195
|
+
createHint: '使用以下命令建立:uds spec create "您的意圖"',
|
|
1196
|
+
total: '總計',
|
|
1197
|
+
noId: '錯誤:請提供規格 ID。',
|
|
1198
|
+
notFound: '找不到規格:',
|
|
1199
|
+
archived: '規格已成功歸檔。',
|
|
1200
|
+
deleteConfirm: '確定要刪除此規格嗎?',
|
|
1201
|
+
deleteCancelled: '刪除已取消。',
|
|
1202
|
+
deleted: '規格已刪除。'
|
|
1203
|
+
},
|
|
1204
|
+
|
|
1205
|
+
// Mission Command
|
|
1206
|
+
mission: {
|
|
1207
|
+
activeExists: '已存在進行中的任務:',
|
|
1208
|
+
existingAction: '您想怎麼做?',
|
|
1209
|
+
resume: '繼續現有任務',
|
|
1210
|
+
cancel: '取消現有任務並開始新任務',
|
|
1211
|
+
abort: '中止(不執行任何操作)',
|
|
1212
|
+
aborted: '操作已取消。',
|
|
1213
|
+
resuming: '正在繼續現有任務...',
|
|
1214
|
+
previousCancelled: '已取消先前任務。',
|
|
1215
|
+
selectType: '選擇任務類型:',
|
|
1216
|
+
enterIntent: '描述您的目標:',
|
|
1217
|
+
intentRequired: '必須提供意圖描述',
|
|
1218
|
+
created: '任務已建立!',
|
|
1219
|
+
suggestedWorkflow: '建議的工作流程:',
|
|
1220
|
+
nextSteps: '後續步驟:',
|
|
1221
|
+
useSpecCreate: '建立規格:',
|
|
1222
|
+
useStatus: '查看狀態:',
|
|
1223
|
+
usePause: '暫停任務:',
|
|
1224
|
+
planningPhase: '任務現在處於規劃階段。',
|
|
1225
|
+
noActive: '沒有進行中的任務。',
|
|
1226
|
+
startHint: '使用以下命令開始:uds start <類型> "<意圖>"',
|
|
1227
|
+
paused: '任務已暫停。',
|
|
1228
|
+
resumed: '任務已繼續!',
|
|
1229
|
+
confirmCancel: '確定要取消此任務嗎?',
|
|
1230
|
+
cancelAborted: '操作已取消。',
|
|
1231
|
+
cancelled: '任務已取消。',
|
|
1232
|
+
noMissions: '找不到任務。',
|
|
1233
|
+
listTitle: '任務列表:'
|
|
1234
|
+
},
|
|
1235
|
+
|
|
1236
|
+
// Display Language (first prompt - English only since language not yet selected)
|
|
1237
|
+
displayLanguage: {
|
|
1238
|
+
title: 'Display Language',
|
|
1239
|
+
description: '選擇 CLI 訊息和 AI Agent 指示的語言',
|
|
1240
|
+
question: 'Select display language:',
|
|
1241
|
+
choices: {
|
|
1242
|
+
en: 'English',
|
|
1243
|
+
'zh-tw': '繁體中文 (Traditional Chinese)',
|
|
1244
|
+
'zh-cn': '简体中文 (Simplified Chinese)'
|
|
1245
|
+
},
|
|
1246
|
+
explanations: {
|
|
1247
|
+
en: ' → CLI messages and AI Agent instructions will be in English',
|
|
1248
|
+
'zh-tw': ' → CLI 訊息和 AI Agent 指示將使用繁體中文',
|
|
1249
|
+
'zh-cn': ' → CLI 消息和 AI Agent 指示将使用简体中文'
|
|
1250
|
+
}
|
|
1251
|
+
},
|
|
912
1252
|
|
|
913
1253
|
// Content Mode
|
|
914
1254
|
contentMode: {
|
|
915
|
-
title: '
|
|
916
|
-
description: '控制 AI
|
|
917
|
-
description2: '
|
|
918
|
-
question: '
|
|
1255
|
+
title: '內容模式:',
|
|
1256
|
+
description: '控制 AI 助手的配置檔中嵌入多少規範內容',
|
|
1257
|
+
description2: '(影響 Claude Code CLAUDE.md, Cursor .cursorrules, Copilot 指示檔等)',
|
|
1258
|
+
question: '選擇內容模式:',
|
|
1259
|
+
labels: {
|
|
1260
|
+
index: '標準',
|
|
1261
|
+
full: '完整嵌入',
|
|
1262
|
+
minimal: '最小化'
|
|
1263
|
+
},
|
|
919
1264
|
choices: {
|
|
920
1265
|
index: '摘要 + 任務對照表,AI 知道何時讀哪個規範',
|
|
921
1266
|
full: '完整嵌入所有規則,AI 立即可用但檔案較大',
|
|
@@ -942,9 +1287,14 @@ export const messages = {
|
|
|
942
1287
|
|
|
943
1288
|
// Adoption Level
|
|
944
1289
|
level: {
|
|
945
|
-
title: '
|
|
1290
|
+
title: '採用等級:',
|
|
946
1291
|
description: '選擇要採用的標準數量,等級越高涵蓋越完整',
|
|
947
|
-
question: '
|
|
1292
|
+
question: '選擇採用等級:',
|
|
1293
|
+
labels: {
|
|
1294
|
+
1: 'Level 1: 入門',
|
|
1295
|
+
2: 'Level 2: 專業',
|
|
1296
|
+
3: 'Level 3: 完整'
|
|
1297
|
+
},
|
|
948
1298
|
choices: {
|
|
949
1299
|
1: '提交規範、反幻覺、簽入檢查等 6 項核心',
|
|
950
1300
|
2: '加入測試、Git 流程、錯誤處理共 12 項',
|
|
@@ -968,9 +1318,14 @@ export const messages = {
|
|
|
968
1318
|
|
|
969
1319
|
// Standards Format
|
|
970
1320
|
format: {
|
|
971
|
-
title: '
|
|
1321
|
+
title: '標準格式:',
|
|
972
1322
|
description: '選擇標準檔案的格式,影響 AI 讀取效率和人類可讀性',
|
|
973
|
-
question: '
|
|
1323
|
+
question: '選擇標準格式:',
|
|
1324
|
+
labels: {
|
|
1325
|
+
ai: '精簡',
|
|
1326
|
+
human: '詳細',
|
|
1327
|
+
both: '兩者'
|
|
1328
|
+
},
|
|
974
1329
|
choices: {
|
|
975
1330
|
ai: 'YAML 格式,token 少,AI 解析快',
|
|
976
1331
|
human: '完整 Markdown,含範例說明,適合團隊學習',
|
|
@@ -985,13 +1340,17 @@ export const messages = {
|
|
|
985
1340
|
|
|
986
1341
|
// Standards Scope
|
|
987
1342
|
scope: {
|
|
988
|
-
title: '
|
|
1343
|
+
title: '標準安裝範圍:',
|
|
989
1344
|
description: '選擇要安裝多少標準檔案到專案中',
|
|
990
1345
|
description2: '(已安裝 Skills,可選擇精簡安裝)',
|
|
991
|
-
question: '
|
|
1346
|
+
question: '選擇安裝範圍:',
|
|
1347
|
+
labels: {
|
|
1348
|
+
minimal: '精簡',
|
|
1349
|
+
full: '完整'
|
|
1350
|
+
},
|
|
992
1351
|
choices: {
|
|
993
1352
|
minimal: '只裝參考文件,Skills 即時提供任務導向指引',
|
|
994
|
-
full: '
|
|
1353
|
+
full: '安裝全部標準檔案,不僅只依賴 Skills'
|
|
995
1354
|
},
|
|
996
1355
|
explanations: {
|
|
997
1356
|
minimal: [
|
|
@@ -1000,16 +1359,22 @@ export const messages = {
|
|
|
1000
1359
|
],
|
|
1001
1360
|
full: [
|
|
1002
1361
|
' → .standards/ 包含全部標準(約 16 個檔案)',
|
|
1003
|
-
' → 即使 Skills 不可用也能查閱完整規範'
|
|
1362
|
+
' → 即使 Skills 不可用也能查閱完整規範',
|
|
1363
|
+
' → 注意:檔案越多,AI Context Window 使用量越大'
|
|
1004
1364
|
]
|
|
1005
1365
|
}
|
|
1006
1366
|
},
|
|
1007
1367
|
|
|
1008
1368
|
// Git Workflow
|
|
1009
1369
|
gitWorkflow: {
|
|
1010
|
-
title: 'Git
|
|
1370
|
+
title: 'Git 工作流程:',
|
|
1011
1371
|
description: '選擇分支策略,影響團隊協作和發布流程',
|
|
1012
|
-
question: '選擇 Git
|
|
1372
|
+
question: '選擇 Git 分支策略:',
|
|
1373
|
+
labels: {
|
|
1374
|
+
'github-flow': 'GitHub Flow',
|
|
1375
|
+
gitflow: 'Gitflow',
|
|
1376
|
+
'trunk-based': 'Trunk-Based'
|
|
1377
|
+
},
|
|
1013
1378
|
choices: {
|
|
1014
1379
|
'github-flow': '簡單 PR 流程,適合持續部署',
|
|
1015
1380
|
gitflow: 'develop/release 分支,適合定期發布',
|
|
@@ -1033,9 +1398,14 @@ export const messages = {
|
|
|
1033
1398
|
|
|
1034
1399
|
// Merge Strategy
|
|
1035
1400
|
mergeStrategy: {
|
|
1036
|
-
title: '
|
|
1401
|
+
title: '合併策略:',
|
|
1037
1402
|
description: '選擇合併策略,影響 Git 歷史紀錄的呈現方式',
|
|
1038
|
-
question: '
|
|
1403
|
+
question: '選擇合併策略:',
|
|
1404
|
+
labels: {
|
|
1405
|
+
squash: 'Squash',
|
|
1406
|
+
'merge-commit': 'Merge Commit',
|
|
1407
|
+
'rebase-ff': 'Rebase + FF'
|
|
1408
|
+
},
|
|
1039
1409
|
choices: {
|
|
1040
1410
|
squash: '每個 PR 一個 commit,歷史乾淨',
|
|
1041
1411
|
'merge-commit': '保留完整分支歷史,建立合併 commit',
|
|
@@ -1059,10 +1429,16 @@ export const messages = {
|
|
|
1059
1429
|
|
|
1060
1430
|
// Test Levels
|
|
1061
1431
|
testLevels: {
|
|
1062
|
-
title: '
|
|
1432
|
+
title: '測試覆蓋:',
|
|
1063
1433
|
description: '選擇要包含的測試層級(測試金字塔)',
|
|
1064
1434
|
description2: '百分比為建議的覆蓋率比例',
|
|
1065
|
-
question: '
|
|
1435
|
+
question: '選擇測試層級:',
|
|
1436
|
+
labels: {
|
|
1437
|
+
'unit-testing': '單元測試',
|
|
1438
|
+
'integration-testing': '整合測試',
|
|
1439
|
+
'system-testing': '系統測試',
|
|
1440
|
+
'e2e-testing': 'E2E 測試'
|
|
1441
|
+
},
|
|
1066
1442
|
choices: {
|
|
1067
1443
|
unit: '測試個別函式,快速回饋',
|
|
1068
1444
|
integration: '測試元件互動、API 呼叫',
|
|
@@ -1091,9 +1467,9 @@ export const messages = {
|
|
|
1091
1467
|
|
|
1092
1468
|
// AI Tools Selection
|
|
1093
1469
|
aiTools: {
|
|
1094
|
-
title: 'AI
|
|
1470
|
+
title: 'AI 開發工具',
|
|
1095
1471
|
description: '選擇你在此專案中使用的 AI 程式助手',
|
|
1096
|
-
question: '你使用哪些 AI
|
|
1472
|
+
question: '你使用哪些 AI 工具?',
|
|
1097
1473
|
separators: {
|
|
1098
1474
|
dynamicSkills: '── 動態 Skills ──',
|
|
1099
1475
|
staticRules: '── 靜態規則檔案 ──',
|
|
@@ -1101,7 +1477,7 @@ export const messages = {
|
|
|
1101
1477
|
gemini: '── Gemini 工具 ──'
|
|
1102
1478
|
},
|
|
1103
1479
|
choices: {
|
|
1104
|
-
claudeCode: '
|
|
1480
|
+
claudeCode: '',
|
|
1105
1481
|
none: '無 / 跳過'
|
|
1106
1482
|
}
|
|
1107
1483
|
},
|
|
@@ -1111,13 +1487,14 @@ export const messages = {
|
|
|
1111
1487
|
title: 'Skills 安裝位置:',
|
|
1112
1488
|
description: '選擇 Skills 的安裝位置',
|
|
1113
1489
|
descriptionWithTools: 'Skills 將支援:',
|
|
1114
|
-
question: 'Skills
|
|
1115
|
-
questionMulti: '選擇要安裝 Skills
|
|
1490
|
+
question: 'Skills 要安裝在哪裡?',
|
|
1491
|
+
questionMulti: '選擇要安裝 Skills 的位置:',
|
|
1116
1492
|
marketplaceWarning: 'Claude Code Skills 已透過 Marketplace 安裝',
|
|
1117
1493
|
coexistNote: '檔案安裝將與 Marketplace 版本並存',
|
|
1118
1494
|
separatorFileInstall: '── 或選擇檔案安裝位置 ──',
|
|
1119
1495
|
validationNoMix: '選擇「跳過」時不能同時選擇其他選項',
|
|
1120
1496
|
installCount: '將安裝 Skills 到 {count} 個位置',
|
|
1497
|
+
gitSharingHint: '提示:將 .claude/skills/ 加入版控,即可與團隊共享',
|
|
1121
1498
|
choices: {
|
|
1122
1499
|
marketplace: '自動更新、輕鬆管理版本',
|
|
1123
1500
|
userLevel: '使用者層級',
|
|
@@ -1134,14 +1511,24 @@ export const messages = {
|
|
|
1134
1511
|
}
|
|
1135
1512
|
},
|
|
1136
1513
|
|
|
1514
|
+
// Marketplace Installation Guide
|
|
1515
|
+
marketplaceInstall: {
|
|
1516
|
+
claudeCodeTip: 'Claude Code 可透過 Marketplace 安裝:',
|
|
1517
|
+
guide: '請在 Claude Code 中執行以下指令:',
|
|
1518
|
+
note: '安裝完成後,Skills 將自動載入並保持更新。',
|
|
1519
|
+
alreadyInstalled: 'Marketplace 外掛已安裝。',
|
|
1520
|
+
version: '版本'
|
|
1521
|
+
},
|
|
1522
|
+
|
|
1137
1523
|
// Commands Installation
|
|
1138
1524
|
commandsInstallation: {
|
|
1139
1525
|
title: '斜線命令安裝',
|
|
1140
1526
|
description: '以下 AI Agent 支援斜線命令:',
|
|
1141
1527
|
question: '選擇要安裝斜線命令的 AI Agent',
|
|
1142
|
-
questionMulti: '
|
|
1528
|
+
questionMulti: '選擇要安裝斜線命令的位置:',
|
|
1143
1529
|
installCount: '將為 {count} 個 AI Agent 安裝 15 個斜線命令',
|
|
1144
1530
|
validationNoMix: '無法同時選擇「跳過」和其他選項',
|
|
1531
|
+
gitSharingHint: '提示:將 .claude/commands/ 加入版控,即可與團隊共享',
|
|
1145
1532
|
choices: {
|
|
1146
1533
|
skip: '跳過(使用 Skills 替代)',
|
|
1147
1534
|
userLevel: '使用者層級',
|
|
@@ -1157,7 +1544,7 @@ export const messages = {
|
|
|
1157
1544
|
commitLanguage: {
|
|
1158
1545
|
title: 'Commit 訊息語言:',
|
|
1159
1546
|
description: '選擇 commit 訊息的語言',
|
|
1160
|
-
question: '選擇 commit
|
|
1547
|
+
question: '選擇 commit 訊息語言:',
|
|
1161
1548
|
choices: {
|
|
1162
1549
|
english: '標準國際格式',
|
|
1163
1550
|
chinese: '適合中文團隊',
|
|
@@ -1172,7 +1559,7 @@ export const messages = {
|
|
|
1172
1559
|
|
|
1173
1560
|
// Install Mode
|
|
1174
1561
|
installMode: {
|
|
1175
|
-
question: '
|
|
1562
|
+
question: '選擇安裝模式:',
|
|
1176
1563
|
choices: {
|
|
1177
1564
|
skills: '使用 Claude Code Skills',
|
|
1178
1565
|
full: '安裝所有標準,不使用 Skills'
|
|
@@ -1193,7 +1580,7 @@ export const messages = {
|
|
|
1193
1580
|
adoptionLevelConfig: {
|
|
1194
1581
|
title: 'Adoption Level:',
|
|
1195
1582
|
currentLevel: '目前等級:',
|
|
1196
|
-
question: '
|
|
1583
|
+
question: '選擇新的採用等級:',
|
|
1197
1584
|
choices: {
|
|
1198
1585
|
1: '6 項核心標準',
|
|
1199
1586
|
2: '12 項標準',
|
|
@@ -1211,7 +1598,14 @@ export const messages = {
|
|
|
1211
1598
|
title: '開發方法論:',
|
|
1212
1599
|
experimental: '⚠️ [實驗性] 此功能將在 v4.0 重新設計',
|
|
1213
1600
|
description: '選擇指導開發流程的方法論',
|
|
1214
|
-
question: '
|
|
1601
|
+
question: '你想使用哪種開發方法論?',
|
|
1602
|
+
labels: {
|
|
1603
|
+
tdd: 'TDD',
|
|
1604
|
+
bdd: 'BDD',
|
|
1605
|
+
sdd: 'SDD',
|
|
1606
|
+
atdd: 'ATDD',
|
|
1607
|
+
none: '無'
|
|
1608
|
+
},
|
|
1215
1609
|
choices: {
|
|
1216
1610
|
tdd: '測試驅動開發 (Red → Green → Refactor)',
|
|
1217
1611
|
bdd: '行為驅動開發 (Given-When-Then)',
|
|
@@ -1226,7 +1620,7 @@ export const messages = {
|
|
|
1226
1620
|
title: 'AI 工具管理:',
|
|
1227
1621
|
currentlyInstalled: '目前已安裝:',
|
|
1228
1622
|
none: '無',
|
|
1229
|
-
question: '
|
|
1623
|
+
question: '你想做什麼?',
|
|
1230
1624
|
choices: {
|
|
1231
1625
|
add: '新增 AI 工具',
|
|
1232
1626
|
remove: '移除現有 AI 工具',
|
|
@@ -1247,7 +1641,7 @@ export const messages = {
|
|
|
1247
1641
|
title: 'Skills 有可用更新:',
|
|
1248
1642
|
projectLevel: '專案層級 (.claude/skills/):',
|
|
1249
1643
|
userLevel: '使用者層級 (~/.claude/skills/):',
|
|
1250
|
-
question: '
|
|
1644
|
+
question: '你想做什麼?',
|
|
1251
1645
|
choices: {
|
|
1252
1646
|
both: '更新所有 Skills 安裝',
|
|
1253
1647
|
project: '僅更新 .claude/skills/',
|
|
@@ -1261,8 +1655,13 @@ export const messages = {
|
|
|
1261
1655
|
// promptIntegrationMode
|
|
1262
1656
|
mode: {
|
|
1263
1657
|
title: '整合設定:',
|
|
1264
|
-
description: '設定 AI
|
|
1265
|
-
question: '
|
|
1658
|
+
description: '設定 AI 助手規則檔的產生方式(影響 CLAUDE.md, .cursorrules, GEMINI.md 等)',
|
|
1659
|
+
question: '你想如何設定整合檔案?',
|
|
1660
|
+
labels: {
|
|
1661
|
+
default: '預設',
|
|
1662
|
+
custom: '自訂',
|
|
1663
|
+
merge: '合併'
|
|
1664
|
+
},
|
|
1266
1665
|
choices: {
|
|
1267
1666
|
default: '使用標準規則集',
|
|
1268
1667
|
custom: '選擇要包含的特定規則',
|
|
@@ -1273,34 +1672,45 @@ export const messages = {
|
|
|
1273
1672
|
categories: {
|
|
1274
1673
|
title: '規則類別:',
|
|
1275
1674
|
description: '選擇要包含在整合檔案中的標準',
|
|
1276
|
-
question: '
|
|
1675
|
+
question: '選擇規則類別:',
|
|
1277
1676
|
validation: '請至少選擇一個類別'
|
|
1278
1677
|
},
|
|
1678
|
+
// Category labels for display
|
|
1679
|
+
categoryLabels: {
|
|
1680
|
+
'anti-hallucination': '反幻覺協議',
|
|
1681
|
+
'commit-standards': '提交訊息標準',
|
|
1682
|
+
'code-review': '程式碼審查',
|
|
1683
|
+
testing: '測試標準',
|
|
1684
|
+
documentation: '文件標準',
|
|
1685
|
+
'git-workflow': 'Git 工作流程',
|
|
1686
|
+
'error-handling': '錯誤處理',
|
|
1687
|
+
'project-structure': '專案結構'
|
|
1688
|
+
},
|
|
1279
1689
|
// promptLanguageRules
|
|
1280
1690
|
languageRules: {
|
|
1281
1691
|
title: '語言特定規則:',
|
|
1282
1692
|
description: '包含程式語言特定的編碼標準',
|
|
1283
|
-
question: '
|
|
1693
|
+
question: '包含語言特定規則:'
|
|
1284
1694
|
},
|
|
1285
1695
|
// promptExclusions
|
|
1286
1696
|
exclusions: {
|
|
1287
1697
|
title: '自訂排除:',
|
|
1288
1698
|
description: '指定要排除執行的規則或模式',
|
|
1289
|
-
question: '
|
|
1290
|
-
inputPrompt: '
|
|
1699
|
+
question: '是否要新增自訂排除?',
|
|
1700
|
+
inputPrompt: '輸入排除模式(用逗號分隔):'
|
|
1291
1701
|
},
|
|
1292
1702
|
// promptCustomRules
|
|
1293
1703
|
customRules: {
|
|
1294
1704
|
title: '專案特定規則:',
|
|
1295
1705
|
description: '新增專案特定的自訂規則',
|
|
1296
|
-
question: '
|
|
1297
|
-
inputPrompt: '
|
|
1706
|
+
question: '是否要新增專案特定的自訂規則?',
|
|
1707
|
+
inputPrompt: '輸入自訂規則(留空結束):'
|
|
1298
1708
|
},
|
|
1299
1709
|
// promptMergeStrategy (for integration files)
|
|
1300
1710
|
mergeStrategy: {
|
|
1301
1711
|
title: '偵測到現有規則:',
|
|
1302
1712
|
description: '選擇如何處理現有規則',
|
|
1303
|
-
question: '
|
|
1713
|
+
question: '如何處理現有規則?',
|
|
1304
1714
|
choices: {
|
|
1305
1715
|
append: '在現有規則後新增',
|
|
1306
1716
|
merge: '智慧合併(避免重複)',
|
|
@@ -1312,7 +1722,7 @@ export const messages = {
|
|
|
1312
1722
|
detailLevel: {
|
|
1313
1723
|
title: '規則詳細程度:',
|
|
1314
1724
|
description: '選擇產生規則的詳細程度',
|
|
1315
|
-
question: '
|
|
1725
|
+
question: '選擇規則詳細程度:',
|
|
1316
1726
|
choices: {
|
|
1317
1727
|
minimal: '僅基本規則(約 50 行)',
|
|
1318
1728
|
standard: '平衡覆蓋(約 150 行)',
|
|
@@ -1327,7 +1737,7 @@ export const messages = {
|
|
|
1327
1737
|
},
|
|
1328
1738
|
// promptRuleLanguage
|
|
1329
1739
|
ruleLanguage: {
|
|
1330
|
-
question: '
|
|
1740
|
+
question: '選擇規則文件語言:',
|
|
1331
1741
|
choices: {
|
|
1332
1742
|
en: 'English',
|
|
1333
1743
|
zhTw: '繁體中文',
|
|
@@ -1338,6 +1748,48 @@ export const messages = {
|
|
|
1338
1748
|
noExistingFile: '找不到現有規則檔案,使用預設模式。'
|
|
1339
1749
|
},
|
|
1340
1750
|
|
|
1751
|
+
// Unified config menu (uds config with no arguments)
|
|
1752
|
+
config: {
|
|
1753
|
+
menuQuestion: '你要設定什麼?',
|
|
1754
|
+
menuProjectSettings: '專案設定(等級、AI 工具、Skills、格式、工作流程...)',
|
|
1755
|
+
menuPreferences: '偏好設定(UI 語言、HITL 閾值、Vibe Coding)',
|
|
1756
|
+
menuShowConfig: '顯示目前設定(JSON)',
|
|
1757
|
+
// Preferences / Vibe Coding init
|
|
1758
|
+
initTitle: 'UDS 設定精靈',
|
|
1759
|
+
initQuestion: '你要設定什麼?',
|
|
1760
|
+
vibeMode: 'Vibe Coding 模式 - AI 輔助開發',
|
|
1761
|
+
missionMode: 'Mission 模式 - 目標導向開發',
|
|
1762
|
+
customMode: '自訂 - 個別設定選項',
|
|
1763
|
+
missionComingSoon: 'Mission 模式設定即將推出!',
|
|
1764
|
+
useStartCommand: '目前請使用:uds start <mission-type> <intent>',
|
|
1765
|
+
customHint: '使用:uds config set <key> <value>',
|
|
1766
|
+
vibeModeTitle: 'Vibe Coding 設定',
|
|
1767
|
+
vibeModeDesc: '設定 UDS 以進行自然語言驅動開發',
|
|
1768
|
+
selectPreset: '選擇預設方案:',
|
|
1769
|
+
presets: {
|
|
1770
|
+
relaxed: {
|
|
1771
|
+
name: '寬鬆(原型/黑客松)',
|
|
1772
|
+
description: '最大速度、最少中斷。適合快速原型開發。'
|
|
1773
|
+
},
|
|
1774
|
+
balanced: {
|
|
1775
|
+
name: '平衡(推薦)',
|
|
1776
|
+
description: '速度與安全的良好平衡。確認關鍵操作。'
|
|
1777
|
+
},
|
|
1778
|
+
strict: {
|
|
1779
|
+
name: '嚴格(正式環境)',
|
|
1780
|
+
description: '最大安全性。確認大多數操作。適合正式程式碼。'
|
|
1781
|
+
}
|
|
1782
|
+
},
|
|
1783
|
+
applyingPreset: '套用預設方案:',
|
|
1784
|
+
confirmApply: '套用這些設定?',
|
|
1785
|
+
cancelled: '設定已取消。',
|
|
1786
|
+
vibeEnabled: 'Vibe Coding 模式已啟用!',
|
|
1787
|
+
nextSteps: '後續步驟:',
|
|
1788
|
+
useSpec: '產生規格:',
|
|
1789
|
+
useSweep: '清理程式碼:',
|
|
1790
|
+
useStart: '開始任務:'
|
|
1791
|
+
},
|
|
1792
|
+
|
|
1341
1793
|
// Command output messages
|
|
1342
1794
|
commands: {
|
|
1343
1795
|
// Common messages used across commands
|
|
@@ -1469,8 +1921,8 @@ export const messages = {
|
|
|
1469
1921
|
skillsNotFileBased: '注意:Marketplace skills 不是基於檔案的',
|
|
1470
1922
|
lastUpdated: '最後更新',
|
|
1471
1923
|
skillsInstalled: '✓ Skills 已安裝',
|
|
1472
|
-
skillsGlobal: '
|
|
1473
|
-
skillsProject: '
|
|
1924
|
+
skillsGlobal: '全域',
|
|
1925
|
+
skillsProject: '專案',
|
|
1474
1926
|
compatible: '相容',
|
|
1475
1927
|
openCodeNote: '注意:OpenCode 自動偵測 .claude/skills/',
|
|
1476
1928
|
considerMigrating: '⚠ 建議遷移到 Plugin Marketplace',
|
|
@@ -1499,7 +1951,7 @@ export const messages = {
|
|
|
1499
1951
|
noAiToolFiles: '未設定 AI 工具整合檔案。',
|
|
1500
1952
|
toFixIntegration: '修復整合問題:',
|
|
1501
1953
|
runUpdateToSync: '• 執行 `uds update` 同步所有整合檔案',
|
|
1502
|
-
runConfigureTools: '• 執行 `uds
|
|
1954
|
+
runConfigureTools: '• 執行 `uds config --type ai_tools` 管理 AI 工具',
|
|
1503
1955
|
// Reference sync
|
|
1504
1956
|
refSyncStatus: '參考同步狀態:',
|
|
1505
1957
|
noRefsFound: '找不到標準參考',
|
|
@@ -1559,6 +2011,11 @@ export const messages = {
|
|
|
1559
2011
|
userLevel: '使用者層級',
|
|
1560
2012
|
notInstalled: '未安裝',
|
|
1561
2013
|
noSkillsDetected: '未偵測到 Skills 安裝',
|
|
2014
|
+
skillsMarketplaceInstalled: 'Marketplace',
|
|
2015
|
+
// No AI tools selected - exit
|
|
2016
|
+
noAiToolsSelected: '未選擇任何 AI 工具。',
|
|
2017
|
+
noAiToolsExplanation: ' UDS 為 AI 程式開發助手提供開發標準。',
|
|
2018
|
+
noAiToolsExplanation2: ' 沒有選擇 AI 工具,就沒有需要安裝的內容。',
|
|
1562
2019
|
// Integration
|
|
1563
2020
|
integrationConfig: '整合設定:',
|
|
1564
2021
|
sharedRuleConfig: '所有選取的工具將共用相同的規則設定。',
|
|
@@ -1571,13 +2028,17 @@ export const messages = {
|
|
|
1571
2028
|
contentModeFull: '完整嵌入',
|
|
1572
2029
|
contentModeIndex: '標準(推薦)',
|
|
1573
2030
|
contentModeMinimal: '最小(僅核心)',
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
integrations: '整合',
|
|
2031
|
+
displayLanguageLabel: '顯示語言',
|
|
2032
|
+
integrations: '整合配置檔',
|
|
1577
2033
|
skillsLabel: 'Skills',
|
|
1578
2034
|
skillsMarketplace: 'Plugin Marketplace(由 Claude Code 管理)',
|
|
1579
2035
|
skillsInstallTo: '安裝/更新到 {location}',
|
|
1580
2036
|
skillsUsingExisting: '使用現有({location})',
|
|
2037
|
+
skillsInstalledToCount: '已安裝到 {count} 個位置',
|
|
2038
|
+
commandsLabel: '斜線命令',
|
|
2039
|
+
commandsInstalledToCount: '已安裝到 {count} 個位置',
|
|
2040
|
+
integrationConfigLabel: '整合設定',
|
|
2041
|
+
ruleCategoriesLabel: '規則類別',
|
|
1581
2042
|
gitWorkflow: 'Git 工作流程',
|
|
1582
2043
|
mergeStrategy: '合併策略',
|
|
1583
2044
|
commitLanguage: '提交訊息語言',
|
|
@@ -1665,7 +2126,7 @@ export const messages = {
|
|
|
1665
2126
|
// Integrations only
|
|
1666
2127
|
updatingIntegrationsOnly: '僅更新整合檔案中...',
|
|
1667
2128
|
noAiToolsConfigured: '⚠ manifest 中未設定任何 AI 工具。',
|
|
1668
|
-
runConfigure: '執行 `uds
|
|
2129
|
+
runConfigure: '執行 `uds config` 來新增 AI 工具。',
|
|
1669
2130
|
regeneratingIntegrations: '重新產生整合檔案中...',
|
|
1670
2131
|
regeneratedIntegrations: '已重新產生 {count} 個整合檔案',
|
|
1671
2132
|
integrationsSuccess: '✓ 整合檔案更新成功!',
|
|
@@ -1711,6 +2172,19 @@ export const messages = {
|
|
|
1711
2172
|
newSkillsInstalledWithErrors: '安裝 Skills 時發生 {errors} 個錯誤',
|
|
1712
2173
|
newCommandsInstalled: '已為 {count} 個 AI 工具安裝斜線命令',
|
|
1713
2174
|
newCommandsInstalledWithErrors: '安裝斜線命令時發生 {errors} 個錯誤',
|
|
2175
|
+
// Outdated Skills/Commands
|
|
2176
|
+
skillsOutdatedFor: '以下 AI 工具有 Skills 更新:',
|
|
2177
|
+
commandsOutdatedFor: '以下 AI 工具有斜線命令更新:',
|
|
2178
|
+
selectSkillsToUpdate: '選擇要更新 Skills 的 AI 工具:',
|
|
2179
|
+
selectCommandsToUpdate: '選擇要更新斜線命令的 AI 工具:',
|
|
2180
|
+
skipSkillsUpdate: '跳過 Skills 更新',
|
|
2181
|
+
skipCommandsUpdate: '跳過斜線命令更新',
|
|
2182
|
+
updatingSkills: '更新 Skills 中...',
|
|
2183
|
+
skillsUpdated: '已為 {count} 個 AI 工具更新 Skills',
|
|
2184
|
+
skillsUpdatedWithErrors: '更新 Skills 時發生 {errors} 個錯誤',
|
|
2185
|
+
updatingCommands: '更新斜線命令中...',
|
|
2186
|
+
commandsUpdated: '已為 {count} 個 AI 工具更新斜線命令',
|
|
2187
|
+
commandsUpdatedWithErrors: '更新斜線命令時發生 {errors} 個錯誤',
|
|
1714
2188
|
// Marketplace detection
|
|
1715
2189
|
alreadyViaMarketplace: '已透過 Marketplace 安裝',
|
|
1716
2190
|
marketplaceCoexistNote: '注意:檔案安裝將與 Marketplace 版本並存'
|
|
@@ -1762,7 +2236,7 @@ export const messages = {
|
|
|
1762
2236
|
optionSkills: 'Skills - 管理 Skills 安裝',
|
|
1763
2237
|
optionCommands: '命令 - 管理斜線命令',
|
|
1764
2238
|
noAiToolsConfigured: '未設定 AI 工具',
|
|
1765
|
-
addAiToolsFirst: '請先新增 AI 工具:uds
|
|
2239
|
+
addAiToolsFirst: '請先新增 AI 工具:uds config --type ai_tools',
|
|
1766
2240
|
currentSkillsStatus: '目前 Skills 狀態:',
|
|
1767
2241
|
currentCommandsStatus: '目前命令狀態:',
|
|
1768
2242
|
notInstalled: '未安裝',
|
|
@@ -1806,13 +2280,121 @@ export const messages = {
|
|
|
1806
2280
|
// Common labels
|
|
1807
2281
|
recommended: '推荐',
|
|
1808
2282
|
advanced: '高级',
|
|
2283
|
+
checkboxHint: '(空格选择、A 全选/取消、Enter 确认)',
|
|
2284
|
+
listHint: '(使用方向键选择,Enter 确认)',
|
|
2285
|
+
|
|
2286
|
+
// Sweep Command
|
|
2287
|
+
sweep: {
|
|
2288
|
+
title: '自动清理:代码整理',
|
|
2289
|
+
description: '正在扫描变更的文件,检查调试代码和质量问题...',
|
|
2290
|
+
scanning: '正在扫描变更的文件...',
|
|
2291
|
+
scanComplete: '扫描完成',
|
|
2292
|
+
summaryTitle: '摘要',
|
|
2293
|
+
filesScanned: '扫描文件数',
|
|
2294
|
+
issuesFound: '发现问题数',
|
|
2295
|
+
issuesFixed: '已修复问题数',
|
|
2296
|
+
issuesByType: '问题类型统计',
|
|
2297
|
+
fileDetails: '文件详情',
|
|
2298
|
+
dryRunHint: '这是预览模式。使用 --fix 应用变更。',
|
|
2299
|
+
example: '示例',
|
|
2300
|
+
noIssues: '没有发现问题。您的代码很干净!',
|
|
2301
|
+
reportSaved: '报告已保存至',
|
|
2302
|
+
error: '清理失败'
|
|
2303
|
+
},
|
|
2304
|
+
|
|
2305
|
+
// Spec Command (Micro-Spec)
|
|
2306
|
+
spec: {
|
|
2307
|
+
noIntent: '错误:请提供意图描述。',
|
|
2308
|
+
example: '示例',
|
|
2309
|
+
createTitle: '微规格生成',
|
|
2310
|
+
analyzing: '正在分析您的意图...',
|
|
2311
|
+
generating: '正在生成微规格...',
|
|
2312
|
+
generated: '微规格已生成',
|
|
2313
|
+
confirmQuestion: '您想如何处理?',
|
|
2314
|
+
confirm: '确认并继续',
|
|
2315
|
+
edit: '编辑规格',
|
|
2316
|
+
skip: '跳过(保留为草稿)',
|
|
2317
|
+
discard: '放弃',
|
|
2318
|
+
confirmed: '规格已确认,准备实现!',
|
|
2319
|
+
editHint: '编辑规格于:',
|
|
2320
|
+
confirmLater: '准备好后执行 `uds spec confirm <id>`',
|
|
2321
|
+
discarded: '规格已放弃。',
|
|
2322
|
+
savedAsDraft: '规格已保存为草稿。',
|
|
2323
|
+
autoConfirmed: '规格已自动确认。',
|
|
2324
|
+
savedTo: '已保存至',
|
|
2325
|
+
specId: '规格 ID',
|
|
2326
|
+
error: '生成规格失败',
|
|
2327
|
+
listTitle: '微规格列表',
|
|
2328
|
+
noSpecs: '没有找到微规格。',
|
|
2329
|
+
createHint: '使用以下命令创建:uds spec create "您的意图"',
|
|
2330
|
+
total: '总计',
|
|
2331
|
+
noId: '错误:请提供规格 ID。',
|
|
2332
|
+
notFound: '找不到规格:',
|
|
2333
|
+
archived: '规格已成功归档。',
|
|
2334
|
+
deleteConfirm: '确定要删除此规格吗?',
|
|
2335
|
+
deleteCancelled: '删除已取消。',
|
|
2336
|
+
deleted: '规格已删除。'
|
|
2337
|
+
},
|
|
2338
|
+
|
|
2339
|
+
// Mission Command
|
|
2340
|
+
mission: {
|
|
2341
|
+
activeExists: '已存在进行中的任务:',
|
|
2342
|
+
existingAction: '您想怎么做?',
|
|
2343
|
+
resume: '继续现有任务',
|
|
2344
|
+
cancel: '取消现有任务并开始新任务',
|
|
2345
|
+
abort: '中止(不执行任何操作)',
|
|
2346
|
+
aborted: '操作已取消。',
|
|
2347
|
+
resuming: '正在继续现有任务...',
|
|
2348
|
+
previousCancelled: '已取消先前任务。',
|
|
2349
|
+
selectType: '选择任务类型:',
|
|
2350
|
+
enterIntent: '描述您的目标:',
|
|
2351
|
+
intentRequired: '必须提供意图描述',
|
|
2352
|
+
created: '任务已创建!',
|
|
2353
|
+
suggestedWorkflow: '建议的工作流程:',
|
|
2354
|
+
nextSteps: '后续步骤:',
|
|
2355
|
+
useSpecCreate: '创建规格:',
|
|
2356
|
+
useStatus: '查看状态:',
|
|
2357
|
+
usePause: '暂停任务:',
|
|
2358
|
+
planningPhase: '任务现在处于规划阶段。',
|
|
2359
|
+
noActive: '没有进行中的任务。',
|
|
2360
|
+
startHint: '使用以下命令开始:uds start <类型> "<意图>"',
|
|
2361
|
+
paused: '任务已暂停。',
|
|
2362
|
+
resumed: '任务已继续!',
|
|
2363
|
+
confirmCancel: '确定要取消此任务吗?',
|
|
2364
|
+
cancelAborted: '操作已取消。',
|
|
2365
|
+
cancelled: '任务已取消。',
|
|
2366
|
+
noMissions: '找不到任务。',
|
|
2367
|
+
listTitle: '任务列表:'
|
|
2368
|
+
},
|
|
2369
|
+
|
|
2370
|
+
// Display Language (first prompt - English only since language not yet selected)
|
|
2371
|
+
displayLanguage: {
|
|
2372
|
+
title: 'Display Language',
|
|
2373
|
+
description: '选择 CLI 消息和 AI Agent 指示的语言',
|
|
2374
|
+
question: 'Select display language:',
|
|
2375
|
+
choices: {
|
|
2376
|
+
en: 'English',
|
|
2377
|
+
'zh-tw': '繁體中文 (Traditional Chinese)',
|
|
2378
|
+
'zh-cn': '简体中文 (Simplified Chinese)'
|
|
2379
|
+
},
|
|
2380
|
+
explanations: {
|
|
2381
|
+
en: ' → CLI messages and AI Agent instructions will be in English',
|
|
2382
|
+
'zh-tw': ' → CLI 訊息和 AI Agent 指示將使用繁體中文',
|
|
2383
|
+
'zh-cn': ' → CLI 消息和 AI Agent 指示将使用简体中文'
|
|
2384
|
+
}
|
|
2385
|
+
},
|
|
1809
2386
|
|
|
1810
2387
|
// Content Mode
|
|
1811
2388
|
contentMode: {
|
|
1812
|
-
title: '
|
|
1813
|
-
description: '控制 AI
|
|
1814
|
-
description2: '
|
|
1815
|
-
question: '
|
|
2389
|
+
title: '内容模式:',
|
|
2390
|
+
description: '控制 AI 助手的配置文件中嵌入多少规范内容',
|
|
2391
|
+
description2: '(影响 Claude Code CLAUDE.md, Cursor .cursorrules, Copilot 指示档等)',
|
|
2392
|
+
question: '选择内容模式:',
|
|
2393
|
+
labels: {
|
|
2394
|
+
index: '标准',
|
|
2395
|
+
full: '完整嵌入',
|
|
2396
|
+
minimal: '最小化'
|
|
2397
|
+
},
|
|
1816
2398
|
choices: {
|
|
1817
2399
|
index: '摘要 + 任务对照表,AI 知道何时读哪个规范',
|
|
1818
2400
|
full: '完整嵌入所有规则,AI 立即可用但文件较大',
|
|
@@ -1839,9 +2421,14 @@ export const messages = {
|
|
|
1839
2421
|
|
|
1840
2422
|
// Adoption Level
|
|
1841
2423
|
level: {
|
|
1842
|
-
title: '
|
|
2424
|
+
title: '采用等级:',
|
|
1843
2425
|
description: '选择要采用的标准数量,等级越高涵盖越完整',
|
|
1844
|
-
question: '
|
|
2426
|
+
question: '选择采用等级:',
|
|
2427
|
+
labels: {
|
|
2428
|
+
1: 'Level 1: 入门',
|
|
2429
|
+
2: 'Level 2: 专业',
|
|
2430
|
+
3: 'Level 3: 完整'
|
|
2431
|
+
},
|
|
1845
2432
|
choices: {
|
|
1846
2433
|
1: '提交规范、反幻觉、签入检查等 6 项核心',
|
|
1847
2434
|
2: '加入测试、Git 流程、错误处理共 12 项',
|
|
@@ -1865,9 +2452,14 @@ export const messages = {
|
|
|
1865
2452
|
|
|
1866
2453
|
// Standards Format
|
|
1867
2454
|
format: {
|
|
1868
|
-
title: '
|
|
2455
|
+
title: '标准格式:',
|
|
1869
2456
|
description: '选择标准文件的格式,影响 AI 读取效率和人类可读性',
|
|
1870
|
-
question: '
|
|
2457
|
+
question: '选择标准格式:',
|
|
2458
|
+
labels: {
|
|
2459
|
+
ai: '精简',
|
|
2460
|
+
human: '详细',
|
|
2461
|
+
both: '两者'
|
|
2462
|
+
},
|
|
1871
2463
|
choices: {
|
|
1872
2464
|
ai: 'YAML 格式,token 少,AI 解析快',
|
|
1873
2465
|
human: '完整 Markdown,含范例说明,适合团队学习',
|
|
@@ -1882,13 +2474,17 @@ export const messages = {
|
|
|
1882
2474
|
|
|
1883
2475
|
// Standards Scope
|
|
1884
2476
|
scope: {
|
|
1885
|
-
title: '
|
|
2477
|
+
title: '标准安装范围:',
|
|
1886
2478
|
description: '选择要安装多少标准文件到项目中',
|
|
1887
2479
|
description2: '(已安装 Skills,可选择精简安装)',
|
|
1888
|
-
question: '
|
|
2480
|
+
question: '选择安装范围:',
|
|
2481
|
+
labels: {
|
|
2482
|
+
minimal: '精简',
|
|
2483
|
+
full: '完整'
|
|
2484
|
+
},
|
|
1889
2485
|
choices: {
|
|
1890
2486
|
minimal: '只装参考文档,Skills 实时提供任务导向指引',
|
|
1891
|
-
full: '
|
|
2487
|
+
full: '安装所有标准文件,不仅只依赖 Skills'
|
|
1892
2488
|
},
|
|
1893
2489
|
explanations: {
|
|
1894
2490
|
minimal: [
|
|
@@ -1897,16 +2493,22 @@ export const messages = {
|
|
|
1897
2493
|
],
|
|
1898
2494
|
full: [
|
|
1899
2495
|
' → .standards/ 包含全部标准(约 16 个文件)',
|
|
1900
|
-
' → 即使 Skills 不可用也能查阅完整规范'
|
|
2496
|
+
' → 即使 Skills 不可用也能查阅完整规范',
|
|
2497
|
+
' → 注意:文件越多,AI Context Window 使用量越大'
|
|
1901
2498
|
]
|
|
1902
2499
|
}
|
|
1903
2500
|
},
|
|
1904
2501
|
|
|
1905
2502
|
// Git Workflow
|
|
1906
2503
|
gitWorkflow: {
|
|
1907
|
-
title: 'Git
|
|
2504
|
+
title: 'Git 工作流:',
|
|
1908
2505
|
description: '选择分支策略,影响团队协作和发布流程',
|
|
1909
|
-
question: '选择 Git
|
|
2506
|
+
question: '选择 Git 分支策略:',
|
|
2507
|
+
labels: {
|
|
2508
|
+
'github-flow': 'GitHub Flow',
|
|
2509
|
+
gitflow: 'Gitflow',
|
|
2510
|
+
'trunk-based': 'Trunk-Based'
|
|
2511
|
+
},
|
|
1910
2512
|
choices: {
|
|
1911
2513
|
'github-flow': '简单 PR 流程,适合持续部署',
|
|
1912
2514
|
gitflow: 'develop/release 分支,适合定期发布',
|
|
@@ -1930,9 +2532,14 @@ export const messages = {
|
|
|
1930
2532
|
|
|
1931
2533
|
// Merge Strategy
|
|
1932
2534
|
mergeStrategy: {
|
|
1933
|
-
title: '
|
|
2535
|
+
title: '合并策略:',
|
|
1934
2536
|
description: '选择合并策略,影响 Git 历史记录的呈现方式',
|
|
1935
|
-
question: '
|
|
2537
|
+
question: '选择合并策略:',
|
|
2538
|
+
labels: {
|
|
2539
|
+
squash: 'Squash',
|
|
2540
|
+
'merge-commit': 'Merge Commit',
|
|
2541
|
+
'rebase-ff': 'Rebase + FF'
|
|
2542
|
+
},
|
|
1936
2543
|
choices: {
|
|
1937
2544
|
squash: '每个 PR 一个 commit,历史干净',
|
|
1938
2545
|
'merge-commit': '保留完整分支历史,建立合并 commit',
|
|
@@ -1956,10 +2563,16 @@ export const messages = {
|
|
|
1956
2563
|
|
|
1957
2564
|
// Test Levels
|
|
1958
2565
|
testLevels: {
|
|
1959
|
-
title: '
|
|
2566
|
+
title: '测试覆盖:',
|
|
1960
2567
|
description: '选择要包含的测试层级(测试金字塔)',
|
|
1961
2568
|
description2: '百分比为建议的覆盖率比例',
|
|
1962
|
-
question: '
|
|
2569
|
+
question: '选择测试层级:',
|
|
2570
|
+
labels: {
|
|
2571
|
+
'unit-testing': '单元测试',
|
|
2572
|
+
'integration-testing': '集成测试',
|
|
2573
|
+
'system-testing': '系统测试',
|
|
2574
|
+
'e2e-testing': 'E2E 测试'
|
|
2575
|
+
},
|
|
1963
2576
|
choices: {
|
|
1964
2577
|
unit: '测试个别函数,快速反馈',
|
|
1965
2578
|
integration: '测试组件互动、API 调用',
|
|
@@ -1988,9 +2601,9 @@ export const messages = {
|
|
|
1988
2601
|
|
|
1989
2602
|
// AI Tools Selection
|
|
1990
2603
|
aiTools: {
|
|
1991
|
-
title: 'AI
|
|
2604
|
+
title: 'AI 开发工具',
|
|
1992
2605
|
description: '选择你在此项目中使用的 AI 编程助手',
|
|
1993
|
-
question: '你使用哪些 AI
|
|
2606
|
+
question: '你使用哪些 AI 工具?',
|
|
1994
2607
|
separators: {
|
|
1995
2608
|
dynamicSkills: '── 动态 Skills ──',
|
|
1996
2609
|
staticRules: '── 静态规则文件 ──',
|
|
@@ -1998,7 +2611,7 @@ export const messages = {
|
|
|
1998
2611
|
gemini: '── Gemini 工具 ──'
|
|
1999
2612
|
},
|
|
2000
2613
|
choices: {
|
|
2001
|
-
claudeCode: '
|
|
2614
|
+
claudeCode: '',
|
|
2002
2615
|
none: '无 / 跳过'
|
|
2003
2616
|
}
|
|
2004
2617
|
},
|
|
@@ -2008,13 +2621,14 @@ export const messages = {
|
|
|
2008
2621
|
title: 'Skills 安装位置:',
|
|
2009
2622
|
description: '选择 Skills 的安装位置',
|
|
2010
2623
|
descriptionWithTools: 'Skills 将支持:',
|
|
2011
|
-
question: 'Skills
|
|
2012
|
-
questionMulti: '选择要安装 Skills
|
|
2624
|
+
question: 'Skills 要安装在哪里?',
|
|
2625
|
+
questionMulti: '选择要安装 Skills 的位置:',
|
|
2013
2626
|
marketplaceWarning: 'Claude Code Skills 已通过 Marketplace 安装',
|
|
2014
2627
|
coexistNote: '文件安装将与 Marketplace 版本并存',
|
|
2015
2628
|
separatorFileInstall: '── 或选择文件安装位置 ──',
|
|
2016
2629
|
validationNoMix: '选择「跳过」时不能同时选择其他选项',
|
|
2017
2630
|
installCount: '将安装 Skills 到 {count} 个位置',
|
|
2631
|
+
gitSharingHint: '提示:将 .claude/skills/ 加入版本控制,即可与团队共享',
|
|
2018
2632
|
choices: {
|
|
2019
2633
|
marketplace: '自动更新、轻松管理版本',
|
|
2020
2634
|
userLevel: '用户层级',
|
|
@@ -2031,14 +2645,24 @@ export const messages = {
|
|
|
2031
2645
|
}
|
|
2032
2646
|
},
|
|
2033
2647
|
|
|
2648
|
+
// Marketplace Installation Guide
|
|
2649
|
+
marketplaceInstall: {
|
|
2650
|
+
claudeCodeTip: 'Claude Code 可通过 Marketplace 安装:',
|
|
2651
|
+
guide: '请在 Claude Code 中执行以下指令:',
|
|
2652
|
+
note: '安装完成后,Skills 将自动加载并保持更新。',
|
|
2653
|
+
alreadyInstalled: 'Marketplace 插件已安装。',
|
|
2654
|
+
version: '版本'
|
|
2655
|
+
},
|
|
2656
|
+
|
|
2034
2657
|
// Commands Installation
|
|
2035
2658
|
commandsInstallation: {
|
|
2036
2659
|
title: '斜杠命令安装',
|
|
2037
2660
|
description: '以下 AI Agent 支持斜杠命令:',
|
|
2038
2661
|
question: '选择要安装斜杠命令的 AI Agent',
|
|
2039
|
-
questionMulti: '
|
|
2662
|
+
questionMulti: '选择要安装斜杠命令的位置:',
|
|
2040
2663
|
installCount: '将为 {count} 个 AI Agent 安装 15 个斜杠命令',
|
|
2041
2664
|
validationNoMix: '无法同时选择「跳过」和其他选项',
|
|
2665
|
+
gitSharingHint: '提示:将 .claude/commands/ 加入版本控制,即可与团队共享',
|
|
2042
2666
|
choices: {
|
|
2043
2667
|
skip: '跳过(使用 Skills 替代)',
|
|
2044
2668
|
userLevel: '用户级别',
|
|
@@ -2054,7 +2678,7 @@ export const messages = {
|
|
|
2054
2678
|
commitLanguage: {
|
|
2055
2679
|
title: 'Commit 消息语言:',
|
|
2056
2680
|
description: '选择 commit 消息的语言',
|
|
2057
|
-
question: '选择 commit
|
|
2681
|
+
question: '选择 commit 消息语言:',
|
|
2058
2682
|
choices: {
|
|
2059
2683
|
english: '标准国际格式',
|
|
2060
2684
|
chinese: '适合中文团队',
|
|
@@ -2067,6 +2691,168 @@ export const messages = {
|
|
|
2067
2691
|
}
|
|
2068
2692
|
},
|
|
2069
2693
|
|
|
2694
|
+
// Integration Configuration
|
|
2695
|
+
integration: {
|
|
2696
|
+
// promptIntegrationMode
|
|
2697
|
+
mode: {
|
|
2698
|
+
title: '集成配置:',
|
|
2699
|
+
description: '配置 AI 助手规则文件的生成方式(影响 CLAUDE.md, .cursorrules, GEMINI.md 等)',
|
|
2700
|
+
question: '你想如何配置集成文件?',
|
|
2701
|
+
labels: {
|
|
2702
|
+
default: '默认',
|
|
2703
|
+
custom: '自定义',
|
|
2704
|
+
merge: '合并'
|
|
2705
|
+
},
|
|
2706
|
+
choices: {
|
|
2707
|
+
default: '使用标准规则集',
|
|
2708
|
+
custom: '选择要包含的特定规则',
|
|
2709
|
+
merge: '与现有规则文件合并'
|
|
2710
|
+
}
|
|
2711
|
+
},
|
|
2712
|
+
// promptRuleCategories
|
|
2713
|
+
categories: {
|
|
2714
|
+
title: '规则类别:',
|
|
2715
|
+
description: '选择要包含在集成文件中的标准',
|
|
2716
|
+
question: '选择规则类别:',
|
|
2717
|
+
validation: '请至少选择一个类别'
|
|
2718
|
+
},
|
|
2719
|
+
// Category labels for display
|
|
2720
|
+
categoryLabels: {
|
|
2721
|
+
'anti-hallucination': '反幻觉协议',
|
|
2722
|
+
'commit-standards': '提交消息标准',
|
|
2723
|
+
'code-review': '代码审查',
|
|
2724
|
+
testing: '测试标准',
|
|
2725
|
+
documentation: '文档标准',
|
|
2726
|
+
'git-workflow': 'Git 工作流',
|
|
2727
|
+
'error-handling': '错误处理',
|
|
2728
|
+
'project-structure': '项目结构'
|
|
2729
|
+
},
|
|
2730
|
+
// promptLanguageRules
|
|
2731
|
+
languageRules: {
|
|
2732
|
+
title: '语言特定规则:',
|
|
2733
|
+
description: '包含编程语言特定的编码标准',
|
|
2734
|
+
question: '包含语言特定规则:'
|
|
2735
|
+
},
|
|
2736
|
+
// promptExclusions
|
|
2737
|
+
exclusions: {
|
|
2738
|
+
title: '自定义排除:',
|
|
2739
|
+
description: '指定要排除执行的规则或模式',
|
|
2740
|
+
question: '是否要添加自定义排除?',
|
|
2741
|
+
inputPrompt: '输入排除模式(用逗号分隔):'
|
|
2742
|
+
},
|
|
2743
|
+
// promptCustomRules
|
|
2744
|
+
customRules: {
|
|
2745
|
+
title: '项目特定规则:',
|
|
2746
|
+
description: '添加项目特定的自定义规则',
|
|
2747
|
+
question: '是否要添加项目特定的自定义规则?',
|
|
2748
|
+
inputPrompt: '输入自定义规则(留空结束):'
|
|
2749
|
+
},
|
|
2750
|
+
// promptMergeStrategy (for integration files)
|
|
2751
|
+
mergeStrategy: {
|
|
2752
|
+
title: '检测到现有规则:',
|
|
2753
|
+
description: '选择如何处理现有规则',
|
|
2754
|
+
question: '如何处理现有规则?',
|
|
2755
|
+
choices: {
|
|
2756
|
+
append: '在现有规则后添加',
|
|
2757
|
+
merge: '智能合并(避免重复)',
|
|
2758
|
+
overwrite: '以新规则替换',
|
|
2759
|
+
keep: '保留现有,跳过安装'
|
|
2760
|
+
}
|
|
2761
|
+
},
|
|
2762
|
+
// promptDetailLevel
|
|
2763
|
+
detailLevel: {
|
|
2764
|
+
title: '规则详细程度:',
|
|
2765
|
+
description: '选择生成规则的详细程度',
|
|
2766
|
+
question: '选择规则详细程度:',
|
|
2767
|
+
choices: {
|
|
2768
|
+
minimal: '仅基本规则(约 50 行)',
|
|
2769
|
+
standard: '平衡覆盖(约 150 行)',
|
|
2770
|
+
comprehensive: '完整文档(约 300+ 行)'
|
|
2771
|
+
},
|
|
2772
|
+
labels: {
|
|
2773
|
+
minimal: '精简',
|
|
2774
|
+
standard: '标准',
|
|
2775
|
+
comprehensive: '详尽',
|
|
2776
|
+
complete: '完整'
|
|
2777
|
+
}
|
|
2778
|
+
},
|
|
2779
|
+
// promptRuleLanguage
|
|
2780
|
+
ruleLanguage: {
|
|
2781
|
+
question: '选择规则文件语言:',
|
|
2782
|
+
choices: {
|
|
2783
|
+
en: 'English',
|
|
2784
|
+
zhCn: '简体中文',
|
|
2785
|
+
bilingual: '双语'
|
|
2786
|
+
}
|
|
2787
|
+
},
|
|
2788
|
+
// Other messages
|
|
2789
|
+
noExistingFile: '找不到现有规则文件,使用默认模式。'
|
|
2790
|
+
},
|
|
2791
|
+
|
|
2792
|
+
// Methodology
|
|
2793
|
+
methodology: {
|
|
2794
|
+
title: '开发方法论:',
|
|
2795
|
+
experimental: '⚠️ [实验性] 此功能将在 v4.0 重新设计',
|
|
2796
|
+
description: '选择指导开发流程的方法论',
|
|
2797
|
+
question: '你想使用哪种开发方法论?',
|
|
2798
|
+
labels: {
|
|
2799
|
+
tdd: 'TDD',
|
|
2800
|
+
bdd: 'BDD',
|
|
2801
|
+
sdd: 'SDD',
|
|
2802
|
+
atdd: 'ATDD',
|
|
2803
|
+
none: '无'
|
|
2804
|
+
},
|
|
2805
|
+
choices: {
|
|
2806
|
+
tdd: '测试驱动开发 (Red → Green → Refactor)',
|
|
2807
|
+
bdd: '行为驱动开发 (Given-When-Then)',
|
|
2808
|
+
sdd: '规格驱动开发 (先规格、后代码)',
|
|
2809
|
+
atdd: '验收测试驱动开发',
|
|
2810
|
+
none: '不使用特定方法论'
|
|
2811
|
+
}
|
|
2812
|
+
},
|
|
2813
|
+
|
|
2814
|
+
// Unified config menu (uds config with no arguments)
|
|
2815
|
+
config: {
|
|
2816
|
+
menuQuestion: '您想要配置什么?',
|
|
2817
|
+
menuProjectSettings: '项目设置(级别、AI 工具、Skills、格式、工作流...)',
|
|
2818
|
+
menuPreferences: '偏好设置(UI 语言、HITL 阈值、Vibe Coding)',
|
|
2819
|
+
menuShowConfig: '显示当前配置(JSON)',
|
|
2820
|
+
// Preferences / Vibe Coding init
|
|
2821
|
+
initTitle: 'UDS 配置向导',
|
|
2822
|
+
initQuestion: '您想要配置什么?',
|
|
2823
|
+
vibeMode: 'Vibe Coding 模式 - AI 辅助开发',
|
|
2824
|
+
missionMode: 'Mission 模式 - 目标导向开发',
|
|
2825
|
+
customMode: '自定义 - 单独设置选项',
|
|
2826
|
+
missionComingSoon: 'Mission 模式设置即将推出!',
|
|
2827
|
+
useStartCommand: '目前请使用:uds start <mission-type> <intent>',
|
|
2828
|
+
customHint: '使用:uds config set <key> <value>',
|
|
2829
|
+
vibeModeTitle: 'Vibe Coding 配置',
|
|
2830
|
+
vibeModeDesc: '配置 UDS 以进行自然语言驱动开发',
|
|
2831
|
+
selectPreset: '选择预设方案:',
|
|
2832
|
+
presets: {
|
|
2833
|
+
relaxed: {
|
|
2834
|
+
name: '宽松(原型/黑客松)',
|
|
2835
|
+
description: '最大速度、最少中断。适合快速原型开发。'
|
|
2836
|
+
},
|
|
2837
|
+
balanced: {
|
|
2838
|
+
name: '平衡(推荐)',
|
|
2839
|
+
description: '速度与安全的良好平衡。确认关键操作。'
|
|
2840
|
+
},
|
|
2841
|
+
strict: {
|
|
2842
|
+
name: '严格(生产环境)',
|
|
2843
|
+
description: '最大安全性。确认大多数操作。适合生产代码。'
|
|
2844
|
+
}
|
|
2845
|
+
},
|
|
2846
|
+
applyingPreset: '应用预设方案:',
|
|
2847
|
+
confirmApply: '应用这些设置?',
|
|
2848
|
+
cancelled: '配置已取消。',
|
|
2849
|
+
vibeEnabled: 'Vibe Coding 模式已启用!',
|
|
2850
|
+
nextSteps: '后续步骤:',
|
|
2851
|
+
useSpec: '生成规格:',
|
|
2852
|
+
useSweep: '清理代码:',
|
|
2853
|
+
useStart: '开始任务:'
|
|
2854
|
+
},
|
|
2855
|
+
|
|
2070
2856
|
// Command output messages
|
|
2071
2857
|
commands: {
|
|
2072
2858
|
// Common messages used across commands
|
|
@@ -2125,6 +2911,11 @@ export const messages = {
|
|
|
2125
2911
|
userLevel: '用户级别',
|
|
2126
2912
|
notInstalled: '未安装',
|
|
2127
2913
|
noSkillsDetected: '未检测到 Skills 安装',
|
|
2914
|
+
skillsMarketplaceInstalled: 'Marketplace',
|
|
2915
|
+
// No AI tools selected - exit
|
|
2916
|
+
noAiToolsSelected: '未选择任何 AI 工具。',
|
|
2917
|
+
noAiToolsExplanation: ' UDS 为 AI 编程助手提供开发标准。',
|
|
2918
|
+
noAiToolsExplanation2: ' 没有选择 AI 工具,就没有需要安装的内容。',
|
|
2128
2919
|
// Integration
|
|
2129
2920
|
integrationConfig: '集成配置:',
|
|
2130
2921
|
sharedRuleConfig: '所有选中的工具将共享相同的规则配置。',
|
|
@@ -2137,13 +2928,17 @@ export const messages = {
|
|
|
2137
2928
|
contentModeFull: '完整嵌入',
|
|
2138
2929
|
contentModeIndex: '标准(推荐)',
|
|
2139
2930
|
contentModeMinimal: '最小(仅核心)',
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
integrations: '集成',
|
|
2931
|
+
displayLanguageLabel: '显示语言',
|
|
2932
|
+
integrations: '集成配置文件',
|
|
2143
2933
|
skillsLabel: 'Skills',
|
|
2144
2934
|
skillsMarketplace: 'Plugin Marketplace(由 Claude Code 管理)',
|
|
2145
2935
|
skillsInstallTo: '安装/更新到 {location}',
|
|
2146
2936
|
skillsUsingExisting: '使用现有({location})',
|
|
2937
|
+
skillsInstalledToCount: '已安装到 {count} 个位置',
|
|
2938
|
+
commandsLabel: '斜杠命令',
|
|
2939
|
+
commandsInstalledToCount: '已安装到 {count} 个位置',
|
|
2940
|
+
integrationConfigLabel: '集成配置',
|
|
2941
|
+
ruleCategoriesLabel: '规则类别',
|
|
2147
2942
|
gitWorkflow: 'Git 工作流',
|
|
2148
2943
|
mergeStrategy: '合并策略',
|
|
2149
2944
|
commitLanguage: '提交消息语言',
|
|
@@ -2269,8 +3064,8 @@ export const messages = {
|
|
|
2269
3064
|
skillsNotFileBased: '注意:Marketplace skills 不是基于文件的',
|
|
2270
3065
|
lastUpdated: '最后更新',
|
|
2271
3066
|
skillsInstalled: '✓ Skills 已安装',
|
|
2272
|
-
skillsGlobal: '
|
|
2273
|
-
skillsProject: '
|
|
3067
|
+
skillsGlobal: '全局',
|
|
3068
|
+
skillsProject: '项目',
|
|
2274
3069
|
compatible: '兼容',
|
|
2275
3070
|
openCodeNote: '注意:OpenCode 自动检测 .claude/skills/',
|
|
2276
3071
|
considerMigrating: '⚠ 考虑迁移到 Plugin Marketplace',
|
|
@@ -2299,7 +3094,7 @@ export const messages = {
|
|
|
2299
3094
|
noAiToolFiles: '未配置 AI 工具集成文件。',
|
|
2300
3095
|
toFixIntegration: '要修复集成问题:',
|
|
2301
3096
|
runUpdateToSync: '• 执行 `uds update` 同步所有集成文件',
|
|
2302
|
-
runConfigureTools: '• 执行 `uds
|
|
3097
|
+
runConfigureTools: '• 执行 `uds config --type ai_tools` 管理 AI 工具',
|
|
2303
3098
|
// Reference sync
|
|
2304
3099
|
refSyncStatus: '参考同步状态:',
|
|
2305
3100
|
noRefsFound: '未找到标准引用',
|
|
@@ -2394,7 +3189,7 @@ export const messages = {
|
|
|
2394
3189
|
// Integrations only
|
|
2395
3190
|
updatingIntegrationsOnly: '仅更新集成文件...',
|
|
2396
3191
|
noAiToolsConfigured: '⚠ manifest 中未配置 AI 工具。',
|
|
2397
|
-
runConfigure: '运行 `uds
|
|
3192
|
+
runConfigure: '运行 `uds config` 添加 AI 工具。',
|
|
2398
3193
|
regeneratingIntegrations: '正在重新生成集成文件...',
|
|
2399
3194
|
regeneratedIntegrations: '已重新生成 {count} 个集成文件',
|
|
2400
3195
|
integrationsSuccess: '✓ 集成文件更新成功!',
|
|
@@ -2440,6 +3235,19 @@ export const messages = {
|
|
|
2440
3235
|
newSkillsInstalledWithErrors: '安装 Skills 时发生 {errors} 个错误',
|
|
2441
3236
|
newCommandsInstalled: '已为 {count} 个 AI 工具安装斜线命令',
|
|
2442
3237
|
newCommandsInstalledWithErrors: '安装斜线命令时发生 {errors} 个错误',
|
|
3238
|
+
// Outdated Skills/Commands
|
|
3239
|
+
skillsOutdatedFor: '以下 AI 工具有 Skills 更新:',
|
|
3240
|
+
commandsOutdatedFor: '以下 AI 工具有斜线命令更新:',
|
|
3241
|
+
selectSkillsToUpdate: '选择要更新 Skills 的 AI 工具:',
|
|
3242
|
+
selectCommandsToUpdate: '选择要更新斜线命令的 AI 工具:',
|
|
3243
|
+
skipSkillsUpdate: '跳过 Skills 更新',
|
|
3244
|
+
skipCommandsUpdate: '跳过斜线命令更新',
|
|
3245
|
+
updatingSkills: '正在更新 Skills...',
|
|
3246
|
+
skillsUpdated: '已为 {count} 个 AI 工具更新 Skills',
|
|
3247
|
+
skillsUpdatedWithErrors: '更新 Skills 时发生 {errors} 个错误',
|
|
3248
|
+
updatingCommands: '正在更新斜线命令...',
|
|
3249
|
+
commandsUpdated: '已为 {count} 个 AI 工具更新斜线命令',
|
|
3250
|
+
commandsUpdatedWithErrors: '更新斜线命令时发生 {errors} 个错误',
|
|
2443
3251
|
// Marketplace detection
|
|
2444
3252
|
alreadyViaMarketplace: '已通过 Marketplace 安装',
|
|
2445
3253
|
marketplaceCoexistNote: '注意:文件安装将与 Marketplace 版本并存'
|
|
@@ -2491,7 +3299,7 @@ export const messages = {
|
|
|
2491
3299
|
optionSkills: 'Skills - 管理 Skills 安装',
|
|
2492
3300
|
optionCommands: '命令 - 管理斜杠命令',
|
|
2493
3301
|
noAiToolsConfigured: '未配置 AI 工具',
|
|
2494
|
-
addAiToolsFirst: '请先添加 AI 工具:uds
|
|
3302
|
+
addAiToolsFirst: '请先添加 AI 工具:uds config --type ai_tools',
|
|
2495
3303
|
currentSkillsStatus: '当前 Skills 状态:',
|
|
2496
3304
|
currentCommandsStatus: '当前命令状态:',
|
|
2497
3305
|
notInstalled: '未安装',
|