create-quiver 0.15.3 → 0.16.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/.github/pull_request_template.md +17 -0
- package/.github/workflows/ci.yml +79 -0
- package/.markdown-link-check.json +15 -0
- package/.markdownlint.json +11 -0
- package/.quiver/runs/run-2026-06-09t19-14-39z/approvals.json +5 -0
- package/.quiver/runs/run-2026-06-09t19-14-39z/decisions.md +2 -0
- package/.quiver/runs/run-2026-06-09t19-14-39z/requirement.md +0 -0
- package/.quiver/runs/run-2026-06-09t19-14-39z/snapshots/20260609T191439Z/docs/INDEX.md +97 -0
- package/.quiver/runs/run-2026-06-09t19-14-39z/snapshots/20260609T191439Z/manifest.json +61 -0
- package/.quiver/runs/run-2026-06-09t19-14-39z/state.json +28 -0
- package/ACTIVE_SLICES.md +43 -0
- package/AGENTS.md.es.template +37 -0
- package/ARCHITECTURE.md +133 -0
- package/CHANGELOG.md +12 -0
- package/CONTRIBUTING.md +174 -9
- package/README.md +10 -1
- package/ROADMAP.md +4 -0
- package/SECURITY.md +9 -2
- package/auditoria-ux-ui-performance-documentacion.md +705 -0
- package/copys-landing-page.md +244 -0
- package/docs/AI_CONTEXT.md.es.template +37 -0
- package/docs/AI_CONTEXT.md.template +3 -1
- package/docs/AI_ONBOARDING_PROMPT.md.es.template +22 -0
- package/docs/CLI_UX_GUIDE.md +55 -1
- package/docs/COMMANDS.md.es.template +28 -0
- package/docs/COMMANDS.md.template +20 -6
- package/docs/CONTEXTO.md.es.template +33 -0
- package/docs/DECISIONS.md.es.template +17 -0
- package/docs/GITFLOW_PR_GUIDE.md +73 -11
- package/docs/GITFLOW_PR_GUIDE.md.es.template +84 -0
- package/docs/GITFLOW_PR_GUIDE.md.template +72 -10
- package/docs/INDEX.md +11 -1
- package/docs/INDEX.md.es.template +36 -0
- package/docs/QUICK.md.template +2 -1
- package/docs/STANDARD.md.template +2 -1
- package/docs/STATUS.md.es.template +28 -0
- package/docs/SUPPORT_MATRIX.md.es.template +22 -0
- package/docs/TESTING_GUIDE_FOR_AI.md.es.template +19 -0
- package/docs/TROUBLESHOOTING.md.es.template +35 -0
- package/docs/WORKFLOW.md.es.template +31 -0
- package/docs/WORKFLOW.md.template +6 -4
- package/docs/ai/ACTIVE_SLICE.md +61 -0
- package/docs/ai/LESSONS.md.es.template +24 -0
- package/docs/getting-started/installation.md +26 -0
- package/docs/reference/commands.md +159 -7
- package/docs/reference/slice-schema.md +37 -0
- package/docs/schema/slice.schema.json +221 -0
- package/docs/specs/01-spec/01-slice/01-slice.json +36 -0
- package/docs/specs/01-spec/01-slice/01-slice.md +106 -0
- package/docs/specs/01-spec/01-slice/CLOSURE_BRIEF.md +80 -0
- package/docs/specs/01-spec/01-slice/EXECUTION_BRIEF.md +39 -0
- package/docs/specs/01-spec/02-slice/02-slice.json +36 -0
- package/docs/specs/01-spec/02-slice/02-slice.md +108 -0
- package/docs/specs/01-spec/02-slice/CLOSURE_BRIEF.md +88 -0
- package/docs/specs/01-spec/02-slice/EXECUTION_BRIEF.md +40 -0
- package/docs/specs/01-spec/03-slice/03-slice.json +36 -0
- package/docs/specs/01-spec/03-slice/03-slice.md +103 -0
- package/docs/specs/01-spec/03-slice/CLOSURE_BRIEF.md +54 -0
- package/docs/specs/01-spec/03-slice/EXECUTION_BRIEF.md +39 -0
- package/docs/specs/01-spec/04-slice/04-slice.json +36 -0
- package/docs/specs/01-spec/04-slice/04-slice.md +107 -0
- package/docs/specs/01-spec/04-slice/CLOSURE_BRIEF.md +46 -0
- package/docs/specs/01-spec/04-slice/EXECUTION_BRIEF.md +39 -0
- package/docs/specs/01-spec/05-slice/05-slice.json +36 -0
- package/docs/specs/01-spec/05-slice/05-slice.md +106 -0
- package/docs/specs/01-spec/05-slice/CLOSURE_BRIEF.md +84 -0
- package/docs/specs/01-spec/05-slice/EXECUTION_BRIEF.md +109 -0
- package/docs/specs/01-spec/06-slice/06-slice.json +36 -0
- package/docs/specs/01-spec/06-slice/06-slice.md +107 -0
- package/docs/specs/01-spec/06-slice/CLOSURE_BRIEF.md +67 -0
- package/docs/specs/01-spec/06-slice/EXECUTION_BRIEF.md +39 -0
- package/docs/specs/01-spec/07-slice/07-slice.json +36 -0
- package/docs/specs/01-spec/07-slice/07-slice.md +105 -0
- package/docs/specs/01-spec/07-slice/CLOSURE_BRIEF.md +71 -0
- package/docs/specs/01-spec/07-slice/EXECUTION_BRIEF.md +39 -0
- package/docs/specs/01-spec/08-slice/08-slice.json +36 -0
- package/docs/specs/01-spec/08-slice/08-slice.md +105 -0
- package/docs/specs/01-spec/08-slice/CLOSURE_BRIEF.md +114 -0
- package/docs/specs/01-spec/08-slice/EXECUTION_BRIEF.md +39 -0
- package/docs/specs/01-spec/CLOSURE_BRIEF.md +87 -0
- package/docs/specs/01-spec/spec.md +197 -0
- package/docs/workflows/full-ai-spec-to-pr.md +46 -3
- package/i18n/es/docs/GITFLOW_PR_GUIDE.md.template +38 -1
- package/package.json +27 -1
- package/pr.md +154 -0
- package/scripts/package-quiver.sh +82 -2
- package/scripts/release-quiver.sh +14 -3
- package/specs/[project-name]/slices/pr.md.template +19 -0
- package/specs/quiver-v37-cli-i18n-foundation/EVIDENCE_REPORT.md +73 -0
- package/specs/quiver-v37-cli-i18n-foundation/EXECUTION_PLAN.md +34 -0
- package/specs/quiver-v37-cli-i18n-foundation/SPEC.md +91 -0
- package/specs/quiver-v37-cli-i18n-foundation/STATUS.md +29 -0
- package/specs/quiver-v37-cli-i18n-foundation/pr.md +97 -0
- package/specs/quiver-v37-cli-i18n-foundation/slices/slice-00-foundation-and-program-roadmap/CLOSURE_BRIEF.md +10 -0
- package/specs/quiver-v37-cli-i18n-foundation/slices/slice-00-foundation-and-program-roadmap/EXECUTION_BRIEF.md +22 -0
- package/specs/quiver-v37-cli-i18n-foundation/slices/slice-00-foundation-and-program-roadmap/slice.json +54 -0
- package/specs/quiver-v37-cli-i18n-foundation/slices/slice-01-language-resolution-contract/CLOSURE_BRIEF.md +30 -0
- package/specs/quiver-v37-cli-i18n-foundation/slices/slice-01-language-resolution-contract/EXECUTION_BRIEF.md +27 -0
- package/specs/quiver-v37-cli-i18n-foundation/slices/slice-01-language-resolution-contract/slice.json +66 -0
- package/specs/quiver-v37-cli-i18n-foundation/slices/slice-02-message-catalog-interpolation/CLOSURE_BRIEF.md +27 -0
- package/specs/quiver-v37-cli-i18n-foundation/slices/slice-02-message-catalog-interpolation/EXECUTION_BRIEF.md +26 -0
- package/specs/quiver-v37-cli-i18n-foundation/slices/slice-02-message-catalog-interpolation/slice.json +62 -0
- package/specs/quiver-v37-cli-i18n-foundation/slices/slice-03-config-language-command/CLOSURE_BRIEF.md +32 -0
- package/specs/quiver-v37-cli-i18n-foundation/slices/slice-03-config-language-command/EXECUTION_BRIEF.md +25 -0
- package/specs/quiver-v37-cli-i18n-foundation/slices/slice-03-config-language-command/slice.json +66 -0
- package/specs/quiver-v37-cli-i18n-foundation/slices/slice-04-parser-help-error-foundation/CLOSURE_BRIEF.md +30 -0
- package/specs/quiver-v37-cli-i18n-foundation/slices/slice-04-parser-help-error-foundation/EXECUTION_BRIEF.md +24 -0
- package/specs/quiver-v37-cli-i18n-foundation/slices/slice-04-parser-help-error-foundation/slice.json +65 -0
- package/specs/quiver-v37-cli-i18n-foundation/slices/slice-05-foundation-docs-tests-package-readiness/CLOSURE_BRIEF.md +27 -0
- package/specs/quiver-v37-cli-i18n-foundation/slices/slice-05-foundation-docs-tests-package-readiness/EXECUTION_BRIEF.md +23 -0
- package/specs/quiver-v37-cli-i18n-foundation/slices/slice-05-foundation-docs-tests-package-readiness/slice.json +67 -0
- package/specs/quiver-v38-cli-i18n-read-only-commands/EVIDENCE_REPORT.md +69 -0
- package/specs/quiver-v38-cli-i18n-read-only-commands/EXECUTION_PLAN.md +25 -0
- package/specs/quiver-v38-cli-i18n-read-only-commands/SPEC.md +52 -0
- package/specs/quiver-v38-cli-i18n-read-only-commands/STATUS.md +24 -0
- package/specs/quiver-v38-cli-i18n-read-only-commands/pr.md +119 -0
- package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-00-read-only-foundation/CLOSURE_BRIEF.md +10 -0
- package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-00-read-only-foundation/EXECUTION_BRIEF.md +21 -0
- package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-00-read-only-foundation/slice.json +53 -0
- package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-01-version-dashboard-help/CLOSURE_BRIEF.md +17 -0
- package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-01-version-dashboard-help/EXECUTION_BRIEF.md +23 -0
- package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-01-version-dashboard-help/slice.json +69 -0
- package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-02-flow-doctor-next-graph/CLOSURE_BRIEF.md +13 -0
- package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-02-flow-doctor-next-graph/EXECUTION_BRIEF.md +22 -0
- package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-02-flow-doctor-next-graph/slice.json +77 -0
- package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-03-ai-inspection-and-export/CLOSURE_BRIEF.md +12 -0
- package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-03-ai-inspection-and-export/EXECUTION_BRIEF.md +22 -0
- package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-03-ai-inspection-and-export/slice.json +66 -0
- package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-04-read-only-tests-smokes/CLOSURE_BRIEF.md +13 -0
- package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-04-read-only-tests-smokes/EXECUTION_BRIEF.md +22 -0
- package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-04-read-only-tests-smokes/slice.json +61 -0
- package/specs/quiver-v39-cli-i18n-setup-onboarding/EVIDENCE_REPORT.md +71 -0
- package/specs/quiver-v39-cli-i18n-setup-onboarding/EXECUTION_PLAN.md +25 -0
- package/specs/quiver-v39-cli-i18n-setup-onboarding/SPEC.md +53 -0
- package/specs/quiver-v39-cli-i18n-setup-onboarding/STATUS.md +24 -0
- package/specs/quiver-v39-cli-i18n-setup-onboarding/pr.md +104 -0
- package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-00-setup-foundation/CLOSURE_BRIEF.md +10 -0
- package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-00-setup-foundation/EXECUTION_BRIEF.md +21 -0
- package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-00-setup-foundation/slice.json +53 -0
- package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-01-init-interactive-language/CLOSURE_BRIEF.md +12 -0
- package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-01-init-interactive-language/EXECUTION_BRIEF.md +23 -0
- package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-01-init-interactive-language/slice.json +68 -0
- package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-02-analyze-migrate-prepare/CLOSURE_BRIEF.md +12 -0
- package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-02-analyze-migrate-prepare/EXECUTION_BRIEF.md +23 -0
- package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-02-analyze-migrate-prepare/slice.json +62 -0
- package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-03-demo-evidence-onboarding/CLOSURE_BRIEF.md +12 -0
- package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-03-demo-evidence-onboarding/EXECUTION_BRIEF.md +22 -0
- package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-03-demo-evidence-onboarding/slice.json +72 -0
- package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-04-setup-tests-smokes/CLOSURE_BRIEF.md +15 -0
- package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-04-setup-tests-smokes/EXECUTION_BRIEF.md +22 -0
- package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-04-setup-tests-smokes/slice.json +61 -0
- package/specs/quiver-v40-cli-i18n-spec-slice-workflows/EVIDENCE_REPORT.md +50 -0
- package/specs/quiver-v40-cli-i18n-spec-slice-workflows/EXECUTION_PLAN.md +25 -0
- package/specs/quiver-v40-cli-i18n-spec-slice-workflows/SPEC.md +52 -0
- package/specs/quiver-v40-cli-i18n-spec-slice-workflows/STATUS.md +24 -0
- package/specs/quiver-v40-cli-i18n-spec-slice-workflows/pr.md +94 -0
- package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-00-spec-slice-foundation/CLOSURE_BRIEF.md +10 -0
- package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-00-spec-slice-foundation/EXECUTION_BRIEF.md +21 -0
- package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-00-spec-slice-foundation/slice.json +53 -0
- package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-01-spec-create-start-status/CLOSURE_BRIEF.md +12 -0
- package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-01-spec-create-start-status/EXECUTION_BRIEF.md +22 -0
- package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-01-spec-create-start-status/slice.json +63 -0
- package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-02-spec-validate-close/CLOSURE_BRIEF.md +10 -0
- package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-02-spec-validate-close/EXECUTION_BRIEF.md +22 -0
- package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-02-spec-validate-close/slice.json +63 -0
- package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-03-slice-lifecycle-handoffs/CLOSURE_BRIEF.md +10 -0
- package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-03-slice-lifecycle-handoffs/EXECUTION_BRIEF.md +22 -0
- package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-03-slice-lifecycle-handoffs/slice.json +72 -0
- package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-04-spec-slice-tests-smokes/CLOSURE_BRIEF.md +15 -0
- package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-04-spec-slice-tests-smokes/EXECUTION_BRIEF.md +22 -0
- package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-04-spec-slice-tests-smokes/slice.json +69 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/EVIDENCE_REPORT.md +90 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/EXECUTION_PLAN.md +33 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/SPEC.md +57 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/STATUS.md +26 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/pr.md +103 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-00-ai-i18n-foundation/CLOSURE_BRIEF.md +10 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-00-ai-i18n-foundation/EXECUTION_BRIEF.md +21 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-00-ai-i18n-foundation/slice.json +53 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-01-ai-run-status-resume/CLOSURE_BRIEF.md +13 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-01-ai-run-status-resume/EXECUTION_BRIEF.md +22 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-01-ai-run-status-resume/slice.json +68 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-02-ai-agent-models/CLOSURE_BRIEF.md +12 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-02-ai-agent-models/EXECUTION_BRIEF.md +22 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-02-ai-agent-models/slice.json +66 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-03-ai-planner-approval-review/CLOSURE_BRIEF.md +12 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-03-ai-planner-approval-review/EXECUTION_BRIEF.md +23 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-03-ai-planner-approval-review/slice.json +68 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-04-ai-execution-pr/CLOSURE_BRIEF.md +13 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-04-ai-execution-pr/EXECUTION_BRIEF.md +23 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-04-ai-execution-pr/slice.json +72 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-05-ai-tests-smokes/CLOSURE_BRIEF.md +15 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-05-ai-tests-smokes/EXECUTION_BRIEF.md +22 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-05-ai-tests-smokes/slice.json +66 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-06-ai-prepare-context-progress-i18n-fix/CLOSURE_BRIEF.md +11 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-06-ai-prepare-context-progress-i18n-fix/EXECUTION_BRIEF.md +22 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-06-ai-prepare-context-progress-i18n-fix/slice.json +70 -0
- package/specs/quiver-v42-cli-i18n-generated-docs/EVIDENCE_REPORT.md +64 -0
- package/specs/quiver-v42-cli-i18n-generated-docs/EXECUTION_PLAN.md +26 -0
- package/specs/quiver-v42-cli-i18n-generated-docs/SPEC.md +52 -0
- package/specs/quiver-v42-cli-i18n-generated-docs/STATUS.md +24 -0
- package/specs/quiver-v42-cli-i18n-generated-docs/pr.md +125 -0
- package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-00-generated-docs-foundation/CLOSURE_BRIEF.md +10 -0
- package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-00-generated-docs-foundation/EXECUTION_BRIEF.md +21 -0
- package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-00-generated-docs-foundation/slice.json +53 -0
- package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-01-template-language-routing/CLOSURE_BRIEF.md +10 -0
- package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-01-template-language-routing/EXECUTION_BRIEF.md +22 -0
- package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-01-template-language-routing/slice.json +62 -0
- package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-02-init-docs-and-i18n-assets/CLOSURE_BRIEF.md +11 -0
- package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-02-init-docs-and-i18n-assets/EXECUTION_BRIEF.md +22 -0
- package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-02-init-docs-and-i18n-assets/slice.json +72 -0
- package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-03-docs-reference-guides/CLOSURE_BRIEF.md +12 -0
- package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-03-docs-reference-guides/EXECUTION_BRIEF.md +22 -0
- package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-03-docs-reference-guides/slice.json +60 -0
- package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-04-generated-docs-tests-smokes/CLOSURE_BRIEF.md +16 -0
- package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-04-generated-docs-tests-smokes/EXECUTION_BRIEF.md +22 -0
- package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-04-generated-docs-tests-smokes/slice.json +62 -0
- package/specs/quiver-v43-cli-i18n-audit-release-readiness/EVIDENCE_REPORT.md +203 -0
- package/specs/quiver-v43-cli-i18n-audit-release-readiness/EXECUTION_PLAN.md +27 -0
- package/specs/quiver-v43-cli-i18n-audit-release-readiness/SPEC.md +54 -0
- package/specs/quiver-v43-cli-i18n-audit-release-readiness/STATUS.md +24 -0
- package/specs/quiver-v43-cli-i18n-audit-release-readiness/command-language-mode-matrix.json +636 -0
- package/specs/quiver-v43-cli-i18n-audit-release-readiness/cross-platform-smoke-matrix.md +35 -0
- package/specs/quiver-v43-cli-i18n-audit-release-readiness/pr.md +155 -0
- package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-00-audit-foundation/CLOSURE_BRIEF.md +10 -0
- package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-00-audit-foundation/EXECUTION_BRIEF.md +21 -0
- package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-00-audit-foundation/slice.json +53 -0
- package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-01-command-language-mode-matrix/CLOSURE_BRIEF.md +13 -0
- package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-01-command-language-mode-matrix/EXECUTION_BRIEF.md +23 -0
- package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-01-command-language-mode-matrix/slice.json +62 -0
- package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-02-public-string-audit/CLOSURE_BRIEF.md +18 -0
- package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-02-public-string-audit/EXECUTION_BRIEF.md +22 -0
- package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-02-public-string-audit/slice.json +59 -0
- package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-03-cross-platform-smokes/CLOSURE_BRIEF.md +15 -0
- package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-03-cross-platform-smokes/EXECUTION_BRIEF.md +23 -0
- package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-03-cross-platform-smokes/slice.json +62 -0
- package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-04-package-release-readiness/CLOSURE_BRIEF.md +17 -0
- package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-04-package-release-readiness/EXECUTION_BRIEF.md +24 -0
- package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-04-package-release-readiness/slice.json +66 -0
- package/specs/quiver-v44-provider-live-output-tui-lite/EVIDENCE_REPORT.md +18 -0
- package/specs/quiver-v44-provider-live-output-tui-lite/EXECUTION_PLAN.md +31 -0
- package/specs/quiver-v44-provider-live-output-tui-lite/SPEC.md +118 -0
- package/specs/quiver-v44-provider-live-output-tui-lite/STATUS.md +25 -0
- package/specs/quiver-v44-provider-live-output-tui-lite/pr.md +92 -0
- package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-00-tui-lite-contract-foundation/CLOSURE_BRIEF.md +11 -0
- package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-00-tui-lite-contract-foundation/EXECUTION_BRIEF.md +23 -0
- package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-00-tui-lite-contract-foundation/slice.json +64 -0
- package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-01-provider-stream-hooks/CLOSURE_BRIEF.md +10 -0
- package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-01-provider-stream-hooks/EXECUTION_BRIEF.md +24 -0
- package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-01-provider-stream-hooks/slice.json +65 -0
- package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-02-live-output-renderer/CLOSURE_BRIEF.md +10 -0
- package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-02-live-output-renderer/EXECUTION_BRIEF.md +24 -0
- package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-02-live-output-renderer/slice.json +70 -0
- package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-03-prepare-context-integration/CLOSURE_BRIEF.md +10 -0
- package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-03-prepare-context-integration/EXECUTION_BRIEF.md +25 -0
- package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-03-prepare-context-integration/slice.json +70 -0
- package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-04-planner-command-audit-adoption/CLOSURE_BRIEF.md +10 -0
- package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-04-planner-command-audit-adoption/EXECUTION_BRIEF.md +26 -0
- package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-04-planner-command-audit-adoption/slice.json +72 -0
- package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-05-docs-tests-readiness/CLOSURE_BRIEF.md +15 -0
- package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-05-docs-tests-readiness/EXECUTION_BRIEF.md +26 -0
- package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-05-docs-tests-readiness/slice.json +75 -0
- package/specs/quiver-v45-ci-actions-node24-readiness/EVIDENCE_REPORT.md +30 -0
- package/specs/quiver-v45-ci-actions-node24-readiness/EXECUTION_PLAN.md +22 -0
- package/specs/quiver-v45-ci-actions-node24-readiness/SPEC.md +49 -0
- package/specs/quiver-v45-ci-actions-node24-readiness/STATUS.md +21 -0
- package/specs/quiver-v45-ci-actions-node24-readiness/pr.md +67 -0
- package/specs/quiver-v45-ci-actions-node24-readiness/slices/slice-00-ci-actions-foundation/CLOSURE_BRIEF.md +10 -0
- package/specs/quiver-v45-ci-actions-node24-readiness/slices/slice-00-ci-actions-foundation/EXECUTION_BRIEF.md +21 -0
- package/specs/quiver-v45-ci-actions-node24-readiness/slices/slice-00-ci-actions-foundation/slice.json +48 -0
- package/specs/quiver-v45-ci-actions-node24-readiness/slices/slice-01-actions-node24-readiness/CLOSURE_BRIEF.md +14 -0
- package/specs/quiver-v45-ci-actions-node24-readiness/slices/slice-01-actions-node24-readiness/EXECUTION_BRIEF.md +23 -0
- package/specs/quiver-v45-ci-actions-node24-readiness/slices/slice-01-actions-node24-readiness/slice.json +65 -0
- package/specs/quiver-v50-audit-trust-foundation/EVIDENCE_REPORT.md +151 -0
- package/specs/quiver-v50-audit-trust-foundation/EXECUTION_PLAN.md +34 -0
- package/specs/quiver-v50-audit-trust-foundation/SPEC.md +113 -0
- package/specs/quiver-v50-audit-trust-foundation/STATUS.md +26 -0
- package/specs/quiver-v50-audit-trust-foundation/pr.md +120 -0
- package/specs/quiver-v50-audit-trust-foundation/slices/slice-00-audit-baseline-and-resolved-findings/CLOSURE_BRIEF.md +20 -0
- package/specs/quiver-v50-audit-trust-foundation/slices/slice-00-audit-baseline-and-resolved-findings/EXECUTION_BRIEF.md +58 -0
- package/specs/quiver-v50-audit-trust-foundation/slices/slice-00-audit-baseline-and-resolved-findings/slice.json +57 -0
- package/specs/quiver-v50-audit-trust-foundation/slices/slice-01-runtime-minimum-and-package-metadata/CLOSURE_BRIEF.md +24 -0
- package/specs/quiver-v50-audit-trust-foundation/slices/slice-01-runtime-minimum-and-package-metadata/EXECUTION_BRIEF.md +67 -0
- package/specs/quiver-v50-audit-trust-foundation/slices/slice-01-runtime-minimum-and-package-metadata/slice.json +71 -0
- package/specs/quiver-v50-audit-trust-foundation/slices/slice-02-migrate-write-safety-contract/CLOSURE_BRIEF.md +24 -0
- package/specs/quiver-v50-audit-trust-foundation/slices/slice-02-migrate-write-safety-contract/EXECUTION_BRIEF.md +71 -0
- package/specs/quiver-v50-audit-trust-foundation/slices/slice-02-migrate-write-safety-contract/slice.json +81 -0
- package/specs/quiver-v50-audit-trust-foundation/slices/slice-03-security-reporting-channel/CLOSURE_BRIEF.md +22 -0
- package/specs/quiver-v50-audit-trust-foundation/slices/slice-03-security-reporting-channel/EXECUTION_BRIEF.md +57 -0
- package/specs/quiver-v50-audit-trust-foundation/slices/slice-03-security-reporting-channel/slice.json +56 -0
- package/specs/quiver-v50-audit-trust-foundation/slices/slice-04-user-facing-i18n-error-coverage/CLOSURE_BRIEF.md +23 -0
- package/specs/quiver-v50-audit-trust-foundation/slices/slice-04-user-facing-i18n-error-coverage/EXECUTION_BRIEF.md +68 -0
- package/specs/quiver-v50-audit-trust-foundation/slices/slice-04-user-facing-i18n-error-coverage/slice.json +84 -0
- package/specs/quiver-v50-audit-trust-foundation/slices/slice-05-init-analyze-progress-and-summaries/CLOSURE_BRIEF.md +25 -0
- package/specs/quiver-v50-audit-trust-foundation/slices/slice-05-init-analyze-progress-and-summaries/EXECUTION_BRIEF.md +73 -0
- package/specs/quiver-v50-audit-trust-foundation/slices/slice-05-init-analyze-progress-and-summaries/slice.json +72 -0
- package/specs/quiver-v50-audit-trust-foundation/slices/slice-06-contributor-and-architecture-docs/CLOSURE_BRIEF.md +22 -0
- package/specs/quiver-v50-audit-trust-foundation/slices/slice-06-contributor-and-architecture-docs/EXECUTION_BRIEF.md +66 -0
- package/specs/quiver-v50-audit-trust-foundation/slices/slice-06-contributor-and-architecture-docs/slice.json +74 -0
- package/specs/quiver-v50-audit-trust-foundation/slices/slice-07-ci-and-documentation-lint-baseline/CLOSURE_BRIEF.md +29 -0
- package/specs/quiver-v50-audit-trust-foundation/slices/slice-07-ci-and-documentation-lint-baseline/EXECUTION_BRIEF.md +74 -0
- package/specs/quiver-v50-audit-trust-foundation/slices/slice-07-ci-and-documentation-lint-baseline/slice.json +81 -0
- package/specs/quiver-v51-cli-ergonomics-automation-contracts/EVIDENCE_REPORT.md +145 -0
- package/specs/quiver-v51-cli-ergonomics-automation-contracts/EXECUTION_PLAN.md +32 -0
- package/specs/quiver-v51-cli-ergonomics-automation-contracts/SPEC.md +109 -0
- package/specs/quiver-v51-cli-ergonomics-automation-contracts/STATUS.md +25 -0
- package/specs/quiver-v51-cli-ergonomics-automation-contracts/pr.md +69 -0
- package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-00-cli-contract-baseline/CLOSURE_BRIEF.md +20 -0
- package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-00-cli-contract-baseline/EXECUTION_BRIEF.md +58 -0
- package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-00-cli-contract-baseline/slice.json +56 -0
- package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-01-flow-json-compatibility/CLOSURE_BRIEF.md +21 -0
- package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-01-flow-json-compatibility/EXECUTION_BRIEF.md +61 -0
- package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-01-flow-json-compatibility/slice.json +68 -0
- package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-02-dashboard-section-validation-i18n/CLOSURE_BRIEF.md +25 -0
- package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-02-dashboard-section-validation-i18n/EXECUTION_BRIEF.md +65 -0
- package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-02-dashboard-section-validation-i18n/pr.md +134 -0
- package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-02-dashboard-section-validation-i18n/slice.json +80 -0
- package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-03-base-branch-resolution-policy/CLOSURE_BRIEF.md +31 -0
- package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-03-base-branch-resolution-policy/EXECUTION_BRIEF.md +80 -0
- package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-03-base-branch-resolution-policy/pr.md +159 -0
- package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-03-base-branch-resolution-policy/slice.json +102 -0
- package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-04-next-plan-graph-ux-edge-cases/CLOSURE_BRIEF.md +25 -0
- package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-04-next-plan-graph-ux-edge-cases/EXECUTION_BRIEF.md +74 -0
- package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-04-next-plan-graph-ux-edge-cases/pr.md +147 -0
- package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-04-next-plan-graph-ux-edge-cases/slice.json +91 -0
- package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-05-evidence-robustness-path-safety/CLOSURE_BRIEF.md +28 -0
- package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-05-evidence-robustness-path-safety/EXECUTION_BRIEF.md +73 -0
- package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-05-evidence-robustness-path-safety/pr.md +146 -0
- package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-05-evidence-robustness-path-safety/slice.json +100 -0
- package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-06-namespace-compatibility-windows-scripts/CLOSURE_BRIEF.md +36 -0
- package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-06-namespace-compatibility-windows-scripts/EXECUTION_BRIEF.md +76 -0
- package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-06-namespace-compatibility-windows-scripts/pr.md +155 -0
- package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-06-namespace-compatibility-windows-scripts/slice.json +111 -0
- package/specs/quiver-v52-schema-docs-release-hygiene/EVIDENCE_REPORT.md +95 -0
- package/specs/quiver-v52-schema-docs-release-hygiene/EXECUTION_PLAN.md +31 -0
- package/specs/quiver-v52-schema-docs-release-hygiene/SPEC.md +107 -0
- package/specs/quiver-v52-schema-docs-release-hygiene/STATUS.md +22 -0
- package/specs/quiver-v52-schema-docs-release-hygiene/pr.md +69 -0
- package/specs/quiver-v52-schema-docs-release-hygiene/slices/slice-00-schema-docs-release-baseline/CLOSURE_BRIEF.md +21 -0
- package/specs/quiver-v52-schema-docs-release-hygiene/slices/slice-00-schema-docs-release-baseline/EXECUTION_BRIEF.md +60 -0
- package/specs/quiver-v52-schema-docs-release-hygiene/slices/slice-00-schema-docs-release-baseline/slice.json +62 -0
- package/specs/quiver-v52-schema-docs-release-hygiene/slices/slice-01-json-schema-for-slice-json/CLOSURE_BRIEF.md +34 -0
- package/specs/quiver-v52-schema-docs-release-hygiene/slices/slice-01-json-schema-for-slice-json/EXECUTION_BRIEF.md +71 -0
- package/specs/quiver-v52-schema-docs-release-hygiene/slices/slice-01-json-schema-for-slice-json/pr.md +146 -0
- package/specs/quiver-v52-schema-docs-release-hygiene/slices/slice-01-json-schema-for-slice-json/slice.json +106 -0
- package/specs/quiver-v52-schema-docs-release-hygiene/slices/slice-02-generated-cli-reference/CLOSURE_BRIEF.md +33 -0
- package/specs/quiver-v52-schema-docs-release-hygiene/slices/slice-02-generated-cli-reference/EXECUTION_BRIEF.md +67 -0
- package/specs/quiver-v52-schema-docs-release-hygiene/slices/slice-02-generated-cli-reference/pr.md +144 -0
- package/specs/quiver-v52-schema-docs-release-hygiene/slices/slice-02-generated-cli-reference/slice.json +86 -0
- package/specs/quiver-v52-schema-docs-release-hygiene/slices/slice-03-changelog-package-release-smoke-hygiene/CLOSURE_BRIEF.md +38 -0
- package/specs/quiver-v52-schema-docs-release-hygiene/slices/slice-03-changelog-package-release-smoke-hygiene/EXECUTION_BRIEF.md +75 -0
- package/specs/quiver-v52-schema-docs-release-hygiene/slices/slice-03-changelog-package-release-smoke-hygiene/pr.md +159 -0
- package/specs/quiver-v52-schema-docs-release-hygiene/slices/slice-03-changelog-package-release-smoke-hygiene/slice.json +105 -0
- package/src/create-quiver/commands/ai.js +485 -307
- package/src/create-quiver/commands/changelog.js +93 -0
- package/src/create-quiver/commands/config.js +135 -0
- package/src/create-quiver/commands/demo.js +2 -2
- package/src/create-quiver/commands/evidence.js +39 -6
- package/src/create-quiver/commands/flow.js +109 -16
- package/src/create-quiver/commands/graph.js +9 -2
- package/src/create-quiver/commands/next.js +21 -18
- package/src/create-quiver/commands/plan.js +29 -6
- package/src/create-quiver/commands/spec.js +94 -70
- package/src/create-quiver/index.js +798 -223
- package/src/create-quiver/lib/ai/execution-plan.js +23 -20
- package/src/create-quiver/lib/ai/executor.js +60 -44
- package/src/create-quiver/lib/ai/export-state.js +75 -64
- package/src/create-quiver/lib/ai/github.js +29 -23
- package/src/create-quiver/lib/ai/run-state.js +28 -25
- package/src/create-quiver/lib/ai/spec-templates.js +19 -0
- package/src/create-quiver/lib/cli/command-registry.js +71 -0
- package/src/create-quiver/lib/cli/parser.js +14 -0
- package/src/create-quiver/lib/dashboard.js +154 -111
- package/src/create-quiver/lib/demo.js +14 -12
- package/src/create-quiver/lib/evidence.js +161 -6
- package/src/create-quiver/lib/git.js +99 -0
- package/src/create-quiver/lib/handoff.js +16 -7
- package/src/create-quiver/lib/i18n/catalog.js +152 -0
- package/src/create-quiver/lib/i18n/language.js +279 -0
- package/src/create-quiver/lib/i18n/messages/en.js +898 -0
- package/src/create-quiver/lib/i18n/messages/es.js +1013 -0
- package/src/create-quiver/lib/i18n/read-only-format.js +26 -0
- package/src/create-quiver/lib/i18n/templates.js +172 -0
- package/src/create-quiver/lib/init-docs.js +19 -5
- package/src/create-quiver/lib/init-layout.js +15 -8
- package/src/create-quiver/lib/lifecycle.js +72 -67
- package/src/create-quiver/lib/readiness.js +131 -110
- package/src/create-quiver/lib/renderers/tree.js +9 -6
- package/src/create-quiver/lib/spec-worktrees.js +50 -64
- package/src/create-quiver/lib/version.js +11 -9
|
@@ -0,0 +1,636 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema_version": 1,
|
|
3
|
+
"source": "docs/reference/commands.md",
|
|
4
|
+
"status": "pass",
|
|
5
|
+
"generated_at": "2026-05-29",
|
|
6
|
+
"coverage_profiles": {
|
|
7
|
+
"top-level-help": {
|
|
8
|
+
"modes": {
|
|
9
|
+
"en_human": "pass",
|
|
10
|
+
"es_human": "pass",
|
|
11
|
+
"json": "not_supported",
|
|
12
|
+
"dry_run": "not_applicable",
|
|
13
|
+
"interactive": "not_applicable",
|
|
14
|
+
"review": "not_applicable",
|
|
15
|
+
"ci_no_tty": "pass",
|
|
16
|
+
"no_color": "pass"
|
|
17
|
+
},
|
|
18
|
+
"evidence": [
|
|
19
|
+
"tests/commands/cli-contract.test.js"
|
|
20
|
+
]
|
|
21
|
+
},
|
|
22
|
+
"version-report": {
|
|
23
|
+
"modes": {
|
|
24
|
+
"en_human": "pass",
|
|
25
|
+
"es_human": "pass",
|
|
26
|
+
"json": "pass",
|
|
27
|
+
"dry_run": "not_applicable",
|
|
28
|
+
"interactive": "not_applicable",
|
|
29
|
+
"review": "not_applicable",
|
|
30
|
+
"ci_no_tty": "pass",
|
|
31
|
+
"no_color": "pass"
|
|
32
|
+
},
|
|
33
|
+
"evidence": [
|
|
34
|
+
"tests/commands/version.test.js",
|
|
35
|
+
"tests/commands/cli-contract.test.js"
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
"version-json": {
|
|
39
|
+
"modes": {
|
|
40
|
+
"en_human": "not_applicable",
|
|
41
|
+
"es_human": "not_applicable",
|
|
42
|
+
"json": "pass",
|
|
43
|
+
"dry_run": "not_applicable",
|
|
44
|
+
"interactive": "not_applicable",
|
|
45
|
+
"review": "not_applicable",
|
|
46
|
+
"ci_no_tty": "pass",
|
|
47
|
+
"no_color": "not_applicable"
|
|
48
|
+
},
|
|
49
|
+
"evidence": [
|
|
50
|
+
"tests/commands/version.test.js",
|
|
51
|
+
"tests/commands/cli-contract.test.js"
|
|
52
|
+
]
|
|
53
|
+
},
|
|
54
|
+
"language-config-human": {
|
|
55
|
+
"modes": {
|
|
56
|
+
"en_human": "pass",
|
|
57
|
+
"es_human": "pass",
|
|
58
|
+
"json": "not_applicable",
|
|
59
|
+
"dry_run": "not_applicable",
|
|
60
|
+
"interactive": "not_applicable",
|
|
61
|
+
"review": "not_applicable",
|
|
62
|
+
"ci_no_tty": "pass",
|
|
63
|
+
"no_color": "pass"
|
|
64
|
+
},
|
|
65
|
+
"evidence": [
|
|
66
|
+
"tests/commands/config-language.test.js",
|
|
67
|
+
"tests/lib/i18n-language.test.js"
|
|
68
|
+
]
|
|
69
|
+
},
|
|
70
|
+
"language-config-json": {
|
|
71
|
+
"modes": {
|
|
72
|
+
"en_human": "not_applicable",
|
|
73
|
+
"es_human": "not_applicable",
|
|
74
|
+
"json": "pass",
|
|
75
|
+
"dry_run": "not_applicable",
|
|
76
|
+
"interactive": "not_applicable",
|
|
77
|
+
"review": "not_applicable",
|
|
78
|
+
"ci_no_tty": "pass",
|
|
79
|
+
"no_color": "not_applicable"
|
|
80
|
+
},
|
|
81
|
+
"evidence": [
|
|
82
|
+
"tests/commands/config-language.test.js"
|
|
83
|
+
]
|
|
84
|
+
},
|
|
85
|
+
"init-write": {
|
|
86
|
+
"modes": {
|
|
87
|
+
"en_human": "pass",
|
|
88
|
+
"es_human": "pass",
|
|
89
|
+
"json": "not_supported",
|
|
90
|
+
"dry_run": "pass",
|
|
91
|
+
"interactive": "not_applicable",
|
|
92
|
+
"review": "not_supported",
|
|
93
|
+
"ci_no_tty": "pass",
|
|
94
|
+
"no_color": "pass"
|
|
95
|
+
},
|
|
96
|
+
"evidence": [
|
|
97
|
+
"tests/commands/init-profiles.test.js",
|
|
98
|
+
"tests/lib/init-docs.test.js",
|
|
99
|
+
"tests/lib/i18n-templates.test.js"
|
|
100
|
+
]
|
|
101
|
+
},
|
|
102
|
+
"init-interactive": {
|
|
103
|
+
"modes": {
|
|
104
|
+
"en_human": "pass",
|
|
105
|
+
"es_human": "pass",
|
|
106
|
+
"json": "not_supported",
|
|
107
|
+
"dry_run": "pass",
|
|
108
|
+
"interactive": "pass",
|
|
109
|
+
"review": "not_supported",
|
|
110
|
+
"ci_no_tty": "pass",
|
|
111
|
+
"no_color": "pass"
|
|
112
|
+
},
|
|
113
|
+
"evidence": [
|
|
114
|
+
"tests/commands/init-profiles.test.js",
|
|
115
|
+
"tests/lib/cli-selectors.test.js"
|
|
116
|
+
]
|
|
117
|
+
},
|
|
118
|
+
"migrate": {
|
|
119
|
+
"modes": {
|
|
120
|
+
"en_human": "pass",
|
|
121
|
+
"es_human": "pass",
|
|
122
|
+
"json": "not_supported",
|
|
123
|
+
"dry_run": "pass",
|
|
124
|
+
"interactive": "not_supported",
|
|
125
|
+
"review": "not_supported",
|
|
126
|
+
"ci_no_tty": "pass",
|
|
127
|
+
"no_color": "pass"
|
|
128
|
+
},
|
|
129
|
+
"evidence": [
|
|
130
|
+
"tests/commands/init-profiles.test.js",
|
|
131
|
+
"tests/commands/doctor.test.js"
|
|
132
|
+
]
|
|
133
|
+
},
|
|
134
|
+
"read-only-human": {
|
|
135
|
+
"modes": {
|
|
136
|
+
"en_human": "pass",
|
|
137
|
+
"es_human": "pass",
|
|
138
|
+
"json": "not_supported",
|
|
139
|
+
"dry_run": "not_applicable",
|
|
140
|
+
"interactive": "not_supported",
|
|
141
|
+
"review": "not_supported",
|
|
142
|
+
"ci_no_tty": "pass",
|
|
143
|
+
"no_color": "pass"
|
|
144
|
+
},
|
|
145
|
+
"evidence": [
|
|
146
|
+
"tests/commands/analyze.test.js",
|
|
147
|
+
"tests/commands/doctor.test.js",
|
|
148
|
+
"tests/commands/flow.test.js"
|
|
149
|
+
]
|
|
150
|
+
},
|
|
151
|
+
"flow-json": {
|
|
152
|
+
"modes": {
|
|
153
|
+
"en_human": "not_applicable",
|
|
154
|
+
"es_human": "not_applicable",
|
|
155
|
+
"json": "pass",
|
|
156
|
+
"dry_run": "not_applicable",
|
|
157
|
+
"interactive": "not_supported",
|
|
158
|
+
"review": "not_supported",
|
|
159
|
+
"ci_no_tty": "pass",
|
|
160
|
+
"no_color": "not_applicable"
|
|
161
|
+
},
|
|
162
|
+
"evidence": [
|
|
163
|
+
"tests/commands/flow.test.js"
|
|
164
|
+
]
|
|
165
|
+
},
|
|
166
|
+
"doctor-json": {
|
|
167
|
+
"modes": {
|
|
168
|
+
"en_human": "not_applicable",
|
|
169
|
+
"es_human": "not_applicable",
|
|
170
|
+
"json": "pass",
|
|
171
|
+
"dry_run": "not_applicable",
|
|
172
|
+
"interactive": "not_supported",
|
|
173
|
+
"review": "not_supported",
|
|
174
|
+
"ci_no_tty": "pass",
|
|
175
|
+
"no_color": "not_applicable"
|
|
176
|
+
},
|
|
177
|
+
"evidence": [
|
|
178
|
+
"tests/commands/doctor.test.js"
|
|
179
|
+
]
|
|
180
|
+
},
|
|
181
|
+
"dashboard-human": {
|
|
182
|
+
"modes": {
|
|
183
|
+
"en_human": "pass",
|
|
184
|
+
"es_human": "pass",
|
|
185
|
+
"json": "not_applicable",
|
|
186
|
+
"dry_run": "not_applicable",
|
|
187
|
+
"interactive": "not_supported",
|
|
188
|
+
"review": "not_supported",
|
|
189
|
+
"ci_no_tty": "pass",
|
|
190
|
+
"no_color": "pass"
|
|
191
|
+
},
|
|
192
|
+
"evidence": [
|
|
193
|
+
"tests/commands/dashboard.test.js",
|
|
194
|
+
"tests/lib/dashboard.test.js"
|
|
195
|
+
]
|
|
196
|
+
},
|
|
197
|
+
"dashboard-json": {
|
|
198
|
+
"modes": {
|
|
199
|
+
"en_human": "not_applicable",
|
|
200
|
+
"es_human": "not_applicable",
|
|
201
|
+
"json": "pass",
|
|
202
|
+
"dry_run": "not_applicable",
|
|
203
|
+
"interactive": "not_supported",
|
|
204
|
+
"review": "not_supported",
|
|
205
|
+
"ci_no_tty": "pass",
|
|
206
|
+
"no_color": "not_applicable"
|
|
207
|
+
},
|
|
208
|
+
"evidence": [
|
|
209
|
+
"tests/commands/dashboard.test.js"
|
|
210
|
+
]
|
|
211
|
+
},
|
|
212
|
+
"evidence-run": {
|
|
213
|
+
"modes": {
|
|
214
|
+
"en_human": "pass",
|
|
215
|
+
"es_human": "pass",
|
|
216
|
+
"json": "not_supported",
|
|
217
|
+
"dry_run": "not_applicable",
|
|
218
|
+
"interactive": "not_supported",
|
|
219
|
+
"review": "not_supported",
|
|
220
|
+
"ci_no_tty": "pass",
|
|
221
|
+
"no_color": "pass"
|
|
222
|
+
},
|
|
223
|
+
"evidence": [
|
|
224
|
+
"tests/commands/evidence.test.js",
|
|
225
|
+
"tests/lib/evidence.test.js"
|
|
226
|
+
]
|
|
227
|
+
},
|
|
228
|
+
"evidence-json": {
|
|
229
|
+
"modes": {
|
|
230
|
+
"en_human": "not_applicable",
|
|
231
|
+
"es_human": "not_applicable",
|
|
232
|
+
"json": "pass",
|
|
233
|
+
"dry_run": "not_applicable",
|
|
234
|
+
"interactive": "not_supported",
|
|
235
|
+
"review": "not_supported",
|
|
236
|
+
"ci_no_tty": "pass",
|
|
237
|
+
"no_color": "not_applicable"
|
|
238
|
+
},
|
|
239
|
+
"evidence": [
|
|
240
|
+
"tests/commands/evidence.test.js",
|
|
241
|
+
"tests/lib/evidence.test.js"
|
|
242
|
+
]
|
|
243
|
+
},
|
|
244
|
+
"slice-namespace": {
|
|
245
|
+
"modes": {
|
|
246
|
+
"en_human": "pass",
|
|
247
|
+
"es_human": "pass",
|
|
248
|
+
"json": "not_supported",
|
|
249
|
+
"dry_run": "not_applicable",
|
|
250
|
+
"interactive": "not_supported",
|
|
251
|
+
"review": "not_supported",
|
|
252
|
+
"ci_no_tty": "pass",
|
|
253
|
+
"no_color": "pass"
|
|
254
|
+
},
|
|
255
|
+
"evidence": [
|
|
256
|
+
"tests/commands/slice-namespace.test.js",
|
|
257
|
+
"tests/commands/parser-contract.test.js"
|
|
258
|
+
]
|
|
259
|
+
},
|
|
260
|
+
"handoff-namespace": {
|
|
261
|
+
"modes": {
|
|
262
|
+
"en_human": "pass",
|
|
263
|
+
"es_human": "pass",
|
|
264
|
+
"json": "not_supported",
|
|
265
|
+
"dry_run": "not_applicable",
|
|
266
|
+
"interactive": "not_supported",
|
|
267
|
+
"review": "not_supported",
|
|
268
|
+
"ci_no_tty": "pass",
|
|
269
|
+
"no_color": "pass"
|
|
270
|
+
},
|
|
271
|
+
"evidence": [
|
|
272
|
+
"tests/commands/handoff-namespace.test.js",
|
|
273
|
+
"tests/commands/parser-contract.test.js"
|
|
274
|
+
]
|
|
275
|
+
},
|
|
276
|
+
"ai-prepare-context": {
|
|
277
|
+
"modes": {
|
|
278
|
+
"en_human": "pass",
|
|
279
|
+
"es_human": "pass",
|
|
280
|
+
"json": "not_supported",
|
|
281
|
+
"dry_run": "pass",
|
|
282
|
+
"interactive": "pass",
|
|
283
|
+
"review": "pass",
|
|
284
|
+
"ci_no_tty": "pass",
|
|
285
|
+
"no_color": "pass"
|
|
286
|
+
},
|
|
287
|
+
"evidence": [
|
|
288
|
+
"tests/commands/ai-onboard.test.js",
|
|
289
|
+
"tests/commands/ai-prepare-context-planner.test.js"
|
|
290
|
+
]
|
|
291
|
+
},
|
|
292
|
+
"ai-prepare-context-planner": {
|
|
293
|
+
"modes": {
|
|
294
|
+
"en_human": "pass",
|
|
295
|
+
"es_human": "pass",
|
|
296
|
+
"json": "not_supported",
|
|
297
|
+
"dry_run": "pass",
|
|
298
|
+
"print_prompt": "pass",
|
|
299
|
+
"interactive": "pass",
|
|
300
|
+
"review": "pass",
|
|
301
|
+
"ci_no_tty": "pass",
|
|
302
|
+
"no_color": "pass",
|
|
303
|
+
"live_provider": "accepted_exception"
|
|
304
|
+
},
|
|
305
|
+
"evidence": [
|
|
306
|
+
"tests/commands/ai-prepare-context-planner.test.js"
|
|
307
|
+
]
|
|
308
|
+
},
|
|
309
|
+
"ai-models-human": {
|
|
310
|
+
"modes": {
|
|
311
|
+
"en_human": "pass",
|
|
312
|
+
"es_human": "pass",
|
|
313
|
+
"json": "not_applicable",
|
|
314
|
+
"dry_run": "not_applicable",
|
|
315
|
+
"interactive": "not_supported",
|
|
316
|
+
"review": "not_supported",
|
|
317
|
+
"ci_no_tty": "pass",
|
|
318
|
+
"no_color": "pass"
|
|
319
|
+
},
|
|
320
|
+
"evidence": [
|
|
321
|
+
"tests/commands/ai-models.test.js"
|
|
322
|
+
]
|
|
323
|
+
},
|
|
324
|
+
"ai-models-json": {
|
|
325
|
+
"modes": {
|
|
326
|
+
"en_human": "not_applicable",
|
|
327
|
+
"es_human": "not_applicable",
|
|
328
|
+
"json": "pass",
|
|
329
|
+
"dry_run": "not_applicable",
|
|
330
|
+
"interactive": "not_supported",
|
|
331
|
+
"review": "not_supported",
|
|
332
|
+
"ci_no_tty": "pass",
|
|
333
|
+
"no_color": "not_applicable"
|
|
334
|
+
},
|
|
335
|
+
"evidence": [
|
|
336
|
+
"tests/commands/ai-models.test.js"
|
|
337
|
+
]
|
|
338
|
+
},
|
|
339
|
+
"ai-agent-profile": {
|
|
340
|
+
"modes": {
|
|
341
|
+
"en_human": "pass",
|
|
342
|
+
"es_human": "pass",
|
|
343
|
+
"json": "not_applicable",
|
|
344
|
+
"dry_run": "pass",
|
|
345
|
+
"interactive": "pass",
|
|
346
|
+
"review": "not_supported",
|
|
347
|
+
"ci_no_tty": "pass",
|
|
348
|
+
"no_color": "pass"
|
|
349
|
+
},
|
|
350
|
+
"evidence": [
|
|
351
|
+
"tests/commands/ai-agent.test.js",
|
|
352
|
+
"tests/lib/agent-profiles.test.js"
|
|
353
|
+
]
|
|
354
|
+
},
|
|
355
|
+
"ai-agent-json": {
|
|
356
|
+
"modes": {
|
|
357
|
+
"en_human": "not_applicable",
|
|
358
|
+
"es_human": "not_applicable",
|
|
359
|
+
"json": "pass",
|
|
360
|
+
"dry_run": "not_applicable",
|
|
361
|
+
"interactive": "not_supported",
|
|
362
|
+
"review": "not_supported",
|
|
363
|
+
"ci_no_tty": "pass",
|
|
364
|
+
"no_color": "not_applicable"
|
|
365
|
+
},
|
|
366
|
+
"evidence": [
|
|
367
|
+
"tests/commands/ai-agent.test.js"
|
|
368
|
+
]
|
|
369
|
+
},
|
|
370
|
+
"ai-agent-repair": {
|
|
371
|
+
"modes": {
|
|
372
|
+
"en_human": "pass",
|
|
373
|
+
"es_human": "pass",
|
|
374
|
+
"json": "not_supported",
|
|
375
|
+
"dry_run": "pass",
|
|
376
|
+
"interactive": "not_supported",
|
|
377
|
+
"review": "not_supported",
|
|
378
|
+
"ci_no_tty": "pass",
|
|
379
|
+
"no_color": "pass"
|
|
380
|
+
},
|
|
381
|
+
"evidence": [
|
|
382
|
+
"tests/commands/ai-agent.test.js"
|
|
383
|
+
]
|
|
384
|
+
},
|
|
385
|
+
"ai-run-lifecycle": {
|
|
386
|
+
"modes": {
|
|
387
|
+
"en_human": "pass",
|
|
388
|
+
"es_human": "pass",
|
|
389
|
+
"json": "not_supported",
|
|
390
|
+
"dry_run": "not_applicable",
|
|
391
|
+
"interactive": "not_supported",
|
|
392
|
+
"review": "not_supported",
|
|
393
|
+
"ci_no_tty": "pass",
|
|
394
|
+
"no_color": "pass"
|
|
395
|
+
},
|
|
396
|
+
"evidence": [
|
|
397
|
+
"tests/commands/ai-run-state.test.js"
|
|
398
|
+
]
|
|
399
|
+
},
|
|
400
|
+
"ai-planner-provider": {
|
|
401
|
+
"modes": {
|
|
402
|
+
"en_human": "pass",
|
|
403
|
+
"es_human": "pass",
|
|
404
|
+
"json": "not_supported",
|
|
405
|
+
"dry_run": "pass",
|
|
406
|
+
"print_prompt": "pass",
|
|
407
|
+
"interactive": "pass",
|
|
408
|
+
"review": "pass",
|
|
409
|
+
"ci_no_tty": "pass",
|
|
410
|
+
"no_color": "pass",
|
|
411
|
+
"live_provider": "accepted_exception"
|
|
412
|
+
},
|
|
413
|
+
"evidence": [
|
|
414
|
+
"tests/commands/ai-plan.test.js",
|
|
415
|
+
"tests/commands/ai-review-plan.test.js",
|
|
416
|
+
"tests/commands/ai-plan-spec-phase.test.js"
|
|
417
|
+
]
|
|
418
|
+
},
|
|
419
|
+
"ai-approve": {
|
|
420
|
+
"modes": {
|
|
421
|
+
"en_human": "pass",
|
|
422
|
+
"es_human": "pass",
|
|
423
|
+
"json": "not_supported",
|
|
424
|
+
"dry_run": "not_applicable",
|
|
425
|
+
"interactive": "pass",
|
|
426
|
+
"review": "not_applicable",
|
|
427
|
+
"ci_no_tty": "pass",
|
|
428
|
+
"no_color": "pass"
|
|
429
|
+
},
|
|
430
|
+
"evidence": [
|
|
431
|
+
"tests/commands/ai-review-plan.test.js",
|
|
432
|
+
"tests/commands/ai-run-state.test.js"
|
|
433
|
+
]
|
|
434
|
+
},
|
|
435
|
+
"spec-create": {
|
|
436
|
+
"modes": {
|
|
437
|
+
"en_human": "pass",
|
|
438
|
+
"es_human": "pass",
|
|
439
|
+
"json": "not_supported",
|
|
440
|
+
"dry_run": "pass",
|
|
441
|
+
"interactive": "pass",
|
|
442
|
+
"review": "pass",
|
|
443
|
+
"ci_no_tty": "pass",
|
|
444
|
+
"no_color": "pass"
|
|
445
|
+
},
|
|
446
|
+
"evidence": [
|
|
447
|
+
"tests/commands/spec-create.test.js",
|
|
448
|
+
"tests/commands/ux-flags.test.js"
|
|
449
|
+
]
|
|
450
|
+
},
|
|
451
|
+
"spec-workflow": {
|
|
452
|
+
"modes": {
|
|
453
|
+
"en_human": "pass",
|
|
454
|
+
"es_human": "pass",
|
|
455
|
+
"json": "not_supported",
|
|
456
|
+
"dry_run": "pass",
|
|
457
|
+
"interactive": "not_supported",
|
|
458
|
+
"review": "not_supported",
|
|
459
|
+
"ci_no_tty": "pass",
|
|
460
|
+
"no_color": "pass"
|
|
461
|
+
},
|
|
462
|
+
"evidence": [
|
|
463
|
+
"tests/commands/spec-worktree.test.js",
|
|
464
|
+
"tests/commands/spec-validate.test.js",
|
|
465
|
+
"tests/commands/spec-close.test.js",
|
|
466
|
+
"tests/lib/check-slice.test.js"
|
|
467
|
+
]
|
|
468
|
+
},
|
|
469
|
+
"plan-graph-next": {
|
|
470
|
+
"modes": {
|
|
471
|
+
"en_human": "pass",
|
|
472
|
+
"es_human": "pass",
|
|
473
|
+
"json": "pass",
|
|
474
|
+
"dry_run": "not_applicable",
|
|
475
|
+
"interactive": "not_supported",
|
|
476
|
+
"review": "not_supported",
|
|
477
|
+
"ci_no_tty": "pass",
|
|
478
|
+
"no_color": "pass"
|
|
479
|
+
},
|
|
480
|
+
"evidence": [
|
|
481
|
+
"tests/commands/plan.test.js",
|
|
482
|
+
"tests/commands/graph.test.js",
|
|
483
|
+
"tests/commands/next.test.js"
|
|
484
|
+
]
|
|
485
|
+
},
|
|
486
|
+
"ai-executor": {
|
|
487
|
+
"modes": {
|
|
488
|
+
"en_human": "pass",
|
|
489
|
+
"es_human": "pass",
|
|
490
|
+
"json": "pass",
|
|
491
|
+
"dry_run": "pass",
|
|
492
|
+
"interactive": "pass",
|
|
493
|
+
"review": "not_supported",
|
|
494
|
+
"ci_no_tty": "pass",
|
|
495
|
+
"no_color": "pass",
|
|
496
|
+
"live_provider": "accepted_exception"
|
|
497
|
+
},
|
|
498
|
+
"evidence": [
|
|
499
|
+
"tests/commands/ai-execute-slice.test.js",
|
|
500
|
+
"tests/commands/ai-execute-plan.test.js",
|
|
501
|
+
"tests/lib/ai-executor.test.js",
|
|
502
|
+
"tests/lib/ai-execution-plan.test.js"
|
|
503
|
+
]
|
|
504
|
+
},
|
|
505
|
+
"ai-pr": {
|
|
506
|
+
"modes": {
|
|
507
|
+
"en_human": "pass",
|
|
508
|
+
"es_human": "pass",
|
|
509
|
+
"json": "not_supported",
|
|
510
|
+
"dry_run": "pass",
|
|
511
|
+
"interactive": "pass",
|
|
512
|
+
"review": "pass",
|
|
513
|
+
"ci_no_tty": "pass",
|
|
514
|
+
"no_color": "pass",
|
|
515
|
+
"external_github_create": "accepted_exception"
|
|
516
|
+
},
|
|
517
|
+
"evidence": [
|
|
518
|
+
"tests/commands/ai-pr.test.js",
|
|
519
|
+
"tests/lib/ai-github.test.js"
|
|
520
|
+
]
|
|
521
|
+
},
|
|
522
|
+
"ai-export-inspection": {
|
|
523
|
+
"modes": {
|
|
524
|
+
"en_human": "pass",
|
|
525
|
+
"es_human": "pass",
|
|
526
|
+
"json": "pass",
|
|
527
|
+
"dry_run": "not_applicable",
|
|
528
|
+
"interactive": "not_supported",
|
|
529
|
+
"review": "not_supported",
|
|
530
|
+
"ci_no_tty": "pass",
|
|
531
|
+
"no_color": "pass"
|
|
532
|
+
},
|
|
533
|
+
"evidence": [
|
|
534
|
+
"tests/commands/ai-export.test.js",
|
|
535
|
+
"tests/lib/ai-export-state.test.js"
|
|
536
|
+
]
|
|
537
|
+
}
|
|
538
|
+
},
|
|
539
|
+
"accepted_exceptions": [
|
|
540
|
+
{
|
|
541
|
+
"id": "live-provider-credentials",
|
|
542
|
+
"owner": "release-readiness",
|
|
543
|
+
"reason": "Live provider credential tests are explicitly excluded by the v43 spec; dry-run, print-prompt, review, prompt transport, and provider adapter behavior are covered.",
|
|
544
|
+
"follow_up": "Run provider-backed commands manually only in a credentialed release environment.",
|
|
545
|
+
"status": "accepted"
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
"id": "external-github-pr-create",
|
|
549
|
+
"owner": "release-readiness",
|
|
550
|
+
"reason": "`ai pr --create` has external GitHub side effects; preflight, body handling, and create command construction are covered locally.",
|
|
551
|
+
"follow_up": "Use real `gh pr create` during PR opening with the documented SSH identity.",
|
|
552
|
+
"status": "accepted"
|
|
553
|
+
}
|
|
554
|
+
],
|
|
555
|
+
"commands": [
|
|
556
|
+
{ "command": "--help", "profile": "top-level-help", "critical": "pass" },
|
|
557
|
+
{ "command": "--version", "profile": "version-report", "critical": "pass" },
|
|
558
|
+
{ "command": "version", "profile": "version-report", "critical": "pass" },
|
|
559
|
+
{ "command": "version --json", "profile": "version-json", "critical": "pass" },
|
|
560
|
+
{ "command": "config language show", "profile": "language-config-human", "critical": "pass" },
|
|
561
|
+
{ "command": "config language show --json", "profile": "language-config-json", "critical": "pass" },
|
|
562
|
+
{ "command": "config language set es", "profile": "language-config-human", "critical": "pass" },
|
|
563
|
+
{ "command": "config language set en --global", "profile": "language-config-human", "critical": "pass" },
|
|
564
|
+
{ "command": "init --name \"Proyecto\"", "profile": "init-write", "critical": "pass" },
|
|
565
|
+
{ "command": "init --interactive", "profile": "init-interactive", "critical": "pass" },
|
|
566
|
+
{ "command": "migrate --dry-run", "profile": "migrate", "critical": "pass" },
|
|
567
|
+
{ "command": "migrate", "profile": "migrate", "critical": "pass" },
|
|
568
|
+
{ "command": "migrate --yes", "profile": "migrate", "critical": "pass" },
|
|
569
|
+
{ "command": "analyze", "profile": "read-only-human", "critical": "pass" },
|
|
570
|
+
{ "command": "doctor", "profile": "read-only-human", "critical": "pass" },
|
|
571
|
+
{ "command": "doctor --json", "profile": "doctor-json", "critical": "pass" },
|
|
572
|
+
{ "command": "flow", "profile": "read-only-human", "critical": "pass" },
|
|
573
|
+
{ "command": "flow --json", "profile": "flow-json", "critical": "pass" },
|
|
574
|
+
{ "command": "dashboard", "profile": "dashboard-human", "critical": "pass" },
|
|
575
|
+
{ "command": "dashboard --details", "profile": "dashboard-human", "critical": "pass" },
|
|
576
|
+
{ "command": "dashboard --section <name>", "profile": "dashboard-human", "critical": "pass" },
|
|
577
|
+
{ "command": "dashboard --limit <n>", "profile": "dashboard-human", "critical": "pass" },
|
|
578
|
+
{ "command": "evidence run -- <command>", "profile": "evidence-run", "critical": "pass" },
|
|
579
|
+
{ "command": "evidence run --output .quiver/evidence/test.md -- <command>", "profile": "evidence-run", "critical": "pass" },
|
|
580
|
+
{ "command": "evidence list --json", "profile": "evidence-json", "critical": "pass" },
|
|
581
|
+
{ "command": "evidence show .quiver/evidence/test.md --json", "profile": "evidence-json", "critical": "pass" },
|
|
582
|
+
{ "command": "ai prepare-context --dry-run", "profile": "ai-prepare-context", "critical": "pass" },
|
|
583
|
+
{ "command": "ai prepare-context", "profile": "ai-prepare-context", "critical": "pass" },
|
|
584
|
+
{ "command": "ai prepare-context --with-planner --dry-run", "profile": "ai-prepare-context-planner", "critical": "pass" },
|
|
585
|
+
{ "command": "ai prepare-context --with-planner --print-prompt", "profile": "ai-prepare-context-planner", "critical": "pass" },
|
|
586
|
+
{ "command": "ai prepare-context --with-planner --review --interactive", "profile": "ai-prepare-context-planner", "critical": "pass" },
|
|
587
|
+
{ "command": "ai models list", "profile": "ai-models-human", "critical": "pass" },
|
|
588
|
+
{ "command": "ai models list --provider codex", "profile": "ai-models-human", "critical": "pass" },
|
|
589
|
+
{ "command": "ai models list --json", "profile": "ai-models-json", "critical": "pass" },
|
|
590
|
+
{ "command": "ai agent set <role>", "profile": "ai-agent-profile", "critical": "pass" },
|
|
591
|
+
{ "command": "ai agent set <role> --provider <provider> --model <model-id>", "profile": "ai-agent-profile", "critical": "pass" },
|
|
592
|
+
{ "command": "ai agent set planner --provider codex --model gpt-5.5 --dry-run", "profile": "ai-agent-profile", "critical": "pass" },
|
|
593
|
+
{ "command": "ai agent doctor", "profile": "ai-agent-profile", "critical": "pass" },
|
|
594
|
+
{ "command": "ai agent doctor --json", "profile": "ai-agent-json", "critical": "pass" },
|
|
595
|
+
{ "command": "ai agent repair --dry-run", "profile": "ai-agent-repair", "critical": "pass" },
|
|
596
|
+
{ "command": "ai run create --input <file>", "profile": "ai-run-lifecycle", "critical": "pass" },
|
|
597
|
+
{ "command": "ai status", "profile": "ai-run-lifecycle", "critical": "pass" },
|
|
598
|
+
{ "command": "ai plan --phase acceptance --input <file>", "profile": "ai-planner-provider", "critical": "pass" },
|
|
599
|
+
{ "command": "ai plan --phase acceptance --review --interactive --input <file>", "profile": "ai-planner-provider", "critical": "pass" },
|
|
600
|
+
{ "command": "ai revise --phase acceptance --input <feedback.md>", "profile": "ai-planner-provider", "critical": "pass" },
|
|
601
|
+
{ "command": "ai approve --phase acceptance", "profile": "ai-approve", "critical": "pass" },
|
|
602
|
+
{ "command": "ai approve --phase acceptance --version <n>", "profile": "ai-approve", "critical": "pass" },
|
|
603
|
+
{ "command": "ai plan --phase technical-plan", "profile": "ai-planner-provider", "critical": "pass" },
|
|
604
|
+
{ "command": "ai revise --phase technical-plan --input <feedback.md>", "profile": "ai-planner-provider", "critical": "pass" },
|
|
605
|
+
{ "command": "ai review-plan", "profile": "ai-planner-provider", "critical": "pass" },
|
|
606
|
+
{ "command": "ai repair-plan", "profile": "ai-planner-provider", "critical": "pass" },
|
|
607
|
+
{ "command": "ai approve --phase technical-plan", "profile": "ai-approve", "critical": "pass" },
|
|
608
|
+
{ "command": "ai approve --phase technical-plan --version <n>", "profile": "ai-approve", "critical": "pass" },
|
|
609
|
+
{ "command": "ai approvals", "profile": "ai-run-lifecycle", "critical": "pass" },
|
|
610
|
+
{ "command": "spec create --dry-run", "profile": "spec-create", "critical": "pass" },
|
|
611
|
+
{ "command": "spec create", "profile": "spec-create", "critical": "pass" },
|
|
612
|
+
{ "command": "spec create --review --interactive", "profile": "spec-create", "critical": "pass" },
|
|
613
|
+
{ "command": "spec create --interactive", "profile": "spec-create", "critical": "pass" },
|
|
614
|
+
{ "command": "spec validate specs/<spec> --strict", "profile": "spec-workflow", "critical": "pass" },
|
|
615
|
+
{ "command": "spec start specs/<spec>", "profile": "spec-workflow", "critical": "pass" },
|
|
616
|
+
{ "command": "slice start specs/<spec>/slices/<slice>/slice.json", "profile": "slice-namespace", "critical": "pass" },
|
|
617
|
+
{ "command": "slice check --local specs/<spec>/slices/<slice>/slice.json", "profile": "slice-namespace", "critical": "pass" },
|
|
618
|
+
{ "command": "slice pr specs/<spec>/slices/<slice>/slice.json", "profile": "slice-namespace", "critical": "pass" },
|
|
619
|
+
{ "command": "slice scope specs/<spec>/slices/<slice>/slice.json", "profile": "slice-namespace", "critical": "pass" },
|
|
620
|
+
{ "command": "handoff check specs/<spec>/slices/<slice>/EXECUTION_BRIEF.md", "profile": "handoff-namespace", "critical": "pass" },
|
|
621
|
+
{ "command": "handoff new <spec-slug>", "profile": "handoff-namespace", "critical": "pass" },
|
|
622
|
+
{ "command": "plan --spec <spec>", "profile": "plan-graph-next", "critical": "pass" },
|
|
623
|
+
{ "command": "dashboard --spec <spec>", "profile": "dashboard-human", "critical": "pass" },
|
|
624
|
+
{ "command": "dashboard --section slices --spec <spec>", "profile": "dashboard-human", "critical": "pass" },
|
|
625
|
+
{ "command": "graph --spec <spec>", "profile": "plan-graph-next", "critical": "pass" },
|
|
626
|
+
{ "command": "next --all-ready --spec <spec>", "profile": "plan-graph-next", "critical": "pass" },
|
|
627
|
+
{ "command": "ai prompt-slice --slice <slice.json> --dry-run", "profile": "ai-executor", "critical": "pass" },
|
|
628
|
+
{ "command": "ai execute-slice --slice <slice.json> --commit", "profile": "ai-executor", "critical": "pass" },
|
|
629
|
+
{ "command": "ai execute-plan --execute --commit --mode delegated", "profile": "ai-executor", "critical": "pass" },
|
|
630
|
+
{ "command": "ai pr --dry-run --input specs/<spec>/pr.md", "profile": "ai-pr", "critical": "pass" },
|
|
631
|
+
{ "command": "ai pr --review --dry-run --input specs/<spec>/pr.md", "profile": "ai-pr", "critical": "pass" },
|
|
632
|
+
{ "command": "ai pr --create --input specs/<spec>/pr.md", "profile": "ai-pr", "critical": "pass" },
|
|
633
|
+
{ "command": "spec close specs/<spec> --dry-run", "profile": "spec-workflow", "critical": "pass" },
|
|
634
|
+
{ "command": "spec close specs/<spec>", "profile": "spec-workflow", "critical": "pass" }
|
|
635
|
+
]
|
|
636
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# Cross-Platform Smoke Matrix - Quiver v43
|
|
2
|
+
|
|
3
|
+
## Scope
|
|
4
|
+
|
|
5
|
+
This matrix defines the reproducible i18n smoke commands for supported shells and records what was executed in this environment.
|
|
6
|
+
|
|
7
|
+
## Commands
|
|
8
|
+
|
|
9
|
+
| Platform or shell | Commands |
|
|
10
|
+
|---|---|
|
|
11
|
+
| macOS Bash/zsh | `node scripts/ci/smoke-cross-platform.js`; `npm run smoke:create-quiver` |
|
|
12
|
+
| Linux Bash | `node scripts/ci/smoke-cross-platform.js`; `npm run smoke:create-quiver` |
|
|
13
|
+
| Windows PowerShell | `node .\scripts\ci\smoke-cross-platform.js`; `npm run smoke:create-quiver` |
|
|
14
|
+
| Windows Git Bash/WSL | `node scripts/ci/smoke-cross-platform.js`; `npm run smoke:create-quiver` |
|
|
15
|
+
|
|
16
|
+
## Coverage Requirements
|
|
17
|
+
|
|
18
|
+
| Requirement | Coverage |
|
|
19
|
+
|---|---|
|
|
20
|
+
| Project config language without repeated flags | `smoke-cross-platform.js` sets project language to `es` and runs `dashboard` without `--lang`. |
|
|
21
|
+
| `--lang` override | `smoke-cross-platform.js` runs `dashboard --lang en` over an `es` project config. |
|
|
22
|
+
| `QUIVER_LANG` override | `smoke-cross-platform.js` runs `dashboard` and `config language show --json` with `QUIVER_LANG=en`. |
|
|
23
|
+
| Paths with spaces | `smoke-cross-platform.js` creates `ai path project`, `language home`, and `requirements with spaces.md`. |
|
|
24
|
+
| JSON parseability | `smoke-cross-platform.js` parses `config language show --json` and `dashboard --json`. |
|
|
25
|
+
| Windows path behavior | `smoke-cross-platform.js` calls the Windows separator guard; `tests/lib/paths.test.js` covers win32, extended path, and Git Bash drive path normalization. |
|
|
26
|
+
|
|
27
|
+
## Executed Evidence
|
|
28
|
+
|
|
29
|
+
| Environment | Status | Evidence |
|
|
30
|
+
|---|---|---|
|
|
31
|
+
| macOS Darwin arm64 | PASS | `node scripts/ci/smoke-cross-platform.js`; `npm run smoke:create-quiver`; `node --test tests/lib/paths.test.js tests/commands/config-language.test.js tests/commands/dashboard.test.js` |
|
|
32
|
+
| Linux Bash | Approved exception | Docker CLI is installed, but Docker daemon was unavailable in this environment. Same smoke commands are defined above for CI or a Linux runner. |
|
|
33
|
+
| Windows PowerShell | Approved exception | `pwsh` is not installed in this macOS environment. Path behavior is covered by Node win32 tests; shell execution commands are defined above. |
|
|
34
|
+
| Windows Git Bash/WSL | Approved exception | Git Bash/WSL is not available in this macOS environment. Git Bash path behavior is covered by `tests/lib/paths.test.js`; shell execution commands are defined above. |
|
|
35
|
+
|