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,68 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-01-flow-json-compatibility",
|
|
3
|
+
"ticket": "QUIVER-51-01",
|
|
4
|
+
"type": "feature",
|
|
5
|
+
"title": "Flow JSON compatibility",
|
|
6
|
+
"objective": "Add snake_case next_command to flow JSON without breaking existing nextCommand consumers.",
|
|
7
|
+
"description": "Makes flow JSON easier for agents while preserving the existing camelCase field as a compatibility contract.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "v51-flow-json-compatibility",
|
|
12
|
+
"branch_name": "feature/QUIVER-51-01-v51-flow-json-compatibility"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"src/create-quiver/commands/flow.js",
|
|
16
|
+
"docs/reference/commands.md",
|
|
17
|
+
"tests/commands/flow.test.js",
|
|
18
|
+
"specs/quiver-v43-cli-i18n-audit-release-readiness/command-language-mode-matrix.json",
|
|
19
|
+
"specs/quiver-v51-cli-ergonomics-automation-contracts/**"
|
|
20
|
+
],
|
|
21
|
+
"expected_read_paths": [
|
|
22
|
+
"src/create-quiver/commands/flow.js",
|
|
23
|
+
"tests/commands/flow.test.js",
|
|
24
|
+
"docs/reference/commands.md",
|
|
25
|
+
"specs/quiver-v43-cli-i18n-audit-release-readiness/command-language-mode-matrix.json"
|
|
26
|
+
],
|
|
27
|
+
"allowed_write_paths": [
|
|
28
|
+
"src/create-quiver/commands/flow.js",
|
|
29
|
+
"docs/reference/commands.md",
|
|
30
|
+
"tests/commands/flow.test.js",
|
|
31
|
+
"specs/quiver-v43-cli-i18n-audit-release-readiness/command-language-mode-matrix.json",
|
|
32
|
+
"specs/quiver-v51-cli-ergonomics-automation-contracts/**"
|
|
33
|
+
],
|
|
34
|
+
"depends_on": [
|
|
35
|
+
"slice-00-cli-contract-baseline"
|
|
36
|
+
],
|
|
37
|
+
"parallel_safe": "yes",
|
|
38
|
+
"parallel_safe_reason": "Additive JSON change isolated to flow.",
|
|
39
|
+
"must": [
|
|
40
|
+
"Add next_command as an additive JSON field.",
|
|
41
|
+
"Preserve nextCommand.",
|
|
42
|
+
"Ensure both fields match in all applicable states.",
|
|
43
|
+
"Document compatibility."
|
|
44
|
+
],
|
|
45
|
+
"not_included": [
|
|
46
|
+
"Removing nextCommand.",
|
|
47
|
+
"Changing human flow output semantics."
|
|
48
|
+
],
|
|
49
|
+
"acceptance": [
|
|
50
|
+
"flow --json includes next_command.",
|
|
51
|
+
"flow --json preserves nextCommand.",
|
|
52
|
+
"Both fields match or null consistently.",
|
|
53
|
+
"Tests cover representative workflow states."
|
|
54
|
+
],
|
|
55
|
+
"tests": [
|
|
56
|
+
"node --test tests/commands/flow.test.js",
|
|
57
|
+
"node --test",
|
|
58
|
+
"git diff --check"
|
|
59
|
+
],
|
|
60
|
+
"validation_hints": [
|
|
61
|
+
"If flow JSON has no schema_version, document this as an additive compatibility change."
|
|
62
|
+
],
|
|
63
|
+
"estimated_hours": 3,
|
|
64
|
+
"status": "completed",
|
|
65
|
+
"blocked_reason": null,
|
|
66
|
+
"actual_hours": 3,
|
|
67
|
+
"completed_at": "2026-06-02T08:28:41-0300"
|
|
68
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# CLOSURE_BRIEF - slice-02 dashboard section validation and i18n
|
|
2
|
+
|
|
3
|
+
## Summary
|
|
4
|
+
|
|
5
|
+
Dashboard invalid-section errors are now contract-tested for EN/ES human output and JSON-safe failure payloads. CLI help and command reference docs list the real supported dashboard sections, including `overview`.
|
|
6
|
+
|
|
7
|
+
## Validation
|
|
8
|
+
|
|
9
|
+
- [x] `npm run test:ci -- tests/commands/dashboard.test.js tests/commands/cli-contract.test.js tests/lib/i18n-catalog.test.js`
|
|
10
|
+
- [x] `node --test`
|
|
11
|
+
- [x] `npm run docs:check`
|
|
12
|
+
- [x] `git diff --check`
|
|
13
|
+
- [x] `node bin/create-quiver.js spec validate specs/quiver-v51-cli-ergonomics-automation-contracts`
|
|
14
|
+
- [x] `node bin/create-quiver.js check-slice specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-02-dashboard-section-validation-i18n/slice.json --local --gate validation`
|
|
15
|
+
- [x] `node bin/create-quiver.js check-scope specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-02-dashboard-section-validation-i18n/slice.json --base main --strict`
|
|
16
|
+
|
|
17
|
+
## Closure Conditions
|
|
18
|
+
|
|
19
|
+
- [x] Invalid section errors localized.
|
|
20
|
+
- [x] Supported sections documented and tested.
|
|
21
|
+
- [x] Machine output preserved.
|
|
22
|
+
|
|
23
|
+
## Open Items
|
|
24
|
+
|
|
25
|
+
- `node bin/create-quiver.js check-pr specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-02-dashboard-section-validation-i18n/slice.json --base main` passes scope/branch/worktree gates but fails commit ownership against `origin/develop`. The base-branch readiness bug is outside this slice and is tracked by `slice-03-base-branch-resolution-policy`.
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
# EXECUTION_BRIEF - slice-02 dashboard section validation and i18n
|
|
2
|
+
|
|
3
|
+
## Context
|
|
4
|
+
|
|
5
|
+
Dashboard section validation exists but must be localized, documented, and contract-tested.
|
|
6
|
+
|
|
7
|
+
## Objective
|
|
8
|
+
|
|
9
|
+
Make dashboard section validation localized, actionable, and documented.
|
|
10
|
+
|
|
11
|
+
## Scope
|
|
12
|
+
|
|
13
|
+
- Invalid `--section` error.
|
|
14
|
+
- Valid section list.
|
|
15
|
+
- EN/ES messages.
|
|
16
|
+
- Help/reference docs.
|
|
17
|
+
- Tests.
|
|
18
|
+
|
|
19
|
+
## Acceptance Criteria
|
|
20
|
+
|
|
21
|
+
- Invalid sections produce localized errors.
|
|
22
|
+
- Error lists the real supported sections.
|
|
23
|
+
- Help/reference docs list valid values.
|
|
24
|
+
- Failure does not contaminate machine-readable stdout.
|
|
25
|
+
|
|
26
|
+
## Expected Files To Modify
|
|
27
|
+
|
|
28
|
+
- `src/create-quiver/commands/dashboard.js`
|
|
29
|
+
- `src/create-quiver/lib/i18n/messages/en.js`
|
|
30
|
+
- `src/create-quiver/lib/i18n/messages/es.js`
|
|
31
|
+
- `docs/reference/commands.md`
|
|
32
|
+
- `tests/commands/dashboard.test.js`
|
|
33
|
+
- `specs/quiver-v51-cli-ergonomics-automation-contracts/EVIDENCE_REPORT.md`
|
|
34
|
+
|
|
35
|
+
## Validations Required
|
|
36
|
+
|
|
37
|
+
- `node --test tests/commands/dashboard.test.js`
|
|
38
|
+
- `node --test tests/lib/i18n-catalog.test.js`
|
|
39
|
+
- `node --test`
|
|
40
|
+
- `git diff --check`
|
|
41
|
+
|
|
42
|
+
## Risks
|
|
43
|
+
|
|
44
|
+
- Docs listing sections that runtime does not support.
|
|
45
|
+
- Error text in English under `--lang es`.
|
|
46
|
+
|
|
47
|
+
## Dependencies
|
|
48
|
+
|
|
49
|
+
- Depends on `slice-00-cli-contract-baseline`.
|
|
50
|
+
|
|
51
|
+
## Instructions For Executor
|
|
52
|
+
|
|
53
|
+
1. Source the valid section list from runtime when possible.
|
|
54
|
+
2. Test EN/ES behavior.
|
|
55
|
+
3. Keep JSON schema unchanged.
|
|
56
|
+
|
|
57
|
+
## Completion Checklist
|
|
58
|
+
|
|
59
|
+
- [ ] Acceptance criteria satisfied.
|
|
60
|
+
- [ ] Required validations run or blockers documented.
|
|
61
|
+
- [ ] Closure brief updated.
|
|
62
|
+
|
|
63
|
+
## Conditions Of Closure
|
|
64
|
+
|
|
65
|
+
- Dashboard section errors are actionable in both supported languages.
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
# PR - QUIVER-51-02 - Dashboard section validation and i18n
|
|
2
|
+
|
|
3
|
+
## Title
|
|
4
|
+
|
|
5
|
+
QUIVER-51-02 dashboard section validation and i18n
|
|
6
|
+
|
|
7
|
+
## Summary
|
|
8
|
+
|
|
9
|
+
Closes dashboard section validation gaps by making invalid `--section` behavior contract-tested in English and Spanish, preserving JSON-safe failure output, and documenting the real supported section values in CLI help and command references.
|
|
10
|
+
|
|
11
|
+
## PR Policy
|
|
12
|
+
|
|
13
|
+
- [x] One slice only.
|
|
14
|
+
- [ ] Grouped PR exception: at most 2-3 slices, all docs-only, research-only, or low-risk mechanical cleanup.
|
|
15
|
+
- [x] No behavior changes in a grouped PR.
|
|
16
|
+
- [x] No mixed docs with UI, backend, refactor, or performance work.
|
|
17
|
+
- [x] Separate evidence for this slice is recorded in `EVIDENCE_REPORT.md`.
|
|
18
|
+
- [x] Whole PR is revertible without leaving partial state.
|
|
19
|
+
|
|
20
|
+
Individual PR required classification: tests/help/docs for a CLI quality slice.
|
|
21
|
+
|
|
22
|
+
### Merge Policy
|
|
23
|
+
|
|
24
|
+
- [x] Human merge expected.
|
|
25
|
+
- [ ] Assisted auto-merge explicitly authorized for this PR or documented category.
|
|
26
|
+
- [ ] Assisted auto-merge conditions met: docs-only or chore-only, low risk, no runtime changes, no production configuration changes, green checks, and no pending comments.
|
|
27
|
+
|
|
28
|
+
Assisted auto-merge is not requested.
|
|
29
|
+
|
|
30
|
+
## Scope
|
|
31
|
+
|
|
32
|
+
- Add dashboard invalid-section tests for EN/ES human output.
|
|
33
|
+
- Add dashboard invalid-section test for JSON-safe failure output.
|
|
34
|
+
- Make CLI help list the supported dashboard sections through i18n help descriptions.
|
|
35
|
+
- Update public and generated command docs so supported sections include `overview`.
|
|
36
|
+
- Update v51 slice status, closure, and evidence.
|
|
37
|
+
|
|
38
|
+
## Files
|
|
39
|
+
|
|
40
|
+
- `src/create-quiver/lib/i18n/messages/en.js`
|
|
41
|
+
- `src/create-quiver/lib/i18n/messages/es.js`
|
|
42
|
+
- `tests/commands/dashboard.test.js`
|
|
43
|
+
- `tests/commands/cli-contract.test.js`
|
|
44
|
+
- `docs/reference/commands.md`
|
|
45
|
+
- `docs/COMMANDS.md.template`
|
|
46
|
+
- `specs/quiver-v51-cli-ergonomics-automation-contracts/STATUS.md`
|
|
47
|
+
- `specs/quiver-v51-cli-ergonomics-automation-contracts/EVIDENCE_REPORT.md`
|
|
48
|
+
- `specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-02-dashboard-section-validation-i18n/slice.json`
|
|
49
|
+
- `specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-02-dashboard-section-validation-i18n/CLOSURE_BRIEF.md`
|
|
50
|
+
- `specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-02-dashboard-section-validation-i18n/pr.md`
|
|
51
|
+
|
|
52
|
+
## How to Test (DETAILED - REQUIRED)
|
|
53
|
+
|
|
54
|
+
### Required Environment
|
|
55
|
+
|
|
56
|
+
- Node.js supported by the repo.
|
|
57
|
+
- npm.
|
|
58
|
+
- Git.
|
|
59
|
+
|
|
60
|
+
### Worktree Access
|
|
61
|
+
|
|
62
|
+
```bash
|
|
63
|
+
cd /Users/fabrijk/Documents/Work/Proyectos\ Personales/nika/frameworks/quiver
|
|
64
|
+
git switch feature/QUIVER-51-02-v51-dashboard-section-i18n
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
### Run the Project
|
|
68
|
+
|
|
69
|
+
No runtime server is required. This is CLI behavior, tests, docs, and spec evidence.
|
|
70
|
+
|
|
71
|
+
### Use Cases
|
|
72
|
+
|
|
73
|
+
#### Case 1: invalid dashboard section in English
|
|
74
|
+
|
|
75
|
+
**Prerequisite:** branch checked out.
|
|
76
|
+
|
|
77
|
+
1. Run `node bin/create-quiver.js dashboard --section nope --lang en`.
|
|
78
|
+
2. Inspect stderr.
|
|
79
|
+
|
|
80
|
+
**Expected result:** command exits non-zero, stdout is empty, and stderr says the section is unsupported with the complete supported list.
|
|
81
|
+
|
|
82
|
+
#### Case 2: invalid dashboard section in Spanish
|
|
83
|
+
|
|
84
|
+
**Prerequisite:** branch checked out.
|
|
85
|
+
|
|
86
|
+
1. Run `node bin/create-quiver.js dashboard --section nope --lang es`.
|
|
87
|
+
2. Inspect stderr.
|
|
88
|
+
|
|
89
|
+
**Expected result:** command exits non-zero, stdout is empty, and stderr is localized while preserving exact section ids.
|
|
90
|
+
|
|
91
|
+
#### Case 3: invalid dashboard section in JSON mode
|
|
92
|
+
|
|
93
|
+
**Prerequisite:** branch checked out.
|
|
94
|
+
|
|
95
|
+
1. Run `node bin/create-quiver.js dashboard --json --section nope --lang es`.
|
|
96
|
+
2. Parse stdout as JSON.
|
|
97
|
+
3. Inspect stderr.
|
|
98
|
+
|
|
99
|
+
**Expected result:** stdout is parseable JSON, stderr is empty, and the JSON error message remains English for machine stability.
|
|
100
|
+
|
|
101
|
+
### Technical Verification
|
|
102
|
+
|
|
103
|
+
```bash
|
|
104
|
+
npm run test:ci -- tests/commands/dashboard.test.js tests/commands/cli-contract.test.js tests/lib/i18n-catalog.test.js
|
|
105
|
+
node --test
|
|
106
|
+
npm run docs:check
|
|
107
|
+
git diff --check
|
|
108
|
+
node bin/create-quiver.js spec validate specs/quiver-v51-cli-ergonomics-automation-contracts
|
|
109
|
+
node bin/create-quiver.js check-slice specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-02-dashboard-section-validation-i18n/slice.json --local --gate validation
|
|
110
|
+
node bin/create-quiver.js check-scope specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-02-dashboard-section-validation-i18n/slice.json --base main --strict
|
|
111
|
+
```
|
|
112
|
+
|
|
113
|
+
## Evidence
|
|
114
|
+
|
|
115
|
+
- `npm run test:ci -- tests/commands/dashboard.test.js tests/commands/cli-contract.test.js tests/lib/i18n-catalog.test.js`: passed, 35 tests.
|
|
116
|
+
- `node --test`: passed, 624 tests.
|
|
117
|
+
- `npm run docs:check`: passed.
|
|
118
|
+
- `git diff --check`: passed.
|
|
119
|
+
- `node bin/create-quiver.js spec validate specs/quiver-v51-cli-ergonomics-automation-contracts`: passed.
|
|
120
|
+
- `node bin/create-quiver.js check-slice specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-02-dashboard-section-validation-i18n/slice.json --local --gate validation`: passed.
|
|
121
|
+
- `node bin/create-quiver.js check-scope specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-02-dashboard-section-validation-i18n/slice.json --base main --strict`: passed.
|
|
122
|
+
- `node bin/create-quiver.js check-pr specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-02-dashboard-section-validation-i18n/slice.json --base main`: partial pass; scope, branch, and clean-worktree checks pass, then commit ownership fails against `origin/develop`. This is a known base-branch readiness gap assigned to `QUIVER-51-03`.
|
|
123
|
+
|
|
124
|
+
## Rollback
|
|
125
|
+
|
|
126
|
+
1. Revert this slice commit.
|
|
127
|
+
2. Run the technical verification commands above.
|
|
128
|
+
3. Confirm dashboard invalid-section behavior returns to the previous baseline.
|
|
129
|
+
|
|
130
|
+
## Risks / Notes
|
|
131
|
+
|
|
132
|
+
- Runtime invalid-section localization already existed in `src/create-quiver/lib/dashboard.js`; this slice closes the gap with contract tests and docs/help alignment.
|
|
133
|
+
- Section ids remain untranslated by design because they are CLI input values.
|
|
134
|
+
- Full PR readiness remains blocked by the existing `origin/develop` assumption in readiness commit checks. Continue with `QUIVER-51-03` after this PR is merged.
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-02-dashboard-section-validation-i18n",
|
|
3
|
+
"ticket": "QUIVER-51-02",
|
|
4
|
+
"type": "quality",
|
|
5
|
+
"title": "Dashboard section validation and i18n",
|
|
6
|
+
"objective": "Make dashboard section validation localized, actionable, and documented.",
|
|
7
|
+
"description": "Ensures invalid dashboard sections list real valid sections in EN/ES without polluting machine output.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "v51-dashboard-section-i18n",
|
|
12
|
+
"branch_name": "feature/QUIVER-51-02-v51-dashboard-section-i18n"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"src/create-quiver/commands/dashboard.js",
|
|
16
|
+
"src/create-quiver/lib/i18n/messages/en.js",
|
|
17
|
+
"src/create-quiver/lib/i18n/messages/es.js",
|
|
18
|
+
"docs/COMMANDS.md.template",
|
|
19
|
+
"docs/reference/commands.md",
|
|
20
|
+
"tests/commands/cli-contract.test.js",
|
|
21
|
+
"tests/commands/dashboard.test.js",
|
|
22
|
+
"specs/quiver-v51-cli-ergonomics-automation-contracts/**"
|
|
23
|
+
],
|
|
24
|
+
"expected_read_paths": [
|
|
25
|
+
"src/create-quiver/commands/dashboard.js",
|
|
26
|
+
"tests/commands/dashboard.test.js",
|
|
27
|
+
"tests/commands/cli-contract.test.js",
|
|
28
|
+
"src/create-quiver/lib/i18n/messages/en.js",
|
|
29
|
+
"src/create-quiver/lib/i18n/messages/es.js",
|
|
30
|
+
"docs/reference/commands.md",
|
|
31
|
+
"docs/COMMANDS.md.template"
|
|
32
|
+
],
|
|
33
|
+
"allowed_write_paths": [
|
|
34
|
+
"src/create-quiver/commands/dashboard.js",
|
|
35
|
+
"src/create-quiver/lib/i18n/messages/en.js",
|
|
36
|
+
"src/create-quiver/lib/i18n/messages/es.js",
|
|
37
|
+
"docs/COMMANDS.md.template",
|
|
38
|
+
"docs/reference/commands.md",
|
|
39
|
+
"tests/commands/cli-contract.test.js",
|
|
40
|
+
"tests/commands/dashboard.test.js",
|
|
41
|
+
"specs/quiver-v51-cli-ergonomics-automation-contracts/**"
|
|
42
|
+
],
|
|
43
|
+
"depends_on": [
|
|
44
|
+
"slice-00-cli-contract-baseline"
|
|
45
|
+
],
|
|
46
|
+
"parallel_safe": "yes",
|
|
47
|
+
"parallel_safe_reason": "Dashboard validation is isolated.",
|
|
48
|
+
"must": [
|
|
49
|
+
"Localize invalid section errors.",
|
|
50
|
+
"List the real supported sections.",
|
|
51
|
+
"Update help/docs with valid section names.",
|
|
52
|
+
"Keep JSON output clean."
|
|
53
|
+
],
|
|
54
|
+
"not_included": [
|
|
55
|
+
"Changing dashboard sections.",
|
|
56
|
+
"Changing dashboard JSON schema."
|
|
57
|
+
],
|
|
58
|
+
"acceptance": [
|
|
59
|
+
"dashboard --section invalid returns localized actionable error.",
|
|
60
|
+
"Supported section list is accurate.",
|
|
61
|
+
"Help documents valid values.",
|
|
62
|
+
"stdout remains clean on failure where required."
|
|
63
|
+
],
|
|
64
|
+
"tests": [
|
|
65
|
+
"node --test tests/commands/dashboard.test.js",
|
|
66
|
+
"node --test tests/commands/cli-contract.test.js",
|
|
67
|
+
"node --test tests/lib/i18n-catalog.test.js",
|
|
68
|
+
"node --test",
|
|
69
|
+
"git diff --check"
|
|
70
|
+
],
|
|
71
|
+
"validation_hints": [
|
|
72
|
+
"Validate both --lang en and --lang es failures."
|
|
73
|
+
],
|
|
74
|
+
"estimated_hours": 3,
|
|
75
|
+
"status": "completed",
|
|
76
|
+
"blocked_reason": null,
|
|
77
|
+
"actual_hours": 3,
|
|
78
|
+
"started_at": "2026-06-02T13:00:00-0300",
|
|
79
|
+
"completed_at": "2026-06-02T13:23:01-0300"
|
|
80
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# CLOSURE_BRIEF - slice-03 base branch resolution policy
|
|
2
|
+
|
|
3
|
+
## Summary
|
|
4
|
+
|
|
5
|
+
Base branch resolution is now centralized in `src/create-quiver/lib/git.js` and applied across readiness, scope, spec lifecycle, and AI PR flows. Explicit `--base` values win first, Remote HEAD is used when available, and the fallback sequence is `main`, `master`, then `develop`.
|
|
6
|
+
|
|
7
|
+
## Validation
|
|
8
|
+
|
|
9
|
+
- [x] `node --test tests/lib/git.test.js`
|
|
10
|
+
- [x] `node --test tests/commands/spec-close.test.js`
|
|
11
|
+
- [x] `node --test tests/commands/ai-pr.test.js`
|
|
12
|
+
- [x] `node --test tests/lib/check-slice.test.js`
|
|
13
|
+
- [x] `node --test tests/lib/git.test.js tests/commands/spec-close.test.js tests/commands/ai-pr.test.js tests/lib/check-slice.test.js tests/lib/scope.test.js tests/lib/ai-github.test.js tests/lib/i18n-catalog.test.js tests/commands/cli-contract.test.js`
|
|
14
|
+
- [x] `node --test tests/lib/lifecycle.test.js`
|
|
15
|
+
- [x] `node --test`
|
|
16
|
+
- [x] `npm run docs:check`
|
|
17
|
+
- [x] `git diff --check`
|
|
18
|
+
- [x] `node bin/create-quiver.js spec validate specs/quiver-v51-cli-ergonomics-automation-contracts`
|
|
19
|
+
- [x] `node bin/create-quiver.js check-slice specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-03-base-branch-resolution-policy/slice.json --local --gate validation`
|
|
20
|
+
- [x] `node bin/create-quiver.js check-scope specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-03-base-branch-resolution-policy/slice.json --base main --strict`
|
|
21
|
+
- [x] `node bin/create-quiver.js check-pr specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-03-base-branch-resolution-policy/slice.json --base main`
|
|
22
|
+
|
|
23
|
+
## Closure Conditions
|
|
24
|
+
|
|
25
|
+
- [x] Shared base policy defined.
|
|
26
|
+
- [x] All relevant commands audited.
|
|
27
|
+
- [x] Branch edge cases tested.
|
|
28
|
+
|
|
29
|
+
## Open Items
|
|
30
|
+
|
|
31
|
+
- No open implementation items for this slice.
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
# EXECUTION_BRIEF - slice-03 base branch resolution policy
|
|
2
|
+
|
|
3
|
+
## Context
|
|
4
|
+
|
|
5
|
+
Multiple commands use base branches. Fixing only one command can leave contradictory defaults.
|
|
6
|
+
|
|
7
|
+
## Objective
|
|
8
|
+
|
|
9
|
+
Define and apply a consistent base branch resolution policy across commands.
|
|
10
|
+
|
|
11
|
+
## Scope
|
|
12
|
+
|
|
13
|
+
- Shared base branch policy/helper.
|
|
14
|
+
- `spec close`.
|
|
15
|
+
- `ai pr`.
|
|
16
|
+
- `slice check`.
|
|
17
|
+
- `slice scope`.
|
|
18
|
+
- Readiness flows.
|
|
19
|
+
- Tests for major branch/default scenarios.
|
|
20
|
+
|
|
21
|
+
## Acceptance Criteria
|
|
22
|
+
|
|
23
|
+
- `--base` always wins.
|
|
24
|
+
- Remote HEAD is used when available.
|
|
25
|
+
- Fallback behavior is documented and localized.
|
|
26
|
+
- `main`, `master`, `develop`, no remote, fetch failure, and explicit override are covered.
|
|
27
|
+
- `ai pr` does not change `gh pr create` behavior without tests.
|
|
28
|
+
|
|
29
|
+
## Expected Files To Modify
|
|
30
|
+
|
|
31
|
+
- `src/create-quiver/lib/git.js`
|
|
32
|
+
- `src/create-quiver/lib/spec-worktrees.js`
|
|
33
|
+
- `src/create-quiver/lib/readiness.js`
|
|
34
|
+
- `src/create-quiver/lib/ai/github.js`
|
|
35
|
+
- `src/create-quiver/commands/spec.js`
|
|
36
|
+
- `src/create-quiver/commands/ai-core.js`
|
|
37
|
+
- `src/create-quiver/lib/i18n/messages/en.js`
|
|
38
|
+
- `src/create-quiver/lib/i18n/messages/es.js`
|
|
39
|
+
- `tests/commands/spec-close.test.js`
|
|
40
|
+
- `tests/commands/ai-pr.test.js`
|
|
41
|
+
- `tests/lib/git.test.js`
|
|
42
|
+
- `tests/lib/check-slice.test.js`
|
|
43
|
+
- `docs/reference/commands.md`
|
|
44
|
+
- `specs/quiver-v51-cli-ergonomics-automation-contracts/EVIDENCE_REPORT.md`
|
|
45
|
+
|
|
46
|
+
## Validations Required
|
|
47
|
+
|
|
48
|
+
- `node --test tests/lib/git.test.js`
|
|
49
|
+
- `node --test tests/commands/spec-close.test.js`
|
|
50
|
+
- `node --test tests/commands/ai-pr.test.js`
|
|
51
|
+
- `node --test tests/lib/check-slice.test.js`
|
|
52
|
+
- `node --test`
|
|
53
|
+
- `git diff --check`
|
|
54
|
+
|
|
55
|
+
## Risks
|
|
56
|
+
|
|
57
|
+
- Inconsistent defaults across commands.
|
|
58
|
+
- Fetch-dependent tests becoming flaky.
|
|
59
|
+
- Breaking PR base selection.
|
|
60
|
+
|
|
61
|
+
## Dependencies
|
|
62
|
+
|
|
63
|
+
- Depends on `slice-00-cli-contract-baseline`.
|
|
64
|
+
|
|
65
|
+
## Instructions For Executor
|
|
66
|
+
|
|
67
|
+
1. Audit all base branch consumers before implementation.
|
|
68
|
+
2. Prefer a shared helper or documented policy.
|
|
69
|
+
3. Keep `--base` behavior explicit and highest priority.
|
|
70
|
+
4. Test offline/no-remote cases.
|
|
71
|
+
|
|
72
|
+
## Completion Checklist
|
|
73
|
+
|
|
74
|
+
- [ ] Acceptance criteria satisfied.
|
|
75
|
+
- [ ] Required validations run or blockers documented.
|
|
76
|
+
- [ ] Closure brief updated.
|
|
77
|
+
|
|
78
|
+
## Conditions Of Closure
|
|
79
|
+
|
|
80
|
+
- Quiver base branch defaults are predictable and consistent.
|
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
# PR - QUIVER-51-03 - Base branch resolution policy
|
|
2
|
+
|
|
3
|
+
## Title
|
|
4
|
+
|
|
5
|
+
QUIVER-51-03 base branch resolution policy
|
|
6
|
+
|
|
7
|
+
## Summary
|
|
8
|
+
|
|
9
|
+
Centralizes base branch resolution for Quiver CLI workflows so `--base` explicit overrides, Remote HEAD defaults, and fallback branches behave consistently across readiness, scope, spec lifecycle, and AI PR commands.
|
|
10
|
+
|
|
11
|
+
## PR Policy
|
|
12
|
+
|
|
13
|
+
- [x] One slice only.
|
|
14
|
+
- [ ] Grouped PR exception: at most 2-3 slices, all docs-only, research-only, or low-risk mechanical cleanup.
|
|
15
|
+
- [x] No behavior changes in a grouped PR.
|
|
16
|
+
- [x] No mixed docs with UI, backend, refactor, or performance work.
|
|
17
|
+
- [x] Separate evidence for this slice is recorded in `EVIDENCE_REPORT.md`.
|
|
18
|
+
- [x] Whole PR is revertible without leaving partial state.
|
|
19
|
+
|
|
20
|
+
Individual PR required classification: functional CLI behavior, readiness gates, tests, and docs.
|
|
21
|
+
|
|
22
|
+
### Merge Policy
|
|
23
|
+
|
|
24
|
+
- [x] Human merge expected.
|
|
25
|
+
- [ ] Assisted auto-merge explicitly authorized for this PR or documented category.
|
|
26
|
+
- [ ] Assisted auto-merge conditions met: docs-only or chore-only, low risk, no runtime changes, no production configuration changes, green checks, and no pending comments.
|
|
27
|
+
|
|
28
|
+
Assisted auto-merge is not requested.
|
|
29
|
+
|
|
30
|
+
## Scope
|
|
31
|
+
|
|
32
|
+
- Add shared base branch resolution helpers in the Git utility layer.
|
|
33
|
+
- Ensure explicit `--base` values always win.
|
|
34
|
+
- Use Remote HEAD when available before fallback branches.
|
|
35
|
+
- Keep fallback branches ordered as `main`, `master`, then `develop`.
|
|
36
|
+
- Apply the shared policy to readiness, scope checks, spec lifecycle, and AI PR planning.
|
|
37
|
+
- Preserve `gh pr create --base <branch>` behavior in `ai pr`.
|
|
38
|
+
- Localize and document fallback/recovery behavior.
|
|
39
|
+
- Add tests for explicit override, Remote HEAD, fallback branches, and readiness behavior that previously assumed `origin/develop`.
|
|
40
|
+
|
|
41
|
+
## Files
|
|
42
|
+
|
|
43
|
+
- `src/create-quiver/lib/git.js`
|
|
44
|
+
- `src/create-quiver/lib/spec-worktrees.js`
|
|
45
|
+
- `src/create-quiver/lib/readiness.js`
|
|
46
|
+
- `src/create-quiver/lib/ai/github.js`
|
|
47
|
+
- `src/create-quiver/lib/lifecycle.js`
|
|
48
|
+
- `src/create-quiver/index.js`
|
|
49
|
+
- `src/create-quiver/lib/i18n/messages/en.js`
|
|
50
|
+
- `src/create-quiver/lib/i18n/messages/es.js`
|
|
51
|
+
- `tests/lib/git.test.js`
|
|
52
|
+
- `tests/lib/check-slice.test.js`
|
|
53
|
+
- `tests/lib/ai-github.test.js`
|
|
54
|
+
- `docs/reference/commands.md`
|
|
55
|
+
- `docs/COMMANDS.md.template`
|
|
56
|
+
- `specs/quiver-v51-cli-ergonomics-automation-contracts/STATUS.md`
|
|
57
|
+
- `specs/quiver-v51-cli-ergonomics-automation-contracts/EVIDENCE_REPORT.md`
|
|
58
|
+
- `specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-03-base-branch-resolution-policy/slice.json`
|
|
59
|
+
- `specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-03-base-branch-resolution-policy/CLOSURE_BRIEF.md`
|
|
60
|
+
- `specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-03-base-branch-resolution-policy/pr.md`
|
|
61
|
+
|
|
62
|
+
## How to Test (DETAILED - REQUIRED)
|
|
63
|
+
|
|
64
|
+
### Required Environment
|
|
65
|
+
|
|
66
|
+
- Node.js supported by the repo.
|
|
67
|
+
- npm.
|
|
68
|
+
- Git.
|
|
69
|
+
|
|
70
|
+
### Worktree Access
|
|
71
|
+
|
|
72
|
+
```bash
|
|
73
|
+
cd /Users/fabrijk/Documents/Work/Proyectos\ Personales/nika/frameworks/quiver
|
|
74
|
+
git switch feature/QUIVER-51-03-v51-base-branch-policy
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
### Run the Project
|
|
78
|
+
|
|
79
|
+
No runtime server is required. This is CLI Git/readiness behavior, tests, docs, and spec evidence.
|
|
80
|
+
|
|
81
|
+
### Use Cases
|
|
82
|
+
|
|
83
|
+
#### Case 1: explicit base override
|
|
84
|
+
|
|
85
|
+
**Prerequisite:** branch checked out.
|
|
86
|
+
|
|
87
|
+
1. Run a readiness command with `--base main`.
|
|
88
|
+
2. Inspect output and Git refs used by the command.
|
|
89
|
+
|
|
90
|
+
**Expected result:** the explicit base is used before any slice metadata, Remote HEAD, or fallback branch.
|
|
91
|
+
|
|
92
|
+
#### Case 2: Remote HEAD default
|
|
93
|
+
|
|
94
|
+
**Prerequisite:** a repo fixture or remote where `origin/HEAD` points to a branch such as `trunk`.
|
|
95
|
+
|
|
96
|
+
1. Run `ai pr` planning without `--base`.
|
|
97
|
+
2. Inspect the generated `gh pr create` command.
|
|
98
|
+
|
|
99
|
+
**Expected result:** the command contains `--base trunk` when Remote HEAD points to `origin/trunk`.
|
|
100
|
+
|
|
101
|
+
#### Case 3: fallback branch order
|
|
102
|
+
|
|
103
|
+
**Prerequisite:** a repo fixture without an explicit base or Remote HEAD.
|
|
104
|
+
|
|
105
|
+
1. Resolve the base through the shared Git helper.
|
|
106
|
+
2. Repeat with local `main`, `master`, and `develop` availability.
|
|
107
|
+
|
|
108
|
+
**Expected result:** fallback order is `main`, then `master`, then `develop`.
|
|
109
|
+
|
|
110
|
+
#### Case 4: readiness no longer assumes origin/develop
|
|
111
|
+
|
|
112
|
+
**Prerequisite:** a slice with `git.base_branch` set to `main` and no `origin/develop` ref.
|
|
113
|
+
|
|
114
|
+
1. Run PR readiness for that slice.
|
|
115
|
+
2. Inspect readiness output.
|
|
116
|
+
|
|
117
|
+
**Expected result:** readiness checks use `origin/main` or the explicit `--base main` ref instead of `origin/develop`.
|
|
118
|
+
|
|
119
|
+
### Technical Verification
|
|
120
|
+
|
|
121
|
+
```bash
|
|
122
|
+
node --test tests/lib/git.test.js
|
|
123
|
+
node --test tests/commands/spec-close.test.js
|
|
124
|
+
node --test tests/commands/ai-pr.test.js
|
|
125
|
+
node --test tests/lib/check-slice.test.js
|
|
126
|
+
node --test tests/lib/lifecycle.test.js
|
|
127
|
+
node --test tests/lib/git.test.js tests/commands/spec-close.test.js tests/commands/ai-pr.test.js tests/lib/check-slice.test.js tests/lib/scope.test.js tests/lib/ai-github.test.js tests/lib/i18n-catalog.test.js tests/commands/cli-contract.test.js
|
|
128
|
+
node --test
|
|
129
|
+
npm run docs:check
|
|
130
|
+
git diff --check
|
|
131
|
+
node bin/create-quiver.js spec validate specs/quiver-v51-cli-ergonomics-automation-contracts
|
|
132
|
+
node bin/create-quiver.js check-slice specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-03-base-branch-resolution-policy/slice.json --local --gate validation
|
|
133
|
+
node bin/create-quiver.js check-scope specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-03-base-branch-resolution-policy/slice.json --base main --strict
|
|
134
|
+
node bin/create-quiver.js check-pr specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-03-base-branch-resolution-policy/slice.json --base main
|
|
135
|
+
```
|
|
136
|
+
|
|
137
|
+
## Evidence
|
|
138
|
+
|
|
139
|
+
- `node --test tests/lib/git.test.js tests/commands/spec-close.test.js tests/commands/ai-pr.test.js tests/lib/check-slice.test.js tests/lib/scope.test.js tests/lib/ai-github.test.js tests/lib/i18n-catalog.test.js tests/commands/cli-contract.test.js`: passed, 77 tests.
|
|
140
|
+
- `node --test tests/lib/lifecycle.test.js`: passed, 12 tests.
|
|
141
|
+
- `node --test`: passed, 629 tests.
|
|
142
|
+
- `npm run docs:check`: passed.
|
|
143
|
+
- `git diff --check`: passed.
|
|
144
|
+
- `node bin/create-quiver.js spec validate specs/quiver-v51-cli-ergonomics-automation-contracts`: passed.
|
|
145
|
+
- `node bin/create-quiver.js check-slice specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-03-base-branch-resolution-policy/slice.json --local --gate validation`: passed.
|
|
146
|
+
- `node bin/create-quiver.js check-scope specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-03-base-branch-resolution-policy/slice.json --base main --strict`: passed.
|
|
147
|
+
- `node bin/create-quiver.js check-pr specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-03-base-branch-resolution-policy/slice.json --base main`: passed.
|
|
148
|
+
|
|
149
|
+
## Rollback
|
|
150
|
+
|
|
151
|
+
1. Revert this slice commit with `git revert <commit-sha>`.
|
|
152
|
+
2. Run the technical verification commands above.
|
|
153
|
+
3. Confirm readiness and PR commands return to the previous baseline behavior.
|
|
154
|
+
|
|
155
|
+
## Risks / Notes
|
|
156
|
+
|
|
157
|
+
- This changes default base selection when Remote HEAD is available and `--base` is omitted; explicit overrides remain unchanged.
|
|
158
|
+
- Legacy shell wrappers are not migrated in this slice; portable script and namespace compatibility are tracked by `slice-06-namespace-compatibility-windows-scripts`.
|
|
159
|
+
- PR readiness was verified after committing because the gate requires a clean worktree and branch-owned commits.
|