universal-dev-standards 5.16.0 → 6.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/uds.js +13 -135
- package/bundled/ai/standards/acceptance-criteria-traceability.ai.yaml +13 -4
- package/bundled/ai/standards/accessibility-standards.ai.yaml +1 -1
- package/bundled/ai/standards/ai-response-navigation.ai.yaml +15 -2
- package/bundled/ai/standards/api-design-standards.ai.yaml +27 -4
- package/bundled/ai/standards/behavior-snapshot.ai.yaml +86 -9
- package/bundled/ai/standards/checkin-standards.ai.yaml +2 -2
- package/bundled/ai/standards/code-review.ai.yaml +2 -2
- package/bundled/ai/standards/context-aware-loading.ai.yaml +3 -3
- package/bundled/ai/standards/data-migration-testing.ai.yaml +79 -3
- package/bundled/ai/standards/deprecation-standards.ai.yaml +10 -2
- package/bundled/ai/standards/developer-memory.ai.yaml +4 -3
- package/bundled/ai/standards/flow-based-testing.ai.yaml +2 -2
- package/bundled/ai/standards/forward-derivation-standards.ai.yaml +26 -2
- package/bundled/ai/standards/full-coverage-testing.ai.yaml +34 -2
- package/bundled/ai/standards/git-worktree.ai.yaml +3 -3
- package/bundled/ai/standards/logging.ai.yaml +97 -3
- package/bundled/ai/standards/mock-boundary.ai.yaml +48 -2
- package/bundled/ai/standards/model-provenance.ai.yaml +297 -0
- package/bundled/ai/standards/model-selection.ai.yaml +11 -2
- package/bundled/ai/standards/observability-standards.ai.yaml +10 -0
- package/bundled/ai/standards/performance-standards.ai.yaml +46 -1
- package/bundled/ai/standards/pii-classification.ai.yaml +15 -1
- package/bundled/ai/standards/pipeline-security-gates.ai.yaml +10 -0
- package/bundled/ai/standards/privacy-standards.ai.yaml +2 -2
- package/bundled/ai/standards/project-context-memory.ai.yaml +2 -2
- package/bundled/ai/standards/refactoring-standards.ai.yaml +68 -3
- package/bundled/ai/standards/resource-cost-boundary.ai.yaml +279 -0
- package/bundled/ai/standards/reverse-engineering-standards.ai.yaml +55 -2
- package/bundled/ai/standards/security-testing.ai.yaml +13 -2
- package/bundled/ai/standards/skill-standard-alignment-check.ai.yaml +37 -2
- package/bundled/ai/standards/user-journey-testing.ai.yaml +107 -0
- package/bundled/ai/standards/verification-oracle.ai.yaml +278 -0
- package/bundled/ai/standards/versioning.ai.yaml +32 -38
- package/bundled/core/acceptance-criteria-traceability.md +15 -5
- package/bundled/core/accessibility-standards.md +8 -4
- package/bundled/core/ai-friendly-architecture.md +1 -1
- package/bundled/core/ai-response-navigation.md +31 -3
- package/bundled/core/anti-sycophancy-prompting.md +1 -1
- package/bundled/core/api-design-standards.md +92 -7
- package/bundled/core/audit-trail.md +119 -0
- package/bundled/core/behavior-snapshot.md +94 -7
- package/bundled/core/browser-compatibility-standards.md +15 -2
- package/bundled/core/checkin-standards.md +9 -2
- package/bundled/core/code-review-checklist.md +10 -2
- package/bundled/core/container-image-standards.md +97 -0
- package/bundled/core/context-aware-loading.md +2 -2
- package/bundled/core/cost-budget-test.md +1 -1
- package/bundled/core/cross-flow-regression.md +3 -2
- package/bundled/core/data-contract.md +104 -0
- package/bundled/core/data-migration-testing.md +90 -0
- package/bundled/core/data-pipeline.md +113 -0
- package/bundled/core/deprecation-standards.md +16 -2
- package/bundled/core/developer-memory.md +13 -8
- package/bundled/core/documentation-writing-standards.md +1 -1
- package/bundled/core/error-code-standards.md +4 -3
- package/bundled/core/flaky-test-management.md +1 -1
- package/bundled/core/flow-based-testing.md +3 -3
- package/bundled/core/forward-derivation-standards.md +33 -5
- package/bundled/core/full-coverage-testing.md +72 -0
- package/bundled/core/git-worktree.md +4 -4
- package/bundled/core/guides/performance-guide.md +1 -1
- package/bundled/core/guides/security-guide.md +1 -1
- package/bundled/core/health-check-standards.md +2 -2
- package/bundled/core/iac-design-principles.md +97 -0
- package/bundled/core/incident-response.md +119 -0
- package/bundled/core/license-compliance.md +2 -0
- package/bundled/core/logging-standards.md +78 -2
- package/bundled/core/mock-boundary.md +54 -2
- package/bundled/core/model-provenance.md +181 -0
- package/bundled/core/model-selection.md +27 -2
- package/bundled/core/packaging-standards.md +1 -0
- package/bundled/core/performance-standards.md +96 -2
- package/bundled/core/pii-classification.md +148 -0
- package/bundled/core/pipeline-security-gates.md +22 -2
- package/bundled/core/postmortem-standards.md +2 -0
- package/bundled/core/prd-standards.md +91 -0
- package/bundled/core/privacy-standards.md +14 -3
- package/bundled/core/product-metrics-standards.md +100 -0
- package/bundled/core/project-context-memory.md +8 -2
- package/bundled/core/prompt-regression.md +1 -1
- package/bundled/core/refactoring-standards.md +44 -3
- package/bundled/core/replay-test.md +1 -1
- package/bundled/core/resource-cost-boundary.md +180 -0
- package/bundled/core/reverse-engineering-standards.md +66 -2
- package/bundled/core/runbook.md +113 -0
- package/bundled/core/schema-evolution.md +105 -0
- package/bundled/core/secret-management-standards.md +110 -0
- package/bundled/core/security-testing.md +26 -2
- package/bundled/core/self-review-protocol.md +2 -2
- package/bundled/core/skill-standard-alignment-check.md +53 -0
- package/bundled/core/slo-sli.md +109 -0
- package/bundled/core/smoke-test.md +1 -1
- package/bundled/core/spec-driven-development.md +21 -3
- package/bundled/core/tech-debt-standards.md +1 -1
- package/bundled/core/test-data-standards.md +2 -2
- package/bundled/core/user-journey-testing.md +102 -0
- package/bundled/core/user-story-mapping.md +96 -0
- package/bundled/core/verification-oracle.md +167 -0
- package/bundled/core/versioning.md +133 -109
- package/bundled/locales/COVERAGE.md +84 -73
- package/bundled/locales/zh-CN/CHANGELOG.md +81 -6
- package/bundled/locales/zh-CN/CLAUDE.md +1 -1
- package/bundled/locales/zh-CN/README.md +22 -9
- package/bundled/locales/zh-CN/SECURITY.md +1 -1
- package/bundled/locales/zh-CN/adoption/DAILY-WORKFLOW-GUIDE.md +2 -2
- package/bundled/locales/zh-CN/core/acceptance-criteria-traceability.md +4 -6
- package/bundled/locales/zh-CN/core/accessibility-standards.md +1 -1
- package/bundled/locales/zh-CN/core/adversarial-test.md +226 -0
- package/bundled/locales/zh-CN/core/agent-behavior-discipline.md +187 -0
- package/bundled/locales/zh-CN/core/ai-response-navigation.md +32 -6
- package/bundled/locales/zh-CN/core/anti-sycophancy-prompting.md +1 -1
- package/bundled/locales/zh-CN/core/api-design-standards.md +1 -1
- package/bundled/locales/zh-CN/core/behavior-snapshot.md +335 -0
- package/bundled/locales/zh-CN/core/browser-compatibility-standards.md +229 -0
- package/bundled/locales/zh-CN/core/cd-deployment-strategies.md +135 -0
- package/bundled/locales/zh-CN/core/chaos-injection-tests.md +130 -0
- package/bundled/locales/zh-CN/core/checkin-standards.md +1 -1
- package/bundled/locales/zh-CN/core/code-review-checklist.md +1 -1
- package/bundled/locales/zh-CN/core/container-security.md +535 -0
- package/bundled/locales/zh-CN/core/context-aware-loading.md +1 -1
- package/bundled/locales/zh-CN/core/contract-testing-standards.md +191 -0
- package/bundled/locales/zh-CN/core/cost-budget-test.md +86 -0
- package/bundled/locales/zh-CN/core/cross-flow-regression.md +199 -0
- package/bundled/locales/zh-CN/core/data-migration-testing.md +217 -0
- package/bundled/locales/zh-CN/core/deployment-standards.md +328 -9
- package/bundled/locales/zh-CN/core/deprecation-standards.md +1 -1
- package/bundled/locales/zh-CN/core/developer-memory.md +2 -2
- package/bundled/locales/zh-CN/core/disaster-recovery-drill.md +87 -0
- package/bundled/locales/zh-CN/core/documentation-structure.md +1 -1
- package/bundled/locales/zh-CN/core/documentation-writing-standards.md +1 -1
- package/bundled/locales/zh-CN/core/error-code-standards.md +2 -2
- package/bundled/locales/zh-CN/core/feature-manifest-standard.md +222 -0
- package/bundled/locales/zh-CN/core/flaky-test-management.md +87 -0
- package/bundled/locales/zh-CN/core/flow-based-testing.md +284 -0
- package/bundled/locales/zh-CN/core/forward-derivation-standards.md +3 -4
- package/bundled/locales/zh-CN/core/full-coverage-testing.md +197 -0
- package/bundled/locales/zh-CN/core/git-worktree.md +1 -1
- package/bundled/locales/zh-CN/core/governance-layer.md +160 -0
- package/bundled/locales/zh-CN/core/guides/performance-guide.md +515 -0
- package/bundled/locales/zh-CN/core/guides/security-guide.md +494 -0
- package/bundled/locales/zh-CN/core/knowledge-graph-memory.md +128 -0
- package/bundled/locales/zh-CN/core/license-compliance.md +129 -0
- package/bundled/locales/zh-CN/core/llm-output-validation.md +192 -0
- package/bundled/locales/zh-CN/core/logging-standards.md +130 -8
- package/bundled/locales/zh-CN/core/mock-boundary.md +109 -0
- package/bundled/locales/zh-CN/core/model-selection.md +28 -5
- package/bundled/locales/zh-CN/core/mutation-testing.md +106 -0
- package/bundled/locales/zh-CN/core/no-cicd-deployment.md +219 -0
- package/bundled/locales/zh-CN/core/packaging-standards.md +76 -5
- package/bundled/locales/zh-CN/core/pipeline-security-gates.md +126 -0
- package/bundled/locales/zh-CN/core/policy-as-code-testing.md +203 -0
- package/bundled/locales/zh-CN/core/privacy-standards.md +1 -1
- package/bundled/locales/zh-CN/core/project-context-memory.md +1 -1
- package/bundled/locales/zh-CN/core/prompt-regression.md +88 -0
- package/bundled/locales/zh-CN/core/property-based-testing.md +87 -0
- package/bundled/locales/zh-CN/core/release-quality-manifest.md +207 -0
- package/bundled/locales/zh-CN/core/release-readiness-gate.md +193 -0
- package/bundled/locales/zh-CN/core/replay-test.md +102 -0
- package/bundled/locales/zh-CN/core/reverse-engineering-standards.md +46 -1
- package/bundled/locales/zh-CN/core/rollback-standards.md +120 -0
- package/bundled/locales/zh-CN/core/sast-advanced.md +309 -0
- package/bundled/locales/zh-CN/core/secure-op.md +328 -0
- package/bundled/locales/zh-CN/core/security-testing.md +96 -0
- package/bundled/locales/zh-CN/core/self-review-protocol.md +167 -0
- package/bundled/locales/zh-CN/core/server-ops-security.md +507 -0
- package/bundled/locales/zh-CN/core/smoke-test.md +79 -0
- package/bundled/locales/zh-CN/core/spec-driven-development.md +55 -5
- package/bundled/locales/zh-CN/core/supply-chain-attestation.md +131 -0
- package/bundled/locales/zh-CN/core/versioning.md +1 -1
- package/bundled/locales/zh-CN/docs/CHEATSHEET.md +31 -6
- package/bundled/locales/zh-CN/docs/FEATURE-REFERENCE.md +61 -34
- package/bundled/locales/zh-CN/docs/MIGRATION-v6.md +88 -0
- package/bundled/locales/zh-CN/docs/USAGE-MODES-COMPARISON.md +2 -2
- package/bundled/locales/zh-CN/docs/USER-MANUAL.md +14 -14
- package/bundled/locales/zh-CN/docs/specs/system/memory-adoption-strategy.md +105 -0
- package/bundled/locales/zh-CN/docs/user/FAQ.md +132 -0
- package/bundled/locales/zh-CN/docs/user/GETTING-STARTED.md +144 -0
- package/bundled/locales/zh-CN/docs/user/GLOSSARY.md +178 -0
- package/bundled/locales/zh-CN/docs/user/README.md +70 -0
- package/bundled/locales/zh-CN/docs/user/TROUBLESHOOTING.md +190 -0
- package/bundled/locales/zh-CN/integrations/github-copilot/COPILOT-CHAT-REFERENCE.md +1 -1
- package/bundled/locales/zh-CN/integrations/github-copilot/README.md +1 -1
- package/bundled/locales/zh-CN/integrations/github-copilot/skills-mapping.md +3 -3
- package/bundled/locales/zh-CN/integrations/opencode/skills-mapping.md +3 -3
- package/bundled/locales/zh-CN/methodologies/guides/sdd-guide.md +836 -0
- package/bundled/locales/zh-CN/options/changelog/auto-generated.md +166 -0
- package/bundled/locales/zh-CN/options/changelog/keep-a-changelog.md +140 -0
- package/bundled/locales/zh-CN/options/code-review/automated-review.md +214 -0
- package/bundled/locales/zh-CN/options/code-review/pair-programming.md +166 -0
- package/bundled/locales/zh-CN/options/code-review/pr-review.md +167 -0
- package/bundled/locales/zh-CN/options/documentation/api-docs.md +191 -0
- package/bundled/locales/zh-CN/options/documentation/markdown-docs.md +150 -0
- package/bundled/locales/zh-CN/options/documentation/wiki-style.md +131 -0
- package/bundled/locales/zh-CN/options/project-structure/kotlin.md +144 -0
- package/bundled/locales/zh-CN/options/project-structure/php.md +168 -0
- package/bundled/locales/zh-CN/options/project-structure/ruby.md +156 -0
- package/bundled/locales/zh-CN/options/project-structure/rust.md +136 -0
- package/bundled/locales/zh-CN/options/project-structure/swift.md +165 -0
- package/bundled/locales/zh-CN/options/testing/contract-testing.md +237 -0
- package/bundled/locales/zh-CN/options/testing/industry-pyramid.md +200 -0
- package/bundled/locales/zh-CN/options/testing/istqb-framework.md +144 -0
- package/bundled/locales/zh-CN/options/testing/performance-testing.md +251 -0
- package/bundled/locales/zh-CN/options/testing/security-testing.md +192 -0
- package/bundled/locales/zh-CN/skills/README.md +89 -126
- package/bundled/locales/zh-CN/skills/ac-coverage/SKILL.md +5 -7
- package/bundled/locales/zh-CN/skills/adr-assistant/SKILL.md +1 -1
- package/bundled/locales/zh-CN/skills/agents/code-architect.md +263 -0
- package/bundled/locales/zh-CN/skills/agents/doc-writer.md +410 -0
- package/bundled/locales/zh-CN/skills/agents/reviewer.md +357 -0
- package/bundled/locales/zh-CN/skills/agents/spec-analyst.md +410 -0
- package/bundled/locales/zh-CN/skills/agents/test-specialist.md +368 -0
- package/bundled/locales/zh-CN/skills/ai-collaboration-standards/SKILL.md +2 -2
- package/bundled/locales/zh-CN/skills/ai-friendly-architecture/SKILL.md +2 -2
- package/bundled/locales/zh-CN/skills/ai-instruction-standards/SKILL.md +1 -1
- package/bundled/locales/zh-CN/skills/atdd-assistant/acceptance-criteria-guide.md +1 -1
- package/bundled/locales/zh-CN/skills/atdd-assistant/atdd-workflow.md +3 -4
- package/bundled/locales/zh-CN/skills/audit-assistant/SKILL.md +2 -2
- package/bundled/locales/zh-CN/skills/bdd-assistant/guide.md +1 -2
- package/bundled/locales/zh-CN/skills/brainstorm-assistant/SKILL.md +109 -13
- package/bundled/locales/zh-CN/skills/brainstorm-assistant/guide.md +30 -8
- package/bundled/locales/zh-CN/skills/checkin-assistant/SKILL.md +1 -1
- package/bundled/locales/zh-CN/skills/ci-cd-assistant/SKILL.md +50 -0
- package/bundled/locales/zh-CN/skills/code-review-assistant/SKILL.md +5 -5
- package/bundled/locales/zh-CN/skills/commands/ac-coverage.md +1 -1
- package/bundled/locales/zh-CN/skills/commands/atdd.md +3 -3
- package/bundled/locales/zh-CN/skills/commands/bdd.md +2 -2
- package/bundled/locales/zh-CN/skills/commands/brainstorm.md +26 -17
- package/bundled/locales/zh-CN/skills/commands/{review.md → code-review.md} +4 -4
- package/bundled/locales/zh-CN/skills/commands/derive-all.md +1 -1
- package/bundled/locales/zh-CN/skills/commands/derive-atdd.md +1 -1
- package/bundled/locales/zh-CN/skills/commands/derive-bdd.md +2 -3
- package/bundled/locales/zh-CN/skills/commands/derive-tdd.md +1 -1
- package/bundled/locales/zh-CN/skills/commands/derive.md +1 -1
- package/bundled/locales/zh-CN/skills/commands/dev-workflow.md +2 -2
- package/bundled/locales/zh-CN/skills/commands/methodology.md +4 -4
- package/bundled/locales/zh-CN/skills/commands/pr.md +1 -1
- package/bundled/locales/zh-CN/skills/commands/tdd.md +1 -1
- package/bundled/locales/zh-CN/skills/commit-standards/SKILL.md +1 -1
- package/bundled/locales/zh-CN/skills/contract-test-assistant/SKILL.md +1 -1
- package/bundled/locales/zh-CN/skills/dev-methodology/SKILL.md +1 -1
- package/bundled/locales/zh-CN/skills/dev-methodology/create-methodology.md +456 -0
- package/bundled/locales/zh-CN/skills/dev-methodology/guide.md +6 -6
- package/bundled/locales/zh-CN/skills/dev-methodology/runtime.md +296 -0
- package/bundled/locales/zh-CN/skills/dev-workflow-guide/SKILL.md +5 -5
- package/bundled/locales/zh-CN/skills/docs-generator/SKILL.md +1 -1
- package/bundled/locales/zh-CN/skills/e2e-assistant/SKILL.md +1 -1
- package/bundled/locales/zh-CN/skills/incident-response-assistant/SKILL.md +2 -2
- package/bundled/locales/zh-CN/skills/journey-test-assistant/SKILL.md +1 -1
- package/bundled/locales/zh-CN/skills/logging-guide/SKILL.md +146 -142
- package/bundled/locales/zh-CN/skills/migration-assistant/SKILL.md +1 -1
- package/bundled/locales/zh-CN/skills/observability-assistant/guide.md +1 -1
- package/bundled/locales/zh-CN/skills/pr-automation-assistant/SKILL.md +1 -1
- package/bundled/locales/zh-CN/skills/project-discovery/guide.md +2 -2
- package/bundled/locales/zh-CN/skills/reverse-engineer/SKILL.md +1 -1
- package/bundled/locales/zh-CN/skills/runbook-assistant/guide.md +1 -1
- package/bundled/locales/zh-CN/skills/security-assistant/SKILL.md +1 -1
- package/bundled/locales/zh-CN/skills/skill-builder/SKILL.md +3 -3
- package/bundled/locales/zh-CN/skills/slo-assistant/guide.md +1 -1
- package/bundled/locales/zh-CN/skills/spec-derivation/SKILL.md +1 -1
- package/bundled/locales/zh-CN/skills/spec-derivation/guide.md +8 -9
- package/bundled/locales/zh-CN/skills/spec-driven-dev/SKILL.md +2 -2
- package/bundled/locales/zh-CN/skills/sweep/SKILL.md +1 -1
- package/bundled/locales/zh-CN/skills/tdd-assistant/SKILL.md +1 -1
- package/bundled/locales/zh-CN/skills/testing-guide/SKILL.md +2 -2
- package/bundled/locales/zh-CN/skills/testing-guide/testing-theory.md +2298 -0
- package/bundled/locales/zh-CN/skills/workflows/README.md +451 -0
- package/bundled/locales/zh-TW/CHANGELOG.md +81 -6
- package/bundled/locales/zh-TW/CLAUDE.md +1 -1
- package/bundled/locales/zh-TW/MAINTENANCE.md +25 -2
- package/bundled/locales/zh-TW/README.md +22 -9
- package/bundled/locales/zh-TW/SECURITY.md +1 -1
- package/bundled/locales/zh-TW/adoption/DAILY-WORKFLOW-GUIDE.md +2 -2
- package/bundled/locales/zh-TW/ai/standards/versioning.ai.yaml +8 -48
- package/bundled/locales/zh-TW/core/acceptance-criteria-traceability.md +4 -6
- package/bundled/locales/zh-TW/core/accessibility-standards.md +1 -1
- package/bundled/locales/zh-TW/core/adversarial-test.md +226 -0
- package/bundled/locales/zh-TW/core/agent-behavior-discipline.md +187 -0
- package/bundled/locales/zh-TW/core/ai-response-navigation.md +32 -6
- package/bundled/locales/zh-TW/core/anti-sycophancy-prompting.md +1 -1
- package/bundled/locales/zh-TW/core/api-design-standards.md +91 -9
- package/bundled/locales/zh-TW/core/audit-trail.md +110 -0
- package/bundled/locales/zh-TW/core/behavior-snapshot.md +335 -0
- package/bundled/locales/zh-TW/core/browser-compatibility-standards.md +1 -0
- package/bundled/locales/zh-TW/core/cd-deployment-strategies.md +135 -0
- package/bundled/locales/zh-TW/core/chaos-injection-tests.md +130 -0
- package/bundled/locales/zh-TW/core/checkin-standards.md +1 -1
- package/bundled/locales/zh-TW/core/code-review-checklist.md +1 -1
- package/bundled/locales/zh-TW/core/container-image-standards.md +93 -0
- package/bundled/locales/zh-TW/core/container-security.md +535 -0
- package/bundled/locales/zh-TW/core/cost-budget-test.md +86 -0
- package/bundled/locales/zh-TW/core/cross-flow-regression.md +1 -0
- package/bundled/locales/zh-TW/core/data-contract.md +101 -0
- package/bundled/locales/zh-TW/core/data-migration-testing.md +217 -0
- package/bundled/locales/zh-TW/core/data-pipeline.md +105 -0
- package/bundled/locales/zh-TW/core/deployment-standards.md +363 -25
- package/bundled/locales/zh-TW/core/deprecation-standards.md +17 -4
- package/bundled/locales/zh-TW/core/developer-memory.md +2 -2
- package/bundled/locales/zh-TW/core/disaster-recovery-drill.md +87 -0
- package/bundled/locales/zh-TW/core/documentation-writing-standards.md +1 -1
- package/bundled/locales/zh-TW/core/error-code-standards.md +2 -2
- package/bundled/locales/zh-TW/core/feature-manifest-standard.md +222 -0
- package/bundled/locales/zh-TW/core/flaky-test-management.md +87 -0
- package/bundled/locales/zh-TW/core/flow-based-testing.md +284 -0
- package/bundled/locales/zh-TW/core/forward-derivation-standards.md +3 -4
- package/bundled/locales/zh-TW/core/full-coverage-testing.md +250 -0
- package/bundled/locales/zh-TW/core/git-worktree.md +1 -1
- package/bundled/locales/zh-TW/core/guides/performance-guide.md +515 -0
- package/bundled/locales/zh-TW/core/guides/security-guide.md +494 -0
- package/bundled/locales/zh-TW/core/iac-design-principles.md +90 -0
- package/bundled/locales/zh-TW/core/incident-response.md +111 -0
- package/bundled/locales/zh-TW/core/license-compliance.md +129 -0
- package/bundled/locales/zh-TW/core/llm-output-validation.md +192 -0
- package/bundled/locales/zh-TW/core/logging-standards.md +208 -4
- package/bundled/locales/zh-TW/core/mock-boundary.md +161 -0
- package/bundled/locales/zh-TW/core/model-provenance.md +173 -0
- package/bundled/locales/zh-TW/core/model-selection.md +28 -5
- package/bundled/locales/zh-TW/core/mutation-testing.md +106 -0
- package/bundled/locales/zh-TW/core/no-cicd-deployment.md +219 -0
- package/bundled/locales/zh-TW/core/packaging-standards.md +76 -5
- package/bundled/locales/zh-TW/core/performance-standards.md +84 -5
- package/bundled/locales/zh-TW/core/pii-classification.md +102 -0
- package/bundled/locales/zh-TW/core/pipeline-security-gates.md +126 -0
- package/bundled/locales/zh-TW/core/policy-as-code-testing.md +203 -0
- package/bundled/locales/zh-TW/core/prd-standards.md +88 -0
- package/bundled/locales/zh-TW/core/privacy-standards.md +1 -1
- package/bundled/locales/zh-TW/core/product-metrics-standards.md +96 -0
- package/bundled/locales/zh-TW/core/project-context-memory.md +1 -1
- package/bundled/locales/zh-TW/core/prompt-regression.md +88 -0
- package/bundled/locales/zh-TW/core/property-based-testing.md +87 -0
- package/bundled/locales/zh-TW/core/refactoring-standards.md +43 -6
- package/bundled/locales/zh-TW/core/release-quality-manifest.md +207 -0
- package/bundled/locales/zh-TW/core/replay-test.md +102 -0
- package/bundled/locales/zh-TW/core/resource-cost-boundary.md +175 -0
- package/bundled/locales/zh-TW/core/reverse-engineering-standards.md +64 -5
- package/bundled/locales/zh-TW/core/rollback-standards.md +120 -0
- package/bundled/locales/zh-TW/core/runbook.md +110 -0
- package/bundled/locales/zh-TW/core/sast-advanced.md +309 -0
- package/bundled/locales/zh-TW/core/schema-evolution.md +98 -0
- package/bundled/locales/zh-TW/core/secret-management-standards.md +101 -0
- package/bundled/locales/zh-TW/core/secure-op.md +328 -0
- package/bundled/locales/zh-TW/core/security-testing.md +96 -0
- package/bundled/locales/zh-TW/core/self-review-protocol.md +2 -2
- package/bundled/locales/zh-TW/core/server-ops-security.md +507 -0
- package/bundled/locales/zh-TW/core/slo-sli.md +108 -0
- package/bundled/locales/zh-TW/core/smoke-test.md +79 -0
- package/bundled/locales/zh-TW/core/spec-driven-development.md +39 -13
- package/bundled/locales/zh-TW/core/supply-chain-attestation.md +131 -0
- package/bundled/locales/zh-TW/core/user-journey-testing.md +111 -0
- package/bundled/locales/zh-TW/core/user-story-mapping.md +94 -0
- package/bundled/locales/zh-TW/core/verification-oracle.md +159 -0
- package/bundled/locales/zh-TW/core/versioning.md +112 -112
- package/bundled/locales/zh-TW/docs/CHEATSHEET.md +31 -6
- package/bundled/locales/zh-TW/docs/DEV-WORKFLOW-MAPPING.md +6 -6
- package/bundled/locales/zh-TW/docs/FEATURE-REFERENCE.md +61 -34
- package/bundled/locales/zh-TW/docs/MIGRATION-v6.md +88 -0
- package/bundled/locales/zh-TW/docs/USAGE-MODES-COMPARISON.md +2 -2
- package/bundled/locales/zh-TW/docs/USER-MANUAL.md +14 -14
- package/bundled/locales/zh-TW/docs/specs/system/memory-adoption-strategy.md +105 -0
- package/bundled/locales/zh-TW/docs/user/FAQ.md +132 -0
- package/bundled/locales/zh-TW/docs/user/GETTING-STARTED.md +144 -0
- package/bundled/locales/zh-TW/docs/user/GLOSSARY.md +178 -0
- package/bundled/locales/zh-TW/docs/user/README.md +70 -0
- package/bundled/locales/zh-TW/docs/user/TROUBLESHOOTING.md +190 -0
- package/bundled/locales/zh-TW/integrations/github-copilot/COPILOT-CHAT-REFERENCE.md +1 -1
- package/bundled/locales/zh-TW/integrations/github-copilot/README.md +1 -1
- package/bundled/locales/zh-TW/integrations/github-copilot/skills-mapping.md +3 -3
- package/bundled/locales/zh-TW/integrations/opencode/skills-mapping.md +3 -3
- package/bundled/locales/zh-TW/methodologies/guides/sdd-guide.md +523 -26
- package/bundled/locales/zh-TW/options/changelog/auto-generated.md +166 -0
- package/bundled/locales/zh-TW/options/changelog/keep-a-changelog.md +140 -0
- package/bundled/locales/zh-TW/options/code-review/automated-review.md +214 -0
- package/bundled/locales/zh-TW/options/code-review/pair-programming.md +166 -0
- package/bundled/locales/zh-TW/options/code-review/pr-review.md +167 -0
- package/bundled/locales/zh-TW/options/documentation/api-docs.md +191 -0
- package/bundled/locales/zh-TW/options/documentation/markdown-docs.md +150 -0
- package/bundled/locales/zh-TW/options/documentation/wiki-style.md +131 -0
- package/bundled/locales/zh-TW/options/project-structure/kotlin.md +144 -0
- package/bundled/locales/zh-TW/options/project-structure/php.md +168 -0
- package/bundled/locales/zh-TW/options/project-structure/ruby.md +156 -0
- package/bundled/locales/zh-TW/options/project-structure/rust.md +136 -0
- package/bundled/locales/zh-TW/options/project-structure/swift.md +165 -0
- package/bundled/locales/zh-TW/options/testing/contract-testing.md +237 -0
- package/bundled/locales/zh-TW/options/testing/industry-pyramid.md +200 -0
- package/bundled/locales/zh-TW/options/testing/istqb-framework.md +144 -0
- package/bundled/locales/zh-TW/options/testing/performance-testing.md +251 -0
- package/bundled/locales/zh-TW/options/testing/security-testing.md +192 -0
- package/bundled/locales/zh-TW/skills/README.md +91 -128
- package/bundled/locales/zh-TW/skills/ac-coverage/SKILL.md +4 -6
- package/bundled/locales/zh-TW/skills/adr-assistant/SKILL.md +1 -1
- package/bundled/locales/zh-TW/skills/agents/code-architect.md +263 -0
- package/bundled/locales/zh-TW/skills/agents/doc-writer.md +410 -0
- package/bundled/locales/zh-TW/skills/agents/reviewer.md +357 -0
- package/bundled/locales/zh-TW/skills/agents/spec-analyst.md +410 -0
- package/bundled/locales/zh-TW/skills/agents/test-specialist.md +368 -0
- package/bundled/locales/zh-TW/skills/ai-collaboration-standards/SKILL.md +2 -2
- package/bundled/locales/zh-TW/skills/ai-friendly-architecture/SKILL.md +2 -2
- package/bundled/locales/zh-TW/skills/ai-instruction-standards/SKILL.md +1 -1
- package/bundled/locales/zh-TW/skills/atdd-assistant/SKILL.md +2 -0
- package/bundled/locales/zh-TW/skills/atdd-assistant/acceptance-criteria-guide.md +1 -1
- package/bundled/locales/zh-TW/skills/atdd-assistant/atdd-workflow.md +3 -4
- package/bundled/locales/zh-TW/skills/audit-assistant/SKILL.md +2 -2
- package/bundled/locales/zh-TW/skills/bdd-assistant/SKILL.md +2 -0
- package/bundled/locales/zh-TW/skills/bdd-assistant/guide.md +1 -2
- package/bundled/locales/zh-TW/skills/brainstorm-assistant/SKILL.md +110 -14
- package/bundled/locales/zh-TW/skills/brainstorm-assistant/guide.md +31 -7
- package/bundled/locales/zh-TW/skills/checkin-assistant/SKILL.md +3 -1
- package/bundled/locales/zh-TW/skills/ci-cd-assistant/SKILL.md +50 -0
- package/bundled/locales/zh-TW/skills/code-review-assistant/SKILL.md +7 -5
- package/bundled/locales/zh-TW/skills/commands/ac-coverage.md +1 -1
- package/bundled/locales/zh-TW/skills/commands/atdd.md +3 -3
- package/bundled/locales/zh-TW/skills/commands/bdd.md +2 -2
- package/bundled/locales/zh-TW/skills/commands/brainstorm.md +26 -17
- package/bundled/locales/zh-TW/skills/commands/{review.md → code-review.md} +5 -5
- package/bundled/locales/zh-TW/skills/commands/derive-all.md +1 -1
- package/bundled/locales/zh-TW/skills/commands/derive-atdd.md +1 -1
- package/bundled/locales/zh-TW/skills/commands/derive-bdd.md +2 -3
- package/bundled/locales/zh-TW/skills/commands/derive-tdd.md +1 -1
- package/bundled/locales/zh-TW/skills/commands/derive.md +1 -1
- package/bundled/locales/zh-TW/skills/commands/dev-workflow.md +2 -2
- package/bundled/locales/zh-TW/skills/commands/methodology.md +4 -4
- package/bundled/locales/zh-TW/skills/commands/pr.md +1 -1
- package/bundled/locales/zh-TW/skills/commands/tdd.md +1 -1
- package/bundled/locales/zh-TW/skills/commit-standards/SKILL.md +1 -1
- package/bundled/locales/zh-TW/skills/contract-test-assistant/SKILL.md +1 -1
- package/bundled/locales/zh-TW/skills/dev-methodology/create-methodology.md +456 -0
- package/bundled/locales/zh-TW/skills/dev-methodology/guide.md +5 -5
- package/bundled/locales/zh-TW/skills/dev-methodology/runtime.md +296 -0
- package/bundled/locales/zh-TW/skills/dev-workflow-guide/SKILL.md +5 -5
- package/bundled/locales/zh-TW/skills/docs-generator/SKILL.md +1 -1
- package/bundled/locales/zh-TW/skills/e2e-assistant/SKILL.md +1 -1
- package/bundled/locales/zh-TW/skills/incident-response-assistant/SKILL.md +2 -2
- package/bundled/locales/zh-TW/skills/logging-guide/SKILL.md +29 -27
- package/bundled/locales/zh-TW/skills/migration-assistant/SKILL.md +1 -1
- package/bundled/locales/zh-TW/skills/pr-automation-assistant/SKILL.md +3 -1
- package/bundled/locales/zh-TW/skills/project-discovery/guide.md +2 -2
- package/bundled/locales/zh-TW/skills/reverse-engineer/SKILL.md +1 -1
- package/bundled/locales/zh-TW/skills/security-assistant/SKILL.md +1 -1
- package/bundled/locales/zh-TW/skills/spec-derivation/guide.md +7 -8
- package/bundled/locales/zh-TW/skills/spec-driven-dev/SKILL.md +2 -2
- package/bundled/locales/zh-TW/skills/sweep/SKILL.md +1 -1
- package/bundled/locales/zh-TW/skills/tdd-assistant/SKILL.md +3 -1
- package/bundled/locales/zh-TW/skills/testing-guide/SKILL.md +2 -2
- package/bundled/locales/zh-TW/skills/testing-guide/testing-theory.md +2298 -0
- package/bundled/locales/zh-TW/skills/workflows/README.md +451 -0
- package/bundled/skills/README.md +1 -1
- package/bundled/skills/ac-coverage/SKILL.md +17 -7
- package/bundled/skills/adr-assistant/SKILL.md +1 -1
- package/bundled/skills/agents/code-architect.md +1 -1
- package/bundled/skills/agents/doc-writer.md +1 -1
- package/bundled/skills/agents/reviewer.md +2 -2
- package/bundled/skills/agents/spec-analyst.md +1 -1
- package/bundled/skills/agents/test-specialist.md +1 -1
- package/bundled/skills/ai-collaboration-standards/SKILL.md +2 -2
- package/bundled/skills/ai-friendly-architecture/SKILL.md +2 -2
- package/bundled/skills/ai-instruction-standards/SKILL.md +1 -1
- package/bundled/skills/atdd-assistant/SKILL.md +7 -0
- package/bundled/skills/atdd-assistant/acceptance-criteria-guide.md +1 -1
- package/bundled/skills/atdd-assistant/atdd-workflow.md +6 -8
- package/bundled/skills/audit-assistant/SKILL.md +2 -2
- package/bundled/skills/bdd-assistant/SKILL.md +7 -0
- package/bundled/skills/bdd-assistant/guide.md +1 -2
- package/bundled/skills/brainstorm-assistant/SKILL.md +133 -11
- package/bundled/skills/brainstorm-assistant/guide.md +33 -5
- package/bundled/skills/checkin-assistant/SKILL.md +8 -1
- package/bundled/skills/ci-cd-assistant/SKILL.md +57 -0
- package/bundled/skills/code-review-assistant/SKILL.md +15 -8
- package/bundled/skills/commands/COMMAND-FAMILY-OVERVIEW.md +2 -2
- package/bundled/skills/commands/COMMAND-INDEX.json +3 -3
- package/bundled/skills/commands/README.md +2 -2
- package/bundled/skills/commands/ac-coverage.md +1 -1
- package/bundled/skills/commands/atdd.md +2 -2
- package/bundled/skills/commands/bdd.md +2 -2
- package/bundled/skills/commands/brainstorm.md +25 -14
- package/bundled/skills/commands/{review.md → code-review.md} +6 -6
- package/bundled/skills/commands/derive-all.md +1 -1
- package/bundled/skills/commands/derive-atdd.md +1 -1
- package/bundled/skills/commands/derive-bdd.md +2 -3
- package/bundled/skills/commands/derive-tdd.md +1 -1
- package/bundled/skills/commands/derive.md +1 -1
- package/bundled/skills/commands/dev-workflow.md +1 -1
- package/bundled/skills/commands/journey-test.md +45 -0
- package/bundled/skills/commands/methodology.md +4 -4
- package/bundled/skills/commands/pr.md +1 -1
- package/bundled/skills/commands/skill-builder.md +42 -0
- package/bundled/skills/commands/tdd.md +1 -1
- package/bundled/skills/dev-methodology/create-methodology.md +1 -1
- package/bundled/skills/dev-methodology/guide.md +1 -1
- package/bundled/skills/dev-methodology/runtime.md +1 -1
- package/bundled/skills/dev-workflow-guide/SKILL.md +3 -3
- package/bundled/skills/dev-workflow-guide/workflow-phases.md +3 -3
- package/bundled/skills/docs-generator/SKILL.md +3 -3
- package/bundled/skills/incident-response-assistant/SKILL.md +2 -2
- package/bundled/skills/logging-guide/SKILL.md +38 -2
- package/bundled/skills/migration-assistant/SKILL.md +226 -0
- package/bundled/skills/observability-assistant/SKILL.md +74 -0
- package/bundled/skills/pr-automation-assistant/SKILL.md +5 -1
- package/bundled/skills/project-discovery/guide.md +2 -2
- package/bundled/skills/push/SKILL.md +1 -1
- package/bundled/skills/release-standards/SKILL.md +19 -5
- package/bundled/skills/security-assistant/SKILL.md +1 -1
- package/bundled/skills/skill-builder/SKILL.md +1 -1
- package/bundled/skills/spec-derivation/guide.md +3 -4
- package/bundled/skills/spec-driven-dev/SKILL.md +27 -0
- package/bundled/skills/sweep/SKILL.md +1 -1
- package/bundled/skills/tdd-assistant/SKILL.md +8 -1
- package/bundled/skills/testing-guide/SKILL.md +1 -1
- package/bundled/skills/testing-guide/testing-theory.md +1 -1
- package/bundled/skills/workflows/README.md +2 -2
- package/package.json +3 -3
- package/src/commands/audit.js +30 -9
- package/src/commands/config.js +33 -2
- package/src/commands/hitl.js +14 -1
- package/src/commands/init.js +110 -58
- package/src/commands/quickstart.js +1 -2
- package/src/commands/release.js +51 -6
- package/src/commands/run-intent.js +9 -0
- package/src/commands/spec-split.js +27 -2
- package/src/commands/update.js +22 -6
- package/src/config/ai-agent-paths.js +3 -1
- package/src/i18n/messages.js +3 -102
- package/src/missions/MissionManager.js +44 -12
- package/src/utils/build-manifest.js +35 -3
- package/src/utils/friction-detector.js +71 -22
- package/src/utils/health-checker.js +29 -2
- package/src/utils/transaction.js +111 -0
- package/src/utils/version-promote.js +16 -0
- package/standards-registry.json +58 -146
- package/bundled/ai/standards/agent-communication-protocol.ai.yaml +0 -42
- package/bundled/ai/standards/agent-dispatch.ai.yaml +0 -42
- package/bundled/ai/standards/branch-completion.ai.yaml +0 -44
- package/bundled/ai/standards/change-batching-standards.ai.yaml +0 -44
- package/bundled/ai/standards/execution-history.ai.yaml +0 -42
- package/bundled/ai/standards/pipeline-integration-standards.ai.yaml +0 -42
- package/bundled/ai/standards/workflow-enforcement.ai.yaml +0 -44
- package/bundled/ai/standards/workflow-state-protocol.ai.yaml +0 -43
- package/src/commands/flow.js +0 -260
- package/src/commands/start.js +0 -372
- package/src/commands/sweep.js +0 -151
- package/src/commands/workflow.js +0 -681
|
@@ -0,0 +1,178 @@
|
|
|
1
|
+
---
|
|
2
|
+
source: docs/user/GLOSSARY.md
|
|
3
|
+
source_version: 1.0.0
|
|
4
|
+
translation_version: 1.0.0
|
|
5
|
+
status: current
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# UDS 术语表
|
|
9
|
+
|
|
10
|
+
> **语言**: [English](../../../../docs/user/GLOSSARY.md) | 简体中文
|
|
11
|
+
|
|
12
|
+
UDS 专属,或在 UDS 语境下有特定用法的术语。
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
## A
|
|
17
|
+
|
|
18
|
+
**AC(Acceptance Criterion,验收条件)**
|
|
19
|
+
一条可测试的陈述,定义一个功能何时算完成。以 Given-When-Then 或一般英文撰写。AC 记录在 Spec 文件中,并在测试里被引用。
|
|
20
|
+
_参见:`/atdd`、`/sdd`、`acceptance-test-driven-development` 标准_
|
|
21
|
+
|
|
22
|
+
**Activity(活动)**
|
|
23
|
+
在 DEC-051 四层分类模型中,Activity 是一个具名的工作流步骤(例如「编写失败的测试」、「执行回归测试」)。Activity 定义于 UDS 标准中,并由 Skill 执行。
|
|
24
|
+
|
|
25
|
+
**ADR(Architecture Decision Record,架构决策记录)**
|
|
26
|
+
记录一项重大技术决策的文件:上下文、考量过的选项、所选方案,以及后果。
|
|
27
|
+
_参见:`/adr`、`adr-standards` 标准_
|
|
28
|
+
|
|
29
|
+
**ATDD(Acceptance Test-Driven Development,验收测试驱动开发)**
|
|
30
|
+
一种实践做法:在开始实现前先定义验收条件,并编写测试来验证这些 AC。桥接 BDD 与 TDD。
|
|
31
|
+
_参见:`/atdd`_
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
|
|
35
|
+
## B
|
|
36
|
+
|
|
37
|
+
**BDD(Behavior-Driven Development,行为驱动开发)**
|
|
38
|
+
一种使用自然语言 Given-When-Then 场景来描述系统行为的开发实践。场景同时作为文档与测试规格。
|
|
39
|
+
_参见:`/bdd`、`behavior-driven-development` 标准_
|
|
40
|
+
|
|
41
|
+
**Bundle(Bundle 层)**
|
|
42
|
+
包含在 `npm install` 包中的 UDS 标准子集(供采用者使用)。与 Source 层不同——后者包含所有标准,含治理与维护工具。
|
|
43
|
+
_参见:DEC-045_
|
|
44
|
+
|
|
45
|
+
---
|
|
46
|
+
|
|
47
|
+
## C
|
|
48
|
+
|
|
49
|
+
**Core Standard(核心标准)**
|
|
50
|
+
位于 `core/`(以及 `.standards/*.md`)的 Markdown 文件,包含某个 UDS 标准完整、人类可读的版本。涵盖背后理由、边界情况、示例与参考资料。
|
|
51
|
+
_对比:AI Standard_
|
|
52
|
+
|
|
53
|
+
**AI Standard(AI 标准)**
|
|
54
|
+
位于 `.standards/`(以及 `ai/standards/`)的 `.ai.yaml` 文件,是 Core Standard 的 token 精简、为 AI 优化的编码。Skill 在执行时读取它。
|
|
55
|
+
|
|
56
|
+
---
|
|
57
|
+
|
|
58
|
+
## D
|
|
59
|
+
|
|
60
|
+
**DEC(Decision,决策)**
|
|
61
|
+
记录于 `dev-platform/cross-project/decisions/DEC-NNN-*.md` 的跨项目架构或产品决策。DEC 依序编号,追踪重大选择背后的「为什么」。
|
|
62
|
+
|
|
63
|
+
**Dual-Layer Architecture(双层架构)**
|
|
64
|
+
UDS 的两层设计:Core Standards(完整知识、人类可读)+ AI Standards(token 精简、机器可读)。Skill 使用 AI Standards;开发者阅读 Core Standards。
|
|
65
|
+
|
|
66
|
+
---
|
|
67
|
+
|
|
68
|
+
## S
|
|
69
|
+
|
|
70
|
+
**SDD(Spec-Driven Development,规格驱动开发)**
|
|
71
|
+
一种 UDS 实践做法:在写代码前先创建规格文件。Spec 定义背景、范围、验收条件与范围外项目。
|
|
72
|
+
_参见:`/sdd`、`spec-driven-development` 标准_
|
|
73
|
+
|
|
74
|
+
**Skill**
|
|
75
|
+
封装为 SKILL.md 文件的预建 AI 工作流。在 Claude Code 输入 `/<name>` 即可激活。Skill 运用 AI Standards 来实现 UDS 的活动。
|
|
76
|
+
_参见:[SKILLS-INDEX.md](../../../../docs/user/SKILLS-INDEX.md)_
|
|
77
|
+
|
|
78
|
+
**Skill Budget(Skill 预算)**
|
|
79
|
+
Claude Code 的 context window 中保留用于列出可用 skill 的比例。当有 55+ 个 skill 时,描述可能被截断。UDS 以 Tier 来管理这项预算。
|
|
80
|
+
_参见:DEC-061、[skill-budget-tuning.md](../../../../docs/skill-budget-tuning.md)_
|
|
81
|
+
|
|
82
|
+
**Skill Tier(Skill 分级,DEC-061)**
|
|
83
|
+
依使用频率对 skill 进行分类,借此控制列出行为:
|
|
84
|
+
- **Tier 1(Core)**:15 个 skill,每日使用,永远以描述列出
|
|
85
|
+
- **Tier 2(Advanced)**:28 个 skill,每周使用,默认以描述列出
|
|
86
|
+
- **Tier 3(Specialist)**:12 个 skill,事件驱动,默认仅列出名称(仍可通过 `/<name>` 调用)
|
|
87
|
+
|
|
88
|
+
**Standard(标准)**
|
|
89
|
+
涵盖某项特定实践(例如 commit 消息、API 设计、测试)的 UDS 准则文件。标准与技术、语言无关。每个标准同时存在为 Core Standard(`.md`)与 AI Standard(`.ai.yaml`)。
|
|
90
|
+
|
|
91
|
+
**Source(Source 层)**
|
|
92
|
+
完整的 UDS 仓库,包含所有标准、治理工具与维护脚本。是 Bundle 层的超集。
|
|
93
|
+
_参见:DEC-045_
|
|
94
|
+
|
|
95
|
+
---
|
|
96
|
+
|
|
97
|
+
## T
|
|
98
|
+
|
|
99
|
+
**TDD(Test-Driven Development,测试驱动开发)**
|
|
100
|
+
一种在实现代码前先编写测试的开发实践。RED-GREEN-REFACTOR 循环:写一个失败的测试 → 让它通过 → 重构。
|
|
101
|
+
_参见:`/tdd`、`test-driven-development` 标准_
|
|
102
|
+
|
|
103
|
+
---
|
|
104
|
+
|
|
105
|
+
## U
|
|
106
|
+
|
|
107
|
+
**UDS(Universal Development Standards,通用开发标准)**
|
|
108
|
+
本项目。一套与语言无关、与框架无关的软件开发质量汇集,含 145 个核心标准、55 个 AI skill 与 51 个斜线命令。
|
|
109
|
+
|
|
110
|
+
**UDS Manifest(`uds-manifest.json`)**
|
|
111
|
+
所有 UDS 标准与 skill 的机器可读索引。包含统计数据、skill 对命令的对照,以及分类归属。供 UDS CLI 与文档生成器使用。
|
|
112
|
+
|
|
113
|
+
---
|
|
114
|
+
|
|
115
|
+
## X
|
|
116
|
+
|
|
117
|
+
**XSPEC(Cross-Project Spec,跨项目规格)**
|
|
118
|
+
位于 `dev-platform/cross-project/specs/XSPEC-NNN-*.md` 的规格文件。用于影响多个子项目(UDS、VibeOps、telemetry)的功能,或新的 UDS 功能。
|
|
119
|
+
_依集中化政策(2026-04-22),所有新 spec 一律创建为 XSPEC。_
|
|
120
|
+
|
|
121
|
+
---
|
|
122
|
+
|
|
123
|
+
## 术语规范化(Canonical Forms,标准形式)
|
|
124
|
+
|
|
125
|
+
> 跨标准反复出现的术语与符号之单一真实来源(XSPEC-292 T6)。这些表格把**既有、刻意为之**的惯例明文化,让新标准对齐而非漂移。它们**不会**重新命名任何东西——多数看似「双重术语」的情况其实是依层级设计、各得其所(例如 JSON body 中的 `createdAt` 对比数据库字段的 `created_at` 是正确的,并非冲突)。
|
|
126
|
+
|
|
127
|
+
### 依层级的字段命名
|
|
128
|
+
|
|
129
|
+
同一个概念依其所在层级的惯例书写。跨越层级边界是一种转换,而非不一致。
|
|
130
|
+
|
|
131
|
+
| 层级 | 惯例 | 示例 |
|
|
132
|
+
|------|------|------|
|
|
133
|
+
| 结构化日志(JSON) | `snake_case` | `trace_id`、`request_id`、`http_method`、`db_table` |
|
|
134
|
+
| API JSON body | `camelCase` | `createdAt`、`firstName`、`httpStatus` |
|
|
135
|
+
| API 查询参数 | `snake_case` | `?sort_by=created_at` |
|
|
136
|
+
| URL 路径片段 | `kebab-case` | `/user-profiles` |
|
|
137
|
+
| HTTP header 名称 | `lowercase-hyphen` | `x-request-id`、`traceparent` |
|
|
138
|
+
| 数据库数据表/字段 | `snake_case`(单数数据表)| `user_account`、`created_at` |
|
|
139
|
+
| 代码标识符 | 语言原生 | `camelCase`(JS/TS)、`snake_case`(Python/Go)|
|
|
140
|
+
|
|
141
|
+
_标准:`logging-standards`、`api-design-standards`、`database-standards`。_
|
|
142
|
+
|
|
143
|
+
### 测试层级缩写
|
|
144
|
+
|
|
145
|
+
大写=该术语;小写=环境标识符。`IT` 永远指 Integration Testing(集成测试),绝非 Information Technology。
|
|
146
|
+
|
|
147
|
+
| 缩写 | 全称 | 典型环境 |
|
|
148
|
+
|------|------|----------|
|
|
149
|
+
| `UT` | Unit Testing(单元测试)| `local` |
|
|
150
|
+
| `IT` | Integration Testing(集成测试)| `local` / `ci` |
|
|
151
|
+
| `ST` | System Testing(系统测试)| `ci` / `sit` |
|
|
152
|
+
| `E2E` | End-to-End Testing(端到端测试)| `staging` |
|
|
153
|
+
| `AT` | Acceptance Testing(验收测试)| — |
|
|
154
|
+
| `UAT` | User Acceptance Testing(用户验收测试)| — |
|
|
155
|
+
| `SIT` | System Integration Testing(系统集成测试,该术语);`sit` 是 SIT **环境** id | `ci` |
|
|
156
|
+
|
|
157
|
+
_标准:`testing`(testing-standards)、`test-governance`。_
|
|
158
|
+
|
|
159
|
+
### 状态:文字 vs 符号
|
|
160
|
+
|
|
161
|
+
**文字**是标准/机器可读的值;**符号**是可选的视觉呈现。两者成对,并非互相竞争。
|
|
162
|
+
|
|
163
|
+
| 标准文字 | 符号 | 领域 |
|
|
164
|
+
|----------|------|------|
|
|
165
|
+
| `covered` | ✅ | AC/测试覆盖 |
|
|
166
|
+
| `partial` | ⚠️ | AC/测试覆盖 |
|
|
167
|
+
| `uncovered` | ❌ | AC/测试覆盖(测试缺口)|
|
|
168
|
+
| `not_implemented` | 🚫 | AC(代码缺口,非测试缺口)|
|
|
169
|
+
|
|
170
|
+
_领域专属的生命周期各自维持独立的状态机——ADR(`Proposed → Accepted → Deprecated → Superseded`)、文档生命周期(`draft → active → archived`),以及上方的 AC 覆盖彼此不同,**不会**被合并。标准:`acceptance-criteria-traceability`、`adr-standards`、`documentation-structure`。_
|
|
171
|
+
|
|
172
|
+
---
|
|
173
|
+
|
|
174
|
+
## 另见
|
|
175
|
+
|
|
176
|
+
- [FAQ.md](FAQ.md) — 常见问题
|
|
177
|
+
- [SKILLS-INDEX.md](../../../../docs/user/SKILLS-INDEX.md) — 所有 skill 与描述
|
|
178
|
+
- [GETTING-STARTED.md](GETTING-STARTED.md) — 首次设置
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
---
|
|
2
|
+
source: docs/user/README.md
|
|
3
|
+
source_version: 1.0.0
|
|
4
|
+
translation_version: 1.0.0
|
|
5
|
+
status: current
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# UDS 用户文档
|
|
9
|
+
|
|
10
|
+
> **语言**: [English](../../../../docs/user/README.md) | 简体中文
|
|
11
|
+
|
|
12
|
+
欢迎来到 UDS(Universal Development Standards,通用开发标准)用户文档中心。
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
## 新手入门
|
|
17
|
+
|
|
18
|
+
刚安装完 UDS?从这里开始:
|
|
19
|
+
|
|
20
|
+
1. **[GETTING-STARTED.md](../../../../docs/user/GETTING-STARTED.md)** — 5 分钟导览:安装 → 初始化 → 第一份 spec → 第一次 commit(简中翻译进行中)
|
|
21
|
+
2. **[GLOSSARY.md](../../../../docs/user/GLOSSARY.md)** — 什么是 Skill?Standard?Tier?所有 UDS 术语的定义(简中翻译进行中)
|
|
22
|
+
3. **[SKILLS-INDEX.md](../../../../docs/user/SKILLS-INDEX.md)** — 按 Tier 与分类浏览全部 55 个 skill(自动生成,仅英文)
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
26
|
+
## 日常使用
|
|
27
|
+
|
|
28
|
+
| 我想要… | 前往 |
|
|
29
|
+
|---------|------|
|
|
30
|
+
| 找到正确的命令 | [SKILLS-INDEX.md → 触发时机速查](../../../../docs/user/SKILLS-INDEX.md#觸發時機速查-when-to-use) |
|
|
31
|
+
| 查看所有斜线命令 | [COMMANDS-INDEX.md](../../../../docs/user/COMMANDS-INDEX.md) |
|
|
32
|
+
| 自定义列出哪些 skill | [skill-budget-tuning.md](../../../../docs/skill-budget-tuning.md) |
|
|
33
|
+
| 快速参考卡 | [CHEATSHEET.md](../CHEATSHEET.md) |
|
|
34
|
+
| 解答常见问题 | [FAQ.md](../../../../docs/user/FAQ.md) |
|
|
35
|
+
| 修正问题 | [TROUBLESHOOTING.md](../../../../docs/user/TROUBLESHOOTING.md) |
|
|
36
|
+
|
|
37
|
+
---
|
|
38
|
+
|
|
39
|
+
## 维护者 / 贡献者
|
|
40
|
+
|
|
41
|
+
| 主题 | 资源 |
|
|
42
|
+
|------|------|
|
|
43
|
+
| UDS 的结构 | [CONTRIBUTING.md](../../../../CONTRIBUTING.md) |
|
|
44
|
+
| CLI 参考 | [cli/README.md](../../../../cli/README.md) |
|
|
45
|
+
| 采用指南 | [ADOPTION-GUIDE.md](../../../../adoption/ADOPTION-GUIDE.md) |
|
|
46
|
+
| 发布前信息 | [PRE-RELEASE.md](../../../../docs/PRE-RELEASE.md) |
|
|
47
|
+
| 更新自动生成的文档 | 执行 `npm run docs:generate-index` |
|
|
48
|
+
|
|
49
|
+
---
|
|
50
|
+
|
|
51
|
+
## 文档地图
|
|
52
|
+
|
|
53
|
+
```
|
|
54
|
+
docs/
|
|
55
|
+
├── user/ ← 你在这里(面向用户的文档)
|
|
56
|
+
│ ├── README.md ← 本档 — 文档中心
|
|
57
|
+
│ ├── GETTING-STARTED.md ← 首次设置指南
|
|
58
|
+
│ ├── SKILLS-INDEX.md ← 55 个 skill 按 Tier 与分类(自动生成)
|
|
59
|
+
│ ├── COMMANDS-INDEX.md ← 所有斜线命令(自动生成)
|
|
60
|
+
│ ├── CHEATSHEET.md ← 快速参考卡
|
|
61
|
+
│ ├── FAQ.md ← 常见问题
|
|
62
|
+
│ ├── GLOSSARY.md ← 术语表
|
|
63
|
+
│ └── TROUBLESHOOTING.md ← 问题 → 解法
|
|
64
|
+
├── reference/ ← 完整参考(自动生成)
|
|
65
|
+
│ └── FEATURE-REFERENCE.md
|
|
66
|
+
└── internal/ ← 维护者文档(非给终端用户)
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
> **注意**:标记「自动生成」的文件由 `npm run docs:generate-index` 重建。
|
|
70
|
+
> 请勿手动编辑——下次执行时变更会被覆写。
|
|
@@ -0,0 +1,190 @@
|
|
|
1
|
+
---
|
|
2
|
+
source: docs/user/TROUBLESHOOTING.md
|
|
3
|
+
source_version: 1.0.0
|
|
4
|
+
translation_version: 1.0.0
|
|
5
|
+
status: current
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# UDS 疑难排解指南
|
|
9
|
+
|
|
10
|
+
> **语言**: [English](../../../../docs/user/TROUBLESHOOTING.md) | 简体中文
|
|
11
|
+
|
|
12
|
+
找到你的问题 → 照着修法做。
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
## 安装问题
|
|
17
|
+
|
|
18
|
+
**问题:`npm install -g` 之后出现 `uds: command not found`**
|
|
19
|
+
|
|
20
|
+
```bash
|
|
21
|
+
# 检查 npm 全局 bin 是否在你的 PATH 中
|
|
22
|
+
npm config get prefix
|
|
23
|
+
# 在 ~/.zshrc 或 ~/.bashrc 把 <prefix>/bin 加入 PATH
|
|
24
|
+
export PATH="$(npm config get prefix)/bin:$PATH"
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
**问题:`uds init` 因权限错误而失败**
|
|
28
|
+
|
|
29
|
+
```bash
|
|
30
|
+
# 改用 Node 版本管理器(nvm/fnm),而非系统内建的 Node
|
|
31
|
+
# 或修正 npm 全局目录:https://docs.npmjs.com/resolving-eacces-permissions-errors-when-installing-packages-globally
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
---
|
|
35
|
+
|
|
36
|
+
## Claude Code 中未显示 Skill
|
|
37
|
+
|
|
38
|
+
**问题:我在 Claude Code 菜单中看不到 `/sdd`、`/tdd` 或其他 UDS skill。**
|
|
39
|
+
|
|
40
|
+
步骤 1 — 验证 UDS 已初始化:
|
|
41
|
+
```bash
|
|
42
|
+
uds check
|
|
43
|
+
```
|
|
44
|
+
若报告文件遗失,重新运行 `uds init`。
|
|
45
|
+
|
|
46
|
+
步骤 2 — 验证 `.claude/` 配置存在:
|
|
47
|
+
```bash
|
|
48
|
+
ls .claude/settings.json
|
|
49
|
+
```
|
|
50
|
+
若遗失,`uds init` 应会创建它。试试 `uds init --force`。
|
|
51
|
+
|
|
52
|
+
步骤 3 — 可能超出 skill 预算(skill 太多 → 描述被截断):
|
|
53
|
+
参阅 [skill-budget-tuning.md](../../../../docs/skill-budget-tuning.md),将少用的 skill 降为 Tier 3。
|
|
54
|
+
|
|
55
|
+
步骤 4 — 强制重新加载 Claude Code:
|
|
56
|
+
关闭并重新打开正在运行 Claude Code 的 IDE/终端窗口。
|
|
57
|
+
|
|
58
|
+
**问题:有些 skill 看得到,有些却看不到。**
|
|
59
|
+
|
|
60
|
+
这对 Tier 3 skill 而言是预期行为。Tier 3 skill 只显示名称(无描述)以节省 context 预算,而某些 AI 客户端可能根本不列出它们。
|
|
61
|
+
|
|
62
|
+
**Tier 3 skill 仍可直接调用**:输入 `/<name>` 并按 Enter。
|
|
63
|
+
|
|
64
|
+
若要让某个 Tier 3 skill 显示,加入你的 `.claude/settings.json`:
|
|
65
|
+
```json
|
|
66
|
+
{
|
|
67
|
+
"skillOverrides": {
|
|
68
|
+
"brainstorm-assistant": "on"
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
---
|
|
74
|
+
|
|
75
|
+
## Skill 行为不如预期
|
|
76
|
+
|
|
77
|
+
**问题:Skill 有激活,但给的是通用回应,而非 UDS 专属的指引。**
|
|
78
|
+
|
|
79
|
+
可能原因:`.standards/` 目录为空或过时。
|
|
80
|
+
```bash
|
|
81
|
+
uds check # 检查安装了什么
|
|
82
|
+
uds update # 更新到最新标准
|
|
83
|
+
```
|
|
84
|
+
|
|
85
|
+
**问题:`/commit` 生成的 commit 消息不符合 Conventional Commits。**
|
|
86
|
+
|
|
87
|
+
commit-standards skill 会读取你既有的 commit 来学习项目风格。若你先前没有 Conventional Commits 格式的 commit,它可能会偏离。
|
|
88
|
+
|
|
89
|
+
在 `CLAUDE.md` 加入明确指引:
|
|
90
|
+
```markdown
|
|
91
|
+
## Commit Format
|
|
92
|
+
Always use Conventional Commits: `<type>(<scope>): <subject>`
|
|
93
|
+
Types: feat, fix, docs, chore, test, refactor, style, build, ci
|
|
94
|
+
```
|
|
95
|
+
|
|
96
|
+
**问题:`/sdd` 创建了 spec,但我想要不同的格式。**
|
|
97
|
+
|
|
98
|
+
在你的 `CLAUDE.md` 加入内容来自定义 spec 模板:
|
|
99
|
+
```markdown
|
|
100
|
+
## Spec Format
|
|
101
|
+
When creating specs with /sdd, use this template:
|
|
102
|
+
[paste your preferred template here]
|
|
103
|
+
```
|
|
104
|
+
|
|
105
|
+
---
|
|
106
|
+
|
|
107
|
+
## 不使用 Claude Code 而使用 UDS
|
|
108
|
+
|
|
109
|
+
**问题:我用的是 Cursor / GitHub Copilot / Windsurf——skill 无法运作。**
|
|
110
|
+
|
|
111
|
+
Skill(`/command` 系统)为 Claude Code 专属。对于其他 AI 工具:
|
|
112
|
+
|
|
113
|
+
1. 运行 `uds init` 并选择你的工具——它会配置 `.cursorrules`、`.github/copilot-instructions.md` 等
|
|
114
|
+
2. `.standards/` 中的 Core Standards 与工具无关,能为任何读取它们的 AI 提供 context
|
|
115
|
+
3. 在你的 AI 指令文件中使用下方的快速参考表
|
|
116
|
+
|
|
117
|
+
**可嵌入任何 AI 工具的快速参考:**
|
|
118
|
+
|
|
119
|
+
```markdown
|
|
120
|
+
## Commit Messages
|
|
121
|
+
Format: <type>(<scope>): <subject>
|
|
122
|
+
Types: feat, fix, docs, chore, test, refactor, style
|
|
123
|
+
|
|
124
|
+
## Testing Pyramid
|
|
125
|
+
Unit: 70% | Integration: 20% | System: 7% | E2E: 3%
|
|
126
|
+
|
|
127
|
+
## User Stories
|
|
128
|
+
As a [role], I want [feature], so that [benefit].
|
|
129
|
+
INVEST: Independent, Negotiable, Valuable, Estimable, Small, Testable
|
|
130
|
+
```
|
|
131
|
+
|
|
132
|
+
**Skill → Core Standard 对照**(当 skill 无法使用时):
|
|
133
|
+
|
|
134
|
+
| Skill | 要参考的 Core Standard |
|
|
135
|
+
|-------|------------------------|
|
|
136
|
+
| `commit-standards` | `.standards/commit-message.md` |
|
|
137
|
+
| `testing-guide` | `.standards/testing.md` |
|
|
138
|
+
| `code-review-assistant` | `.standards/code-review.md` |
|
|
139
|
+
| `requirement-assistant` | `.standards/requirement-engineering.md` |
|
|
140
|
+
| `spec-driven-dev` | `.standards/spec-driven-development.md` |
|
|
141
|
+
| `tdd-assistant` | `.standards/test-driven-development.md` |
|
|
142
|
+
| `bdd-assistant` | `.standards/behavior-driven-development.md` |
|
|
143
|
+
| `git-workflow-guide` | `.standards/git-workflow.md` |
|
|
144
|
+
| `refactoring-assistant` | `.standards/refactoring-standards.md` |
|
|
145
|
+
|
|
146
|
+
---
|
|
147
|
+
|
|
148
|
+
## 更新问题
|
|
149
|
+
|
|
150
|
+
**问题:`uds update` 失败。**
|
|
151
|
+
|
|
152
|
+
```bash
|
|
153
|
+
# 检查网络/npm registry 连接
|
|
154
|
+
npm ping
|
|
155
|
+
# 试试指定 registry
|
|
156
|
+
npm install -g universal-dev-standards@latest
|
|
157
|
+
# 然后重新初始化
|
|
158
|
+
uds init --force
|
|
159
|
+
```
|
|
160
|
+
|
|
161
|
+
**问题:更新后,我的 skill 看起来坏掉了。**
|
|
162
|
+
|
|
163
|
+
更新可能变更了 skill 格式。试试:
|
|
164
|
+
```bash
|
|
165
|
+
uds check
|
|
166
|
+
uds init --force # 重新安装 skill 配置
|
|
167
|
+
```
|
|
168
|
+
|
|
169
|
+
---
|
|
170
|
+
|
|
171
|
+
## 一般诊断
|
|
172
|
+
|
|
173
|
+
运行 `uds check` 取得完整健康报告:
|
|
174
|
+
```
|
|
175
|
+
uds check
|
|
176
|
+
```
|
|
177
|
+
|
|
178
|
+
它会检查:
|
|
179
|
+
- 标准安装状态
|
|
180
|
+
- Skill 配置
|
|
181
|
+
- AI 工具兼容性
|
|
182
|
+
- 版本对齐
|
|
183
|
+
|
|
184
|
+
---
|
|
185
|
+
|
|
186
|
+
## 还是卡住?
|
|
187
|
+
|
|
188
|
+
- **GitHub Issues**:[github.com/AsiaOstrich/universal-dev-standards/issues](https://github.com/AsiaOstrich/universal-dev-standards/issues)
|
|
189
|
+
- **FAQ**:[FAQ.md](FAQ.md)
|
|
190
|
+
- **Skill 预算调整**:[skill-budget-tuning.md](../../../../docs/skill-budget-tuning.md)
|
|
@@ -109,7 +109,7 @@ GitHub Copilot 相较于其他 AI 编程工具有一些限制:
|
|
|
109
109
|
Claude Code: /commit
|
|
110
110
|
Copilot: "Generate a commit message following Conventional Commits..."
|
|
111
111
|
|
|
112
|
-
Claude Code: /review
|
|
112
|
+
Claude Code: /code-review
|
|
113
113
|
Copilot: "Review this code following the code review checklist..."
|
|
114
114
|
|
|
115
115
|
Claude Code: /tdd
|
|
@@ -14,7 +14,7 @@ status: current
|
|
|
14
14
|
|
|
15
15
|
## 概述
|
|
16
16
|
|
|
17
|
-
Claude Code 提供
|
|
17
|
+
Claude Code 提供 55 个 skills 和 51 个斜杠命令。GitHub Copilot 不支持斜杠命令,但大部分功能可通过 Chat 提示和 `copilot-instructions.md` 文件实现。
|
|
18
18
|
|
|
19
19
|
---
|
|
20
20
|
|
|
@@ -63,7 +63,7 @@ Claude Code 提供 25 个 skills 和 17 个斜杠命令。GitHub Copilot 不支
|
|
|
63
63
|
| Claude Code | Copilot Chat 等效提示 |
|
|
64
64
|
|-------------|----------------------|
|
|
65
65
|
| `/commit` | "按照 Conventional Commits 格式生成 commit 消息" |
|
|
66
|
-
| `/review` | "按照代码审查检查清单审查此代码" |
|
|
66
|
+
| `/code-review` | "按照代码审查检查清单审查此代码" |
|
|
67
67
|
| `/tdd` | "使用 TDD(红绿重构)帮我实现" |
|
|
68
68
|
| `/coverage` | "使用 7 维度分析测试覆盖" |
|
|
69
69
|
| `/requirement` | "按照 INVEST 条件撰写用户故事" |
|
|
@@ -100,7 +100,7 @@ Claude Code 提供 25 个 skills 和 17 个斜杠命令。GitHub Copilot 不支
|
|
|
100
100
|
- Copilot:会话间无状态跟踪
|
|
101
101
|
|
|
102
102
|
3. **斜杠命令**
|
|
103
|
-
- Claude Code:`/commit`、`/review` 等
|
|
103
|
+
- Claude Code:`/commit`、`/code-review` 等
|
|
104
104
|
- Copilot:必须在 Chat 中输入完整提示
|
|
105
105
|
|
|
106
106
|
4. **MCP 工具集成**
|
|
@@ -14,7 +14,7 @@ status: current
|
|
|
14
14
|
|
|
15
15
|
## 概述
|
|
16
16
|
|
|
17
|
-
Claude Code 提供
|
|
17
|
+
Claude Code 提供 55 个技能和 51 个斜线命令。OpenCode 原生支持技能,且**完全兼容** Claude Code 技能格式。
|
|
18
18
|
|
|
19
19
|
### 关键优势:原生兼容
|
|
20
20
|
|
|
@@ -74,7 +74,7 @@ OpenCode 支持与 Claude Code 相同的技能调用语法:
|
|
|
74
74
|
| Claude Code | OpenCode | 备注 |
|
|
75
75
|
|-------------|----------|------|
|
|
76
76
|
| `/commit` | `/commit` 或 `skill("commit-standards")` | 相同 |
|
|
77
|
-
| `/review` | `/review` 或 `skill("code-review-assistant")` | 相同 |
|
|
77
|
+
| `/code-review` | `/code-review` 或 `skill("code-review-assistant")` | 相同 |
|
|
78
78
|
| `/tdd` | `/tdd` 或 `skill("tdd-assistant")` | 相同 |
|
|
79
79
|
| `/coverage` | `/coverage` 或 `skill("test-coverage-assistant")` | 相同 |
|
|
80
80
|
| `/requirement` | `/requirement` 或 `skill("requirement-assistant")` | 相同 |
|
|
@@ -195,7 +195,7 @@ OpenCode 没有像 Claude Code 那样的官方 marketplace,但有几个社区
|
|
|
195
195
|
|------|-------------|----------|
|
|
196
196
|
| 技能格式 | YAML frontmatter + Markdown | ✅ 相同 |
|
|
197
197
|
| 技能搜索路径 | `.claude/skills/` | ✅ + `.opencode/skill/` |
|
|
198
|
-
| 斜线命令 | `/commit`、`/review` 等 | ✅ 相同 |
|
|
198
|
+
| 斜线命令 | `/commit`、`/code-review` 等 | ✅ 相同 |
|
|
199
199
|
| 自动触发 | 基于关键字 | ✅ 相同 |
|
|
200
200
|
| 技能权限 | 按技能设置 | ✅ 相同 |
|
|
201
201
|
|