create-quiver 0.9.1 → 0.12.0

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.
Files changed (245) hide show
  1. package/BACKLOG.md +16 -17
  2. package/CHANGELOG.md +34 -0
  3. package/README.md +419 -330
  4. package/README_FOR_AI.md +93 -56
  5. package/ROADMAP.md +22 -11
  6. package/docs/AI_CONTEXT.md.template +2 -0
  7. package/docs/AI_ONBOARDING_PROMPT.md.template +36 -19
  8. package/docs/COMMANDS.md.template +73 -1
  9. package/docs/CONTEXTO.md.template +2 -0
  10. package/docs/DECISIONS.md.template +1 -0
  11. package/docs/GITFLOW_PR_GUIDE.md.template +11 -0
  12. package/docs/INDEX.md.template +20 -18
  13. package/docs/STANDARD.md.template +1 -1
  14. package/docs/STATUS.md.template +1 -0
  15. package/docs/SUPPORT_MATRIX.md.template +6 -2
  16. package/docs/TROUBLESHOOTING.md.template +79 -1
  17. package/docs/WORKFLOW.md.template +26 -18
  18. package/package.json +24 -2
  19. package/package.template.json +24 -7
  20. package/scripts/check-pr-readiness.sh +1 -1
  21. package/scripts/check-scope.sh +0 -1
  22. package/scripts/check-slice-readiness.sh +3 -4
  23. package/scripts/init-docs.sh +53 -6
  24. package/scripts/package-quiver.sh +18 -2
  25. package/specs/quiver-v20-ai-cli-orchestration/EVIDENCE_REPORT.md +23 -0
  26. package/specs/quiver-v20-ai-cli-orchestration/EXECUTION_PLAN.md +57 -0
  27. package/specs/quiver-v20-ai-cli-orchestration/SPEC.md +202 -0
  28. package/specs/quiver-v20-ai-cli-orchestration/STATUS.md +35 -0
  29. package/specs/quiver-v20-ai-cli-orchestration/pr.md +100 -0
  30. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-00-spec-foundation/CLOSURE_BRIEF.md +30 -0
  31. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-00-spec-foundation/EXECUTION_BRIEF.md +61 -0
  32. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-00-spec-foundation/slice.json +54 -0
  33. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-01-ai-provider-runner/CLOSURE_BRIEF.md +39 -0
  34. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-01-ai-provider-runner/EXECUTION_BRIEF.md +63 -0
  35. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-01-ai-provider-runner/slice.json +55 -0
  36. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-02-context-packs-token-budget/CLOSURE_BRIEF.md +40 -0
  37. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-02-context-packs-token-budget/EXECUTION_BRIEF.md +60 -0
  38. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-02-context-packs-token-budget/slice.json +54 -0
  39. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-03-ai-phase-gated-planner/CLOSURE_BRIEF.md +43 -0
  40. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-03-ai-phase-gated-planner/EXECUTION_BRIEF.md +62 -0
  41. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-03-ai-phase-gated-planner/slice.json +62 -0
  42. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-04-spec-slice-handoff-pr-generation/CLOSURE_BRIEF.md +36 -0
  43. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-04-spec-slice-handoff-pr-generation/EXECUTION_BRIEF.md +63 -0
  44. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-04-spec-slice-handoff-pr-generation/slice.json +59 -0
  45. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-05-execution-plan-parallel-worktrees/CLOSURE_BRIEF.md +32 -0
  46. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-05-execution-plan-parallel-worktrees/EXECUTION_BRIEF.md +61 -0
  47. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-05-execution-plan-parallel-worktrees/slice.json +59 -0
  48. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-06-ai-execute-slice-scope-enforcement/CLOSURE_BRIEF.md +36 -0
  49. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-06-ai-execute-slice-scope-enforcement/EXECUTION_BRIEF.md +64 -0
  50. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-06-ai-execute-slice-scope-enforcement/slice.json +65 -0
  51. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-07-github-pr-preflight/CLOSURE_BRIEF.md +36 -0
  52. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-07-github-pr-preflight/EXECUTION_BRIEF.md +66 -0
  53. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-07-github-pr-preflight/slice.json +63 -0
  54. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-08-docs-smokes-release-readiness/CLOSURE_BRIEF.md +35 -0
  55. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-08-docs-smokes-release-readiness/EXECUTION_BRIEF.md +64 -0
  56. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-08-docs-smokes-release-readiness/slice.json +77 -0
  57. package/specs/quiver-v21-ai-first-layout/EVIDENCE_REPORT.md +31 -0
  58. package/specs/quiver-v21-ai-first-layout/EXECUTION_PLAN.md +185 -0
  59. package/specs/quiver-v21-ai-first-layout/SPEC.md +212 -0
  60. package/specs/quiver-v21-ai-first-layout/STATUS.md +37 -0
  61. package/specs/quiver-v21-ai-first-layout/pr.md +110 -0
  62. package/specs/quiver-v21-ai-first-layout/slices/slice-00-spec-foundation/CLOSURE_BRIEF.md +30 -0
  63. package/specs/quiver-v21-ai-first-layout/slices/slice-00-spec-foundation/EXECUTION_BRIEF.md +63 -0
  64. package/specs/quiver-v21-ai-first-layout/slices/slice-00-spec-foundation/slice.json +45 -0
  65. package/specs/quiver-v21-ai-first-layout/slices/slice-01-init-profiles-dry-run/CLOSURE_BRIEF.md +31 -0
  66. package/specs/quiver-v21-ai-first-layout/slices/slice-01-init-profiles-dry-run/EXECUTION_BRIEF.md +59 -0
  67. package/specs/quiver-v21-ai-first-layout/slices/slice-01-init-profiles-dry-run/slice.json +57 -0
  68. package/specs/quiver-v21-ai-first-layout/slices/slice-02-internal-layout-template-resolver/CLOSURE_BRIEF.md +32 -0
  69. package/specs/quiver-v21-ai-first-layout/slices/slice-02-internal-layout-template-resolver/EXECUTION_BRIEF.md +60 -0
  70. package/specs/quiver-v21-ai-first-layout/slices/slice-02-internal-layout-template-resolver/slice.json +58 -0
  71. package/specs/quiver-v21-ai-first-layout/slices/slice-03-generation-profiles-visible-contract/CLOSURE_BRIEF.md +34 -0
  72. package/specs/quiver-v21-ai-first-layout/slices/slice-03-generation-profiles-visible-contract/EXECUTION_BRIEF.md +61 -0
  73. package/specs/quiver-v21-ai-first-layout/slices/slice-03-generation-profiles-visible-contract/slice.json +64 -0
  74. package/specs/quiver-v21-ai-first-layout/slices/slice-04-analyze-scan-relocation/CLOSURE_BRIEF.md +32 -0
  75. package/specs/quiver-v21-ai-first-layout/slices/slice-04-analyze-scan-relocation/EXECUTION_BRIEF.md +58 -0
  76. package/specs/quiver-v21-ai-first-layout/slices/slice-04-analyze-scan-relocation/slice.json +64 -0
  77. package/specs/quiver-v21-ai-first-layout/slices/slice-05-empty-specs-layout-doctor/CLOSURE_BRIEF.md +32 -0
  78. package/specs/quiver-v21-ai-first-layout/slices/slice-05-empty-specs-layout-doctor/EXECUTION_BRIEF.md +60 -0
  79. package/specs/quiver-v21-ai-first-layout/slices/slice-05-empty-specs-layout-doctor/slice.json +65 -0
  80. package/specs/quiver-v21-ai-first-layout/slices/slice-06-legacy-migration-optional-assets/CLOSURE_BRIEF.md +31 -0
  81. package/specs/quiver-v21-ai-first-layout/slices/slice-06-legacy-migration-optional-assets/EXECUTION_BRIEF.md +62 -0
  82. package/specs/quiver-v21-ai-first-layout/slices/slice-06-legacy-migration-optional-assets/slice.json +66 -0
  83. package/specs/quiver-v21-ai-first-layout/slices/slice-07-docs-guidance-alignment/CLOSURE_BRIEF.md +33 -0
  84. package/specs/quiver-v21-ai-first-layout/slices/slice-07-docs-guidance-alignment/EXECUTION_BRIEF.md +61 -0
  85. package/specs/quiver-v21-ai-first-layout/slices/slice-07-docs-guidance-alignment/slice.json +67 -0
  86. package/specs/quiver-v21-ai-first-layout/slices/slice-08-smokes-release-readiness/CLOSURE_BRIEF.md +35 -0
  87. package/specs/quiver-v21-ai-first-layout/slices/slice-08-smokes-release-readiness/EXECUTION_BRIEF.md +66 -0
  88. package/specs/quiver-v21-ai-first-layout/slices/slice-08-smokes-release-readiness/slice.json +62 -0
  89. package/specs/quiver-v22-guided-ai-workflow/EVIDENCE_REPORT.md +58 -0
  90. package/specs/quiver-v22-guided-ai-workflow/EXECUTION_PLAN.md +88 -0
  91. package/specs/quiver-v22-guided-ai-workflow/SPEC.md +228 -0
  92. package/specs/quiver-v22-guided-ai-workflow/STATUS.md +42 -0
  93. package/specs/quiver-v22-guided-ai-workflow/pr.md +104 -0
  94. package/specs/quiver-v22-guided-ai-workflow/slices/slice-00-spec-foundation/CLOSURE_BRIEF.md +35 -0
  95. package/specs/quiver-v22-guided-ai-workflow/slices/slice-00-spec-foundation/EXECUTION_BRIEF.md +61 -0
  96. package/specs/quiver-v22-guided-ai-workflow/slices/slice-00-spec-foundation/slice.json +51 -0
  97. package/specs/quiver-v22-guided-ai-workflow/slices/slice-01-docs-source-of-truth-sync/CLOSURE_BRIEF.md +31 -0
  98. package/specs/quiver-v22-guided-ai-workflow/slices/slice-01-docs-source-of-truth-sync/EXECUTION_BRIEF.md +58 -0
  99. package/specs/quiver-v22-guided-ai-workflow/slices/slice-01-docs-source-of-truth-sync/slice.json +55 -0
  100. package/specs/quiver-v22-guided-ai-workflow/slices/slice-02-prepare-command-diagnostics/CLOSURE_BRIEF.md +30 -0
  101. package/specs/quiver-v22-guided-ai-workflow/slices/slice-02-prepare-command-diagnostics/EXECUTION_BRIEF.md +57 -0
  102. package/specs/quiver-v22-guided-ai-workflow/slices/slice-02-prepare-command-diagnostics/slice.json +57 -0
  103. package/specs/quiver-v22-guided-ai-workflow/slices/slice-03-context-doc-refresh/CLOSURE_BRIEF.md +32 -0
  104. package/specs/quiver-v22-guided-ai-workflow/slices/slice-03-context-doc-refresh/EXECUTION_BRIEF.md +56 -0
  105. package/specs/quiver-v22-guided-ai-workflow/slices/slice-03-context-doc-refresh/slice.json +56 -0
  106. package/specs/quiver-v22-guided-ai-workflow/slices/slice-04-planner-approval-state/CLOSURE_BRIEF.md +33 -0
  107. package/specs/quiver-v22-guided-ai-workflow/slices/slice-04-planner-approval-state/EXECUTION_BRIEF.md +56 -0
  108. package/specs/quiver-v22-guided-ai-workflow/slices/slice-04-planner-approval-state/slice.json +58 -0
  109. package/specs/quiver-v22-guided-ai-workflow/slices/slice-05-spec-worktree-lifecycle/CLOSURE_BRIEF.md +32 -0
  110. package/specs/quiver-v22-guided-ai-workflow/slices/slice-05-spec-worktree-lifecycle/EXECUTION_BRIEF.md +56 -0
  111. package/specs/quiver-v22-guided-ai-workflow/slices/slice-05-spec-worktree-lifecycle/slice.json +54 -0
  112. package/specs/quiver-v22-guided-ai-workflow/slices/slice-06-executor-commit-recovery/CLOSURE_BRIEF.md +32 -0
  113. package/specs/quiver-v22-guided-ai-workflow/slices/slice-06-executor-commit-recovery/EXECUTION_BRIEF.md +58 -0
  114. package/specs/quiver-v22-guided-ai-workflow/slices/slice-06-executor-commit-recovery/slice.json +57 -0
  115. package/specs/quiver-v22-guided-ai-workflow/slices/slice-07-execution-waves-delegation/CLOSURE_BRIEF.md +32 -0
  116. package/specs/quiver-v22-guided-ai-workflow/slices/slice-07-execution-waves-delegation/EXECUTION_BRIEF.md +58 -0
  117. package/specs/quiver-v22-guided-ai-workflow/slices/slice-07-execution-waves-delegation/slice.json +55 -0
  118. package/specs/quiver-v22-guided-ai-workflow/slices/slice-08-pr-create-gh-ssh/CLOSURE_BRIEF.md +32 -0
  119. package/specs/quiver-v22-guided-ai-workflow/slices/slice-08-pr-create-gh-ssh/EXECUTION_BRIEF.md +58 -0
  120. package/specs/quiver-v22-guided-ai-workflow/slices/slice-08-pr-create-gh-ssh/slice.json +53 -0
  121. package/specs/quiver-v22-guided-ai-workflow/slices/slice-09-post-merge-cleanup-release-safety/CLOSURE_BRIEF.md +33 -0
  122. package/specs/quiver-v22-guided-ai-workflow/slices/slice-09-post-merge-cleanup-release-safety/EXECUTION_BRIEF.md +59 -0
  123. package/specs/quiver-v22-guided-ai-workflow/slices/slice-09-post-merge-cleanup-release-safety/slice.json +59 -0
  124. package/specs/quiver-v22-guided-ai-workflow/slices/slice-10-docs-smokes-release-readiness/CLOSURE_BRIEF.md +34 -0
  125. package/specs/quiver-v22-guided-ai-workflow/slices/slice-10-docs-smokes-release-readiness/EXECUTION_BRIEF.md +58 -0
  126. package/specs/quiver-v22-guided-ai-workflow/slices/slice-10-docs-smokes-release-readiness/slice.json +60 -0
  127. package/specs/quiver-v23-guided-flow-productization/EVIDENCE_REPORT.md +80 -0
  128. package/specs/quiver-v23-guided-flow-productization/EXECUTION_PLAN.md +80 -0
  129. package/specs/quiver-v23-guided-flow-productization/SPEC.md +203 -0
  130. package/specs/quiver-v23-guided-flow-productization/STATUS.md +39 -0
  131. package/specs/quiver-v23-guided-flow-productization/pr.md +119 -0
  132. package/specs/quiver-v23-guided-flow-productization/slices/slice-00-spec-foundation/CLOSURE_BRIEF.md +30 -0
  133. package/specs/quiver-v23-guided-flow-productization/slices/slice-00-spec-foundation/EXECUTION_BRIEF.md +61 -0
  134. package/specs/quiver-v23-guided-flow-productization/slices/slice-00-spec-foundation/slice.json +51 -0
  135. package/specs/quiver-v23-guided-flow-productization/slices/slice-01-short-command-and-flow-entrypoint/CLOSURE_BRIEF.md +33 -0
  136. package/specs/quiver-v23-guided-flow-productization/slices/slice-01-short-command-and-flow-entrypoint/EXECUTION_BRIEF.md +35 -0
  137. package/specs/quiver-v23-guided-flow-productization/slices/slice-01-short-command-and-flow-entrypoint/slice.json +56 -0
  138. package/specs/quiver-v23-guided-flow-productization/slices/slice-02-flow-status-wizard/CLOSURE_BRIEF.md +31 -0
  139. package/specs/quiver-v23-guided-flow-productization/slices/slice-02-flow-status-wizard/EXECUTION_BRIEF.md +29 -0
  140. package/specs/quiver-v23-guided-flow-productization/slices/slice-02-flow-status-wizard/slice.json +55 -0
  141. package/specs/quiver-v23-guided-flow-productization/slices/slice-03-agent-profiles/CLOSURE_BRIEF.md +33 -0
  142. package/specs/quiver-v23-guided-flow-productization/slices/slice-03-agent-profiles/EXECUTION_BRIEF.md +29 -0
  143. package/specs/quiver-v23-guided-flow-productization/slices/slice-03-agent-profiles/slice.json +54 -0
  144. package/specs/quiver-v23-guided-flow-productization/slices/slice-04-context-preparation-onboarding/CLOSURE_BRIEF.md +32 -0
  145. package/specs/quiver-v23-guided-flow-productization/slices/slice-04-context-preparation-onboarding/EXECUTION_BRIEF.md +30 -0
  146. package/specs/quiver-v23-guided-flow-productization/slices/slice-04-context-preparation-onboarding/slice.json +59 -0
  147. package/specs/quiver-v23-guided-flow-productization/slices/slice-05-planner-iteration-history/CLOSURE_BRIEF.md +31 -0
  148. package/specs/quiver-v23-guided-flow-productization/slices/slice-05-planner-iteration-history/EXECUTION_BRIEF.md +29 -0
  149. package/specs/quiver-v23-guided-flow-productization/slices/slice-05-planner-iteration-history/slice.json +53 -0
  150. package/specs/quiver-v23-guided-flow-productization/slices/slice-06-production-plan-review/CLOSURE_BRIEF.md +33 -0
  151. package/specs/quiver-v23-guided-flow-productization/slices/slice-06-production-plan-review/EXECUTION_BRIEF.md +30 -0
  152. package/specs/quiver-v23-guided-flow-productization/slices/slice-06-production-plan-review/slice.json +54 -0
  153. package/specs/quiver-v23-guided-flow-productization/slices/slice-07-spec-create-experience/CLOSURE_BRIEF.md +33 -0
  154. package/specs/quiver-v23-guided-flow-productization/slices/slice-07-spec-create-experience/EXECUTION_BRIEF.md +30 -0
  155. package/specs/quiver-v23-guided-flow-productization/slices/slice-07-spec-create-experience/slice.json +55 -0
  156. package/specs/quiver-v23-guided-flow-productization/slices/slice-08-executor-prompt-generation/CLOSURE_BRIEF.md +32 -0
  157. package/specs/quiver-v23-guided-flow-productization/slices/slice-08-executor-prompt-generation/EXECUTION_BRIEF.md +30 -0
  158. package/specs/quiver-v23-guided-flow-productization/slices/slice-08-executor-prompt-generation/slice.json +55 -0
  159. package/specs/quiver-v23-guided-flow-productization/slices/slice-09-delegated-slice-execution/CLOSURE_BRIEF.md +33 -0
  160. package/specs/quiver-v23-guided-flow-productization/slices/slice-09-delegated-slice-execution/EXECUTION_BRIEF.md +34 -0
  161. package/specs/quiver-v23-guided-flow-productization/slices/slice-09-delegated-slice-execution/slice.json +57 -0
  162. package/specs/quiver-v23-guided-flow-productization/slices/slice-10-docs-smokes-release-readiness/CLOSURE_BRIEF.md +33 -0
  163. package/specs/quiver-v23-guided-flow-productization/slices/slice-10-docs-smokes-release-readiness/EXECUTION_BRIEF.md +32 -0
  164. package/specs/quiver-v23-guided-flow-productization/slices/slice-10-docs-smokes-release-readiness/slice.json +63 -0
  165. package/specs/quiver-v24-dx-onboarding-hardening/EVIDENCE_REPORT.md +55 -0
  166. package/specs/quiver-v24-dx-onboarding-hardening/EXECUTION_PLAN.md +43 -0
  167. package/specs/quiver-v24-dx-onboarding-hardening/SPEC.md +149 -0
  168. package/specs/quiver-v24-dx-onboarding-hardening/STATUS.md +31 -0
  169. package/specs/quiver-v24-dx-onboarding-hardening/pr.md +76 -0
  170. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-00-spec-foundation/CLOSURE_BRIEF.md +31 -0
  171. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-00-spec-foundation/EXECUTION_BRIEF.md +52 -0
  172. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-00-spec-foundation/slice.json +51 -0
  173. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-01-init-template-hygiene/CLOSURE_BRIEF.md +38 -0
  174. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-01-init-template-hygiene/EXECUTION_BRIEF.md +53 -0
  175. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-01-init-template-hygiene/slice.json +55 -0
  176. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-02-cli-command-routing-version-errors/CLOSURE_BRIEF.md +33 -0
  177. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-02-cli-command-routing-version-errors/EXECUTION_BRIEF.md +50 -0
  178. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-02-cli-command-routing-version-errors/slice.json +52 -0
  179. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-03-doctor-fix-doc-link-checks/CLOSURE_BRIEF.md +33 -0
  180. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-03-doctor-fix-doc-link-checks/EXECUTION_BRIEF.md +50 -0
  181. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-03-doctor-fix-doc-link-checks/slice.json +53 -0
  182. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-04-prepare-output-ai-context-drafts/CLOSURE_BRIEF.md +33 -0
  183. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-04-prepare-output-ai-context-drafts/EXECUTION_BRIEF.md +50 -0
  184. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-04-prepare-output-ai-context-drafts/slice.json +70 -0
  185. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-05-local-slice-validation-base-guidance/CLOSURE_BRIEF.md +36 -0
  186. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-05-local-slice-validation-base-guidance/EXECUTION_BRIEF.md +49 -0
  187. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-05-local-slice-validation-base-guidance/slice.json +52 -0
  188. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-06-plan-graph-next-history-views/CLOSURE_BRIEF.md +43 -0
  189. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-06-plan-graph-next-history-views/EXECUTION_BRIEF.md +53 -0
  190. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-06-plan-graph-next-history-views/slice.json +60 -0
  191. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-07-analyzer-command-map-hardening/CLOSURE_BRIEF.md +32 -0
  192. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-07-analyzer-command-map-hardening/EXECUTION_BRIEF.md +50 -0
  193. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-07-analyzer-command-map-hardening/slice.json +51 -0
  194. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-08-evidence-run-command/CLOSURE_BRIEF.md +34 -0
  195. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-08-evidence-run-command/EXECUTION_BRIEF.md +52 -0
  196. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-08-evidence-run-command/slice.json +54 -0
  197. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-09-spec-viewer-demo-scaffolding/CLOSURE_BRIEF.md +34 -0
  198. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-09-spec-viewer-demo-scaffolding/EXECUTION_BRIEF.md +51 -0
  199. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-09-spec-viewer-demo-scaffolding/slice.json +59 -0
  200. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-10-docs-smokes-release-readiness/CLOSURE_BRIEF.md +33 -0
  201. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-10-docs-smokes-release-readiness/EXECUTION_BRIEF.md +54 -0
  202. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-10-docs-smokes-release-readiness/slice.json +76 -0
  203. package/src/create-quiver/commands/ai.js +915 -0
  204. package/src/create-quiver/commands/demo.js +22 -0
  205. package/src/create-quiver/commands/evidence.js +37 -0
  206. package/src/create-quiver/commands/flow.js +561 -0
  207. package/src/create-quiver/commands/graph.js +14 -1
  208. package/src/create-quiver/commands/next.js +28 -0
  209. package/src/create-quiver/commands/plan.js +6 -3
  210. package/src/create-quiver/commands/prepare.js +236 -0
  211. package/src/create-quiver/commands/spec.js +133 -0
  212. package/src/create-quiver/index.js +1096 -96
  213. package/src/create-quiver/lib/agent-profiles.js +148 -0
  214. package/src/create-quiver/lib/ai/context-packs.js +170 -0
  215. package/src/create-quiver/lib/ai/execution-plan.js +614 -0
  216. package/src/create-quiver/lib/ai/executor.js +682 -0
  217. package/src/create-quiver/lib/ai/github.js +525 -0
  218. package/src/create-quiver/lib/ai/onboarding-template.js +365 -0
  219. package/src/create-quiver/lib/ai/phase-gates.js +72 -0
  220. package/src/create-quiver/lib/ai/plan-review.js +283 -0
  221. package/src/create-quiver/lib/ai/preflight.js +58 -0
  222. package/src/create-quiver/lib/ai/prompt-transport.js +81 -0
  223. package/src/create-quiver/lib/ai/prompts.js +39 -0
  224. package/src/create-quiver/lib/ai/providers.js +315 -0
  225. package/src/create-quiver/lib/ai/safety.js +156 -0
  226. package/src/create-quiver/lib/ai/spec-generator.js +314 -0
  227. package/src/create-quiver/lib/ai/spec-templates.js +715 -0
  228. package/src/create-quiver/lib/approvals.js +350 -0
  229. package/src/create-quiver/lib/demo.js +657 -0
  230. package/src/create-quiver/lib/doctor.js +348 -0
  231. package/src/create-quiver/lib/evidence.js +115 -0
  232. package/src/create-quiver/lib/git.js +21 -0
  233. package/src/create-quiver/lib/init-docs.js +545 -23
  234. package/src/create-quiver/lib/init-layout.js +451 -0
  235. package/src/create-quiver/lib/lifecycle.js +8 -2
  236. package/src/create-quiver/lib/package-safety.js +117 -0
  237. package/src/create-quiver/lib/paths.js +63 -2
  238. package/src/create-quiver/lib/project-scan.js +66 -0
  239. package/src/create-quiver/lib/readiness.js +87 -18
  240. package/src/create-quiver/lib/scope.js +125 -0
  241. package/src/create-quiver/lib/slice-graph.js +7 -0
  242. package/src/create-quiver/lib/slice.js +59 -16
  243. package/src/create-quiver/lib/spec-worktrees.js +349 -0
  244. package/src/create-quiver/lib/state.js +18 -1
  245. package/src/create-quiver/lib/template-resolver.js +74 -0
