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,77 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-04-local-validation-brief-contracts",
|
|
3
|
+
"ticket": "QUIVER-26-04",
|
|
4
|
+
"type": "fix",
|
|
5
|
+
"title": "Local validation and brief contracts",
|
|
6
|
+
"objective": "Make local slice validation and current per-slice brief validation work in new/local projects.",
|
|
7
|
+
"description": "Harden check-slice --local without Git/remote assumptions, resolve dependencies against completed slices, and support EXECUTION_BRIEF.md and CLOSURE_BRIEF.md validation while keeping HANDOFF.md compatible.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "local-validation-brief-contracts",
|
|
12
|
+
"branch_name": "feature/QUIVER-26-04-local-validation-brief-contracts"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"src/create-quiver/lib/slice.js",
|
|
16
|
+
"src/create-quiver/lib/slice-graph.js",
|
|
17
|
+
"src/create-quiver/lib/handoff.js",
|
|
18
|
+
"src/create-quiver/index.js",
|
|
19
|
+
"tests/**",
|
|
20
|
+
"specs/quiver-v26-0121-smoke-hardening/**"
|
|
21
|
+
],
|
|
22
|
+
"expected_read_paths": [
|
|
23
|
+
"src/create-quiver/lib/slice.js",
|
|
24
|
+
"src/create-quiver/lib/slice-graph.js",
|
|
25
|
+
"src/create-quiver/lib/handoff.js",
|
|
26
|
+
"tests/commands/check-slice*.test.js",
|
|
27
|
+
"tests/commands/check-handoff*.test.js"
|
|
28
|
+
],
|
|
29
|
+
"allowed_write_paths": [
|
|
30
|
+
"src/create-quiver/lib/slice.js",
|
|
31
|
+
"src/create-quiver/lib/slice-graph.js",
|
|
32
|
+
"src/create-quiver/lib/handoff.js",
|
|
33
|
+
"src/create-quiver/index.js",
|
|
34
|
+
"tests/**",
|
|
35
|
+
"README.md",
|
|
36
|
+
"docs/COMMANDS.md.template",
|
|
37
|
+
"specs/quiver-v26-0121-smoke-hardening/**"
|
|
38
|
+
],
|
|
39
|
+
"depends_on": [
|
|
40
|
+
"slice-02-init-doc-links-and-flow-guidance",
|
|
41
|
+
"slice-03-ai-approval-review-consistency"
|
|
42
|
+
],
|
|
43
|
+
"parallel_safe": "maybe",
|
|
44
|
+
"parallel_safe_reason": "Can run beside demo work only if shared demo validation helpers are not touched.",
|
|
45
|
+
"must": [
|
|
46
|
+
"Allow check-slice --local structural validation without fatal git rev-parse failure.",
|
|
47
|
+
"Resolve dependencies against all known slices, including completed slices.",
|
|
48
|
+
"Support validation for EXECUTION_BRIEF.md and CLOSURE_BRIEF.md.",
|
|
49
|
+
"Keep existing HANDOFF.md validation compatible.",
|
|
50
|
+
"Add fixtures for no-git local project and completed slice-00 dependency."
|
|
51
|
+
],
|
|
52
|
+
"not_included": [
|
|
53
|
+
"Changing normal non-local remote/base validation semantics.",
|
|
54
|
+
"Removing HANDOFF.md support."
|
|
55
|
+
],
|
|
56
|
+
"acceptance": [
|
|
57
|
+
"check-slice --local works in a folder without .git or prints only non-fatal Git warnings.",
|
|
58
|
+
"slice-01 depending on completed slice-00-docs-foundation validates locally.",
|
|
59
|
+
"EXECUTION_BRIEF.md and CLOSURE_BRIEF.md can be validated with a supported command path.",
|
|
60
|
+
"HANDOFF.md validation remains supported.",
|
|
61
|
+
"Focused fixtures cover the reported smoke failures."
|
|
62
|
+
],
|
|
63
|
+
"tests": [
|
|
64
|
+
"node --test tests/commands/check-slice*.test.js tests/commands/check-handoff*.test.js tests/lib/slice-graph.test.js",
|
|
65
|
+
"npm run smoke:guided-workflow",
|
|
66
|
+
"git diff --check"
|
|
67
|
+
],
|
|
68
|
+
"validation_hints": [
|
|
69
|
+
"Use a temp fixture without .git.",
|
|
70
|
+
"Use the generated spec-viewer demo slice dependency as a regression fixture."
|
|
71
|
+
],
|
|
72
|
+
"estimated_hours": 5,
|
|
73
|
+
"status": "completed",
|
|
74
|
+
"blocked_reason": null,
|
|
75
|
+
"actual_hours": 3,
|
|
76
|
+
"completed_at": "2026-05-23T00:00:00-0300"
|
|
77
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# CLOSURE BRIEF - slice-05: Demo scaffold readiness
|
|
2
|
+
|
|
3
|
+
## Summary of Work
|
|
4
|
+
|
|
5
|
+
- Made `demo create spec-viewer` generate a minimal Quiver-initialized demo scaffold with `.quiver` metadata, AGENTS, docs, scripts, specs, slices, and validation.
|
|
6
|
+
- Added dependency-free server port fallback when the starting port is occupied.
|
|
7
|
+
- Strengthened demo validation and tests for doctor, plan, graph, next, and brief validation.
|
|
8
|
+
- Updated stale smoke expectations that still required `COMMANDS.md` links to optional `docs/examples/*` files.
|
|
9
|
+
|
|
10
|
+
## Validation Against Acceptance Criteria
|
|
11
|
+
|
|
12
|
+
- [x] Demo generation verified.
|
|
13
|
+
- [x] Demo validation verified.
|
|
14
|
+
- [x] Doctor behavior verified.
|
|
15
|
+
- [x] Port behavior verified.
|
|
16
|
+
|
|
17
|
+
## Relevant Changes
|
|
18
|
+
|
|
19
|
+
- Updated `src/create-quiver/lib/demo.js`.
|
|
20
|
+
- Updated `tests/commands/demo.test.js`.
|
|
21
|
+
- Updated smoke fixtures in `scripts/ci/`.
|
|
22
|
+
- Updated README and command template docs.
|
|
23
|
+
|
|
24
|
+
## Pending
|
|
25
|
+
|
|
26
|
+
- No pending work for this slice.
|
|
27
|
+
|
|
28
|
+
## Remaining Risks
|
|
29
|
+
|
|
30
|
+
- The server fallback is covered by generated contract tests instead of opening real sockets because the sandbox blocks local listening.
|
|
31
|
+
|
|
32
|
+
## Future Recommendations
|
|
33
|
+
|
|
34
|
+
- Use the demo as a recurring dogfooding fixture after each release.
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
# EXECUTION BRIEF - slice-05: Demo scaffold readiness
|
|
2
|
+
|
|
3
|
+
## Context
|
|
4
|
+
|
|
5
|
+
The optional `spec-viewer` demo generated and validated, but `doctor` inside the demo reported that it was not initialized by Quiver. The demo server also failed with `EADDRINUSE` when port `4173` was already in use.
|
|
6
|
+
|
|
7
|
+
## Objective
|
|
8
|
+
|
|
9
|
+
Make the demo scaffold coherent with Quiver diagnostics and easier to run cross-platform.
|
|
10
|
+
|
|
11
|
+
## Scope
|
|
12
|
+
|
|
13
|
+
- `demo create spec-viewer`.
|
|
14
|
+
- Demo metadata and README.
|
|
15
|
+
- Demo server port behavior.
|
|
16
|
+
- Doctor behavior for demo scaffold.
|
|
17
|
+
- Demo tests/smoke.
|
|
18
|
+
|
|
19
|
+
## Acceptance Criteria
|
|
20
|
+
|
|
21
|
+
- Demo generation succeeds.
|
|
22
|
+
- Demo validation succeeds.
|
|
23
|
+
- Doctor inside demo is clear and not misleading.
|
|
24
|
+
- Occupied port behavior is actionable or auto-recovers.
|
|
25
|
+
- Generated Quiver demo scripts still work.
|
|
26
|
+
|
|
27
|
+
## Technical Plan Summary
|
|
28
|
+
|
|
29
|
+
Decide whether the demo should include minimal Quiver metadata or whether doctor should detect demo scaffolds explicitly. Improve server port handling and README instructions.
|
|
30
|
+
|
|
31
|
+
## Suggested Execution Steps
|
|
32
|
+
|
|
33
|
+
1. Generate demo in a temp folder.
|
|
34
|
+
2. Run validate, doctor, plan, graph, next, and start.
|
|
35
|
+
3. Fix demo metadata/doctor handling.
|
|
36
|
+
4. Improve port fallback or docs.
|
|
37
|
+
5. Add tests/smoke.
|
|
38
|
+
|
|
39
|
+
## Restrictions
|
|
40
|
+
|
|
41
|
+
- Keep demo small and dependency-light.
|
|
42
|
+
- Do not add backend, auth, database, or external assets.
|
|
43
|
+
|
|
44
|
+
## Risks
|
|
45
|
+
|
|
46
|
+
- If demo includes `.quiver` metadata, it must not imply a full initialized project unless that is true.
|
|
47
|
+
|
|
48
|
+
## Completion Checklist
|
|
49
|
+
|
|
50
|
+
- [ ] Demo validates.
|
|
51
|
+
- [ ] Doctor output is clear.
|
|
52
|
+
- [ ] Port behavior verified.
|
|
53
|
+
- [ ] Demo scripts verified.
|
|
54
|
+
|
package/specs/quiver-v26-0121-smoke-hardening/slices/slice-05-demo-scaffold-readiness/slice.json
ADDED
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-05-demo-scaffold-readiness",
|
|
3
|
+
"ticket": "QUIVER-26-05",
|
|
4
|
+
"type": "fix",
|
|
5
|
+
"title": "Demo scaffold readiness",
|
|
6
|
+
"objective": "Make the optional spec-viewer demo scaffold diagnosable, validatable, and easy to run when the default port is occupied.",
|
|
7
|
+
"description": "Align demo scaffold metadata with doctor behavior, improve server port handling or cross-platform instructions, and add demo smoke coverage.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "demo-scaffold-readiness",
|
|
12
|
+
"branch_name": "feature/QUIVER-26-05-demo-scaffold-readiness"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"src/create-quiver/commands/demo.js",
|
|
16
|
+
"src/create-quiver/lib/demo.js",
|
|
17
|
+
"src/create-quiver/lib/doctor.js",
|
|
18
|
+
"scripts/ci/smoke-create-quiver.sh",
|
|
19
|
+
"scripts/ci/smoke-cross-platform.js",
|
|
20
|
+
"scripts/ci/smoke-init-docs.sh",
|
|
21
|
+
"tests/**",
|
|
22
|
+
"specs/quiver-v26-0121-smoke-hardening/**"
|
|
23
|
+
],
|
|
24
|
+
"expected_read_paths": [
|
|
25
|
+
"src/create-quiver/commands/demo.js",
|
|
26
|
+
"src/create-quiver/lib/demo.js",
|
|
27
|
+
"src/create-quiver/lib/doctor.js",
|
|
28
|
+
"scripts/ci/smoke-create-quiver.sh",
|
|
29
|
+
"scripts/ci/smoke-cross-platform.js",
|
|
30
|
+
"scripts/ci/smoke-init-docs.sh",
|
|
31
|
+
"tests/commands/demo.test.js",
|
|
32
|
+
"README.md"
|
|
33
|
+
],
|
|
34
|
+
"allowed_write_paths": [
|
|
35
|
+
"src/create-quiver/commands/demo.js",
|
|
36
|
+
"src/create-quiver/lib/demo.js",
|
|
37
|
+
"src/create-quiver/lib/doctor.js",
|
|
38
|
+
"scripts/ci/smoke-create-quiver.sh",
|
|
39
|
+
"scripts/ci/smoke-cross-platform.js",
|
|
40
|
+
"scripts/ci/smoke-init-docs.sh",
|
|
41
|
+
"tests/**",
|
|
42
|
+
"README.md",
|
|
43
|
+
"docs/COMMANDS.md.template",
|
|
44
|
+
"specs/quiver-v26-0121-smoke-hardening/**"
|
|
45
|
+
],
|
|
46
|
+
"depends_on": [
|
|
47
|
+
"slice-02-init-doc-links-and-flow-guidance",
|
|
48
|
+
"slice-04-local-validation-brief-contracts"
|
|
49
|
+
],
|
|
50
|
+
"parallel_safe": "maybe",
|
|
51
|
+
"parallel_safe_reason": "Can run beside slice-04 only if doctor/validation helpers do not overlap.",
|
|
52
|
+
"must": [
|
|
53
|
+
"Generated demo must be coherent with doctor or doctor must explain demo scaffold status clearly.",
|
|
54
|
+
"Demo validate command must remain dependency-light.",
|
|
55
|
+
"Port occupied failure must be actionable or fallback automatically.",
|
|
56
|
+
"README instructions must be cross-platform if environment variables are used."
|
|
57
|
+
],
|
|
58
|
+
"not_included": [
|
|
59
|
+
"Turning the demo into a large app.",
|
|
60
|
+
"Adding backend/auth/database.",
|
|
61
|
+
"Using external assets."
|
|
62
|
+
],
|
|
63
|
+
"acceptance": [
|
|
64
|
+
"demo create spec-viewer generates a demo that validates.",
|
|
65
|
+
"doctor inside the demo no longer gives a misleading not-initialized error.",
|
|
66
|
+
"npm start handles occupied default port or documents a clear cross-platform recovery path.",
|
|
67
|
+
"Demo Quiver scripts still work: plan, graph, next, evidence.",
|
|
68
|
+
"Tests or smoke cover demo generation and validation."
|
|
69
|
+
],
|
|
70
|
+
"tests": [
|
|
71
|
+
"node --test tests/commands/demo.test.js tests/commands/doctor.test.js",
|
|
72
|
+
"npm run smoke:create-quiver",
|
|
73
|
+
"git diff --check"
|
|
74
|
+
],
|
|
75
|
+
"validation_hints": [
|
|
76
|
+
"Generate the demo into a temp folder.",
|
|
77
|
+
"Run validate, quiver plan/graph/next, doctor, and start with an occupied default port when practical."
|
|
78
|
+
],
|
|
79
|
+
"estimated_hours": 5,
|
|
80
|
+
"status": "completed",
|
|
81
|
+
"blocked_reason": null,
|
|
82
|
+
"actual_hours": 4,
|
|
83
|
+
"completed_at": "2026-05-23T00:00:00-0300"
|
|
84
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# CLOSURE BRIEF - slice-06: Plan and graph scope performance
|
|
2
|
+
|
|
3
|
+
## Summary of Work
|
|
4
|
+
|
|
5
|
+
- Added scoped slice loading for `plan` and `graph` when `--spec <slug>` is provided.
|
|
6
|
+
- Scoped loading reads the target spec and explicit dependency refs without parsing unrelated historical specs.
|
|
7
|
+
- Kept unscoped `plan` and `graph` behavior compatible.
|
|
8
|
+
- Updated root `quiver:plan` and `quiver:graph` scripts to use the local CLI entrypoint so local validation tests the branch code instead of the published npm version.
|
|
9
|
+
|
|
10
|
+
## Validation Against Acceptance Criteria
|
|
11
|
+
|
|
12
|
+
- [x] Scoped plan passes without OOM.
|
|
13
|
+
- [x] Scoped graph passes without OOM.
|
|
14
|
+
- [x] Regression test added.
|
|
15
|
+
- [x] Unscoped behavior verified.
|
|
16
|
+
|
|
17
|
+
## Relevant Changes
|
|
18
|
+
|
|
19
|
+
- Updated `src/create-quiver/lib/slice-graph.js`.
|
|
20
|
+
- Updated `src/create-quiver/commands/plan.js`.
|
|
21
|
+
- Updated `src/create-quiver/commands/graph.js`.
|
|
22
|
+
- Updated `tests/commands/plan.test.js` and `tests/commands/graph.test.js`.
|
|
23
|
+
- Updated root `package.json` scripts for local `quiver:plan` and `quiver:graph`.
|
|
24
|
+
|
|
25
|
+
## Pending
|
|
26
|
+
|
|
27
|
+
- No pending work for this slice.
|
|
28
|
+
|
|
29
|
+
## Remaining Risks
|
|
30
|
+
|
|
31
|
+
- Scoped output intentionally keeps external dependency refs for readiness but still displays only the requested spec, matching prior filtered output.
|
|
32
|
+
|
|
33
|
+
## Future Recommendations
|
|
34
|
+
|
|
35
|
+
- Keep large-repo fixtures around scoped graph commands.
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
# EXECUTION BRIEF - slice-06: Plan and graph scope performance
|
|
2
|
+
|
|
3
|
+
## Context
|
|
4
|
+
|
|
5
|
+
During v25 and v26 documentation validation, scoped `plan` and `graph` commands failed with Node out-of-memory even for a small target spec. This means the commands likely load or retain too much unrelated historical data before applying `--spec`.
|
|
6
|
+
|
|
7
|
+
## Objective
|
|
8
|
+
|
|
9
|
+
Make scoped `plan` and `graph` safe to run in this repo without increasing Node heap size.
|
|
10
|
+
|
|
11
|
+
## Scope
|
|
12
|
+
|
|
13
|
+
- `plan` command.
|
|
14
|
+
- `graph` command.
|
|
15
|
+
- Slice graph loading/filtering helpers.
|
|
16
|
+
- Regression tests and evidence.
|
|
17
|
+
|
|
18
|
+
## Acceptance Criteria
|
|
19
|
+
|
|
20
|
+
- Scoped plan for v26 completes without OOM.
|
|
21
|
+
- Scoped graph for v26 completes without OOM.
|
|
22
|
+
- Tests prove scoped loading avoids unrelated heavy artifacts.
|
|
23
|
+
- Unscoped behavior remains compatible.
|
|
24
|
+
|
|
25
|
+
## Technical Plan Summary
|
|
26
|
+
|
|
27
|
+
Audit the graph-loading path, move spec filtering earlier, avoid retaining unnecessary file contents or historical artifacts, and add focused tests.
|
|
28
|
+
|
|
29
|
+
## Suggested Execution Steps
|
|
30
|
+
|
|
31
|
+
1. Reproduce the OOM with v26 scoped plan/graph.
|
|
32
|
+
2. Inspect `plan`, `graph`, and slice graph loading.
|
|
33
|
+
3. Move filtering earlier or reduce retained data.
|
|
34
|
+
4. Add regression tests.
|
|
35
|
+
5. Re-run scoped plan/graph and record evidence.
|
|
36
|
+
|
|
37
|
+
## Restrictions
|
|
38
|
+
|
|
39
|
+
- Do not solve this by raising heap size.
|
|
40
|
+
- Do not remove support for historical specs.
|
|
41
|
+
- Do not change dependency semantics without explicit evidence.
|
|
42
|
+
|
|
43
|
+
## Risks
|
|
44
|
+
|
|
45
|
+
- Over-filtering could hide cross-spec dependencies if those are valid in existing specs.
|
|
46
|
+
|
|
47
|
+
## Completion Checklist
|
|
48
|
+
|
|
49
|
+
- [ ] Scoped plan passes.
|
|
50
|
+
- [ ] Scoped graph passes.
|
|
51
|
+
- [ ] Regression test added.
|
|
52
|
+
- [ ] Evidence updated.
|
|
53
|
+
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-06-plan-graph-scope-performance",
|
|
3
|
+
"ticket": "QUIVER-26-06",
|
|
4
|
+
"type": "fix",
|
|
5
|
+
"title": "Plan and graph scope performance",
|
|
6
|
+
"objective": "Prevent scoped plan and graph commands from running out of memory in repos with many historical specs.",
|
|
7
|
+
"description": "Harden plan/graph data loading so --spec <slug> only reads and retains the needed spec/slice graph, and add regression coverage for the OOM observed in v25 and v26 validation.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "plan-graph-scope-performance",
|
|
12
|
+
"branch_name": "feature/QUIVER-26-06-plan-graph-scope-performance"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"src/create-quiver/commands/plan.js",
|
|
16
|
+
"src/create-quiver/commands/graph.js",
|
|
17
|
+
"src/create-quiver/lib/slice-graph.js",
|
|
18
|
+
"package.json",
|
|
19
|
+
"tests/**",
|
|
20
|
+
"specs/quiver-v26-0121-smoke-hardening/**"
|
|
21
|
+
],
|
|
22
|
+
"expected_read_paths": [
|
|
23
|
+
"src/create-quiver/commands/plan.js",
|
|
24
|
+
"src/create-quiver/commands/graph.js",
|
|
25
|
+
"src/create-quiver/lib/slice-graph.js",
|
|
26
|
+
"package.json",
|
|
27
|
+
"tests/commands/plan.test.js",
|
|
28
|
+
"tests/commands/graph.test.js",
|
|
29
|
+
"specs/quiver-v25-ai-first-lifecycle-orchestrator/EVIDENCE_REPORT.md",
|
|
30
|
+
"specs/quiver-v26-0121-smoke-hardening/EVIDENCE_REPORT.md"
|
|
31
|
+
],
|
|
32
|
+
"allowed_write_paths": [
|
|
33
|
+
"src/create-quiver/commands/plan.js",
|
|
34
|
+
"src/create-quiver/commands/graph.js",
|
|
35
|
+
"src/create-quiver/lib/slice-graph.js",
|
|
36
|
+
"package.json",
|
|
37
|
+
"tests/**",
|
|
38
|
+
"README.md",
|
|
39
|
+
"docs/COMMANDS.md.template",
|
|
40
|
+
"specs/quiver-v26-0121-smoke-hardening/**"
|
|
41
|
+
],
|
|
42
|
+
"depends_on": [
|
|
43
|
+
"slice-04-local-validation-brief-contracts"
|
|
44
|
+
],
|
|
45
|
+
"parallel_safe": "no",
|
|
46
|
+
"parallel_safe_reason": "This slice modifies shared graph/planning utilities used by multiple commands.",
|
|
47
|
+
"must": [
|
|
48
|
+
"Reproduce or cover the scoped plan/graph OOM with a regression fixture or command-level test.",
|
|
49
|
+
"Ensure --spec <slug> limits read/retained data to the target spec and necessary dependency references.",
|
|
50
|
+
"Keep unscoped plan/graph behavior compatible.",
|
|
51
|
+
"Ensure plan and graph still support --include-completed.",
|
|
52
|
+
"Record evidence for v26 scoped plan and graph commands."
|
|
53
|
+
],
|
|
54
|
+
"not_included": [
|
|
55
|
+
"Changing slice dependency semantics beyond necessary scoped loading.",
|
|
56
|
+
"Removing historical spec support.",
|
|
57
|
+
"Adding a database or cache service."
|
|
58
|
+
],
|
|
59
|
+
"acceptance": [
|
|
60
|
+
"npm run quiver:plan -- --spec quiver-v26-0121-smoke-hardening --include-completed completes without OOM.",
|
|
61
|
+
"npm run quiver:graph -- --spec quiver-v26-0121-smoke-hardening --include-completed completes without OOM.",
|
|
62
|
+
"A test or fixture proves scoped plan/graph do not load unrelated heavy spec artifacts unnecessarily.",
|
|
63
|
+
"Unscoped plan/graph tests continue to pass.",
|
|
64
|
+
"Dependency output remains correct for v26."
|
|
65
|
+
],
|
|
66
|
+
"tests": [
|
|
67
|
+
"node --test tests/commands/plan.test.js tests/commands/graph.test.js tests/lib/slice-graph.test.js",
|
|
68
|
+
"npm run quiver:plan -- --spec quiver-v26-0121-smoke-hardening --include-completed",
|
|
69
|
+
"npm run quiver:graph -- --spec quiver-v26-0121-smoke-hardening --include-completed",
|
|
70
|
+
"git diff --check"
|
|
71
|
+
],
|
|
72
|
+
"validation_hints": [
|
|
73
|
+
"Do not mask the issue by increasing Node heap size.",
|
|
74
|
+
"Prefer lazy/scoped discovery over post-filtering a full historical graph.",
|
|
75
|
+
"Use the current repo as a real regression case."
|
|
76
|
+
],
|
|
77
|
+
"estimated_hours": 5,
|
|
78
|
+
"status": "completed",
|
|
79
|
+
"blocked_reason": null,
|
|
80
|
+
"actual_hours": 4,
|
|
81
|
+
"completed_at": "2026-05-23T00:00:00-0300"
|
|
82
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# CLOSURE BRIEF - slice-07: Smoke and release readiness
|
|
2
|
+
|
|
3
|
+
## Summary of Work
|
|
4
|
+
|
|
5
|
+
- Prepared `0.12.1` package metadata.
|
|
6
|
+
- Updated changelog, source-of-truth docs, PR body, spec status, and evidence.
|
|
7
|
+
- Ran full local validation, required smokes, extra CI smokes, and candidate tarball smoke from `/private/tmp`.
|
|
8
|
+
|
|
9
|
+
## Validation Against Acceptance Criteria
|
|
10
|
+
|
|
11
|
+
- [x] Full tests passed.
|
|
12
|
+
- [x] Required smokes passed.
|
|
13
|
+
- [x] Candidate tarball smoke passed.
|
|
14
|
+
- [x] Evidence updated.
|
|
15
|
+
- [x] Release metadata prepared.
|
|
16
|
+
|
|
17
|
+
## Relevant Changes
|
|
18
|
+
|
|
19
|
+
- `package.json` and `package-lock.json` now target `0.12.1`.
|
|
20
|
+
- `CHANGELOG.md` documents the `0.12.1` release candidate.
|
|
21
|
+
- `README_FOR_AI.md` and `ROADMAP.md` mark v26 as implemented/release-ready while keeping npm publication pending.
|
|
22
|
+
- `EVIDENCE_REPORT.md`, `STATUS.md`, and `pr.md` include final release-readiness evidence.
|
|
23
|
+
|
|
24
|
+
## Pending
|
|
25
|
+
|
|
26
|
+
- Open PR, merge after review, publish `create-quiver@0.12.1`, then run published-package smoke.
|
|
27
|
+
|
|
28
|
+
## Remaining Risks
|
|
29
|
+
|
|
30
|
+
- npm publication and post-publish smoke happen after PR merge.
|
|
31
|
+
- This workstation's default npm cache has ownership issues; packaging passed with an isolated temp cache.
|
|
32
|
+
|
|
33
|
+
## Future Recommendations
|
|
34
|
+
|
|
35
|
+
- Automate published-package smoke as a reusable release command.
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
# EXECUTION BRIEF - slice-07: Smoke and release readiness
|
|
2
|
+
|
|
3
|
+
## Context
|
|
4
|
+
|
|
5
|
+
This final slice proves the hotfix is ready for PR, merge, and later npm publication. It should not publish npm itself.
|
|
6
|
+
|
|
7
|
+
## Objective
|
|
8
|
+
|
|
9
|
+
Run full validation, prepare `0.12.1` package metadata, perform candidate tarball smoke, and record evidence.
|
|
10
|
+
|
|
11
|
+
## Scope
|
|
12
|
+
|
|
13
|
+
- Version metadata.
|
|
14
|
+
- Changelog/release notes.
|
|
15
|
+
- Test and smoke scripts if needed.
|
|
16
|
+
- Evidence report and PR body.
|
|
17
|
+
|
|
18
|
+
## Acceptance Criteria
|
|
19
|
+
|
|
20
|
+
- Full test suite passes.
|
|
21
|
+
- Required smokes pass.
|
|
22
|
+
- Candidate tarball smoke passes from `/private/tmp`.
|
|
23
|
+
- Package metadata targets `0.12.1`.
|
|
24
|
+
- Evidence and PR body are updated.
|
|
25
|
+
|
|
26
|
+
## Technical Plan Summary
|
|
27
|
+
|
|
28
|
+
Integrate all previous slices, run package safety and clean install smoke, then update release artifacts for PR review.
|
|
29
|
+
|
|
30
|
+
## Suggested Execution Steps
|
|
31
|
+
|
|
32
|
+
1. Confirm all prior slices are complete.
|
|
33
|
+
2. Bump package metadata to `0.12.1`.
|
|
34
|
+
3. Run full test and smoke suite.
|
|
35
|
+
4. Run `npm pack` and smoke the tarball from `/private/tmp`.
|
|
36
|
+
5. Update `EVIDENCE_REPORT.md`, `STATUS.md`, `CHANGELOG.md`, and `pr.md`.
|
|
37
|
+
6. Leave npm publication for post-merge release.
|
|
38
|
+
|
|
39
|
+
## Restrictions
|
|
40
|
+
|
|
41
|
+
- Do not publish npm.
|
|
42
|
+
- Do not create the real demo project in `/Prueba`.
|
|
43
|
+
- Do not ignore failed smoke output.
|
|
44
|
+
|
|
45
|
+
## Risks
|
|
46
|
+
|
|
47
|
+
- Tarball smoke may reveal packaging-only issues not covered by local tests.
|
|
48
|
+
|
|
49
|
+
## Completion Checklist
|
|
50
|
+
|
|
51
|
+
- [ ] Full tests passed.
|
|
52
|
+
- [ ] Smokes passed.
|
|
53
|
+
- [ ] Tarball smoke passed.
|
|
54
|
+
- [ ] Evidence recorded.
|
|
55
|
+
- [ ] Version metadata ready.
|
package/specs/quiver-v26-0121-smoke-hardening/slices/slice-07-smoke-release-readiness/slice.json
ADDED
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-07-smoke-release-readiness",
|
|
3
|
+
"ticket": "QUIVER-26-07",
|
|
4
|
+
"type": "release",
|
|
5
|
+
"title": "Smoke and release readiness",
|
|
6
|
+
"objective": "Validate the hotfix end to end, prepare 0.12.1 package metadata, and record evidence before PR and publication.",
|
|
7
|
+
"description": "Run the full validation suite, candidate tarball smoke, documentation sync, version bump, evidence updates, and release-readiness checks.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "smoke-release-readiness",
|
|
12
|
+
"branch_name": "feature/QUIVER-26-07-smoke-release-readiness"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"package.json",
|
|
16
|
+
"package-lock.json",
|
|
17
|
+
"CHANGELOG.md",
|
|
18
|
+
"README_FOR_AI.md",
|
|
19
|
+
"ROADMAP.md",
|
|
20
|
+
"scripts/ci/**",
|
|
21
|
+
"specs/quiver-v26-0121-smoke-hardening/**",
|
|
22
|
+
"tests/**"
|
|
23
|
+
],
|
|
24
|
+
"expected_read_paths": [
|
|
25
|
+
"package.json",
|
|
26
|
+
"package-lock.json",
|
|
27
|
+
"CHANGELOG.md",
|
|
28
|
+
"scripts/release-quiver.sh",
|
|
29
|
+
"scripts/package-quiver.sh",
|
|
30
|
+
"scripts/ci/**",
|
|
31
|
+
"specs/quiver-v26-0121-smoke-hardening/EVIDENCE_REPORT.md"
|
|
32
|
+
],
|
|
33
|
+
"allowed_write_paths": [
|
|
34
|
+
"package.json",
|
|
35
|
+
"package-lock.json",
|
|
36
|
+
"CHANGELOG.md",
|
|
37
|
+
"README_FOR_AI.md",
|
|
38
|
+
"ROADMAP.md",
|
|
39
|
+
"scripts/ci/**",
|
|
40
|
+
"specs/quiver-v26-0121-smoke-hardening/**",
|
|
41
|
+
"tests/**"
|
|
42
|
+
],
|
|
43
|
+
"depends_on": [
|
|
44
|
+
"slice-01-cli-help-version-contract",
|
|
45
|
+
"slice-02-init-doc-links-and-flow-guidance",
|
|
46
|
+
"slice-03-ai-approval-review-consistency",
|
|
47
|
+
"slice-04-local-validation-brief-contracts",
|
|
48
|
+
"slice-05-demo-scaffold-readiness",
|
|
49
|
+
"slice-06-plan-graph-scope-performance"
|
|
50
|
+
],
|
|
51
|
+
"parallel_safe": "no",
|
|
52
|
+
"parallel_safe_reason": "Final integration and release readiness must run after every implementation slice.",
|
|
53
|
+
"must": [
|
|
54
|
+
"Bump package metadata to 0.12.1 only after implementation slices are complete.",
|
|
55
|
+
"Run full local tests and smokes.",
|
|
56
|
+
"Run candidate tarball smoke from a clean temp directory.",
|
|
57
|
+
"Record evidence and remaining risks.",
|
|
58
|
+
"Prepare PR body and release notes without publishing npm."
|
|
59
|
+
],
|
|
60
|
+
"not_included": [
|
|
61
|
+
"Publishing npm before PR merge.",
|
|
62
|
+
"Creating the real Quiver Spec Viewer project.",
|
|
63
|
+
"Skipping failed smoke results."
|
|
64
|
+
],
|
|
65
|
+
"acceptance": [
|
|
66
|
+
"node --test tests/**/*.test.js passes.",
|
|
67
|
+
"npm run smoke:create-quiver passes.",
|
|
68
|
+
"npm run smoke:guided-workflow passes.",
|
|
69
|
+
"npm run smoke:doctor-fixtures passes.",
|
|
70
|
+
"git diff --check passes.",
|
|
71
|
+
"Candidate tarball smoke validates init, analyze, doctor, flow, AI dry-runs, demo, and validate.",
|
|
72
|
+
"CHANGELOG.md and evidence report document 0.12.1 readiness."
|
|
73
|
+
],
|
|
74
|
+
"tests": [
|
|
75
|
+
"node --test tests/**/*.test.js",
|
|
76
|
+
"npm run smoke:create-quiver",
|
|
77
|
+
"npm run smoke:guided-workflow",
|
|
78
|
+
"npm run smoke:doctor-fixtures",
|
|
79
|
+
"npm pack",
|
|
80
|
+
"git diff --check"
|
|
81
|
+
],
|
|
82
|
+
"validation_hints": [
|
|
83
|
+
"Use /private/tmp for tarball smoke.",
|
|
84
|
+
"Do not rely on the local checkout path for candidate validation.",
|
|
85
|
+
"After merge and publish, verify npm with npm view create-quiver version."
|
|
86
|
+
],
|
|
87
|
+
"estimated_hours": 4,
|
|
88
|
+
"status": "completed",
|
|
89
|
+
"blocked_reason": null,
|
|
90
|
+
"actual_hours": 3,
|
|
91
|
+
"completed_at": "2026-05-23T00:00:00-0300"
|
|
92
|
+
}
|