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
package/docs/GITFLOW_PR_GUIDE.md
CHANGED
|
@@ -1,21 +1,78 @@
|
|
|
1
1
|
# Git and PR Guide
|
|
2
2
|
|
|
3
|
-
**Version:** 2.
|
|
4
|
-
**Last updated:** 2026-
|
|
3
|
+
**Version:** 2.1
|
|
4
|
+
**Last updated:** 2026-06-02
|
|
5
5
|
|
|
6
6
|
## Purpose
|
|
7
7
|
|
|
8
|
-
This guide explains how to open and
|
|
8
|
+
This guide explains how to open, review, and merge slice PRs without breaking the canonical workflow.
|
|
9
9
|
|
|
10
10
|
## Core Rule
|
|
11
11
|
|
|
12
|
-
- One slice = one commit
|
|
13
|
-
- One
|
|
14
|
-
- One spec
|
|
12
|
+
- One slice = one commit.
|
|
13
|
+
- One slice = one PR by default.
|
|
14
|
+
- One spec can produce multiple PRs. Grouped PRs are exceptions and must meet the grouped PR policy below.
|
|
15
|
+
- One active PR should be worked from one dedicated worktree/branch.
|
|
15
16
|
- Slice numbers reset per spec. `slice-01` is the first slice in each spec.
|
|
16
|
-
- Do not commit directly to `develop`
|
|
17
|
-
- Open and merge the documentation PR before
|
|
18
|
-
- Do not open
|
|
17
|
+
- Do not commit directly to `develop` or any protected base branch.
|
|
18
|
+
- Open and merge the documentation PR that establishes `slice-00` before runtime slices start execution.
|
|
19
|
+
- Do not open runtime slice PRs before the documentation foundation is merged.
|
|
20
|
+
|
|
21
|
+
## PR Sizing Policy
|
|
22
|
+
|
|
23
|
+
### Individual PR Required
|
|
24
|
+
|
|
25
|
+
Open an individual PR for any slice that includes:
|
|
26
|
+
|
|
27
|
+
- Functional code.
|
|
28
|
+
- UI/UX changes.
|
|
29
|
+
- Supabase, Edge Functions, auth, or storage changes.
|
|
30
|
+
- Preview or deployment behavior.
|
|
31
|
+
- Performance or code-splitting changes.
|
|
32
|
+
- Refactors.
|
|
33
|
+
- Tests or CI changes that affect gates.
|
|
34
|
+
|
|
35
|
+
### Grouped PR Exception
|
|
36
|
+
|
|
37
|
+
A grouped PR is allowed only when all conditions are true:
|
|
38
|
+
|
|
39
|
+
- It contains at most 2-3 slices.
|
|
40
|
+
- Every included slice is docs-only, research-only, or low-risk mechanical cleanup.
|
|
41
|
+
- It does not change behavior.
|
|
42
|
+
- It does not mix docs with UI, backend, refactor, or performance work.
|
|
43
|
+
- Each slice keeps separate evidence.
|
|
44
|
+
- The whole PR can be reverted without leaving partial state.
|
|
45
|
+
|
|
46
|
+
If any condition fails, split the work into individual slice PRs.
|
|
47
|
+
|
|
48
|
+
## Merge Policy
|
|
49
|
+
|
|
50
|
+
- Human merge is the default.
|
|
51
|
+
- AI agents may create PRs, fix CI, monitor checks, and mark PRs as ready.
|
|
52
|
+
- Assisted auto-merge is allowed only when explicitly authorized by a human for that PR or for a documented category.
|
|
53
|
+
|
|
54
|
+
## Assisted Auto-Merge Policy
|
|
55
|
+
|
|
56
|
+
Assisted auto-merge is allowed only when all conditions are true:
|
|
57
|
+
|
|
58
|
+
- The PR is docs-only or chore-only.
|
|
59
|
+
- Risk is low.
|
|
60
|
+
- There are no runtime changes.
|
|
61
|
+
- There are no production configuration changes.
|
|
62
|
+
- Checks are green.
|
|
63
|
+
- There are no pending comments.
|
|
64
|
+
|
|
65
|
+
Assisted auto-merge is prohibited for:
|
|
66
|
+
|
|
67
|
+
- UI.
|
|
68
|
+
- Supabase.
|
|
69
|
+
- Edge Functions.
|
|
70
|
+
- Auth.
|
|
71
|
+
- Storage.
|
|
72
|
+
- Preview.
|
|
73
|
+
- Performance.
|
|
74
|
+
- Refactors.
|
|
75
|
+
- Changes with doubtful rollback.
|
|
19
76
|
|
|
20
77
|
## AI PR Preflight
|
|
21
78
|
|
|
@@ -36,10 +93,11 @@ Use the SSH host alias from your Git remote separately from the key path. Quiver
|
|
|
36
93
|
|
|
37
94
|
## Required PR Headings
|
|
38
95
|
|
|
39
|
-
All
|
|
96
|
+
All slice PR notes must use:
|
|
40
97
|
|
|
41
98
|
- `## Title`
|
|
42
99
|
- `## Summary`
|
|
100
|
+
- `## PR Policy`
|
|
43
101
|
- `## Scope`
|
|
44
102
|
- `## Files`
|
|
45
103
|
- `## How to Test (DETAILED - REQUIRED)`
|
|
@@ -66,5 +124,9 @@ Inside `How to Test`, use:
|
|
|
66
124
|
## Anti-Patterns
|
|
67
125
|
|
|
68
126
|
- Pushing directly to `develop`
|
|
69
|
-
- Reusing the same branch for
|
|
127
|
+
- Reusing the same branch for unrelated PRs
|
|
128
|
+
- Grouping behavior-changing slices
|
|
129
|
+
- Mixing docs-only slices with UI, backend, refactor, or performance work
|
|
130
|
+
- Auto-merging without explicit human authorization
|
|
131
|
+
- Auto-merging prohibited categories
|
|
70
132
|
- Writing PR bodies outside `pr.md`
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
# Guia Git y PR
|
|
2
|
+
|
|
3
|
+
## Reglas principales
|
|
4
|
+
|
|
5
|
+
- Un slice equivale a un commit.
|
|
6
|
+
- Un slice equivale a un PR por defecto.
|
|
7
|
+
- Un spec puede generar multiples PRs.
|
|
8
|
+
- Los PRs agrupados son excepciones y deben cumplir la politica de agrupacion.
|
|
9
|
+
- No mezclar PRs no relacionados en la misma branch.
|
|
10
|
+
- No abrir PR sin evidencia de validacion.
|
|
11
|
+
|
|
12
|
+
## Politica de tamano de PR
|
|
13
|
+
|
|
14
|
+
### PR individual obligatorio
|
|
15
|
+
|
|
16
|
+
Abri un PR individual para cualquier slice que incluya:
|
|
17
|
+
|
|
18
|
+
- codigo funcional;
|
|
19
|
+
- UI/UX;
|
|
20
|
+
- Supabase, Edge Functions, auth o storage;
|
|
21
|
+
- preview o comportamiento de deploy;
|
|
22
|
+
- performance o code-splitting;
|
|
23
|
+
- refactors;
|
|
24
|
+
- tests o CI que afecten gates.
|
|
25
|
+
|
|
26
|
+
### PR agrupado permitido
|
|
27
|
+
|
|
28
|
+
Un PR agrupado esta permitido solo si:
|
|
29
|
+
|
|
30
|
+
- incluye como maximo 2-3 slices;
|
|
31
|
+
- todos los slices son docs-only, research-only o limpieza mecanica de bajo riesgo;
|
|
32
|
+
- no cambia comportamiento;
|
|
33
|
+
- no mezcla docs con UI, backend, refactor o performance;
|
|
34
|
+
- cada slice mantiene evidencia separada;
|
|
35
|
+
- el PR completo puede revertirse sin dejar estado parcial.
|
|
36
|
+
|
|
37
|
+
Si una condicion falla, separa el trabajo en PRs individuales por slice.
|
|
38
|
+
|
|
39
|
+
## Politica de merge
|
|
40
|
+
|
|
41
|
+
- El merge humano es el default.
|
|
42
|
+
- Los agentes IA pueden crear PRs, corregir CI, monitorear checks y marcar PRs como listos.
|
|
43
|
+
- El auto-merge asistido solo esta permitido con autorizacion humana explicita para ese PR o para una categoria documentada.
|
|
44
|
+
|
|
45
|
+
## Politica de auto-merge asistido
|
|
46
|
+
|
|
47
|
+
El auto-merge asistido esta permitido solo si:
|
|
48
|
+
|
|
49
|
+
- el PR es docs-only o chore-only;
|
|
50
|
+
- el riesgo es bajo;
|
|
51
|
+
- no hay cambios runtime;
|
|
52
|
+
- no hay cambios de configuracion productiva;
|
|
53
|
+
- los checks estan verdes;
|
|
54
|
+
- no hay comentarios pendientes.
|
|
55
|
+
|
|
56
|
+
El auto-merge asistido esta prohibido para:
|
|
57
|
+
|
|
58
|
+
- UI;
|
|
59
|
+
- Supabase;
|
|
60
|
+
- Edge Functions;
|
|
61
|
+
- auth;
|
|
62
|
+
- storage;
|
|
63
|
+
- preview;
|
|
64
|
+
- performance;
|
|
65
|
+
- refactors;
|
|
66
|
+
- cambios con rollback dudoso.
|
|
67
|
+
|
|
68
|
+
## Preflight de PR
|
|
69
|
+
|
|
70
|
+
```bash
|
|
71
|
+
npx create-quiver ai pr --dry-run --ssh-host-alias <alias> --identity-file <key> --input <pr.md>
|
|
72
|
+
```
|
|
73
|
+
|
|
74
|
+
## Secciones requeridas del PR
|
|
75
|
+
|
|
76
|
+
- `## Title`
|
|
77
|
+
- `## Summary`
|
|
78
|
+
- `## PR Policy`
|
|
79
|
+
- `## Scope`
|
|
80
|
+
- `## Files`
|
|
81
|
+
- `## How to Test (DETAILED - REQUIRED)`
|
|
82
|
+
- `## Evidence`
|
|
83
|
+
- `## Rollback`
|
|
84
|
+
- `## Risks / Notes`
|
|
@@ -1,21 +1,78 @@
|
|
|
1
1
|
# Git and PR Guide
|
|
2
2
|
|
|
3
|
-
**Version:** 2.
|
|
3
|
+
**Version:** 2.1
|
|
4
4
|
**Last updated:** {{FECHA}}
|
|
5
5
|
|
|
6
6
|
## Purpose
|
|
7
7
|
|
|
8
|
-
This guide explains how to open and
|
|
8
|
+
This guide explains how to open, review, and merge slice PRs without breaking the canonical workflow.
|
|
9
9
|
|
|
10
10
|
## Core Rule
|
|
11
11
|
|
|
12
|
-
- One slice = one commit
|
|
13
|
-
- One
|
|
14
|
-
- One spec
|
|
12
|
+
- One slice = one commit.
|
|
13
|
+
- One slice = one PR by default.
|
|
14
|
+
- One spec can produce multiple PRs. Grouped PRs are exceptions and must meet the grouped PR policy below.
|
|
15
|
+
- One active PR should be worked from one dedicated worktree/branch.
|
|
15
16
|
- Slice numbers reset per spec. `slice-01` is the first slice in each spec.
|
|
16
|
-
- Do not commit directly to `develop`
|
|
17
|
-
- Open and merge the documentation PR before
|
|
18
|
-
- Do not open
|
|
17
|
+
- Do not commit directly to `develop` or any protected base branch.
|
|
18
|
+
- Open and merge the documentation PR that establishes `slice-00` before runtime slices start execution.
|
|
19
|
+
- Do not open runtime slice PRs before the documentation foundation is merged.
|
|
20
|
+
|
|
21
|
+
## PR Sizing Policy
|
|
22
|
+
|
|
23
|
+
### Individual PR Required
|
|
24
|
+
|
|
25
|
+
Open an individual PR for any slice that includes:
|
|
26
|
+
|
|
27
|
+
- Functional code.
|
|
28
|
+
- UI/UX changes.
|
|
29
|
+
- Supabase, Edge Functions, auth, or storage changes.
|
|
30
|
+
- Preview or deployment behavior.
|
|
31
|
+
- Performance or code-splitting changes.
|
|
32
|
+
- Refactors.
|
|
33
|
+
- Tests or CI changes that affect gates.
|
|
34
|
+
|
|
35
|
+
### Grouped PR Exception
|
|
36
|
+
|
|
37
|
+
A grouped PR is allowed only when all conditions are true:
|
|
38
|
+
|
|
39
|
+
- It contains at most 2-3 slices.
|
|
40
|
+
- Every included slice is docs-only, research-only, or low-risk mechanical cleanup.
|
|
41
|
+
- It does not change behavior.
|
|
42
|
+
- It does not mix docs with UI, backend, refactor, or performance work.
|
|
43
|
+
- Each slice keeps separate evidence.
|
|
44
|
+
- The whole PR can be reverted without leaving partial state.
|
|
45
|
+
|
|
46
|
+
If any condition fails, split the work into individual slice PRs.
|
|
47
|
+
|
|
48
|
+
## Merge Policy
|
|
49
|
+
|
|
50
|
+
- Human merge is the default.
|
|
51
|
+
- AI agents may create PRs, fix CI, monitor checks, and mark PRs as ready.
|
|
52
|
+
- Assisted auto-merge is allowed only when explicitly authorized by a human for that PR or for a documented category.
|
|
53
|
+
|
|
54
|
+
## Assisted Auto-Merge Policy
|
|
55
|
+
|
|
56
|
+
Assisted auto-merge is allowed only when all conditions are true:
|
|
57
|
+
|
|
58
|
+
- The PR is docs-only or chore-only.
|
|
59
|
+
- Risk is low.
|
|
60
|
+
- There are no runtime changes.
|
|
61
|
+
- There are no production configuration changes.
|
|
62
|
+
- Checks are green.
|
|
63
|
+
- There are no pending comments.
|
|
64
|
+
|
|
65
|
+
Assisted auto-merge is prohibited for:
|
|
66
|
+
|
|
67
|
+
- UI.
|
|
68
|
+
- Supabase.
|
|
69
|
+
- Edge Functions.
|
|
70
|
+
- Auth.
|
|
71
|
+
- Storage.
|
|
72
|
+
- Preview.
|
|
73
|
+
- Performance.
|
|
74
|
+
- Refactors.
|
|
75
|
+
- Changes with doubtful rollback.
|
|
19
76
|
|
|
20
77
|
## AI PR Preflight
|
|
21
78
|
|
|
@@ -36,10 +93,11 @@ Use the SSH host alias from your Git remote separately from the key path. Quiver
|
|
|
36
93
|
|
|
37
94
|
## Required PR Headings
|
|
38
95
|
|
|
39
|
-
All
|
|
96
|
+
All slice PR notes must use:
|
|
40
97
|
|
|
41
98
|
- `## Title`
|
|
42
99
|
- `## Summary`
|
|
100
|
+
- `## PR Policy`
|
|
43
101
|
- `## Scope`
|
|
44
102
|
- `## Files`
|
|
45
103
|
- `## How to Test (DETAILED - REQUIRED)`
|
|
@@ -66,5 +124,9 @@ Inside `How to Test`, use:
|
|
|
66
124
|
## Anti-Patterns
|
|
67
125
|
|
|
68
126
|
- Pushing directly to `develop`
|
|
69
|
-
- Reusing the same branch for
|
|
127
|
+
- Reusing the same branch for unrelated PRs
|
|
128
|
+
- Grouping behavior-changing slices
|
|
129
|
+
- Mixing docs-only slices with UI, backend, refactor, or performance work
|
|
130
|
+
- Auto-merging without explicit human authorization
|
|
131
|
+
- Auto-merging prohibited categories
|
|
70
132
|
- Writing PR bodies outside `pr.md`
|
package/docs/INDEX.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Quiver Documentation Index
|
|
2
2
|
|
|
3
|
-
**Last updated:** 2026-05-
|
|
3
|
+
**Last updated:** 2026-05-29
|
|
4
4
|
|
|
5
5
|
Use this file as the first documentation map before planning, implementing, reviewing, or opening PRs in this repository. Prefer the smallest set of linked documents that fits the task.
|
|
6
6
|
|
|
@@ -10,6 +10,7 @@ Use this file as the first documentation map before planning, implementing, revi
|
|
|
10
10
|
- **AI guide:** [`../README_FOR_AI.md`](../README_FOR_AI.md)
|
|
11
11
|
- **CLI UX standards:** [`./CLI_UX_GUIDE.md`](./CLI_UX_GUIDE.md)
|
|
12
12
|
- **Command reference:** [`./reference/commands.md`](./reference/commands.md)
|
|
13
|
+
- **Slice JSON schema:** [`./reference/slice-schema.md`](./reference/slice-schema.md)
|
|
13
14
|
- **Troubleshooting:** [`./TROUBLESHOOTING.md`](./TROUBLESHOOTING.md)
|
|
14
15
|
- **Git and PR workflow:** [`./GITFLOW_PR_GUIDE.md`](./GITFLOW_PR_GUIDE.md)
|
|
15
16
|
|
|
@@ -39,6 +40,15 @@ Canonical specs live outside `docs/` in [`../specs/`](../specs/).
|
|
|
39
40
|
|
|
40
41
|
Recent specs:
|
|
41
42
|
|
|
43
|
+
- [`../specs/quiver-v45-ci-actions-node24-readiness/SPEC.md`](../specs/quiver-v45-ci-actions-node24-readiness/SPEC.md)
|
|
44
|
+
- [`../specs/quiver-v44-provider-live-output-tui-lite/SPEC.md`](../specs/quiver-v44-provider-live-output-tui-lite/SPEC.md)
|
|
45
|
+
- [`../specs/quiver-v43-cli-i18n-audit-release-readiness/SPEC.md`](../specs/quiver-v43-cli-i18n-audit-release-readiness/SPEC.md)
|
|
46
|
+
- [`../specs/quiver-v42-cli-i18n-generated-docs/SPEC.md`](../specs/quiver-v42-cli-i18n-generated-docs/SPEC.md)
|
|
47
|
+
- [`../specs/quiver-v41-cli-i18n-ai-lifecycle/SPEC.md`](../specs/quiver-v41-cli-i18n-ai-lifecycle/SPEC.md)
|
|
48
|
+
- [`../specs/quiver-v40-cli-i18n-spec-slice-workflows/SPEC.md`](../specs/quiver-v40-cli-i18n-spec-slice-workflows/SPEC.md)
|
|
49
|
+
- [`../specs/quiver-v39-cli-i18n-setup-onboarding/SPEC.md`](../specs/quiver-v39-cli-i18n-setup-onboarding/SPEC.md)
|
|
50
|
+
- [`../specs/quiver-v38-cli-i18n-read-only-commands/SPEC.md`](../specs/quiver-v38-cli-i18n-read-only-commands/SPEC.md)
|
|
51
|
+
- [`../specs/quiver-v37-cli-i18n-foundation/SPEC.md`](../specs/quiver-v37-cli-i18n-foundation/SPEC.md)
|
|
42
52
|
- [`../specs/quiver-v36-ai-run-watch-portable/SPEC.md`](../specs/quiver-v36-ai-run-watch-portable/SPEC.md)
|
|
43
53
|
- [`../specs/quiver-v35-compact-dashboard-version-ux/SPEC.md`](../specs/quiver-v35-compact-dashboard-version-ux/SPEC.md)
|
|
44
54
|
- [`../specs/quiver-v34-cli-dashboard-status/SPEC.md`](../specs/quiver-v34-cli-dashboard-status/SPEC.md)
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# Indice de documentacion de {{PROJECT_NAME}}
|
|
2
|
+
|
|
3
|
+
**Ultima actualizacion:** {{FECHA}}
|
|
4
|
+
|
|
5
|
+
## Empezar aca
|
|
6
|
+
|
|
7
|
+
- **Contexto** - `./CONTEXTO.md`
|
|
8
|
+
- **Contexto para IA** - `./AI_CONTEXT.md`
|
|
9
|
+
- **Decisiones** - `./DECISIONS.md`
|
|
10
|
+
- **Prompt de onboarding IA** - `./AI_ONBOARDING_PROMPT.md`
|
|
11
|
+
- **Workflow** - `./WORKFLOW.md`
|
|
12
|
+
- **Comandos** - `./COMMANDS.md`
|
|
13
|
+
- **Matriz de soporte** - `./SUPPORT_MATRIX.md`
|
|
14
|
+
- **Troubleshooting** - `./TROUBLESHOOTING.md`
|
|
15
|
+
|
|
16
|
+
## Configuracion de IA
|
|
17
|
+
|
|
18
|
+
- **Principios** - `./ai/PRINCIPLES.md`
|
|
19
|
+
- **Reglas** - `./ai/RULES.yaml`
|
|
20
|
+
- **Lecciones** - `./ai/LESSONS.md`
|
|
21
|
+
|
|
22
|
+
## Mapa del proyecto
|
|
23
|
+
|
|
24
|
+
`docs/PROJECT_MAP.md` se crea con:
|
|
25
|
+
|
|
26
|
+
```bash
|
|
27
|
+
npx create-quiver analyze
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
Usalo despues del analisis para stack, package manager, comandos y pistas de archivos.
|
|
31
|
+
|
|
32
|
+
## Docs opcionales y perfiles
|
|
33
|
+
|
|
34
|
+
- `npx create-quiver init --full` agrega notas multi-agente, ejemplos y assets iniciales de spec.
|
|
35
|
+
- Los specs y slices reales se crean despues de aprobar criterios y plan tecnico con `npx create-quiver spec create`.
|
|
36
|
+
- Los wrappers Bash heredados solo se agregan con `--full` o `--legacy-scripts`.
|
package/docs/QUICK.md.template
CHANGED
|
@@ -15,7 +15,8 @@ Use `docs/PROJECT_MAP.md` for the package manager, project stack, test commands,
|
|
|
15
15
|
## Hard Rules
|
|
16
16
|
|
|
17
17
|
- One slice = one commit.
|
|
18
|
-
- One
|
|
18
|
+
- One slice = one PR by default.
|
|
19
|
+
- Grouped PRs are exceptions and must follow `docs/GITFLOW_PR_GUIDE.md`.
|
|
19
20
|
- Read `./STANDARD.md` for workflow details.
|
|
20
21
|
- Read `./DEEP.md` for history and context.
|
|
21
22
|
- Do not edit files outside the active slice.
|
|
@@ -19,7 +19,8 @@ This is the default context pack for everyday AI work.
|
|
|
19
19
|
- Use maps, metadata, and diffs before opening full source files.
|
|
20
20
|
- Keep scope inside the active slice.
|
|
21
21
|
- Make one commit per slice.
|
|
22
|
-
- Open one PR per
|
|
22
|
+
- Open one PR per slice by default.
|
|
23
|
+
- Group slices in one PR only when `docs/GITFLOW_PR_GUIDE.md` allows it.
|
|
23
24
|
- Record durable decisions in `docs/DECISIONS.md`.
|
|
24
25
|
- Treat `docs/PROJECT_MAP.md` as the single source of truth for stack, package manager, and command references.
|
|
25
26
|
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# Estado de {{PROJECT_NAME}}
|
|
2
|
+
|
|
3
|
+
Este archivo registra progreso, bloqueos y slice actual. Stack y comandos viven en `docs/PROJECT_MAP.md`.
|
|
4
|
+
|
|
5
|
+
## Estado general
|
|
6
|
+
|
|
7
|
+
- Progreso: {{X}}% completo
|
|
8
|
+
- Fase actual: {{FASE}}
|
|
9
|
+
- Proximo hito: [Descripcion]
|
|
10
|
+
|
|
11
|
+
## Resumen de slices
|
|
12
|
+
|
|
13
|
+
Todavia no hay slices de implementacion. Crea specs y slices solo despues de aprobar criterios de aceptacion y plan tecnico.
|
|
14
|
+
|
|
15
|
+
| Slice | Titulo | Estado | Progreso | Spec |
|
|
16
|
+
|---|---|---|---|---|
|
|
17
|
+
| slice-00 | Fundacion documental | Pendiente | 0% | `specs/<spec>/slices/slice-00-.../slice.json` |
|
|
18
|
+
|
|
19
|
+
## Bloqueos
|
|
20
|
+
|
|
21
|
+
| Bloqueo | Impacto | Mitigacion |
|
|
22
|
+
|---|---|---|
|
|
23
|
+
| - | - | - |
|
|
24
|
+
|
|
25
|
+
## Notas
|
|
26
|
+
|
|
27
|
+
- Actualiza este archivo al cerrar cada slice.
|
|
28
|
+
- Registra incertidumbre con `TODO`, `Assumption` o `Pending confirmation`.
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# Matriz de soporte
|
|
2
|
+
|
|
3
|
+
**Proyecto:** {{PROJECT_NAME}}
|
|
4
|
+
**Ultima actualizacion:** {{FECHA}}
|
|
5
|
+
|
|
6
|
+
## Entornos soportados
|
|
7
|
+
|
|
8
|
+
| Area | Soportado | Notas |
|
|
9
|
+
|---|---|---|
|
|
10
|
+
| Sistemas operativos | macOS, Linux y Windows | Runtime principal: Node CLI y scripts `quiver:*`. |
|
|
11
|
+
| Shells | Terminal, shells compatibles con bash, PowerShell y CMD | Bash es compatibilidad heredada, no dependencia obligatoria. |
|
|
12
|
+
| Git | Git 2.40+ | Debe soportar worktrees y refs estandar. |
|
|
13
|
+
| Node.js | Node 22.x LTS | Requerido en todos los OS soportados. |
|
|
14
|
+
| Branch base | `develop` o `main` | Preferir branch local; `origin` es opcional. |
|
|
15
|
+
| Estado del worktree | Limpio | La ejecucion de slices espera no mezclar cambios. |
|
|
16
|
+
|
|
17
|
+
## Reglas cross-platform
|
|
18
|
+
|
|
19
|
+
- Usar APIs Node para paths y filesystem.
|
|
20
|
+
- Mantener `--json` como contrato primario de automatizacion.
|
|
21
|
+
- Respetar `NO_COLOR`, CI y terminales sin TTY.
|
|
22
|
+
- No concatenar prompts largos en comandos shell.
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# Guia de testing para IA
|
|
2
|
+
|
|
3
|
+
**Proyecto:** {{PROJECT_NAME}}
|
|
4
|
+
**Ultima actualizacion:** {{FECHA}}
|
|
5
|
+
|
|
6
|
+
## Reglas
|
|
7
|
+
|
|
8
|
+
- Ejecuta primero tests focalizados del slice.
|
|
9
|
+
- Ejecuta validacion amplia solo cuando el cambio toque superficie compartida.
|
|
10
|
+
- No inventes comandos; usa los documentados en `docs/PROJECT_MAP.md` o `package.json`.
|
|
11
|
+
- Registra evidencia en el spec o slice correspondiente.
|
|
12
|
+
|
|
13
|
+
## Comandos sugeridos
|
|
14
|
+
|
|
15
|
+
```bash
|
|
16
|
+
npm test
|
|
17
|
+
npx create-quiver spec validate specs/<spec> --strict
|
|
18
|
+
git diff --check
|
|
19
|
+
```
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# Troubleshooting
|
|
2
|
+
|
|
3
|
+
**Proyecto:** {{PROJECT_NAME}}
|
|
4
|
+
**Ultima actualizacion:** {{FECHA}}
|
|
5
|
+
|
|
6
|
+
Usa esta guia cuando falle bootstrap, validacion o ejecucion de Quiver.
|
|
7
|
+
|
|
8
|
+
## Quiver no aparece en node_modules
|
|
9
|
+
|
|
10
|
+
### Sintoma
|
|
11
|
+
|
|
12
|
+
- `npx --yes create-quiver@latest ...` funciona.
|
|
13
|
+
- `node_modules/create-quiver` no existe.
|
|
14
|
+
- `package.json` no declara `create-quiver`.
|
|
15
|
+
|
|
16
|
+
### Recuperacion
|
|
17
|
+
|
|
18
|
+
1. Esto es esperado cuando se usa `npx`.
|
|
19
|
+
2. Usa `npx --yes create-quiver@latest` para ejecutar la version publicada mas reciente.
|
|
20
|
+
3. Instala localmente solo si el equipo quiere un workflow pineado:
|
|
21
|
+
|
|
22
|
+
```bash
|
|
23
|
+
npm install --save-dev create-quiver
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
## Falta branch base
|
|
27
|
+
|
|
28
|
+
### Sintoma
|
|
29
|
+
|
|
30
|
+
- `start-slice` no encuentra `develop` o `main`.
|
|
31
|
+
|
|
32
|
+
### Recuperacion
|
|
33
|
+
|
|
34
|
+
1. Crea o fetchea la branch base.
|
|
35
|
+
2. Vuelve a ejecutar la validacion del slice.
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# Workflow
|
|
2
|
+
|
|
3
|
+
**Fecha:** {{FECHA}}
|
|
4
|
+
|
|
5
|
+
Este documento define el workflow canonico de implementacion del proyecto.
|
|
6
|
+
|
|
7
|
+
## Reglas centrales
|
|
8
|
+
|
|
9
|
+
- No implementar sin slice.
|
|
10
|
+
- Un slice equivale a un commit.
|
|
11
|
+
- Un slice equivale a un PR por defecto.
|
|
12
|
+
- Un spec puede generar multiples PRs.
|
|
13
|
+
- Los PRs agrupados son excepciones y deben cumplir `docs/GITFLOW_PR_GUIDE.md`.
|
|
14
|
+
- El spec define el plan; el slice define la ejecucion.
|
|
15
|
+
- Ningun slice debe ejecutarse hasta estar listo.
|
|
16
|
+
- La salida JSON y los artefactos machine-readable no se traducen.
|
|
17
|
+
|
|
18
|
+
## Planificacion
|
|
19
|
+
|
|
20
|
+
1. Ejecuta `npx create-quiver flow` si no sabes el siguiente paso seguro.
|
|
21
|
+
2. Redacta criterios de aceptacion.
|
|
22
|
+
3. Redacta y revisa el plan tecnico.
|
|
23
|
+
4. Crea el spec con `npx create-quiver spec create`.
|
|
24
|
+
5. Ejecuta slices de a uno, manteniendo scope y evidencia.
|
|
25
|
+
|
|
26
|
+
## Validacion
|
|
27
|
+
|
|
28
|
+
```bash
|
|
29
|
+
npx create-quiver spec validate specs/<spec> --strict
|
|
30
|
+
git diff --check
|
|
31
|
+
```
|
|
@@ -8,7 +8,9 @@ This document is the canonical implementation workflow for the project.
|
|
|
8
8
|
|
|
9
9
|
- Do not implement without a slice.
|
|
10
10
|
- One slice maps to one commit.
|
|
11
|
-
- One
|
|
11
|
+
- One slice maps to one PR by default.
|
|
12
|
+
- One spec can produce multiple PRs.
|
|
13
|
+
- Grouped PRs are exceptions and must follow `docs/GITFLOW_PR_GUIDE.md`.
|
|
12
14
|
- Slice numbering is local to each spec. Every spec starts with mandatory `slice-00` as the documentary foundation; `slice-01` is the first implementation slice.
|
|
13
15
|
- The spec defines the plan; the slice defines the execution.
|
|
14
16
|
- No slice should enter execution until it is `ready`.
|
|
@@ -63,9 +65,9 @@ Use maps, metadata, diffs, and summaries first. Open full files only when the sm
|
|
|
63
65
|
- `ai execute-slice` updates `CLOSURE_BRIEF.md`, `EVIDENCE_REPORT.md`, `COMMAND_LOG.md`, `STATUS.md`, and `slice.json` only after the provider changes in-scope files and validation passes.
|
|
64
66
|
9. Validate with `npx create-quiver check-slice <slice.json>` or `npm run quiver:check-slice -- <slice.json>`.
|
|
65
67
|
10. Write evidence. Prefer `npx create-quiver evidence run -- <command>` when you need a compact local Markdown record of validation output.
|
|
66
|
-
11.
|
|
67
|
-
12.
|
|
68
|
-
13. After the PR is merged and the spec worktree is clean, close it with `npx create-quiver spec close specs/<spec-slug>`.
|
|
68
|
+
11. Open one PR for the completed slice by default. Use `npx create-quiver ai pr --dry-run --input specs/<spec-slug>/pr.md --ssh-host-alias <alias> ...` first when the generated spec PR body is the intended body, then add `--create` only after review. For slice-level PR bodies, keep the PR aligned with the slice `pr.md` and validate the slice evidence before creating the PR.
|
|
69
|
+
12. Repeat for the next slice until the spec is complete.
|
|
70
|
+
13. After the final PR for the spec is merged and the spec worktree is clean, close it with `npx create-quiver spec close specs/<spec-slug>`.
|
|
69
71
|
|
|
70
72
|
## Support Contract
|
|
71
73
|
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
---
|
|
2
|
+
purpose: "Active slice execution brief"
|
|
3
|
+
applies_when: "implementation"
|
|
4
|
+
token_cost: 409
|
|
5
|
+
last_updated: "2026-06-09"
|
|
6
|
+
supersedes: null
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# Active Slice
|
|
10
|
+
|
|
11
|
+
## Slice ID
|
|
12
|
+
|
|
13
|
+
slice-01-json-schema-for-slice-json
|
|
14
|
+
|
|
15
|
+
## Title
|
|
16
|
+
|
|
17
|
+
JSON Schema for slice.json
|
|
18
|
+
|
|
19
|
+
## Objective
|
|
20
|
+
|
|
21
|
+
Publish a slice.json JSON Schema aligned with runtime behavior.
|
|
22
|
+
|
|
23
|
+
## allowed_files
|
|
24
|
+
- docs/INDEX.md
|
|
25
|
+
- docs/reference/slice-schema.md
|
|
26
|
+
- docs/schema/**
|
|
27
|
+
- package.json
|
|
28
|
+
- package-lock.json
|
|
29
|
+
- scripts/ci/check-slice-schema.js
|
|
30
|
+
- scripts/package-quiver.sh
|
|
31
|
+
- tests/fixtures/slice-schema/invalid/empty-files.json
|
|
32
|
+
- tests/fixtures/slice-schema/invalid/missing-git-field.json
|
|
33
|
+
- tests/fixtures/slice-schema/invalid/missing-slice-id.json
|
|
34
|
+
- tests/fixtures/slice-schema/invalid/unsafe-allowed-write-path.json
|
|
35
|
+
- tests/schema/slice-schema.test.js
|
|
36
|
+
- specs/quiver-v52-schema-docs-release-hygiene/SPEC.md
|
|
37
|
+
- specs/quiver-v52-schema-docs-release-hygiene/STATUS.md
|
|
38
|
+
- specs/quiver-v52-schema-docs-release-hygiene/EVIDENCE_REPORT.md
|
|
39
|
+
- specs/quiver-v52-schema-docs-release-hygiene/slices/slice-01-json-schema-for-slice-json/CLOSURE_BRIEF.md
|
|
40
|
+
- specs/quiver-v52-schema-docs-release-hygiene/slices/slice-01-json-schema-for-slice-json/slice.json
|
|
41
|
+
- specs/quiver-v52-schema-docs-release-hygiene/slices/slice-01-json-schema-for-slice-json/pr.md
|
|
42
|
+
|
|
43
|
+
## Validation Commands
|
|
44
|
+
- npm ci
|
|
45
|
+
- npm run schema:slice:check
|
|
46
|
+
- node --test tests/schema/slice-schema.test.js
|
|
47
|
+
- npm run docs:check
|
|
48
|
+
- node --test
|
|
49
|
+
- npm run package:quiver
|
|
50
|
+
- git diff --check
|
|
51
|
+
|
|
52
|
+
## Definition of Done
|
|
53
|
+
- Schema is valid JSON Schema Draft-07 or higher.
|
|
54
|
+
- Schema validates existing valid slice fixtures.
|
|
55
|
+
- Schema rejects representative invalid fixtures.
|
|
56
|
+
- Docs reference the schema.
|
|
57
|
+
- Package smoke includes the schema if it is public.
|
|
58
|
+
|
|
59
|
+
## Prohibition
|
|
60
|
+
|
|
61
|
+
Do not edit any file outside allowed_files.
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# Lecciones aprendidas
|
|
2
|
+
|
|
3
|
+
**Ultima actualizacion:** {{FECHA}}
|
|
4
|
+
|
|
5
|
+
## [Titulo de la leccion]
|
|
6
|
+
|
|
7
|
+
### Contexto
|
|
8
|
+
|
|
9
|
+
[Que paso]
|
|
10
|
+
|
|
11
|
+
### Que funciono
|
|
12
|
+
|
|
13
|
+
- [Item 1]
|
|
14
|
+
- [Item 2]
|
|
15
|
+
|
|
16
|
+
### Que no funciono
|
|
17
|
+
|
|
18
|
+
- [Item 1]
|
|
19
|
+
- [Item 2]
|
|
20
|
+
|
|
21
|
+
### Proxima vez
|
|
22
|
+
|
|
23
|
+
- [Regla 1]
|
|
24
|
+
- [Regla 2]
|