@@ -0,0 +1,64 @@
1
+ # EXECUTION BRIEF - slice-06: Execute slice with scope enforcement
2
+
3
+ **Spec:** quiver-v20-ai-cli-orchestration
4
+ **Slice:** slice-06-ai-execute-slice-scope-enforcement
5
+ **Tipo:** feature
6
+
7
+ ## Contexto
8
+
9
+ El executor es un agente de menor costo que puede modificar codigo directamente siguiendo el handoff. Para que sea seguro, Quiver debe controlar el scope antes y despues.
10
+
11
+ ## Objetivo
12
+
13
+ Agregar `quiver ai execute-slice` con contexto minimo y validacion de scope.
14
+
15
+ ## Alcance
16
+
17
+ - Subcomando `ai execute-slice`.
18
+ - Requerir `--slice`.
19
+ - Requerir `slice.json` y `EXECUTION_BRIEF.md`.
20
+ - Preparar prompt executor con contexto `slice` o `minimal`.
21
+ - Capturar diff antes/despues.
22
+ - Ejecutar scope validation.
23
+
24
+ ## Criterios de aceptacion
25
+
26
+ - Falla si falta `slice.json`.
27
+ - Falla si falta `EXECUTION_BRIEF.md`.
28
+ - Dry-run no ejecuta provider.
29
+ - Detecta archivos fuera de scope.
30
+ - No incluye onboarding full.
31
+ - Error de provider sale con codigo no cero.
32
+
33
+ ## Plan tecnico resumido
34
+
35
+ Crear `ai/executor.js` y conectar el subcomando en `commands/ai.js`. Reusar context packs, provider runner y scope validation existente.
36
+
37
+ ## Pasos sugeridos de ejecucion
38
+
39
+ 1. Implementar loader de slice y handoff.
40
+ 2. Implementar prompt executor.
41
+ 3. Integrar provider runner.
42
+ 4. Capturar diff pre/post.
43
+ 5. Validar scope.
44
+ 6. Agregar tests.
45
+
46
+ ## Restricciones
47
+
48
+ - No commitear automaticamente.
49
+ - No arreglar scope violations automaticamente.
50
+ - No correr multiples executors en esta slice.
51
+
52
+ ## Riesgos
53
+
54
+ - Scope validation incompleta.
55
+ - Executor necesita mas contexto que el minimo.
56
+ - Cambios de codigo fuera del handoff.
57
+
58
+ ## Checklist de finalizacion
59
+
60
+ - [ ] Tests de execute-slice pasan.
61
+ - [ ] Dry-run cubierto.
62
+ - [ ] Scope violation cubierto.
63
+ - [ ] Provider failure cubierto.
64
+
@@ -0,0 +1,65 @@
1
+ {
2
+ "slice_id": "slice-06-ai-execute-slice-scope-enforcement",
3
+ "ticket": "QUIVER-20-06",
4
+ "type": "feature",
5
+ "title": "Add executor command with scope enforcement",
6
+ "objective": "Allow a low-cost executor agent to run a slice using minimal context, then verify that changes stayed inside the declared handoff scope.",
7
+ "description": "Implement quiver ai execute-slice with provider selection, executor role defaults, slice context pack, pre-run validation, post-run git diff inspection, and check-scope integration.",
8
+ "git": {
9
+ "branch_type": "feature",
10
+ "base_branch": "main",
11
+ "branch_slug": "ai-execute-slice-scope-enforcement",
12
+ "branch_name": "feature/QUIVER-20-06-ai-execute-slice-scope-enforcement"
13
+ },
14
+ "files": [
15
+ "src/create-quiver/commands/ai.js",
16
+ "src/create-quiver/index.js",
17
+ "src/create-quiver/lib/ai/executor.js",
18
+ "src/create-quiver/lib/ai/context-packs.js",
19
+ "src/create-quiver/lib/scope.js",
20
+ "tests/commands/ai-execute-slice.test.js",
21
+ "tests/lib/ai-executor.test.js"
22
+ ],
23
+ "depends_on": [
24
+ "slice-01-ai-provider-runner",
25
+ "slice-02-context-packs-token-budget",
26
+ "slice-05-execution-plan-parallel-worktrees"
27
+ ],
28
+ "parallel_safe": "after_dependencies",
29
+ "parallel_safe_reason": "Requires provider runner, context packs, and execution planning.",
30
+ "must": [
31
+ "Add npx create-quiver ai execute-slice.",
32
+ "Default role to executor and context to slice or minimal.",
33
+ "Require --slice path.",
34
+ "Require slice.json and EXECUTION_BRIEF.md.",
35
+ "Build an executor prompt from only the slice context pack.",
36
+ "Allow executor to modify code directly within declared scope.",
37
+ "Capture git diff before and after execution.",
38
+ "Run scope validation after execution.",
39
+ "Report scope violations clearly and fail the command."
40
+ ],
41
+ "not_included": [
42
+ "Automatically committing the slice.",
43
+ "Automatically fixing scope violations.",
44
+ "Running multiple executors concurrently."
45
+ ],
46
+ "acceptance": [
47
+ "execute-slice fails if slice.json is missing.",
48
+ "execute-slice fails if EXECUTION_BRIEF.md is missing.",
49
+ "execute-slice --dry-run prints minimal context selection without provider execution.",
50
+ "Post-run validation detects files outside the slice file list.",
51
+ "Executor prompt does not include full onboarding context.",
52
+ "Provider failure exits non-zero and preserves the provider error summary."
53
+ ],
54
+ "tests": [
55
+ "node --test tests/commands/ai-execute-slice.test.js tests/lib/ai-executor.test.js",
56
+ "npm run smoke:create-quiver",
57
+ "git diff --check"
58
+ ],
59
+ "estimated_hours": 6,
60
+ "actual_hours": 5,
61
+ "started_at": "2026-05-19T20:01:48-0300",
62
+ "completed_at": "2026-05-19T20:01:48-0300",
63
+ "status": "completed",
64
+ "blocked_reason": null
65
+ }
@@ -0,0 +1,36 @@
1
+ # CLOSURE BRIEF - slice-07: GitHub PR preflight
2
+
3
+ ## Resumen de lo realizado
4
+
5
+ Se implemento el preflight de GitHub para `ai pr` y `ai doctor` con validacion cross-platform de `gh`, `gh auth status`, remote Git, worktree/rama, GitFlow guide e identidad SSH. Tambien se agregaron opciones separadas para `sshHostAlias` e `identityFile`, y se cubrio `--dry-run` sin abrir PRs.
6
+
7
+ ## Validacion contra criterios de aceptacion
8
+
9
+ - [x] Missing `gh` cubierto.
10
+ - [x] Missing `gh auth` cubierto.
11
+ - [x] Missing GitFlow guide cubierto.
12
+ - [x] Missing identity file cubierto.
13
+ - [x] `sshHostAlias` e `identityFile` separados.
14
+ - [x] Dry-run no crea PR.
15
+
16
+ ## Cambios relevantes
17
+
18
+ - `src/create-quiver/commands/ai.js`
19
+ - `src/create-quiver/index.js`
20
+ - `src/create-quiver/lib/ai/github.js`
21
+ - `src/create-quiver/lib/git.js`
22
+ - `tests/commands/ai-pr.test.js`
23
+ - `tests/lib/ai-github.test.js`
24
+
25
+ ## Pendientes
26
+
27
+ Ninguno para esta slice.
28
+
29
+ ## Riesgos remanentes
30
+
31
+ - `gh auth status` valida el estado de login, pero no correlaciona la cuenta de GitHub con la identidad SSH.
32
+ - El guia GitFlow todavia depende de que el archivo `docs/GITFLOW_PR_GUIDE.md` exista en el repo consumido.
33
+
34
+ ## Recomendaciones futuras
35
+
36
+ Agregar la apertura real de PR cuando slice-08 deje listos los artefactos finales y el flujo documental.
@@ -0,0 +1,66 @@
1
+ # EXECUTION BRIEF - slice-07: GitHub PR preflight
2
+
3
+ **Spec:** quiver-v20-ai-cli-orchestration
4
+ **Slice:** slice-07-github-pr-preflight
5
+ **Tipo:** feature
6
+
7
+ ## Contexto
8
+
9
+ Quiver debe preparar PRs siguiendo `docs/GITFLOW_PR_GUIDE.md`, usando `gh` y configuracion SSH portable. macOS, Linux y Windows necesitan guias distintas.
10
+
11
+ ## Objetivo
12
+
13
+ Agregar preflight para PR con `gh`, auth, remote, worktree, GitFlow guide, `sshHostAlias` e `identityFile`.
14
+
15
+ ## Alcance
16
+
17
+ - Validar `gh`.
18
+ - Validar `gh auth status`.
19
+ - Validar remote Git.
20
+ - Validar worktree/rama.
21
+ - Validar guia GitFlow.
22
+ - Separar alias SSH y identity file.
23
+ - Guiar configuracion sin modificar credenciales automaticamente.
24
+
25
+ ## Criterios de aceptacion
26
+
27
+ - Missing `gh` muestra guia macOS/Linux/Windows.
28
+ - `gh` no autenticado muestra `gh auth login`.
29
+ - Falta GitFlow guide detiene el flujo.
30
+ - Falta identity file muestra path revisado.
31
+ - `sshHostAlias` e `identityFile` son opciones separadas.
32
+ - Dry-run no crea PR.
33
+
34
+ ## Plan tecnico resumido
35
+
36
+ Crear `ai/github.js` y extender preflight. Reusar helpers de Git. Los comandos externos deben usar arrays y ser mockeables en tests.
37
+
38
+ ## Pasos sugeridos de ejecucion
39
+
40
+ 1. Implementar checks de `gh`.
41
+ 2. Implementar checks de auth.
42
+ 3. Implementar checks de remote/worktree.
43
+ 4. Implementar checks SSH.
44
+ 5. Integrar en `ai doctor` y `ai pr`.
45
+ 6. Agregar tests.
46
+
47
+ ## Restricciones
48
+
49
+ - No instalar `gh`.
50
+ - No editar SSH config.
51
+ - No abrir PR en tests.
52
+
53
+ ## Riesgos
54
+
55
+ - Cuenta `gh` distinta al remote SSH.
56
+ - Alias SSH confundido con path de key.
57
+ - Windows path handling.
58
+
59
+ ## Checklist de finalizacion
60
+
61
+ - [ ] Tests de PR preflight pasan.
62
+ - [ ] Missing gh cubierto.
63
+ - [ ] Missing auth cubierto.
64
+ - [ ] Missing SSH cubierto.
65
+ - [ ] Dry-run cubierto.
66
+
@@ -0,0 +1,63 @@
1
+ {
2
+ "slice_id": "slice-07-github-pr-preflight",
3
+ "ticket": "QUIVER-20-07",
4
+ "type": "feature",
5
+ "title": "Add GitHub PR preflight with gh and SSH validation",
6
+ "objective": "Validate PR readiness across macOS, Linux, and Windows before Quiver opens or prepares a PR.",
7
+ "description": "Implement ai doctor and ai pr preflight checks for gh installation, gh authentication, Git remote, worktree branch, GitFlow guide, SSH host alias, identity file, and cross-platform setup guidance.",
8
+ "git": {
9
+ "branch_type": "feature",
10
+ "base_branch": "main",
11
+ "branch_slug": "ai-github-pr-preflight",
12
+ "branch_name": "feature/QUIVER-20-07-ai-github-pr-preflight"
13
+ },
14
+ "files": [
15
+ "src/create-quiver/commands/ai.js",
16
+ "src/create-quiver/lib/ai/github.js",
17
+ "src/create-quiver/lib/ai/preflight.js",
18
+ "src/create-quiver/lib/git.js",
19
+ "tests/commands/ai-pr.test.js",
20
+ "tests/lib/ai-github.test.js"
21
+ ],
22
+ "depends_on": [
23
+ "slice-01-ai-provider-runner",
24
+ "slice-04-spec-slice-handoff-pr-generation"
25
+ ],
26
+ "parallel_safe": "after_dependencies",
27
+ "parallel_safe_reason": "Can run in parallel with slice-05 after slice-04 if command-file edits are coordinated.",
28
+ "must": [
29
+ "Add PR preflight checks for command -v gh.",
30
+ "Validate gh auth status.",
31
+ "Validate a Git remote exists.",
32
+ "Validate the current worktree/branch can be used for a spec PR.",
33
+ "Validate docs/GITFLOW_PR_GUIDE.md exists or provide a clear missing-guide error.",
34
+ "Separate sshHostAlias from identityFile.",
35
+ "Validate identityFile exists when provided.",
36
+ "Guide the user to create SSH config without modifying credentials automatically.",
37
+ "Provide macOS, Linux, and Windows install guidance for gh."
38
+ ],
39
+ "not_included": [
40
+ "Installing gh automatically.",
41
+ "Editing SSH config automatically.",
42
+ "Merging PRs.",
43
+ "Managing GitHub accounts beyond gh auth status."
44
+ ],
45
+ "acceptance": [
46
+ "Missing gh fails with cross-platform installation guidance.",
47
+ "Unauthenticated gh fails with gh auth login guidance.",
48
+ "Missing GitFlow guide fails before PR creation.",
49
+ "Missing identity file fails with the path that was checked.",
50
+ "sshHostAlias and identityFile are represented as separate options.",
51
+ "Dry-run prints what PR command would run without creating a PR."
52
+ ],
53
+ "tests": [
54
+ "node --test tests/commands/ai-pr.test.js tests/lib/ai-github.test.js",
55
+ "git diff --check"
56
+ ],
57
+ "estimated_hours": 5,
58
+ "actual_hours": 5,
59
+ "started_at": "2026-05-19T17:29:24-0300",
60
+ "completed_at": "2026-05-19T17:29:24-0300",
61
+ "status": "completed",
62
+ "blocked_reason": null
63
+ }
@@ -0,0 +1,35 @@
1
+ # CLOSURE BRIEF - slice-08: Docs, smokes, and release readiness
2
+
3
+ ## Resumen de lo realizado
4
+
5
+ Se actualizaron README, README_FOR_AI, templates generados, scripts npm, doctor warnings y smokes para reflejar la familia `quiver ai`: onboarding, planning por fases, execute-slice, PR preflight y doctor. Tambien se agregaron smokes dry-run que no dependen de providers reales ni de autenticacion real de GitHub.
6
+
7
+ ## Validacion contra criterios de aceptacion
8
+
9
+ - [x] README actualizado.
10
+ - [x] Templates actualizados.
11
+ - [x] Scripts `quiver:ai:*` generados.
12
+ - [x] Smokes dry-run agregados.
13
+ - [x] Cross-platform smoke actualizado.
14
+ - [x] Suite final documentada.
15
+
16
+ ## Cambios relevantes
17
+
18
+ - `README.md` y `README_FOR_AI.md` documentan comandos AI reales y el flujo planner/executor.
19
+ - `package.template.json` y `package.json` incluyen scripts `quiver:ai:*`.
20
+ - `docs/COMMANDS.md.template`, `docs/AI_ONBOARDING_PROMPT.md.template`, `docs/SUPPORT_MATRIX.md.template`, `docs/TROUBLESHOOTING.md.template` y `docs/GITFLOW_PR_GUIDE.md.template` quedaron alineados con el comportamiento implementado.
21
+ - `src/create-quiver/lib/init-docs.js` y `scripts/init-docs.sh` generan README con scripts AI y guidance planner/executor.
22
+ - `scripts/ci/smoke-create-quiver.sh`, `scripts/ci/smoke-cross-platform.js` y `scripts/ci/smoke-init-docs.sh` validan scripts AI y dry-runs.
23
+
24
+ ## Pendientes
25
+
26
+ Ninguno para esta slice.
27
+
28
+ ## Riesgos remanentes
29
+
30
+ - `ai pr` sigue limitado a preflight en esta version; no abre PR real.
31
+ - Los smokes usan dry-run y un `gh` falso para evitar dependencia de autenticacion real.
32
+
33
+ ## Recomendaciones futuras
34
+
35
+ Preparar release patch/minor segun impacto final y actualizar changelog.
@@ -0,0 +1,64 @@
1
+ # EXECUTION BRIEF - slice-08: Docs, smokes, and release readiness
2
+
3
+ **Spec:** quiver-v20-ai-cli-orchestration
4
+ **Slice:** slice-08-docs-smokes-release-readiness
5
+ **Tipo:** docs
6
+
7
+ ## Contexto
8
+
9
+ Esta slice cierra la feature. Debe alinear README, templates generados, scripts npm, prompts y smokes con el comportamiento real implementado.
10
+
11
+ ## Objetivo
12
+
13
+ Documentar `quiver ai ...`, actualizar templates y agregar smokes dry-run sin depender de providers reales.
14
+
15
+ ## Alcance
16
+
17
+ - README y README_FOR_AI.
18
+ - Templates de onboarding, commands, support, troubleshooting y GitFlow.
19
+ - Scripts generados en package templates.
20
+ - Smokes create-quiver y cross-platform.
21
+ - Verificacion de docs generadas.
22
+
23
+ ## Criterios de aceptacion
24
+
25
+ - README generado menciona comandos AI.
26
+ - COMMANDS generado incluye ejemplos `quiver ai`.
27
+ - Onboarding prompt generado explica planner/executor.
28
+ - Scripts `quiver:ai:*` existen.
29
+ - Smokes cubren dry-run sin auth real.
30
+ - Cross-platform cubre paths con espacios.
31
+
32
+ ## Plan tecnico resumido
33
+
34
+ Actualizar documentacion y generadores despues de que los comandos existan. Los smokes deben usar dry-run/mocks para no requerir Codex, Claude, Gemini ni `gh` autenticado.
35
+
36
+ ## Pasos sugeridos de ejecucion
37
+
38
+ 1. Revisar comportamiento final implementado.
39
+ 2. Actualizar README.
40
+ 3. Actualizar templates.
41
+ 4. Actualizar init docs runtime.
42
+ 5. Agregar scripts npm generados.
43
+ 6. Agregar smokes.
44
+ 7. Correr suite completa.
45
+
46
+ ## Restricciones
47
+
48
+ - No cambiar comportamiento funcional fuera de docs/smokes salvo ajuste necesario para generacion.
49
+ - No publicar npm en esta slice.
50
+ - No modificar specs antiguas.
51
+
52
+ ## Riesgos
53
+
54
+ - Docs prometen mas de lo implementado.
55
+ - Smokes requieren CLIs reales por accidente.
56
+ - Drift entre README_FOR_AI y templates.
57
+
58
+ ## Checklist de finalizacion
59
+
60
+ - [ ] Tests unitarios pasan.
61
+ - [ ] Smoke create-quiver pasa.
62
+ - [ ] Cross-platform smoke pasa.
63
+ - [ ] README_FOR_AI no contradice README/templates.
64
+ - [ ] No hay prompts obsoletos.
@@ -0,0 +1,77 @@
1
+ {
2
+ "slice_id": "slice-08-docs-smokes-release-readiness",
3
+ "ticket": "QUIVER-20-08",
4
+ "type": "docs",
5
+ "title": "Document AI orchestration and add smoke coverage",
6
+ "objective": "Update user-facing docs, generated templates, scripts, and smoke tests so the AI orchestration workflow is discoverable and release-ready.",
7
+ "description": "Finalize the feature by documenting commands, roles, context packs, token strategy, provider setup, gh/SSH preflight, and cross-platform behavior. Add dry-run smokes that do not require real provider authentication.",
8
+ "git": {
9
+ "branch_type": "feature",
10
+ "base_branch": "main",
11
+ "branch_slug": "ai-orchestration-docs-smokes",
12
+ "branch_name": "feature/QUIVER-20-08-ai-orchestration-docs-smokes"
13
+ },
14
+ "files": [
15
+ "README.md",
16
+ "README_FOR_AI.md",
17
+ "docs/AI_ONBOARDING_PROMPT.md.template",
18
+ "docs/COMMANDS.md.template",
19
+ "docs/GITFLOW_PR_GUIDE.md.template",
20
+ "docs/SUPPORT_MATRIX.md.template",
21
+ "docs/TROUBLESHOOTING.md.template",
22
+ "src/create-quiver/lib/init-docs.js",
23
+ "scripts/init-docs.sh",
24
+ "package.json",
25
+ "package.template.json",
26
+ "scripts/ci/smoke-create-quiver.sh",
27
+ "scripts/ci/smoke-cross-platform.js"
28
+ ],
29
+ "depends_on": [
30
+ "slice-01-ai-provider-runner",
31
+ "slice-02-context-packs-token-budget",
32
+ "slice-03-ai-phase-gated-planner",
33
+ "slice-04-spec-slice-handoff-pr-generation",
34
+ "slice-05-execution-plan-parallel-worktrees",
35
+ "slice-06-ai-execute-slice-scope-enforcement",
36
+ "slice-07-github-pr-preflight"
37
+ ],
38
+ "parallel_safe": "never",
39
+ "parallel_safe_reason": "Final integration slice touches shared docs, templates, package scripts, and smoke tests.",
40
+ "must": [
41
+ "Document quiver ai commands in README.",
42
+ "Document planner and executor roles.",
43
+ "Document token-efficient context packs.",
44
+ "Document phase-gated planning and approval rules.",
45
+ "Document mandatory slice-00.",
46
+ "Document one spec equals one PR/worktree and one slice equals one commit.",
47
+ "Document gh and SSH preflight guidance for macOS, Linux, and Windows.",
48
+ "Add generated npm scripts for quiver:ai:* commands.",
49
+ "Add smoke tests for dry-run flows without real provider auth.",
50
+ "Ensure docs/GITFLOW_PR_GUIDE.md is generated or the intended generation behavior is explicitly validated."
51
+ ],
52
+ "not_included": [
53
+ "Adding new provider APIs.",
54
+ "Publishing npm.",
55
+ "Changing unrelated docs or old specs."
56
+ ],
57
+ "acceptance": [
58
+ "Generated project README mentions quiver ai commands.",
59
+ "Generated COMMANDS.md includes ai commands and examples.",
60
+ "Generated onboarding prompt references planner/executor workflow safely.",
61
+ "Generated package scripts include quiver:ai:onboard, quiver:ai:plan, quiver:ai:execute-slice, quiver:ai:pr, and quiver:ai:doctor.",
62
+ "Smoke tests cover ai dry-run flows without requiring provider CLIs.",
63
+ "Cross-platform smoke validates path handling for ai commands."
64
+ ],
65
+ "tests": [
66
+ "node --test tests/**/*.test.js",
67
+ "npm run smoke:create-quiver",
68
+ "node scripts/ci/smoke-cross-platform.js",
69
+ "git diff --check"
70
+ ],
71
+ "estimated_hours": 6,
72
+ "actual_hours": 5,
73
+ "started_at": "2026-05-19T21:43:12-0300",
74
+ "completed_at": "2026-05-19T21:43:12-0300",
75
+ "status": "completed",
76
+ "blocked_reason": null
77
+ }
@@ -0,0 +1,31 @@
1
+ # Evidence Report - Quiver v21 AI-First Layout
2
+
3
+ ## Summary
4
+
5
+ Implementation and release-readiness validation are complete.
6
+
7
+ ## Evidence By Slice
8
+
9
+ | Slice | Evidence |
10
+ | --- | --- |
11
+ | slice-00 | Completed. Created spec foundation, all slice handoffs, execution plan, and PR body. Validated JSON parsing for all `slice.json` files and `git diff --check`. |
12
+ | slice-01 | Completed. Added explicit `init` command parsing, init profile flags, pure layout planner, dry-run formatter, compatibility alias handling, and focused tests. Evidence: `node --test tests/lib/init-layout.test.js tests/commands/init-profiles.test.js`; `git diff --check`. |
13
+ | slice-02 | Completed. Added `.quiver/` internal path helpers, versionable config, internal gitignore for runtime folders, packaged/exported/legacy template resolver, and explicit template-root support in init docs. Evidence: `node --test tests/lib/template-resolver.test.js tests/lib/quiver-internal-layout.test.js tests/lib/init-layout.test.js tests/commands/init-profiles.test.js`; `git diff --check`. |
14
+ | slice-03 | Completed. Implemented profile-aware init generation. Default no longer creates root `docs-template/`, `tools/scripts/`, or placeholder specs; minimal creates the essential onboarding contract; full preserves the broad compatibility layout. Evidence: `node --test tests/**/*.test.js`; `bash scripts/ci/smoke-init-docs.sh`; `bash scripts/ci/smoke-create-quiver.sh`; `git diff --check`. |
15
+ | slice-04 | Completed. Moved raw analyze output to `.quiver/scans/PROJECT_SCAN.json`, kept `docs/PROJECT_MAP.md` visible, added current/legacy scan helpers, and wired context pack metadata plus doctor scan detection to accept the new path with legacy fallback. Evidence: `node --test tests/commands/analyze.test.js tests/lib/project-scan.test.js tests/lib/ai-context-packs.test.js`; `node --test tests/**/*.test.js`; `bash scripts/ci/smoke-create-quiver.sh`; `node scripts/ci/smoke-cross-platform.js`; `git diff --check`. |
16
+ | slice-05 | Completed. Updated doctor so projects initialized with the clean AI-first layout can have no specs yet without failing. Added layout detection for new, legacy, hybrid, and incomplete projects while preserving valid empty states for plan, graph, and next. Evidence: `node --test tests/commands/doctor.test.js tests/lib/doctor.test.js tests/commands/plan.test.js tests/commands/graph.test.js tests/commands/next.test.js`; `node --test tests/**/*.test.js`; `git diff --check`. |
17
+ | slice-06 | Completed. Added non-destructive migrate reporting for legacy `docs-template/`, `tools/scripts/`, and `docs/PROJECT_SCAN.json`, plus explicit optional asset coverage for `--legacy-scripts`, `--include-templates`, and `--full`. Evidence: `node --test tests/commands/init-profiles.test.js tests/lib/init-docs.test.js`; `bash scripts/ci/smoke-init-docs.sh`; `bash scripts/ci/smoke-create-quiver.sh`; `node scripts/ci/smoke-cross-platform.js`; `node --test tests/**/*.test.js`; `git diff --check`. |
18
+ | slice-07 | Completed. Aligned root README, AI guide, onboarding/workflow/command templates, generated README text, and smoke assertions with the AI-first layout. Docs now distinguish visible contract from `.quiver/` internals, mark `docs-template/` and `tools/scripts/` as legacy/optional, and point raw scan output to `.quiver/scans/PROJECT_SCAN.json`. Evidence: `node --test tests/commands/init-profiles.test.js tests/lib/init-docs.test.js`; `bash scripts/ci/smoke-init-docs.sh`; `bash scripts/ci/smoke-create-quiver.sh`; `node --test tests/**/*.test.js`; `bash -n scripts/init-docs.sh`; `git diff --check`. |
19
+ | slice-08 | Completed. Hardened the tiered context-pack smoke to use the explicit `--full --skip-install` compatibility profile and updated expectations for the no-spec AI-first doctor guidance. Completed the final validation matrix. Evidence: `node --test tests/**/*.test.js`; `npm run smoke:create-quiver`; `bash scripts/ci/smoke-init-docs.sh`; `node scripts/ci/smoke-cross-platform.js`; `npm run smoke:tiered-pack`; `git diff --check`. |
20
+
21
+ ## Final Evidence
22
+
23
+ - `node --test tests/**/*.test.js` passed: 143 tests.
24
+ - `npm run smoke:create-quiver` passed.
25
+ - `bash scripts/ci/smoke-init-docs.sh` passed.
26
+ - `node scripts/ci/smoke-cross-platform.js` passed.
27
+ - `PATH=/private/tmp/quiver-no-npm-path-bin node bin/create-quiver.js init --name "No Npm Smoke 2" --dir /private/tmp/quiver-no-npm-smoke-2 --full --skip-install` passed, covering init when `npm` is unavailable and install is skipped.
28
+ - `npm run smoke:tiered-pack` passed.
29
+ - `git diff --check` passed.
30
+ - GitHub Actions CI run `26196340530` passed validate plus macOS, Ubuntu, and Windows cross-platform smoke jobs.
31
+ - Default init is covered by tests and smokes that assert no root `docs-template/`, no `tools/scripts/`, and no placeholder spec in the default/minimal profiles.