create-quiver 0.9.1 → 0.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (245) hide show
  1. package/BACKLOG.md +16 -17
  2. package/CHANGELOG.md +34 -0
  3. package/README.md +419 -330
  4. package/README_FOR_AI.md +93 -56
  5. package/ROADMAP.md +22 -11
  6. package/docs/AI_CONTEXT.md.template +2 -0
  7. package/docs/AI_ONBOARDING_PROMPT.md.template +36 -19
  8. package/docs/COMMANDS.md.template +73 -1
  9. package/docs/CONTEXTO.md.template +2 -0
  10. package/docs/DECISIONS.md.template +1 -0
  11. package/docs/GITFLOW_PR_GUIDE.md.template +11 -0
  12. package/docs/INDEX.md.template +20 -18
  13. package/docs/STANDARD.md.template +1 -1
  14. package/docs/STATUS.md.template +1 -0
  15. package/docs/SUPPORT_MATRIX.md.template +6 -2
  16. package/docs/TROUBLESHOOTING.md.template +79 -1
  17. package/docs/WORKFLOW.md.template +26 -18
  18. package/package.json +24 -2
  19. package/package.template.json +24 -7
  20. package/scripts/check-pr-readiness.sh +1 -1
  21. package/scripts/check-scope.sh +0 -1
  22. package/scripts/check-slice-readiness.sh +3 -4
  23. package/scripts/init-docs.sh +53 -6
  24. package/scripts/package-quiver.sh +18 -2
  25. package/specs/quiver-v20-ai-cli-orchestration/EVIDENCE_REPORT.md +23 -0
  26. package/specs/quiver-v20-ai-cli-orchestration/EXECUTION_PLAN.md +57 -0
  27. package/specs/quiver-v20-ai-cli-orchestration/SPEC.md +202 -0
  28. package/specs/quiver-v20-ai-cli-orchestration/STATUS.md +35 -0
  29. package/specs/quiver-v20-ai-cli-orchestration/pr.md +100 -0
  30. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-00-spec-foundation/CLOSURE_BRIEF.md +30 -0
  31. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-00-spec-foundation/EXECUTION_BRIEF.md +61 -0
  32. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-00-spec-foundation/slice.json +54 -0
  33. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-01-ai-provider-runner/CLOSURE_BRIEF.md +39 -0
  34. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-01-ai-provider-runner/EXECUTION_BRIEF.md +63 -0
  35. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-01-ai-provider-runner/slice.json +55 -0
  36. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-02-context-packs-token-budget/CLOSURE_BRIEF.md +40 -0
  37. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-02-context-packs-token-budget/EXECUTION_BRIEF.md +60 -0
  38. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-02-context-packs-token-budget/slice.json +54 -0
  39. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-03-ai-phase-gated-planner/CLOSURE_BRIEF.md +43 -0
  40. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-03-ai-phase-gated-planner/EXECUTION_BRIEF.md +62 -0
  41. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-03-ai-phase-gated-planner/slice.json +62 -0
  42. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-04-spec-slice-handoff-pr-generation/CLOSURE_BRIEF.md +36 -0
  43. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-04-spec-slice-handoff-pr-generation/EXECUTION_BRIEF.md +63 -0
  44. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-04-spec-slice-handoff-pr-generation/slice.json +59 -0
  45. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-05-execution-plan-parallel-worktrees/CLOSURE_BRIEF.md +32 -0
  46. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-05-execution-plan-parallel-worktrees/EXECUTION_BRIEF.md +61 -0
  47. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-05-execution-plan-parallel-worktrees/slice.json +59 -0
  48. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-06-ai-execute-slice-scope-enforcement/CLOSURE_BRIEF.md +36 -0
  49. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-06-ai-execute-slice-scope-enforcement/EXECUTION_BRIEF.md +64 -0
  50. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-06-ai-execute-slice-scope-enforcement/slice.json +65 -0
  51. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-07-github-pr-preflight/CLOSURE_BRIEF.md +36 -0
  52. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-07-github-pr-preflight/EXECUTION_BRIEF.md +66 -0
  53. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-07-github-pr-preflight/slice.json +63 -0
  54. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-08-docs-smokes-release-readiness/CLOSURE_BRIEF.md +35 -0
  55. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-08-docs-smokes-release-readiness/EXECUTION_BRIEF.md +64 -0
  56. package/specs/quiver-v20-ai-cli-orchestration/slices/slice-08-docs-smokes-release-readiness/slice.json +77 -0
  57. package/specs/quiver-v21-ai-first-layout/EVIDENCE_REPORT.md +31 -0
  58. package/specs/quiver-v21-ai-first-layout/EXECUTION_PLAN.md +185 -0
  59. package/specs/quiver-v21-ai-first-layout/SPEC.md +212 -0
  60. package/specs/quiver-v21-ai-first-layout/STATUS.md +37 -0
  61. package/specs/quiver-v21-ai-first-layout/pr.md +110 -0
  62. package/specs/quiver-v21-ai-first-layout/slices/slice-00-spec-foundation/CLOSURE_BRIEF.md +30 -0
  63. package/specs/quiver-v21-ai-first-layout/slices/slice-00-spec-foundation/EXECUTION_BRIEF.md +63 -0
  64. package/specs/quiver-v21-ai-first-layout/slices/slice-00-spec-foundation/slice.json +45 -0
  65. package/specs/quiver-v21-ai-first-layout/slices/slice-01-init-profiles-dry-run/CLOSURE_BRIEF.md +31 -0
  66. package/specs/quiver-v21-ai-first-layout/slices/slice-01-init-profiles-dry-run/EXECUTION_BRIEF.md +59 -0
  67. package/specs/quiver-v21-ai-first-layout/slices/slice-01-init-profiles-dry-run/slice.json +57 -0
  68. package/specs/quiver-v21-ai-first-layout/slices/slice-02-internal-layout-template-resolver/CLOSURE_BRIEF.md +32 -0
  69. package/specs/quiver-v21-ai-first-layout/slices/slice-02-internal-layout-template-resolver/EXECUTION_BRIEF.md +60 -0
  70. package/specs/quiver-v21-ai-first-layout/slices/slice-02-internal-layout-template-resolver/slice.json +58 -0
  71. package/specs/quiver-v21-ai-first-layout/slices/slice-03-generation-profiles-visible-contract/CLOSURE_BRIEF.md +34 -0
  72. package/specs/quiver-v21-ai-first-layout/slices/slice-03-generation-profiles-visible-contract/EXECUTION_BRIEF.md +61 -0
  73. package/specs/quiver-v21-ai-first-layout/slices/slice-03-generation-profiles-visible-contract/slice.json +64 -0
  74. package/specs/quiver-v21-ai-first-layout/slices/slice-04-analyze-scan-relocation/CLOSURE_BRIEF.md +32 -0
  75. package/specs/quiver-v21-ai-first-layout/slices/slice-04-analyze-scan-relocation/EXECUTION_BRIEF.md +58 -0
  76. package/specs/quiver-v21-ai-first-layout/slices/slice-04-analyze-scan-relocation/slice.json +64 -0
  77. package/specs/quiver-v21-ai-first-layout/slices/slice-05-empty-specs-layout-doctor/CLOSURE_BRIEF.md +32 -0
  78. package/specs/quiver-v21-ai-first-layout/slices/slice-05-empty-specs-layout-doctor/EXECUTION_BRIEF.md +60 -0
  79. package/specs/quiver-v21-ai-first-layout/slices/slice-05-empty-specs-layout-doctor/slice.json +65 -0
  80. package/specs/quiver-v21-ai-first-layout/slices/slice-06-legacy-migration-optional-assets/CLOSURE_BRIEF.md +31 -0
  81. package/specs/quiver-v21-ai-first-layout/slices/slice-06-legacy-migration-optional-assets/EXECUTION_BRIEF.md +62 -0
  82. package/specs/quiver-v21-ai-first-layout/slices/slice-06-legacy-migration-optional-assets/slice.json +66 -0
  83. package/specs/quiver-v21-ai-first-layout/slices/slice-07-docs-guidance-alignment/CLOSURE_BRIEF.md +33 -0
  84. package/specs/quiver-v21-ai-first-layout/slices/slice-07-docs-guidance-alignment/EXECUTION_BRIEF.md +61 -0
  85. package/specs/quiver-v21-ai-first-layout/slices/slice-07-docs-guidance-alignment/slice.json +67 -0
  86. package/specs/quiver-v21-ai-first-layout/slices/slice-08-smokes-release-readiness/CLOSURE_BRIEF.md +35 -0
  87. package/specs/quiver-v21-ai-first-layout/slices/slice-08-smokes-release-readiness/EXECUTION_BRIEF.md +66 -0
  88. package/specs/quiver-v21-ai-first-layout/slices/slice-08-smokes-release-readiness/slice.json +62 -0
  89. package/specs/quiver-v22-guided-ai-workflow/EVIDENCE_REPORT.md +58 -0
  90. package/specs/quiver-v22-guided-ai-workflow/EXECUTION_PLAN.md +88 -0
  91. package/specs/quiver-v22-guided-ai-workflow/SPEC.md +228 -0
  92. package/specs/quiver-v22-guided-ai-workflow/STATUS.md +42 -0
  93. package/specs/quiver-v22-guided-ai-workflow/pr.md +104 -0
  94. package/specs/quiver-v22-guided-ai-workflow/slices/slice-00-spec-foundation/CLOSURE_BRIEF.md +35 -0
  95. package/specs/quiver-v22-guided-ai-workflow/slices/slice-00-spec-foundation/EXECUTION_BRIEF.md +61 -0
  96. package/specs/quiver-v22-guided-ai-workflow/slices/slice-00-spec-foundation/slice.json +51 -0
  97. package/specs/quiver-v22-guided-ai-workflow/slices/slice-01-docs-source-of-truth-sync/CLOSURE_BRIEF.md +31 -0
  98. package/specs/quiver-v22-guided-ai-workflow/slices/slice-01-docs-source-of-truth-sync/EXECUTION_BRIEF.md +58 -0
  99. package/specs/quiver-v22-guided-ai-workflow/slices/slice-01-docs-source-of-truth-sync/slice.json +55 -0
  100. package/specs/quiver-v22-guided-ai-workflow/slices/slice-02-prepare-command-diagnostics/CLOSURE_BRIEF.md +30 -0
  101. package/specs/quiver-v22-guided-ai-workflow/slices/slice-02-prepare-command-diagnostics/EXECUTION_BRIEF.md +57 -0
  102. package/specs/quiver-v22-guided-ai-workflow/slices/slice-02-prepare-command-diagnostics/slice.json +57 -0
  103. package/specs/quiver-v22-guided-ai-workflow/slices/slice-03-context-doc-refresh/CLOSURE_BRIEF.md +32 -0
  104. package/specs/quiver-v22-guided-ai-workflow/slices/slice-03-context-doc-refresh/EXECUTION_BRIEF.md +56 -0
  105. package/specs/quiver-v22-guided-ai-workflow/slices/slice-03-context-doc-refresh/slice.json +56 -0
  106. package/specs/quiver-v22-guided-ai-workflow/slices/slice-04-planner-approval-state/CLOSURE_BRIEF.md +33 -0
  107. package/specs/quiver-v22-guided-ai-workflow/slices/slice-04-planner-approval-state/EXECUTION_BRIEF.md +56 -0
  108. package/specs/quiver-v22-guided-ai-workflow/slices/slice-04-planner-approval-state/slice.json +58 -0
  109. package/specs/quiver-v22-guided-ai-workflow/slices/slice-05-spec-worktree-lifecycle/CLOSURE_BRIEF.md +32 -0
  110. package/specs/quiver-v22-guided-ai-workflow/slices/slice-05-spec-worktree-lifecycle/EXECUTION_BRIEF.md +56 -0
  111. package/specs/quiver-v22-guided-ai-workflow/slices/slice-05-spec-worktree-lifecycle/slice.json +54 -0
  112. package/specs/quiver-v22-guided-ai-workflow/slices/slice-06-executor-commit-recovery/CLOSURE_BRIEF.md +32 -0
  113. package/specs/quiver-v22-guided-ai-workflow/slices/slice-06-executor-commit-recovery/EXECUTION_BRIEF.md +58 -0
  114. package/specs/quiver-v22-guided-ai-workflow/slices/slice-06-executor-commit-recovery/slice.json +57 -0
  115. package/specs/quiver-v22-guided-ai-workflow/slices/slice-07-execution-waves-delegation/CLOSURE_BRIEF.md +32 -0
  116. package/specs/quiver-v22-guided-ai-workflow/slices/slice-07-execution-waves-delegation/EXECUTION_BRIEF.md +58 -0
  117. package/specs/quiver-v22-guided-ai-workflow/slices/slice-07-execution-waves-delegation/slice.json +55 -0
  118. package/specs/quiver-v22-guided-ai-workflow/slices/slice-08-pr-create-gh-ssh/CLOSURE_BRIEF.md +32 -0
  119. package/specs/quiver-v22-guided-ai-workflow/slices/slice-08-pr-create-gh-ssh/EXECUTION_BRIEF.md +58 -0
  120. package/specs/quiver-v22-guided-ai-workflow/slices/slice-08-pr-create-gh-ssh/slice.json +53 -0
  121. package/specs/quiver-v22-guided-ai-workflow/slices/slice-09-post-merge-cleanup-release-safety/CLOSURE_BRIEF.md +33 -0
  122. package/specs/quiver-v22-guided-ai-workflow/slices/slice-09-post-merge-cleanup-release-safety/EXECUTION_BRIEF.md +59 -0
  123. package/specs/quiver-v22-guided-ai-workflow/slices/slice-09-post-merge-cleanup-release-safety/slice.json +59 -0
  124. package/specs/quiver-v22-guided-ai-workflow/slices/slice-10-docs-smokes-release-readiness/CLOSURE_BRIEF.md +34 -0
  125. package/specs/quiver-v22-guided-ai-workflow/slices/slice-10-docs-smokes-release-readiness/EXECUTION_BRIEF.md +58 -0
  126. package/specs/quiver-v22-guided-ai-workflow/slices/slice-10-docs-smokes-release-readiness/slice.json +60 -0
  127. package/specs/quiver-v23-guided-flow-productization/EVIDENCE_REPORT.md +80 -0
  128. package/specs/quiver-v23-guided-flow-productization/EXECUTION_PLAN.md +80 -0
  129. package/specs/quiver-v23-guided-flow-productization/SPEC.md +203 -0
  130. package/specs/quiver-v23-guided-flow-productization/STATUS.md +39 -0
  131. package/specs/quiver-v23-guided-flow-productization/pr.md +119 -0
  132. package/specs/quiver-v23-guided-flow-productization/slices/slice-00-spec-foundation/CLOSURE_BRIEF.md +30 -0
  133. package/specs/quiver-v23-guided-flow-productization/slices/slice-00-spec-foundation/EXECUTION_BRIEF.md +61 -0
  134. package/specs/quiver-v23-guided-flow-productization/slices/slice-00-spec-foundation/slice.json +51 -0
  135. package/specs/quiver-v23-guided-flow-productization/slices/slice-01-short-command-and-flow-entrypoint/CLOSURE_BRIEF.md +33 -0
  136. package/specs/quiver-v23-guided-flow-productization/slices/slice-01-short-command-and-flow-entrypoint/EXECUTION_BRIEF.md +35 -0
  137. package/specs/quiver-v23-guided-flow-productization/slices/slice-01-short-command-and-flow-entrypoint/slice.json +56 -0
  138. package/specs/quiver-v23-guided-flow-productization/slices/slice-02-flow-status-wizard/CLOSURE_BRIEF.md +31 -0
  139. package/specs/quiver-v23-guided-flow-productization/slices/slice-02-flow-status-wizard/EXECUTION_BRIEF.md +29 -0
  140. package/specs/quiver-v23-guided-flow-productization/slices/slice-02-flow-status-wizard/slice.json +55 -0
  141. package/specs/quiver-v23-guided-flow-productization/slices/slice-03-agent-profiles/CLOSURE_BRIEF.md +33 -0
  142. package/specs/quiver-v23-guided-flow-productization/slices/slice-03-agent-profiles/EXECUTION_BRIEF.md +29 -0
  143. package/specs/quiver-v23-guided-flow-productization/slices/slice-03-agent-profiles/slice.json +54 -0
  144. package/specs/quiver-v23-guided-flow-productization/slices/slice-04-context-preparation-onboarding/CLOSURE_BRIEF.md +32 -0
  145. package/specs/quiver-v23-guided-flow-productization/slices/slice-04-context-preparation-onboarding/EXECUTION_BRIEF.md +30 -0
  146. package/specs/quiver-v23-guided-flow-productization/slices/slice-04-context-preparation-onboarding/slice.json +59 -0
  147. package/specs/quiver-v23-guided-flow-productization/slices/slice-05-planner-iteration-history/CLOSURE_BRIEF.md +31 -0
  148. package/specs/quiver-v23-guided-flow-productization/slices/slice-05-planner-iteration-history/EXECUTION_BRIEF.md +29 -0
  149. package/specs/quiver-v23-guided-flow-productization/slices/slice-05-planner-iteration-history/slice.json +53 -0
  150. package/specs/quiver-v23-guided-flow-productization/slices/slice-06-production-plan-review/CLOSURE_BRIEF.md +33 -0
  151. package/specs/quiver-v23-guided-flow-productization/slices/slice-06-production-plan-review/EXECUTION_BRIEF.md +30 -0
  152. package/specs/quiver-v23-guided-flow-productization/slices/slice-06-production-plan-review/slice.json +54 -0
  153. package/specs/quiver-v23-guided-flow-productization/slices/slice-07-spec-create-experience/CLOSURE_BRIEF.md +33 -0
  154. package/specs/quiver-v23-guided-flow-productization/slices/slice-07-spec-create-experience/EXECUTION_BRIEF.md +30 -0
  155. package/specs/quiver-v23-guided-flow-productization/slices/slice-07-spec-create-experience/slice.json +55 -0
  156. package/specs/quiver-v23-guided-flow-productization/slices/slice-08-executor-prompt-generation/CLOSURE_BRIEF.md +32 -0
  157. package/specs/quiver-v23-guided-flow-productization/slices/slice-08-executor-prompt-generation/EXECUTION_BRIEF.md +30 -0
  158. package/specs/quiver-v23-guided-flow-productization/slices/slice-08-executor-prompt-generation/slice.json +55 -0
  159. package/specs/quiver-v23-guided-flow-productization/slices/slice-09-delegated-slice-execution/CLOSURE_BRIEF.md +33 -0
  160. package/specs/quiver-v23-guided-flow-productization/slices/slice-09-delegated-slice-execution/EXECUTION_BRIEF.md +34 -0
  161. package/specs/quiver-v23-guided-flow-productization/slices/slice-09-delegated-slice-execution/slice.json +57 -0
  162. package/specs/quiver-v23-guided-flow-productization/slices/slice-10-docs-smokes-release-readiness/CLOSURE_BRIEF.md +33 -0
  163. package/specs/quiver-v23-guided-flow-productization/slices/slice-10-docs-smokes-release-readiness/EXECUTION_BRIEF.md +32 -0
  164. package/specs/quiver-v23-guided-flow-productization/slices/slice-10-docs-smokes-release-readiness/slice.json +63 -0
  165. package/specs/quiver-v24-dx-onboarding-hardening/EVIDENCE_REPORT.md +55 -0
  166. package/specs/quiver-v24-dx-onboarding-hardening/EXECUTION_PLAN.md +43 -0
  167. package/specs/quiver-v24-dx-onboarding-hardening/SPEC.md +149 -0
  168. package/specs/quiver-v24-dx-onboarding-hardening/STATUS.md +31 -0
  169. package/specs/quiver-v24-dx-onboarding-hardening/pr.md +76 -0
  170. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-00-spec-foundation/CLOSURE_BRIEF.md +31 -0
  171. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-00-spec-foundation/EXECUTION_BRIEF.md +52 -0
  172. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-00-spec-foundation/slice.json +51 -0
  173. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-01-init-template-hygiene/CLOSURE_BRIEF.md +38 -0
  174. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-01-init-template-hygiene/EXECUTION_BRIEF.md +53 -0
  175. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-01-init-template-hygiene/slice.json +55 -0
  176. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-02-cli-command-routing-version-errors/CLOSURE_BRIEF.md +33 -0
  177. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-02-cli-command-routing-version-errors/EXECUTION_BRIEF.md +50 -0
  178. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-02-cli-command-routing-version-errors/slice.json +52 -0
  179. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-03-doctor-fix-doc-link-checks/CLOSURE_BRIEF.md +33 -0
  180. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-03-doctor-fix-doc-link-checks/EXECUTION_BRIEF.md +50 -0
  181. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-03-doctor-fix-doc-link-checks/slice.json +53 -0
  182. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-04-prepare-output-ai-context-drafts/CLOSURE_BRIEF.md +33 -0
  183. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-04-prepare-output-ai-context-drafts/EXECUTION_BRIEF.md +50 -0
  184. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-04-prepare-output-ai-context-drafts/slice.json +70 -0
  185. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-05-local-slice-validation-base-guidance/CLOSURE_BRIEF.md +36 -0
  186. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-05-local-slice-validation-base-guidance/EXECUTION_BRIEF.md +49 -0
  187. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-05-local-slice-validation-base-guidance/slice.json +52 -0
  188. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-06-plan-graph-next-history-views/CLOSURE_BRIEF.md +43 -0
  189. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-06-plan-graph-next-history-views/EXECUTION_BRIEF.md +53 -0
  190. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-06-plan-graph-next-history-views/slice.json +60 -0
  191. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-07-analyzer-command-map-hardening/CLOSURE_BRIEF.md +32 -0
  192. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-07-analyzer-command-map-hardening/EXECUTION_BRIEF.md +50 -0
  193. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-07-analyzer-command-map-hardening/slice.json +51 -0
  194. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-08-evidence-run-command/CLOSURE_BRIEF.md +34 -0
  195. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-08-evidence-run-command/EXECUTION_BRIEF.md +52 -0
  196. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-08-evidence-run-command/slice.json +54 -0
  197. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-09-spec-viewer-demo-scaffolding/CLOSURE_BRIEF.md +34 -0
  198. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-09-spec-viewer-demo-scaffolding/EXECUTION_BRIEF.md +51 -0
  199. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-09-spec-viewer-demo-scaffolding/slice.json +59 -0
  200. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-10-docs-smokes-release-readiness/CLOSURE_BRIEF.md +33 -0
  201. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-10-docs-smokes-release-readiness/EXECUTION_BRIEF.md +54 -0
  202. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-10-docs-smokes-release-readiness/slice.json +76 -0
  203. package/src/create-quiver/commands/ai.js +915 -0
  204. package/src/create-quiver/commands/demo.js +22 -0
  205. package/src/create-quiver/commands/evidence.js +37 -0
  206. package/src/create-quiver/commands/flow.js +561 -0
  207. package/src/create-quiver/commands/graph.js +14 -1
  208. package/src/create-quiver/commands/next.js +28 -0
  209. package/src/create-quiver/commands/plan.js +6 -3
  210. package/src/create-quiver/commands/prepare.js +236 -0
  211. package/src/create-quiver/commands/spec.js +133 -0
  212. package/src/create-quiver/index.js +1096 -96
  213. package/src/create-quiver/lib/agent-profiles.js +148 -0
  214. package/src/create-quiver/lib/ai/context-packs.js +170 -0
  215. package/src/create-quiver/lib/ai/execution-plan.js +614 -0
  216. package/src/create-quiver/lib/ai/executor.js +682 -0
  217. package/src/create-quiver/lib/ai/github.js +525 -0
  218. package/src/create-quiver/lib/ai/onboarding-template.js +365 -0
  219. package/src/create-quiver/lib/ai/phase-gates.js +72 -0
  220. package/src/create-quiver/lib/ai/plan-review.js +283 -0
  221. package/src/create-quiver/lib/ai/preflight.js +58 -0
  222. package/src/create-quiver/lib/ai/prompt-transport.js +81 -0
  223. package/src/create-quiver/lib/ai/prompts.js +39 -0
  224. package/src/create-quiver/lib/ai/providers.js +315 -0
  225. package/src/create-quiver/lib/ai/safety.js +156 -0
  226. package/src/create-quiver/lib/ai/spec-generator.js +314 -0
  227. package/src/create-quiver/lib/ai/spec-templates.js +715 -0
  228. package/src/create-quiver/lib/approvals.js +350 -0
  229. package/src/create-quiver/lib/demo.js +657 -0
  230. package/src/create-quiver/lib/doctor.js +348 -0
  231. package/src/create-quiver/lib/evidence.js +115 -0
  232. package/src/create-quiver/lib/git.js +21 -0
  233. package/src/create-quiver/lib/init-docs.js +545 -23
  234. package/src/create-quiver/lib/init-layout.js +451 -0
  235. package/src/create-quiver/lib/lifecycle.js +8 -2
  236. package/src/create-quiver/lib/package-safety.js +117 -0
  237. package/src/create-quiver/lib/paths.js +63 -2
  238. package/src/create-quiver/lib/project-scan.js +66 -0
  239. package/src/create-quiver/lib/readiness.js +87 -18
  240. package/src/create-quiver/lib/scope.js +125 -0
  241. package/src/create-quiver/lib/slice-graph.js +7 -0
  242. package/src/create-quiver/lib/slice.js +59 -16
  243. package/src/create-quiver/lib/spec-worktrees.js +349 -0
  244. package/src/create-quiver/lib/state.js +18 -1
  245. package/src/create-quiver/lib/template-resolver.js +74 -0
