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,293 @@
|
|
|
1
|
+
# Evidence Report - Quiver v25 AI-First Lifecycle Orchestrator
|
|
2
|
+
|
|
3
|
+
## Summary
|
|
4
|
+
|
|
5
|
+
This report starts with documentation-only evidence for `slice-00`. Product implementation evidence must be appended by each later slice.
|
|
6
|
+
|
|
7
|
+
## slice-00 - Spec foundation
|
|
8
|
+
|
|
9
|
+
### Completed
|
|
10
|
+
|
|
11
|
+
- Created v25 spec folder.
|
|
12
|
+
- Created `SPEC.md`, `STATUS.md`, `EXECUTION_PLAN.md`, `EVIDENCE_REPORT.md`, and `pr.md`.
|
|
13
|
+
- Created every slice folder with `slice.json`, `EXECUTION_BRIEF.md`, and `CLOSURE_BRIEF.md`.
|
|
14
|
+
- Updated source-of-truth planning docs to mention v25 as planned without claiming package publication.
|
|
15
|
+
|
|
16
|
+
### Validation
|
|
17
|
+
|
|
18
|
+
- `git diff --check` passed.
|
|
19
|
+
- `find specs/quiver-v25-ai-first-lifecycle-orchestrator -name "slice.json" -print -exec node -e "JSON.parse(require('fs').readFileSync(process.argv[1], 'utf8'))" {} \;` passed for 12 slice files.
|
|
20
|
+
- `find specs/quiver-v25-ai-first-lifecycle-orchestrator/slices -maxdepth 2 -type f | wc -l` returned 36 slice files.
|
|
21
|
+
- `npm run quiver:plan -- --spec quiver-v25-ai-first-lifecycle-orchestrator --include-completed` failed with Node out-of-memory after starting `npx create-quiver plan`. This does not invalidate the documentation package, but it is evidence that scoped planning can still have a scaling or command execution issue in the current CLI and should be considered by `slice-10-validation-errors-fixtures`.
|
|
22
|
+
- `npm view create-quiver version` returned `0.12.0`; release documentation should be synchronized before future docs claim the latest package status.
|
|
23
|
+
|
|
24
|
+
### Risks Observed During Validation
|
|
25
|
+
|
|
26
|
+
- The scoped plan command can consume too much memory on the current repo. Future implementation should include a fixture or regression test that proves `--spec <slug>` does not scan or retain unnecessary data from unrelated specs.
|
|
27
|
+
|
|
28
|
+
## Later Slices
|
|
29
|
+
|
|
30
|
+
Each implementation slice must append:
|
|
31
|
+
|
|
32
|
+
- commands executed;
|
|
33
|
+
- tests or smokes run;
|
|
34
|
+
- files changed;
|
|
35
|
+
- validation result;
|
|
36
|
+
- risks remaining;
|
|
37
|
+
- evidence location.
|
|
38
|
+
|
|
39
|
+
## slice-01 - CLI contract and compatibility
|
|
40
|
+
|
|
41
|
+
### Completed
|
|
42
|
+
|
|
43
|
+
- Added top-level `--version` and `-V` handling before normal argument parsing.
|
|
44
|
+
- Kept `--version <n>` available for `ai approve`.
|
|
45
|
+
- Added focused CLI contract tests.
|
|
46
|
+
- Added command reference docs for version output.
|
|
47
|
+
|
|
48
|
+
### Validation
|
|
49
|
+
|
|
50
|
+
- `node bin/create-quiver.js --version` passed and printed `0.12.0`.
|
|
51
|
+
- `node bin/create-quiver.js -V` passed and printed `0.12.0`.
|
|
52
|
+
- `node --test tests/commands/cli-contract.test.js tests/commands/init-profiles.test.js tests/commands/flow.test.js tests/lib/init-layout.test.js` passed: 36 tests.
|
|
53
|
+
- `git diff --check` passed.
|
|
54
|
+
|
|
55
|
+
### Risks
|
|
56
|
+
|
|
57
|
+
- The local `quiver` binary alias is validated through `package.json` and the shared entrypoint, not by installing the package into a fixture.
|
|
58
|
+
|
|
59
|
+
## slice-02 - Run state, phase gates, and locks
|
|
60
|
+
|
|
61
|
+
### Completed
|
|
62
|
+
|
|
63
|
+
- Added `.quiver/runs/<run-id>/state.json`, `approvals.json`, copied requirement input, and decision log scaffolding.
|
|
64
|
+
- Added `.quiver/locks/` as runtime-only internal state.
|
|
65
|
+
- Added `ai run create`, `ai status`, and `ai resume`.
|
|
66
|
+
- Added lifecycle phase helpers, next-command guidance, approval metadata recording, and run/slice lock helpers.
|
|
67
|
+
- Connected `ai plan` and `ai approve` to lifecycle run phase updates.
|
|
68
|
+
|
|
69
|
+
### Validation
|
|
70
|
+
|
|
71
|
+
- `node --test tests/lib/ai-run-state.test.js tests/commands/ai-run-state.test.js tests/commands/ai-plan.test.js tests/lib/approvals.test.js tests/lib/init-layout.test.js` passed: 25 tests.
|
|
72
|
+
- `node /Users/fabrijk/Documents/Work/Proyectos\ Personales/nika/frameworks/quiver/bin/create-quiver.js ai status` from `/private/tmp` passed and reported no active run without creating files.
|
|
73
|
+
- `node --test tests/**/*.test.js` passed: 264 tests.
|
|
74
|
+
- `git diff --check` passed.
|
|
75
|
+
|
|
76
|
+
### Risks
|
|
77
|
+
|
|
78
|
+
- File locks intentionally require manual inspection/removal when stale; automatic process liveness cleanup is deferred to avoid unsafe cross-platform behavior.
|
|
79
|
+
- Phase guards are available and used by lifecycle status tests, but later slices still need to wire them into spec generation, execution planning, slice execution, and PR creation.
|
|
80
|
+
|
|
81
|
+
## slice-03 - Safe AI onboarding documentation
|
|
82
|
+
|
|
83
|
+
### Completed
|
|
84
|
+
|
|
85
|
+
- Expanded `ai prepare-context` to prepare `INDEX`, `PROJECT_MAP`, `AI_CONTEXT`, `AI_ONBOARDING_PROMPT`, `CONTEXTO`, `WORKFLOW`, `ARCHITECTURE`, `STATUS`, and `DECISIONS` where applicable.
|
|
86
|
+
- Added dry-run write plans with proposed actions, diff snippets, assumptions, risks, contradictions, omitted paths, and uncertainty markers.
|
|
87
|
+
- Added write-mode snapshots under `.quiver/runs/<run-id>/snapshots/` before modifying docs.
|
|
88
|
+
- Preserved human-authored content by appending or refreshing a Quiver-managed context block in existing docs.
|
|
89
|
+
- Added contradiction detection for stale `docs/PROJECT_MAP.md` project name/package manager signals.
|
|
90
|
+
- Wired `ai prepare-context` writes into the AI run lifecycle by advancing to `onboarding-ready`.
|
|
91
|
+
- Updated README, README_FOR_AI, and command docs with the new safe docs behavior.
|
|
92
|
+
|
|
93
|
+
### Validation
|
|
94
|
+
|
|
95
|
+
- `node --test tests/commands/ai-onboard.test.js tests/lib/ai-context-packs.test.js tests/lib/init-docs.test.js tests/commands/analyze.test.js` passed: 25 tests.
|
|
96
|
+
- `node --test tests/**/*.test.js` passed: 272 tests.
|
|
97
|
+
- `node -e "JSON.parse(require('fs').readFileSync('specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-03-safe-ai-onboarding-docs/slice.json','utf8')); console.log('slice-03 json ok')"` passed.
|
|
98
|
+
- `git diff --check` passed.
|
|
99
|
+
|
|
100
|
+
### Risks
|
|
101
|
+
|
|
102
|
+
- Diff snippets are compact previews, not full patch files; users should still inspect `git diff` before committing generated docs.
|
|
103
|
+
- Contradiction detection is intentionally conservative and currently focuses on high-signal project identity and package-manager mismatches.
|
|
104
|
+
|
|
105
|
+
## slice-04 - Agent profiles and provider adapters
|
|
106
|
+
|
|
107
|
+
### Completed
|
|
108
|
+
|
|
109
|
+
- Replaced the old `researcher` profile slot with `doctor` to match the v25 agent contract.
|
|
110
|
+
- Added prompt-only output through `--print-prompt` for `ai onboard`, `ai plan`, and `ai review-plan`.
|
|
111
|
+
- Kept prompt-only paths provider-auth-free by rendering prompts without running provider preflight or spawn.
|
|
112
|
+
- Added best-effort redaction of likely secrets in provider stdout, stderr, and serialized error messages.
|
|
113
|
+
- Updated README and command reference docs for doctor profiles and prompt-only mode.
|
|
114
|
+
|
|
115
|
+
### Validation
|
|
116
|
+
|
|
117
|
+
- `node --test tests/lib/agent-profiles.test.js tests/commands/ai-agent.test.js tests/lib/ai-providers.test.js tests/commands/ai-onboard.test.js tests/commands/ai-plan.test.js tests/commands/ai-review-plan.test.js` passed: 40 tests.
|
|
118
|
+
- `node --test tests/**/*.test.js` passed: 270 tests.
|
|
119
|
+
- `git diff --check` passed.
|
|
120
|
+
|
|
121
|
+
### Risks
|
|
122
|
+
|
|
123
|
+
- Redaction is intentionally best-effort and may hide some diagnostic text if provider output contains key-like labels such as `token=` or `password=`.
|
|
124
|
+
- The `doctor` profile is configurable now, but `ai doctor` itself remains a GitHub/readiness preflight and does not invoke a provider in this slice.
|
|
125
|
+
|
|
126
|
+
## slice-05 - Approval gates and planner iterations
|
|
127
|
+
|
|
128
|
+
### Completed
|
|
129
|
+
|
|
130
|
+
- Added `ai revise` as a phase-safe planner revision command for acceptance and technical-plan drafts.
|
|
131
|
+
- Changed `ai approve` so it requires `--version <n>` and approves only the current saved draft version.
|
|
132
|
+
- Blocked direct approval from arbitrary input files; human feedback must create a new draft through `ai revise`.
|
|
133
|
+
- Required a current production-readiness review before approving a technical-plan draft.
|
|
134
|
+
- Kept spec generation blocked until the reviewed technical-plan draft is approved.
|
|
135
|
+
- Updated README, README_FOR_AI, command docs, onboarding templates, generated init docs, flow guidance, package scripts, and CLI help examples.
|
|
136
|
+
- Added tests for versioned approvals, missing/non-current approval failures, acceptance revise, technical-plan revise, stale review blocking, and spec generation gates.
|
|
137
|
+
|
|
138
|
+
### Validation
|
|
139
|
+
|
|
140
|
+
- `node --test tests/commands/ai-plan.test.js tests/commands/ai-review-plan.test.js tests/commands/ai-plan-spec-phase.test.js tests/lib/approvals.test.js tests/commands/flow.test.js tests/lib/init-layout.test.js` passed: 48 tests.
|
|
141
|
+
- `node --test tests/**/*.test.js` passed: 276 tests.
|
|
142
|
+
- `git diff --check` passed.
|
|
143
|
+
- `node -e "const fs=require('fs'); for (const f of process.argv.slice(1)) JSON.parse(fs.readFileSync(f,'utf8')); console.log('slice json ok:', process.argv.length-1);" specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/*/slice.json` passed for 12 slice files.
|
|
144
|
+
|
|
145
|
+
### Risks
|
|
146
|
+
|
|
147
|
+
- `ai revise` now gives the planner the current draft plus feedback; output quality still depends on the selected provider/model.
|
|
148
|
+
- Approval state remains file-based under `.quiver/approvals`; concurrent writes are still governed by later execution/locking hardening.
|
|
149
|
+
|
|
150
|
+
## slice-06 - Spec, slice, handoff, and PR body generation
|
|
151
|
+
|
|
152
|
+
### Completed
|
|
153
|
+
|
|
154
|
+
- Completed the generated slice artifact contract with `expected_read_paths`, `allowed_write_paths`, and `validation_hints`.
|
|
155
|
+
- Added generated execution brief sections for read paths, write paths, and validation hints.
|
|
156
|
+
- Preserved compatibility with existing `files` and `tests` fields while exposing clearer agent-facing fields.
|
|
157
|
+
- Added validation that generated `slice.json` files contain required scope arrays.
|
|
158
|
+
- Added fixture coverage for explicit generated scope fields and default derivation from existing `files`/`tests`.
|
|
159
|
+
|
|
160
|
+
### Validation
|
|
161
|
+
|
|
162
|
+
- `node --test tests/lib/ai-spec-generator.test.js tests/commands/spec-create.test.js tests/commands/ai-plan-spec-phase.test.js` passed: 9 tests.
|
|
163
|
+
- `node --test tests/**/*.test.js` passed: 276 tests.
|
|
164
|
+
- `git diff --check` passed.
|
|
165
|
+
- `node -e "const fs=require('fs'); for (const f of process.argv.slice(1)) JSON.parse(fs.readFileSync(f,'utf8')); console.log('slice json ok:', process.argv.length-1);" specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/*/slice.json` passed for 12 slice files.
|
|
166
|
+
|
|
167
|
+
### Risks
|
|
168
|
+
|
|
169
|
+
- Generated read/write scopes depend on the approved plan quality; later validation slices should keep hardening error messages when planner output is incomplete.
|
|
170
|
+
- Existing executor code still primarily reads `files` for scope checks; generated `allowed_write_paths` is now aligned with `files` but deeper executor support belongs to later slices.
|
|
171
|
+
|
|
172
|
+
## slice-07 - Slice execution planning and parallel safety
|
|
173
|
+
|
|
174
|
+
### Completed
|
|
175
|
+
|
|
176
|
+
- Updated slice graph reads to treat `allowed_write_paths` as the authoritative write scope when present.
|
|
177
|
+
- Preserved compatibility by falling back to existing `files` when `allowed_write_paths` is absent.
|
|
178
|
+
- Added execution plan JSON metadata for `expected_read_paths`, `allowed_write_paths`, and `validation_hints`.
|
|
179
|
+
- Updated human execution plan output to show `Wave <n>` and each slice's `parallel_safe` rationale.
|
|
180
|
+
- Added regression coverage for conflicts detected from `allowed_write_paths` even when `files` is empty.
|
|
181
|
+
- Added CLI JSON coverage for downstream agent/dashboard consumption.
|
|
182
|
+
|
|
183
|
+
### Validation
|
|
184
|
+
|
|
185
|
+
- `node --test tests/lib/slice-graph.test.js tests/lib/ai-execution-plan.test.js tests/commands/ai-execute-plan.test.js tests/commands/plan.test.js tests/commands/graph.test.js tests/commands/next.test.js` passed: 46 tests.
|
|
186
|
+
- `node --test tests/**/*.test.js` passed: 279 tests.
|
|
187
|
+
- `git diff --check` passed.
|
|
188
|
+
- `node -e "const fs=require('fs'); for (const f of process.argv.slice(1)) JSON.parse(fs.readFileSync(f,'utf8')); console.log('slice json ok:', process.argv.length-1);" specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/*/slice.json` passed for 12 slice files.
|
|
189
|
+
|
|
190
|
+
### Risks
|
|
191
|
+
|
|
192
|
+
- If planner output omits both `allowed_write_paths` and `files`, Quiver correctly falls back to sequential execution, but the user still needs to fix the slice contract.
|
|
193
|
+
- Parallel execution still requires later execution slices to enforce scope and commit behavior during actual provider runs.
|
|
194
|
+
|
|
195
|
+
## slice-08 - Controlled slice execution and evidence
|
|
196
|
+
|
|
197
|
+
### Completed
|
|
198
|
+
|
|
199
|
+
- Updated slice metadata resolution so `allowed_write_paths` becomes the authoritative executor write scope while preserving `files` fallback.
|
|
200
|
+
- Added simple glob-aware scope validation for declared write paths such as `src/**` and `tests/**/*.test.js`.
|
|
201
|
+
- Added branch/worktree validation for direct `ai execute-slice` runs and kept `ai execute-plan` delegated worktrees explicitly exempt through internal orchestration.
|
|
202
|
+
- Expanded executor context with expected read paths and validation hints while keeping prompt-only/manual execution minimal.
|
|
203
|
+
- Added automatic closure artifacts after successful execution: `CLOSURE_BRIEF.md`, `EVIDENCE_REPORT.md`, `COMMAND_LOG.md`, `STATUS.md`, and `slice.json`.
|
|
204
|
+
- Added no-op protection so a provider that changes no in-scope files cannot close a slice.
|
|
205
|
+
- Redacted likely secrets from provider output, validation output, command logs, and saved execution evidence.
|
|
206
|
+
- Updated README and generated command/workflow docs for the controlled execution behavior.
|
|
207
|
+
|
|
208
|
+
### Validation
|
|
209
|
+
|
|
210
|
+
- `node --test tests/lib/scope.test.js tests/lib/ai-executor.test.js tests/commands/ai-execute-slice.test.js tests/lib/ai-execution-plan.test.js tests/commands/ai-execute-plan.test.js` passed: 39 tests.
|
|
211
|
+
- `node --test tests/**/*.test.js` passed: 285 tests.
|
|
212
|
+
|
|
213
|
+
### Risks
|
|
214
|
+
|
|
215
|
+
- Scope glob support is intentionally simple and covers the common `*` and `**` cases used by Quiver-generated slices; more advanced glob syntax remains out of scope.
|
|
216
|
+
- Direct `ai execute-slice` now requires the declared slice branch. Orchestrated `ai execute-plan` execution bypasses that specific branch check because it manages temporary worktrees itself.
|
|
217
|
+
|
|
218
|
+
## slice-09 - Git worktree, commit, PR, and close lifecycle
|
|
219
|
+
|
|
220
|
+
### Completed
|
|
221
|
+
|
|
222
|
+
- Added `spec start --dry-run` so users can inspect the spec branch and worktree path before mutating Git state.
|
|
223
|
+
- Hardened `ai execute-slice --commit` so commit mode refuses pre-existing dirty files even when `--allow-dirty` is set.
|
|
224
|
+
- Required `--ssh-host-alias` for GitHub PR preflight and added macOS/Linux/Windows SSH alias guidance.
|
|
225
|
+
- Blocked PR creation from `specs/<slug>/pr.md` while slices in that spec are still open.
|
|
226
|
+
- Preserved PR creation through generated `pr.md` and existing `gh pr create` argument-array execution.
|
|
227
|
+
- Kept `spec close` behavior that refuses dirty/unmerged worktrees, supports dry-run, removes the worktree after merge, and pulls the main checkout when a remote base is available.
|
|
228
|
+
- Updated README, README_FOR_AI, command docs, workflow docs, and CLI help examples for the hardened lifecycle.
|
|
229
|
+
|
|
230
|
+
### Validation
|
|
231
|
+
|
|
232
|
+
- `node --test tests/lib/ai-executor.test.js tests/lib/ai-github.test.js tests/commands/ai-pr.test.js tests/lib/lifecycle.test.js tests/commands/spec-close.test.js tests/commands/ai-execute-plan.test.js` passed: 52 tests.
|
|
233
|
+
- `node --test tests/**/*.test.js` passed: 290 tests.
|
|
234
|
+
- `git diff --check` passed.
|
|
235
|
+
|
|
236
|
+
### Risks
|
|
237
|
+
|
|
238
|
+
- SSH alias validation checks that the alias was provided, not that the remote host accepts the key; users should still run `ssh -T <alias>` when configuring credentials.
|
|
239
|
+
- Open-slice PR blocking applies to `specs/<slug>/pr.md` paths. Non-standard PR body locations are still allowed for advanced/manual flows.
|
|
240
|
+
|
|
241
|
+
## slice-10 - Validation, actionable errors, redaction, and fixtures
|
|
242
|
+
|
|
243
|
+
### Completed
|
|
244
|
+
|
|
245
|
+
- Added a shared actionable error formatter with explicit `Impact`, `Fix`, and `Next command` fields.
|
|
246
|
+
- Applied actionable error formatting to missing agent-profile guidance, missing SSH alias PR preflight, and open-slice PR blocking.
|
|
247
|
+
- Added doctor environment warnings for Node, npm, git, gh, gh auth, shell, write permissions, and paths with spaces.
|
|
248
|
+
- Added `tests/fixtures/validation-errors/matrix.json` as the official fixture matrix for new, existing, old Quiver, monorepo, no git, dirty git, no gh, paths with spaces, docs contradiction, and missing agent profile states.
|
|
249
|
+
- Added `npm run smoke:doctor-fixtures` to enforce the fixture matrix in CI.
|
|
250
|
+
- Updated README, README_FOR_AI, and command docs to mention the new smoke and validation contract.
|
|
251
|
+
- Delegated a bounded fixture-gap scan to a sub-agent and incorporated its high-signal recommendations into the implementation.
|
|
252
|
+
|
|
253
|
+
### Validation
|
|
254
|
+
|
|
255
|
+
- `node --test tests/lib/doctor.test.js tests/lib/ai-github.test.js tests/commands/ai-agent.test.js tests/commands/doctor.test.js` passed: 30 tests.
|
|
256
|
+
- `npm run smoke:doctor-fixtures` passed: 10 fixture states.
|
|
257
|
+
- `node --test tests/**/*.test.js` passed: 294 tests.
|
|
258
|
+
- `npm run smoke:create-quiver` passed.
|
|
259
|
+
- `npm run smoke:guided-workflow` passed.
|
|
260
|
+
- `git diff --check` passed.
|
|
261
|
+
|
|
262
|
+
### Risks
|
|
263
|
+
|
|
264
|
+
- Doctor environment checks are warnings, not hard failures, to avoid blocking offline or partially configured projects.
|
|
265
|
+
- The validation fixture matrix is a contract manifest; individual deep fixtures should continue to grow as new bugs are found.
|
|
266
|
+
|
|
267
|
+
## slice-11 - Export, dashboard-friendly output, and migration
|
|
268
|
+
|
|
269
|
+
### Completed
|
|
270
|
+
|
|
271
|
+
- Added `ai inspect`, `ai export`, `ai specs list`, `ai slices list`, and `ai trace report` surfaces.
|
|
272
|
+
- Added `src/create-quiver/lib/ai/export-state.js` with a versioned lifecycle export shape for specs, slices, runs, agents, dependencies, blockers, progress, migration findings, and dashboard consumers.
|
|
273
|
+
- Added JSON export as the default `ai export` output and Markdown export for PR/docs usage.
|
|
274
|
+
- Added generated npm scripts for `quiver:ai:inspect`, `quiver:ai:export`, `quiver:ai:specs`, `quiver:ai:slices`, and `quiver:ai:trace`.
|
|
275
|
+
- Added `migrate --dry-run` so older Quiver projects can preview planned migration changes without writing files.
|
|
276
|
+
- Hardened `parseJsonWithComments` so JSON strings containing `//`, `/* ... */`, or glob patterns such as `src/**` are preserved.
|
|
277
|
+
- Updated README, README_FOR_AI, command templates, workflow template, onboarding prompt template, and generated README text.
|
|
278
|
+
|
|
279
|
+
### Validation
|
|
280
|
+
|
|
281
|
+
- `node --test tests/lib/json.test.js tests/lib/ai-export-state.test.js tests/commands/ai-export.test.js tests/commands/init-profiles.test.js` passed: 20 tests.
|
|
282
|
+
- `node --test tests/lib/init-layout.test.js tests/lib/json.test.js tests/lib/ai-export-state.test.js tests/commands/ai-export.test.js tests/commands/init-profiles.test.js` passed: 28 tests.
|
|
283
|
+
- `node --test tests/**/*.test.js` passed: 301 tests.
|
|
284
|
+
- `npm run smoke:create-quiver` passed.
|
|
285
|
+
- `npm run smoke:guided-workflow` passed: 128 tests plus guided workflow smoke.
|
|
286
|
+
- `npm run smoke:doctor-fixtures` passed: 10 fixture states.
|
|
287
|
+
- `git diff --check` passed.
|
|
288
|
+
- `node -e "JSON.parse(require('fs').readFileSync('package.json','utf8')); JSON.parse(require('fs').readFileSync('specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-11-export-dashboard-migration/slice.json','utf8'));"` passed.
|
|
289
|
+
|
|
290
|
+
### Risks
|
|
291
|
+
|
|
292
|
+
- The JSON export is intentionally versioned with `schema_version: 1`; dashboards should treat it as a stable-but-young contract and pin expectations.
|
|
293
|
+
- The core package remains UI-free. Any visual dashboard should consume `ai export --format json` externally rather than adding heavy dependencies to core.
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
# Execution Plan - Quiver v25
|
|
2
|
+
|
|
3
|
+
## Wave 0 - Required Foundation
|
|
4
|
+
|
|
5
|
+
1. `slice-00-spec-foundation`
|
|
6
|
+
- Must land first.
|
|
7
|
+
- Publishes the spec, slices, handoffs, execution plan, PR body, and source-of-truth planning references.
|
|
8
|
+
|
|
9
|
+
## Wave 1 - Command and State Foundations
|
|
10
|
+
|
|
11
|
+
Run sequentially:
|
|
12
|
+
|
|
13
|
+
1. `slice-01-cli-contract-compatibility`
|
|
14
|
+
2. `slice-02-run-state-phase-locks`
|
|
15
|
+
|
|
16
|
+
These are foundational and should not run in parallel because later work depends on command names, aliases, phase validation, and persistent state.
|
|
17
|
+
|
|
18
|
+
## Wave 2 - Onboarding and Agent Contracts
|
|
19
|
+
|
|
20
|
+
Can run in parallel after Wave 1 if file scopes do not overlap:
|
|
21
|
+
|
|
22
|
+
1. `slice-03-safe-ai-onboarding-docs`
|
|
23
|
+
2. `slice-04-agent-profiles-adapters`
|
|
24
|
+
|
|
25
|
+
## Wave 3 - Planner Gates and Generation
|
|
26
|
+
|
|
27
|
+
Run sequentially:
|
|
28
|
+
|
|
29
|
+
1. `slice-05-approval-gates`
|
|
30
|
+
2. `slice-06-spec-slice-generator`
|
|
31
|
+
3. `slice-07-slice-execution-planner`
|
|
32
|
+
|
|
33
|
+
These depend on approved phase state and generated artifact contracts.
|
|
34
|
+
|
|
35
|
+
## Wave 4 - Execution Lifecycle
|
|
36
|
+
|
|
37
|
+
Run sequentially:
|
|
38
|
+
|
|
39
|
+
1. `slice-08-controlled-slice-execution`
|
|
40
|
+
2. `slice-09-git-worktree-pr-lifecycle`
|
|
41
|
+
|
|
42
|
+
The Git/PR lifecycle depends on reliable slice closure and evidence.
|
|
43
|
+
|
|
44
|
+
## Wave 5 - Hardening and Outputs
|
|
45
|
+
|
|
46
|
+
Can run in parallel after Wave 4 if write scopes stay separate:
|
|
47
|
+
|
|
48
|
+
1. `slice-10-validation-errors-fixtures`
|
|
49
|
+
2. `slice-11-export-dashboard-migration`
|
|
50
|
+
|
|
51
|
+
## Parallel Safety Notes
|
|
52
|
+
|
|
53
|
+
- Do not run two slices in parallel if both modify CLI routing or shared command utilities.
|
|
54
|
+
- Do not execute slices in parallel if `allowed_write_paths` overlap.
|
|
55
|
+
- `slice-00` must be committed before implementation slices.
|
|
56
|
+
- Prefer one commit per slice.
|
|
57
|
+
- Run focused tests for touched commands during each slice.
|
|
58
|
+
- Run full smoke/package safety only in final hardening unless package behavior changes earlier.
|
|
@@ -0,0 +1,242 @@
|
|
|
1
|
+
# Quiver v25 - AI-First Lifecycle Orchestrator
|
|
2
|
+
|
|
3
|
+
**Date:** 2026-05-22
|
|
4
|
+
**Status:** In progress
|
|
5
|
+
|
|
6
|
+
Slice numbering resets here. This spec intentionally starts at `slice-00`.
|
|
7
|
+
|
|
8
|
+
## Problem
|
|
9
|
+
|
|
10
|
+
Quiver already has guided AI workflow commands, planner drafts, approvals, spec creation, executor prompts, delegated execution modes, worktrees, PR support, evidence capture, and dogfooding hardening. Real use still shows a larger product gap: the ideal workflow is not yet experienced as one durable, phase-gated, AI-first lifecycle that starts from a natural-language requirement and carries the work through onboarding, approvals, specs, slices, execution, commits, PR, merge cleanup, and project context documentation.
|
|
11
|
+
|
|
12
|
+
The most important gap is not only execution. It is that Quiver must own the state of the workflow so a human and multiple agents do not rely on chat memory, pasted prompts, or manual reconstruction of context.
|
|
13
|
+
|
|
14
|
+
## Objective
|
|
15
|
+
|
|
16
|
+
Turn Quiver into a production-ready AI-first lifecycle orchestrator for WDD + SDD:
|
|
17
|
+
|
|
18
|
+
- prepare project onboarding documentation with AI for new and existing projects;
|
|
19
|
+
- run planner and executor flows through explicit human approval gates;
|
|
20
|
+
- persist state, approvals, prompts, versions, logs, and evidence under `.quiver/`;
|
|
21
|
+
- generate specs, slices, handoffs, execution plans, and PR body from approved plans;
|
|
22
|
+
- execute slices with minimal context and controlled write scope;
|
|
23
|
+
- support worktree-per-spec, one commit per slice, PR creation, post-merge cleanup, validation, and migration;
|
|
24
|
+
- keep command behavior clear across `npx create-quiver`, local `quiver`, and generated `quiver:*` scripts.
|
|
25
|
+
|
|
26
|
+
## Context
|
|
27
|
+
|
|
28
|
+
This spec is based on approved acceptance criteria and a production-readiness review performed during Quiver dogfooding. It extends the work already delivered by:
|
|
29
|
+
|
|
30
|
+
- v20 AI CLI Orchestration;
|
|
31
|
+
- v21 AI-First Layout;
|
|
32
|
+
- v22 Guided AI Workflow;
|
|
33
|
+
- v23 Guided Flow Productization;
|
|
34
|
+
- v24 DX Onboarding Hardening.
|
|
35
|
+
|
|
36
|
+
The spec does not assume that every AI provider CLI behaves the same. It requires adapter contracts, prompt-only mode, dry-runs, phase locks, and safe persistence before deeper automation.
|
|
37
|
+
|
|
38
|
+
## Core Decisions
|
|
39
|
+
|
|
40
|
+
- `npx create-quiver` remains the canonical bootstrap command.
|
|
41
|
+
- `quiver` remains a local installed alias to the same CLI behavior, not a replacement for bootstrap.
|
|
42
|
+
- Generated `quiver:*` npm scripts remain the repeatable project workflow surface.
|
|
43
|
+
- `ai` is the canonical command namespace. `ia` may be added only as an alias if it does not increase ambiguity.
|
|
44
|
+
- `slice-00` is mandatory for every generated spec and must publish the planning package before implementation starts.
|
|
45
|
+
- State that drives execution lives under `.quiver/`; versionable delivery artifacts live under `specs/<spec-slug>/` and project docs under `docs/`.
|
|
46
|
+
- Agent profiles must not store API keys, tokens, or credentials.
|
|
47
|
+
- Documentation generated by AI must never silently overwrite human content.
|
|
48
|
+
- Automatic agent execution must be optional; prompt-only mode must remain available.
|
|
49
|
+
- Human approval gates are part of the product contract and cannot be bypassed silently.
|
|
50
|
+
|
|
51
|
+
## Scope
|
|
52
|
+
|
|
53
|
+
### Included
|
|
54
|
+
|
|
55
|
+
- CLI contract and compatibility across `create-quiver`, local `quiver`, and generated scripts.
|
|
56
|
+
- Strict run state machine with phase validation, resume/status, approvals, and locks.
|
|
57
|
+
- Safe AI-assisted onboarding docs for new, existing, and older Quiver projects.
|
|
58
|
+
- Agent profiles and provider CLI adapters for planner, executor, reviewer, and doctor roles.
|
|
59
|
+
- Approval gates for acceptance criteria, technical plan, production review, spec generation, and execution.
|
|
60
|
+
- Spec, slice, handoff, PR body, evidence, command log, and execution-plan generation.
|
|
61
|
+
- Slice dependency planning, execution waves, parallel-safety checks, and file conflict checks.
|
|
62
|
+
- Controlled slice execution with minimal context, allowed write paths, closure updates, evidence, and one commit per slice.
|
|
63
|
+
- Worktree-per-spec lifecycle, GitHub CLI preflight, SSH alias guidance, PR creation, and post-merge cleanup.
|
|
64
|
+
- Actionable errors, dry-run behavior, redaction, fixture coverage, version checks, migration, export, and visual/dashboard-friendly output.
|
|
65
|
+
|
|
66
|
+
### Excluded
|
|
67
|
+
|
|
68
|
+
- Building a large web IDE into the core package.
|
|
69
|
+
- Silent installation of AI provider CLIs, GitHub credentials, SSH keys, or secrets.
|
|
70
|
+
- Storing provider credentials in `.quiver/agents/profiles.json`.
|
|
71
|
+
- Automatically merging PRs.
|
|
72
|
+
- Replacing Git, GitHub CLI, npm, or provider CLIs.
|
|
73
|
+
- Provider API billing, pricing, or account management.
|
|
74
|
+
- Shipping a package release as part of this spec.
|
|
75
|
+
|
|
76
|
+
## Acceptance Criteria
|
|
77
|
+
|
|
78
|
+
### Project onboarding
|
|
79
|
+
|
|
80
|
+
1. Given a new project without Quiver docs, when AI onboarding generation runs, then Quiver creates the base docs and fills what it can infer from stack, scripts, and structure.
|
|
81
|
+
2. Given an existing project with partial or missing docs, when AI onboarding generation runs, then Quiver updates docs such as `docs/CONTEXTO.md`, `docs/WORKFLOW.md`, `docs/ARCHITECTURE.md`, `docs/STATUS.md`, `docs/INDEX.md`, `docs/AI_CONTEXT.md`, and `docs/PROJECT_MAP.md` without deleting useful human content.
|
|
82
|
+
3. Given Quiver cannot infer a project rule, when docs are generated, then the statement is marked as `TODO`, `Assumption`, or `Pending confirmation`.
|
|
83
|
+
4. Given onboarding generation runs with `--dry-run`, then no files are changed and Quiver reports proposed creates, updates, diffs, assumptions, and risks.
|
|
84
|
+
5. Given onboarding generation writes docs, then Quiver stores a snapshot of touched files under `.quiver/runs/<run-id>/snapshots/`.
|
|
85
|
+
6. Given generated docs conflict with existing code, scripts, or docs, then Quiver reports the conflict and does not silently resolve it.
|
|
86
|
+
|
|
87
|
+
### AI-first planner flow
|
|
88
|
+
|
|
89
|
+
7. Given a natural-language requirement, when `ai spec create` starts, then Quiver creates a run and stores the original requirement.
|
|
90
|
+
8. Given a planner profile exists, when the planner phase runs, then Quiver invokes or prints the planner prompt with minimum required context.
|
|
91
|
+
9. Given the planner completes acceptance criteria, then Quiver stores a versioned draft for human review.
|
|
92
|
+
10. Given criteria are not approved, when the user requests a revision, then Quiver stores a new version and does not advance phase.
|
|
93
|
+
11. Given criteria are approved, when the human approves a concrete version, then Quiver unlocks technical-plan generation.
|
|
94
|
+
12. Given the technical plan is generated, then Quiver stores a versioned draft for review.
|
|
95
|
+
13. Given the plan is not approved, when the user requests a revision, then Quiver stores a new version and does not create specs or slices.
|
|
96
|
+
14. Given the plan is approved, when spec generation runs, then Quiver generates the versionable planning artifacts.
|
|
97
|
+
|
|
98
|
+
### State, phases, and locks
|
|
99
|
+
|
|
100
|
+
15. Given a run exists, when `ai status` runs, then Quiver reports run id, current phase, approved versions, next allowed command, blockers, and artifact locations.
|
|
101
|
+
16. Given a run is interrupted, when `ai resume` runs, then Quiver resumes from the last valid phase without chat memory.
|
|
102
|
+
17. Given a command belongs to a future phase, when it runs early, then Quiver blocks it and prints the valid next command.
|
|
103
|
+
18. Given a run or slice is already locked, when another process tries to mutate it, then Quiver blocks the operation or explains safe lock recovery.
|
|
104
|
+
19. Given a stale lock exists, when lock recovery is requested, then Quiver shows lock metadata before removing it.
|
|
105
|
+
|
|
106
|
+
### Specs, slices, and handoffs
|
|
107
|
+
|
|
108
|
+
20. Given an approved plan, when spec generation runs, then Quiver creates `SPEC.md`, `STATUS.md`, `EVIDENCE_REPORT.md`, `EXECUTION_PLAN.md`, `pr.md`, and slice folders.
|
|
109
|
+
21. Given a spec is generated, then `slice-00` is always present and is the only slice allowed to publish the planning package before implementation.
|
|
110
|
+
22. Given each slice is generated, then it has `slice.json`, `EXECUTION_BRIEF.md`, and `CLOSURE_BRIEF.md`.
|
|
111
|
+
23. Given slices have dependencies, when validation runs, then Quiver detects missing references, cycles, invalid formats, and unsafe parallel execution.
|
|
112
|
+
24. Given a slice declares file scope, when it closes, then Quiver validates that modified files are within allowed write paths or reports risk.
|
|
113
|
+
|
|
114
|
+
### Slice execution
|
|
115
|
+
|
|
116
|
+
25. Given a ready slice, when execution starts, then Quiver verifies the correct worktree, clean working tree, valid dependency state, and agent profile.
|
|
117
|
+
26. Given an executor prompt is produced, then it contains only slice objective, required excerpts, declared files, constraints, criteria, output contract, and validation commands.
|
|
118
|
+
27. Given a slice completes, then Quiver updates `CLOSURE_BRIEF.md`, evidence, command log, status, and decision history.
|
|
119
|
+
28. Given a slice passed validation, when commit is requested, then Quiver creates one commit associated with that slice and refuses mixed unrelated changes.
|
|
120
|
+
|
|
121
|
+
### Worktrees, PRs, and GitHub
|
|
122
|
+
|
|
123
|
+
29. Given a spec starts execution, then Quiver can create or validate a dedicated worktree and branch.
|
|
124
|
+
30. Given a worktree, branch, or PR already exists, then Quiver reports the current state and offers safe recovery instead of duplicating it.
|
|
125
|
+
31. Given PR creation runs, then Quiver validates `gh`, authentication, remote, branch, SSH alias guidance, PR body, and open slices before creating the PR.
|
|
126
|
+
32. Given a PR was merged, when spec close runs, then Quiver guides worktree removal, local pull, and final validation.
|
|
127
|
+
|
|
128
|
+
### CLI, validation, and release safety
|
|
129
|
+
|
|
130
|
+
33. Given `npx create-quiver --version` or local `quiver --version` runs, then it prints the installed version without error.
|
|
131
|
+
34. Given inspection commands run, then `status`, `specs list`, `slices list`, `inspect`, and `trace report` provide actionable state.
|
|
132
|
+
35. Given export runs, then Quiver emits specs and slices as JSON and Markdown suitable for dashboards and agents.
|
|
133
|
+
36. Given a command fails, then the error states what failed, why it matters, how to fix it, and the next command.
|
|
134
|
+
37. Given a write-capable command supports `--dry-run`, then it does not modify files and shows planned changes.
|
|
135
|
+
38. Given logs or evidence contain likely secrets, then Quiver redacts common token, key, auth header, npm, GitHub, and environment-value patterns before writing.
|
|
136
|
+
39. Given fixtures run, then they cover new project, existing project, older Quiver project, monorepo, no git, dirty git, no `gh`, path with spaces, docs contradiction, and missing agent profile.
|
|
137
|
+
40. Given release validation runs, then package smoke verifies local version, npm-visible version when network is available, installed version, changelog, tag expectations, and tarball safety.
|
|
138
|
+
|
|
139
|
+
## Technical Plan
|
|
140
|
+
|
|
141
|
+
Implement the lifecycle in small, independently reviewable slices:
|
|
142
|
+
|
|
143
|
+
1. Publish the v25 documentation foundation.
|
|
144
|
+
2. Stabilize command contracts before adding more behavior.
|
|
145
|
+
3. Add run state, phase gates, approvals, and locks.
|
|
146
|
+
4. Add safe onboarding doc generation.
|
|
147
|
+
5. Add agent profiles and adapter contracts.
|
|
148
|
+
6. Add approval gates for criteria and technical plans.
|
|
149
|
+
7. Generate specs, slices, handoffs, and PR body from approved plans.
|
|
150
|
+
8. Generate execution plans and detect parallel safety.
|
|
151
|
+
9. Execute slices with minimal context, scope validation, closure, and evidence.
|
|
152
|
+
10. Add worktree, commit, PR, and close lifecycle.
|
|
153
|
+
11. Harden errors, fixtures, redaction, and cross-platform validation.
|
|
154
|
+
12. Add export, visualization-friendly outputs, and migration support.
|
|
155
|
+
|
|
156
|
+
## Run State Model
|
|
157
|
+
|
|
158
|
+
The minimum phase model is:
|
|
159
|
+
|
|
160
|
+
```text
|
|
161
|
+
created
|
|
162
|
+
→ onboarding-ready
|
|
163
|
+
→ acceptance-draft
|
|
164
|
+
→ acceptance-approved
|
|
165
|
+
→ technical-plan-draft
|
|
166
|
+
→ technical-plan-reviewed
|
|
167
|
+
→ technical-plan-approved
|
|
168
|
+
→ spec-generated
|
|
169
|
+
→ execution-plan-generated
|
|
170
|
+
→ slice-executing
|
|
171
|
+
→ pr-ready
|
|
172
|
+
→ closed
|
|
173
|
+
```
|
|
174
|
+
|
|
175
|
+
Every mutating command must validate that it is allowed in the current phase.
|
|
176
|
+
|
|
177
|
+
## Artifact Model
|
|
178
|
+
|
|
179
|
+
Runtime state:
|
|
180
|
+
|
|
181
|
+
```text
|
|
182
|
+
.quiver/runs/<run-id>/
|
|
183
|
+
state.json
|
|
184
|
+
approvals.json
|
|
185
|
+
requirement.md
|
|
186
|
+
drafts/
|
|
187
|
+
prompts/
|
|
188
|
+
logs/
|
|
189
|
+
snapshots/
|
|
190
|
+
decisions.md
|
|
191
|
+
```
|
|
192
|
+
|
|
193
|
+
Versionable artifacts:
|
|
194
|
+
|
|
195
|
+
```text
|
|
196
|
+
specs/<spec-slug>/
|
|
197
|
+
SPEC.md
|
|
198
|
+
STATUS.md
|
|
199
|
+
EVIDENCE_REPORT.md
|
|
200
|
+
EXECUTION_PLAN.md
|
|
201
|
+
pr.md
|
|
202
|
+
slices/<slice-id>/
|
|
203
|
+
slice.json
|
|
204
|
+
EXECUTION_BRIEF.md
|
|
205
|
+
CLOSURE_BRIEF.md
|
|
206
|
+
```
|
|
207
|
+
|
|
208
|
+
## Slicing Strategy
|
|
209
|
+
|
|
210
|
+
`slice-00` lands first and only publishes the documentation package. Implementation starts with command/state contracts because every later feature depends on predictable commands, persistent state, and phase safety. Automatic provider execution is deliberately placed after prompt-only adapters and approval gates so Quiver can deliver value without requiring provider credentials.
|
|
211
|
+
|
|
212
|
+
## Slice Roadmap
|
|
213
|
+
|
|
214
|
+
| Slice | Title | Status | Dependencies |
|
|
215
|
+
|---|---|---|---|
|
|
216
|
+
| slice-00 | Spec foundation and source-of-truth sync | Completed | none |
|
|
217
|
+
| slice-01 | CLI contract and compatibility | Completed | slice-00 |
|
|
218
|
+
| slice-02 | Run state, phase gates, and locks | Completed | slice-01 |
|
|
219
|
+
| slice-03 | Safe AI onboarding documentation | Completed | slice-02 |
|
|
220
|
+
| slice-04 | Agent profiles and provider adapters | Completed | slice-02 |
|
|
221
|
+
| slice-05 | Approval gates and planner iterations | Completed | slice-02, slice-04 |
|
|
222
|
+
| slice-06 | Spec, slice, handoff, and PR body generation | Completed | slice-05 |
|
|
223
|
+
| slice-07 | Slice execution planning and parallel safety | Completed | slice-06 |
|
|
224
|
+
| slice-08 | Controlled slice execution and evidence | Planned | slice-07 |
|
|
225
|
+
| slice-09 | Git worktree, commit, PR, and close lifecycle | Planned | slice-08 |
|
|
226
|
+
| slice-10 | Validation, actionable errors, redaction, and fixtures | Planned | slice-01, slice-02, slice-08 |
|
|
227
|
+
| slice-11 | Export, dashboard-friendly output, and migration | Planned | slice-07, slice-10 |
|
|
228
|
+
|
|
229
|
+
## Risks
|
|
230
|
+
|
|
231
|
+
- Provider CLI behavior can drift across tools and versions.
|
|
232
|
+
- AI-generated documentation can overstate confidence.
|
|
233
|
+
- Concurrent agents can corrupt run state without locks.
|
|
234
|
+
- Worktrees and commits can mix unrelated changes if scope is not enforced.
|
|
235
|
+
- Secret redaction is best-effort and cannot replace careful user handling.
|
|
236
|
+
- A large command surface can hurt first-use clarity unless `flow`, `status`, and error messages stay focused.
|
|
237
|
+
|
|
238
|
+
## Open Questions
|
|
239
|
+
|
|
240
|
+
- Whether `ia` should ship as an alias for `ai`, or remain documentation-only for Spanish examples.
|
|
241
|
+
- Whether automatic provider execution should be enabled in the first implementation pass or remain prompt-only until dogfooded.
|
|
242
|
+
- Whether a static HTML export is enough for visualization, or a companion package will be needed later.
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# Status - Quiver v25 AI-First Lifecycle Orchestrator
|
|
2
|
+
|
|
3
|
+
**Overall status:** Completed and published in `create-quiver@0.12.0`
|
|
4
|
+
**Created:** 2026-05-22
|
|
5
|
+
**Current slice:** slice-11 completed
|
|
6
|
+
|
|
7
|
+
## Summary
|
|
8
|
+
|
|
9
|
+
The v25 implementation slices are complete. The CLI contract, run state, safe onboarding docs, provider profile adapter contract, planner approval gates, generated spec/slice artifact contract, execution planning safety, controlled slice execution closure, Git/worktree/PR lifecycle hardening, validation fixture hardening, lifecycle export, dashboard-friendly state, and migration dry-run support are implemented.
|
|
10
|
+
|
|
11
|
+
## Slice Status
|
|
12
|
+
|
|
13
|
+
| Slice | Status | Notes |
|
|
14
|
+
|---|---|---|
|
|
15
|
+
| slice-00-spec-foundation | Completed | Planning artifacts created. |
|
|
16
|
+
| slice-01-cli-contract-compatibility | Completed | Top-level version handling, CLI contract tests, and docs added. |
|
|
17
|
+
| slice-02-run-state-phase-locks | Completed | Persistent runs, status/resume, phase helpers, approval metadata, and locks added. |
|
|
18
|
+
| slice-03-safe-ai-onboarding-docs | Completed | Docs-only context prep now supports broader onboarding docs, dry-run diffs, snapshots, human-content preservation, and contradiction reporting. |
|
|
19
|
+
| slice-04-agent-profiles-adapters | Completed | Doctor profile, prompt-only output, redacted provider output, focused tests, and docs added. |
|
|
20
|
+
| slice-05-approval-gates | Completed | Versioned drafts, `ai revise`, explicit `--version` approval, technical-plan review gate, flow guidance, docs, and tests added. |
|
|
21
|
+
| slice-06-spec-slice-generator | Completed | Generated slice JSON and execution briefs now include read paths, allowed write paths, validation hints, dependency data, and parallel safety. |
|
|
22
|
+
| slice-07-slice-execution-planner | Completed | Execution waves now use generated allowed write paths for conflicts and expose scope metadata in JSON. |
|
|
23
|
+
| slice-08-controlled-slice-execution | Completed | Direct slice execution now validates branch/worktree, scope, writes closure/evidence/status artifacts, and redacts logs. |
|
|
24
|
+
| slice-09-git-worktree-pr-lifecycle | Completed | Spec worktree dry-run, commit cleanliness, PR alias/body/open-slice preflight, and close guidance hardened. |
|
|
25
|
+
| slice-10-validation-errors-fixtures | Completed | Actionable errors, doctor environment warnings, fixture matrix, and smoke coverage added. |
|
|
26
|
+
| slice-11-export-dashboard-migration | Completed | AI inspection/export/list/trace surfaces, dashboard-friendly state, migration dry-run, docs, parser hardening, and tests added. |
|
|
27
|
+
|
|
28
|
+
## Current Blockers
|
|
29
|
+
|
|
30
|
+
- None for v25.
|
|
31
|
+
- Post-release smoke findings were promoted to `specs/quiver-v26-0121-smoke-hardening/`.
|
|
32
|
+
|
|
33
|
+
## Next Step
|
|
34
|
+
|
|
35
|
+
Use v26 for the `0.12.1` smoke hardening hotfix before using the published package for the next real dogfooding project.
|