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
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-00-docs-foundation",
|
|
3
|
+
"ticket": "QUIVER-26-00",
|
|
4
|
+
"type": "docs",
|
|
5
|
+
"title": "Docs foundation and source-of-truth sync",
|
|
6
|
+
"objective": "Create the v26 hotfix planning package and align source-of-truth docs with the actual v25 and 0.12.0 release state.",
|
|
7
|
+
"description": "Publish the v26 spec, status, evidence report, execution plan, PR body, slice definitions, execution briefs, closure briefs, and source-of-truth documentation sync before product implementation starts.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "v26-0121-smoke-hardening-docs-foundation",
|
|
12
|
+
"branch_name": "feature/QUIVER-26-00-v26-0121-smoke-hardening-docs-foundation"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"README_FOR_AI.md",
|
|
16
|
+
"ROADMAP.md",
|
|
17
|
+
"CHANGELOG.md",
|
|
18
|
+
"specs/quiver-v25-ai-first-lifecycle-orchestrator/STATUS.md",
|
|
19
|
+
"specs/quiver-v26-0121-smoke-hardening/**"
|
|
20
|
+
],
|
|
21
|
+
"expected_read_paths": [
|
|
22
|
+
"README_FOR_AI.md",
|
|
23
|
+
"ROADMAP.md",
|
|
24
|
+
"CHANGELOG.md",
|
|
25
|
+
"specs/quiver-v25-ai-first-lifecycle-orchestrator/STATUS.md",
|
|
26
|
+
"specs/quiver-v25-ai-first-lifecycle-orchestrator/**"
|
|
27
|
+
],
|
|
28
|
+
"allowed_write_paths": [
|
|
29
|
+
"README_FOR_AI.md",
|
|
30
|
+
"ROADMAP.md",
|
|
31
|
+
"CHANGELOG.md",
|
|
32
|
+
"specs/quiver-v25-ai-first-lifecycle-orchestrator/STATUS.md",
|
|
33
|
+
"specs/quiver-v26-0121-smoke-hardening/**"
|
|
34
|
+
],
|
|
35
|
+
"depends_on": [],
|
|
36
|
+
"parallel_safe": "no",
|
|
37
|
+
"parallel_safe_reason": "slice-00 must land before every implementation slice.",
|
|
38
|
+
"must": [
|
|
39
|
+
"Create the v26 planning artifacts.",
|
|
40
|
+
"Create slice.json, EXECUTION_BRIEF.md, and CLOSURE_BRIEF.md for every slice.",
|
|
41
|
+
"Sync source-of-truth docs with v25 implemented/published and v26 planned.",
|
|
42
|
+
"Avoid product code changes."
|
|
43
|
+
],
|
|
44
|
+
"not_included": [
|
|
45
|
+
"Implementing CLI behavior.",
|
|
46
|
+
"Changing package behavior.",
|
|
47
|
+
"Running AI providers.",
|
|
48
|
+
"Publishing a package.",
|
|
49
|
+
"Opening a PR."
|
|
50
|
+
],
|
|
51
|
+
"acceptance": [
|
|
52
|
+
"Spec folder exists under specs/quiver-v26-0121-smoke-hardening.",
|
|
53
|
+
"Mandatory slice-00 exists.",
|
|
54
|
+
"Every slice has slice.json, EXECUTION_BRIEF.md, and CLOSURE_BRIEF.md.",
|
|
55
|
+
"Every slice.json parses successfully.",
|
|
56
|
+
"README_FOR_AI.md, ROADMAP.md, CHANGELOG.md, and v25 status do not contradict the published 0.12.0 state.",
|
|
57
|
+
"No product code is modified."
|
|
58
|
+
],
|
|
59
|
+
"tests": [
|
|
60
|
+
"git diff --check",
|
|
61
|
+
"find specs/quiver-v26-0121-smoke-hardening -name \"slice.json\" -print -exec node -e \"JSON.parse(require('fs').readFileSync(process.argv[1], 'utf8'))\" {} \\;"
|
|
62
|
+
],
|
|
63
|
+
"validation_hints": [
|
|
64
|
+
"Use git diff to confirm only docs/spec files changed.",
|
|
65
|
+
"Check source-of-truth docs for stale v25 planned/pending wording."
|
|
66
|
+
],
|
|
67
|
+
"estimated_hours": 2,
|
|
68
|
+
"status": "completed",
|
|
69
|
+
"blocked_reason": null,
|
|
70
|
+
"actual_hours": 2,
|
|
71
|
+
"completed_at": "2026-05-23T00:00:00-0300"
|
|
72
|
+
}
|
|
73
|
+
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# CLOSURE BRIEF - slice-01: CLI help and version contract
|
|
2
|
+
|
|
3
|
+
## Summary of Work
|
|
4
|
+
|
|
5
|
+
- Added grouped command descriptions to `--help`.
|
|
6
|
+
- Added `npx create-quiver help` as an alias for complete help.
|
|
7
|
+
- Preserved top-level version output and AI draft-version approval behavior.
|
|
8
|
+
- Added tests for help coverage, local alias metadata, and command discovery.
|
|
9
|
+
- Updated README and generated command reference docs.
|
|
10
|
+
|
|
11
|
+
## Validation Against Acceptance Criteria
|
|
12
|
+
|
|
13
|
+
- [x] Version commands verified.
|
|
14
|
+
- [x] AI draft version behavior verified.
|
|
15
|
+
- [x] Help output verified.
|
|
16
|
+
- [x] Help drift coverage added.
|
|
17
|
+
|
|
18
|
+
## Relevant Changes
|
|
19
|
+
|
|
20
|
+
- `src/create-quiver/index.js`
|
|
21
|
+
- `tests/commands/cli-contract.test.js`
|
|
22
|
+
- `README.md`
|
|
23
|
+
- `docs/COMMANDS.md.template`
|
|
24
|
+
- `specs/quiver-v26-0121-smoke-hardening/EVIDENCE_REPORT.md`
|
|
25
|
+
- `specs/quiver-v26-0121-smoke-hardening/STATUS.md`
|
|
26
|
+
- `specs/quiver-v26-0121-smoke-hardening/slices/slice-01-cli-help-version-contract/slice.json`
|
|
27
|
+
|
|
28
|
+
## Pending
|
|
29
|
+
|
|
30
|
+
- None.
|
|
31
|
+
|
|
32
|
+
## Remaining Risks
|
|
33
|
+
|
|
34
|
+
- Help output is still maintained in code, but coverage now checks important public commands.
|
|
35
|
+
|
|
36
|
+
## Future Recommendations
|
|
37
|
+
|
|
38
|
+
- Consider moving command help metadata into a shared command registry in a future non-hotfix slice.
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
# EXECUTION BRIEF - slice-01: CLI help and version contract
|
|
2
|
+
|
|
3
|
+
## Context
|
|
4
|
+
|
|
5
|
+
The npm smoke test showed that `npx create-quiver@0.12.0 --version` fails because the top-level parser treats `--version` as an option requiring a draft version. Help output also needs to become a stronger onboarding surface.
|
|
6
|
+
|
|
7
|
+
## Objective
|
|
8
|
+
|
|
9
|
+
Fix version/help behavior and add coverage that keeps command descriptions from drifting.
|
|
10
|
+
|
|
11
|
+
## Scope
|
|
12
|
+
|
|
13
|
+
- CLI entrypoint and command router.
|
|
14
|
+
- Help output and command descriptions.
|
|
15
|
+
- Command docs and tests.
|
|
16
|
+
|
|
17
|
+
## Acceptance Criteria
|
|
18
|
+
|
|
19
|
+
- `npx create-quiver --version` and `-V` print package version and exit `0`.
|
|
20
|
+
- `ai approve --phase technical-plan --version <n>` still uses draft version semantics.
|
|
21
|
+
- `--help`, `help`, and local `quiver --help` show grouped commands with descriptions.
|
|
22
|
+
- Help drift is covered by automated tests.
|
|
23
|
+
|
|
24
|
+
## Technical Plan Summary
|
|
25
|
+
|
|
26
|
+
Route top-level version flags before command-specific option parsing. Centralize or test the public command help surface. Preserve subcommand option ownership.
|
|
27
|
+
|
|
28
|
+
## Suggested Execution Steps
|
|
29
|
+
|
|
30
|
+
1. Read the CLI router and current help implementation.
|
|
31
|
+
2. Add top-level version handling only for commandless version requests.
|
|
32
|
+
3. Improve help output and command descriptions.
|
|
33
|
+
4. Add focused CLI tests.
|
|
34
|
+
5. Update docs and evidence.
|
|
35
|
+
|
|
36
|
+
## Restrictions
|
|
37
|
+
|
|
38
|
+
- Do not change AI phase state in this slice.
|
|
39
|
+
- Do not remove existing command aliases.
|
|
40
|
+
|
|
41
|
+
## Risks
|
|
42
|
+
|
|
43
|
+
- Over-broad `--version` handling could break planner draft approvals.
|
|
44
|
+
|
|
45
|
+
## Completion Checklist
|
|
46
|
+
|
|
47
|
+
- [ ] Version tests added.
|
|
48
|
+
- [ ] Help output tests added.
|
|
49
|
+
- [ ] AI approve version behavior preserved.
|
|
50
|
+
- [ ] Docs updated.
|
|
51
|
+
|
package/specs/quiver-v26-0121-smoke-hardening/slices/slice-01-cli-help-version-contract/slice.json
ADDED
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-01-cli-help-version-contract",
|
|
3
|
+
"ticket": "QUIVER-26-01",
|
|
4
|
+
"type": "fix",
|
|
5
|
+
"title": "CLI help and version contract",
|
|
6
|
+
"objective": "Make top-level version and help output reliable, complete, and test-covered without breaking AI draft version approvals.",
|
|
7
|
+
"description": "Fix top-level --version handling, improve grouped help output, add help drift coverage, and preserve subcommand-specific --version semantics for AI approvals.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "cli-help-version-contract",
|
|
12
|
+
"branch_name": "feature/QUIVER-26-01-cli-help-version-contract"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"bin/create-quiver.js",
|
|
16
|
+
"src/create-quiver/index.js",
|
|
17
|
+
"src/create-quiver/**",
|
|
18
|
+
"README.md",
|
|
19
|
+
"docs/COMMANDS.md.template",
|
|
20
|
+
"tests/**",
|
|
21
|
+
"specs/quiver-v26-0121-smoke-hardening/**"
|
|
22
|
+
],
|
|
23
|
+
"expected_read_paths": [
|
|
24
|
+
"bin/create-quiver.js",
|
|
25
|
+
"src/create-quiver/index.js",
|
|
26
|
+
"package.json",
|
|
27
|
+
"tests/commands/**",
|
|
28
|
+
"README.md",
|
|
29
|
+
"docs/COMMANDS.md.template"
|
|
30
|
+
],
|
|
31
|
+
"allowed_write_paths": [
|
|
32
|
+
"src/create-quiver/**",
|
|
33
|
+
"README.md",
|
|
34
|
+
"docs/COMMANDS.md.template",
|
|
35
|
+
"tests/**",
|
|
36
|
+
"specs/quiver-v26-0121-smoke-hardening/**"
|
|
37
|
+
],
|
|
38
|
+
"depends_on": [
|
|
39
|
+
"slice-00-docs-foundation"
|
|
40
|
+
],
|
|
41
|
+
"parallel_safe": "no",
|
|
42
|
+
"parallel_safe_reason": "This slice owns shared CLI routing and help output used by later slices.",
|
|
43
|
+
"must": [
|
|
44
|
+
"Support top-level --version and -V as package version output.",
|
|
45
|
+
"Preserve ai approve --version <n> draft-version behavior.",
|
|
46
|
+
"Support npx create-quiver --help, npx create-quiver help, and local quiver --help.",
|
|
47
|
+
"Group public commands with descriptions and examples.",
|
|
48
|
+
"Add tests that prevent important commands from missing help descriptions."
|
|
49
|
+
],
|
|
50
|
+
"not_included": [
|
|
51
|
+
"Changing AI lifecycle state behavior.",
|
|
52
|
+
"Changing generated docs beyond command references.",
|
|
53
|
+
"Publishing npm."
|
|
54
|
+
],
|
|
55
|
+
"acceptance": [
|
|
56
|
+
"Top-level version commands exit 0 and print the package version.",
|
|
57
|
+
"AI approval version commands still work with draft versions.",
|
|
58
|
+
"Help output lists public commands with descriptions grouped by purpose.",
|
|
59
|
+
"Tests fail if important public commands are missing from help.",
|
|
60
|
+
"Unknown command behavior remains clear and actionable."
|
|
61
|
+
],
|
|
62
|
+
"tests": [
|
|
63
|
+
"node --test tests/commands/cli-contract.test.js",
|
|
64
|
+
"node --test tests/commands/ai-plan.test.js tests/lib/approvals.test.js",
|
|
65
|
+
"git diff --check"
|
|
66
|
+
],
|
|
67
|
+
"validation_hints": [
|
|
68
|
+
"Exercise both top-level --version and ai approve --version <n>.",
|
|
69
|
+
"Validate local alias through package bin metadata or installed fixture when practical."
|
|
70
|
+
],
|
|
71
|
+
"estimated_hours": 4,
|
|
72
|
+
"status": "completed",
|
|
73
|
+
"blocked_reason": null,
|
|
74
|
+
"actual_hours": 2,
|
|
75
|
+
"completed_at": "2026-05-23T00:00:00-0300"
|
|
76
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# CLOSURE BRIEF - slice-02: Init doc links and flow guidance
|
|
2
|
+
|
|
3
|
+
## Summary of Work
|
|
4
|
+
|
|
5
|
+
- Replaced default command doc links to optional examples with inline commands.
|
|
6
|
+
- Removed the generated status link to a placeholder slice that does not exist in default init.
|
|
7
|
+
- Added doctor regression coverage for missing generated local docs links.
|
|
8
|
+
- Added flow regression coverage for `init -> analyze -> flow`.
|
|
9
|
+
|
|
10
|
+
## Validation Against Acceptance Criteria
|
|
11
|
+
|
|
12
|
+
- [x] Default init docs verified.
|
|
13
|
+
- [x] Doctor warnings resolved.
|
|
14
|
+
- [x] Flow guidance verified.
|
|
15
|
+
- [x] Tests run.
|
|
16
|
+
|
|
17
|
+
## Relevant Changes
|
|
18
|
+
|
|
19
|
+
- `docs/COMMANDS.md.template`
|
|
20
|
+
- `docs/STATUS.md.template`
|
|
21
|
+
- `tests/commands/doctor.test.js`
|
|
22
|
+
- `tests/commands/flow.test.js`
|
|
23
|
+
- `specs/quiver-v26-0121-smoke-hardening/EVIDENCE_REPORT.md`
|
|
24
|
+
- `specs/quiver-v26-0121-smoke-hardening/STATUS.md`
|
|
25
|
+
- `specs/quiver-v26-0121-smoke-hardening/slices/slice-02-init-doc-links-and-flow-guidance/slice.json`
|
|
26
|
+
|
|
27
|
+
## Pending
|
|
28
|
+
|
|
29
|
+
- None.
|
|
30
|
+
|
|
31
|
+
## Remaining Risks
|
|
32
|
+
|
|
33
|
+
- Optional docs must not be referenced by default docs unless generated.
|
|
34
|
+
|
|
35
|
+
## Future Recommendations
|
|
36
|
+
|
|
37
|
+
- Keep generated doc link checks in smoke coverage.
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
# EXECUTION BRIEF - slice-02: Init doc links and flow guidance
|
|
2
|
+
|
|
3
|
+
## Context
|
|
4
|
+
|
|
5
|
+
The clean npm smoke test showed `doctor` warnings for links generated by default init and a temporary stale `flow` state when analyze had not completed yet.
|
|
6
|
+
|
|
7
|
+
## Objective
|
|
8
|
+
|
|
9
|
+
Make generated docs internally consistent and make `flow` guidance match the actual project state.
|
|
10
|
+
|
|
11
|
+
## Scope
|
|
12
|
+
|
|
13
|
+
- Default init templates and template selection.
|
|
14
|
+
- Doctor link checks.
|
|
15
|
+
- Flow next-step guidance.
|
|
16
|
+
- Tests and evidence.
|
|
17
|
+
|
|
18
|
+
## Acceptance Criteria
|
|
19
|
+
|
|
20
|
+
- Default init docs do not contain broken links created by Quiver.
|
|
21
|
+
- `doctor` does not warn about Quiver-generated default links.
|
|
22
|
+
- `flow` shows correct next steps after analyze.
|
|
23
|
+
- Tests cover default init and flow state.
|
|
24
|
+
|
|
25
|
+
## Technical Plan Summary
|
|
26
|
+
|
|
27
|
+
Audit links in default init templates, remove or generate referenced optional files consistently, and update flow state checks to avoid stale blockers.
|
|
28
|
+
|
|
29
|
+
## Suggested Execution Steps
|
|
30
|
+
|
|
31
|
+
1. Reproduce default init + doctor warnings in a fixture.
|
|
32
|
+
2. Fix template references or generated file set.
|
|
33
|
+
3. Verify `flow` before and after analyze.
|
|
34
|
+
4. Add focused tests.
|
|
35
|
+
5. Update evidence.
|
|
36
|
+
|
|
37
|
+
## Restrictions
|
|
38
|
+
|
|
39
|
+
- Do not widen default init to legacy/full assets unless necessary.
|
|
40
|
+
- Do not touch AI approval state in this slice.
|
|
41
|
+
|
|
42
|
+
## Risks
|
|
43
|
+
|
|
44
|
+
- Removing useful links could reduce onboarding quality; prefer valid links over deletion when the target should exist.
|
|
45
|
+
|
|
46
|
+
## Completion Checklist
|
|
47
|
+
|
|
48
|
+
- [ ] Template links audited.
|
|
49
|
+
- [ ] Doctor warnings resolved.
|
|
50
|
+
- [ ] Flow state tests added.
|
|
51
|
+
- [ ] Smoke coverage updated if needed.
|
|
52
|
+
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-02-init-doc-links-and-flow-guidance",
|
|
3
|
+
"ticket": "QUIVER-26-02",
|
|
4
|
+
"type": "fix",
|
|
5
|
+
"title": "Init doc links and flow guidance",
|
|
6
|
+
"objective": "Remove broken links from default generated docs and make flow guidance reflect the current project state after analyze and doctor.",
|
|
7
|
+
"description": "Fix default init template references, doctor link warnings, and guided flow next-step messaging for clean projects.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "init-doc-links-flow-guidance",
|
|
12
|
+
"branch_name": "feature/QUIVER-26-02-init-doc-links-flow-guidance"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"src/create-quiver/lib/init-docs.js",
|
|
16
|
+
"src/create-quiver/lib/init-layout.js",
|
|
17
|
+
"src/create-quiver/lib/doctor.js",
|
|
18
|
+
"src/create-quiver/commands/flow.js",
|
|
19
|
+
"docs/**/*.template",
|
|
20
|
+
"tests/**",
|
|
21
|
+
"specs/quiver-v26-0121-smoke-hardening/**"
|
|
22
|
+
],
|
|
23
|
+
"expected_read_paths": [
|
|
24
|
+
"docs/COMMANDS.md.template",
|
|
25
|
+
"docs/STATUS.md.template",
|
|
26
|
+
"src/create-quiver/lib/doctor.js",
|
|
27
|
+
"src/create-quiver/commands/flow.js",
|
|
28
|
+
"tests/commands/flow.test.js",
|
|
29
|
+
"tests/commands/doctor.test.js"
|
|
30
|
+
],
|
|
31
|
+
"allowed_write_paths": [
|
|
32
|
+
"src/create-quiver/lib/init-docs.js",
|
|
33
|
+
"src/create-quiver/lib/init-layout.js",
|
|
34
|
+
"src/create-quiver/lib/doctor.js",
|
|
35
|
+
"src/create-quiver/commands/flow.js",
|
|
36
|
+
"docs/**/*.template",
|
|
37
|
+
"tests/**",
|
|
38
|
+
"specs/quiver-v26-0121-smoke-hardening/**"
|
|
39
|
+
],
|
|
40
|
+
"depends_on": [
|
|
41
|
+
"slice-01-cli-help-version-contract"
|
|
42
|
+
],
|
|
43
|
+
"parallel_safe": "maybe",
|
|
44
|
+
"parallel_safe_reason": "Can run beside slice-03 only if shared flow/help files do not overlap.",
|
|
45
|
+
"must": [
|
|
46
|
+
"Default init docs must not reference files absent from the default profile.",
|
|
47
|
+
"doctor must not warn about links Quiver itself generated incorrectly.",
|
|
48
|
+
"flow must show the correct next step after analyze creates PROJECT_MAP.md.",
|
|
49
|
+
"Errors and warnings must remain actionable."
|
|
50
|
+
],
|
|
51
|
+
"not_included": [
|
|
52
|
+
"Changing AI approval persistence.",
|
|
53
|
+
"Changing demo scaffold behavior."
|
|
54
|
+
],
|
|
55
|
+
"acceptance": [
|
|
56
|
+
"Default init followed by doctor has no generated-doc broken-link warnings.",
|
|
57
|
+
"After analyze, flow no longer reports PROJECT_MAP.md as missing.",
|
|
58
|
+
"Generated docs still point users to valid examples or omit optional references.",
|
|
59
|
+
"Focused tests cover default init docs and flow state."
|
|
60
|
+
],
|
|
61
|
+
"tests": [
|
|
62
|
+
"node --test tests/commands/flow.test.js tests/commands/doctor.test.js tests/lib/init-layout.test.js",
|
|
63
|
+
"npm run smoke:create-quiver",
|
|
64
|
+
"git diff --check"
|
|
65
|
+
],
|
|
66
|
+
"validation_hints": [
|
|
67
|
+
"Use a clean temp directory for init/analyze/doctor/flow.",
|
|
68
|
+
"Check both before and after analyze state."
|
|
69
|
+
],
|
|
70
|
+
"estimated_hours": 4,
|
|
71
|
+
"status": "completed",
|
|
72
|
+
"blocked_reason": null,
|
|
73
|
+
"actual_hours": 2,
|
|
74
|
+
"completed_at": "2026-05-23T00:00:00-0300"
|
|
75
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# CLOSURE BRIEF - slice-03: AI approval and review consistency
|
|
2
|
+
|
|
3
|
+
## Summary of Work
|
|
4
|
+
|
|
5
|
+
- Clarified spec generation blockers when review state is missing or stale.
|
|
6
|
+
- Ensured flow does not suggest re-approving an already approved technical plan before review.
|
|
7
|
+
- Added regression coverage for approved-but-unreviewed technical plan guidance.
|
|
8
|
+
- Updated tests for actionable review-plan next commands.
|
|
9
|
+
|
|
10
|
+
## Validation Against Acceptance Criteria
|
|
11
|
+
|
|
12
|
+
- [x] Unsupported phase suggestions removed.
|
|
13
|
+
- [x] Spec-create blockers verified.
|
|
14
|
+
- [x] Reviewed approval path verified.
|
|
15
|
+
- [x] Tests run.
|
|
16
|
+
|
|
17
|
+
## Relevant Changes
|
|
18
|
+
|
|
19
|
+
- `src/create-quiver/lib/ai/plan-review.js`
|
|
20
|
+
- `src/create-quiver/commands/flow.js`
|
|
21
|
+
- `tests/commands/flow.test.js`
|
|
22
|
+
- `tests/commands/ai-review-plan.test.js`
|
|
23
|
+
- `specs/quiver-v26-0121-smoke-hardening/EVIDENCE_REPORT.md`
|
|
24
|
+
- `specs/quiver-v26-0121-smoke-hardening/STATUS.md`
|
|
25
|
+
- `specs/quiver-v26-0121-smoke-hardening/slices/slice-03-ai-approval-review-consistency/slice.json`
|
|
26
|
+
|
|
27
|
+
## Pending
|
|
28
|
+
|
|
29
|
+
- None.
|
|
30
|
+
|
|
31
|
+
## Remaining Risks
|
|
32
|
+
|
|
33
|
+
- Existing approval artifacts remain compatible; only user-facing guidance changed.
|
|
34
|
+
|
|
35
|
+
## Future Recommendations
|
|
36
|
+
|
|
37
|
+
- Keep every printed next command covered by a CLI acceptance test.
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
# EXECUTION BRIEF - slice-03: AI approval and review consistency
|
|
2
|
+
|
|
3
|
+
## Context
|
|
4
|
+
|
|
5
|
+
The smoke test showed that Quiver correctly blocks spec generation without reviewed plan state, but the recovery path can be confusing. A suggested `plan-review` approval phase is not supported by `ai approve`.
|
|
6
|
+
|
|
7
|
+
## Objective
|
|
8
|
+
|
|
9
|
+
Make review/approval/spec-create gates coherent, testable, and actionable.
|
|
10
|
+
|
|
11
|
+
## Scope
|
|
12
|
+
|
|
13
|
+
- `ai review-plan` guidance.
|
|
14
|
+
- `ai approve` phase guidance.
|
|
15
|
+
- `spec create` blockers.
|
|
16
|
+
- `flow` next-step messages for plan review.
|
|
17
|
+
- Tests and docs.
|
|
18
|
+
|
|
19
|
+
## Acceptance Criteria
|
|
20
|
+
|
|
21
|
+
- No unsupported approval phase is suggested.
|
|
22
|
+
- Missing review state blocks spec creation with the exact next command.
|
|
23
|
+
- Reviewed technical-plan drafts can be approved through a supported path.
|
|
24
|
+
- Tests cover review/approval/spec-create edge cases.
|
|
25
|
+
|
|
26
|
+
## Technical Plan Summary
|
|
27
|
+
|
|
28
|
+
Audit approval state transitions and user-facing messages. Clarify status labels and block conditions without weakening review gates.
|
|
29
|
+
|
|
30
|
+
## Suggested Execution Steps
|
|
31
|
+
|
|
32
|
+
1. Reproduce the approved-but-unreviewed state.
|
|
33
|
+
2. Audit `flow`, `review-plan`, `approve`, and `spec create` messages.
|
|
34
|
+
3. Fix unsupported phase suggestions.
|
|
35
|
+
4. Add focused tests for state transitions.
|
|
36
|
+
5. Update docs and evidence.
|
|
37
|
+
|
|
38
|
+
## Restrictions
|
|
39
|
+
|
|
40
|
+
- Do not allow spec generation from unreviewed technical plans.
|
|
41
|
+
- Do not introduce a new phase unless it is fully wired and tested.
|
|
42
|
+
|
|
43
|
+
## Risks
|
|
44
|
+
|
|
45
|
+
- Changing approval labels can break existing tests or stored state expectations.
|
|
46
|
+
|
|
47
|
+
## Completion Checklist
|
|
48
|
+
|
|
49
|
+
- [ ] Blocker messages are actionable.
|
|
50
|
+
- [ ] Supported command path verified.
|
|
51
|
+
- [ ] Tests added.
|
|
52
|
+
- [ ] Docs updated.
|
|
53
|
+
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-03-ai-approval-review-consistency",
|
|
3
|
+
"ticket": "QUIVER-26-03",
|
|
4
|
+
"type": "fix",
|
|
5
|
+
"title": "AI approval and review consistency",
|
|
6
|
+
"objective": "Make review-plan, approval, and spec-create gates consistent and actionable.",
|
|
7
|
+
"description": "Align the AI lifecycle guidance so approved-but-unreviewed technical plans are clearly blocked, reviewed drafts are approvable, and suggested commands exist.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "ai-approval-review-consistency",
|
|
12
|
+
"branch_name": "feature/QUIVER-26-03-ai-approval-review-consistency"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"src/create-quiver/commands/ai.js",
|
|
16
|
+
"src/create-quiver/commands/spec.js",
|
|
17
|
+
"src/create-quiver/commands/flow.js",
|
|
18
|
+
"src/create-quiver/lib/approvals.js",
|
|
19
|
+
"src/create-quiver/lib/ai/**",
|
|
20
|
+
"tests/**",
|
|
21
|
+
"specs/quiver-v26-0121-smoke-hardening/**"
|
|
22
|
+
],
|
|
23
|
+
"expected_read_paths": [
|
|
24
|
+
"src/create-quiver/commands/ai.js",
|
|
25
|
+
"src/create-quiver/commands/spec.js",
|
|
26
|
+
"src/create-quiver/lib/approvals.js",
|
|
27
|
+
"src/create-quiver/lib/ai/plan-review.js",
|
|
28
|
+
"tests/commands/ai-review-plan.test.js",
|
|
29
|
+
"tests/commands/ai-plan-spec-phase.test.js"
|
|
30
|
+
],
|
|
31
|
+
"allowed_write_paths": [
|
|
32
|
+
"src/create-quiver/commands/ai.js",
|
|
33
|
+
"src/create-quiver/commands/spec.js",
|
|
34
|
+
"src/create-quiver/commands/flow.js",
|
|
35
|
+
"src/create-quiver/lib/approvals.js",
|
|
36
|
+
"src/create-quiver/lib/ai/**",
|
|
37
|
+
"tests/**",
|
|
38
|
+
"README.md",
|
|
39
|
+
"docs/COMMANDS.md.template",
|
|
40
|
+
"specs/quiver-v26-0121-smoke-hardening/**"
|
|
41
|
+
],
|
|
42
|
+
"depends_on": [
|
|
43
|
+
"slice-01-cli-help-version-contract"
|
|
44
|
+
],
|
|
45
|
+
"parallel_safe": "maybe",
|
|
46
|
+
"parallel_safe_reason": "Can run beside slice-02 only if flow/help files do not overlap.",
|
|
47
|
+
"must": [
|
|
48
|
+
"Remove or avoid any suggestion to approve unsupported phase plan-review.",
|
|
49
|
+
"Make spec-create blockers explain reviewed technical-plan requirements.",
|
|
50
|
+
"Ensure flow suggests commands that exist and can be completed.",
|
|
51
|
+
"Preserve versioned approval gates."
|
|
52
|
+
],
|
|
53
|
+
"not_included": [
|
|
54
|
+
"Changing provider invocation behavior.",
|
|
55
|
+
"Generating specs from unreviewed plans."
|
|
56
|
+
],
|
|
57
|
+
"acceptance": [
|
|
58
|
+
"Approved-but-unreviewed technical plans are blocked with an exact next command.",
|
|
59
|
+
"Reviewed technical-plan drafts can be approved through the supported command path.",
|
|
60
|
+
"flow does not suggest unsupported phases.",
|
|
61
|
+
"Tests cover missing review, stale review, reviewed approval, and spec-create gating."
|
|
62
|
+
],
|
|
63
|
+
"tests": [
|
|
64
|
+
"node --test tests/commands/ai-review-plan.test.js tests/commands/ai-plan-spec-phase.test.js tests/lib/approvals.test.js tests/commands/flow.test.js",
|
|
65
|
+
"npm run smoke:guided-workflow",
|
|
66
|
+
"git diff --check"
|
|
67
|
+
],
|
|
68
|
+
"validation_hints": [
|
|
69
|
+
"Simulate approval from input and versioned approval paths if both still exist.",
|
|
70
|
+
"Verify every printed next command is accepted by the CLI."
|
|
71
|
+
],
|
|
72
|
+
"estimated_hours": 5,
|
|
73
|
+
"status": "completed",
|
|
74
|
+
"blocked_reason": null,
|
|
75
|
+
"actual_hours": 2,
|
|
76
|
+
"completed_at": "2026-05-23T00:00:00-0300"
|
|
77
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# CLOSURE BRIEF - slice-04: Local validation and brief contracts
|
|
2
|
+
|
|
3
|
+
## Summary of Work
|
|
4
|
+
|
|
5
|
+
- Implemented local slice readiness hardening and current brief validation support.
|
|
6
|
+
- `check-slice --local` now falls back to the current directory when Git metadata is unavailable.
|
|
7
|
+
- `depends_on` validation now compares normalized dependency refs, so bare same-spec dependencies resolve consistently.
|
|
8
|
+
- `check-handoff` now validates legacy `HANDOFF.md` files and per-slice `EXECUTION_BRIEF.md` / `CLOSURE_BRIEF.md` files.
|
|
9
|
+
|
|
10
|
+
## Validation Against Acceptance Criteria
|
|
11
|
+
|
|
12
|
+
- [x] Local validation works without fatal Git assumption.
|
|
13
|
+
- [x] Completed dependency resolves.
|
|
14
|
+
- [x] Brief validation supported.
|
|
15
|
+
- [x] Handoff compatibility preserved.
|
|
16
|
+
|
|
17
|
+
## Relevant Changes
|
|
18
|
+
|
|
19
|
+
- Updated `src/create-quiver/lib/readiness.js`.
|
|
20
|
+
- Updated `src/create-quiver/lib/slice-graph.js`.
|
|
21
|
+
- Updated `src/create-quiver/lib/handoff.js`.
|
|
22
|
+
- Updated CLI help and generated command documentation.
|
|
23
|
+
- Added `tests/lib/handoff.test.js` and new local validation fixtures.
|
|
24
|
+
|
|
25
|
+
## Pending
|
|
26
|
+
|
|
27
|
+
- No pending work for this slice.
|
|
28
|
+
|
|
29
|
+
## Remaining Risks
|
|
30
|
+
|
|
31
|
+
- Final release smoke still needs normal Git/base validation coverage.
|
|
32
|
+
|
|
33
|
+
## Future Recommendations
|
|
34
|
+
|
|
35
|
+
- Keep generated demo slices in validation fixtures to catch regressions.
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
# EXECUTION BRIEF - slice-04: Local validation and brief contracts
|
|
2
|
+
|
|
3
|
+
## Context
|
|
4
|
+
|
|
5
|
+
The npm smoke test found that `check-slice --local` still failed before validation in a non-Git folder and then failed on a valid dependency from `slice-01` to a completed `slice-00-docs-foundation`. It also found that `check-handoff` only accepts the older global `HANDOFF.md` shape.
|
|
6
|
+
|
|
7
|
+
## Objective
|
|
8
|
+
|
|
9
|
+
Make local validation useful for new projects and align validation with current slice-local briefs.
|
|
10
|
+
|
|
11
|
+
## Scope
|
|
12
|
+
|
|
13
|
+
- `check-slice --local`.
|
|
14
|
+
- Dependency resolution for completed slices.
|
|
15
|
+
- Brief/handoff validators.
|
|
16
|
+
- Fixtures and docs.
|
|
17
|
+
|
|
18
|
+
## Acceptance Criteria
|
|
19
|
+
|
|
20
|
+
- Local structural validation does not fatally require Git.
|
|
21
|
+
- Completed documentary slices can satisfy dependencies.
|
|
22
|
+
- `EXECUTION_BRIEF.md` and `CLOSURE_BRIEF.md` validation is supported.
|
|
23
|
+
- Existing `HANDOFF.md` validation remains supported.
|
|
24
|
+
|
|
25
|
+
## Technical Plan Summary
|
|
26
|
+
|
|
27
|
+
Separate structural validation from Git/remote validation in local mode, resolve dependencies from the full slice set, and extend validation contracts for slice briefs.
|
|
28
|
+
|
|
29
|
+
## Suggested Execution Steps
|
|
30
|
+
|
|
31
|
+
1. Reproduce no-Git local validation failure.
|
|
32
|
+
2. Reproduce completed `slice-00` dependency failure.
|
|
33
|
+
3. Split local structural checks from Git checks.
|
|
34
|
+
4. Add brief validators or route support.
|
|
35
|
+
5. Add regression fixtures and tests.
|
|
36
|
+
|
|
37
|
+
## Restrictions
|
|
38
|
+
|
|
39
|
+
- Do not weaken normal PR/base validation outside `--local`.
|
|
40
|
+
- Do not remove global handoff compatibility.
|
|
41
|
+
|
|
42
|
+
## Risks
|
|
43
|
+
|
|
44
|
+
- Dependency resolution changes can affect `plan`, `graph`, or `next`; run focused graph tests.
|
|
45
|
+
|
|
46
|
+
## Completion Checklist
|
|
47
|
+
|
|
48
|
+
- [ ] No-Git fixture covered.
|
|
49
|
+
- [ ] Completed dependency covered.
|
|
50
|
+
- [ ] Brief validation covered.
|
|
51
|
+
- [ ] Handoff compatibility covered.
|
|
52
|
+
|