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.
Files changed (242) hide show
  1. package/BACKLOG.md +16 -17
  2. package/CHANGELOG.md +78 -0
  3. package/README.md +208 -41
  4. package/README_FOR_AI.md +50 -24
  5. package/ROADMAP.md +34 -11
  6. package/docs/AI_CONTEXT.md.template +2 -0
  7. package/docs/AI_ONBOARDING_PROMPT.md.template +31 -18
  8. package/docs/COMMANDS.md.template +90 -16
  9. package/docs/CONTEXTO.md.template +2 -0
  10. package/docs/DECISIONS.md.template +1 -0
  11. package/docs/INDEX.md.template +20 -18
  12. package/docs/STATUS.md.template +6 -1
  13. package/docs/SUPPORT_MATRIX.md.template +2 -2
  14. package/docs/TROUBLESHOOTING.md.template +50 -0
  15. package/docs/WORKFLOW.md.template +27 -17
  16. package/package.json +27 -4
  17. package/package.template.json +13 -1
  18. package/scripts/init-docs.sh +11 -4
  19. package/scripts/package-quiver.sh +18 -2
  20. package/specs/quiver-v22-guided-ai-workflow/EVIDENCE_REPORT.md +58 -0
  21. package/specs/quiver-v22-guided-ai-workflow/EXECUTION_PLAN.md +88 -0
  22. package/specs/quiver-v22-guided-ai-workflow/SPEC.md +228 -0
  23. package/specs/quiver-v22-guided-ai-workflow/STATUS.md +42 -0
  24. package/specs/quiver-v22-guided-ai-workflow/pr.md +104 -0
  25. package/specs/quiver-v22-guided-ai-workflow/slices/slice-00-spec-foundation/CLOSURE_BRIEF.md +35 -0
  26. package/specs/quiver-v22-guided-ai-workflow/slices/slice-00-spec-foundation/EXECUTION_BRIEF.md +61 -0
  27. package/specs/quiver-v22-guided-ai-workflow/slices/slice-00-spec-foundation/slice.json +51 -0
  28. package/specs/quiver-v22-guided-ai-workflow/slices/slice-01-docs-source-of-truth-sync/CLOSURE_BRIEF.md +31 -0
  29. package/specs/quiver-v22-guided-ai-workflow/slices/slice-01-docs-source-of-truth-sync/EXECUTION_BRIEF.md +58 -0
  30. package/specs/quiver-v22-guided-ai-workflow/slices/slice-01-docs-source-of-truth-sync/slice.json +55 -0
  31. package/specs/quiver-v22-guided-ai-workflow/slices/slice-02-prepare-command-diagnostics/CLOSURE_BRIEF.md +30 -0
  32. package/specs/quiver-v22-guided-ai-workflow/slices/slice-02-prepare-command-diagnostics/EXECUTION_BRIEF.md +57 -0
  33. package/specs/quiver-v22-guided-ai-workflow/slices/slice-02-prepare-command-diagnostics/slice.json +57 -0
  34. package/specs/quiver-v22-guided-ai-workflow/slices/slice-03-context-doc-refresh/CLOSURE_BRIEF.md +32 -0
  35. package/specs/quiver-v22-guided-ai-workflow/slices/slice-03-context-doc-refresh/EXECUTION_BRIEF.md +56 -0
  36. package/specs/quiver-v22-guided-ai-workflow/slices/slice-03-context-doc-refresh/slice.json +56 -0
  37. package/specs/quiver-v22-guided-ai-workflow/slices/slice-04-planner-approval-state/CLOSURE_BRIEF.md +33 -0
  38. package/specs/quiver-v22-guided-ai-workflow/slices/slice-04-planner-approval-state/EXECUTION_BRIEF.md +56 -0
  39. package/specs/quiver-v22-guided-ai-workflow/slices/slice-04-planner-approval-state/slice.json +58 -0
  40. package/specs/quiver-v22-guided-ai-workflow/slices/slice-05-spec-worktree-lifecycle/CLOSURE_BRIEF.md +32 -0
  41. package/specs/quiver-v22-guided-ai-workflow/slices/slice-05-spec-worktree-lifecycle/EXECUTION_BRIEF.md +56 -0
  42. package/specs/quiver-v22-guided-ai-workflow/slices/slice-05-spec-worktree-lifecycle/slice.json +54 -0
  43. package/specs/quiver-v22-guided-ai-workflow/slices/slice-06-executor-commit-recovery/CLOSURE_BRIEF.md +32 -0
  44. package/specs/quiver-v22-guided-ai-workflow/slices/slice-06-executor-commit-recovery/EXECUTION_BRIEF.md +58 -0
  45. package/specs/quiver-v22-guided-ai-workflow/slices/slice-06-executor-commit-recovery/slice.json +57 -0
  46. package/specs/quiver-v22-guided-ai-workflow/slices/slice-07-execution-waves-delegation/CLOSURE_BRIEF.md +32 -0
  47. package/specs/quiver-v22-guided-ai-workflow/slices/slice-07-execution-waves-delegation/EXECUTION_BRIEF.md +58 -0
  48. package/specs/quiver-v22-guided-ai-workflow/slices/slice-07-execution-waves-delegation/slice.json +55 -0
  49. package/specs/quiver-v22-guided-ai-workflow/slices/slice-08-pr-create-gh-ssh/CLOSURE_BRIEF.md +32 -0
  50. package/specs/quiver-v22-guided-ai-workflow/slices/slice-08-pr-create-gh-ssh/EXECUTION_BRIEF.md +58 -0
  51. package/specs/quiver-v22-guided-ai-workflow/slices/slice-08-pr-create-gh-ssh/slice.json +53 -0
  52. package/specs/quiver-v22-guided-ai-workflow/slices/slice-09-post-merge-cleanup-release-safety/CLOSURE_BRIEF.md +33 -0
  53. package/specs/quiver-v22-guided-ai-workflow/slices/slice-09-post-merge-cleanup-release-safety/EXECUTION_BRIEF.md +59 -0
  54. package/specs/quiver-v22-guided-ai-workflow/slices/slice-09-post-merge-cleanup-release-safety/slice.json +59 -0
  55. package/specs/quiver-v22-guided-ai-workflow/slices/slice-10-docs-smokes-release-readiness/CLOSURE_BRIEF.md +34 -0
  56. package/specs/quiver-v22-guided-ai-workflow/slices/slice-10-docs-smokes-release-readiness/EXECUTION_BRIEF.md +58 -0
  57. package/specs/quiver-v22-guided-ai-workflow/slices/slice-10-docs-smokes-release-readiness/slice.json +60 -0
  58. package/specs/quiver-v23-guided-flow-productization/EVIDENCE_REPORT.md +80 -0
  59. package/specs/quiver-v23-guided-flow-productization/EXECUTION_PLAN.md +80 -0
  60. package/specs/quiver-v23-guided-flow-productization/SPEC.md +203 -0
  61. package/specs/quiver-v23-guided-flow-productization/STATUS.md +39 -0
  62. package/specs/quiver-v23-guided-flow-productization/pr.md +119 -0
  63. package/specs/quiver-v23-guided-flow-productization/slices/slice-00-spec-foundation/CLOSURE_BRIEF.md +30 -0
  64. package/specs/quiver-v23-guided-flow-productization/slices/slice-00-spec-foundation/EXECUTION_BRIEF.md +61 -0
  65. package/specs/quiver-v23-guided-flow-productization/slices/slice-00-spec-foundation/slice.json +51 -0
  66. package/specs/quiver-v23-guided-flow-productization/slices/slice-01-short-command-and-flow-entrypoint/CLOSURE_BRIEF.md +33 -0
  67. package/specs/quiver-v23-guided-flow-productization/slices/slice-01-short-command-and-flow-entrypoint/EXECUTION_BRIEF.md +35 -0
  68. package/specs/quiver-v23-guided-flow-productization/slices/slice-01-short-command-and-flow-entrypoint/slice.json +56 -0
  69. package/specs/quiver-v23-guided-flow-productization/slices/slice-02-flow-status-wizard/CLOSURE_BRIEF.md +31 -0
  70. package/specs/quiver-v23-guided-flow-productization/slices/slice-02-flow-status-wizard/EXECUTION_BRIEF.md +29 -0
  71. package/specs/quiver-v23-guided-flow-productization/slices/slice-02-flow-status-wizard/slice.json +55 -0
  72. package/specs/quiver-v23-guided-flow-productization/slices/slice-03-agent-profiles/CLOSURE_BRIEF.md +33 -0
  73. package/specs/quiver-v23-guided-flow-productization/slices/slice-03-agent-profiles/EXECUTION_BRIEF.md +29 -0
  74. package/specs/quiver-v23-guided-flow-productization/slices/slice-03-agent-profiles/slice.json +54 -0
  75. package/specs/quiver-v23-guided-flow-productization/slices/slice-04-context-preparation-onboarding/CLOSURE_BRIEF.md +32 -0
  76. package/specs/quiver-v23-guided-flow-productization/slices/slice-04-context-preparation-onboarding/EXECUTION_BRIEF.md +30 -0
  77. package/specs/quiver-v23-guided-flow-productization/slices/slice-04-context-preparation-onboarding/slice.json +59 -0
  78. package/specs/quiver-v23-guided-flow-productization/slices/slice-05-planner-iteration-history/CLOSURE_BRIEF.md +31 -0
  79. package/specs/quiver-v23-guided-flow-productization/slices/slice-05-planner-iteration-history/EXECUTION_BRIEF.md +29 -0
  80. package/specs/quiver-v23-guided-flow-productization/slices/slice-05-planner-iteration-history/slice.json +53 -0
  81. package/specs/quiver-v23-guided-flow-productization/slices/slice-06-production-plan-review/CLOSURE_BRIEF.md +33 -0
  82. package/specs/quiver-v23-guided-flow-productization/slices/slice-06-production-plan-review/EXECUTION_BRIEF.md +30 -0
  83. package/specs/quiver-v23-guided-flow-productization/slices/slice-06-production-plan-review/slice.json +54 -0
  84. package/specs/quiver-v23-guided-flow-productization/slices/slice-07-spec-create-experience/CLOSURE_BRIEF.md +33 -0
  85. package/specs/quiver-v23-guided-flow-productization/slices/slice-07-spec-create-experience/EXECUTION_BRIEF.md +30 -0
  86. package/specs/quiver-v23-guided-flow-productization/slices/slice-07-spec-create-experience/slice.json +55 -0
  87. package/specs/quiver-v23-guided-flow-productization/slices/slice-08-executor-prompt-generation/CLOSURE_BRIEF.md +32 -0
  88. package/specs/quiver-v23-guided-flow-productization/slices/slice-08-executor-prompt-generation/EXECUTION_BRIEF.md +30 -0
  89. package/specs/quiver-v23-guided-flow-productization/slices/slice-08-executor-prompt-generation/slice.json +55 -0
  90. package/specs/quiver-v23-guided-flow-productization/slices/slice-09-delegated-slice-execution/CLOSURE_BRIEF.md +33 -0
  91. package/specs/quiver-v23-guided-flow-productization/slices/slice-09-delegated-slice-execution/EXECUTION_BRIEF.md +34 -0
  92. package/specs/quiver-v23-guided-flow-productization/slices/slice-09-delegated-slice-execution/slice.json +57 -0
  93. package/specs/quiver-v23-guided-flow-productization/slices/slice-10-docs-smokes-release-readiness/CLOSURE_BRIEF.md +33 -0
  94. package/specs/quiver-v23-guided-flow-productization/slices/slice-10-docs-smokes-release-readiness/EXECUTION_BRIEF.md +32 -0
  95. package/specs/quiver-v23-guided-flow-productization/slices/slice-10-docs-smokes-release-readiness/slice.json +63 -0
  96. package/specs/quiver-v24-dx-onboarding-hardening/EVIDENCE_REPORT.md +55 -0
  97. package/specs/quiver-v24-dx-onboarding-hardening/EXECUTION_PLAN.md +43 -0
  98. package/specs/quiver-v24-dx-onboarding-hardening/SPEC.md +149 -0
  99. package/specs/quiver-v24-dx-onboarding-hardening/STATUS.md +31 -0
  100. package/specs/quiver-v24-dx-onboarding-hardening/pr.md +76 -0
  101. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-00-spec-foundation/CLOSURE_BRIEF.md +31 -0
  102. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-00-spec-foundation/EXECUTION_BRIEF.md +52 -0
  103. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-00-spec-foundation/slice.json +51 -0
  104. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-01-init-template-hygiene/CLOSURE_BRIEF.md +38 -0
  105. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-01-init-template-hygiene/EXECUTION_BRIEF.md +53 -0
  106. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-01-init-template-hygiene/slice.json +55 -0
  107. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-02-cli-command-routing-version-errors/CLOSURE_BRIEF.md +33 -0
  108. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-02-cli-command-routing-version-errors/EXECUTION_BRIEF.md +50 -0
  109. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-02-cli-command-routing-version-errors/slice.json +52 -0
  110. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-03-doctor-fix-doc-link-checks/CLOSURE_BRIEF.md +33 -0
  111. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-03-doctor-fix-doc-link-checks/EXECUTION_BRIEF.md +50 -0
  112. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-03-doctor-fix-doc-link-checks/slice.json +53 -0
  113. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-04-prepare-output-ai-context-drafts/CLOSURE_BRIEF.md +33 -0
  114. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-04-prepare-output-ai-context-drafts/EXECUTION_BRIEF.md +50 -0
  115. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-04-prepare-output-ai-context-drafts/slice.json +70 -0
  116. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-05-local-slice-validation-base-guidance/CLOSURE_BRIEF.md +36 -0
  117. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-05-local-slice-validation-base-guidance/EXECUTION_BRIEF.md +49 -0
  118. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-05-local-slice-validation-base-guidance/slice.json +52 -0
  119. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-06-plan-graph-next-history-views/CLOSURE_BRIEF.md +43 -0
  120. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-06-plan-graph-next-history-views/EXECUTION_BRIEF.md +53 -0
  121. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-06-plan-graph-next-history-views/slice.json +60 -0
  122. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-07-analyzer-command-map-hardening/CLOSURE_BRIEF.md +32 -0
  123. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-07-analyzer-command-map-hardening/EXECUTION_BRIEF.md +50 -0
  124. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-07-analyzer-command-map-hardening/slice.json +51 -0
  125. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-08-evidence-run-command/CLOSURE_BRIEF.md +34 -0
  126. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-08-evidence-run-command/EXECUTION_BRIEF.md +52 -0
  127. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-08-evidence-run-command/slice.json +54 -0
  128. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-09-spec-viewer-demo-scaffolding/CLOSURE_BRIEF.md +34 -0
  129. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-09-spec-viewer-demo-scaffolding/EXECUTION_BRIEF.md +51 -0
  130. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-09-spec-viewer-demo-scaffolding/slice.json +59 -0
  131. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-10-docs-smokes-release-readiness/CLOSURE_BRIEF.md +33 -0
  132. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-10-docs-smokes-release-readiness/EXECUTION_BRIEF.md +54 -0
  133. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-10-docs-smokes-release-readiness/slice.json +76 -0
  134. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/EVIDENCE_REPORT.md +293 -0
  135. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/EXECUTION_PLAN.md +58 -0
  136. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/SPEC.md +242 -0
  137. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/STATUS.md +35 -0
  138. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/pr.md +77 -0
  139. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-00-spec-foundation/CLOSURE_BRIEF.md +34 -0
  140. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-00-spec-foundation/EXECUTION_BRIEF.md +52 -0
  141. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-00-spec-foundation/slice.json +52 -0
  142. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-01-cli-contract-compatibility/CLOSURE_BRIEF.md +36 -0
  143. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-01-cli-contract-compatibility/EXECUTION_BRIEF.md +52 -0
  144. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-01-cli-contract-compatibility/slice.json +56 -0
  145. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-02-run-state-phase-locks/CLOSURE_BRIEF.md +43 -0
  146. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-02-run-state-phase-locks/EXECUTION_BRIEF.md +54 -0
  147. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-02-run-state-phase-locks/slice.json +52 -0
  148. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-03-safe-ai-onboarding-docs/CLOSURE_BRIEF.md +35 -0
  149. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-03-safe-ai-onboarding-docs/EXECUTION_BRIEF.md +53 -0
  150. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-03-safe-ai-onboarding-docs/slice.json +54 -0
  151. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-04-agent-profiles-adapters/CLOSURE_BRIEF.md +34 -0
  152. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-04-agent-profiles-adapters/EXECUTION_BRIEF.md +54 -0
  153. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-04-agent-profiles-adapters/slice.json +52 -0
  154. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-05-approval-gates/CLOSURE_BRIEF.md +34 -0
  155. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-05-approval-gates/EXECUTION_BRIEF.md +54 -0
  156. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-05-approval-gates/slice.json +53 -0
  157. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-06-spec-slice-generator/CLOSURE_BRIEF.md +33 -0
  158. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-06-spec-slice-generator/EXECUTION_BRIEF.md +56 -0
  159. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-06-spec-slice-generator/slice.json +55 -0
  160. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-07-slice-execution-planner/CLOSURE_BRIEF.md +33 -0
  161. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-07-slice-execution-planner/EXECUTION_BRIEF.md +54 -0
  162. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-07-slice-execution-planner/slice.json +52 -0
  163. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-08-controlled-slice-execution/CLOSURE_BRIEF.md +39 -0
  164. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-08-controlled-slice-execution/EXECUTION_BRIEF.md +56 -0
  165. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-08-controlled-slice-execution/slice.json +53 -0
  166. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-09-git-worktree-pr-lifecycle/CLOSURE_BRIEF.md +38 -0
  167. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-09-git-worktree-pr-lifecycle/EXECUTION_BRIEF.md +57 -0
  168. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-09-git-worktree-pr-lifecycle/slice.json +52 -0
  169. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-10-validation-errors-fixtures/CLOSURE_BRIEF.md +39 -0
  170. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-10-validation-errors-fixtures/EXECUTION_BRIEF.md +55 -0
  171. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-10-validation-errors-fixtures/slice.json +56 -0
  172. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-11-export-dashboard-migration/CLOSURE_BRIEF.md +36 -0
  173. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-11-export-dashboard-migration/EXECUTION_BRIEF.md +54 -0
  174. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-11-export-dashboard-migration/slice.json +53 -0
  175. package/specs/quiver-v26-0121-smoke-hardening/EVIDENCE_REPORT.md +208 -0
  176. package/specs/quiver-v26-0121-smoke-hardening/EXECUTION_PLAN.md +57 -0
  177. package/specs/quiver-v26-0121-smoke-hardening/SPEC.md +137 -0
  178. package/specs/quiver-v26-0121-smoke-hardening/STATUS.md +32 -0
  179. package/specs/quiver-v26-0121-smoke-hardening/pr.md +96 -0
  180. package/specs/quiver-v26-0121-smoke-hardening/slices/slice-00-docs-foundation/CLOSURE_BRIEF.md +35 -0
  181. package/specs/quiver-v26-0121-smoke-hardening/slices/slice-00-docs-foundation/EXECUTION_BRIEF.md +55 -0
  182. package/specs/quiver-v26-0121-smoke-hardening/slices/slice-00-docs-foundation/slice.json +73 -0
  183. package/specs/quiver-v26-0121-smoke-hardening/slices/slice-01-cli-help-version-contract/CLOSURE_BRIEF.md +38 -0
  184. package/specs/quiver-v26-0121-smoke-hardening/slices/slice-01-cli-help-version-contract/EXECUTION_BRIEF.md +51 -0
  185. package/specs/quiver-v26-0121-smoke-hardening/slices/slice-01-cli-help-version-contract/slice.json +76 -0
  186. package/specs/quiver-v26-0121-smoke-hardening/slices/slice-02-init-doc-links-and-flow-guidance/CLOSURE_BRIEF.md +37 -0
  187. package/specs/quiver-v26-0121-smoke-hardening/slices/slice-02-init-doc-links-and-flow-guidance/EXECUTION_BRIEF.md +52 -0
  188. package/specs/quiver-v26-0121-smoke-hardening/slices/slice-02-init-doc-links-and-flow-guidance/slice.json +75 -0
  189. package/specs/quiver-v26-0121-smoke-hardening/slices/slice-03-ai-approval-review-consistency/CLOSURE_BRIEF.md +37 -0
  190. package/specs/quiver-v26-0121-smoke-hardening/slices/slice-03-ai-approval-review-consistency/EXECUTION_BRIEF.md +53 -0
  191. package/specs/quiver-v26-0121-smoke-hardening/slices/slice-03-ai-approval-review-consistency/slice.json +77 -0
  192. package/specs/quiver-v26-0121-smoke-hardening/slices/slice-04-local-validation-brief-contracts/CLOSURE_BRIEF.md +35 -0
  193. package/specs/quiver-v26-0121-smoke-hardening/slices/slice-04-local-validation-brief-contracts/EXECUTION_BRIEF.md +52 -0
  194. package/specs/quiver-v26-0121-smoke-hardening/slices/slice-04-local-validation-brief-contracts/slice.json +77 -0
  195. package/specs/quiver-v26-0121-smoke-hardening/slices/slice-05-demo-scaffold-readiness/CLOSURE_BRIEF.md +34 -0
  196. package/specs/quiver-v26-0121-smoke-hardening/slices/slice-05-demo-scaffold-readiness/EXECUTION_BRIEF.md +54 -0
  197. package/specs/quiver-v26-0121-smoke-hardening/slices/slice-05-demo-scaffold-readiness/slice.json +84 -0
  198. package/specs/quiver-v26-0121-smoke-hardening/slices/slice-06-plan-graph-scope-performance/CLOSURE_BRIEF.md +35 -0
  199. package/specs/quiver-v26-0121-smoke-hardening/slices/slice-06-plan-graph-scope-performance/EXECUTION_BRIEF.md +53 -0
  200. package/specs/quiver-v26-0121-smoke-hardening/slices/slice-06-plan-graph-scope-performance/slice.json +82 -0
  201. package/specs/quiver-v26-0121-smoke-hardening/slices/slice-07-smoke-release-readiness/CLOSURE_BRIEF.md +35 -0
  202. package/specs/quiver-v26-0121-smoke-hardening/slices/slice-07-smoke-release-readiness/EXECUTION_BRIEF.md +55 -0
  203. package/specs/quiver-v26-0121-smoke-hardening/slices/slice-07-smoke-release-readiness/slice.json +92 -0
  204. package/src/create-quiver/commands/ai.js +1060 -37
  205. package/src/create-quiver/commands/demo.js +22 -0
  206. package/src/create-quiver/commands/evidence.js +37 -0
  207. package/src/create-quiver/commands/flow.js +562 -0
  208. package/src/create-quiver/commands/graph.js +19 -4
  209. package/src/create-quiver/commands/next.js +28 -0
  210. package/src/create-quiver/commands/plan.js +9 -6
  211. package/src/create-quiver/commands/prepare.js +236 -0
  212. package/src/create-quiver/commands/spec.js +133 -0
  213. package/src/create-quiver/index.js +1010 -31
  214. package/src/create-quiver/lib/actionable-error.js +27 -0
  215. package/src/create-quiver/lib/agent-profiles.js +148 -0
  216. package/src/create-quiver/lib/ai/context-packs.js +16 -0
  217. package/src/create-quiver/lib/ai/execution-plan.js +377 -11
  218. package/src/create-quiver/lib/ai/executor.js +633 -24
  219. package/src/create-quiver/lib/ai/export-state.js +534 -0
  220. package/src/create-quiver/lib/ai/github.js +279 -0
  221. package/src/create-quiver/lib/ai/onboarding-template.js +578 -0
  222. package/src/create-quiver/lib/ai/plan-review.js +286 -0
  223. package/src/create-quiver/lib/ai/providers.js +5 -3
  224. package/src/create-quiver/lib/ai/run-state.js +414 -0
  225. package/src/create-quiver/lib/ai/safety.js +5 -0
  226. package/src/create-quiver/lib/ai/spec-generator.js +12 -0
  227. package/src/create-quiver/lib/ai/spec-templates.js +80 -11
  228. package/src/create-quiver/lib/approvals.js +369 -0
  229. package/src/create-quiver/lib/demo.js +832 -0
  230. package/src/create-quiver/lib/doctor.js +309 -0
  231. package/src/create-quiver/lib/evidence.js +115 -0
  232. package/src/create-quiver/lib/handoff.js +81 -12
  233. package/src/create-quiver/lib/init-docs.js +302 -17
  234. package/src/create-quiver/lib/init-layout.js +34 -1
  235. package/src/create-quiver/lib/json.js +53 -3
  236. package/src/create-quiver/lib/lifecycle.js +6 -0
  237. package/src/create-quiver/lib/package-safety.js +117 -0
  238. package/src/create-quiver/lib/readiness.js +103 -21
  239. package/src/create-quiver/lib/scope.js +50 -7
  240. package/src/create-quiver/lib/slice-graph.js +138 -37
  241. package/src/create-quiver/lib/slice.js +14 -9
  242. package/src/create-quiver/lib/spec-worktrees.js +363 -0
