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,60 @@
1
+ {
2
+ "slice_id": "slice-06-plan-graph-next-history-views",
3
+ "ticket": "QUIVER-24-06",
4
+ "type": "feature",
5
+ "title": "Historical plan, graph, and next views",
6
+ "objective": "Make orchestration commands useful for demos and audits by optionally including completed slices.",
7
+ "description": "Add `--include-completed` behavior to `plan`, `graph`, and `next` while keeping default pending-only output unchanged.",
8
+ "git": {
9
+ "branch_type": "feature",
10
+ "base_branch": "main",
11
+ "branch_slug": "plan-graph-next-history-views",
12
+ "branch_name": "feature/QUIVER-24-06-plan-graph-next-history-views"
13
+ },
14
+ "files": [
15
+ "src/create-quiver/index.js",
16
+ "src/create-quiver/commands/plan.js",
17
+ "src/create-quiver/commands/graph.js",
18
+ "src/create-quiver/commands/next.js",
19
+ "src/create-quiver/lib/slice-graph.js",
20
+ "tests/commands/plan.test.js",
21
+ "tests/commands/graph.test.js",
22
+ "tests/commands/next.test.js",
23
+ "tests/lib/slice-graph.test.js"
24
+ ],
25
+ "depends_on": [
26
+ "slice-05-local-slice-validation-base-guidance"
27
+ ],
28
+ "parallel_safe": "yes",
29
+ "parallel_safe_reason": "Can run after local validation behavior is defined; owns planning command output.",
30
+ "must": [
31
+ "Add `--include-completed` to plan, graph, and next where useful.",
32
+ "Keep default output pending-only.",
33
+ "Define behavior for completed, skipped, cancelled, blocked, and draft statuses.",
34
+ "Keep JSON output parseable.",
35
+ "Ensure `--spec <slug>` filters plan, graph, and next outputs consistently.",
36
+ "Preserve slice ticket values in plan output.",
37
+ "Keep default no-pending message clear."
38
+ ],
39
+ "not_included": [
40
+ "Changing dependency inference semantics.",
41
+ "Adding a persistent UI.",
42
+ "Changing slice statuses."
43
+ ],
44
+ "acceptance": [
45
+ "Default plan/graph/next behavior remains pending-only.",
46
+ "`plan --include-completed` shows completed slices for audit/demo use.",
47
+ "`graph --include-completed` renders completed slices without breaking Mermaid/DOT/tree outputs.",
48
+ "`next --include-completed` does not recommend completed slices as actionable work unless explicitly documented as historical output.",
49
+ "`graph --spec <slug>` does not include slices from other specs.",
50
+ "`next --spec <slug>` and `plan --spec <slug>` apply the same spec filter semantics.",
51
+ "Plan output shows the `ticket` value from slice.json when present.",
52
+ "Tests cover JSON and human output."
53
+ ],
54
+ "tests": [
55
+ "node --test tests/commands/plan.test.js tests/commands/graph.test.js tests/commands/next.test.js tests/lib/slice-graph.test.js"
56
+ ],
57
+ "estimated_hours": 5,
58
+ "status": "completed",
59
+ "blocked_reason": null
60
+ }
@@ -0,0 +1,32 @@
1
+ # CLOSURE BRIEF - slice-07: Analyzer command map hardening
2
+
3
+ ## Resumen de lo realizado
4
+
5
+ - `analyze` ahora deduplica lenguajes antes de escribir `PROJECT_SCAN.json` y `PROJECT_MAP.md`.
6
+ - Se agregó una detección fallback para proyectos Node/JavaScript simples cuando hay señales JS/TS y `package.json` o archivos/directorios fuente.
7
+ - `PROJECT_MAP.md` ahora puede destacar scripts `validate` junto con `start`, `dev` y `test`.
8
+ - Se agregó cobertura CLI con un fixture Node/JavaScript plano.
9
+
10
+ ## Validación contra criterios de aceptación
11
+
12
+ - [x] Vanilla Node/JS project recognized.
13
+ - [x] Language output deduplicated.
14
+ - [x] Useful scripts surfaced.
15
+ - [x] Existing scan artifact tests pass.
16
+
17
+ ## Cambios relevantes
18
+
19
+ - `src/create-quiver/index.js`
20
+ - `tests/commands/analyze.test.js`
21
+
22
+ ## Pendientes
23
+
24
+ Sin pendientes del slice.
25
+
26
+ ## Riesgos remanentes
27
+
28
+ Fallback detection should be revisited if external projects show false positives.
29
+
30
+ ## Recomendaciones futuras
31
+
32
+ Keep `PROJECT_MAP.md` as the concise source of truth for agents.
@@ -0,0 +1,50 @@
1
+ # EXECUTION BRIEF - slice-07: Analyzer command map hardening
2
+
3
+ ## Contexto
4
+
5
+ Dogfooding a vanilla Node/JavaScript app produced `Primary: unknown`, duplicated language values, and under-highlighted custom validation scripts.
6
+
7
+ ## Objetivo
8
+
9
+ Make `analyze` produce a more accurate and useful `PROJECT_MAP.md` for small projects.
10
+
11
+ ## Alcance
12
+
13
+ - Node/JavaScript fallback classification.
14
+ - Language deduplication.
15
+ - Command summary improvements.
16
+ - Tests for vanilla JS/Node fixtures.
17
+
18
+ ## Criterios de aceptación
19
+
20
+ - Simple Node/JS project is recognized.
21
+ - Languages are unique.
22
+ - `validate` scripts are surfaced.
23
+ - Existing framework detection remains stable.
24
+
25
+ ## Plan técnico resumido
26
+
27
+ Improve analyzer heuristics with conservative fallback rules based on package.json, source extensions, and entrypoint scripts.
28
+
29
+ ## Pasos sugeridos de ejecución
30
+
31
+ 1. Review current scan structure.
32
+ 2. Add deduplication where language signals are collected.
33
+ 3. Add Node/JS fallback detection.
34
+ 4. Expand command/script patterns.
35
+ 5. Add fixtures/tests.
36
+
37
+ ## Restricciones
38
+
39
+ - Do not over-classify projects with weak signals.
40
+ - Do not execute user scripts during analysis.
41
+
42
+ ## Riesgos
43
+
44
+ - Primary labels may become too broad. Prefer conservative names.
45
+
46
+ ## Checklist de finalización
47
+
48
+ - [ ] Vanilla JS fixture test.
49
+ - [ ] Script summary test.
50
+ - [ ] Existing framework tests pass.
@@ -0,0 +1,51 @@
1
+ {
2
+ "slice_id": "slice-07-analyzer-command-map-hardening",
3
+ "ticket": "QUIVER-24-07",
4
+ "type": "feature",
5
+ "title": "Analyzer command map hardening",
6
+ "objective": "Improve project analysis for small Node/JavaScript projects and make PROJECT_MAP.md more useful for agents.",
7
+ "description": "Detect vanilla Node/JavaScript projects, deduplicate language signals, surface scripts like validate, and keep command summaries token-efficient.",
8
+ "git": {
9
+ "branch_type": "feature",
10
+ "base_branch": "main",
11
+ "branch_slug": "analyzer-command-map-hardening",
12
+ "branch_name": "feature/QUIVER-24-07-analyzer-command-map-hardening"
13
+ },
14
+ "files": [
15
+ "src/create-quiver/index.js",
16
+ "src/create-quiver/lib/analyze.js",
17
+ "src/create-quiver/lib/project-scan.js",
18
+ "tests/commands/analyze.test.js",
19
+ "tests/lib/project-scan.test.js"
20
+ ],
21
+ "depends_on": [
22
+ "slice-01-init-template-hygiene"
23
+ ],
24
+ "parallel_safe": "yes",
25
+ "parallel_safe_reason": "Can run after init output is stable; owns analyzer/project-map behavior.",
26
+ "must": [
27
+ "Recognize simple Node/JavaScript projects more precisely than unknown.",
28
+ "Deduplicate language output.",
29
+ "List useful scripts including validate.",
30
+ "Keep PROJECT_MAP.md concise and agent-friendly.",
31
+ "Avoid scanning dependency folders, generated outputs, secrets, caches, and local AI state."
32
+ ],
33
+ "not_included": [
34
+ "Full framework detection rewrite.",
35
+ "Runtime execution of project scripts.",
36
+ "Static analysis of product code."
37
+ ],
38
+ "acceptance": [
39
+ "A vanilla Node/JavaScript fixture is not reported as primary unknown when package/source signals exist.",
40
+ "Languages are deduplicated.",
41
+ "`validate`, `start`, `dev`, and `test` scripts are surfaced when present.",
42
+ "PROJECT_MAP.md keeps skipped-path guidance.",
43
+ "Existing framework detection tests still pass."
44
+ ],
45
+ "tests": [
46
+ "node --test tests/commands/analyze.test.js tests/lib/project-scan.test.js"
47
+ ],
48
+ "estimated_hours": 4,
49
+ "status": "completed",
50
+ "blocked_reason": null
51
+ }
@@ -0,0 +1,34 @@
1
+ # CLOSURE BRIEF - slice-08: Evidence run command
2
+
3
+ ## Resumen de lo realizado
4
+
5
+ Se agregó `evidence run -- <command>` para ejecutar validaciones y guardar una evidencia local en Markdown con comando, exit code, duración, stdout/stderr resumidos, truncado y redacción básica de secretos.
6
+
7
+ ## Validación contra criterios de aceptación
8
+
9
+ - [x] Command output captured.
10
+ - [x] Exit code preserved.
11
+ - [x] Long output truncated.
12
+ - [x] Secret-like values redacted in command, stdout, and stderr.
13
+
14
+ ## Cambios relevantes
15
+
16
+ - Nuevo comando `npx create-quiver evidence run -- <command>`.
17
+ - Nueva librería `src/create-quiver/lib/evidence.js`.
18
+ - Nuevo runner de comando `src/create-quiver/commands/evidence.js`.
19
+ - Script `quiver:evidence` en proyectos generados y en el repo fuente.
20
+ - `.quiver/.gitignore` ahora ignora `evidence/` por defecto.
21
+ - Documentación actualizada en README, README_FOR_AI, COMMANDS y WORKFLOW.
22
+ - Tests CLI y de librería agregados.
23
+
24
+ ## Pendientes
25
+
26
+ Sin pendientes del slice.
27
+
28
+ ## Riesgos remanentes
29
+
30
+ La redacción sigue siendo best effort. No reemplaza una política de secretos ni debe usarse para ejecutar comandos que impriman credenciales intencionalmente.
31
+
32
+ ## Recomendaciones futuras
33
+
34
+ Consider integrating evidence with active spec/slice metadata after the standalone command is stable.
@@ -0,0 +1,52 @@
1
+ # EXECUTION BRIEF - slice-08: Evidence run command
2
+
3
+ ## Contexto
4
+
5
+ Evidence was captured manually during dogfooding. Quiver should help record validation evidence in a repeatable way while preserving failures.
6
+
7
+ ## Objetivo
8
+
9
+ Add a small evidence runner for command execution summaries.
10
+
11
+ ## Alcance
12
+
13
+ - `evidence run -- <command>` command.
14
+ - Evidence formatting and output target.
15
+ - Exit code preservation.
16
+ - Output truncation and basic redaction.
17
+ - Tests and docs.
18
+
19
+ ## Criterios de aceptación
20
+
21
+ - Success and failure are recorded.
22
+ - Failure exits non-zero.
23
+ - Long output is truncated.
24
+ - Common secrets are redacted.
25
+
26
+ ## Plan técnico resumido
27
+
28
+ Implement a command wrapper around child process execution with structured evidence rendering and safe output limits.
29
+
30
+ ## Pasos sugeridos de ejecución
31
+
32
+ 1. Add evidence command routing.
33
+ 2. Add library for command execution/evidence formatting.
34
+ 3. Implement redaction/truncation.
35
+ 4. Write command and library tests.
36
+ 5. Update command docs.
37
+
38
+ ## Restricciones
39
+
40
+ - Do not upload evidence.
41
+ - Do not claim complete secret scanning.
42
+
43
+ ## Riesgos
44
+
45
+ - Redaction is best effort. Docs must say users remain responsible for reviewing output.
46
+
47
+ ## Checklist de finalización
48
+
49
+ - [ ] Success test.
50
+ - [ ] Failure test.
51
+ - [ ] Redaction test.
52
+ - [ ] Docs updated.
@@ -0,0 +1,54 @@
1
+ {
2
+ "slice_id": "slice-08-evidence-run-command",
3
+ "ticket": "QUIVER-24-08",
4
+ "type": "feature",
5
+ "title": "Evidence run command",
6
+ "objective": "Automate command execution evidence capture without hiding failures or leaking common secrets.",
7
+ "description": "Add `evidence run -- <command>` to capture command, exit code, duration, redacted/truncated output summary, and write evidence to a safe target.",
8
+ "git": {
9
+ "branch_type": "feature",
10
+ "base_branch": "main",
11
+ "branch_slug": "evidence-run-command",
12
+ "branch_name": "feature/QUIVER-24-08-evidence-run-command"
13
+ },
14
+ "files": [
15
+ "src/create-quiver/index.js",
16
+ "src/create-quiver/commands/evidence.js",
17
+ "src/create-quiver/lib/evidence.js",
18
+ "tests/commands/evidence.test.js",
19
+ "tests/lib/evidence.test.js",
20
+ "docs/COMMANDS.md.template",
21
+ "docs/WORKFLOW.md.template"
22
+ ],
23
+ "depends_on": [
24
+ "slice-03-doctor-fix-doc-link-checks"
25
+ ],
26
+ "parallel_safe": "yes",
27
+ "parallel_safe_reason": "Can run after doctor/reporting patterns are stable; owns evidence command and docs.",
28
+ "must": [
29
+ "Add `evidence run -- <command>`.",
30
+ "Capture command, exit code, duration, and output summary.",
31
+ "Preserve the wrapped command exit code.",
32
+ "Truncate long output.",
33
+ "Redact common token/secret patterns.",
34
+ "Write evidence only to an explicit or safe default location."
35
+ ],
36
+ "not_included": [
37
+ "A full secret scanner.",
38
+ "Uploading evidence externally.",
39
+ "Running provider calls in tests."
40
+ ],
41
+ "acceptance": [
42
+ "Successful command evidence records exit code 0.",
43
+ "Failing command evidence records non-zero exit code and the CLI exits non-zero.",
44
+ "Long output is truncated.",
45
+ "Common secret patterns are redacted.",
46
+ "Output path behavior is documented and tested."
47
+ ],
48
+ "tests": [
49
+ "node --test tests/commands/evidence.test.js tests/lib/evidence.test.js"
50
+ ],
51
+ "estimated_hours": 5,
52
+ "status": "completed",
53
+ "blocked_reason": null
54
+ }
@@ -0,0 +1,34 @@
1
+ # CLOSURE BRIEF - slice-09: Spec Viewer demo scaffolding
2
+
3
+ ## Resumen de lo realizado
4
+
5
+ Se agregó el scaffold opcional `demo create spec-viewer` para crear una app estática pequeña con specs/slices de ejemplo, handoffs, cuerpo de PR y script de validación.
6
+
7
+ ## Validación contra criterios de aceptación
8
+
9
+ - [x] Demo dry-run writes nothing.
10
+ - [x] Demo real run creates runnable files.
11
+ - [x] Existing files are preserved.
12
+ - [x] No heavy dependencies added.
13
+ - [x] Local demo output is excluded by package safety.
14
+
15
+ ## Cambios relevantes
16
+
17
+ - Nuevo comando `npx create-quiver demo create spec-viewer`.
18
+ - Nuevo scaffold en `src/create-quiver/lib/demo.js`.
19
+ - Nueva integración CLI en `src/create-quiver/commands/demo.js` y `src/create-quiver/index.js`.
20
+ - Demo generado con HTML/CSS/JS estático, `server.js`, `scripts/validate-demo.js`, spec, slices, handoffs, evidencia y PR body.
21
+ - Smoke `create-quiver` extendido para cubrir dry-run, scaffold real, validación y evidencia del demo.
22
+ - Package safety y `.npmignore` protegen contra publicar `quiver-spec-viewer/` generado localmente.
23
+
24
+ ## Pendientes
25
+
26
+ Sin pendientes del slice.
27
+
28
+ ## Riesgos remanentes
29
+
30
+ El demo debe seguir siendo opcional y estático. Si crece hacia una UI persistente, conviene moverlo a un paquete o proyecto separado.
31
+
32
+ ## Recomendaciones futuras
33
+
34
+ If users ask for a visual UI, consider a separate companion package, not core `create-quiver`.
@@ -0,0 +1,51 @@
1
+ # EXECUTION BRIEF - slice-09: Spec Viewer demo scaffolding
2
+
3
+ ## Contexto
4
+
5
+ Quiver Spec Viewer proved useful as a small dogfooding app. A maintained demo command can make first evaluation easier without turning Quiver into a UI product.
6
+
7
+ ## Objetivo
8
+
9
+ Add optional demo scaffolding for a lightweight Spec Viewer project.
10
+
11
+ ## Alcance
12
+
13
+ - `demo create spec-viewer --dry-run`.
14
+ - Real demo creation for safe targets.
15
+ - Lightweight app files and validation scripts.
16
+ - Demo spec/slice artifacts.
17
+ - Non-destructive behavior and tests.
18
+
19
+ ## Criterios de aceptación
20
+
21
+ - Dry-run writes nothing.
22
+ - Real run creates a runnable small demo.
23
+ - Existing files are preserved or skipped.
24
+ - No heavy dependencies are introduced.
25
+
26
+ ## Plan técnico resumido
27
+
28
+ Add a demo command and packaged demo templates or renderer. Reuse init non-destructive helpers where possible.
29
+
30
+ ## Pasos sugeridos de ejecución
31
+
32
+ 1. Define command routing for `demo create`.
33
+ 2. Implement dry-run planning.
34
+ 3. Implement non-destructive writes.
35
+ 4. Add demo validation scripts.
36
+ 5. Add tests and package safety checks.
37
+
38
+ ## Restricciones
39
+
40
+ - Demo remains optional.
41
+ - Do not include a persistent server with command execution.
42
+
43
+ ## Riesgos
44
+
45
+ - Demo scope can grow. Keep it intentionally small and educational.
46
+
47
+ ## Checklist de finalización
48
+
49
+ - [ ] Dry-run test.
50
+ - [ ] Real-run smoke.
51
+ - [ ] Package safety checked.
@@ -0,0 +1,59 @@
1
+ {
2
+ "slice_id": "slice-09-spec-viewer-demo-scaffolding",
3
+ "ticket": "QUIVER-24-09",
4
+ "type": "feature",
5
+ "title": "Spec Viewer demo scaffolding",
6
+ "objective": "Provide an optional first-party demo that lets users test Quiver end-to-end without inventing an app.",
7
+ "description": "Add `demo create spec-viewer` with dry-run support to create a lightweight Quiver Spec Viewer demo, spec, slices, validation scripts, and docs.",
8
+ "git": {
9
+ "branch_type": "feature",
10
+ "base_branch": "main",
11
+ "branch_slug": "spec-viewer-demo-scaffolding",
12
+ "branch_name": "feature/QUIVER-24-09-spec-viewer-demo-scaffolding"
13
+ },
14
+ "files": [
15
+ "src/create-quiver/index.js",
16
+ "src/create-quiver/commands/demo.js",
17
+ "src/create-quiver/lib/demo.js",
18
+ "docs/COMMANDS.md.template",
19
+ "README.md",
20
+ "tests/commands/demo.test.js",
21
+ "tests/lib/package-safety.test.js",
22
+ "scripts/ci/smoke-create-quiver.sh"
23
+ ],
24
+ "depends_on": [
25
+ "slice-01-init-template-hygiene",
26
+ "slice-06-plan-graph-next-history-views",
27
+ "slice-08-evidence-run-command"
28
+ ],
29
+ "parallel_safe": "no",
30
+ "parallel_safe_reason": "Depends on init, history views, and evidence behavior; should integrate after those contracts stabilize.",
31
+ "must": [
32
+ "Add `demo create spec-viewer --dry-run`.",
33
+ "Add `demo create spec-viewer` for safe targets.",
34
+ "Keep the demo optional and out of default init.",
35
+ "Avoid heavy dependencies.",
36
+ "Generate demo spec/slice artifacts and validation scripts.",
37
+ "Respect non-destructive target handling."
38
+ ],
39
+ "not_included": [
40
+ "Persistent web console.",
41
+ "React/Vite/Express dependency stack unless explicitly justified later.",
42
+ "Real filesystem spec parsing in browser."
43
+ ],
44
+ "acceptance": [
45
+ "Dry-run prints planned demo files without writing.",
46
+ "Real run creates a small runnable demo in an empty or safe target.",
47
+ "Demo includes README, app files, package scripts, spec/slices, and validation.",
48
+ "Demo does not add heavy dependencies.",
49
+ "Existing files are preserved or reported as skipped.",
50
+ "Package safety excludes local demo output that should not ship."
51
+ ],
52
+ "tests": [
53
+ "node --test tests/commands/demo.test.js tests/lib/package-safety.test.js",
54
+ "npm run smoke:create-quiver"
55
+ ],
56
+ "estimated_hours": 6,
57
+ "status": "completed",
58
+ "blocked_reason": null
59
+ }
@@ -0,0 +1,33 @@
1
+ # CLOSURE BRIEF - slice-10: Docs, smokes, and release readiness
2
+
3
+ ## Resumen de lo realizado
4
+
5
+ Se cerró v24 con documentación sincronizada, changelog/roadmap actualizados, smokes finales, package safety y evidencia de validación.
6
+
7
+ ## Validación contra criterios de aceptación
8
+
9
+ - [x] README updated.
10
+ - [x] README_FOR_AI synchronized.
11
+ - [x] Smokes cover v24 behavior.
12
+ - [x] Evidence report complete.
13
+ - [x] Package safety passes.
14
+
15
+ ## Cambios relevantes
16
+
17
+ - README ahora muestra `ai prepare-context`, evidence y demo en el flujo AI-first.
18
+ - README_FOR_AI marca v24 como implementado y aclara que no hay release npm implícita.
19
+ - ROADMAP y CHANGELOG registran v24 como implementado, pendiente de package release.
20
+ - Troubleshooting y support matrix reflejan los nuevos modos de recuperación y el runtime Node cross-platform.
21
+ - Smokes finales pasaron; `smoke:tiered-pack` ahora acepta warnings esperados del link checker.
22
+
23
+ ## Pendientes
24
+
25
+ Sin pendientes críticos del spec. La publicación npm queda fuera de este slice.
26
+
27
+ ## Riesgos remanentes
28
+
29
+ El cache local de npm tiene archivos root-owned; `npm pack --dry-run` directo falla en esta máquina, pero el dry-run con cache aislado y `npm run package:quiver` pasan.
30
+
31
+ ## Recomendaciones futuras
32
+
33
+ Publish a new npm version only after this slice closes and package checks pass.
@@ -0,0 +1,54 @@
1
+ # EXECUTION BRIEF - slice-10: Docs, smokes, and release readiness
2
+
3
+ ## Contexto
4
+
5
+ This is the final integration slice for v24. It must run after implementation behavior is stable.
6
+
7
+ ## Objetivo
8
+
9
+ Close the spec with synchronized docs, smoke coverage, evidence, and package safety.
10
+
11
+ ## Alcance
12
+
13
+ - README and README_FOR_AI updates.
14
+ - Command/template docs.
15
+ - Roadmap/changelog status.
16
+ - Smoke tests.
17
+ - Evidence report and status closure.
18
+ - Package safety and pack dry-run.
19
+
20
+ ## Criterios de aceptación
21
+
22
+ - Docs match implemented behavior.
23
+ - Smokes cover v24 user paths.
24
+ - Evidence report is complete.
25
+ - Package safety passes.
26
+ - No unreleased behavior is marked as published.
27
+
28
+ ## Plan técnico resumido
29
+
30
+ Audit all changed behavior, update docs once, run final validations, and record evidence.
31
+
32
+ ## Pasos sugeridos de ejecución
33
+
34
+ 1. Review all implementation slices.
35
+ 2. Update docs/templates.
36
+ 3. Add/adjust smoke coverage.
37
+ 4. Run full tests and package checks.
38
+ 5. Update evidence/status/pr body.
39
+
40
+ ## Restricciones
41
+
42
+ - Do not add new functional scope in this final slice.
43
+ - Do not publish to npm.
44
+
45
+ ## Riesgos
46
+
47
+ - Docs can overstate behavior if final validation fails; keep claims tied to evidence.
48
+
49
+ ## Checklist de finalización
50
+
51
+ - [ ] Docs updated.
52
+ - [ ] Smokes updated.
53
+ - [ ] Full validation captured.
54
+ - [ ] Status/evidence closed.
@@ -0,0 +1,76 @@
1
+ {
2
+ "slice_id": "slice-10-docs-smokes-release-readiness",
3
+ "ticket": "QUIVER-24-10",
4
+ "type": "docs",
5
+ "title": "Docs, smokes, and release readiness",
6
+ "objective": "Close v24 with documentation, smoke coverage, evidence, and package safety checks.",
7
+ "description": "Update README, README_FOR_AI, roadmap, command docs, templates, smoke scripts, evidence report, and release readiness notes after implementation slices land.",
8
+ "git": {
9
+ "branch_type": "feature",
10
+ "base_branch": "main",
11
+ "branch_slug": "docs-smokes-release-readiness",
12
+ "branch_name": "feature/QUIVER-24-10-docs-smokes-release-readiness"
13
+ },
14
+ "files": [
15
+ "README.md",
16
+ "README_FOR_AI.md",
17
+ "ROADMAP.md",
18
+ "CHANGELOG.md",
19
+ "docs/COMMANDS.md.template",
20
+ "docs/WORKFLOW.md.template",
21
+ "docs/TROUBLESHOOTING.md.template",
22
+ "docs/SUPPORT_MATRIX.md.template",
23
+ "scripts/ci/smoke-create-quiver.sh",
24
+ "scripts/ci/smoke-guided-workflow.sh",
25
+ "scripts/ci/smoke-tiered-pack.sh",
26
+ "tests/**",
27
+ "specs/quiver-v24-dx-onboarding-hardening/EVIDENCE_REPORT.md",
28
+ "specs/quiver-v24-dx-onboarding-hardening/STATUS.md",
29
+ "specs/quiver-v24-dx-onboarding-hardening/pr.md"
30
+ ],
31
+ "depends_on": [
32
+ "slice-01-init-template-hygiene",
33
+ "slice-02-cli-command-routing-version-errors",
34
+ "slice-03-doctor-fix-doc-link-checks",
35
+ "slice-04-prepare-output-ai-context-drafts",
36
+ "slice-05-local-slice-validation-base-guidance",
37
+ "slice-06-plan-graph-next-history-views",
38
+ "slice-07-analyzer-command-map-hardening",
39
+ "slice-08-evidence-run-command",
40
+ "slice-09-spec-viewer-demo-scaffolding"
41
+ ],
42
+ "parallel_safe": "no",
43
+ "parallel_safe_reason": "Final integration slice must run after all implementation behavior is known.",
44
+ "must": [
45
+ "Update user-facing docs for all shipped v24 behavior.",
46
+ "Update README_FOR_AI.md to mark implemented behavior accurately.",
47
+ "Update ROADMAP/CHANGELOG without claiming an npm release unless it happened.",
48
+ "Add or update smoke tests.",
49
+ "Run final test and package safety checks.",
50
+ "Update evidence and status."
51
+ ],
52
+ "not_included": [
53
+ "Publishing to npm.",
54
+ "Opening or merging the PR.",
55
+ "Adding new product behavior not covered by earlier slices."
56
+ ],
57
+ "acceptance": [
58
+ "README documents v24 commands and safe first-use flow.",
59
+ "README_FOR_AI.md is synchronized with actual implemented behavior.",
60
+ "Smokes cover init hygiene, prepare, local slice validation, historical views, evidence, and demo dry-run.",
61
+ "Evidence report records final validation commands and results.",
62
+ "Package safety and npm pack dry-run pass.",
63
+ "No docs claim a package release that has not happened."
64
+ ],
65
+ "tests": [
66
+ "git diff --check",
67
+ "node --test tests/**/*.test.js",
68
+ "npm run smoke:create-quiver",
69
+ "npm run smoke:guided-workflow",
70
+ "npm run smoke:tiered-pack",
71
+ "npm pack --dry-run"
72
+ ],
73
+ "estimated_hours": 5,
74
+ "status": "completed",
75
+ "blocked_reason": null
76
+ }