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,369 @@
|
|
|
1
|
+
const fs = require('node:fs');
|
|
2
|
+
const path = require('node:path');
|
|
3
|
+
|
|
4
|
+
const { quiverInternalPaths } = require('./init-layout');
|
|
5
|
+
|
|
6
|
+
const PLANNER_APPROVAL_PHASES = Object.freeze(['acceptance', 'technical-plan']);
|
|
7
|
+
const APPROVAL_DEPENDENCIES = Object.freeze({
|
|
8
|
+
acceptance: null,
|
|
9
|
+
'technical-plan': 'acceptance',
|
|
10
|
+
spec: 'technical-plan',
|
|
11
|
+
});
|
|
12
|
+
|
|
13
|
+
function formatError(message) {
|
|
14
|
+
return `create-quiver: ${message}`;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
function normalizePhase(phase) {
|
|
18
|
+
const normalized = String(phase || '').trim().toLowerCase();
|
|
19
|
+
if (!Object.prototype.hasOwnProperty.call(APPROVAL_DEPENDENCIES, normalized)) {
|
|
20
|
+
throw new Error(formatError(`unsupported approval phase '${phase}'`));
|
|
21
|
+
}
|
|
22
|
+
return normalized;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
function approvalRoot(projectRoot, phase) {
|
|
26
|
+
return path.join(quiverInternalPaths(projectRoot).root, 'approvals', normalizePhase(phase));
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
function approvalDraftPath(projectRoot, phase) {
|
|
30
|
+
return path.join(approvalRoot(projectRoot, phase), 'draft.md');
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
function approvalDraftsDir(projectRoot, phase) {
|
|
34
|
+
return path.join(approvalRoot(projectRoot, phase), 'drafts');
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
function approvalDraftVersionPath(projectRoot, phase, version) {
|
|
38
|
+
const padded = String(version).padStart(3, '0');
|
|
39
|
+
return path.join(approvalDraftsDir(projectRoot, phase), `${padded}.md`);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
function approvalApprovedPath(projectRoot, phase) {
|
|
43
|
+
return path.join(approvalRoot(projectRoot, phase), 'approved.md');
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
function approvalMetaPath(projectRoot, phase) {
|
|
47
|
+
return path.join(approvalRoot(projectRoot, phase), 'meta.json');
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
function ensureDir(dirPath) {
|
|
51
|
+
fs.mkdirSync(dirPath, { recursive: true });
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
function toRelativePosix(root, filePath) {
|
|
55
|
+
return path.relative(root, filePath).split(path.sep).join('/');
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
function readTextFile(filePath) {
|
|
59
|
+
if (!fs.existsSync(filePath)) {
|
|
60
|
+
throw new Error(formatError(`missing approval input file: ${filePath}`));
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
return fs.readFileSync(filePath, 'utf8');
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
function readApprovalMeta(projectRoot, phase) {
|
|
67
|
+
const metaPath = approvalMetaPath(projectRoot, phase);
|
|
68
|
+
if (!fs.existsSync(metaPath)) {
|
|
69
|
+
return null;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
try {
|
|
73
|
+
return JSON.parse(fs.readFileSync(metaPath, 'utf8'));
|
|
74
|
+
} catch (error) {
|
|
75
|
+
throw new Error(formatError(`invalid approval metadata at ${toRelativePosix(projectRoot, metaPath)}: ${error.message}`));
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
function normalizeDrafts(meta) {
|
|
80
|
+
return Array.isArray(meta?.drafts) ? meta.drafts.filter((item) => item && typeof item === 'object') : [];
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
function nextDraftVersion(meta) {
|
|
84
|
+
const versions = normalizeDrafts(meta)
|
|
85
|
+
.map((item) => Number(item.version))
|
|
86
|
+
.filter((value) => Number.isInteger(value) && value > 0);
|
|
87
|
+
return versions.length > 0 ? Math.max(...versions) + 1 : 1;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
function findDraftVersion(meta, version) {
|
|
91
|
+
const parsed = Number(version);
|
|
92
|
+
if (!Number.isInteger(parsed) || parsed <= 0) {
|
|
93
|
+
throw new Error(formatError(`invalid draft version: ${version}`));
|
|
94
|
+
}
|
|
95
|
+
return normalizeDrafts(meta).find((item) => Number(item.version) === parsed) || null;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
function latestDraftVersion(meta) {
|
|
99
|
+
const draftVersion = Number(meta?.draft?.version || 0);
|
|
100
|
+
if (Number.isInteger(draftVersion) && draftVersion > 0) {
|
|
101
|
+
return draftVersion;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
const versions = normalizeDrafts(meta)
|
|
105
|
+
.map((item) => Number(item.version))
|
|
106
|
+
.filter((value) => Number.isInteger(value) && value > 0);
|
|
107
|
+
return versions.length > 0 ? Math.max(...versions) : null;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
function readPhaseApproval(projectRoot, phase) {
|
|
111
|
+
const normalizedPhase = normalizePhase(phase);
|
|
112
|
+
const draftPath = approvalDraftPath(projectRoot, normalizedPhase);
|
|
113
|
+
const approvedPath = approvalApprovedPath(projectRoot, normalizedPhase);
|
|
114
|
+
const meta = readApprovalMeta(projectRoot, normalizedPhase);
|
|
115
|
+
|
|
116
|
+
if (!meta && !fs.existsSync(draftPath) && !fs.existsSync(approvedPath)) {
|
|
117
|
+
return {
|
|
118
|
+
phase: normalizedPhase,
|
|
119
|
+
status: 'missing',
|
|
120
|
+
draft: null,
|
|
121
|
+
approved: null,
|
|
122
|
+
meta: null,
|
|
123
|
+
};
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
const draft = fs.existsSync(draftPath)
|
|
127
|
+
? {
|
|
128
|
+
path: toRelativePosix(projectRoot, draftPath),
|
|
129
|
+
contents: fs.readFileSync(draftPath, 'utf8'),
|
|
130
|
+
}
|
|
131
|
+
: null;
|
|
132
|
+
const approved = fs.existsSync(approvedPath)
|
|
133
|
+
? {
|
|
134
|
+
path: toRelativePosix(projectRoot, approvedPath),
|
|
135
|
+
contents: fs.readFileSync(approvedPath, 'utf8'),
|
|
136
|
+
}
|
|
137
|
+
: null;
|
|
138
|
+
|
|
139
|
+
const approvedSource = meta?.approved || null;
|
|
140
|
+
const draftSource = meta?.draft || null;
|
|
141
|
+
const stale = Boolean(
|
|
142
|
+
approvedSource
|
|
143
|
+
&& approvedSource.source_file
|
|
144
|
+
&& !fs.existsSync(path.resolve(projectRoot, approvedSource.source_file))
|
|
145
|
+
&& !approvedSource.source_file.startsWith('.quiver/approvals/'),
|
|
146
|
+
) || Boolean(
|
|
147
|
+
draftSource?.created_at
|
|
148
|
+
&& approvedSource?.approved_at
|
|
149
|
+
&& new Date(draftSource.created_at).getTime() > new Date(approvedSource.approved_at).getTime(),
|
|
150
|
+
) || Boolean(
|
|
151
|
+
draftSource?.version
|
|
152
|
+
&& approvedSource?.version
|
|
153
|
+
&& Number(draftSource.version) > Number(approvedSource.version),
|
|
154
|
+
);
|
|
155
|
+
|
|
156
|
+
let status = 'missing';
|
|
157
|
+
if (approved) {
|
|
158
|
+
status = stale ? 'stale' : 'approved';
|
|
159
|
+
} else if (draft) {
|
|
160
|
+
status = 'draft';
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
return {
|
|
164
|
+
phase: normalizedPhase,
|
|
165
|
+
status,
|
|
166
|
+
draft,
|
|
167
|
+
approved,
|
|
168
|
+
meta,
|
|
169
|
+
};
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
function renderApprovalStatus(report) {
|
|
173
|
+
if (!report || report.status === 'missing') {
|
|
174
|
+
return `missing ${report ? report.phase : 'approval'} approval`;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
if (report.status === 'draft') {
|
|
178
|
+
return `draft ready for ${report.phase}`;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
if (report.status === 'stale') {
|
|
182
|
+
return `stale ${report.phase} approval`;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
return `approved ${report.phase}`;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
function writeApprovalArtifacts(projectRoot, phase, kind, sourceFile, contents, options = {}) {
|
|
189
|
+
const normalizedPhase = normalizePhase(phase);
|
|
190
|
+
const root = approvalRoot(projectRoot, normalizedPhase);
|
|
191
|
+
ensureDir(root);
|
|
192
|
+
|
|
193
|
+
const filePath = kind === 'approved'
|
|
194
|
+
? approvalApprovedPath(projectRoot, normalizedPhase)
|
|
195
|
+
: approvalDraftPath(projectRoot, normalizedPhase);
|
|
196
|
+
const now = new Date().toISOString();
|
|
197
|
+
const current = readApprovalMeta(projectRoot, normalizedPhase) || {};
|
|
198
|
+
const nextMeta = {
|
|
199
|
+
phase: normalizedPhase,
|
|
200
|
+
drafts: normalizeDrafts(current),
|
|
201
|
+
draft: current.draft || null,
|
|
202
|
+
approved: current.approved || null,
|
|
203
|
+
};
|
|
204
|
+
let finalContents = `${contents}`;
|
|
205
|
+
let version = null;
|
|
206
|
+
|
|
207
|
+
if (kind === 'approved' && !options.version) {
|
|
208
|
+
throw new Error(formatError(`${normalizedPhase} approval requires a concrete draft version. Use --version <n>.`));
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
if (kind === 'approved' && options.version) {
|
|
212
|
+
const latestVersion = latestDraftVersion(current);
|
|
213
|
+
const selectedDraft = findDraftVersion(current, options.version);
|
|
214
|
+
if (!selectedDraft) {
|
|
215
|
+
throw new Error(formatError(`missing ${normalizedPhase} draft version ${options.version}`));
|
|
216
|
+
}
|
|
217
|
+
if (latestVersion && Number(selectedDraft.version) !== latestVersion) {
|
|
218
|
+
throw new Error(formatError(`${normalizedPhase} draft version ${options.version} is not current; latest draft version is ${latestVersion}. Approve the latest version or revise again.`));
|
|
219
|
+
}
|
|
220
|
+
const draftPath = path.resolve(projectRoot, selectedDraft.path);
|
|
221
|
+
if (!fs.existsSync(draftPath)) {
|
|
222
|
+
throw new Error(formatError(`missing ${normalizedPhase} draft artifact: ${selectedDraft.path}`));
|
|
223
|
+
}
|
|
224
|
+
finalContents = fs.readFileSync(draftPath, 'utf8');
|
|
225
|
+
sourceFile = selectedDraft.path;
|
|
226
|
+
version = Number(selectedDraft.version);
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
if (kind === 'draft') {
|
|
230
|
+
version = nextDraftVersion(current);
|
|
231
|
+
const versionPath = approvalDraftVersionPath(projectRoot, normalizedPhase, version);
|
|
232
|
+
ensureDir(path.dirname(versionPath));
|
|
233
|
+
fs.writeFileSync(versionPath, finalContents);
|
|
234
|
+
|
|
235
|
+
nextMeta.drafts = nextMeta.drafts.concat({
|
|
236
|
+
version,
|
|
237
|
+
phase: normalizedPhase,
|
|
238
|
+
source_file: toRelativePosix(projectRoot, path.resolve(projectRoot, sourceFile)),
|
|
239
|
+
path: toRelativePosix(projectRoot, versionPath),
|
|
240
|
+
created_at: now,
|
|
241
|
+
});
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
fs.writeFileSync(filePath, finalContents);
|
|
245
|
+
|
|
246
|
+
nextMeta[kind] = {
|
|
247
|
+
phase: normalizedPhase,
|
|
248
|
+
source_file: toRelativePosix(projectRoot, path.resolve(projectRoot, sourceFile)),
|
|
249
|
+
path: toRelativePosix(projectRoot, filePath),
|
|
250
|
+
version,
|
|
251
|
+
created_at: now,
|
|
252
|
+
...(kind === 'approved' ? { approved_at: now } : {}),
|
|
253
|
+
};
|
|
254
|
+
|
|
255
|
+
if (kind === 'draft' && nextMeta.approved && nextMeta.approved.approved_at) {
|
|
256
|
+
nextMeta.approved = {
|
|
257
|
+
...nextMeta.approved,
|
|
258
|
+
};
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
fs.writeFileSync(approvalMetaPath(projectRoot, normalizedPhase), `${JSON.stringify(nextMeta, null, 2)}\n`);
|
|
262
|
+
|
|
263
|
+
return {
|
|
264
|
+
phase: normalizedPhase,
|
|
265
|
+
kind,
|
|
266
|
+
filePath,
|
|
267
|
+
metaPath: approvalMetaPath(projectRoot, normalizedPhase),
|
|
268
|
+
createdAt: now,
|
|
269
|
+
version,
|
|
270
|
+
};
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
function savePlannerDraft(projectRoot, phase, sourceFile, contents) {
|
|
274
|
+
return writeApprovalArtifacts(projectRoot, phase, 'draft', sourceFile, contents);
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
function approvePlannerPhase(projectRoot, phase, sourceFile, contents, options = {}) {
|
|
278
|
+
return writeApprovalArtifacts(projectRoot, phase, 'approved', sourceFile, contents, options);
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
function resolveApprovedPlannerInput(projectRoot, phase, explicitInput) {
|
|
282
|
+
const normalizedPhase = normalizePhase(phase);
|
|
283
|
+
const dependencyPhase = APPROVAL_DEPENDENCIES[normalizedPhase];
|
|
284
|
+
|
|
285
|
+
if (!dependencyPhase) {
|
|
286
|
+
return {
|
|
287
|
+
phase: normalizedPhase,
|
|
288
|
+
inputPath: explicitInput || null,
|
|
289
|
+
approval: null,
|
|
290
|
+
};
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
const approval = readPhaseApproval(projectRoot, dependencyPhase);
|
|
294
|
+
if (approval.status !== 'approved') {
|
|
295
|
+
throw new Error(formatError(`ai plan phase '${normalizedPhase}' requires approved ${dependencyPhase} input; current status: ${approval.status}. Run \`npx create-quiver ai approve --phase ${dependencyPhase} --version <n>\`.`));
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
const approvedPath = approval.approved?.path ? path.resolve(projectRoot, approval.approved.path) : '';
|
|
299
|
+
const approvedSource = approval.meta?.approved?.source_file ? path.resolve(projectRoot, approval.meta.approved.source_file) : '';
|
|
300
|
+
|
|
301
|
+
if (!explicitInput) {
|
|
302
|
+
return {
|
|
303
|
+
phase: normalizedPhase,
|
|
304
|
+
inputPath: approval.approved.path,
|
|
305
|
+
approval,
|
|
306
|
+
};
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
const resolvedExplicit = path.resolve(projectRoot, explicitInput);
|
|
310
|
+
const matchesApprovedArtifact = approvedPath && resolvedExplicit === approvedPath;
|
|
311
|
+
const matchesApprovedSource = approvedSource && resolvedExplicit === approvedSource;
|
|
312
|
+
|
|
313
|
+
if (!matchesApprovedArtifact && !matchesApprovedSource) {
|
|
314
|
+
throw new Error(formatError(`ai plan phase '${normalizedPhase}' requires approved ${dependencyPhase} input; '${explicitInput}' is not the approved source.`));
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
return {
|
|
318
|
+
phase: normalizedPhase,
|
|
319
|
+
inputPath: approval.approved.path,
|
|
320
|
+
approval,
|
|
321
|
+
};
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
function summarizePlannerApproval(projectRoot, phase) {
|
|
325
|
+
const report = readPhaseApproval(projectRoot, phase);
|
|
326
|
+
const lines = [`Phase: ${report.phase}`, `Status: ${report.status}`];
|
|
327
|
+
|
|
328
|
+
if (report.draft) {
|
|
329
|
+
const version = report.meta?.draft?.version ? ` v${report.meta.draft.version}` : '';
|
|
330
|
+
lines.push(`Draft${version}: ${report.draft.path}`);
|
|
331
|
+
}
|
|
332
|
+
const drafts = normalizeDrafts(report.meta);
|
|
333
|
+
if (drafts.length > 0) {
|
|
334
|
+
lines.push('Draft history:');
|
|
335
|
+
for (const draft of drafts) {
|
|
336
|
+
lines.push(`- v${draft.version}: ${draft.path}`);
|
|
337
|
+
}
|
|
338
|
+
}
|
|
339
|
+
if (report.approved) {
|
|
340
|
+
const version = report.meta?.approved?.version ? ` v${report.meta.approved.version}` : '';
|
|
341
|
+
lines.push(`Approved${version}: ${report.approved.path}`);
|
|
342
|
+
}
|
|
343
|
+
if (report.meta?.approved?.source_file) {
|
|
344
|
+
lines.push(`Source file: ${report.meta.approved.source_file}`);
|
|
345
|
+
} else if (report.meta?.draft?.source_file) {
|
|
346
|
+
lines.push(`Source file: ${report.meta.draft.source_file}`);
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
return `${lines.join('\n')}\n`;
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
module.exports = {
|
|
353
|
+
APPROVAL_DEPENDENCIES,
|
|
354
|
+
PLANNER_APPROVAL_PHASES,
|
|
355
|
+
approvalApprovedPath,
|
|
356
|
+
approvalDraftPath,
|
|
357
|
+
approvalDraftsDir,
|
|
358
|
+
approvalDraftVersionPath,
|
|
359
|
+
approvalMetaPath,
|
|
360
|
+
approvePlannerPhase,
|
|
361
|
+
findDraftVersion,
|
|
362
|
+
latestDraftVersion,
|
|
363
|
+
normalizePhase,
|
|
364
|
+
readPhaseApproval,
|
|
365
|
+
renderApprovalStatus,
|
|
366
|
+
resolveApprovedPlannerInput,
|
|
367
|
+
savePlannerDraft,
|
|
368
|
+
summarizePlannerApproval,
|
|
369
|
+
};
|