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
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
Esta guía explica por qué Quiver normalmente se ejecuta con `npx`, cuándo aparece en `node_modules` y cuándo conviene instalarlo como dependencia del proyecto.
|
|
4
4
|
|
|
5
|
+
## Requisitos previos
|
|
6
|
+
|
|
7
|
+
- Node.js `>=20.12.0`.
|
|
8
|
+
- npm compatible con esa versión de Node.
|
|
9
|
+
|
|
10
|
+
El mínimo está declarado en `package.json` y se valida en CI. También coincide con el requisito de dependencias del CLI como `@clack/prompts`.
|
|
11
|
+
|
|
5
12
|
## Uso recomendado
|
|
6
13
|
|
|
7
14
|
Para usar la última versión publicada de Quiver, ejecutá:
|
|
@@ -71,10 +78,29 @@ Qué cambia:
|
|
|
71
78
|
|---|---|
|
|
72
79
|
| Probar Quiver rápidamente | `npx --yes create-quiver@latest` |
|
|
73
80
|
| Inicializar un proyecto nuevo | `npx --yes create-quiver@latest init --name "Mi Proyecto"` |
|
|
81
|
+
| Inicializar docs en espanol | `npx --yes create-quiver@latest --lang es init --name "Mi Proyecto"` |
|
|
74
82
|
| Usar siempre la última versión publicada | `npx --yes create-quiver@latest` |
|
|
75
83
|
| Fijar una versión para el equipo | `npm install --save-dev create-quiver` |
|
|
76
84
|
| Evitar dependencia local de workflow | Usar `npx` |
|
|
77
85
|
|
|
86
|
+
## Idioma del proyecto
|
|
87
|
+
|
|
88
|
+
Quiver puede generar documentacion humana inicial en `en` o `es`.
|
|
89
|
+
|
|
90
|
+
Para una ejecucion puntual:
|
|
91
|
+
|
|
92
|
+
```bash
|
|
93
|
+
npx --yes create-quiver@latest --lang es init --name "Mi Proyecto"
|
|
94
|
+
```
|
|
95
|
+
|
|
96
|
+
Para guardar el idioma del proyecto y no repetir flags:
|
|
97
|
+
|
|
98
|
+
```bash
|
|
99
|
+
npx --yes create-quiver@latest config language set es
|
|
100
|
+
```
|
|
101
|
+
|
|
102
|
+
El idioma configurado afecta la salida humana y los docs humanos generados. No traduce JSON, JSONL, `package.json`, `slice.json`, comandos, flags, rutas, providers, modelos ni otros artefactos machine-readable.
|
|
103
|
+
|
|
78
104
|
## Qué no hace Quiver
|
|
79
105
|
|
|
80
106
|
Quiver no se instala globalmente por defecto, no modifica credenciales de npm y no agrega una dependencia runtime a tu app salvo que lo pidas explícitamente con npm.
|
|
@@ -21,6 +21,79 @@ npx create-quiver <comando>
|
|
|
21
21
|
|
|
22
22
|
Más detalle: [Instalación y uso con npx](../getting-started/installation.md).
|
|
23
23
|
|
|
24
|
+
## Referencia generada desde el CLI
|
|
25
|
+
|
|
26
|
+
El bloque siguiente se actualiza con `npm run docs:commands:write` y se verifica con `npm run docs:commands:check`.
|
|
27
|
+
|
|
28
|
+
El contenido curado fuera de los marcadores se mantiene manual y no debe ser reescrito por el generador.
|
|
29
|
+
|
|
30
|
+
<!-- quiver:generated-cli-reference:start -->
|
|
31
|
+
> Generated by `npm run docs:commands:write` from `COMMAND_HELP_GROUPS` and checked against `node bin/create-quiver.js --lang en --help --no-color`. Do not edit this block manually.
|
|
32
|
+
|
|
33
|
+
| Group | Command | Runtime help |
|
|
34
|
+
|---|---|---|
|
|
35
|
+
| Bootstrap and project context | `init` | Create the default AI-first Quiver contract in the current project. |
|
|
36
|
+
| Bootstrap and project context | `analyze` | Scan the project and write docs/PROJECT_MAP.md plus .quiver scan data. |
|
|
37
|
+
| Bootstrap and project context | `doctor` | Validate the Quiver layout, generated docs, environment, and next safe steps. |
|
|
38
|
+
| Bootstrap and project context | `flow` | Show the read-only guided workflow stage, blockers, and next safe command. |
|
|
39
|
+
| Bootstrap and project context | `dashboard` | Show compact read-only project, spec, slice, run, approval, and agent status. |
|
|
40
|
+
| Bootstrap and project context | `version` | Show a Quiver-branded version report; use --json for metadata. |
|
|
41
|
+
| Bootstrap and project context | `changelog` | Show recent local CHANGELOG.md release entries; use --json for metadata. |
|
|
42
|
+
| Bootstrap and project context | `config language show\|set` | Inspect or update the effective Quiver language without editing JSON by hand. |
|
|
43
|
+
| Bootstrap and project context | `prepare` | Run setup diagnostics for providers, GitHub, SSH, and project readiness. |
|
|
44
|
+
| Bootstrap and project context | `migrate` | Upgrade an already initialized Quiver project to the current contract. |
|
|
45
|
+
| Planning and slice navigation | `plan` | List slices in execution order with critical path and optional JSON output. |
|
|
46
|
+
| Planning and slice navigation | `graph` | Render slice dependencies as tree, Mermaid, DOT, or JSON-ready graph output. |
|
|
47
|
+
| Planning and slice navigation | `next` | Print the next ready slice or every ready slice with --all-ready. |
|
|
48
|
+
| AI lifecycle | `ai run create\|close` | Create a durable AI lifecycle run or close/archive a completed or stale run without deleting evidence. |
|
|
49
|
+
| AI lifecycle | `ai active-slice status\|reconcile` | Inspect or dry-run reconcile local active-slice state from every supported source. |
|
|
50
|
+
| AI lifecycle | `ai status` | Show current AI lifecycle phase, approved versions, blockers, and next command. |
|
|
51
|
+
| AI lifecycle | `ai resume` | Resume guidance from the last valid lifecycle phase without chat memory. |
|
|
52
|
+
| AI lifecycle | `ai onboard` | Run or print the planner onboarding prompt with a token-aware context pack. |
|
|
53
|
+
| AI lifecycle | `ai prepare-context` | Preview or write docs-only AI context updates with assumptions and risks. |
|
|
54
|
+
| AI lifecycle | `ai agent set\|list\|show\|doctor\|repair` | Manage, diagnose, and dry-run repair planner, executor, reviewer, and doctor provider profiles without secrets. |
|
|
55
|
+
| AI lifecycle | `ai models list` | List provider/model ids known by Quiver without claiming account availability. |
|
|
56
|
+
| AI lifecycle | `ai plan` | Generate versioned planner drafts for acceptance criteria, technical plan, or spec phase. |
|
|
57
|
+
| AI lifecycle | `ai revise` | Create a new planner draft from human feedback without approving it. |
|
|
58
|
+
| AI lifecycle | `ai repair-plan` | Repair an approved technical plan into a new structured draft without mutating the approved artifact. |
|
|
59
|
+
| AI lifecycle | `ai review-plan` | Review the technical-plan draft for production readiness before approval. |
|
|
60
|
+
| AI lifecycle | `ai approve` | Approve a concrete saved draft version for the next planner phase. |
|
|
61
|
+
| AI lifecycle | `ai approvals` | Inspect approval status and saved planner drafts. |
|
|
62
|
+
| AI lifecycle | `ai prompt-slice` | Print a minimal executor prompt for one slice without provider execution. |
|
|
63
|
+
| AI lifecycle | `ai execute-slice` | Execute one slice with scope checks, redacted evidence, closure updates, and optional commit. |
|
|
64
|
+
| AI lifecycle | `ai execute-plan` | Print or execute dependency-safe waves in manual or delegated mode. |
|
|
65
|
+
| AI lifecycle | `ai doctor` | Run GitHub, SSH, and PR readiness preflight checks. |
|
|
66
|
+
| AI lifecycle | `ai pr` | Validate and optionally create a GitHub PR from the generated PR body. |
|
|
67
|
+
| Inspection and export | `ai inspect` | Show dashboard-friendly lifecycle state for specs, slices, runs, agents, and blockers. |
|
|
68
|
+
| Inspection and export | `ai export` | Export lifecycle state as JSON or Markdown for dashboards, PRs, or other agents. |
|
|
69
|
+
| Inspection and export | `ai specs list` | List specs with status, progress, slice counts, and paths. |
|
|
70
|
+
| Inspection and export | `ai slices list` | List slices with status, dependencies, blockers, and optional JSON. |
|
|
71
|
+
| Inspection and export | `ai trace report` | Report AI runs, execution waves, and migration guidance. |
|
|
72
|
+
| Specs, slices, and validation | `spec create` | Create the real spec tree from a reviewed approved technical plan. |
|
|
73
|
+
| Specs, slices, and validation | `spec start` | Create or reuse the dedicated worktree and branch for one spec. |
|
|
74
|
+
| Specs, slices, and validation | `spec status` | Show spec worktree, branch, slice-00 state, and pending slices. |
|
|
75
|
+
| Specs, slices, and validation | `spec validate` | Validate spec docs, slices, briefs, evidence, status, dependencies, and safe paths. |
|
|
76
|
+
| Specs, slices, and validation | `spec close` | Close a merged clean spec worktree and guide local sync. |
|
|
77
|
+
| Specs, slices, and validation | `slice start\|check\|pr\|scope\|cleanup\|refresh-active` | Canonical namespace for slice lifecycle, validation, scope, and board commands. |
|
|
78
|
+
| Specs, slices, and validation | `handoff check\|new` | Canonical namespace for validating or scaffolding handoff artifacts. |
|
|
79
|
+
| Specs, slices, and validation | `start-slice` | Start work on one slice and mark it active. |
|
|
80
|
+
| Specs, slices, and validation | `check-slice` | Validate slice structure, dependencies, scope, and readiness. |
|
|
81
|
+
| Specs, slices, and validation | `check-pr` | Validate PR readiness for a slice/spec workflow. |
|
|
82
|
+
| Specs, slices, and validation | `check-scope` | Compare changed files against a slice scope. |
|
|
83
|
+
| Specs, slices, and validation | `cleanup-slice` | Clean active-slice state after a slice finishes or is discarded. |
|
|
84
|
+
| Specs, slices, and validation | `refresh-active-slices` | Refresh generated active-slice boards. |
|
|
85
|
+
| Specs, slices, and validation | `check-handoff` | Validate a transfer handoff or per-slice execution/closure brief. |
|
|
86
|
+
| Specs, slices, and validation | `new-handoff` | Create a handoff scaffold for exceptional context transfer. |
|
|
87
|
+
| Evidence and demos | `evidence run` | Run a command and record exit code, duration, redacted output, and Markdown evidence. |
|
|
88
|
+
| Evidence and demos | `evidence list` | List local evidence records; use --json for automation. |
|
|
89
|
+
| Evidence and demos | `evidence show` | Show one local evidence record; use --json for automation. |
|
|
90
|
+
| Evidence and demos | `demo create spec-viewer` | Create or preview the optional static Quiver Spec Viewer demo scaffold. |
|
|
91
|
+
| Shortcuts and compatibility | `--name "<project>"` | Compatibility alias for init when bootstrapping a project. |
|
|
92
|
+
| Shortcuts and compatibility | `--version / -V` | Print the installed create-quiver package version. |
|
|
93
|
+
| Shortcuts and compatibility | `--help / help` | Show this command reference. |
|
|
94
|
+
| Shortcuts and compatibility | `quiver` | Local installed alias to the same CLI; use npx create-quiver for bootstrap. |
|
|
95
|
+
<!-- quiver:generated-cli-reference:end -->
|
|
96
|
+
|
|
24
97
|
## Configuración inicial
|
|
25
98
|
|
|
26
99
|
| Comando | Para qué sirve |
|
|
@@ -29,19 +102,86 @@ Más detalle: [Instalación y uso con npx](../getting-started/installation.md).
|
|
|
29
102
|
| `npx --yes create-quiver@latest version` | Muestra un reporte de versión con banner Quiver, runtime, package manager y proyecto detectado. |
|
|
30
103
|
| `npx --yes create-quiver@latest version --json` | Emite el reporte de versión como JSON parseable para automatización. |
|
|
31
104
|
| `npx --yes create-quiver@latest --help` | Muestra los comandos soportados. |
|
|
105
|
+
| `npx --yes create-quiver@latest config language show` | Muestra el idioma efectivo y su fuente de configuración. |
|
|
106
|
+
| `npx --yes create-quiver@latest config language show --json` | Emite el idioma efectivo como JSON estable. |
|
|
107
|
+
| `npx --yes create-quiver@latest config language set es` | Guarda `es` como idioma del proyecto en `.quiver/config.json`. |
|
|
108
|
+
| `npx --yes create-quiver@latest config language set en --global` | Guarda `en` como idioma global en `~/.quiver/config.json`. |
|
|
32
109
|
| `npx --yes create-quiver@latest init --name "Proyecto"` | Inicializa Quiver en un proyecto. |
|
|
33
|
-
| `npx --yes create-quiver@latest init --interactive` | Abre una guía interactiva para elegir modo de proyecto, metodología `wdd-sdd`, perfil inicial y próximos pasos de agentes. |
|
|
34
|
-
| `npx --yes create-quiver@latest migrate --dry-run` | Previsualiza migración de un proyecto Quiver anterior. |
|
|
35
|
-
| `npx --yes create-quiver@latest migrate` |
|
|
110
|
+
| `npx --yes create-quiver@latest init --interactive` | Abre una guía interactiva para elegir idioma del proyecto, modo de proyecto, metodología `wdd-sdd`, perfil inicial y próximos pasos de agentes. |
|
|
111
|
+
| `npx --yes create-quiver@latest migrate --dry-run` | Previsualiza migración de un proyecto Quiver anterior sin pedir confirmación ni escribir archivos. |
|
|
112
|
+
| `npx --yes create-quiver@latest migrate` | En TTY pide confirmación antes de escribir; en no-TTY falla con guía para usar `--dry-run` o `--yes`. |
|
|
113
|
+
| `npx --yes create-quiver@latest migrate --yes` | Aplica la migración sin prompt para automatización. |
|
|
36
114
|
| `npx --yes create-quiver@latest analyze` | Genera mapa del proyecto y datos de escaneo. |
|
|
37
115
|
| `npx --yes create-quiver@latest doctor` | Valida la salud de Quiver. |
|
|
38
116
|
| `npx --yes create-quiver@latest doctor --json` | Emite el mismo diagnóstico de Doctor como JSON parseable para automatización. |
|
|
39
117
|
| `npx --yes create-quiver@latest flow` | Muestra el próximo paso seguro. |
|
|
118
|
+
| `npx --yes create-quiver@latest flow --json` | Emite el próximo paso seguro como JSON parseable; incluye `nextCommand` y el alias compatible `next_command` con el mismo valor. |
|
|
40
119
|
| `npx --yes create-quiver@latest dashboard` | Muestra un resumen compacto read-only del proyecto, specs, slices, runs, approvals y agentes. |
|
|
41
120
|
| `npx --yes create-quiver@latest dashboard --details` | Muestra el reporte humano completo cuando se necesita auditoría sin perder el resumen por defecto. |
|
|
42
|
-
| `npx --yes create-quiver@latest dashboard --section <name>` | Muestra una sección humana puntual como `specs`, `slices`, `blockers`, `warnings`, `agents`, `approvals`, `runs`, `active-slice` o `next-steps`. |
|
|
121
|
+
| `npx --yes create-quiver@latest dashboard --section <name>` | Muestra una sección humana puntual como `overview`, `specs`, `slices`, `blockers`, `warnings`, `agents`, `approvals`, `runs`, `active-slice` o `next-steps`. |
|
|
43
122
|
| `npx --yes create-quiver@latest dashboard --limit <n>` | Ajusta el límite de listas del dashboard compacto entre 1 y 100. |
|
|
44
123
|
|
|
124
|
+
## Evidencia de validaciones
|
|
125
|
+
|
|
126
|
+
| Comando | Para qué sirve |
|
|
127
|
+
|---|---|
|
|
128
|
+
| `npx --yes create-quiver@latest evidence run -- <command>` | Ejecuta un comando, preserva su exit code y escribe evidencia Markdown con duración, salida redactada y truncada. |
|
|
129
|
+
| `npx --yes create-quiver@latest evidence run --output .quiver/evidence/test.md -- <command>` | Escribe la evidencia en una ruta explícita dentro del proyecto. |
|
|
130
|
+
| `npx --yes create-quiver@latest evidence list --json` | Lista los archivos locales de evidencia como JSON parseable para automatización. |
|
|
131
|
+
| `npx --yes create-quiver@latest evidence show .quiver/evidence/test.md --json` | Muestra un archivo de evidencia como JSON parseable con contenido y metadatos. |
|
|
132
|
+
|
|
133
|
+
`evidence run` conserva el exit code del comando envuelto incluso cuando falla y escribe evidencia de la falla antes de salir. Si el proceso termina por señal, el registro incluye `Signal` y el CLI devuelve el exit code estándar `128 + signal`.
|
|
134
|
+
|
|
135
|
+
Las rutas explícitas de `--output` y las rutas pasadas a `evidence show` deben permanecer dentro del root del proyecto. Quiver rechaza traversal (`..`) y escapes por symlink antes de ejecutar el comando o leer el archivo. La salida se redacta y trunca como defensa de seguridad, pero no reemplaza la revisión humana cuando un comando imprime secretos deliberadamente.
|
|
136
|
+
|
|
137
|
+
## Idioma del CLI
|
|
138
|
+
|
|
139
|
+
Quiver resuelve el idioma de salida humana en este orden:
|
|
140
|
+
|
|
141
|
+
1. `--lang en|es`
|
|
142
|
+
2. variable de entorno `QUIVER_LANG`
|
|
143
|
+
3. `.quiver/config.json`
|
|
144
|
+
4. `~/.quiver/config.json`
|
|
145
|
+
5. locale del entorno
|
|
146
|
+
6. `en`
|
|
147
|
+
|
|
148
|
+
Ejemplos:
|
|
149
|
+
|
|
150
|
+
```bash
|
|
151
|
+
npx --yes create-quiver@latest --lang es dashboard
|
|
152
|
+
QUIVER_LANG=es npx --yes create-quiver@latest flow
|
|
153
|
+
npx --yes create-quiver@latest config language set es
|
|
154
|
+
npx --yes create-quiver@latest config language set en --global
|
|
155
|
+
```
|
|
156
|
+
|
|
157
|
+
`--json` conserva claves y estructura machine-readable en ingles tecnico; no traduce campos, codigos, comandos, flags, rutas, ids, providers ni modelos.
|
|
158
|
+
|
|
159
|
+
## Nota de release i18n
|
|
160
|
+
|
|
161
|
+
La superficie documentada del CLI soporta salida humana en `en` y `es` para comandos de inicializacion, configuracion, lectura de estado, dashboard, workflow de specs/slices, comandos IA, gates y PR. El idioma configurado al ejecutar `config language set es|en` se reutiliza en ejecuciones posteriores sin repetir flags; `--lang` y `QUIVER_LANG` siguen disponibles como overrides puntuales.
|
|
162
|
+
|
|
163
|
+
La garantia de compatibilidad aplica a la salida humana. JSON/JSONL, nombres de campos, codigos, comandos, flags, rutas, ids, providers, modelos y snippets copiables se mantienen estables para automatizacion.
|
|
164
|
+
|
|
165
|
+
## Idioma de docs generados
|
|
166
|
+
|
|
167
|
+
El idioma configurado tambien aplica a documentacion humana generada por Quiver, como los docs creados por `init`.
|
|
168
|
+
|
|
169
|
+
Ejemplos:
|
|
170
|
+
|
|
171
|
+
```bash
|
|
172
|
+
npx --yes create-quiver@latest --lang es init --name "Proyecto"
|
|
173
|
+
npx --yes create-quiver@latest config language set es
|
|
174
|
+
npx --yes create-quiver@latest init --name "Proyecto"
|
|
175
|
+
```
|
|
176
|
+
|
|
177
|
+
Reglas:
|
|
178
|
+
|
|
179
|
+
- `--lang en|es` puede usarse como override para una ejecucion.
|
|
180
|
+
- `.quiver/config.json` se usa como idioma por defecto del proyecto cuando no se pasa `--lang`.
|
|
181
|
+
- Templates humanos Markdown pueden tener variantes localizadas, por ejemplo `docs/INDEX.md.es.template`.
|
|
182
|
+
- Si falta una variante localizada, Quiver hace fallback explicito al template base en `en`.
|
|
183
|
+
- Artefactos machine-readable como `package.template.json`, `slice.json`, JSON/JSONL, ids, comandos, flags, rutas, providers y modelos no se traducen.
|
|
184
|
+
|
|
45
185
|
## Planificación con IA
|
|
46
186
|
|
|
47
187
|
| Comando | Para qué sirve |
|
|
@@ -85,10 +225,16 @@ Más detalle: [Instalación y uso con npx](../getting-started/installation.md).
|
|
|
85
225
|
| `npx --yes create-quiver@latest spec create --interactive` | Guía la selección de metodología `wdd-sdd`, input aprobado y modo de revisión antes de escribir. |
|
|
86
226
|
| `npx --yes create-quiver@latest spec validate specs/<spec> --strict` | Valida el paquete de spec. |
|
|
87
227
|
| `npx --yes create-quiver@latest spec start specs/<spec>` | Crea o reutiliza el worktree de una spec. |
|
|
88
|
-
| `npx --yes create-quiver@latest
|
|
228
|
+
| `npx --yes create-quiver@latest slice start specs/<spec>/slices/<slice>/slice.json` | Inicia trabajo sobre un slice usando el namespace canónico. |
|
|
229
|
+
| `npx --yes create-quiver@latest slice check --local specs/<spec>/slices/<slice>/slice.json` | Valida estructura local de un slice usando el namespace canónico. |
|
|
230
|
+
| `npx --yes create-quiver@latest slice pr specs/<spec>/slices/<slice>/slice.json` | Valida preparación de PR de un slice usando el namespace canónico. |
|
|
231
|
+
| `npx --yes create-quiver@latest slice scope specs/<spec>/slices/<slice>/slice.json` | Compara archivos modificados contra el scope declarado usando el namespace canónico. |
|
|
232
|
+
| `npx --yes create-quiver@latest handoff check specs/<spec>/slices/<slice>/EXECUTION_BRIEF.md` | Valida un handoff o brief usando el namespace canónico. |
|
|
233
|
+
| `npx --yes create-quiver@latest handoff new <spec-slug>` | Crea un handoff excepcional usando el namespace canónico. |
|
|
234
|
+
| `npx --yes create-quiver@latest plan --spec <spec>` | Muestra el orden de ejecución de slices; la salida humana avisa si algun slice no tiene `estimated_hours` positivo y lo cuenta como `0h`. |
|
|
89
235
|
| `npx --yes create-quiver@latest dashboard --spec <spec>` | Muestra estado consolidado read-only para una spec sin ocultar el progreso global. |
|
|
90
236
|
| `npx --yes create-quiver@latest dashboard --section slices --spec <spec>` | Inspecciona solo slices de la spec seleccionada. |
|
|
91
|
-
| `npx --yes create-quiver@latest graph --spec <spec>` | Muestra dependencias entre slices. |
|
|
237
|
+
| `npx --yes create-quiver@latest graph --spec <spec>` | Muestra dependencias entre slices; `--level <n>` acota un nivel y muestra un estado vacio humano si no hay slices en ese nivel. |
|
|
92
238
|
| `npx --yes create-quiver@latest next --all-ready --spec <spec>` | Lista slices listos para ejecutar. |
|
|
93
239
|
| `npx --yes create-quiver@latest ai prompt-slice --slice <slice.json> --dry-run` | Imprime un prompt mínimo para el ejecutor. |
|
|
94
240
|
| `npx --yes create-quiver@latest ai execute-slice --slice <slice.json> --commit` | Ejecuta un slice y commitea después de validar. |
|
|
@@ -104,6 +250,8 @@ Más detalle: [Instalación y uso con npx](../getting-started/installation.md).
|
|
|
104
250
|
| `npx --yes create-quiver@latest spec close specs/<spec> --dry-run` | Previsualiza limpieza del worktree después del merge. |
|
|
105
251
|
| `npx --yes create-quiver@latest spec close specs/<spec>` | Cierra el worktree de la spec mergeada. |
|
|
106
252
|
|
|
253
|
+
Base branch policy: `--base <branch>` always wins. Without `--base`, slice readiness commands prefer `slice.json` `git.base_branch`, then Remote HEAD, then `main`, `master`, and `develop`. `ai pr`, `spec start`, and `spec close` use Remote HEAD before the same fallback list when no slice-specific base applies.
|
|
254
|
+
|
|
107
255
|
## Opciones útiles
|
|
108
256
|
|
|
109
257
|
| Opción | Para qué sirve |
|
|
@@ -116,8 +264,10 @@ Más detalle: [Instalación y uso con npx](../getting-started/installation.md).
|
|
|
116
264
|
| `--methodology wdd-sdd` | Declara la metodología soportada por comandos interactivos o automatizados. |
|
|
117
265
|
| `--no-color` | Desactiva colores ANSI en salida humana. |
|
|
118
266
|
| `--json` | Emite salida machine-readable en comandos que lo soportan, incluyendo `dashboard` y `version`. |
|
|
267
|
+
| `--lang en\|es` | Sobrescribe el idioma efectivo de la salida humana para una ejecución. |
|
|
268
|
+
| `--global` | En `config language set`, escribe la configuración global de usuario en `~/.quiver/config.json`. |
|
|
119
269
|
| `--details` | Expande el dashboard humano completo; no combina con `--json` ni `--section`. |
|
|
120
|
-
| `--section <name>` | Muestra una sección humana del dashboard
|
|
270
|
+
| `--section <name>` | Muestra una sección humana del dashboard: `overview`, `specs`, `slices`, `blockers`, `warnings`, `agents`, `approvals`, `runs`, `active-slice` o `next-steps`; no combina con `--json` ni `--details`. |
|
|
121
271
|
| `--limit <n>` | Limita listas del dashboard compacto entre 1 y 100; no combina con `--json`. |
|
|
122
272
|
| `--provider codex\|claude\|gemini` | Selecciona CLI local de proveedor. |
|
|
123
273
|
| `--model <model-id>` | Selecciona el identificador técnico del modelo para `ai agent set` o ejecución de proveedor. Quiver normaliza alias conocidos, pero no garantiza acceso en la cuenta del proveedor. |
|
|
@@ -127,6 +277,8 @@ Más detalle: [Instalación y uso con npx](../getting-started/installation.md).
|
|
|
127
277
|
| `--ssh-host-alias <alias>` | Alias SSH de GitHub para validaciones de PR. |
|
|
128
278
|
| `--identity-file <path>` | Ruta de la clave SSH para validaciones de PR. |
|
|
129
279
|
|
|
280
|
+
`graph --json` mantiene precedencia sobre `--format <tree|mermaid|dot>` cuando ambos se pasan: la salida sigue siendo JSON parseable y no render Mermaid/DOT. Los formatos humanos siguen disponibles sin `--json`.
|
|
281
|
+
|
|
130
282
|
## Matriz de flags UX
|
|
131
283
|
|
|
132
284
|
| Comando | `--with-planner` | `--interactive` | `--review` |
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# Slice JSON Schema
|
|
2
|
+
|
|
3
|
+
Quiver publishes a JSON Schema for executable `slice.json` files:
|
|
4
|
+
|
|
5
|
+
- Schema file: [`../schema/slice.schema.json`](../schema/slice.schema.json)
|
|
6
|
+
- Check command: `npm run schema:slice:check`
|
|
7
|
+
|
|
8
|
+
## Source Of Truth
|
|
9
|
+
|
|
10
|
+
The schema follows the current runtime contract instead of an aspirational model:
|
|
11
|
+
|
|
12
|
+
- `src/create-quiver/commands/spec.js` validates spec and slice structure.
|
|
13
|
+
- `src/create-quiver/lib/slice.js` reads slice metadata for lifecycle commands.
|
|
14
|
+
- `src/create-quiver/lib/readiness.js` validates local execution and PR readiness.
|
|
15
|
+
- `src/create-quiver/lib/ai/spec-generator.js` generates and validates generated slice JSON.
|
|
16
|
+
|
|
17
|
+
`check-slice --local` still requires a non-empty `files` array. Newer scope tooling can prefer `allowed_write_paths` when it is present, but `files` remains part of the executable contract for now.
|
|
18
|
+
|
|
19
|
+
## Validate Local Slices
|
|
20
|
+
|
|
21
|
+
Run:
|
|
22
|
+
|
|
23
|
+
```bash
|
|
24
|
+
npm run schema:slice:check
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
The check validates runtime-valid `specs/**/slices/**/slice.json` and `examples/**/slices/**/slice.json` fixtures, skips placeholder templates, and verifies representative invalid fixtures fail.
|
|
28
|
+
|
|
29
|
+
## Editor Usage
|
|
30
|
+
|
|
31
|
+
Use this schema in editors or external validation tools by pointing them at:
|
|
32
|
+
|
|
33
|
+
```txt
|
|
34
|
+
docs/schema/slice.schema.json
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
The schema rejects unsafe path values such as absolute paths, `file:` URLs, drive-root paths, and `..` traversal segments.
|
|
@@ -0,0 +1,221 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "https://quiver.dev/schemas/slice.schema.json",
|
|
4
|
+
"title": "Quiver slice.json",
|
|
5
|
+
"description": "Schema for executable Quiver slice contracts. It is derived from current runtime validation in src/create-quiver/commands/spec.js, src/create-quiver/lib/slice.js, src/create-quiver/lib/readiness.js, and generated slice output in src/create-quiver/lib/ai/spec-generator.js.",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"additionalProperties": false,
|
|
8
|
+
"required": [
|
|
9
|
+
"slice_id",
|
|
10
|
+
"ticket",
|
|
11
|
+
"type",
|
|
12
|
+
"title",
|
|
13
|
+
"objective",
|
|
14
|
+
"description",
|
|
15
|
+
"git",
|
|
16
|
+
"must",
|
|
17
|
+
"not_included",
|
|
18
|
+
"acceptance",
|
|
19
|
+
"files",
|
|
20
|
+
"tests",
|
|
21
|
+
"estimated_hours",
|
|
22
|
+
"status"
|
|
23
|
+
],
|
|
24
|
+
"properties": {
|
|
25
|
+
"slice_id": {
|
|
26
|
+
"type": "string",
|
|
27
|
+
"pattern": "^slice-[A-Za-z0-9][A-Za-z0-9._-]*$",
|
|
28
|
+
"description": "Directory-local slice id. Runtime spec validation also requires this value to match the parent slice directory name."
|
|
29
|
+
},
|
|
30
|
+
"ticket": {
|
|
31
|
+
"$ref": "#/definitions/nonEmptyString"
|
|
32
|
+
},
|
|
33
|
+
"type": {
|
|
34
|
+
"$ref": "#/definitions/nonEmptyString"
|
|
35
|
+
},
|
|
36
|
+
"title": {
|
|
37
|
+
"$ref": "#/definitions/nonEmptyString"
|
|
38
|
+
},
|
|
39
|
+
"objective": {
|
|
40
|
+
"$ref": "#/definitions/nonEmptyString"
|
|
41
|
+
},
|
|
42
|
+
"description": {
|
|
43
|
+
"$ref": "#/definitions/nonEmptyString"
|
|
44
|
+
},
|
|
45
|
+
"git": {
|
|
46
|
+
"type": "object",
|
|
47
|
+
"additionalProperties": false,
|
|
48
|
+
"required": [
|
|
49
|
+
"branch_type",
|
|
50
|
+
"base_branch",
|
|
51
|
+
"branch_slug",
|
|
52
|
+
"branch_name"
|
|
53
|
+
],
|
|
54
|
+
"properties": {
|
|
55
|
+
"branch_type": {
|
|
56
|
+
"$ref": "#/definitions/gitRefPart",
|
|
57
|
+
"description": "Current slice start runtime supports feature, bugfix, and hotfix; historical slices may use other non-empty types."
|
|
58
|
+
},
|
|
59
|
+
"base_branch": {
|
|
60
|
+
"$ref": "#/definitions/gitRefPart"
|
|
61
|
+
},
|
|
62
|
+
"branch_slug": {
|
|
63
|
+
"$ref": "#/definitions/gitRefPart"
|
|
64
|
+
},
|
|
65
|
+
"branch_name": {
|
|
66
|
+
"$ref": "#/definitions/gitRef"
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
"ui_scope": {
|
|
71
|
+
"type": "object",
|
|
72
|
+
"additionalProperties": false,
|
|
73
|
+
"properties": {
|
|
74
|
+
"routes": {
|
|
75
|
+
"$ref": "#/definitions/stringList"
|
|
76
|
+
},
|
|
77
|
+
"components": {
|
|
78
|
+
"$ref": "#/definitions/stringList"
|
|
79
|
+
},
|
|
80
|
+
"layouts": {
|
|
81
|
+
"$ref": "#/definitions/stringList"
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
"must": {
|
|
86
|
+
"$ref": "#/definitions/stringList"
|
|
87
|
+
},
|
|
88
|
+
"not_included": {
|
|
89
|
+
"$ref": "#/definitions/stringList"
|
|
90
|
+
},
|
|
91
|
+
"acceptance": {
|
|
92
|
+
"$ref": "#/definitions/stringList"
|
|
93
|
+
},
|
|
94
|
+
"files": {
|
|
95
|
+
"allOf": [
|
|
96
|
+
{
|
|
97
|
+
"$ref": "#/definitions/pathList"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"type": "array",
|
|
101
|
+
"minItems": 1
|
|
102
|
+
}
|
|
103
|
+
],
|
|
104
|
+
"description": "Legacy and still-required write scope. Current check-slice local validation requires this array to exist."
|
|
105
|
+
},
|
|
106
|
+
"expected_read_paths": {
|
|
107
|
+
"$ref": "#/definitions/pathList"
|
|
108
|
+
},
|
|
109
|
+
"allowed_write_paths": {
|
|
110
|
+
"$ref": "#/definitions/pathList",
|
|
111
|
+
"description": "Preferred write scope for graph and executor tooling. When present and non-empty, runtime scope logic prefers this over files."
|
|
112
|
+
},
|
|
113
|
+
"tests": {
|
|
114
|
+
"$ref": "#/definitions/stringList"
|
|
115
|
+
},
|
|
116
|
+
"documentation": {
|
|
117
|
+
"$ref": "#/definitions/pathList"
|
|
118
|
+
},
|
|
119
|
+
"dependencies": {
|
|
120
|
+
"$ref": "#/definitions/stringList",
|
|
121
|
+
"description": "Legacy dependency field used by older slice graph input."
|
|
122
|
+
},
|
|
123
|
+
"depends_on": {
|
|
124
|
+
"$ref": "#/definitions/stringList",
|
|
125
|
+
"description": "Preferred dependency field. Runtime graph validation normalizes bare slice ids and full spec/slice refs."
|
|
126
|
+
},
|
|
127
|
+
"parallel_safe": {
|
|
128
|
+
"type": "string",
|
|
129
|
+
"enum": [
|
|
130
|
+
"after_dependencies",
|
|
131
|
+
"conditional",
|
|
132
|
+
"maybe",
|
|
133
|
+
"never",
|
|
134
|
+
"no",
|
|
135
|
+
"yes"
|
|
136
|
+
]
|
|
137
|
+
},
|
|
138
|
+
"parallel_safe_reason": {
|
|
139
|
+
"$ref": "#/definitions/nonEmptyString"
|
|
140
|
+
},
|
|
141
|
+
"validation_hints": {
|
|
142
|
+
"$ref": "#/definitions/stringList"
|
|
143
|
+
},
|
|
144
|
+
"assumptions": {
|
|
145
|
+
"$ref": "#/definitions/stringList"
|
|
146
|
+
},
|
|
147
|
+
"estimated_hours": {
|
|
148
|
+
"type": "number",
|
|
149
|
+
"minimum": 0
|
|
150
|
+
},
|
|
151
|
+
"actual_hours": {
|
|
152
|
+
"type": [
|
|
153
|
+
"number",
|
|
154
|
+
"null"
|
|
155
|
+
],
|
|
156
|
+
"minimum": 0
|
|
157
|
+
},
|
|
158
|
+
"status": {
|
|
159
|
+
"type": "string",
|
|
160
|
+
"enum": [
|
|
161
|
+
"blocked",
|
|
162
|
+
"cancelled",
|
|
163
|
+
"completed",
|
|
164
|
+
"draft",
|
|
165
|
+
"planned",
|
|
166
|
+
"ready"
|
|
167
|
+
]
|
|
168
|
+
},
|
|
169
|
+
"blocked_reason": {
|
|
170
|
+
"$ref": "#/definitions/nullableString"
|
|
171
|
+
},
|
|
172
|
+
"ready_at": {
|
|
173
|
+
"$ref": "#/definitions/nullableString"
|
|
174
|
+
},
|
|
175
|
+
"started_at": {
|
|
176
|
+
"$ref": "#/definitions/nullableString"
|
|
177
|
+
},
|
|
178
|
+
"completed_at": {
|
|
179
|
+
"$ref": "#/definitions/nullableString"
|
|
180
|
+
}
|
|
181
|
+
},
|
|
182
|
+
"definitions": {
|
|
183
|
+
"nonEmptyString": {
|
|
184
|
+
"type": "string",
|
|
185
|
+
"pattern": "\\S"
|
|
186
|
+
},
|
|
187
|
+
"nullableString": {
|
|
188
|
+
"type": [
|
|
189
|
+
"string",
|
|
190
|
+
"null"
|
|
191
|
+
]
|
|
192
|
+
},
|
|
193
|
+
"stringList": {
|
|
194
|
+
"type": "array",
|
|
195
|
+
"items": {
|
|
196
|
+
"$ref": "#/definitions/nonEmptyString"
|
|
197
|
+
},
|
|
198
|
+
"uniqueItems": true
|
|
199
|
+
},
|
|
200
|
+
"projectRelativePath": {
|
|
201
|
+
"type": "string",
|
|
202
|
+
"pattern": "^(?!file:)(?!/)(?![A-Za-z]:[\\\\/])(?!.*(?:^|[\\\\/])\\.\\.(?:[\\\\/]|$)).*\\S.*$",
|
|
203
|
+
"description": "Project-relative path without file URLs, absolute paths, drive roots, or traversal segments. Runtime normalizes Windows separators to POSIX."
|
|
204
|
+
},
|
|
205
|
+
"pathList": {
|
|
206
|
+
"type": "array",
|
|
207
|
+
"items": {
|
|
208
|
+
"$ref": "#/definitions/projectRelativePath"
|
|
209
|
+
},
|
|
210
|
+
"uniqueItems": true
|
|
211
|
+
},
|
|
212
|
+
"gitRefPart": {
|
|
213
|
+
"type": "string",
|
|
214
|
+
"pattern": "^(?!/)(?!.*\\.\\.)(?!.*\\\\)(?!.*//)(?!.*\\/$)[A-Za-z0-9._/-]+$"
|
|
215
|
+
},
|
|
216
|
+
"gitRef": {
|
|
217
|
+
"type": "string",
|
|
218
|
+
"pattern": "^(?!/)(?!.*\\.\\.)(?!.*\\\\)(?!.*//)(?!.*\\/$)[A-Za-z0-9._/-]+$"
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "01-slice",
|
|
3
|
+
"slice_number": "01",
|
|
4
|
+
"title": "Snapshot verificable de ramas",
|
|
5
|
+
"objective": "Crear un inventario auditable de ramas locales y remotas con base, SHA, fecha, ahead/behind, frescura del dato y clasificacion inicial.",
|
|
6
|
+
"problem": "Evita tomar decisiones sobre ramas usando informacion incompleta, stale o ambigua.",
|
|
7
|
+
"value_outcome": "Reporte de ramas que permite decidir que revisar, extraer, cerrar o conservar sin modificar el repo.",
|
|
8
|
+
"scope": {
|
|
9
|
+
"includes": ["Analisis read-only de refs", "Clasificacion documental", "Registro de frescura del snapshot"],
|
|
10
|
+
"excludes": ["Fetch sin aprobacion", "Merge", "Rebase", "Push", "Eliminacion de ramas", "Implementacion de codigo"]
|
|
11
|
+
},
|
|
12
|
+
"actors": ["Tech Lead", "Maintainer", "Reviewer", "Implementador futuro"],
|
|
13
|
+
"preconditions": ["Repositorio Git disponible", "Refs locales/remotos presentes en snapshot local"],
|
|
14
|
+
"inputs": ["Refs de Git", "origin/HEAD", "origin/main", "Logs", "Metadatos de commits"],
|
|
15
|
+
"outputs": ["Inventario de ramas", "Clasificacion inicial", "Riesgos por rama"],
|
|
16
|
+
"workflow": [
|
|
17
|
+
{"step": 1, "name": "Detectar base", "description": "Detectar rama base desde origin/HEAD o convenciones conocidas."},
|
|
18
|
+
{"step": 2, "name": "Listar refs", "description": "Listar ramas locales y remotas."},
|
|
19
|
+
{"step": 3, "name": "Calcular metadata", "description": "Calcular SHA, fecha, ahead/behind y merge-base."},
|
|
20
|
+
{"step": 4, "name": "Clasificar", "description": "Asignar estado no destructivo a cada rama."}
|
|
21
|
+
],
|
|
22
|
+
"business_rules": ["ahead=0 no autoriza eliminacion", "main local divergida no es base segura", "Toda eliminacion requiere aprobacion"],
|
|
23
|
+
"validations": ["Cada rama tiene SHA", "Cada rama tiene fecha", "Local/remota diferenciado", "Frescura registrada"],
|
|
24
|
+
"error_cases": ["Sin origin/HEAD", "Sin merge-base", "Refs remotos stale"],
|
|
25
|
+
"acceptance_criteria": ["Todas las ramas abiertas aparecen", "Ninguna rama se marca eliminable sin aprobacion", "Se registra fecha y SHA del snapshot", "ahead=0 queda como sin delta"],
|
|
26
|
+
"dependencies": {
|
|
27
|
+
"functional": [],
|
|
28
|
+
"technical": ["Git"],
|
|
29
|
+
"external": [],
|
|
30
|
+
"depends_on_slices": []
|
|
31
|
+
},
|
|
32
|
+
"implementation_order": 1,
|
|
33
|
+
"slicing_rationale": "Un snapshot confiable reduce riesgo antes de cualquier decision tecnica.",
|
|
34
|
+
"risks": ["Snapshot remoto stale"],
|
|
35
|
+
"open_questions": ["Se autorizara fetch antes de acciones finales?"]
|
|
36
|
+
}
|