create-quiver 0.10.0 → 0.12.1
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/BACKLOG.md +16 -17
- package/CHANGELOG.md +78 -0
- package/README.md +208 -41
- package/README_FOR_AI.md +50 -24
- package/ROADMAP.md +34 -11
- package/docs/AI_CONTEXT.md.template +2 -0
- package/docs/AI_ONBOARDING_PROMPT.md.template +31 -18
- package/docs/COMMANDS.md.template +90 -16
- package/docs/CONTEXTO.md.template +2 -0
- package/docs/DECISIONS.md.template +1 -0
- package/docs/INDEX.md.template +20 -18
- package/docs/STATUS.md.template +6 -1
- package/docs/SUPPORT_MATRIX.md.template +2 -2
- package/docs/TROUBLESHOOTING.md.template +50 -0
- package/docs/WORKFLOW.md.template +27 -17
- package/package.json +27 -4
- package/package.template.json +13 -1
- package/scripts/init-docs.sh +11 -4
- package/scripts/package-quiver.sh +18 -2
- package/specs/quiver-v22-guided-ai-workflow/EVIDENCE_REPORT.md +58 -0
- package/specs/quiver-v22-guided-ai-workflow/EXECUTION_PLAN.md +88 -0
- package/specs/quiver-v22-guided-ai-workflow/SPEC.md +228 -0
- package/specs/quiver-v22-guided-ai-workflow/STATUS.md +42 -0
- package/specs/quiver-v22-guided-ai-workflow/pr.md +104 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-00-spec-foundation/CLOSURE_BRIEF.md +35 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-00-spec-foundation/EXECUTION_BRIEF.md +61 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-00-spec-foundation/slice.json +51 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-01-docs-source-of-truth-sync/CLOSURE_BRIEF.md +31 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-01-docs-source-of-truth-sync/EXECUTION_BRIEF.md +58 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-01-docs-source-of-truth-sync/slice.json +55 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-02-prepare-command-diagnostics/CLOSURE_BRIEF.md +30 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-02-prepare-command-diagnostics/EXECUTION_BRIEF.md +57 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-02-prepare-command-diagnostics/slice.json +57 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-03-context-doc-refresh/CLOSURE_BRIEF.md +32 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-03-context-doc-refresh/EXECUTION_BRIEF.md +56 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-03-context-doc-refresh/slice.json +56 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-04-planner-approval-state/CLOSURE_BRIEF.md +33 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-04-planner-approval-state/EXECUTION_BRIEF.md +56 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-04-planner-approval-state/slice.json +58 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-05-spec-worktree-lifecycle/CLOSURE_BRIEF.md +32 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-05-spec-worktree-lifecycle/EXECUTION_BRIEF.md +56 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-05-spec-worktree-lifecycle/slice.json +54 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-06-executor-commit-recovery/CLOSURE_BRIEF.md +32 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-06-executor-commit-recovery/EXECUTION_BRIEF.md +58 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-06-executor-commit-recovery/slice.json +57 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-07-execution-waves-delegation/CLOSURE_BRIEF.md +32 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-07-execution-waves-delegation/EXECUTION_BRIEF.md +58 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-07-execution-waves-delegation/slice.json +55 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-08-pr-create-gh-ssh/CLOSURE_BRIEF.md +32 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-08-pr-create-gh-ssh/EXECUTION_BRIEF.md +58 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-08-pr-create-gh-ssh/slice.json +53 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-09-post-merge-cleanup-release-safety/CLOSURE_BRIEF.md +33 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-09-post-merge-cleanup-release-safety/EXECUTION_BRIEF.md +59 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-09-post-merge-cleanup-release-safety/slice.json +59 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-10-docs-smokes-release-readiness/CLOSURE_BRIEF.md +34 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-10-docs-smokes-release-readiness/EXECUTION_BRIEF.md +58 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-10-docs-smokes-release-readiness/slice.json +60 -0
- package/specs/quiver-v23-guided-flow-productization/EVIDENCE_REPORT.md +80 -0
- package/specs/quiver-v23-guided-flow-productization/EXECUTION_PLAN.md +80 -0
- package/specs/quiver-v23-guided-flow-productization/SPEC.md +203 -0
- package/specs/quiver-v23-guided-flow-productization/STATUS.md +39 -0
- package/specs/quiver-v23-guided-flow-productization/pr.md +119 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-00-spec-foundation/CLOSURE_BRIEF.md +30 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-00-spec-foundation/EXECUTION_BRIEF.md +61 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-00-spec-foundation/slice.json +51 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-01-short-command-and-flow-entrypoint/CLOSURE_BRIEF.md +33 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-01-short-command-and-flow-entrypoint/EXECUTION_BRIEF.md +35 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-01-short-command-and-flow-entrypoint/slice.json +56 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-02-flow-status-wizard/CLOSURE_BRIEF.md +31 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-02-flow-status-wizard/EXECUTION_BRIEF.md +29 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-02-flow-status-wizard/slice.json +55 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-03-agent-profiles/CLOSURE_BRIEF.md +33 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-03-agent-profiles/EXECUTION_BRIEF.md +29 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-03-agent-profiles/slice.json +54 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-04-context-preparation-onboarding/CLOSURE_BRIEF.md +32 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-04-context-preparation-onboarding/EXECUTION_BRIEF.md +30 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-04-context-preparation-onboarding/slice.json +59 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-05-planner-iteration-history/CLOSURE_BRIEF.md +31 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-05-planner-iteration-history/EXECUTION_BRIEF.md +29 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-05-planner-iteration-history/slice.json +53 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-06-production-plan-review/CLOSURE_BRIEF.md +33 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-06-production-plan-review/EXECUTION_BRIEF.md +30 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-06-production-plan-review/slice.json +54 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-07-spec-create-experience/CLOSURE_BRIEF.md +33 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-07-spec-create-experience/EXECUTION_BRIEF.md +30 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-07-spec-create-experience/slice.json +55 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-08-executor-prompt-generation/CLOSURE_BRIEF.md +32 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-08-executor-prompt-generation/EXECUTION_BRIEF.md +30 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-08-executor-prompt-generation/slice.json +55 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-09-delegated-slice-execution/CLOSURE_BRIEF.md +33 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-09-delegated-slice-execution/EXECUTION_BRIEF.md +34 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-09-delegated-slice-execution/slice.json +57 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-10-docs-smokes-release-readiness/CLOSURE_BRIEF.md +33 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-10-docs-smokes-release-readiness/EXECUTION_BRIEF.md +32 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-10-docs-smokes-release-readiness/slice.json +63 -0
- package/specs/quiver-v24-dx-onboarding-hardening/EVIDENCE_REPORT.md +55 -0
- package/specs/quiver-v24-dx-onboarding-hardening/EXECUTION_PLAN.md +43 -0
- package/specs/quiver-v24-dx-onboarding-hardening/SPEC.md +149 -0
- package/specs/quiver-v24-dx-onboarding-hardening/STATUS.md +31 -0
- package/specs/quiver-v24-dx-onboarding-hardening/pr.md +76 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-00-spec-foundation/CLOSURE_BRIEF.md +31 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-00-spec-foundation/EXECUTION_BRIEF.md +52 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-00-spec-foundation/slice.json +51 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-01-init-template-hygiene/CLOSURE_BRIEF.md +38 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-01-init-template-hygiene/EXECUTION_BRIEF.md +53 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-01-init-template-hygiene/slice.json +55 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-02-cli-command-routing-version-errors/CLOSURE_BRIEF.md +33 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-02-cli-command-routing-version-errors/EXECUTION_BRIEF.md +50 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-02-cli-command-routing-version-errors/slice.json +52 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-03-doctor-fix-doc-link-checks/CLOSURE_BRIEF.md +33 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-03-doctor-fix-doc-link-checks/EXECUTION_BRIEF.md +50 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-03-doctor-fix-doc-link-checks/slice.json +53 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-04-prepare-output-ai-context-drafts/CLOSURE_BRIEF.md +33 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-04-prepare-output-ai-context-drafts/EXECUTION_BRIEF.md +50 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-04-prepare-output-ai-context-drafts/slice.json +70 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-05-local-slice-validation-base-guidance/CLOSURE_BRIEF.md +36 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-05-local-slice-validation-base-guidance/EXECUTION_BRIEF.md +49 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-05-local-slice-validation-base-guidance/slice.json +52 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-06-plan-graph-next-history-views/CLOSURE_BRIEF.md +43 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-06-plan-graph-next-history-views/EXECUTION_BRIEF.md +53 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-06-plan-graph-next-history-views/slice.json +60 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-07-analyzer-command-map-hardening/CLOSURE_BRIEF.md +32 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-07-analyzer-command-map-hardening/EXECUTION_BRIEF.md +50 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-07-analyzer-command-map-hardening/slice.json +51 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-08-evidence-run-command/CLOSURE_BRIEF.md +34 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-08-evidence-run-command/EXECUTION_BRIEF.md +52 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-08-evidence-run-command/slice.json +54 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-09-spec-viewer-demo-scaffolding/CLOSURE_BRIEF.md +34 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-09-spec-viewer-demo-scaffolding/EXECUTION_BRIEF.md +51 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-09-spec-viewer-demo-scaffolding/slice.json +59 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-10-docs-smokes-release-readiness/CLOSURE_BRIEF.md +33 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-10-docs-smokes-release-readiness/EXECUTION_BRIEF.md +54 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-10-docs-smokes-release-readiness/slice.json +76 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/EVIDENCE_REPORT.md +293 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/EXECUTION_PLAN.md +58 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/SPEC.md +242 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/STATUS.md +35 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/pr.md +77 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-00-spec-foundation/CLOSURE_BRIEF.md +34 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-00-spec-foundation/EXECUTION_BRIEF.md +52 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-00-spec-foundation/slice.json +52 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-01-cli-contract-compatibility/CLOSURE_BRIEF.md +36 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-01-cli-contract-compatibility/EXECUTION_BRIEF.md +52 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-01-cli-contract-compatibility/slice.json +56 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-02-run-state-phase-locks/CLOSURE_BRIEF.md +43 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-02-run-state-phase-locks/EXECUTION_BRIEF.md +54 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-02-run-state-phase-locks/slice.json +52 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-03-safe-ai-onboarding-docs/CLOSURE_BRIEF.md +35 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-03-safe-ai-onboarding-docs/EXECUTION_BRIEF.md +53 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-03-safe-ai-onboarding-docs/slice.json +54 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-04-agent-profiles-adapters/CLOSURE_BRIEF.md +34 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-04-agent-profiles-adapters/EXECUTION_BRIEF.md +54 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-04-agent-profiles-adapters/slice.json +52 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-05-approval-gates/CLOSURE_BRIEF.md +34 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-05-approval-gates/EXECUTION_BRIEF.md +54 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-05-approval-gates/slice.json +53 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-06-spec-slice-generator/CLOSURE_BRIEF.md +33 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-06-spec-slice-generator/EXECUTION_BRIEF.md +56 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-06-spec-slice-generator/slice.json +55 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-07-slice-execution-planner/CLOSURE_BRIEF.md +33 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-07-slice-execution-planner/EXECUTION_BRIEF.md +54 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-07-slice-execution-planner/slice.json +52 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-08-controlled-slice-execution/CLOSURE_BRIEF.md +39 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-08-controlled-slice-execution/EXECUTION_BRIEF.md +56 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-08-controlled-slice-execution/slice.json +53 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-09-git-worktree-pr-lifecycle/CLOSURE_BRIEF.md +38 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-09-git-worktree-pr-lifecycle/EXECUTION_BRIEF.md +57 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-09-git-worktree-pr-lifecycle/slice.json +52 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-10-validation-errors-fixtures/CLOSURE_BRIEF.md +39 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-10-validation-errors-fixtures/EXECUTION_BRIEF.md +55 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-10-validation-errors-fixtures/slice.json +56 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-11-export-dashboard-migration/CLOSURE_BRIEF.md +36 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-11-export-dashboard-migration/EXECUTION_BRIEF.md +54 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-11-export-dashboard-migration/slice.json +53 -0
- package/specs/quiver-v26-0121-smoke-hardening/EVIDENCE_REPORT.md +208 -0
- package/specs/quiver-v26-0121-smoke-hardening/EXECUTION_PLAN.md +57 -0
- package/specs/quiver-v26-0121-smoke-hardening/SPEC.md +137 -0
- package/specs/quiver-v26-0121-smoke-hardening/STATUS.md +32 -0
- package/specs/quiver-v26-0121-smoke-hardening/pr.md +96 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-00-docs-foundation/CLOSURE_BRIEF.md +35 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-00-docs-foundation/EXECUTION_BRIEF.md +55 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-00-docs-foundation/slice.json +73 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-01-cli-help-version-contract/CLOSURE_BRIEF.md +38 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-01-cli-help-version-contract/EXECUTION_BRIEF.md +51 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-01-cli-help-version-contract/slice.json +76 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-02-init-doc-links-and-flow-guidance/CLOSURE_BRIEF.md +37 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-02-init-doc-links-and-flow-guidance/EXECUTION_BRIEF.md +52 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-02-init-doc-links-and-flow-guidance/slice.json +75 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-03-ai-approval-review-consistency/CLOSURE_BRIEF.md +37 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-03-ai-approval-review-consistency/EXECUTION_BRIEF.md +53 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-03-ai-approval-review-consistency/slice.json +77 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-04-local-validation-brief-contracts/CLOSURE_BRIEF.md +35 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-04-local-validation-brief-contracts/EXECUTION_BRIEF.md +52 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-04-local-validation-brief-contracts/slice.json +77 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-05-demo-scaffold-readiness/CLOSURE_BRIEF.md +34 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-05-demo-scaffold-readiness/EXECUTION_BRIEF.md +54 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-05-demo-scaffold-readiness/slice.json +84 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-06-plan-graph-scope-performance/CLOSURE_BRIEF.md +35 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-06-plan-graph-scope-performance/EXECUTION_BRIEF.md +53 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-06-plan-graph-scope-performance/slice.json +82 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-07-smoke-release-readiness/CLOSURE_BRIEF.md +35 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-07-smoke-release-readiness/EXECUTION_BRIEF.md +55 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-07-smoke-release-readiness/slice.json +92 -0
- package/src/create-quiver/commands/ai.js +1060 -37
- package/src/create-quiver/commands/demo.js +22 -0
- package/src/create-quiver/commands/evidence.js +37 -0
- package/src/create-quiver/commands/flow.js +562 -0
- package/src/create-quiver/commands/graph.js +19 -4
- package/src/create-quiver/commands/next.js +28 -0
- package/src/create-quiver/commands/plan.js +9 -6
- package/src/create-quiver/commands/prepare.js +236 -0
- package/src/create-quiver/commands/spec.js +133 -0
- package/src/create-quiver/index.js +1010 -31
- package/src/create-quiver/lib/actionable-error.js +27 -0
- package/src/create-quiver/lib/agent-profiles.js +148 -0
- package/src/create-quiver/lib/ai/context-packs.js +16 -0
- package/src/create-quiver/lib/ai/execution-plan.js +377 -11
- package/src/create-quiver/lib/ai/executor.js +633 -24
- package/src/create-quiver/lib/ai/export-state.js +534 -0
- package/src/create-quiver/lib/ai/github.js +279 -0
- package/src/create-quiver/lib/ai/onboarding-template.js +578 -0
- package/src/create-quiver/lib/ai/plan-review.js +286 -0
- package/src/create-quiver/lib/ai/providers.js +5 -3
- package/src/create-quiver/lib/ai/run-state.js +414 -0
- package/src/create-quiver/lib/ai/safety.js +5 -0
- package/src/create-quiver/lib/ai/spec-generator.js +12 -0
- package/src/create-quiver/lib/ai/spec-templates.js +80 -11
- package/src/create-quiver/lib/approvals.js +369 -0
- package/src/create-quiver/lib/demo.js +832 -0
- package/src/create-quiver/lib/doctor.js +309 -0
- package/src/create-quiver/lib/evidence.js +115 -0
- package/src/create-quiver/lib/handoff.js +81 -12
- package/src/create-quiver/lib/init-docs.js +302 -17
- package/src/create-quiver/lib/init-layout.js +34 -1
- package/src/create-quiver/lib/json.js +53 -3
- package/src/create-quiver/lib/lifecycle.js +6 -0
- package/src/create-quiver/lib/package-safety.js +117 -0
- package/src/create-quiver/lib/readiness.js +103 -21
- package/src/create-quiver/lib/scope.js +50 -7
- package/src/create-quiver/lib/slice-graph.js +138 -37
- package/src/create-quiver/lib/slice.js +14 -9
- package/src/create-quiver/lib/spec-worktrees.js +363 -0
package/BACKLOG.md
CHANGED
|
@@ -40,25 +40,24 @@
|
|
|
40
40
|
### Slice Orchestration and Tooling Commands
|
|
41
41
|
|
|
42
42
|
- **Observed:** 2026-04-23
|
|
43
|
-
- **Status:**
|
|
44
|
-
- **Evidence so far:**
|
|
45
|
-
- **Problem it solves:**
|
|
43
|
+
- **Status:** promoted
|
|
44
|
+
- **Evidence so far:** The core orchestration line shipped through v18, v20, v21, v22, and v23. Guided workflow is implemented in `specs/quiver-v22-guided-ai-workflow/` and productized in `specs/quiver-v23-guided-flow-productization/`.
|
|
45
|
+
- **Problem it solves:** Coordinating multiple agents across slices needs canonical answers for what runs next, what can run in parallel, what context each agent needs, and when work is ready for PR.
|
|
46
46
|
- **Proposed shape:**
|
|
47
|
-
-
|
|
48
|
-
-
|
|
49
|
-
-
|
|
50
|
-
-
|
|
51
|
-
-
|
|
52
|
-
|
|
53
|
-
- **
|
|
54
|
-
- **
|
|
55
|
-
- **Trigger to promote (per spec):**
|
|
56
|
-
- v19: immediately after v18 checkpoint passes (≥1 week real use of `plan`, `graph`, `next`)
|
|
57
|
-
- v20–v21: previous spec validation checkpoint passed (≥1 week real use)
|
|
58
|
-
- v22 per slice: explicit occurrence recorded in this file for each of `fork-slice`, `squash-spec`, `share`
|
|
47
|
+
- v18 Slice Orchestration (`plan`, `graph`, `next`) shipped.
|
|
48
|
+
- v20 AI CLI Orchestration shipped.
|
|
49
|
+
- v21 AI-First Layout shipped.
|
|
50
|
+
- v22 Guided AI Workflow shipped in this branch.
|
|
51
|
+
- v23 Guided Flow Productization shipped in this branch.
|
|
52
|
+
- **Cost to formalize:** Completed in `specs/quiver-v22-guided-ai-workflow/` and `specs/quiver-v23-guided-flow-productization/`, both with mandatory `slice-00`.
|
|
53
|
+
- **Reasons to wait:** No wait for the guided workflow; it has been implemented. Deferred tooling such as `fork-slice`, `squash-spec`, and `share` still requires real demand before separate implementation.
|
|
54
|
+
- **Trigger to promote:** Fulfilled for guided workflow on 2026-05-21.
|
|
59
55
|
- **Related:**
|
|
60
|
-
- `
|
|
61
|
-
- `
|
|
56
|
+
- `specs/quiver-v18-slice-orchestration/`
|
|
57
|
+
- `specs/quiver-v20-ai-cli-orchestration/`
|
|
58
|
+
- `specs/quiver-v21-ai-first-layout/`
|
|
59
|
+
- `specs/quiver-v22-guided-ai-workflow/`
|
|
60
|
+
- `specs/quiver-v23-guided-flow-productization/`
|
|
62
61
|
|
|
63
62
|
### Handoff Contract
|
|
64
63
|
|
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,84 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
|
|
5
5
|
## [Unreleased]
|
|
6
6
|
|
|
7
|
+
## [0.12.1] - 2026-05-23
|
|
8
|
+
|
|
9
|
+
### Added
|
|
10
|
+
|
|
11
|
+
- `help` command alias and grouped top-level CLI help so `npx create-quiver --help`, `npx create-quiver help`, and local `quiver --help` expose the supported command surface.
|
|
12
|
+
- Current per-slice brief validation for `EXECUTION_BRIEF.md` and `CLOSURE_BRIEF.md`, while keeping legacy `HANDOFF.md` validation compatible.
|
|
13
|
+
- Regression coverage for scoped `plan` and `graph` loading so unrelated historical specs are not parsed when `--spec <slug>` is used.
|
|
14
|
+
|
|
15
|
+
### Changed
|
|
16
|
+
|
|
17
|
+
- Default generated docs now avoid links to optional `docs/examples/*` files unless those files are actually exported.
|
|
18
|
+
- `flow` and AI review/spec-create blockers now guide approved-but-unreviewed technical plans toward `ai review-plan` instead of confusing re-approval steps.
|
|
19
|
+
- The optional `spec-viewer` demo now includes minimal Quiver metadata, doctor-friendly docs, broader Quiver scripts, and server port fallback.
|
|
20
|
+
- Root development scripts for `quiver:plan` and `quiver:graph` now use the local CLI entrypoint so local validation tests the branch code.
|
|
21
|
+
|
|
22
|
+
### Fixed
|
|
23
|
+
|
|
24
|
+
- `check-slice --local` no longer fatally requires Git metadata in no-Git folders.
|
|
25
|
+
- Bare same-spec dependencies such as `slice-00-docs-foundation` resolve correctly during local dependency validation.
|
|
26
|
+
- Scoped `plan` and `graph` complete in this repository without increasing Node heap size.
|
|
27
|
+
|
|
28
|
+
## [0.12.0] - 2026-05-22
|
|
29
|
+
|
|
30
|
+
### Added
|
|
31
|
+
|
|
32
|
+
- AI-first lifecycle run state with status, resume, phase locks, approvals, prompt/draft artifacts, and dashboard-friendly exports.
|
|
33
|
+
- Safe AI onboarding docs with dry-run diffs, snapshots, assumptions, risks, contradictions, and human-content preservation.
|
|
34
|
+
- Agent profiles and prompt-only/provider adapter flows for planner, executor, reviewer, and doctor roles.
|
|
35
|
+
- Strict approval gates for acceptance criteria, technical plans, production-readiness reviews, and spec generation.
|
|
36
|
+
- Generated spec/slice artifacts with `EXECUTION_BRIEF.md`, `CLOSURE_BRIEF.md`, read paths, allowed write paths, validation hints, dependency data, execution plans, and PR body.
|
|
37
|
+
- Controlled slice execution with scope validation, closure/evidence/status updates, and one-commit-per-slice support.
|
|
38
|
+
- Worktree, PR, inspection, export, trace, migration dry-run, and lifecycle list surfaces for AI-first workflows.
|
|
39
|
+
|
|
40
|
+
### Changed
|
|
41
|
+
|
|
42
|
+
- Quiver now treats the guided AI lifecycle as durable state under `.quiver/`, not as chat-only memory.
|
|
43
|
+
- Generated docs and root docs describe planner/executor flows, review gates, worktree-per-spec, and release safety more explicitly.
|
|
44
|
+
|
|
45
|
+
### Fixed
|
|
46
|
+
|
|
47
|
+
- Hardened validation errors, fixture coverage, redaction, parser behavior, and migration/readiness checks around the AI lifecycle.
|
|
48
|
+
|
|
49
|
+
## [0.11.0] - 2026-05-22
|
|
50
|
+
|
|
51
|
+
### Added
|
|
52
|
+
|
|
53
|
+
- Guided AI workflow commands: `prepare`, agent profiles, planner onboarding, approval persistence, `review-plan`, `spec create`, executor prompt generation, delegated execution waves, PR creation with `gh`, spec worktree start/status/close, and package safety.
|
|
54
|
+
- `quiver:prepare`, `quiver:flow`, `quiver:ai:agent`, `quiver:ai:review-plan`, `quiver:ai:prompt-slice`, `quiver:ai:execute-plan`, `quiver:spec:create`, `quiver:spec:start`, `quiver:spec:status`, and `quiver:spec:close` npm scripts for generated projects.
|
|
55
|
+
- Guided workflow smoke coverage for flow status, profiles, onboarding, approvals, review-plan, spec create, executor prompts, delegated execution dry-runs, PR dry-run/create mocks, cleanup, and package safety.
|
|
56
|
+
- DX onboarding hardening for generated projects: `doctor --fix`, `check-slice --local`, `plan|graph|next --include-completed`, `ai prepare-context`, `evidence run`, and `demo create spec-viewer`.
|
|
57
|
+
- Generated scripts for `quiver:evidence` and `quiver:ai:prepare-context`.
|
|
58
|
+
|
|
59
|
+
### Changed
|
|
60
|
+
|
|
61
|
+
- Root and generated docs now present Quiver as AI-first guided workflow tooling, not only scaffolding.
|
|
62
|
+
- `ai execute-plan` now documents manual prompt mode and delegated worktree mode.
|
|
63
|
+
- Refreshed AI context docs keep front matter after `analyze`.
|
|
64
|
+
- Package smoke now fails when local AI/tool state, env files, npm credentials, or worktree state would enter the npm tarball.
|
|
65
|
+
- `init`, `doctor`, `prepare`, and `analyze` now produce clearer first-use guidance, safer repairs, better generated metadata, and better command maps.
|
|
66
|
+
|
|
67
|
+
### Fixed
|
|
68
|
+
|
|
69
|
+
- Unknown top-level commands now fail clearly instead of being treated as legacy project names.
|
|
70
|
+
- Generated docs and scripts are kept aligned with the selected init profile and supported command surface.
|
|
71
|
+
- Local-only repositories can run structural slice validation without a remote/base branch by using `check-slice --local`.
|
|
72
|
+
|
|
73
|
+
## [0.10.0] - 2026-05-21
|
|
74
|
+
|
|
75
|
+
### Added
|
|
76
|
+
|
|
77
|
+
- AI CLI orchestration commands for provider dry-runs, planner phases, executor slice runs, and GitHub PR preflight.
|
|
78
|
+
- AI-first default project layout with visible onboarding docs and internal `.quiver/` machinery.
|
|
79
|
+
- Generated spec/slice/handoff/PR artifacts with mandatory `slice-00`.
|
|
80
|
+
|
|
81
|
+
### Changed
|
|
82
|
+
|
|
83
|
+
- Published `create-quiver` 0.10.0 and aligned the root docs with the current release line.
|
|
84
|
+
|
|
7
85
|
## [0.9.0] - 2026-05-14
|
|
8
86
|
|
|
9
87
|
### Added
|
package/README.md
CHANGED
|
@@ -12,8 +12,13 @@ Ejecutá Quiver desde la raíz del proyecto donde querés instalar el workflow:
|
|
|
12
12
|
|
|
13
13
|
```bash
|
|
14
14
|
npx create-quiver init --name "Mi Proyecto"
|
|
15
|
+
npx create-quiver flow
|
|
16
|
+
npx create-quiver prepare --dry-run
|
|
15
17
|
npx create-quiver analyze
|
|
16
18
|
npx create-quiver doctor
|
|
19
|
+
npx create-quiver ai agent set planner --provider codex --model "planner-model"
|
|
20
|
+
npx create-quiver ai agent set executor --provider codex --model "executor-model"
|
|
21
|
+
npx create-quiver ai prepare-context --dry-run
|
|
17
22
|
npx create-quiver ai onboard --dry-run
|
|
18
23
|
```
|
|
19
24
|
|
|
@@ -24,19 +29,44 @@ Después de eso, revisá:
|
|
|
24
29
|
- `docs/AI_CONTEXT.md`
|
|
25
30
|
- `docs/AI_ONBOARDING_PROMPT.md`
|
|
26
31
|
|
|
27
|
-
La maquinaria interna queda en `.quiver/`. Las specs reales no se crean durante el init: aparecen cuando el
|
|
32
|
+
La maquinaria interna queda en `.quiver/`. Las specs reales no se crean durante el init: aparecen cuando el plan técnico ya fue revisado y aprobado, usando `spec create`.
|
|
28
33
|
|
|
29
34
|
El flujo normal con IA continúa así:
|
|
30
35
|
|
|
31
36
|
```bash
|
|
37
|
+
npx create-quiver flow
|
|
32
38
|
npx create-quiver ai plan --phase acceptance --input requirements.md --dry-run
|
|
33
|
-
npx create-quiver ai
|
|
34
|
-
npx create-quiver ai
|
|
39
|
+
npx create-quiver ai revise --phase acceptance --input feedback.md --dry-run
|
|
40
|
+
npx create-quiver ai approve --phase acceptance --version <n>
|
|
41
|
+
npx create-quiver ai approvals
|
|
42
|
+
npx create-quiver ai plan --phase technical-plan --dry-run
|
|
43
|
+
npx create-quiver ai review-plan --dry-run
|
|
44
|
+
npx create-quiver ai approve --phase technical-plan --version <n>
|
|
45
|
+
npx create-quiver spec create --dry-run
|
|
46
|
+
npx create-quiver spec start specs/<project-slug>
|
|
35
47
|
npx create-quiver next
|
|
36
|
-
npx create-quiver ai execute-
|
|
48
|
+
npx create-quiver ai execute-plan --dry-run --commit --mode manual
|
|
49
|
+
npx create-quiver ai execute-plan --dry-run --commit --mode delegated
|
|
37
50
|
```
|
|
38
51
|
|
|
39
|
-
Usá `--dry-run` para validar provider, rol, contexto y
|
|
52
|
+
Usá `--dry-run` para validar provider, rol, contexto, paths y olas sin ejecutar el modelo. `--mode manual` imprime prompts para asignar slices a mano; `--mode delegated` prepara la ejecución con workspaces seguros cuando hay paralelismo.
|
|
53
|
+
|
|
54
|
+
### Compatibilidad: macOS, Linux y Windows
|
|
55
|
+
|
|
56
|
+
El camino principal de Quiver está pensado para ser portable: usa `npx create-quiver ...`, `npm run quiver:*` y `node ...`. Esos comandos funcionan en macOS, Linux y Windows siempre que tengas Node.js, npm y Git instalados.
|
|
57
|
+
|
|
58
|
+
Reglas prácticas por sistema:
|
|
59
|
+
|
|
60
|
+
- macOS y Linux: podés copiar los ejemplos tal como están. Las rutas SSH suelen verse como `~/.ssh/github-work`.
|
|
61
|
+
- Windows con PowerShell: usá los mismos comandos `npx`, `npm` y `node`, pero adaptá rutas a formato Windows, por ejemplo `C:\Users\<usuario>\ssh\github-work`.
|
|
62
|
+
- Windows con Git Bash o WSL: podés usar rutas tipo Unix, por ejemplo `~/.ssh/github-work`.
|
|
63
|
+
- Los wrappers Bash bajo `tools/scripts/` son compatibilidad legacy u opcional. Para trabajo nuevo, preferí el CLI Node y los scripts `quiver:*`.
|
|
64
|
+
|
|
65
|
+
Cuando uses GitHub o PRs:
|
|
66
|
+
|
|
67
|
+
- `--ssh-host-alias` recibe el alias del host en tu configuración SSH, por ejemplo `github-work` o `github-personal`.
|
|
68
|
+
- `--identity-file` recibe la ruta al archivo de clave, que cambia según el sistema operativo.
|
|
69
|
+
- `gh` debe estar instalado y autenticado; Quiver lo valida con `ai doctor` o `ai pr --dry-run`.
|
|
40
70
|
|
|
41
71
|
### Desarrollar este repositorio
|
|
42
72
|
|
|
@@ -58,21 +88,31 @@ Quiver asume que la mayoría de los equipos lo van a usar para coordinar trabajo
|
|
|
58
88
|
|---|---|---|
|
|
59
89
|
| WDD | Workflow-Driven Development: dejar claro cómo se trabaja antes de implementar. | `AGENTS.md`, `docs/WORKFLOW.md`, `docs/AI_CONTEXT.md`, `docs/PROJECT_MAP.md` |
|
|
60
90
|
| SDD | Spec-Driven Development: definir el trabajo en specs y slices antes de tocar código. | `specs/<project-slug>/SPEC.md`, `slice.json`, `EXECUTION_BRIEF.md`, `pr.md` |
|
|
61
|
-
| IA planner | Agente que lee contexto amplio y propone criterios, plan técnico, spec y slices. | `ai onboard`, `ai plan` |
|
|
62
|
-
| IA executor | Agente que recibe un slice aprobado y trabaja con contexto mínimo. | `ai execute-slice`, `check-scope`, `check-slice` |
|
|
91
|
+
| IA planner | Agente que lee contexto amplio y propone criterios, plan técnico, spec y slices. | `ai prepare-context`, `ai onboard`, `ai plan` |
|
|
92
|
+
| IA executor | Agente que recibe un slice aprobado y trabaja con contexto mínimo. | `ai prompt-slice`, `ai execute-slice`, `check-scope`, `check-slice` |
|
|
63
93
|
|
|
64
94
|
Flujo recomendado:
|
|
65
95
|
|
|
66
96
|
```bash
|
|
67
97
|
npx create-quiver analyze
|
|
98
|
+
npx create-quiver flow
|
|
68
99
|
npx create-quiver doctor
|
|
100
|
+
npx create-quiver ai prepare-context --dry-run
|
|
69
101
|
npx create-quiver ai onboard --dry-run
|
|
70
102
|
npx create-quiver ai plan --phase acceptance --input requirements.md --dry-run
|
|
71
|
-
npx create-quiver ai
|
|
72
|
-
npx create-quiver ai
|
|
103
|
+
npx create-quiver ai revise --phase acceptance --input feedback.md --dry-run
|
|
104
|
+
npx create-quiver ai approve --phase acceptance --version <n>
|
|
105
|
+
npx create-quiver ai plan --phase technical-plan --dry-run
|
|
106
|
+
npx create-quiver ai review-plan --dry-run
|
|
107
|
+
npx create-quiver ai approve --phase technical-plan --version <n>
|
|
108
|
+
npx create-quiver spec create --dry-run
|
|
109
|
+
npx create-quiver spec start specs/<project-slug>
|
|
73
110
|
npx create-quiver graph
|
|
74
111
|
npx create-quiver next
|
|
75
|
-
npx create-quiver ai
|
|
112
|
+
npx create-quiver ai prompt-slice --slice specs/<project-slug>/slices/slice-01/slice.json --dry-run
|
|
113
|
+
npx create-quiver ai execute-slice --slice specs/<project-slug>/slices/slice-01/slice.json --dry-run --commit
|
|
114
|
+
npx create-quiver ai execute-plan --dry-run --commit --mode delegated
|
|
115
|
+
npx create-quiver ai pr --dry-run --input specs/<project-slug>/pr.md --ssh-host-alias github-work --identity-file ~/.ssh/github-work
|
|
76
116
|
```
|
|
77
117
|
|
|
78
118
|
Regla práctica: el planner no modifica código de producto; el executor solo trabaja sobre un slice aprobado y dentro de los archivos declarados en `slice.json`.
|
|
@@ -87,25 +127,32 @@ Usá este camino cuando todavía no existe el proyecto o estás arrancando una c
|
|
|
87
127
|
mkdir mi-proyecto
|
|
88
128
|
cd mi-proyecto
|
|
89
129
|
npx create-quiver init --name "Mi Proyecto"
|
|
130
|
+
npx create-quiver flow
|
|
131
|
+
npx create-quiver prepare --dry-run
|
|
90
132
|
npx create-quiver analyze
|
|
91
133
|
npx create-quiver doctor
|
|
134
|
+
npx create-quiver ai prepare-context --dry-run
|
|
92
135
|
npx create-quiver ai onboard --dry-run
|
|
93
136
|
```
|
|
94
137
|
|
|
95
138
|
Qué esperar:
|
|
96
139
|
|
|
97
|
-
- Quiver crea un contrato visible chico: `AGENTS.md`, `docs/`, scripts `quiver:*` en `package.json` y configuración interna en `.quiver/`.
|
|
140
|
+
- Quiver crea un contrato visible chico: `AGENTS.md`, `docs/`, `.gitignore`, scripts `quiver:*` en `package.json` y configuración interna en `.quiver/`.
|
|
98
141
|
- No crea `docs-template/`, `tools/scripts/` ni una spec placeholder en el flujo default.
|
|
99
142
|
- `analyze` crea el scan crudo en `.quiver/scans/PROJECT_SCAN.json` y el mapa legible en `docs/PROJECT_MAP.md`.
|
|
100
143
|
- `doctor` valida que el contrato inicial esté completo.
|
|
101
|
-
- `ai onboard --dry-run` muestra cómo se incorporaría un agente planner sin ejecutar el provider todavía.
|
|
144
|
+
- `ai prepare-context --dry-run` muestra borradores y supuestos sin escribir; `ai onboard --dry-run` muestra cómo se incorporaría un agente planner sin ejecutar el provider todavía.
|
|
102
145
|
|
|
103
146
|
Después del bootstrap, revisá:
|
|
104
147
|
|
|
105
148
|
```bash
|
|
106
149
|
npx create-quiver ai plan --phase acceptance --input requirements.md --dry-run
|
|
107
|
-
npx create-quiver ai
|
|
108
|
-
npx create-quiver ai
|
|
150
|
+
npx create-quiver ai revise --phase acceptance --input feedback.md --dry-run
|
|
151
|
+
npx create-quiver ai approve --phase acceptance --version <n>
|
|
152
|
+
npx create-quiver ai plan --phase technical-plan --dry-run
|
|
153
|
+
npx create-quiver ai review-plan --dry-run
|
|
154
|
+
npx create-quiver ai approve --phase technical-plan --version <n>
|
|
155
|
+
npx create-quiver spec create --dry-run
|
|
109
156
|
npx create-quiver plan
|
|
110
157
|
npx create-quiver graph
|
|
111
158
|
npx create-quiver next
|
|
@@ -127,8 +174,12 @@ Luego inicializá Quiver desde la raíz del proyecto:
|
|
|
127
174
|
|
|
128
175
|
```bash
|
|
129
176
|
npx create-quiver init --name "Nombre del Proyecto"
|
|
177
|
+
npx create-quiver flow
|
|
130
178
|
npx create-quiver analyze
|
|
131
179
|
npx create-quiver doctor
|
|
180
|
+
npx create-quiver ai agent set planner --provider codex --model "planner-model"
|
|
181
|
+
npx create-quiver ai agent set executor --provider codex --model "executor-model"
|
|
182
|
+
npx create-quiver ai prepare-context --dry-run
|
|
132
183
|
npx create-quiver ai onboard --dry-run
|
|
133
184
|
git status --short
|
|
134
185
|
```
|
|
@@ -138,7 +189,7 @@ Qué esperar:
|
|
|
138
189
|
- Quiver agrega documentación, scripts `quiver:*` y archivos internos de soporte en `.quiver/`.
|
|
139
190
|
- No deberías mezclar este paso con cambios de producto.
|
|
140
191
|
- `docs/PROJECT_MAP.md` queda como fuente de verdad para stack, package manager, comandos y rutas importantes.
|
|
141
|
-
- Las specs y slices reales se crean después, con `
|
|
192
|
+
- Las specs y slices reales se crean después, con `spec create`, cuando ya existen criterios aprobados y un plan técnico revisado y aprobado.
|
|
142
193
|
- El primer trabajo de IA debería ser preparar contexto y planificación, no implementar.
|
|
143
194
|
|
|
144
195
|
Importante: no uses `migrate` para un proyecto que nunca tuvo Quiver. `migrate` es solo para proyectos previamente inicializados.
|
|
@@ -164,6 +215,7 @@ npx create-quiver doctor
|
|
|
164
215
|
npx create-quiver migrate
|
|
165
216
|
npx create-quiver analyze
|
|
166
217
|
npx create-quiver doctor
|
|
218
|
+
npx create-quiver ai prepare-context --dry-run
|
|
167
219
|
npx create-quiver ai onboard --dry-run
|
|
168
220
|
git status --short
|
|
169
221
|
```
|
|
@@ -179,7 +231,7 @@ Qué esperar:
|
|
|
179
231
|
- La migración restaura o agrega archivos faltantes de forma aditiva.
|
|
180
232
|
- No debería sobrescribir archivos existentes de proyecto sin necesidad.
|
|
181
233
|
- Después de migrar, `analyze` actualiza el mapa técnico y `doctor` confirma los próximos pasos.
|
|
182
|
-
- `ai
|
|
234
|
+
- `ai prepare-context --dry-run` ayuda a revisar supuestos del contexto migrado; `ai onboard --dry-run` valida que el contexto viejo quedó entendible para un agente planner.
|
|
183
235
|
|
|
184
236
|
Si `doctor` falla indicando que el proyecto no fue inicializado por Quiver, usá el flujo del caso 2.
|
|
185
237
|
|
|
@@ -203,7 +255,7 @@ La idea práctica: primero contexto, después plan, después código.
|
|
|
203
255
|
| Runtime | Node.js CLI |
|
|
204
256
|
| Lenguaje | JavaScript CommonJS |
|
|
205
257
|
| Package manager | npm (`package-lock.json`) |
|
|
206
|
-
| Binario npm | `create-quiver` -> `bin/create-quiver.js` |
|
|
258
|
+
| Binario npm | `create-quiver` y alias `quiver` -> `bin/create-quiver.js` |
|
|
207
259
|
| Tests | Node built-in test runner (`node:test`) |
|
|
208
260
|
| CI/CD | GitHub Actions |
|
|
209
261
|
| Distribución | Paquete npm público `create-quiver` |
|
|
@@ -231,7 +283,7 @@ No se detectaron archivos `.env`; Quiver no requiere variables de entorno para e
|
|
|
231
283
|
| `src/create-quiver/commands/` | Comandos `ai`, `graph`, `next` y `plan`. |
|
|
232
284
|
| `src/create-quiver/lib/` | Lógica de análisis, doctor, slices, lifecycle, IA, Git y renderers. |
|
|
233
285
|
| `docs/` | Plantillas que Quiver copia a proyectos destino. |
|
|
234
|
-
| `specs/` | Specs internas del desarrollo de Quiver y templates usados cuando `
|
|
286
|
+
| `specs/` | Specs internas del desarrollo de Quiver y templates usados cuando `spec create` crea una spec real. |
|
|
235
287
|
| `scripts/` | Scripts de packaging, release, CI smoke y wrappers legacy. |
|
|
236
288
|
| `tests/` | Tests unitarios y fixtures. |
|
|
237
289
|
| `examples/` | Ejemplo mínimo de spec/slice. |
|
|
@@ -255,53 +307,112 @@ Para IA sin `--dry-run`, la autenticación depende del proveedor local que uses
|
|
|
255
307
|
## 🧭 Comandos principales
|
|
256
308
|
|
|
257
309
|
Los comandos reales del CLI se ejecutan con `npx create-quiver ...` o, durante desarrollo local, con `node bin/create-quiver.js ...`.
|
|
310
|
+
El paquete también publica el alias binario `quiver`, que apunta al mismo CLI. Usalo cuando el paquete ya esté instalado localmente; para bootstrap remoto, seguí usando `npx create-quiver`.
|
|
258
311
|
|
|
259
312
|
| Comando | Para qué sirve |
|
|
260
313
|
|---|---|
|
|
261
314
|
| `npx create-quiver init --name "Proyecto"` | Inicializa Quiver en un proyecto nuevo o nunca inicializado. |
|
|
262
315
|
| `npx create-quiver --name "Proyecto"` | Alias compatible del flujo de init recomendado. |
|
|
316
|
+
| `npx create-quiver --version` | Muestra la versión instalada del CLI. |
|
|
317
|
+
| `npx create-quiver --help` | Lista todos los comandos públicos con descripción, opciones principales y ejemplos recomendados. |
|
|
318
|
+
| `npx create-quiver help` | Alias legible de la ayuda completa. |
|
|
319
|
+
| `quiver --help` | Muestra la misma ayuda cuando Quiver ya está instalado localmente. |
|
|
320
|
+
| `npx create-quiver flow` | Muestra el estado inicial del flujo guiado y el próximo comando seguro sin escribir estado ni llamar providers. |
|
|
321
|
+
| `npx create-quiver ai agent set <role> --provider <provider> --model <label>` | Guarda perfiles reutilizables para planner, executor, reviewer o doctor sin guardar secretos. |
|
|
322
|
+
| `npx create-quiver ai agent list` | Lista los perfiles configurados. |
|
|
323
|
+
| `npx create-quiver ai agent show <role>` | Muestra un perfil específico. |
|
|
324
|
+
| `npx create-quiver ai run create --input requirements.md` | Crea un run persistente en `.quiver/runs/` para un requerimiento. |
|
|
325
|
+
| `npx create-quiver ai status` | Muestra la fase actual del run AI y el próximo comando seguro. |
|
|
326
|
+
| `npx create-quiver ai resume` | Reanuda el run AI desde la última fase válida sin depender del historial del chat. |
|
|
327
|
+
| `npx create-quiver ai inspect` | Resume specs, slices, runs, agentes, layout y próximos comandos accionables. |
|
|
328
|
+
| `npx create-quiver ai export --format json` | Exporta estado de specs, slices, runs, agentes, dependencias y migración para dashboards o agentes. |
|
|
329
|
+
| `npx create-quiver ai export --format markdown` | Exporta el mismo estado en Markdown legible para PRs o docs. |
|
|
330
|
+
| `npx create-quiver ai specs list` | Lista specs con estado, progreso y cantidad de slices. |
|
|
331
|
+
| `npx create-quiver ai slices list` | Lista slices con estado, progreso, dependencias y bloqueos. |
|
|
332
|
+
| `npx create-quiver ai trace report` | Muestra runs, olas de ejecución y estado de migración en formato humano. |
|
|
333
|
+
| `npx create-quiver ai approvals` | Muestra drafts versionados y aprobados por fase. |
|
|
334
|
+
| `npx create-quiver ai approve --phase acceptance --version <n>` | Aprueba una versión concreta de un draft guardado. |
|
|
263
335
|
| `npx create-quiver init --minimal` | Crea solo el contrato esencial de onboarding. |
|
|
264
336
|
| `npx create-quiver init --full` | Crea el layout amplio de compatibilidad. |
|
|
265
337
|
| `npx create-quiver init --legacy-scripts` | Agrega wrappers Bash legacy bajo `tools/scripts/`. |
|
|
266
338
|
| `npx create-quiver init --include-templates` | Exporta templates empaquetados bajo `.quiver/templates/`. |
|
|
267
339
|
| `npx create-quiver analyze` | Genera `.quiver/scans/PROJECT_SCAN.json` y `docs/PROJECT_MAP.md`. |
|
|
268
340
|
| `npx create-quiver doctor` | Valida que el contrato de Quiver esté completo. |
|
|
341
|
+
| `npx create-quiver doctor --fix --dry-run` | Muestra reparaciones seguras sin escribir archivos. |
|
|
342
|
+
| `npx create-quiver doctor --fix` | Aplica reparaciones no destructivas e idempotentes. |
|
|
343
|
+
| `npx create-quiver prepare --dry-run` | Ejecuta diagnóstico guiado de preparación sin escribir archivos. |
|
|
344
|
+
| `npx create-quiver prepare` | Refresca contexto y muestra riesgos, supuestos y próximos comandos. |
|
|
345
|
+
| `npx create-quiver ai prepare-context --dry-run` | Previsualiza docs de onboarding, diffs, supuestos, riesgos, contradicciones y rutas omitidas sin escribir. |
|
|
269
346
|
| `npx create-quiver migrate` | Actualiza proyectos que ya fueron inicializados con Quiver. |
|
|
347
|
+
| `npx create-quiver migrate --dry-run` | Muestra qué actualizaría la migración sin escribir archivos. |
|
|
270
348
|
| `npx create-quiver plan` | Lista slices pendientes en orden y calcula camino crítico. |
|
|
271
349
|
| `npx create-quiver graph` | Muestra el grafo de dependencias (`tree`, `mermaid` o `dot`). |
|
|
272
350
|
| `npx create-quiver next` | Sugiere el próximo slice listo para trabajar. |
|
|
351
|
+
| `npx create-quiver plan --include-completed` | Muestra slices completados para auditoría o demos. |
|
|
352
|
+
| `npx create-quiver graph --include-completed` | Incluye slices completados en el grafo histórico. |
|
|
353
|
+
| `npx create-quiver next --include-completed` | Mantiene la recomendación accionable y agrega historial completado. |
|
|
354
|
+
| `npx create-quiver spec create` | Crea la spec real desde el plan técnico revisado y aprobado. |
|
|
355
|
+
| `npx create-quiver spec start <spec-dir>` | Crea o reutiliza el worktree dedicado de una spec. Usá `--dry-run` para ver qué worktree se crearía sin tocar Git. |
|
|
356
|
+
| `npx create-quiver spec status <spec-dir>` | Muestra branch, path, `slice-00` y slices pendientes. |
|
|
357
|
+
| `npx create-quiver spec close <spec-dir>` | Cierra un worktree de spec ya mergeado y limpio; en modo normal también intenta traer los cambios del merge al checkout principal. |
|
|
273
358
|
| `npx create-quiver start-slice <slice.json>` | Prepara worktree y contexto para ejecutar un slice. |
|
|
274
359
|
| `npx create-quiver check-slice <slice.json>` | Valida readiness del slice. |
|
|
360
|
+
| `npx create-quiver check-slice --local <slice.json>` | Valida estructura local sin exigir remoto/base. |
|
|
275
361
|
| `npx create-quiver check-pr <slice.json>` | Valida estructura esperada para PR. |
|
|
276
362
|
| `npx create-quiver check-scope <slice.json>` | Verifica que los archivos modificados estén dentro del alcance declarado. |
|
|
277
363
|
| `npx create-quiver cleanup-slice <slice.json>` | Limpia worktree/branch local asociado a un slice. |
|
|
278
364
|
| `npx create-quiver refresh-active-slices` | Regenera el tablero local `ACTIVE_SLICES.md`. |
|
|
279
|
-
| `npx create-quiver check-handoff <handoff.md>` | Valida un
|
|
365
|
+
| `npx create-quiver check-handoff <handoff-or-brief.md>` | Valida un `HANDOFF.md` o un brief de slice (`EXECUTION_BRIEF.md` / `CLOSURE_BRIEF.md`). |
|
|
280
366
|
| `npx create-quiver new-handoff <spec-slug>` | Crea un handoff para una transferencia excepcional. |
|
|
367
|
+
| `npx create-quiver evidence run -- <comando>` | Ejecuta un comando y guarda evidencia local con exit code, duración y salida redactada/truncada. |
|
|
368
|
+
| `npx create-quiver demo create spec-viewer --dry-run` | Previsualiza el demo opcional Quiver Spec Viewer sin escribir archivos. |
|
|
369
|
+
| `npx create-quiver demo create spec-viewer --dir <target>` | Crea el demo estático con app, spec, slices, handoffs y validación. |
|
|
281
370
|
|
|
282
371
|
### Comandos de IA para WDD + SDD
|
|
283
372
|
|
|
284
373
|
```bash
|
|
374
|
+
npx create-quiver ai prepare-context --dry-run
|
|
285
375
|
npx create-quiver ai onboard --dry-run
|
|
376
|
+
npx create-quiver ai onboard --print-prompt
|
|
377
|
+
npx create-quiver ai agent set planner --provider codex --model "planner-model"
|
|
378
|
+
npx create-quiver ai agent set executor --provider codex --model "executor-model"
|
|
379
|
+
npx create-quiver ai agent set doctor --provider codex --model "diagnostic-model"
|
|
380
|
+
npx create-quiver ai agent list
|
|
286
381
|
npx create-quiver ai plan --phase acceptance --input requirements.md --dry-run
|
|
287
|
-
npx create-quiver ai plan --phase
|
|
288
|
-
npx create-quiver ai
|
|
289
|
-
npx create-quiver ai
|
|
382
|
+
npx create-quiver ai plan --phase acceptance --input requirements.md --print-prompt
|
|
383
|
+
npx create-quiver ai revise --phase acceptance --input feedback.md --dry-run
|
|
384
|
+
npx create-quiver ai approve --phase acceptance --version <n>
|
|
385
|
+
npx create-quiver ai plan --phase technical-plan --dry-run
|
|
386
|
+
npx create-quiver ai review-plan --dry-run
|
|
387
|
+
npx create-quiver ai review-plan --print-prompt
|
|
388
|
+
npx create-quiver ai approve --phase technical-plan --version <n>
|
|
389
|
+
npx create-quiver spec create --dry-run
|
|
390
|
+
npx create-quiver ai prompt-slice --slice specs/<project-slug>/slices/slice-01/slice.json --dry-run
|
|
391
|
+
npx create-quiver ai execute-slice --slice specs/<project-slug>/slices/slice-01/slice.json --dry-run --commit
|
|
392
|
+
npx create-quiver ai execute-plan --dry-run --commit --mode manual
|
|
393
|
+
npx create-quiver ai execute-plan --dry-run --commit --mode delegated
|
|
290
394
|
npx create-quiver ai doctor --dry-run --ssh-host-alias github-work --identity-file ~/.ssh/github-work
|
|
291
|
-
npx create-quiver ai pr --dry-run --ssh-host-alias github-work --identity-file ~/.ssh/github-work
|
|
395
|
+
npx create-quiver ai pr --dry-run --input specs/<project-slug>/pr.md --ssh-host-alias github-work --identity-file ~/.ssh/github-work
|
|
292
396
|
```
|
|
293
397
|
|
|
294
398
|
Providers soportados: `codex`, `claude` y `gemini`, siempre vía CLI local.
|
|
295
|
-
Usá `--dry-run` primero para revisar provider, rol, context pack
|
|
399
|
+
Usá `--dry-run` primero para revisar provider, rol, context pack y paths sin ejecutar el modelo. Usá `--print-prompt` cuando quieras ver el prompt exacto que se enviaría, sin depender de autenticación del provider.
|
|
296
400
|
|
|
297
401
|
Orden recomendado:
|
|
298
402
|
|
|
299
|
-
1. `ai
|
|
300
|
-
2. `ai
|
|
301
|
-
3. `ai plan --phase
|
|
302
|
-
4. `ai plan --phase
|
|
303
|
-
5. `ai
|
|
304
|
-
6. `ai
|
|
403
|
+
1. `ai prepare-context --dry-run`: revisa borradores de contexto, diffs, supuestos, riesgos y contradicciones antes de escribir docs. En modo escritura, Quiver guarda snapshots bajo `.quiver/runs/<run-id>/snapshots/`.
|
|
404
|
+
2. `ai onboard`: el planner entiende el repo y el workflow.
|
|
405
|
+
3. `ai plan --phase acceptance`: convierte requerimientos en criterios de aceptación.
|
|
406
|
+
4. `ai plan --phase technical-plan`: propone el plan técnico.
|
|
407
|
+
5. `ai review-plan`: revisa el plan como si fuera a producción, sin tocar código ni cuestionar el alcance aprobado.
|
|
408
|
+
6. `ai approve`: guarda criterios o la versión revisada del plan técnico.
|
|
409
|
+
7. `spec create`: genera spec, slices, handoffs y PR body desde el plan revisado y aprobado.
|
|
410
|
+
8. `spec start`: prepara un worktree por spec.
|
|
411
|
+
9. `ai prompt-slice`: imprime el prompt mínimo para asignar un slice manualmente.
|
|
412
|
+
10. `ai execute-slice` / `ai execute-plan`: ejecuta slices aprobados, con commit opt-in. `ai execute-slice` exige worktree/rama correctos, bloquea cambios fuera del alcance declarado, redacta logs sensibles y actualiza `CLOSURE_BRIEF.md`, `EVIDENCE_REPORT.md`, `COMMAND_LOG.md`, `STATUS.md` y `slice.json` cuando la ejecución pasa. Usá `--mode manual` para prompts y `--mode delegated` para worktrees temporales en olas paralelas.
|
|
413
|
+
11. `ai inspect` / `ai export`: exponen estado accionable y formatos JSON/Markdown para humanos, agentes o dashboards.
|
|
414
|
+
12. `ai doctor` / `ai pr`: valida GitHub y crea el PR solo con `--create`.
|
|
415
|
+
13. `spec close`: cierra el worktree después del merge.
|
|
305
416
|
|
|
306
417
|
## 🧪 Cómo probar que funciona
|
|
307
418
|
|
|
@@ -311,35 +422,78 @@ Validación rápida del repo:
|
|
|
311
422
|
node bin/create-quiver.js --help
|
|
312
423
|
node --test tests/**/*.test.js
|
|
313
424
|
npm run package:quiver
|
|
425
|
+
npm pack --dry-run
|
|
314
426
|
```
|
|
315
427
|
|
|
316
428
|
Validaciones adicionales disponibles:
|
|
317
429
|
|
|
318
430
|
```bash
|
|
319
431
|
npm run smoke:create-quiver
|
|
432
|
+
npm run smoke:doctor-fixtures
|
|
433
|
+
npm run smoke:guided-workflow
|
|
320
434
|
npm run smoke:tiered-pack
|
|
321
435
|
```
|
|
322
436
|
|
|
437
|
+
Para dejar evidencia resumida de una validación sin pegar logs completos:
|
|
438
|
+
|
|
439
|
+
```bash
|
|
440
|
+
npx create-quiver evidence run -- npm test
|
|
441
|
+
```
|
|
442
|
+
|
|
443
|
+
Por defecto la evidencia queda en `.quiver/evidence/`. También podés elegir destino con `--output <archivo>` y limitar stdout/stderr con `--max-output <n>`.
|
|
444
|
+
|
|
445
|
+
Para probar Quiver sin inventar una app desde cero:
|
|
446
|
+
|
|
447
|
+
```bash
|
|
448
|
+
npx create-quiver demo create spec-viewer --dry-run
|
|
449
|
+
npx create-quiver demo create spec-viewer --dir ./quiver-spec-viewer
|
|
450
|
+
```
|
|
451
|
+
|
|
452
|
+
El demo genera una app estática pequeña, metadata mínima de Quiver, specs/slices de ejemplo y scripts de validación. `doctor`, `plan`, `graph` y `next` funcionan dentro del demo, y el server intenta el siguiente puerto si el inicial está ocupado. No forma parte de `init`; se crea solo cuando lo pedís.
|
|
453
|
+
|
|
323
454
|
Notas reales del estado actual:
|
|
324
455
|
|
|
325
456
|
- No hay script `npm test`; el comando verificado para tests es `node --test tests/**/*.test.js`.
|
|
326
457
|
- `npm run package:quiver` valida el contenido del paquete npm generado.
|
|
327
|
-
- `npm run smoke:
|
|
458
|
+
- `npm run smoke:guided-workflow` cubre el flujo guiado con IA sin llamadas reales pagas a providers.
|
|
459
|
+
- `npm run smoke:doctor-fixtures` valida la matriz de estados de proyecto que deben seguir cubiertos por doctor/preflight.
|
|
328
460
|
|
|
329
461
|
## 📜 Scripts npm
|
|
330
462
|
|
|
331
463
|
| Script | Uso |
|
|
332
464
|
|---|---|
|
|
465
|
+
| `npm run quiver:analyze` | Ejecuta `npx create-quiver analyze`. |
|
|
466
|
+
| `npm run quiver:flow` | Ejecuta `npx create-quiver flow`. |
|
|
333
467
|
| `npm run quiver:plan` | Ejecuta `npx create-quiver plan`. |
|
|
468
|
+
| `npm run quiver:prepare` | Ejecuta preparación guiada y diagnósticos. |
|
|
334
469
|
| `npm run quiver:graph` | Ejecuta `npx create-quiver graph`. |
|
|
335
470
|
| `npm run quiver:next` | Ejecuta `npx create-quiver next`. |
|
|
471
|
+
| `npm run quiver:doctor` | Ejecuta `npx create-quiver doctor`. |
|
|
472
|
+
| `npm run quiver:evidence` | Ejecuta `npx create-quiver evidence`; usalo como `npm run quiver:evidence -- run -- <comando>`. |
|
|
473
|
+
| `npm run quiver:ai:agent` | Ejecuta `npx create-quiver ai agent`. |
|
|
474
|
+
| `npm run quiver:ai:inspect` | Ejecuta `npx create-quiver ai inspect`. |
|
|
475
|
+
| `npm run quiver:ai:export` | Ejecuta `npx create-quiver ai export`. |
|
|
476
|
+
| `npm run quiver:ai:specs` | Ejecuta `npx create-quiver ai specs list`. |
|
|
477
|
+
| `npm run quiver:ai:slices` | Ejecuta `npx create-quiver ai slices list`. |
|
|
478
|
+
| `npm run quiver:ai:trace` | Ejecuta `npx create-quiver ai trace report`. |
|
|
336
479
|
| `npm run quiver:ai:onboard` | Ejecuta onboarding de IA. |
|
|
480
|
+
| `npm run quiver:ai:prepare-context` | Prepara docs de contexto IA solo en documentación; usalo primero con `-- --dry-run` para revisar diffs y contradicciones. |
|
|
337
481
|
| `npm run quiver:ai:plan` | Ejecuta planificación IA por fases. |
|
|
482
|
+
| `npm run quiver:ai:review-plan` | Revisa el plan técnico antes de aprobarlo y crear la spec. |
|
|
483
|
+
| `npm run quiver:ai:approve` | Guarda criterios o planes aprobados. |
|
|
484
|
+
| `npm run quiver:ai:prompt-slice` | Imprime un prompt mínimo para asignar un slice a un executor. |
|
|
338
485
|
| `npm run quiver:ai:execute-slice` | Ejecuta un slice con rol executor. |
|
|
486
|
+
| `npm run quiver:ai:execute-plan` | Imprime o ejecuta olas de slices; soporta `--mode manual` y `--mode delegated`. |
|
|
339
487
|
| `npm run quiver:ai:doctor` | Ejecuta preflight IA/GitHub. |
|
|
340
|
-
| `npm run quiver:ai:pr` | Ejecuta preflight de PR
|
|
488
|
+
| `npm run quiver:ai:pr` | Ejecuta preflight de PR y crea PR con `--create`. |
|
|
489
|
+
| `npm run quiver:spec:create` | Ejecuta `npx create-quiver spec create`. |
|
|
490
|
+
| `npm run quiver:spec:start` | Ejecuta `npx create-quiver spec start`. |
|
|
491
|
+
| `npm run quiver:spec:status` | Ejecuta `npx create-quiver spec status`. |
|
|
492
|
+
| `npm run quiver:spec:close` | Ejecuta `npx create-quiver spec close`. |
|
|
341
493
|
| `npm run package:quiver` | Empaqueta y valida el tarball npm. |
|
|
342
494
|
| `npm run smoke:create-quiver` | Smoke del instalador `create-quiver`. |
|
|
495
|
+
| `npm run smoke:doctor-fixtures` | Smoke de la matriz de fixtures para validación, doctor y errores accionables. |
|
|
496
|
+
| `npm run smoke:guided-workflow` | Smoke del flujo guiado con IA, PR, cleanup y package safety. |
|
|
343
497
|
| `npm run smoke:tiered-pack` | Smoke de context packs y lifecycle. |
|
|
344
498
|
| `npm run release:quiver` | Release dry-run o publish, según flags. |
|
|
345
499
|
|
|
@@ -350,12 +504,15 @@ Notas reales del estado actual:
|
|
|
350
504
|
1. Inicializá Quiver o migrá si el proyecto ya lo tenía.
|
|
351
505
|
2. Corré `analyze` para generar el mapa técnico.
|
|
352
506
|
3. Corré `doctor` para validar el contrato.
|
|
353
|
-
4.
|
|
354
|
-
5.
|
|
355
|
-
6.
|
|
356
|
-
7.
|
|
357
|
-
8.
|
|
358
|
-
9.
|
|
507
|
+
4. Prepará contexto IA con `ai prepare-context --dry-run` y revisá los supuestos antes de escribir.
|
|
508
|
+
5. Incorporá al planner con `ai onboard --dry-run`.
|
|
509
|
+
6. Convertí requerimientos en criterios, plan técnico y spec con `ai plan`; revisá el plan con `ai review-plan` antes de aprobarlo.
|
|
510
|
+
7. Creá la spec real con `spec create` y prepará su worktree con `spec start`.
|
|
511
|
+
8. Revisá dependencias con `graph`, `next` o `ai execute-plan --dry-run --mode manual`.
|
|
512
|
+
9. Para ejecución manual, generá el prompt con `ai prompt-slice --slice <slice.json> --dry-run`.
|
|
513
|
+
10. Ejecutá slices con `ai execute-slice --commit` o `ai execute-plan --execute --commit --mode delegated`.
|
|
514
|
+
11. Abrí el PR con `ai pr --create` después de revisar el dry-run.
|
|
515
|
+
12. Después del merge, cerrá el worktree con `spec close`.
|
|
359
516
|
|
|
360
517
|
## 🤝 Contribuir
|
|
361
518
|
|
|
@@ -392,6 +549,16 @@ npm whoami
|
|
|
392
549
|
npm view create-quiver version
|
|
393
550
|
```
|
|
394
551
|
|
|
552
|
+
Checklist de release:
|
|
553
|
+
|
|
554
|
+
1. `node --test tests/**/*.test.js`
|
|
555
|
+
2. `npm run smoke:create-quiver`
|
|
556
|
+
3. `npm run smoke:doctor-fixtures`
|
|
557
|
+
4. `npm run smoke:guided-workflow`
|
|
558
|
+
4. `npm run smoke:tiered-pack`
|
|
559
|
+
5. `npm pack --dry-run`
|
|
560
|
+
6. Confirmar que el PR esta aprobado antes de publicar.
|
|
561
|
+
|
|
395
562
|
## 📚 Documentación útil
|
|
396
563
|
|
|
397
564
|
- [README para agentes de IA](./README_FOR_AI.md)
|
|
@@ -402,11 +569,11 @@ npm view create-quiver version
|
|
|
402
569
|
- [Contribución](./CONTRIBUTING.md)
|
|
403
570
|
- [Seguridad](./SECURITY.md)
|
|
404
571
|
|
|
405
|
-
## Información
|
|
572
|
+
## Información confirmada y pendiente
|
|
406
573
|
|
|
574
|
+
- `package.json` está en `0.10.0` y `CHANGELOG.md` reconoce `0.10.0`.
|
|
407
575
|
- `package.json` no declara `engines`; la versión mínima real de Node queda pendiente. La CI usa Node 22.
|
|
408
|
-
-
|
|
409
|
-
- `docs/COMMANDS.md.template` marca algunos comandos de IA como `v0.10`, aunque `package.json` todavía está en `0.9.0`; la próxima publicación debe alinear versión y changelog.
|
|
576
|
+
- Si aparece alguna referencia vieja a `0.9.0`, hay que actualizarla al contrato actual antes de seguir.
|
|
410
577
|
- Los scripts legacy de `package.json` que apuntan a `tools/scripts/*` deben confirmarse para este repo fuente o separarse de los scripts pensados para proyectos generados con `--legacy-scripts` o `--full`.
|
|
411
578
|
|
|
412
579
|
## Licencia
|