@@ -0,0 +1,60 @@
1
+ # EXECUTION BRIEF - slice-05: Empty specs and layout doctor
2
+
3
+ **Spec:** quiver-v21-ai-first-layout
4
+ **Slice:** slice-05-empty-specs-layout-doctor
5
+ **Tipo:** feature
6
+
7
+ ## Contexto
8
+
9
+ Default init ya no debe crear specs falsas. Por eso los comandos que recorren slices deben aceptar que todavia no haya specs.
10
+
11
+ ## Objetivo
12
+
13
+ Hacer que comandos de planificacion y doctor soporten layout nuevo, legacy e hibrido sin falsos errores.
14
+
15
+ ## Alcance
16
+
17
+ - `plan`
18
+ - `graph`
19
+ - `next`
20
+ - `doctor`
21
+ - Deteccion de layout.
22
+ - Tests de no-spec repos.
23
+
24
+ ## Criterios de aceptacion
25
+
26
+ - `plan`, `graph`, `next` y `doctor` no fallan por ausencia de specs.
27
+ - Doctor detecta layout nuevo, legacy, hibrido e incompleto.
28
+ - Doctor reporta recomendaciones accionables.
29
+ - Proyectos con specs existentes siguen funcionando.
30
+
31
+ ## Plan tecnico resumido
32
+
33
+ Separar "no specs yet" de errores reales. Agregar detector de layout en doctor y actualizar formatters para comunicar estados vacios.
34
+
35
+ ## Pasos sugeridos de ejecucion
36
+
37
+ 1. Agregar fixtures sin specs.
38
+ 2. Ajustar colectores de slices para estado vacio.
39
+ 3. Ajustar salidas human/json.
40
+ 4. Agregar detector de layout.
41
+ 5. Agregar tests de legacy/hibrido.
42
+
43
+ ## Restricciones
44
+
45
+ - No migrar archivos.
46
+ - No ocultar errores reales de JSON invalido.
47
+ - No cambiar formato JSON existente salvo campos compatibles.
48
+
49
+ ## Riesgos
50
+
51
+ - Convertir errores reales en estados vacios.
52
+ - Romper automatizaciones que esperan exit code no cero.
53
+ - Mensajes ambiguos para usuarios nuevos.
54
+
55
+ ## Checklist de finalizacion
56
+
57
+ - [ ] No-spec tests pasan.
58
+ - [ ] Layout doctor testeado.
59
+ - [ ] Proyectos con specs siguen pasando.
60
+ - [ ] Salidas JSON siguen parseables.
@@ -0,0 +1,65 @@
1
+ {
2
+ "slice_id": "slice-05-empty-specs-layout-doctor",
3
+ "ticket": "QUIVER-21-05",
4
+ "type": "feature",
5
+ "title": "Support empty specs state and layout doctor",
6
+ "objective": "Make plan, graph, next, and doctor treat projects without specs as valid while doctor reports new, legacy, and hybrid layouts.",
7
+ "description": "Default init no longer creates placeholder specs, so orchestration commands must handle an empty specs directory or no specs directory cleanly.",
8
+ "git": {
9
+ "branch_type": "feature",
10
+ "base_branch": "main",
11
+ "branch_slug": "empty-specs-layout-doctor",
12
+ "branch_name": "feature/QUIVER-21-05-empty-specs-layout-doctor"
13
+ },
14
+ "files": [
15
+ "src/create-quiver/commands/plan.js",
16
+ "src/create-quiver/commands/graph.js",
17
+ "src/create-quiver/commands/next.js",
18
+ "src/create-quiver/lib/slice-graph.js",
19
+ "src/create-quiver/lib/doctor.js",
20
+ "src/create-quiver/index.js",
21
+ "tests/commands/doctor.test.js",
22
+ "tests/commands/plan.test.js",
23
+ "tests/commands/graph.test.js",
24
+ "tests/commands/next.test.js",
25
+ "tests/lib/doctor.test.js",
26
+ "specs/quiver-v21-ai-first-layout/STATUS.md",
27
+ "specs/quiver-v21-ai-first-layout/EVIDENCE_REPORT.md",
28
+ "specs/quiver-v21-ai-first-layout/slices/slice-05-empty-specs-layout-doctor/CLOSURE_BRIEF.md",
29
+ "specs/quiver-v21-ai-first-layout/slices/slice-05-empty-specs-layout-doctor/slice.json"
30
+ ],
31
+ "depends_on": [
32
+ "slice-03-generation-profiles-visible-contract",
33
+ "slice-04-analyze-scan-relocation"
34
+ ],
35
+ "parallel_safe": "after_dependencies",
36
+ "parallel_safe_reason": "Requires the new default no-spec behavior and scan path compatibility.",
37
+ "must": [
38
+ "Make `plan` return a clear valid empty state when no specs exist.",
39
+ "Make `graph` return a clear valid empty state when no specs exist.",
40
+ "Make `next` return a clear valid empty state when no specs exist.",
41
+ "Make `doctor` detect layout type: new, legacy, hybrid, or incomplete.",
42
+ "Doctor must not treat missing specs as an error immediately after default init.",
43
+ "Doctor should surface actionable recommendations for legacy files."
44
+ ],
45
+ "not_included": [
46
+ "Migrating legacy files.",
47
+ "Changing spec generation.",
48
+ "Documentation copy beyond command output strings."
49
+ ],
50
+ "acceptance": [
51
+ "No-spec projects do not fail `plan`, `graph`, `next`, or `doctor` unexpectedly.",
52
+ "Doctor reports layout state with clear language.",
53
+ "Legacy paths are warnings or recommendations, not hard failures.",
54
+ "Existing behavior for projects with specs remains intact."
55
+ ],
56
+ "tests": [
57
+ "node --test tests/commands/doctor.test.js tests/lib/doctor.test.js tests/commands/plan.test.js tests/commands/graph.test.js tests/commands/next.test.js",
58
+ "node --test tests/**/*.test.js",
59
+ "git diff --check"
60
+ ],
61
+ "estimated_hours": 6,
62
+ "actual_hours": 5,
63
+ "status": "completed",
64
+ "blocked_reason": null
65
+ }
@@ -0,0 +1,31 @@
1
+ # CLOSURE BRIEF - slice-06: Legacy migration and optional assets
2
+
3
+ ## Resumen de lo realizado
4
+
5
+ Se implemento la transicion no destructiva para migracion y se habilitaron los assets opcionales explicitos.
6
+
7
+ ## Validacion contra criterios de aceptacion
8
+
9
+ - [x] Migracion no destructiva.
10
+ - [x] Legacy scripts opcionales.
11
+ - [x] Templates exportados bajo `.quiver/`.
12
+ - [x] Full mode validado.
13
+
14
+ ## Cambios relevantes
15
+
16
+ - `migrate` ahora reporta layout legado detectado y preservado, incluyendo `docs-template/`, `tools/scripts/` y `docs/PROJECT_SCAN.json`.
17
+ - `init --legacy-scripts` crea wrappers Bash y scripts npm compatibles.
18
+ - `init --include-templates` exporta templates a `.quiver/templates/`.
19
+ - `init --full` sigue habilitando el layout amplio de compatibilidad.
20
+
21
+ ## Pendientes
22
+
23
+ Ninguno para este slice.
24
+
25
+ ## Riesgos remanentes
26
+
27
+ - La salida de migracion sigue siendo conservadora: detecta y reporta, pero no limpia automaticamente el layout viejo.
28
+
29
+ ## Recomendaciones futuras
30
+
31
+ - Mantener las smokes de migracion y perfiles opcionales en slices posteriores para evitar regresiones.
@@ -0,0 +1,62 @@
1
+ # EXECUTION BRIEF - slice-06: Legacy migration and optional assets
2
+
3
+ **Spec:** quiver-v21-ai-first-layout
4
+ **Slice:** slice-06-legacy-migration-optional-assets
5
+ **Tipo:** feature
6
+
7
+ ## Contexto
8
+
9
+ Cambiar el default no alcanza: proyectos existentes pueden tener layout viejo y algunos usuarios siguen necesitando scripts o templates visibles.
10
+
11
+ ## Objetivo
12
+
13
+ Agregar transicion no destructiva y flags explicitos para assets opcionales.
14
+
15
+ ## Alcance
16
+
17
+ - `migrate` legacy detection.
18
+ - `--legacy-scripts`.
19
+ - `--include-templates`.
20
+ - `--full` broad optional assets.
21
+ - Smokes de migracion y perfiles opcionales.
22
+
23
+ ## Criterios de aceptacion
24
+
25
+ - `migrate` no borra ni mueve archivos legacy.
26
+ - Layout legacy se detecta y reporta.
27
+ - `--legacy-scripts` crea wrappers y scripts validos.
28
+ - `--include-templates` exporta a `.quiver/templates/`.
29
+ - `--full` mantiene assets amplios de forma explicita.
30
+
31
+ ## Plan tecnico resumido
32
+
33
+ Extender perfiles y migracion para distinguir cleanup sugerido de acciones destructivas. Mantener compatibilidad por lectura y generar opcionales solo cuando el usuario lo pide.
34
+
35
+ ## Pasos sugeridos de ejecucion
36
+
37
+ 1. Agregar deteccion legacy en migrate.
38
+ 2. Implementar generacion legacy scripts bajo flag.
39
+ 3. Implementar export de templates bajo `.quiver/templates/`.
40
+ 4. Definir set full.
41
+ 5. Actualizar package scripts segun flags.
42
+ 6. Agregar smokes de migracion.
43
+
44
+ ## Restricciones
45
+
46
+ - No borrar archivos legacy.
47
+ - No crear root `docs-template/` en layout nuevo.
48
+ - No mezclar scripts legacy en default.
49
+
50
+ ## Riesgos
51
+
52
+ - Flags combinados generen scripts inconsistentes.
53
+ - Migracion demasiado silenciosa.
54
+ - Full mode arrastre demasiada deuda sin documentar.
55
+
56
+ ## Checklist de finalizacion
57
+
58
+ - [ ] Migrate preserva legacy.
59
+ - [ ] Legacy scripts validos.
60
+ - [ ] Include templates validado.
61
+ - [ ] Full mode validado.
62
+ - [ ] Recomendaciones de migracion claras.
@@ -0,0 +1,66 @@
1
+ {
2
+ "slice_id": "slice-06-legacy-migration-optional-assets",
3
+ "ticket": "QUIVER-21-06",
4
+ "type": "feature",
5
+ "title": "Add legacy migration and optional assets",
6
+ "objective": "Make migration non-destructive for legacy layouts and implement explicit optional generation for legacy scripts and templates.",
7
+ "description": "This slice handles transition behavior so existing projects can keep working while new projects stay clean by default.",
8
+ "git": {
9
+ "branch_type": "feature",
10
+ "base_branch": "main",
11
+ "branch_slug": "legacy-migration-optional-assets",
12
+ "branch_name": "feature/QUIVER-21-06-legacy-migration-optional-assets"
13
+ },
14
+ "files": [
15
+ "src/create-quiver/index.js",
16
+ "src/create-quiver/lib/init-docs.js",
17
+ "src/create-quiver/lib/init-layout.js",
18
+ "src/create-quiver/lib/state.js",
19
+ "scripts/migrate-project.sh",
20
+ "scripts/ci/smoke-create-quiver.sh",
21
+ "scripts/ci/smoke-cross-platform.js",
22
+ "tests/commands/init-profiles.test.js",
23
+ "specs/quiver-v21-ai-first-layout/STATUS.md",
24
+ "specs/quiver-v21-ai-first-layout/EVIDENCE_REPORT.md",
25
+ "specs/quiver-v21-ai-first-layout/slices/slice-06-legacy-migration-optional-assets/CLOSURE_BRIEF.md",
26
+ "specs/quiver-v21-ai-first-layout/slices/slice-06-legacy-migration-optional-assets/slice.json"
27
+ ],
28
+ "depends_on": [
29
+ "slice-03-generation-profiles-visible-contract",
30
+ "slice-04-analyze-scan-relocation"
31
+ ],
32
+ "parallel_safe": "after_dependencies",
33
+ "parallel_safe_reason": "Can run after generation profiles and scan relocation are stable.",
34
+ "must": [
35
+ "`migrate` must not delete or move legacy files without explicit user action.",
36
+ "`migrate` must detect legacy root `docs-template/`, `tools/scripts/`, and `docs/PROJECT_SCAN.json`.",
37
+ "`--legacy-scripts` must create Bash wrappers and matching package scripts.",
38
+ "`--include-templates` must export templates under `.quiver/templates/`.",
39
+ "`--full` must keep broad optional docs and OSS/community files as explicit behavior.",
40
+ "Migration output must explain recommended next steps for legacy-to-AI-first cleanup."
41
+ ],
42
+ "not_included": [
43
+ "Automatic destructive cleanup of legacy files.",
44
+ "Publishing package release.",
45
+ "Long-form documentation rewrite."
46
+ ],
47
+ "acceptance": [
48
+ "Legacy project migration preserves existing files.",
49
+ "Legacy layout is detected and reported.",
50
+ "`--legacy-scripts` creates wrappers and scripts that point to real files.",
51
+ "`--include-templates` creates `.quiver/templates/` and no root `docs-template/`.",
52
+ "`--full` covers optional broad assets intentionally."
53
+ ],
54
+ "tests": [
55
+ "node --test tests/commands/init-profiles.test.js tests/lib/init-docs.test.js",
56
+ "node --test tests/**/*.test.js",
57
+ "bash scripts/ci/smoke-init-docs.sh",
58
+ "bash scripts/ci/smoke-create-quiver.sh",
59
+ "node scripts/ci/smoke-cross-platform.js",
60
+ "git diff --check"
61
+ ],
62
+ "estimated_hours": 7,
63
+ "actual_hours": 6,
64
+ "status": "completed",
65
+ "blocked_reason": null
66
+ }
@@ -0,0 +1,33 @@
1
+ # CLOSURE BRIEF - slice-07: Documentation and guidance alignment
2
+
3
+ ## Resumen de lo realizado
4
+
5
+ Se alineo la documentacion humana, la guia para agentes y las plantillas generadas con el layout AI-first actual. El flujo default ahora queda documentado como contrato visible chico con maquinaria interna en `.quiver/`, mientras `docs-template/`, `tools/scripts/` y los specs placeholder quedan marcados como compatibilidad u opciones explicitas.
6
+
7
+ ## Validacion contra criterios de aceptacion
8
+
9
+ - [x] Visible vs interno documentado.
10
+ - [x] Legacy marcado como compatibilidad.
11
+ - [x] Specs reales documentadas en fase spec.
12
+ - [x] Paths de scan/map correctos.
13
+
14
+ ## Cambios relevantes
15
+
16
+ - `README.md` prioriza `init --name`, `.quiver/`, `docs/PROJECT_MAP.md` y el flujo planner/executor.
17
+ - `README_FOR_AI.md` dejo de presentar `docs-template/` como onboarding normal.
18
+ - `docs/AI_ONBOARDING_PROMPT.md.template`, `docs/WORKFLOW.md.template` y `docs/STANDARD.md.template` apuntan al mapa visible y al scan crudo en `.quiver/scans/PROJECT_SCAN.json`.
19
+ - `docs/COMMANDS.md.template` documenta init, profiles y analyzer output.
20
+ - `src/create-quiver/lib/init-docs.js` y `scripts/init-docs.sh` ajustan README generado y dejan el script Bash como compatibilidad legacy.
21
+ - Los smokes esperan la ruta nueva del scan en el onboarding prompt generado.
22
+
23
+ ## Pendientes
24
+
25
+ Ninguno para este slice.
26
+
27
+ ## Riesgos remanentes
28
+
29
+ El script Bash `scripts/init-docs.sh` sigue siendo una ruta legacy amplia y conserva referencias internas a `docs-template/`, `tools/scripts/` y `slice-template` porque ese es su proposito de compatibilidad.
30
+
31
+ ## Recomendaciones futuras
32
+
33
+ Completar `slice-08` con la validacion final de smokes, release readiness y consistencia del paquete antes de publicar.
@@ -0,0 +1,61 @@
1
+ # EXECUTION BRIEF - slice-07: Documentation and guidance alignment
2
+
3
+ **Spec:** quiver-v21-ai-first-layout
4
+ **Slice:** slice-07-docs-guidance-alignment
5
+ **Tipo:** docs
6
+
7
+ ## Contexto
8
+
9
+ Despues de cambiar comportamiento, la documentacion debe dejar de presentar `docs-template/`, `tools/scripts/` y spec placeholder como default.
10
+
11
+ ## Objetivo
12
+
13
+ Alinear README, README_FOR_AI, generated README y templates con el nuevo layout AI-first.
14
+
15
+ ## Alcance
16
+
17
+ - Root README.
18
+ - AI guide.
19
+ - Generated README in Node and Bash paths.
20
+ - Docs templates for commands, workflow, onboarding, support and troubleshooting.
21
+ - Smoke assertions de docs.
22
+
23
+ ## Criterios de aceptacion
24
+
25
+ - Toda la documentacion diferencia contrato visible de maquinaria interna.
26
+ - `docs-template/` y `tools/scripts/` aparecen solo como legacy/opcionales.
27
+ - Specs reales se documentan como salida de `ai plan --phase spec`.
28
+ - Scan crudo y project map tienen paths correctos.
29
+
30
+ ## Plan tecnico resumido
31
+
32
+ Actualizar docs despues de estabilizar comportamiento. Agregar asserts en smokes para evitar drift.
33
+
34
+ ## Pasos sugeridos de ejecucion
35
+
36
+ 1. Revisar textos actuales que nombren paths legacy.
37
+ 2. Actualizar README y README_FOR_AI.
38
+ 3. Actualizar generated README.
39
+ 4. Actualizar templates.
40
+ 5. Ajustar smokes de doc.
41
+ 6. Validar que no se prometan comandos inexistentes.
42
+
43
+ ## Restricciones
44
+
45
+ - No cambiar codigo de comportamiento salvo generated README text.
46
+ - No duplicar instrucciones largas.
47
+ - No documentar flags no implementados.
48
+
49
+ ## Riesgos
50
+
51
+ - Docs queden ahead del comportamiento.
52
+ - README se vuelva demasiado largo.
53
+ - Onboarding IA vuelva a abrir `.quiver/` innecesariamente.
54
+
55
+ ## Checklist de finalizacion
56
+
57
+ - [ ] README actualizado.
58
+ - [ ] README_FOR_AI actualizado.
59
+ - [ ] Generated README actualizado.
60
+ - [ ] Templates actualizados.
61
+ - [ ] Smokes de docs pasan.
@@ -0,0 +1,67 @@
1
+ {
2
+ "slice_id": "slice-07-docs-guidance-alignment",
3
+ "ticket": "QUIVER-21-07",
4
+ "type": "docs",
5
+ "title": "Align documentation with AI-first layout",
6
+ "objective": "Update human and AI-facing documentation so every source describes the same visible contract and internal `.quiver/` model.",
7
+ "description": "Behavior changes need docs alignment to avoid two competing truths about `docs-template/`, `tools/scripts/`, scans, and specs.",
8
+ "git": {
9
+ "branch_type": "docs",
10
+ "base_branch": "main",
11
+ "branch_slug": "docs-guidance-alignment",
12
+ "branch_name": "docs/QUIVER-21-07-docs-guidance-alignment"
13
+ },
14
+ "files": [
15
+ "README.md",
16
+ "README_FOR_AI.md",
17
+ "docs/AI_ONBOARDING_PROMPT.md.template",
18
+ "docs/COMMANDS.md.template",
19
+ "docs/WORKFLOW.md.template",
20
+ "docs/SUPPORT_MATRIX.md.template",
21
+ "docs/TROUBLESHOOTING.md.template",
22
+ "docs/GITFLOW_PR_GUIDE.md.template",
23
+ "src/create-quiver/lib/init-docs.js",
24
+ "scripts/init-docs.sh",
25
+ "scripts/ci/smoke-create-quiver.sh",
26
+ "scripts/ci/smoke-init-docs.sh",
27
+ "specs/quiver-v21-ai-first-layout/STATUS.md",
28
+ "specs/quiver-v21-ai-first-layout/EVIDENCE_REPORT.md",
29
+ "specs/quiver-v21-ai-first-layout/slices/slice-07-docs-guidance-alignment/CLOSURE_BRIEF.md",
30
+ "specs/quiver-v21-ai-first-layout/slices/slice-07-docs-guidance-alignment/slice.json"
31
+ ],
32
+ "depends_on": [
33
+ "slice-05-empty-specs-layout-doctor",
34
+ "slice-06-legacy-migration-optional-assets"
35
+ ],
36
+ "parallel_safe": "after_dependencies",
37
+ "parallel_safe_reason": "Docs must reflect final behavior from previous slices.",
38
+ "must": [
39
+ "Update root README to present AI-first layout and init profiles accurately.",
40
+ "Update README_FOR_AI so `docs-template/` is no longer the normal onboarding flow.",
41
+ "Update generated README content to explain visible contract vs internal `.quiver/` machinery.",
42
+ "Update commands/support/troubleshooting templates for new paths and flags.",
43
+ "Document that real specs are created by `ai plan --phase spec`, not default init.",
44
+ "Document legacy paths as compatibility, not recommended default."
45
+ ],
46
+ "not_included": [
47
+ "Changing behavior.",
48
+ "Release publication.",
49
+ "Large marketing rewrite unrelated to layout."
50
+ ],
51
+ "acceptance": [
52
+ "Docs agree that `.quiver/` is internal.",
53
+ "Docs agree that default init does not create `docs-template/`, `tools/scripts/`, or placeholder specs.",
54
+ "Generated README points agents to visible contract first.",
55
+ "Docs mention `.quiver/scans/PROJECT_SCAN.json` and visible `docs/PROJECT_MAP.md` correctly.",
56
+ "Legacy guidance is clearly marked as compatibility."
57
+ ],
58
+ "tests": [
59
+ "bash scripts/ci/smoke-init-docs.sh",
60
+ "npm run smoke:create-quiver",
61
+ "git diff --check"
62
+ ],
63
+ "estimated_hours": 5,
64
+ "actual_hours": 4,
65
+ "status": "completed",
66
+ "blocked_reason": null
67
+ }
@@ -0,0 +1,35 @@
1
+ # CLOSURE BRIEF - slice-08: Smokes and release readiness
2
+
3
+ ## Resumen de lo realizado
4
+
5
+ Se ejecuto la matriz final de validacion para v21 y se ajusto `smoke-tiered-pack` para que pruebe explicitamente el perfil `--full --skip-install` cuando necesita assets legacy como spec placeholder y wrappers. Tambien se actualizaron evidencia, status y cuerpo de PR.
6
+
7
+ ## Validacion contra criterios de aceptacion
8
+
9
+ - [x] Suite Node pasa.
10
+ - [x] Smokes pasan.
11
+ - [x] Evidence actualizado.
12
+ - [x] PR body listo.
13
+
14
+ ## Cambios relevantes
15
+
16
+ - `scripts/ci/smoke-tiered-pack.sh` usa `init --full --skip-install` y espera la guia correcta de `doctor` para el estado AI-first sin specs.
17
+ - `scripts/ci/smoke-cross-platform.js` usa `init` explicito para el smoke de perfiles.
18
+ - `src/create-quiver/index.js` tiene fallback sin `npm` para empaquetar templates cuando `--skip-install` evita instalar dependencias.
19
+ - Scripts legacy quedaron alineados con shellcheck y `check-slice` acepta `develop` local en modo sin origin.
20
+ - `specs/quiver-v21-ai-first-layout/EVIDENCE_REPORT.md` registra la matriz final.
21
+ - `specs/quiver-v21-ai-first-layout/STATUS.md` marca la spec como completada.
22
+ - `specs/quiver-v21-ai-first-layout/pr.md` queda listo para copiar al PR.
23
+ - `slice.json` queda marcado como completado.
24
+
25
+ ## Pendientes
26
+
27
+ No quedan pendientes dentro de esta spec. No se publico npm ni se abrio PR.
28
+
29
+ ## Riesgos remanentes
30
+
31
+ La matriz local valida macOS/shell actual y el smoke cross-platform simulado; la verificacion definitiva multi-OS queda en CI.
32
+
33
+ ## Recomendaciones futuras
34
+
35
+ Abrir PR de la spec con el cuerpo preparado y correr la CI completa antes de publicar una nueva version npm.
@@ -0,0 +1,66 @@
1
+ # EXECUTION BRIEF - slice-08: Smokes and release readiness
2
+
3
+ **Spec:** quiver-v21-ai-first-layout
4
+ **Slice:** slice-08-smokes-release-readiness
5
+ **Tipo:** chore
6
+
7
+ ## Contexto
8
+
9
+ El cambio toca init, analyze, doctor, docs y compatibilidad legacy. El cierre debe probar todos los perfiles y estados criticos.
10
+
11
+ ## Objetivo
12
+
13
+ Completar validaciones, evidencia y cuerpo de PR para la spec v21.
14
+
15
+ ## Alcance
16
+
17
+ - Smokes de perfiles.
18
+ - Smokes cross-platform.
19
+ - Suite Node.
20
+ - Evidence report.
21
+ - PR body.
22
+ - Fixes menores necesarios para que las validaciones pasen.
23
+
24
+ ## Criterios de aceptacion
25
+
26
+ - Suite Node completa pasa.
27
+ - Smokes principales pasan.
28
+ - Evidencia real agregada.
29
+ - PR body listo.
30
+ - No queda drift documental conocido.
31
+
32
+ ## Plan tecnico resumido
33
+
34
+ Ejecutar la matriz completa despues de todas las slices funcionales y documentales. Ajustar smokes o errores menores solo dentro del alcance de v21.
35
+
36
+ ## Pasos sugeridos de ejecucion
37
+
38
+ 1. Ejecutar suite Node.
39
+ 2. Ejecutar smoke create-quiver.
40
+ 3. Ejecutar smoke init-docs.
41
+ 4. Ejecutar smoke cross-platform.
42
+ 5. Revisar `git diff --check`.
43
+ 6. Actualizar evidence y PR body.
44
+ 7. Cerrar status.
45
+
46
+ ## Restricciones
47
+
48
+ - No publicar npm.
49
+ - No abrir PR sin pedido explicito.
50
+ - No agregar nuevo alcance funcional.
51
+
52
+ ## Riesgos
53
+
54
+ - Smokes lentos o dependientes de red.
55
+ - Tests legacy que asumen layout viejo.
56
+ - Fixes de ultimo minuto que expandan alcance.
57
+
58
+ ## Checklist de finalizacion
59
+
60
+ - [ ] `node --test tests/**/*.test.js` pasa.
61
+ - [ ] `npm run smoke:create-quiver` pasa.
62
+ - [ ] `bash scripts/ci/smoke-init-docs.sh` pasa.
63
+ - [ ] `node scripts/ci/smoke-cross-platform.js` pasa.
64
+ - [ ] `git diff --check` pasa.
65
+ - [ ] Evidence report actualizado.
66
+ - [ ] PR body actualizado.
@@ -0,0 +1,62 @@
1
+ {
2
+ "slice_id": "slice-08-smokes-release-readiness",
3
+ "ticket": "QUIVER-21-08",
4
+ "type": "chore",
5
+ "title": "Finalize smokes and release readiness",
6
+ "objective": "Run and harden the full validation matrix for the AI-first layout before PR or release work.",
7
+ "description": "This slice closes cross-profile smoke coverage, evidence, and final consistency checks.",
8
+ "git": {
9
+ "branch_type": "chore",
10
+ "base_branch": "main",
11
+ "branch_slug": "smokes-release-readiness",
12
+ "branch_name": "chore/QUIVER-21-08-smokes-release-readiness"
13
+ },
14
+ "files": [
15
+ "scripts/ci/smoke-create-quiver.sh",
16
+ "scripts/ci/smoke-init-docs.sh",
17
+ "scripts/ci/smoke-cross-platform.js",
18
+ "tests/**/*.test.js",
19
+ "specs/quiver-v21-ai-first-layout/EVIDENCE_REPORT.md",
20
+ "specs/quiver-v21-ai-first-layout/STATUS.md",
21
+ "specs/quiver-v21-ai-first-layout/pr.md",
22
+ "specs/quiver-v21-ai-first-layout/slices/slice-08-smokes-release-readiness/CLOSURE_BRIEF.md",
23
+ "specs/quiver-v21-ai-first-layout/slices/slice-08-smokes-release-readiness/slice.json"
24
+ ],
25
+ "depends_on": [
26
+ "slice-07-docs-guidance-alignment"
27
+ ],
28
+ "parallel_safe": "after_dependencies",
29
+ "parallel_safe_reason": "Final validation depends on completed behavior and docs.",
30
+ "must": [
31
+ "Validate default, minimal, full, legacy-scripts, include-templates, and dry-run profiles.",
32
+ "Validate analyze scan relocation and visible project map.",
33
+ "Validate no-spec state for plan, graph, next, and doctor.",
34
+ "Validate legacy compatibility for scan, docs-template, and tools/scripts where applicable.",
35
+ "Update evidence report with real commands and outcomes.",
36
+ "Update PR body with summary, validation, and risks."
37
+ ],
38
+ "not_included": [
39
+ "Publishing to npm.",
40
+ "Opening the PR unless explicitly requested.",
41
+ "Changing product behavior beyond smoke fixes required for this spec."
42
+ ],
43
+ "acceptance": [
44
+ "Full Node test suite passes.",
45
+ "Create-quiver smoke passes.",
46
+ "Init-docs smoke passes.",
47
+ "Cross-platform smoke passes.",
48
+ "Evidence report is updated.",
49
+ "PR body is ready for review."
50
+ ],
51
+ "tests": [
52
+ "node --test tests/**/*.test.js",
53
+ "npm run smoke:create-quiver",
54
+ "bash scripts/ci/smoke-init-docs.sh",
55
+ "node scripts/ci/smoke-cross-platform.js",
56
+ "git diff --check"
57
+ ],
58
+ "estimated_hours": 4,
59
+ "actual_hours": 3,
60
+ "status": "completed",
61
+ "blocked_reason": null
62
+ }