@@ -0,0 +1,53 @@
1
+ {
2
+ "slice_id": "slice-08-controlled-slice-execution",
3
+ "ticket": "QUIVER-25-08",
4
+ "type": "feature",
5
+ "title": "Controlled slice execution and evidence",
6
+ "objective": "Execute or print executor prompts for slices with minimal context, scope enforcement, closure updates, evidence, and command logging.",
7
+ "description": "Prepare executor context packs, support prompt-only/manual/delegated modes, validate touched files, update closure briefs, capture evidence, and support one-slice closure.",
8
+ "git": {
9
+ "branch_type": "feature",
10
+ "base_branch": "main",
11
+ "branch_slug": "controlled-slice-execution",
12
+ "branch_name": "feature/QUIVER-25-08-controlled-slice-execution"
13
+ },
14
+ "files": [
15
+ "src/create-quiver/**",
16
+ "docs/**",
17
+ "tests/**"
18
+ ],
19
+ "depends_on": [
20
+ "slice-07-slice-execution-planner"
21
+ ],
22
+ "parallel_safe": "no",
23
+ "parallel_safe_reason": "Central executor behavior must be stable before Git/PR automation depends on it.",
24
+ "must": [
25
+ "Prepare minimal executor context from slice metadata and relevant spec excerpts.",
26
+ "Support prompt-only execution.",
27
+ "Validate correct worktree and clean working tree before execution.",
28
+ "Validate modified files against declared slice scope.",
29
+ "Update CLOSURE_BRIEF.md, evidence report, command log, and status.",
30
+ "Redact likely secrets from captured logs."
31
+ ],
32
+ "not_included": [
33
+ "Creating PRs.",
34
+ "Closing worktrees after merge.",
35
+ "Dashboard export."
36
+ ],
37
+ "acceptance": [
38
+ "Executor context excludes unrelated docs/specs by default.",
39
+ "Prompt-only mode produces directly usable prompts.",
40
+ "Dirty or wrong worktree blocks execution.",
41
+ "Out-of-scope file changes are reported or blocked.",
42
+ "Closure and evidence are updated after successful execution.",
43
+ "Logs redact likely secrets."
44
+ ],
45
+ "tests": [
46
+ "node --test tests/**/*.test.js",
47
+ "git diff --check"
48
+ ],
49
+ "estimated_hours": 8,
50
+ "status": "completed",
51
+ "blocked_reason": null,
52
+ "completed_at": "2026-05-22T17:02:29-03:00"
53
+ }
@@ -0,0 +1,38 @@
1
+ # CLOSURE BRIEF - slice-09: Git worktree, commit, PR, and close lifecycle
2
+
3
+ ## Summary of Work
4
+
5
+ Implemented Git/worktree/PR lifecycle hardening around the AI-first flow. Quiver can now dry-run spec worktree creation, refuses dirty-tree slice commits, requires explicit SSH host alias input for PR preflight, blocks PR creation while spec slices remain open, and keeps post-merge worktree cleanup/pull guidance visible.
6
+
7
+ ## Validation Against Acceptance Criteria
8
+
9
+ - [x] Worktree lifecycle verified.
10
+ - [x] Commit-by-slice verified.
11
+ - [x] PR preflight verified.
12
+ - [x] PR body usage verified.
13
+ - [x] Post-merge close verified.
14
+ - [x] Open-slice PR blocking verified.
15
+ - [x] Cross-platform SSH alias guidance verified.
16
+
17
+ ## Relevant Changes
18
+
19
+ - `spec start --dry-run` now previews branch/base/worktree without creating a worktree.
20
+ - CLI wiring passes `--dry-run` into `startSpecWorktree`.
21
+ - `ai execute-slice --commit` blocks when the worktree is dirty before execution, even if `--allow-dirty` is set.
22
+ - GitHub PR preflight requires `--ssh-host-alias` and reports macOS/Linux/Windows setup guidance when missing.
23
+ - PR creation from a generated spec `pr.md` refuses to continue while any slice in that spec is not completed.
24
+ - README, README_FOR_AI, generated command docs, workflow docs, and CLI help describe the hardened lifecycle.
25
+
26
+ ## Pending
27
+
28
+ None for this slice.
29
+
30
+ ## Remaining Risks
31
+
32
+ - SSH alias presence is validated, but key authentication still depends on the user's local SSH configuration.
33
+ - Open-slice blocking is intentionally scoped to standard `specs/<slug>/pr.md` PR bodies.
34
+
35
+ ## Future Recommendations
36
+
37
+ - Keep `gh` and SSH alias guidance platform-specific and actionable.
38
+ - Consider adding a future `ai doctor --ssh-host-alias <alias>` live SSH probe when network access is intentionally available.
@@ -0,0 +1,57 @@
1
+ # EXECUTION BRIEF - slice-09: Git worktree, commit, PR, and close lifecycle
2
+
3
+ ## Context
4
+
5
+ Quiver's intended workflow uses one worktree per spec, one commit per slice, and one PR per spec.
6
+
7
+ ## Objective
8
+
9
+ Implement safe Git/GitHub lifecycle commands around worktrees, slice commits, PR creation, and post-merge cleanup.
10
+
11
+ ## Scope
12
+
13
+ - Worktree create/status/repair/close.
14
+ - Clean-tree checks.
15
+ - Commit-by-slice.
16
+ - GitHub CLI preflight.
17
+ - SSH alias guidance across macOS, Linux, and Windows.
18
+ - PR creation from `pr.md`.
19
+ - Post-merge cleanup guidance.
20
+
21
+ ## Acceptance Criteria
22
+
23
+ - Existing worktrees/branches/PRs are handled safely.
24
+ - Commits refuse unrelated mixed changes.
25
+ - PR preflight catches missing prerequisites.
26
+ - PR uses generated body.
27
+ - Close guides worktree removal and pull.
28
+
29
+ ## Technical Plan Summary
30
+
31
+ Build on controlled slice execution so only closed, validated slice work can be committed and included in PR creation.
32
+
33
+ ## Suggested Execution Steps
34
+
35
+ 1. Audit current worktree and PR commands.
36
+ 2. Add status/repair paths.
37
+ 3. Harden clean-tree and commit checks.
38
+ 4. Add/extend PR preflight.
39
+ 5. Add post-merge close guidance.
40
+ 6. Test with mocked Git/GitHub states.
41
+
42
+ ## Restrictions
43
+
44
+ - Do not auto-merge PRs.
45
+ - Do not create SSH keys without explicit user approval.
46
+
47
+ ## Risks
48
+
49
+ - Git state can vary widely. Prefer diagnostic output over destructive repair.
50
+
51
+ ## Completion Checklist
52
+
53
+ - [ ] Worktree flows tested.
54
+ - [ ] Commit-by-slice tested.
55
+ - [ ] PR preflight tested.
56
+ - [ ] Close flow tested.
57
+ - [ ] Evidence appended.
@@ -0,0 +1,52 @@
1
+ {
2
+ "slice_id": "slice-09-git-worktree-pr-lifecycle",
3
+ "ticket": "QUIVER-25-09",
4
+ "type": "feature",
5
+ "title": "Git worktree, commit, PR, and close lifecycle",
6
+ "objective": "Manage the spec-level Git workflow: worktree per spec, one commit per slice, PR creation, and post-merge cleanup.",
7
+ "description": "Harden worktree creation/status/repair/close, commit-by-slice behavior, GitHub CLI preflight, SSH alias guidance, PR creation, and post-merge pull.",
8
+ "git": {
9
+ "branch_type": "feature",
10
+ "base_branch": "main",
11
+ "branch_slug": "git-worktree-pr-lifecycle",
12
+ "branch_name": "feature/QUIVER-25-09-git-worktree-pr-lifecycle"
13
+ },
14
+ "files": [
15
+ "src/create-quiver/**",
16
+ "docs/**",
17
+ "tests/**"
18
+ ],
19
+ "depends_on": [
20
+ "slice-08-controlled-slice-execution"
21
+ ],
22
+ "parallel_safe": "no",
23
+ "parallel_safe_reason": "Depends on reliable slice closure and touches shared Git workflow commands.",
24
+ "must": [
25
+ "Create or validate one worktree per spec.",
26
+ "Report existing worktree, branch, remote branch, or PR state.",
27
+ "Require clean working tree before slice execution and commit.",
28
+ "Create one commit per closed slice.",
29
+ "Validate `gh`, authentication, remote, branch, SSH alias guidance, and PR body before PR creation.",
30
+ "Guide post-merge worktree removal and pull."
31
+ ],
32
+ "not_included": [
33
+ "Automatic PR merge.",
34
+ "Credential creation without user action.",
35
+ "Provider execution."
36
+ ],
37
+ "acceptance": [
38
+ "Worktree create/status/repair/close behavior is safe and dry-run-capable where mutating.",
39
+ "Commit by slice refuses mixed unrelated changes.",
40
+ "PR preflight catches missing `gh`, auth, remote, branch, alias, body, or open slices.",
41
+ "PR creation uses the generated `pr.md`.",
42
+ "Post-merge close guides worktree cleanup and local pull."
43
+ ],
44
+ "tests": [
45
+ "node --test tests/**/*.test.js",
46
+ "git diff --check"
47
+ ],
48
+ "estimated_hours": 8,
49
+ "status": "completed",
50
+ "blocked_reason": null,
51
+ "completed_at": "2026-05-22T17:07:41-03:00"
52
+ }
@@ -0,0 +1,39 @@
1
+ # CLOSURE BRIEF - slice-10: Validation, actionable errors, redaction, and fixtures
2
+
3
+ ## Summary of Work
4
+
5
+ Implemented validation hardening with actionable error formatting, doctor environment warnings, an official fixture matrix, and smoke coverage. The slice also improves missing agent-profile guidance and keeps PR preflight failures clearer for humans and agents.
6
+
7
+ ## Validation Against Acceptance Criteria
8
+
9
+ - [x] Error format verified.
10
+ - [x] Dry-run consistency verified.
11
+ - [x] Redaction verified.
12
+ - [x] Fixture matrix verified.
13
+ - [x] Smokes run.
14
+ - [x] Doctor environment warnings verified.
15
+ - [x] Missing agent profile guidance verified.
16
+
17
+ ## Relevant Changes
18
+
19
+ - Added `src/create-quiver/lib/actionable-error.js`.
20
+ - Added actionable error output for missing agent profile, missing SSH alias, and open-slice PR blocking.
21
+ - Added doctor environment warning collection for Node, npm, git, gh, gh auth, shell, write permission, and spaced paths.
22
+ - Added `tests/fixtures/validation-errors/matrix.json` and `scripts/ci/smoke-doctor-fixtures.js`.
23
+ - Added `smoke:doctor-fixtures` to `package.json`.
24
+ - Added tests for environment warnings, actionable error output, missing profile guidance, and fixture matrix.
25
+ - Updated README, README_FOR_AI, and command docs.
26
+
27
+ ## Pending
28
+
29
+ None for this slice.
30
+
31
+ ## Remaining Risks
32
+
33
+ - Doctor environment checks intentionally warn instead of fail.
34
+ - The fixture matrix manifest should keep expanding with future dogfooding bugs.
35
+
36
+ ## Future Recommendations
37
+
38
+ - Treat every bug found in dogfooding as a new fixture candidate.
39
+ - Add deeper per-state fixture directories if a future bug requires filesystem-level reproduction.
@@ -0,0 +1,55 @@
1
+ # EXECUTION BRIEF - slice-10: Validation, actionable errors, redaction, and fixtures
2
+
3
+ ## Context
4
+
5
+ The lifecycle is only production-ready if failures are understandable and edge cases are covered by fixtures.
6
+
7
+ ## Objective
8
+
9
+ Harden validation, errors, redaction, dry-runs, doctor checks, and fixture coverage.
10
+
11
+ ## Scope
12
+
13
+ - Actionable error format.
14
+ - Dry-run consistency checks.
15
+ - Secret redaction.
16
+ - Cross-platform doctor checks.
17
+ - Fixture matrix and tests.
18
+
19
+ ## Acceptance Criteria
20
+
21
+ - Errors include failure, impact, fix, and next command.
22
+ - Mutating commands support dry-run or justify why not.
23
+ - Logs redact likely secrets.
24
+ - Fixture matrix covers required project states.
25
+ - Smoke/tests cover the matrix.
26
+
27
+ ## Technical Plan Summary
28
+
29
+ Create shared error/redaction/dry-run test helpers and use fixture projects to prevent partial fixes.
30
+
31
+ ## Suggested Execution Steps
32
+
33
+ 1. Define error output contract.
34
+ 2. Add redaction tests.
35
+ 3. Build fixture matrix.
36
+ 4. Add doctor validations.
37
+ 5. Add smoke coverage.
38
+ 6. Run full targeted test set.
39
+
40
+ ## Restrictions
41
+
42
+ - Do not publish a package.
43
+ - Do not expose real env values in test output.
44
+
45
+ ## Risks
46
+
47
+ - Fixture setup can become heavy. Keep fixtures focused and reusable.
48
+
49
+ ## Completion Checklist
50
+
51
+ - [ ] Error contract implemented.
52
+ - [ ] Redaction tested.
53
+ - [ ] Fixture matrix added.
54
+ - [ ] Smokes updated.
55
+ - [ ] Evidence appended.
@@ -0,0 +1,56 @@
1
+ {
2
+ "slice_id": "slice-10-validation-errors-fixtures",
3
+ "ticket": "QUIVER-25-10",
4
+ "type": "quality",
5
+ "title": "Validation, actionable errors, redaction, and fixtures",
6
+ "objective": "Harden lifecycle behavior with actionable errors, dry-run consistency, redaction, cross-platform checks, and fixture coverage.",
7
+ "description": "Add production-grade validation and tests for the AI-first lifecycle across new, existing, older, monorepo, dirty git, no git, no gh, path-with-spaces, docs-conflict, and missing-agent scenarios.",
8
+ "git": {
9
+ "branch_type": "feature",
10
+ "base_branch": "main",
11
+ "branch_slug": "validation-errors-fixtures",
12
+ "branch_name": "feature/QUIVER-25-10-validation-errors-fixtures"
13
+ },
14
+ "files": [
15
+ "src/create-quiver/**",
16
+ "docs/**",
17
+ "tests/**",
18
+ "scripts/**"
19
+ ],
20
+ "depends_on": [
21
+ "slice-01-cli-contract-compatibility",
22
+ "slice-02-run-state-phase-locks",
23
+ "slice-08-controlled-slice-execution"
24
+ ],
25
+ "parallel_safe": "yes",
26
+ "parallel_safe_reason": "Can run beside export/migration if fixture and validation files do not overlap.",
27
+ "must": [
28
+ "Standardize actionable error shape.",
29
+ "Ensure write-capable commands have dry-run behavior or explicit justification.",
30
+ "Redact likely secrets from logs/evidence.",
31
+ "Add cross-platform doctor checks for Node, npm, git, gh, shell, permissions, paths with spaces, and auth hints.",
32
+ "Add official fixtures for the major project states."
33
+ ],
34
+ "not_included": [
35
+ "Dashboard export implementation.",
36
+ "Provider-specific feature expansion.",
37
+ "Package publishing."
38
+ ],
39
+ "acceptance": [
40
+ "Errors explain what failed, why it matters, how to fix it, and next command.",
41
+ "Dry-run behavior is consistent for mutating commands.",
42
+ "Secret-like output is redacted before writing logs.",
43
+ "Fixtures cover new, existing, old Quiver, monorepo, no git, dirty git, no gh, paths with spaces, docs contradiction, and missing agent profile.",
44
+ "Tests and smoke commands validate the fixture matrix."
45
+ ],
46
+ "tests": [
47
+ "node --test tests/**/*.test.js",
48
+ "npm run smoke:create-quiver",
49
+ "npm run smoke:guided-workflow",
50
+ "git diff --check"
51
+ ],
52
+ "estimated_hours": 8,
53
+ "status": "completed",
54
+ "blocked_reason": null,
55
+ "completed_at": "2026-05-22T17:13:38-03:00"
56
+ }
@@ -0,0 +1,36 @@
1
+ # CLOSURE BRIEF - slice-11: Export, dashboard-friendly output, and migration
2
+
3
+ ## Summary of Work
4
+
5
+ Implemented lifecycle inspection and export surfaces for humans, agents, and optional dashboards. Quiver now exposes specs, slices, runs, agents, dependencies, blockers, progress, and migration findings through read-only AI commands, plus a dry-run migration preview for older projects.
6
+
7
+ ## Validation Against Acceptance Criteria
8
+
9
+ - [x] Inspection output verified.
10
+ - [x] JSON export verified.
11
+ - [x] Markdown export verified.
12
+ - [x] Migration dry-run verified.
13
+ - [x] No heavy dependencies added.
14
+
15
+ ## Relevant Changes
16
+
17
+ - Added `ai inspect`, `ai export`, `ai specs list`, `ai slices list`, and `ai trace report`.
18
+ - Added a versioned lifecycle export contract under `src/create-quiver/lib/ai/export-state.js`.
19
+ - Added dashboard-friendly state for agents, specs, slices, dependencies, blockers, migration status, and progress.
20
+ - Added `migrate --dry-run` reporting without writes.
21
+ - Added generated npm scripts and docs for the new inspection/export commands.
22
+ - Fixed JSON comment stripping so glob strings such as `src/**` are not corrupted.
23
+
24
+ ## Pending
25
+
26
+ - None for this slice.
27
+
28
+ ## Remaining Risks
29
+
30
+ - The JSON export uses `schema_version: 1`; future dashboard consumers should pin and validate against that version.
31
+ - Quiver core intentionally does not ship a persistent dashboard UI. Visual tools should consume the export externally.
32
+
33
+ ## Future Recommendations
34
+
35
+ - Dogfood `ai export --format json` in the Quiver Spec Viewer demo before expanding the export contract.
36
+ - Evaluate a static HTML export only after JSON/Markdown export is stable in real projects.
@@ -0,0 +1,54 @@
1
+ # EXECUTION BRIEF - slice-11: Export, dashboard-friendly output, and migration
2
+
3
+ ## Context
4
+
5
+ Quiver should expose its state to humans, agents, and optional visualizers without turning the core package into a full web application.
6
+
7
+ ## Objective
8
+
9
+ Add inspection, export, dashboard-friendly output, and migration dry-runs.
10
+
11
+ ## Scope
12
+
13
+ - `status`, `specs list`, `slices list`, `inspect`, and `trace report` style outputs.
14
+ - JSON and Markdown export.
15
+ - Dashboard-friendly state shape.
16
+ - Migration dry-run for older Quiver projects.
17
+
18
+ ## Acceptance Criteria
19
+
20
+ - Inspection output is actionable.
21
+ - JSON export is machine-readable.
22
+ - Markdown export is readable.
23
+ - Migration dry-run writes nothing.
24
+ - Older project fixtures get clear guidance.
25
+ - No heavy UI dependencies are added.
26
+
27
+ ## Technical Plan Summary
28
+
29
+ Build on execution planning and validation so export and migration reflect real Quiver state rather than ad-hoc file reads.
30
+
31
+ ## Suggested Execution Steps
32
+
33
+ 1. Define export JSON contract.
34
+ 2. Add Markdown export.
35
+ 3. Add inspection/list/report commands.
36
+ 4. Add migration dry-run checks.
37
+ 5. Test against older-project fixtures.
38
+
39
+ ## Restrictions
40
+
41
+ - Do not add a persistent web server to core.
42
+ - Do not perform destructive migration without preview.
43
+
44
+ ## Risks
45
+
46
+ - Export contracts can become public APIs. Version the shape or document stability.
47
+
48
+ ## Completion Checklist
49
+
50
+ - [ ] JSON export tested.
51
+ - [ ] Markdown export tested.
52
+ - [ ] Inspection commands tested.
53
+ - [ ] Migration dry-run tested.
54
+ - [ ] Evidence appended.
@@ -0,0 +1,53 @@
1
+ {
2
+ "slice_id": "slice-11-export-dashboard-migration",
3
+ "ticket": "QUIVER-25-11",
4
+ "type": "feature",
5
+ "title": "Export, dashboard-friendly output, and migration",
6
+ "objective": "Expose lifecycle state, specs, slices, and migration findings in formats useful for humans, agents, and optional dashboards.",
7
+ "description": "Add export commands, inspect/list/report surfaces, visualization-friendly JSON/Markdown, and migration dry-runs for older Quiver projects.",
8
+ "git": {
9
+ "branch_type": "feature",
10
+ "base_branch": "main",
11
+ "branch_slug": "export-dashboard-migration",
12
+ "branch_name": "feature/QUIVER-25-11-export-dashboard-migration"
13
+ },
14
+ "files": [
15
+ "src/create-quiver/**",
16
+ "docs/**",
17
+ "tests/**"
18
+ ],
19
+ "depends_on": [
20
+ "slice-07-slice-execution-planner",
21
+ "slice-10-validation-errors-fixtures"
22
+ ],
23
+ "parallel_safe": "yes",
24
+ "parallel_safe_reason": "Late-stage output/migration work can run beside hardening if shared CLI files are coordinated.",
25
+ "must": [
26
+ "Add or improve status, specs list, slices list, inspect, and trace report surfaces.",
27
+ "Export specs/slices/runs as JSON and Markdown.",
28
+ "Provide dashboard-friendly state for agents, specs, slices, dependencies, blockers, and progress.",
29
+ "Support migration dry-run for older Quiver projects.",
30
+ "Keep core package lightweight and avoid a full web IDE."
31
+ ],
32
+ "not_included": [
33
+ "Building a persistent web server UI into core.",
34
+ "Automatic package publishing.",
35
+ "Automatic PR merge."
36
+ ],
37
+ "acceptance": [
38
+ "Inspection commands show actionable lifecycle state.",
39
+ "Export JSON is machine-readable and stable enough for demos/dashboards.",
40
+ "Markdown export is readable in PRs or docs.",
41
+ "Migration dry-run reports planned changes without writing.",
42
+ "Older Quiver project fixtures receive clear migration guidance.",
43
+ "No heavy UI dependencies are added to core."
44
+ ],
45
+ "tests": [
46
+ "node --test tests/**/*.test.js",
47
+ "git diff --check"
48
+ ],
49
+ "estimated_hours": 7,
50
+ "status": "completed",
51
+ "blocked_reason": null,
52
+ "completed_at": "2026-05-22T17:31:01-03:00"
53
+ }