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,34 @@
|
|
|
1
|
+
# CLOSURE BRIEF - slice-04: Agent profiles and provider adapters
|
|
2
|
+
|
|
3
|
+
## Summary of Work
|
|
4
|
+
|
|
5
|
+
Implemented the provider-agnostic agent profile contract for planner, executor, reviewer, and doctor roles, plus prompt-only rendering and redacted provider output.
|
|
6
|
+
|
|
7
|
+
## Validation Against Acceptance Criteria
|
|
8
|
+
|
|
9
|
+
- [x] Profiles inspected.
|
|
10
|
+
- [x] Prompt-only mode verified.
|
|
11
|
+
- [x] Missing CLI guidance verified.
|
|
12
|
+
- [x] Structured output captured.
|
|
13
|
+
- [x] Tests run.
|
|
14
|
+
|
|
15
|
+
## Relevant Changes
|
|
16
|
+
|
|
17
|
+
- Added `doctor` as a supported agent profile and removed `researcher` from the public profile contract.
|
|
18
|
+
- Added `--print-prompt` support for planner/reviewer AI commands without invoking provider CLIs.
|
|
19
|
+
- Redacted likely secrets from provider stdout, stderr, and error messages.
|
|
20
|
+
- Added focused tests for doctor profiles, prompt-only output, missing CLI guidance, structured provider metadata, and log redaction.
|
|
21
|
+
- Updated README and command reference docs.
|
|
22
|
+
|
|
23
|
+
## Pending
|
|
24
|
+
|
|
25
|
+
No pending implementation for this slice.
|
|
26
|
+
|
|
27
|
+
## Remaining Risks
|
|
28
|
+
|
|
29
|
+
- Redaction remains best-effort and should not be treated as a reason to intentionally print secrets.
|
|
30
|
+
- `ai doctor` does not yet use the doctor provider profile; it remains a local readiness/GitHub preflight command.
|
|
31
|
+
|
|
32
|
+
## Future Recommendations
|
|
33
|
+
|
|
34
|
+
- Consider a later explicit `ai doctor --provider` diagnostic flow if the doctor profile should run model-assisted diagnosis.
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
# EXECUTION BRIEF - slice-04: Agent profiles and provider adapters
|
|
2
|
+
|
|
3
|
+
## Context
|
|
4
|
+
|
|
5
|
+
Quiver must support different model CLIs without hard-coding one provider or storing credentials.
|
|
6
|
+
|
|
7
|
+
## Objective
|
|
8
|
+
|
|
9
|
+
Add provider-agnostic agent profiles and adapter contracts, starting with prompt-only behavior.
|
|
10
|
+
|
|
11
|
+
## Scope
|
|
12
|
+
|
|
13
|
+
- Planner, executor, reviewer, and doctor profiles.
|
|
14
|
+
- Provider command validation.
|
|
15
|
+
- Prompt rendering.
|
|
16
|
+
- Structured command result capture.
|
|
17
|
+
- Secret redaction for adapter logs.
|
|
18
|
+
|
|
19
|
+
## Acceptance Criteria
|
|
20
|
+
|
|
21
|
+
- Profiles store labels and command preferences, not secrets.
|
|
22
|
+
- Prompt-only mode works.
|
|
23
|
+
- Missing CLI errors are actionable.
|
|
24
|
+
- Execution metadata is captured when execution is enabled.
|
|
25
|
+
|
|
26
|
+
## Technical Plan Summary
|
|
27
|
+
|
|
28
|
+
Build a small adapter layer around external CLIs with explicit input/output contracts and dry-run-safe behavior.
|
|
29
|
+
|
|
30
|
+
## Suggested Execution Steps
|
|
31
|
+
|
|
32
|
+
1. Inspect current agent profile code.
|
|
33
|
+
2. Define adapter interface.
|
|
34
|
+
3. Implement prompt-only path.
|
|
35
|
+
4. Add CLI availability checks.
|
|
36
|
+
5. Add structured result capture and redaction.
|
|
37
|
+
6. Test with mocked provider commands.
|
|
38
|
+
|
|
39
|
+
## Restrictions
|
|
40
|
+
|
|
41
|
+
- Do not require real provider credentials in tests.
|
|
42
|
+
- Do not store API keys or tokens.
|
|
43
|
+
|
|
44
|
+
## Risks
|
|
45
|
+
|
|
46
|
+
- Provider CLIs differ substantially. Keep the first contract conservative.
|
|
47
|
+
|
|
48
|
+
## Completion Checklist
|
|
49
|
+
|
|
50
|
+
- [ ] Profile schema updated.
|
|
51
|
+
- [ ] Prompt-only path validated.
|
|
52
|
+
- [ ] Missing CLI errors tested.
|
|
53
|
+
- [ ] Redaction tested.
|
|
54
|
+
- [ ] Evidence appended.
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-04-agent-profiles-adapters",
|
|
3
|
+
"ticket": "QUIVER-25-04",
|
|
4
|
+
"type": "feature",
|
|
5
|
+
"title": "Agent profiles and provider adapters",
|
|
6
|
+
"objective": "Create a safe provider-agnostic contract for planner, executor, reviewer, and doctor agents.",
|
|
7
|
+
"description": "Add profile and adapter behavior for Codex, Claude, Gemini, or custom commands, starting with prompt-only and dry-run-safe execution.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "agent-profiles-adapters",
|
|
12
|
+
"branch_name": "feature/QUIVER-25-04-agent-profiles-adapters"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"src/create-quiver/**",
|
|
16
|
+
"docs/**",
|
|
17
|
+
"tests/**"
|
|
18
|
+
],
|
|
19
|
+
"depends_on": [
|
|
20
|
+
"slice-02-run-state-phase-locks"
|
|
21
|
+
],
|
|
22
|
+
"parallel_safe": "yes",
|
|
23
|
+
"parallel_safe_reason": "Can run beside onboarding docs if adapter files are isolated.",
|
|
24
|
+
"must": [
|
|
25
|
+
"Support planner, executor, reviewer, and doctor profiles.",
|
|
26
|
+
"Store provider/model labels but never credentials.",
|
|
27
|
+
"Support prompt-only output with `--print-prompt` or equivalent.",
|
|
28
|
+
"Validate provider CLI availability before execution.",
|
|
29
|
+
"Capture stdout, stderr, exit code, timeout, and sanitized logs.",
|
|
30
|
+
"Define fallback behavior when a CLI is missing."
|
|
31
|
+
],
|
|
32
|
+
"not_included": [
|
|
33
|
+
"Approval gate implementation.",
|
|
34
|
+
"Spec generation.",
|
|
35
|
+
"Automatic multi-agent scheduling."
|
|
36
|
+
],
|
|
37
|
+
"acceptance": [
|
|
38
|
+
"Profiles can be configured and inspected without secrets.",
|
|
39
|
+
"Prompt-only mode works without provider authentication.",
|
|
40
|
+
"Missing provider CLI produces actionable guidance.",
|
|
41
|
+
"Adapter output is captured in a structured way.",
|
|
42
|
+
"Logs redact likely secrets before writing."
|
|
43
|
+
],
|
|
44
|
+
"tests": [
|
|
45
|
+
"node --test tests/**/*.test.js",
|
|
46
|
+
"git diff --check"
|
|
47
|
+
],
|
|
48
|
+
"estimated_hours": 7,
|
|
49
|
+
"status": "completed",
|
|
50
|
+
"completed_at": "2026-05-22T16:21:54-0300",
|
|
51
|
+
"blocked_reason": null
|
|
52
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# CLOSURE BRIEF - slice-05: Approval gates and planner iterations
|
|
2
|
+
|
|
3
|
+
## Summary of Work
|
|
4
|
+
|
|
5
|
+
Implemented versioned planner approval gates for acceptance and technical-plan phases. `ai revise` now creates a new draft version from human feedback without approving or advancing the phase, while `ai approve` requires an explicit current draft version. Technical-plan approval now requires a production-readiness review for the current draft before spec generation can proceed.
|
|
6
|
+
|
|
7
|
+
## Validation Against Acceptance Criteria
|
|
8
|
+
|
|
9
|
+
- [x] Criteria revision flow verified.
|
|
10
|
+
- [x] Criteria approval verified.
|
|
11
|
+
- [x] Plan revision flow verified.
|
|
12
|
+
- [x] Plan approval verified.
|
|
13
|
+
- [x] Premature spec generation blocked.
|
|
14
|
+
|
|
15
|
+
## Relevant Changes
|
|
16
|
+
|
|
17
|
+
- Added `npx create-quiver ai revise`.
|
|
18
|
+
- Changed `ai approve` to approve saved draft versions only with `--version <n>`.
|
|
19
|
+
- Blocked approval of missing or non-current draft versions.
|
|
20
|
+
- Required current production-readiness review before technical-plan approval.
|
|
21
|
+
- Updated flow guidance, README, generated docs, init templates, and command reference.
|
|
22
|
+
- Added regression tests for revise, approval versioning, stale review blocking, and spec generation gates.
|
|
23
|
+
|
|
24
|
+
## Pending
|
|
25
|
+
|
|
26
|
+
None for this slice.
|
|
27
|
+
|
|
28
|
+
## Remaining Risks
|
|
29
|
+
|
|
30
|
+
- Technical-plan review checks are local state based; external provider quality still depends on the configured reviewer prompt and model.
|
|
31
|
+
|
|
32
|
+
## Future Recommendations
|
|
33
|
+
|
|
34
|
+
- Keep approval messages concise and cite the approved draft version.
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
# EXECUTION BRIEF - slice-05: Approval gates and planner iterations
|
|
2
|
+
|
|
3
|
+
## Context
|
|
4
|
+
|
|
5
|
+
Human approval is central to Quiver. Planner output must be iterated and approved before later phases can run.
|
|
6
|
+
|
|
7
|
+
## Objective
|
|
8
|
+
|
|
9
|
+
Persist criteria and technical-plan drafts, revisions, and approvals with strict phase gates.
|
|
10
|
+
|
|
11
|
+
## Scope
|
|
12
|
+
|
|
13
|
+
- Acceptance criteria drafts.
|
|
14
|
+
- Technical-plan drafts.
|
|
15
|
+
- Revise commands.
|
|
16
|
+
- Approval commands.
|
|
17
|
+
- Approval state and phase blocking.
|
|
18
|
+
|
|
19
|
+
## Acceptance Criteria
|
|
20
|
+
|
|
21
|
+
- Drafts are versioned.
|
|
22
|
+
- Revisions do not advance phase.
|
|
23
|
+
- Approvals require concrete versions.
|
|
24
|
+
- Spec generation is blocked before approval.
|
|
25
|
+
- Approval history survives session changes.
|
|
26
|
+
|
|
27
|
+
## Technical Plan Summary
|
|
28
|
+
|
|
29
|
+
Use the run state from slice-02 and adapter prompts from slice-04 to manage planner drafts and approvals.
|
|
30
|
+
|
|
31
|
+
## Suggested Execution Steps
|
|
32
|
+
|
|
33
|
+
1. Define draft storage layout.
|
|
34
|
+
2. Add criteria draft/revise/approve behavior.
|
|
35
|
+
3. Add technical-plan draft/revise/review/approve behavior.
|
|
36
|
+
4. Wire phase guards.
|
|
37
|
+
5. Test invalid transitions.
|
|
38
|
+
|
|
39
|
+
## Restrictions
|
|
40
|
+
|
|
41
|
+
- Do not create spec/slice files in this slice.
|
|
42
|
+
- Do not execute implementation agents.
|
|
43
|
+
|
|
44
|
+
## Risks
|
|
45
|
+
|
|
46
|
+
- Loose approval semantics can let users approve the wrong version. Require explicit version IDs.
|
|
47
|
+
|
|
48
|
+
## Completion Checklist
|
|
49
|
+
|
|
50
|
+
- [ ] Criteria gate tested.
|
|
51
|
+
- [ ] Technical-plan gate tested.
|
|
52
|
+
- [ ] Invalid transitions tested.
|
|
53
|
+
- [ ] Approval state documented.
|
|
54
|
+
- [ ] Evidence appended.
|
package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-05-approval-gates/slice.json
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-05-approval-gates",
|
|
3
|
+
"ticket": "QUIVER-25-05",
|
|
4
|
+
"type": "feature",
|
|
5
|
+
"title": "Approval gates and planner iterations",
|
|
6
|
+
"objective": "Implement human approval gates for criteria, technical plans, and production-readiness review.",
|
|
7
|
+
"description": "Persist versioned planner drafts, allow revisions, require explicit approval, and block later phases until approvals exist.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "approval-gates-planner-iterations",
|
|
12
|
+
"branch_name": "feature/QUIVER-25-05-approval-gates-planner-iterations"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"src/create-quiver/**",
|
|
16
|
+
"docs/**",
|
|
17
|
+
"tests/**"
|
|
18
|
+
],
|
|
19
|
+
"depends_on": [
|
|
20
|
+
"slice-02-run-state-phase-locks",
|
|
21
|
+
"slice-04-agent-profiles-adapters"
|
|
22
|
+
],
|
|
23
|
+
"parallel_safe": "no",
|
|
24
|
+
"parallel_safe_reason": "Depends on shared state and agent profile contracts.",
|
|
25
|
+
"must": [
|
|
26
|
+
"Store versioned acceptance criteria drafts.",
|
|
27
|
+
"Store versioned technical-plan drafts.",
|
|
28
|
+
"Support revise commands that do not advance phase.",
|
|
29
|
+
"Approve only concrete versions.",
|
|
30
|
+
"Block spec generation until the plan is approved.",
|
|
31
|
+
"Record approval decisions and timestamps."
|
|
32
|
+
],
|
|
33
|
+
"not_included": [
|
|
34
|
+
"Spec file generation.",
|
|
35
|
+
"Slice execution.",
|
|
36
|
+
"PR creation."
|
|
37
|
+
],
|
|
38
|
+
"acceptance": [
|
|
39
|
+
"Criteria drafts can be generated, revised, and approved.",
|
|
40
|
+
"Technical-plan drafts can be generated, revised, reviewed, and approved.",
|
|
41
|
+
"Approving a missing or non-current version fails clearly.",
|
|
42
|
+
"Spec generation is blocked before plan approval.",
|
|
43
|
+
"Approvals are readable from state without chat memory."
|
|
44
|
+
],
|
|
45
|
+
"tests": [
|
|
46
|
+
"node --test tests/**/*.test.js",
|
|
47
|
+
"git diff --check"
|
|
48
|
+
],
|
|
49
|
+
"estimated_hours": 7,
|
|
50
|
+
"status": "completed",
|
|
51
|
+
"blocked_reason": null,
|
|
52
|
+
"completed_at": "2026-05-22T16:45:36-0300"
|
|
53
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# CLOSURE BRIEF - slice-06: Spec, slice, handoff, and PR body generation
|
|
2
|
+
|
|
3
|
+
## Summary of Work
|
|
4
|
+
|
|
5
|
+
Completed the generated artifact contract for specs and slices. Generated `slice.json` files now include dependency data, parallel safety, expected read paths, allowed write paths, and validation hints, and generated `EXECUTION_BRIEF.md` files expose the same execution contract for agents.
|
|
6
|
+
|
|
7
|
+
## Validation Against Acceptance Criteria
|
|
8
|
+
|
|
9
|
+
- [x] Blocked before plan approval.
|
|
10
|
+
- [x] Dry-run verified.
|
|
11
|
+
- [x] Spec artifacts generated.
|
|
12
|
+
- [x] Slice handoffs generated.
|
|
13
|
+
- [x] JSON validation passed.
|
|
14
|
+
|
|
15
|
+
## Relevant Changes
|
|
16
|
+
|
|
17
|
+
- Added generated `expected_read_paths`, `allowed_write_paths`, and `validation_hints` to `slice.json`.
|
|
18
|
+
- Added validation that generated slice JSON contains those arrays.
|
|
19
|
+
- Added the same read/write/validation sections to generated execution briefs.
|
|
20
|
+
- Preserved backward compatibility by deriving `allowed_write_paths` from existing `files` and deriving `files` from explicit allowed write paths when needed.
|
|
21
|
+
- Added fixture coverage for explicit and default scope declarations.
|
|
22
|
+
|
|
23
|
+
## Pending
|
|
24
|
+
|
|
25
|
+
None for this slice.
|
|
26
|
+
|
|
27
|
+
## Remaining Risks
|
|
28
|
+
|
|
29
|
+
- Generated scopes are only as accurate as the approved planner output and safe defaults.
|
|
30
|
+
|
|
31
|
+
## Future Recommendations
|
|
32
|
+
|
|
33
|
+
- Use generated artifacts to dogfood the next Quiver spec.
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
# EXECUTION BRIEF - slice-06: Spec, slice, handoff, and PR body generation
|
|
2
|
+
|
|
3
|
+
## Context
|
|
4
|
+
|
|
5
|
+
Once the technical plan is approved, Quiver must turn it into durable artifacts that agents and humans can execute.
|
|
6
|
+
|
|
7
|
+
## Objective
|
|
8
|
+
|
|
9
|
+
Generate complete spec/slice/handoff/PR artifacts from approved planner output.
|
|
10
|
+
|
|
11
|
+
## Scope
|
|
12
|
+
|
|
13
|
+
- Spec folder creation.
|
|
14
|
+
- Mandatory `slice-00`.
|
|
15
|
+
- Slice JSON and handoff generation.
|
|
16
|
+
- `EXECUTION_PLAN.md`, `EVIDENCE_REPORT.md`, `STATUS.md`, and `pr.md`.
|
|
17
|
+
- File scope declarations.
|
|
18
|
+
- Dry-run previews.
|
|
19
|
+
|
|
20
|
+
## Acceptance Criteria
|
|
21
|
+
|
|
22
|
+
- Generation is blocked before plan approval.
|
|
23
|
+
- Dry-run lists all proposed files.
|
|
24
|
+
- Artifacts follow Quiver layout.
|
|
25
|
+
- Every slice has handoffs and parseable JSON.
|
|
26
|
+
- `slice-00` exists.
|
|
27
|
+
|
|
28
|
+
## Technical Plan Summary
|
|
29
|
+
|
|
30
|
+
Transform approved planner output into the canonical `specs/<spec-slug>/` structure and validate before writing.
|
|
31
|
+
|
|
32
|
+
## Suggested Execution Steps
|
|
33
|
+
|
|
34
|
+
1. Define artifact generator contracts.
|
|
35
|
+
2. Add dry-run preview.
|
|
36
|
+
3. Generate top-level files.
|
|
37
|
+
4. Generate slices and handoffs.
|
|
38
|
+
5. Validate JSON and required files.
|
|
39
|
+
6. Test with fixture planner outputs.
|
|
40
|
+
|
|
41
|
+
## Restrictions
|
|
42
|
+
|
|
43
|
+
- Do not run execution agents.
|
|
44
|
+
- Do not commit or open PRs.
|
|
45
|
+
|
|
46
|
+
## Risks
|
|
47
|
+
|
|
48
|
+
- Poor planner output may create unusable slices. Validate and fail with actionable messages.
|
|
49
|
+
|
|
50
|
+
## Completion Checklist
|
|
51
|
+
|
|
52
|
+
- [ ] Dry-run tested.
|
|
53
|
+
- [ ] Generated files validated.
|
|
54
|
+
- [ ] Mandatory slice-00 tested.
|
|
55
|
+
- [ ] PR body tested.
|
|
56
|
+
- [ ] Evidence appended.
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-06-spec-slice-generator",
|
|
3
|
+
"ticket": "QUIVER-25-06",
|
|
4
|
+
"type": "feature",
|
|
5
|
+
"title": "Spec, slice, handoff, and PR body generation",
|
|
6
|
+
"objective": "Generate versionable implementation artifacts only after the technical plan is approved.",
|
|
7
|
+
"description": "Create SPEC, STATUS, evidence, execution plan, PR body, mandatory slice-00, slice JSON, execution briefs, closure briefs, and file scope declarations from approved planner output.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "spec-slice-generator",
|
|
12
|
+
"branch_name": "feature/QUIVER-25-06-spec-slice-generator"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"src/create-quiver/**",
|
|
16
|
+
"docs/**",
|
|
17
|
+
"specs/**",
|
|
18
|
+
"tests/**"
|
|
19
|
+
],
|
|
20
|
+
"depends_on": [
|
|
21
|
+
"slice-05-approval-gates"
|
|
22
|
+
],
|
|
23
|
+
"parallel_safe": "no",
|
|
24
|
+
"parallel_safe_reason": "Creates the artifact contract consumed by planning and execution slices.",
|
|
25
|
+
"must": [
|
|
26
|
+
"Generate top-level spec artifacts from approved plan only.",
|
|
27
|
+
"Always create mandatory slice-00.",
|
|
28
|
+
"Create slice.json, EXECUTION_BRIEF.md, and CLOSURE_BRIEF.md for each slice.",
|
|
29
|
+
"Create pr.md body.",
|
|
30
|
+
"Include depends_on, parallel safety, expected read paths, allowed write paths, and validation hints.",
|
|
31
|
+
"Support dry-run previews before writing."
|
|
32
|
+
],
|
|
33
|
+
"not_included": [
|
|
34
|
+
"Executing slices.",
|
|
35
|
+
"Opening PRs.",
|
|
36
|
+
"Dashboard export."
|
|
37
|
+
],
|
|
38
|
+
"acceptance": [
|
|
39
|
+
"Spec generation is blocked before plan approval.",
|
|
40
|
+
"Dry-run reports all files that would be written.",
|
|
41
|
+
"Written artifacts match Quiver spec layout.",
|
|
42
|
+
"slice-00 is present and must run first.",
|
|
43
|
+
"Every slice has handoffs and parseable JSON.",
|
|
44
|
+
"PR body is generated."
|
|
45
|
+
],
|
|
46
|
+
"tests": [
|
|
47
|
+
"node --test tests/**/*.test.js",
|
|
48
|
+
"find <fixture-output> -name \"slice.json\" -print -exec node -e \"JSON.parse(require('fs').readFileSync(process.argv[1], 'utf8'))\" {} \\;",
|
|
49
|
+
"git diff --check"
|
|
50
|
+
],
|
|
51
|
+
"estimated_hours": 8,
|
|
52
|
+
"status": "completed",
|
|
53
|
+
"blocked_reason": null,
|
|
54
|
+
"completed_at": "2026-05-22T16:49:40-0300"
|
|
55
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# CLOSURE BRIEF - slice-07: Slice execution planning and parallel safety
|
|
2
|
+
|
|
3
|
+
## Summary of Work
|
|
4
|
+
|
|
5
|
+
Connected execution planning to the generated write-scope contract. Slice graph reads now use `allowed_write_paths` as the authoritative write scope when present, execution plans expose read/write/validation metadata for downstream agents, and human output labels dependency levels as waves with parallel-safety rationale.
|
|
6
|
+
|
|
7
|
+
## Validation Against Acceptance Criteria
|
|
8
|
+
|
|
9
|
+
- [x] Wave 0 verified.
|
|
10
|
+
- [x] Parallel grouping verified.
|
|
11
|
+
- [x] Conflict blocking verified.
|
|
12
|
+
- [x] JSON output verified.
|
|
13
|
+
- [x] Tests run.
|
|
14
|
+
|
|
15
|
+
## Relevant Changes
|
|
16
|
+
|
|
17
|
+
- `readAllSlices` now resolves write scope from `allowed_write_paths` before falling back to `files`.
|
|
18
|
+
- Execution plan JSON includes `expected_read_paths`, `allowed_write_paths`, and `validation_hints` for each slice.
|
|
19
|
+
- Human execution plan output now uses `Wave <n>` and prints each slice's parallel-safety declaration.
|
|
20
|
+
- Added conflict tests for slices that only declare `allowed_write_paths`.
|
|
21
|
+
- Added CLI JSON coverage for `ai execute-plan --json`.
|
|
22
|
+
|
|
23
|
+
## Pending
|
|
24
|
+
|
|
25
|
+
None for this slice.
|
|
26
|
+
|
|
27
|
+
## Remaining Risks
|
|
28
|
+
|
|
29
|
+
- Parallel safety still assumes declared write paths are accurate; later validation should flag incomplete scopes earlier.
|
|
30
|
+
|
|
31
|
+
## Future Recommendations
|
|
32
|
+
|
|
33
|
+
- Use this planner before any delegated multi-agent execution.
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
# EXECUTION BRIEF - slice-07: Slice execution planning and parallel safety
|
|
2
|
+
|
|
3
|
+
## Context
|
|
4
|
+
|
|
5
|
+
After specs and slices exist, Quiver must tell the human and agents what can run now, what must wait, and what can safely run in parallel.
|
|
6
|
+
|
|
7
|
+
## Objective
|
|
8
|
+
|
|
9
|
+
Generate execution plans with waves, dependencies, file conflicts, and JSON output.
|
|
10
|
+
|
|
11
|
+
## Scope
|
|
12
|
+
|
|
13
|
+
- Execution waves.
|
|
14
|
+
- Dependency validation.
|
|
15
|
+
- Parallel-safety rules.
|
|
16
|
+
- File scope conflict checks.
|
|
17
|
+
- Human and machine-readable output.
|
|
18
|
+
|
|
19
|
+
## Acceptance Criteria
|
|
20
|
+
|
|
21
|
+
- `slice-00` is always Wave 0.
|
|
22
|
+
- Parallel waves exclude conflicting slices.
|
|
23
|
+
- Blocked slices explain why.
|
|
24
|
+
- JSON output is available.
|
|
25
|
+
- Existing planning commands remain compatible.
|
|
26
|
+
|
|
27
|
+
## Technical Plan Summary
|
|
28
|
+
|
|
29
|
+
Extend current slice graph/planning machinery with file-scope-aware waves and clearer output.
|
|
30
|
+
|
|
31
|
+
## Suggested Execution Steps
|
|
32
|
+
|
|
33
|
+
1. Inspect current slice graph utilities.
|
|
34
|
+
2. Add file conflict handling based on declared paths.
|
|
35
|
+
3. Add wave output.
|
|
36
|
+
4. Add JSON output tests.
|
|
37
|
+
5. Validate with fixtures.
|
|
38
|
+
|
|
39
|
+
## Restrictions
|
|
40
|
+
|
|
41
|
+
- Do not execute slices.
|
|
42
|
+
- Do not create commits.
|
|
43
|
+
|
|
44
|
+
## Risks
|
|
45
|
+
|
|
46
|
+
- False parallel safety can cause agents to edit the same files. Prefer conservative blocking.
|
|
47
|
+
|
|
48
|
+
## Completion Checklist
|
|
49
|
+
|
|
50
|
+
- [ ] Wave planning tested.
|
|
51
|
+
- [ ] Conflict detection tested.
|
|
52
|
+
- [ ] JSON output tested.
|
|
53
|
+
- [ ] Docs updated.
|
|
54
|
+
- [ ] Evidence appended.
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-07-slice-execution-planner",
|
|
3
|
+
"ticket": "QUIVER-25-07",
|
|
4
|
+
"type": "feature",
|
|
5
|
+
"title": "Slice execution planning and parallel safety",
|
|
6
|
+
"objective": "Generate a reliable execution plan that shows required order, parallel waves, dependencies, risks, and file conflicts.",
|
|
7
|
+
"description": "Turn generated slices into execution waves while enforcing slice-00 first, dependency validation, parallel safety, and conflict detection.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "slice-execution-planner",
|
|
12
|
+
"branch_name": "feature/QUIVER-25-07-slice-execution-planner"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"src/create-quiver/**",
|
|
16
|
+
"docs/**",
|
|
17
|
+
"tests/**"
|
|
18
|
+
],
|
|
19
|
+
"depends_on": [
|
|
20
|
+
"slice-06-spec-slice-generator"
|
|
21
|
+
],
|
|
22
|
+
"parallel_safe": "no",
|
|
23
|
+
"parallel_safe_reason": "Uses generated artifact contracts and feeds executor behavior.",
|
|
24
|
+
"must": [
|
|
25
|
+
"Generate sequential and parallel execution waves.",
|
|
26
|
+
"Force slice-00 to execute first.",
|
|
27
|
+
"Detect dependency cycles and missing dependencies.",
|
|
28
|
+
"Detect overlapping allowed write paths between parallel slices.",
|
|
29
|
+
"Explain why a slice is blocked or parallel-safe.",
|
|
30
|
+
"Emit human and JSON output."
|
|
31
|
+
],
|
|
32
|
+
"not_included": [
|
|
33
|
+
"Executing agents.",
|
|
34
|
+
"Creating commits.",
|
|
35
|
+
"Opening PRs."
|
|
36
|
+
],
|
|
37
|
+
"acceptance": [
|
|
38
|
+
"Execution plan shows Wave 0 for slice-00.",
|
|
39
|
+
"Parallel-ready slices are grouped only when dependencies and file scopes allow it.",
|
|
40
|
+
"Unsafe parallel execution is explained.",
|
|
41
|
+
"JSON output is suitable for downstream agents or dashboards.",
|
|
42
|
+
"Existing `plan`, `graph`, and `next` behavior remains compatible."
|
|
43
|
+
],
|
|
44
|
+
"tests": [
|
|
45
|
+
"node --test tests/**/*.test.js",
|
|
46
|
+
"git diff --check"
|
|
47
|
+
],
|
|
48
|
+
"estimated_hours": 6,
|
|
49
|
+
"status": "completed",
|
|
50
|
+
"blocked_reason": null,
|
|
51
|
+
"completed_at": "2026-05-22T16:52:33-0300"
|
|
52
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
# CLOSURE BRIEF - slice-08: Controlled slice execution and evidence
|
|
2
|
+
|
|
3
|
+
## Summary of Work
|
|
4
|
+
|
|
5
|
+
Implemented controlled slice execution and evidence closure. Direct `ai execute-slice` now uses the generated write-scope contract, blocks dirty or wrong worktrees, validates changed files against declared scope, writes closure/evidence/status artifacts after successful execution, redacts likely secrets from logs, and refuses to close no-op provider runs.
|
|
6
|
+
|
|
7
|
+
## Validation Against Acceptance Criteria
|
|
8
|
+
|
|
9
|
+
- [x] Prompt-only mode verified.
|
|
10
|
+
- [x] Minimal context verified.
|
|
11
|
+
- [x] Worktree preflight verified.
|
|
12
|
+
- [x] Scope validation verified.
|
|
13
|
+
- [x] Closure/evidence update verified.
|
|
14
|
+
- [x] Secret redaction verified.
|
|
15
|
+
- [x] No-op provider protection verified.
|
|
16
|
+
|
|
17
|
+
## Relevant Changes
|
|
18
|
+
|
|
19
|
+
- `resolveSliceContext` now prefers `allowed_write_paths` over legacy `files` and exposes generated read/validation metadata.
|
|
20
|
+
- `validateScopeSnapshot` supports simple glob scopes and reports violations against the declared slice scope.
|
|
21
|
+
- `ai execute-slice` validates the declared slice branch, clean tree, provider changes, scope, validations, and lifecycle artifacts.
|
|
22
|
+
- Successful execution updates `CLOSURE_BRIEF.md`, `EVIDENCE_REPORT.md`, `COMMAND_LOG.md`, `STATUS.md`, and `slice.json`.
|
|
23
|
+
- Provider and validation output are redacted before printing, returning, or writing evidence.
|
|
24
|
+
- `ai execute-plan` passes an internal branch-check bypass because delegated worktrees are managed by the orchestrator.
|
|
25
|
+
- README and generated command/workflow docs describe the controlled execution contract.
|
|
26
|
+
|
|
27
|
+
## Pending
|
|
28
|
+
|
|
29
|
+
None for this slice.
|
|
30
|
+
|
|
31
|
+
## Remaining Risks
|
|
32
|
+
|
|
33
|
+
- Scope glob support is intentionally lightweight and should stay covered by regression tests if Quiver adds richer path patterns.
|
|
34
|
+
- Direct single-slice execution is stricter than orchestrated delegated execution by design; docs should keep that distinction visible.
|
|
35
|
+
|
|
36
|
+
## Future Recommendations
|
|
37
|
+
|
|
38
|
+
- Use the captured evidence as input for PR creation and review.
|
|
39
|
+
- In `slice-10`, keep adding fixtures around path scopes, redaction, and worktree failures.
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
# EXECUTION BRIEF - slice-08: Controlled slice execution and evidence
|
|
2
|
+
|
|
3
|
+
## Context
|
|
4
|
+
|
|
5
|
+
Executors should be cheap and focused. They need only the slice context, clear restrictions, and a closure contract.
|
|
6
|
+
|
|
7
|
+
## Objective
|
|
8
|
+
|
|
9
|
+
Enable controlled slice execution with minimal context, file scope validation, closure updates, evidence, and logs.
|
|
10
|
+
|
|
11
|
+
## Scope
|
|
12
|
+
|
|
13
|
+
- Executor prompt/context generation.
|
|
14
|
+
- Prompt-only and execution modes.
|
|
15
|
+
- Worktree and clean-tree checks.
|
|
16
|
+
- File scope validation.
|
|
17
|
+
- Closure/evidence/command-log updates.
|
|
18
|
+
- Secret redaction.
|
|
19
|
+
|
|
20
|
+
## Acceptance Criteria
|
|
21
|
+
|
|
22
|
+
- Context excludes unrelated files by default.
|
|
23
|
+
- Prompt-only mode works.
|
|
24
|
+
- Dirty or wrong worktree blocks execution.
|
|
25
|
+
- Out-of-scope writes are detected.
|
|
26
|
+
- Closure and evidence are updated.
|
|
27
|
+
|
|
28
|
+
## Technical Plan Summary
|
|
29
|
+
|
|
30
|
+
Use execution-plan output and agent adapters to prepare focused executor handoffs and validate results before a slice can close.
|
|
31
|
+
|
|
32
|
+
## Suggested Execution Steps
|
|
33
|
+
|
|
34
|
+
1. Define executor context pack contract.
|
|
35
|
+
2. Add prompt-only slice command.
|
|
36
|
+
3. Add preflight checks.
|
|
37
|
+
4. Add file scope diff validation.
|
|
38
|
+
5. Add closure/evidence updates.
|
|
39
|
+
6. Test manual and delegated paths with fixtures.
|
|
40
|
+
|
|
41
|
+
## Restrictions
|
|
42
|
+
|
|
43
|
+
- Do not auto-commit in this slice unless already required by existing command behavior.
|
|
44
|
+
- Do not open PRs.
|
|
45
|
+
|
|
46
|
+
## Risks
|
|
47
|
+
|
|
48
|
+
- File scope validation can miss generated files if path rules are too strict. Report clearly and allow explicit review.
|
|
49
|
+
|
|
50
|
+
## Completion Checklist
|
|
51
|
+
|
|
52
|
+
- [ ] Context pack tested.
|
|
53
|
+
- [ ] Preflight tested.
|
|
54
|
+
- [ ] Scope validation tested.
|
|
55
|
+
- [ ] Closure/evidence updated.
|
|
56
|
+
- [ ] Evidence appended.
|