create-quiver 0.15.2 → 0.15.4

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 (324) hide show
  1. package/.github/workflows/ci.yml +3 -0
  2. package/AGENTS.md.es.template +37 -0
  3. package/README.md +1 -0
  4. package/README_FOR_AI.md +6 -4
  5. package/docs/AI_CONTEXT.md.es.template +35 -0
  6. package/docs/AI_ONBOARDING_PROMPT.md.es.template +22 -0
  7. package/docs/CLI_UX_GUIDE.md +47 -1
  8. package/docs/COMMANDS.md.es.template +28 -0
  9. package/docs/COMMANDS.md.template +14 -3
  10. package/docs/CONTEXTO.md.es.template +33 -0
  11. package/docs/DECISIONS.md.es.template +17 -0
  12. package/docs/GITFLOW_PR_GUIDE.md.es.template +25 -0
  13. package/docs/INDEX.md +96 -0
  14. package/docs/INDEX.md.es.template +36 -0
  15. package/docs/STATUS.md.es.template +28 -0
  16. package/docs/SUPPORT_MATRIX.md.es.template +22 -0
  17. package/docs/TESTING_GUIDE_FOR_AI.md.es.template +19 -0
  18. package/docs/TROUBLESHOOTING.md.es.template +35 -0
  19. package/docs/WORKFLOW.md.es.template +29 -0
  20. package/docs/WORKFLOW.md.template +2 -2
  21. package/docs/ai/LESSONS.md.es.template +24 -0
  22. package/docs/getting-started/installation.md +19 -0
  23. package/docs/reference/commands.md +68 -2
  24. package/package.json +3 -1
  25. package/specs/quiver-v34-cli-dashboard-status/EVIDENCE_REPORT.md +119 -0
  26. package/specs/quiver-v34-cli-dashboard-status/EXECUTION_PLAN.md +77 -0
  27. package/specs/quiver-v34-cli-dashboard-status/SPEC.md +152 -0
  28. package/specs/quiver-v34-cli-dashboard-status/STATUS.md +29 -0
  29. package/specs/quiver-v34-cli-dashboard-status/pr.md +99 -0
  30. package/specs/quiver-v34-cli-dashboard-status/slices/slice-00-dashboard-foundation/CLOSURE_BRIEF.md +19 -0
  31. package/specs/quiver-v34-cli-dashboard-status/slices/slice-00-dashboard-foundation/EXECUTION_BRIEF.md +49 -0
  32. package/specs/quiver-v34-cli-dashboard-status/slices/slice-00-dashboard-foundation/slice.json +68 -0
  33. package/specs/quiver-v34-cli-dashboard-status/slices/slice-01-dashboard-report-contract/CLOSURE_BRIEF.md +19 -0
  34. package/specs/quiver-v34-cli-dashboard-status/slices/slice-01-dashboard-report-contract/EXECUTION_BRIEF.md +53 -0
  35. package/specs/quiver-v34-cli-dashboard-status/slices/slice-01-dashboard-report-contract/slice.json +78 -0
  36. package/specs/quiver-v34-cli-dashboard-status/slices/slice-02-dashboard-command-rendering/CLOSURE_BRIEF.md +19 -0
  37. package/specs/quiver-v34-cli-dashboard-status/slices/slice-02-dashboard-command-rendering/EXECUTION_BRIEF.md +53 -0
  38. package/specs/quiver-v34-cli-dashboard-status/slices/slice-02-dashboard-command-rendering/slice.json +82 -0
  39. package/specs/quiver-v34-cli-dashboard-status/slices/slice-03-dashboard-edge-cases-and-guardrails/CLOSURE_BRIEF.md +19 -0
  40. package/specs/quiver-v34-cli-dashboard-status/slices/slice-03-dashboard-edge-cases-and-guardrails/EXECUTION_BRIEF.md +54 -0
  41. package/specs/quiver-v34-cli-dashboard-status/slices/slice-03-dashboard-edge-cases-and-guardrails/slice.json +77 -0
  42. package/specs/quiver-v34-cli-dashboard-status/slices/slice-04-docs-templates-and-scripts/CLOSURE_BRIEF.md +19 -0
  43. package/specs/quiver-v34-cli-dashboard-status/slices/slice-04-docs-templates-and-scripts/EXECUTION_BRIEF.md +54 -0
  44. package/specs/quiver-v34-cli-dashboard-status/slices/slice-04-docs-templates-and-scripts/slice.json +88 -0
  45. package/specs/quiver-v34-cli-dashboard-status/slices/slice-05-tests-smokes-release-readiness/CLOSURE_BRIEF.md +26 -0
  46. package/specs/quiver-v34-cli-dashboard-status/slices/slice-05-tests-smokes-release-readiness/EXECUTION_BRIEF.md +57 -0
  47. package/specs/quiver-v34-cli-dashboard-status/slices/slice-05-tests-smokes-release-readiness/slice.json +85 -0
  48. package/specs/quiver-v35-compact-dashboard-version-ux/EVIDENCE_REPORT.md +43 -0
  49. package/specs/quiver-v35-compact-dashboard-version-ux/EXECUTION_PLAN.md +85 -0
  50. package/specs/quiver-v35-compact-dashboard-version-ux/SPEC.md +147 -0
  51. package/specs/quiver-v35-compact-dashboard-version-ux/STATUS.md +33 -0
  52. package/specs/quiver-v35-compact-dashboard-version-ux/pr.md +106 -0
  53. package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-00-foundation-and-doc-router/CLOSURE_BRIEF.md +19 -0
  54. package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-00-foundation-and-doc-router/EXECUTION_BRIEF.md +38 -0
  55. package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-00-foundation-and-doc-router/slice.json +64 -0
  56. package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-01-dashboard-cli-contract/CLOSURE_BRIEF.md +19 -0
  57. package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-01-dashboard-cli-contract/EXECUTION_BRIEF.md +49 -0
  58. package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-01-dashboard-cli-contract/slice.json +80 -0
  59. package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-02-dashboard-compact-renderer/CLOSURE_BRIEF.md +19 -0
  60. package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-02-dashboard-compact-renderer/EXECUTION_BRIEF.md +48 -0
  61. package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-02-dashboard-compact-renderer/slice.json +73 -0
  62. package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-03-dashboard-details-sections/CLOSURE_BRIEF.md +19 -0
  63. package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-03-dashboard-details-sections/EXECUTION_BRIEF.md +48 -0
  64. package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-03-dashboard-details-sections/slice.json +72 -0
  65. package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-04-version-command/CLOSURE_BRIEF.md +19 -0
  66. package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-04-version-command/EXECUTION_BRIEF.md +49 -0
  67. package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-04-version-command/slice.json +82 -0
  68. package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-05-docs-help-generated-guidance/CLOSURE_BRIEF.md +19 -0
  69. package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-05-docs-help-generated-guidance/EXECUTION_BRIEF.md +50 -0
  70. package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-05-docs-help-generated-guidance/slice.json +90 -0
  71. package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-06-tests-smokes-release-readiness/CLOSURE_BRIEF.md +21 -0
  72. package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-06-tests-smokes-release-readiness/EXECUTION_BRIEF.md +51 -0
  73. package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-06-tests-smokes-release-readiness/slice.json +85 -0
  74. package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-07-package-and-cross-platform-smoke/CLOSURE_BRIEF.md +20 -0
  75. package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-07-package-and-cross-platform-smoke/EXECUTION_BRIEF.md +49 -0
  76. package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-07-package-and-cross-platform-smoke/slice.json +79 -0
  77. package/specs/quiver-v36-ai-run-watch-portable/EVIDENCE_REPORT.md +33 -0
  78. package/specs/quiver-v36-ai-run-watch-portable/EXECUTION_PLAN.md +39 -0
  79. package/specs/quiver-v36-ai-run-watch-portable/SPEC.md +166 -0
  80. package/specs/quiver-v36-ai-run-watch-portable/STATUS.md +31 -0
  81. package/specs/quiver-v36-ai-run-watch-portable/pr.md +78 -0
  82. package/specs/quiver-v36-ai-run-watch-portable/slices/slice-00-foundation-and-handoffs/CLOSURE_BRIEF.md +19 -0
  83. package/specs/quiver-v36-ai-run-watch-portable/slices/slice-00-foundation-and-handoffs/EXECUTION_BRIEF.md +43 -0
  84. package/specs/quiver-v36-ai-run-watch-portable/slices/slice-00-foundation-and-handoffs/slice.json +61 -0
  85. package/specs/quiver-v36-ai-run-watch-portable/slices/slice-01-run-schema-path-safety/CLOSURE_BRIEF.md +18 -0
  86. package/specs/quiver-v36-ai-run-watch-portable/slices/slice-01-run-schema-path-safety/EXECUTION_BRIEF.md +43 -0
  87. package/specs/quiver-v36-ai-run-watch-portable/slices/slice-01-run-schema-path-safety/slice.json +65 -0
  88. package/specs/quiver-v36-ai-run-watch-portable/slices/slice-02-event-writer-redacted-logs/CLOSURE_BRIEF.md +18 -0
  89. package/specs/quiver-v36-ai-run-watch-portable/slices/slice-02-event-writer-redacted-logs/EXECUTION_BRIEF.md +43 -0
  90. package/specs/quiver-v36-ai-run-watch-portable/slices/slice-02-event-writer-redacted-logs/slice.json +66 -0
  91. package/specs/quiver-v36-ai-run-watch-portable/slices/slice-03-provider-streaming-integration/CLOSURE_BRIEF.md +18 -0
  92. package/specs/quiver-v36-ai-run-watch-portable/slices/slice-03-provider-streaming-integration/EXECUTION_BRIEF.md +41 -0
  93. package/specs/quiver-v36-ai-run-watch-portable/slices/slice-03-provider-streaming-integration/slice.json +71 -0
  94. package/specs/quiver-v36-ai-run-watch-portable/slices/slice-04-ai-run-watch-command/CLOSURE_BRIEF.md +18 -0
  95. package/specs/quiver-v36-ai-run-watch-portable/slices/slice-04-ai-run-watch-command/EXECUTION_BRIEF.md +44 -0
  96. package/specs/quiver-v36-ai-run-watch-portable/slices/slice-04-ai-run-watch-command/slice.json +73 -0
  97. package/specs/quiver-v36-ai-run-watch-portable/slices/slice-05-main-progress-user-guidance/CLOSURE_BRIEF.md +18 -0
  98. package/specs/quiver-v36-ai-run-watch-portable/slices/slice-05-main-progress-user-guidance/EXECUTION_BRIEF.md +44 -0
  99. package/specs/quiver-v36-ai-run-watch-portable/slices/slice-05-main-progress-user-guidance/slice.json +71 -0
  100. package/specs/quiver-v36-ai-run-watch-portable/slices/slice-06-docs-generated-guidance/CLOSURE_BRIEF.md +19 -0
  101. package/specs/quiver-v36-ai-run-watch-portable/slices/slice-06-docs-generated-guidance/EXECUTION_BRIEF.md +45 -0
  102. package/specs/quiver-v36-ai-run-watch-portable/slices/slice-06-docs-generated-guidance/slice.json +77 -0
  103. package/specs/quiver-v36-ai-run-watch-portable/slices/slice-07-tests-cross-platform-readiness/CLOSURE_BRIEF.md +22 -0
  104. package/specs/quiver-v36-ai-run-watch-portable/slices/slice-07-tests-cross-platform-readiness/EXECUTION_BRIEF.md +46 -0
  105. package/specs/quiver-v36-ai-run-watch-portable/slices/slice-07-tests-cross-platform-readiness/slice.json +87 -0
  106. package/specs/quiver-v37-cli-i18n-foundation/EVIDENCE_REPORT.md +73 -0
  107. package/specs/quiver-v37-cli-i18n-foundation/EXECUTION_PLAN.md +34 -0
  108. package/specs/quiver-v37-cli-i18n-foundation/SPEC.md +91 -0
  109. package/specs/quiver-v37-cli-i18n-foundation/STATUS.md +29 -0
  110. package/specs/quiver-v37-cli-i18n-foundation/pr.md +97 -0
  111. package/specs/quiver-v37-cli-i18n-foundation/slices/slice-00-foundation-and-program-roadmap/CLOSURE_BRIEF.md +10 -0
  112. package/specs/quiver-v37-cli-i18n-foundation/slices/slice-00-foundation-and-program-roadmap/EXECUTION_BRIEF.md +22 -0
  113. package/specs/quiver-v37-cli-i18n-foundation/slices/slice-00-foundation-and-program-roadmap/slice.json +54 -0
  114. package/specs/quiver-v37-cli-i18n-foundation/slices/slice-01-language-resolution-contract/CLOSURE_BRIEF.md +30 -0
  115. package/specs/quiver-v37-cli-i18n-foundation/slices/slice-01-language-resolution-contract/EXECUTION_BRIEF.md +27 -0
  116. package/specs/quiver-v37-cli-i18n-foundation/slices/slice-01-language-resolution-contract/slice.json +66 -0
  117. package/specs/quiver-v37-cli-i18n-foundation/slices/slice-02-message-catalog-interpolation/CLOSURE_BRIEF.md +27 -0
  118. package/specs/quiver-v37-cli-i18n-foundation/slices/slice-02-message-catalog-interpolation/EXECUTION_BRIEF.md +26 -0
  119. package/specs/quiver-v37-cli-i18n-foundation/slices/slice-02-message-catalog-interpolation/slice.json +62 -0
  120. package/specs/quiver-v37-cli-i18n-foundation/slices/slice-03-config-language-command/CLOSURE_BRIEF.md +32 -0
  121. package/specs/quiver-v37-cli-i18n-foundation/slices/slice-03-config-language-command/EXECUTION_BRIEF.md +25 -0
  122. package/specs/quiver-v37-cli-i18n-foundation/slices/slice-03-config-language-command/slice.json +66 -0
  123. package/specs/quiver-v37-cli-i18n-foundation/slices/slice-04-parser-help-error-foundation/CLOSURE_BRIEF.md +30 -0
  124. package/specs/quiver-v37-cli-i18n-foundation/slices/slice-04-parser-help-error-foundation/EXECUTION_BRIEF.md +24 -0
  125. package/specs/quiver-v37-cli-i18n-foundation/slices/slice-04-parser-help-error-foundation/slice.json +65 -0
  126. package/specs/quiver-v37-cli-i18n-foundation/slices/slice-05-foundation-docs-tests-package-readiness/CLOSURE_BRIEF.md +27 -0
  127. package/specs/quiver-v37-cli-i18n-foundation/slices/slice-05-foundation-docs-tests-package-readiness/EXECUTION_BRIEF.md +23 -0
  128. package/specs/quiver-v37-cli-i18n-foundation/slices/slice-05-foundation-docs-tests-package-readiness/slice.json +67 -0
  129. package/specs/quiver-v38-cli-i18n-read-only-commands/EVIDENCE_REPORT.md +69 -0
  130. package/specs/quiver-v38-cli-i18n-read-only-commands/EXECUTION_PLAN.md +25 -0
  131. package/specs/quiver-v38-cli-i18n-read-only-commands/SPEC.md +52 -0
  132. package/specs/quiver-v38-cli-i18n-read-only-commands/STATUS.md +24 -0
  133. package/specs/quiver-v38-cli-i18n-read-only-commands/pr.md +119 -0
  134. package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-00-read-only-foundation/CLOSURE_BRIEF.md +10 -0
  135. package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-00-read-only-foundation/EXECUTION_BRIEF.md +21 -0
  136. package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-00-read-only-foundation/slice.json +53 -0
  137. package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-01-version-dashboard-help/CLOSURE_BRIEF.md +17 -0
  138. package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-01-version-dashboard-help/EXECUTION_BRIEF.md +23 -0
  139. package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-01-version-dashboard-help/slice.json +69 -0
  140. package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-02-flow-doctor-next-graph/CLOSURE_BRIEF.md +13 -0
  141. package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-02-flow-doctor-next-graph/EXECUTION_BRIEF.md +22 -0
  142. package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-02-flow-doctor-next-graph/slice.json +77 -0
  143. package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-03-ai-inspection-and-export/CLOSURE_BRIEF.md +12 -0
  144. package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-03-ai-inspection-and-export/EXECUTION_BRIEF.md +22 -0
  145. package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-03-ai-inspection-and-export/slice.json +66 -0
  146. package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-04-read-only-tests-smokes/CLOSURE_BRIEF.md +13 -0
  147. package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-04-read-only-tests-smokes/EXECUTION_BRIEF.md +22 -0
  148. package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-04-read-only-tests-smokes/slice.json +61 -0
  149. package/specs/quiver-v39-cli-i18n-setup-onboarding/EVIDENCE_REPORT.md +71 -0
  150. package/specs/quiver-v39-cli-i18n-setup-onboarding/EXECUTION_PLAN.md +25 -0
  151. package/specs/quiver-v39-cli-i18n-setup-onboarding/SPEC.md +53 -0
  152. package/specs/quiver-v39-cli-i18n-setup-onboarding/STATUS.md +24 -0
  153. package/specs/quiver-v39-cli-i18n-setup-onboarding/pr.md +104 -0
  154. package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-00-setup-foundation/CLOSURE_BRIEF.md +10 -0
  155. package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-00-setup-foundation/EXECUTION_BRIEF.md +21 -0
  156. package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-00-setup-foundation/slice.json +53 -0
  157. package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-01-init-interactive-language/CLOSURE_BRIEF.md +12 -0
  158. package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-01-init-interactive-language/EXECUTION_BRIEF.md +23 -0
  159. package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-01-init-interactive-language/slice.json +68 -0
  160. package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-02-analyze-migrate-prepare/CLOSURE_BRIEF.md +12 -0
  161. package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-02-analyze-migrate-prepare/EXECUTION_BRIEF.md +23 -0
  162. package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-02-analyze-migrate-prepare/slice.json +62 -0
  163. package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-03-demo-evidence-onboarding/CLOSURE_BRIEF.md +12 -0
  164. package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-03-demo-evidence-onboarding/EXECUTION_BRIEF.md +22 -0
  165. package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-03-demo-evidence-onboarding/slice.json +72 -0
  166. package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-04-setup-tests-smokes/CLOSURE_BRIEF.md +15 -0
  167. package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-04-setup-tests-smokes/EXECUTION_BRIEF.md +22 -0
  168. package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-04-setup-tests-smokes/slice.json +61 -0
  169. package/specs/quiver-v40-cli-i18n-spec-slice-workflows/EVIDENCE_REPORT.md +50 -0
  170. package/specs/quiver-v40-cli-i18n-spec-slice-workflows/EXECUTION_PLAN.md +25 -0
  171. package/specs/quiver-v40-cli-i18n-spec-slice-workflows/SPEC.md +52 -0
  172. package/specs/quiver-v40-cli-i18n-spec-slice-workflows/STATUS.md +24 -0
  173. package/specs/quiver-v40-cli-i18n-spec-slice-workflows/pr.md +94 -0
  174. package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-00-spec-slice-foundation/CLOSURE_BRIEF.md +10 -0
  175. package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-00-spec-slice-foundation/EXECUTION_BRIEF.md +21 -0
  176. package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-00-spec-slice-foundation/slice.json +53 -0
  177. package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-01-spec-create-start-status/CLOSURE_BRIEF.md +12 -0
  178. package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-01-spec-create-start-status/EXECUTION_BRIEF.md +22 -0
  179. package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-01-spec-create-start-status/slice.json +63 -0
  180. package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-02-spec-validate-close/CLOSURE_BRIEF.md +10 -0
  181. package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-02-spec-validate-close/EXECUTION_BRIEF.md +22 -0
  182. package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-02-spec-validate-close/slice.json +63 -0
  183. package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-03-slice-lifecycle-handoffs/CLOSURE_BRIEF.md +10 -0
  184. package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-03-slice-lifecycle-handoffs/EXECUTION_BRIEF.md +22 -0
  185. package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-03-slice-lifecycle-handoffs/slice.json +72 -0
  186. package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-04-spec-slice-tests-smokes/CLOSURE_BRIEF.md +15 -0
  187. package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-04-spec-slice-tests-smokes/EXECUTION_BRIEF.md +22 -0
  188. package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-04-spec-slice-tests-smokes/slice.json +69 -0
  189. package/specs/quiver-v41-cli-i18n-ai-lifecycle/EVIDENCE_REPORT.md +90 -0
  190. package/specs/quiver-v41-cli-i18n-ai-lifecycle/EXECUTION_PLAN.md +33 -0
  191. package/specs/quiver-v41-cli-i18n-ai-lifecycle/SPEC.md +57 -0
  192. package/specs/quiver-v41-cli-i18n-ai-lifecycle/STATUS.md +26 -0
  193. package/specs/quiver-v41-cli-i18n-ai-lifecycle/pr.md +103 -0
  194. package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-00-ai-i18n-foundation/CLOSURE_BRIEF.md +10 -0
  195. package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-00-ai-i18n-foundation/EXECUTION_BRIEF.md +21 -0
  196. package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-00-ai-i18n-foundation/slice.json +53 -0
  197. package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-01-ai-run-status-resume/CLOSURE_BRIEF.md +13 -0
  198. package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-01-ai-run-status-resume/EXECUTION_BRIEF.md +22 -0
  199. package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-01-ai-run-status-resume/slice.json +68 -0
  200. package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-02-ai-agent-models/CLOSURE_BRIEF.md +12 -0
  201. package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-02-ai-agent-models/EXECUTION_BRIEF.md +22 -0
  202. package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-02-ai-agent-models/slice.json +66 -0
  203. package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-03-ai-planner-approval-review/CLOSURE_BRIEF.md +12 -0
  204. package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-03-ai-planner-approval-review/EXECUTION_BRIEF.md +23 -0
  205. package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-03-ai-planner-approval-review/slice.json +68 -0
  206. package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-04-ai-execution-pr/CLOSURE_BRIEF.md +13 -0
  207. package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-04-ai-execution-pr/EXECUTION_BRIEF.md +23 -0
  208. package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-04-ai-execution-pr/slice.json +72 -0
  209. package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-05-ai-tests-smokes/CLOSURE_BRIEF.md +15 -0
  210. package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-05-ai-tests-smokes/EXECUTION_BRIEF.md +22 -0
  211. package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-05-ai-tests-smokes/slice.json +66 -0
  212. package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-06-ai-prepare-context-progress-i18n-fix/CLOSURE_BRIEF.md +11 -0
  213. package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-06-ai-prepare-context-progress-i18n-fix/EXECUTION_BRIEF.md +22 -0
  214. package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-06-ai-prepare-context-progress-i18n-fix/slice.json +70 -0
  215. package/specs/quiver-v42-cli-i18n-generated-docs/EVIDENCE_REPORT.md +64 -0
  216. package/specs/quiver-v42-cli-i18n-generated-docs/EXECUTION_PLAN.md +26 -0
  217. package/specs/quiver-v42-cli-i18n-generated-docs/SPEC.md +52 -0
  218. package/specs/quiver-v42-cli-i18n-generated-docs/STATUS.md +24 -0
  219. package/specs/quiver-v42-cli-i18n-generated-docs/pr.md +125 -0
  220. package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-00-generated-docs-foundation/CLOSURE_BRIEF.md +10 -0
  221. package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-00-generated-docs-foundation/EXECUTION_BRIEF.md +21 -0
  222. package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-00-generated-docs-foundation/slice.json +53 -0
  223. package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-01-template-language-routing/CLOSURE_BRIEF.md +10 -0
  224. package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-01-template-language-routing/EXECUTION_BRIEF.md +22 -0
  225. package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-01-template-language-routing/slice.json +62 -0
  226. package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-02-init-docs-and-i18n-assets/CLOSURE_BRIEF.md +11 -0
  227. package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-02-init-docs-and-i18n-assets/EXECUTION_BRIEF.md +22 -0
  228. package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-02-init-docs-and-i18n-assets/slice.json +72 -0
  229. package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-03-docs-reference-guides/CLOSURE_BRIEF.md +12 -0
  230. package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-03-docs-reference-guides/EXECUTION_BRIEF.md +22 -0
  231. package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-03-docs-reference-guides/slice.json +60 -0
  232. package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-04-generated-docs-tests-smokes/CLOSURE_BRIEF.md +16 -0
  233. package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-04-generated-docs-tests-smokes/EXECUTION_BRIEF.md +22 -0
  234. package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-04-generated-docs-tests-smokes/slice.json +62 -0
  235. package/specs/quiver-v43-cli-i18n-audit-release-readiness/EVIDENCE_REPORT.md +203 -0
  236. package/specs/quiver-v43-cli-i18n-audit-release-readiness/EXECUTION_PLAN.md +27 -0
  237. package/specs/quiver-v43-cli-i18n-audit-release-readiness/SPEC.md +54 -0
  238. package/specs/quiver-v43-cli-i18n-audit-release-readiness/STATUS.md +24 -0
  239. package/specs/quiver-v43-cli-i18n-audit-release-readiness/command-language-mode-matrix.json +545 -0
  240. package/specs/quiver-v43-cli-i18n-audit-release-readiness/cross-platform-smoke-matrix.md +35 -0
  241. package/specs/quiver-v43-cli-i18n-audit-release-readiness/pr.md +155 -0
  242. package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-00-audit-foundation/CLOSURE_BRIEF.md +10 -0
  243. package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-00-audit-foundation/EXECUTION_BRIEF.md +21 -0
  244. package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-00-audit-foundation/slice.json +53 -0
  245. package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-01-command-language-mode-matrix/CLOSURE_BRIEF.md +13 -0
  246. package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-01-command-language-mode-matrix/EXECUTION_BRIEF.md +23 -0
  247. package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-01-command-language-mode-matrix/slice.json +62 -0
  248. package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-02-public-string-audit/CLOSURE_BRIEF.md +18 -0
  249. package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-02-public-string-audit/EXECUTION_BRIEF.md +22 -0
  250. package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-02-public-string-audit/slice.json +59 -0
  251. package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-03-cross-platform-smokes/CLOSURE_BRIEF.md +15 -0
  252. package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-03-cross-platform-smokes/EXECUTION_BRIEF.md +23 -0
  253. package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-03-cross-platform-smokes/slice.json +62 -0
  254. package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-04-package-release-readiness/CLOSURE_BRIEF.md +17 -0
  255. package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-04-package-release-readiness/EXECUTION_BRIEF.md +24 -0
  256. package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-04-package-release-readiness/slice.json +66 -0
  257. package/specs/quiver-v44-provider-live-output-tui-lite/EVIDENCE_REPORT.md +18 -0
  258. package/specs/quiver-v44-provider-live-output-tui-lite/EXECUTION_PLAN.md +31 -0
  259. package/specs/quiver-v44-provider-live-output-tui-lite/SPEC.md +118 -0
  260. package/specs/quiver-v44-provider-live-output-tui-lite/STATUS.md +25 -0
  261. package/specs/quiver-v44-provider-live-output-tui-lite/pr.md +92 -0
  262. package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-00-tui-lite-contract-foundation/CLOSURE_BRIEF.md +11 -0
  263. package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-00-tui-lite-contract-foundation/EXECUTION_BRIEF.md +23 -0
  264. package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-00-tui-lite-contract-foundation/slice.json +64 -0
  265. package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-01-provider-stream-hooks/CLOSURE_BRIEF.md +10 -0
  266. package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-01-provider-stream-hooks/EXECUTION_BRIEF.md +24 -0
  267. package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-01-provider-stream-hooks/slice.json +65 -0
  268. package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-02-live-output-renderer/CLOSURE_BRIEF.md +10 -0
  269. package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-02-live-output-renderer/EXECUTION_BRIEF.md +24 -0
  270. package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-02-live-output-renderer/slice.json +70 -0
  271. package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-03-prepare-context-integration/CLOSURE_BRIEF.md +10 -0
  272. package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-03-prepare-context-integration/EXECUTION_BRIEF.md +25 -0
  273. package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-03-prepare-context-integration/slice.json +70 -0
  274. package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-04-planner-command-audit-adoption/CLOSURE_BRIEF.md +10 -0
  275. package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-04-planner-command-audit-adoption/EXECUTION_BRIEF.md +26 -0
  276. package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-04-planner-command-audit-adoption/slice.json +72 -0
  277. package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-05-docs-tests-readiness/CLOSURE_BRIEF.md +15 -0
  278. package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-05-docs-tests-readiness/EXECUTION_BRIEF.md +26 -0
  279. package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-05-docs-tests-readiness/slice.json +75 -0
  280. package/specs/quiver-v45-ci-actions-node24-readiness/EVIDENCE_REPORT.md +30 -0
  281. package/specs/quiver-v45-ci-actions-node24-readiness/EXECUTION_PLAN.md +22 -0
  282. package/specs/quiver-v45-ci-actions-node24-readiness/SPEC.md +49 -0
  283. package/specs/quiver-v45-ci-actions-node24-readiness/STATUS.md +21 -0
  284. package/specs/quiver-v45-ci-actions-node24-readiness/pr.md +67 -0
  285. package/specs/quiver-v45-ci-actions-node24-readiness/slices/slice-00-ci-actions-foundation/CLOSURE_BRIEF.md +10 -0
  286. package/specs/quiver-v45-ci-actions-node24-readiness/slices/slice-00-ci-actions-foundation/EXECUTION_BRIEF.md +21 -0
  287. package/specs/quiver-v45-ci-actions-node24-readiness/slices/slice-00-ci-actions-foundation/slice.json +48 -0
  288. package/specs/quiver-v45-ci-actions-node24-readiness/slices/slice-01-actions-node24-readiness/CLOSURE_BRIEF.md +14 -0
  289. package/specs/quiver-v45-ci-actions-node24-readiness/slices/slice-01-actions-node24-readiness/EXECUTION_BRIEF.md +23 -0
  290. package/specs/quiver-v45-ci-actions-node24-readiness/slices/slice-01-actions-node24-readiness/slice.json +65 -0
  291. package/src/create-quiver/commands/ai.js +485 -307
  292. package/src/create-quiver/commands/config.js +124 -0
  293. package/src/create-quiver/commands/dashboard.js +31 -0
  294. package/src/create-quiver/commands/demo.js +2 -2
  295. package/src/create-quiver/commands/evidence.js +6 -4
  296. package/src/create-quiver/commands/flow.js +108 -16
  297. package/src/create-quiver/commands/graph.js +1 -0
  298. package/src/create-quiver/commands/next.js +21 -18
  299. package/src/create-quiver/commands/plan.js +23 -6
  300. package/src/create-quiver/commands/spec.js +66 -57
  301. package/src/create-quiver/index.js +606 -136
  302. package/src/create-quiver/lib/ai/execution-plan.js +23 -20
  303. package/src/create-quiver/lib/ai/executor.js +60 -44
  304. package/src/create-quiver/lib/ai/export-state.js +75 -64
  305. package/src/create-quiver/lib/ai/github.js +24 -21
  306. package/src/create-quiver/lib/ai/run-state.js +28 -25
  307. package/src/create-quiver/lib/cli/ux-flags.js +6 -0
  308. package/src/create-quiver/lib/dashboard.js +939 -0
  309. package/src/create-quiver/lib/demo.js +14 -12
  310. package/src/create-quiver/lib/handoff.js +16 -7
  311. package/src/create-quiver/lib/i18n/catalog.js +152 -0
  312. package/src/create-quiver/lib/i18n/language.js +279 -0
  313. package/src/create-quiver/lib/i18n/messages/en.js +853 -0
  314. package/src/create-quiver/lib/i18n/messages/es.js +968 -0
  315. package/src/create-quiver/lib/i18n/read-only-format.js +26 -0
  316. package/src/create-quiver/lib/i18n/templates.js +172 -0
  317. package/src/create-quiver/lib/init-docs.js +24 -4
  318. package/src/create-quiver/lib/init-layout.js +8 -0
  319. package/src/create-quiver/lib/lifecycle.js +53 -46
  320. package/src/create-quiver/lib/project-state-resolver.js +22 -2
  321. package/src/create-quiver/lib/readiness.js +77 -67
  322. package/src/create-quiver/lib/renderers/tree.js +9 -6
  323. package/src/create-quiver/lib/spec-worktrees.js +34 -30
  324. package/src/create-quiver/lib/version.js +159 -0
@@ -0,0 +1,70 @@
1
+ {
2
+ "slice_id": "slice-03-prepare-context-integration",
3
+ "ticket": "QUIVER-44-03",
4
+ "type": "feature",
5
+ "title": "Prepare-context integration",
6
+ "objective": "Integrate verbose TUI-lite provider output into planner-assisted ai prepare-context.",
7
+ "description": "Adds parser plumbing and command integration so `ai prepare-context --with-planner --review --interactive --verbose` shows elegant live provider output in human TTY mode.",
8
+ "git": {
9
+ "branch_type": "feature",
10
+ "base_branch": "main",
11
+ "branch_slug": "v44-prepare-context-integration",
12
+ "branch_name": "feature/QUIVER-44-03-v44-prepare-context-integration"
13
+ },
14
+ "files": [
15
+ "src/create-quiver/index.js",
16
+ "src/create-quiver/commands/ai.js",
17
+ "tests/commands/ai-prepare-context-planner.test.js"
18
+ ],
19
+ "expected_read_paths": [
20
+ "src/create-quiver/index.js",
21
+ "src/create-quiver/commands/ai.js",
22
+ "src/create-quiver/lib/cli/provider-live-output.js",
23
+ "src/create-quiver/lib/ai/providers.js",
24
+ "src/create-quiver/lib/ai/artifacts.js",
25
+ "tests/commands/ai-prepare-context-planner.test.js",
26
+ "docs/CLI_UX_GUIDE.md"
27
+ ],
28
+ "allowed_write_paths": [
29
+ "src/create-quiver/index.js",
30
+ "src/create-quiver/commands/ai.js",
31
+ "tests/commands/ai-prepare-context-planner.test.js",
32
+ "specs/quiver-v44-provider-live-output-tui-lite/**"
33
+ ],
34
+ "depends_on": [
35
+ "slice-02-live-output-renderer"
36
+ ],
37
+ "parallel_safe": "after_dependencies",
38
+ "parallel_safe_reason": "Command integration depends on provider hooks and renderer.",
39
+ "must": [
40
+ "Parse and pass `--verbose` to ai prepare-context.",
41
+ "Activate TUI-lite only for human TTY live provider execution.",
42
+ "Keep non-verbose spinner behavior unchanged.",
43
+ "Keep dry-run, print-prompt, JSON, CI, and no-TTY clean.",
44
+ "Preserve review and interactive approval behavior.",
45
+ "Preserve planner proposal parsing and docs-only validation."
46
+ ],
47
+ "not_included": [
48
+ "Adoption across all planner commands.",
49
+ "Provider hook internals.",
50
+ "Renderer implementation."
51
+ ],
52
+ "acceptance": [
53
+ "`ai prepare-context --with-planner --review --interactive --verbose` shows TUI-lite output in human TTY mode.",
54
+ "The same command without `--verbose` keeps existing loader output.",
55
+ "Provider failure shows actionable error plus relevant redacted output.",
56
+ "Invalid planner output still fails before docs writes.",
57
+ "`--json`, CI, no-TTY, `--dry-run`, and `--print-prompt` remain clean."
58
+ ],
59
+ "tests": [
60
+ "node --test tests/commands/ai-prepare-context-planner.test.js",
61
+ "git diff --check"
62
+ ],
63
+ "validation_hints": [
64
+ "Use injected provider functions and writer fixtures.",
65
+ "Assert docs are not written on provider failure or invalid proposal."
66
+ ],
67
+ "estimated_hours": 5,
68
+ "status": "planned",
69
+ "blocked_reason": null
70
+ }
@@ -0,0 +1,10 @@
1
+ # CLOSURE_BRIEF - slice-04 Planner command audit and adoption
2
+
3
+ ## Summary
4
+
5
+ Pending implementation.
6
+
7
+ ## Validation
8
+
9
+ - [ ] `node --test tests/commands/ai-plan.test.js tests/commands/ai-review-plan.test.js`
10
+ - [ ] `git diff --check`
@@ -0,0 +1,26 @@
1
+ # EXECUTION_BRIEF - slice-04 Planner command audit and adoption
2
+
3
+ ## Context
4
+
5
+ The user requested analysis beyond one command. Existing v33 work aligned progress for planner-backed commands; v44 should extend the new verbose renderer consistently where safe.
6
+
7
+ ## Objective
8
+
9
+ Audit and adopt the TUI-lite verbose provider output pattern across planner and reviewer commands.
10
+
11
+ ## Acceptance Criteria
12
+
13
+ - `ai plan --phase acceptance` has a documented adoption decision and tests.
14
+ - `ai plan --phase technical-plan` has a documented adoption decision and tests.
15
+ - `ai revise --phase acceptance` has a documented adoption decision and tests.
16
+ - `ai revise --phase technical-plan` has a documented adoption decision and tests.
17
+ - `ai review-plan` has a documented adoption decision and tests.
18
+ - `ai repair-plan` has a documented adoption decision and tests or a clear reason for follow-up.
19
+ - Automation-safe modes remain clean.
20
+
21
+ ## Completion Checklist
22
+
23
+ - [ ] Command audit completed.
24
+ - [ ] Renderer adopted where safe.
25
+ - [ ] Non-adoptions documented.
26
+ - [ ] Tests added or updated.
@@ -0,0 +1,72 @@
1
+ {
2
+ "slice_id": "slice-04-planner-command-audit-adoption",
3
+ "ticket": "QUIVER-44-04",
4
+ "type": "feature",
5
+ "title": "Planner command audit and adoption",
6
+ "objective": "Audit and adopt TUI-lite verbose provider output across planner and reviewer commands where appropriate.",
7
+ "description": "Extends or explicitly documents TUI-lite adoption decisions for ai plan, ai revise, ai review-plan, and ai repair-plan.",
8
+ "git": {
9
+ "branch_type": "feature",
10
+ "base_branch": "main",
11
+ "branch_slug": "v44-planner-command-audit-adoption",
12
+ "branch_name": "feature/QUIVER-44-04-v44-planner-command-audit-adoption"
13
+ },
14
+ "files": [
15
+ "src/create-quiver/index.js",
16
+ "src/create-quiver/commands/ai.js",
17
+ "tests/commands/ai-plan.test.js",
18
+ "tests/commands/ai-review-plan.test.js",
19
+ "specs/quiver-v44-provider-live-output-tui-lite/EVIDENCE_REPORT.md"
20
+ ],
21
+ "expected_read_paths": [
22
+ "src/create-quiver/index.js",
23
+ "src/create-quiver/commands/ai.js",
24
+ "src/create-quiver/lib/cli/provider-live-output.js",
25
+ "tests/commands/ai-plan.test.js",
26
+ "tests/commands/ai-review-plan.test.js",
27
+ "specs/quiver-v33-approval-ux-and-planner-progress/SPEC.md"
28
+ ],
29
+ "allowed_write_paths": [
30
+ "src/create-quiver/index.js",
31
+ "src/create-quiver/commands/ai.js",
32
+ "tests/commands/ai-plan.test.js",
33
+ "tests/commands/ai-review-plan.test.js",
34
+ "specs/quiver-v44-provider-live-output-tui-lite/**"
35
+ ],
36
+ "depends_on": [
37
+ "slice-03-prepare-context-integration"
38
+ ],
39
+ "parallel_safe": "after_dependencies",
40
+ "parallel_safe_reason": "Uses the integration pattern proven by prepare-context.",
41
+ "must": [
42
+ "Audit ai plan acceptance and technical-plan flows.",
43
+ "Audit ai revise acceptance and technical-plan flows.",
44
+ "Audit ai review-plan.",
45
+ "Audit ai repair-plan.",
46
+ "Adopt the renderer where the command uses live provider execution and has compatible output contracts.",
47
+ "Document any command not adopted with reason and follow-up."
48
+ ],
49
+ "not_included": [
50
+ "Executor command adoption.",
51
+ "PR command adoption.",
52
+ "Changing approval semantics."
53
+ ],
54
+ "acceptance": [
55
+ "Each listed command has an explicit verbose-output decision.",
56
+ "Adopted commands keep dry-run, print-prompt, JSON, CI, and no-TTY clean.",
57
+ "Non-verbose progress remains unchanged.",
58
+ "Provider failures surface redacted diagnostic output.",
59
+ "Evidence report records the audit outcome."
60
+ ],
61
+ "tests": [
62
+ "node --test tests/commands/ai-plan.test.js tests/commands/ai-review-plan.test.js",
63
+ "git diff --check"
64
+ ],
65
+ "validation_hints": [
66
+ "Prefer shared provider progress path changes over per-command formatting.",
67
+ "Keep approval candidate and plan-review gates unchanged."
68
+ ],
69
+ "estimated_hours": 6,
70
+ "status": "planned",
71
+ "blocked_reason": null
72
+ }
@@ -0,0 +1,15 @@
1
+ # CLOSURE_BRIEF - slice-05 Docs, tests, and readiness
2
+
3
+ ## Summary
4
+
5
+ Pending implementation.
6
+
7
+ ## Validation
8
+
9
+ - [ ] `node --test tests/lib/ai-providers.test.js tests/lib/cli-ux.test.js`
10
+ - [ ] `node --test tests/commands/ai-prepare-context-planner.test.js tests/commands/ai-plan.test.js tests/commands/ai-review-plan.test.js`
11
+ - [ ] `node --test tests/**/*.test.js`
12
+ - [ ] `npm run smoke:create-quiver`
13
+ - [ ] `npm run package:quiver`
14
+ - [ ] `git diff --check`
15
+ - [ ] `node bin/create-quiver.js spec validate specs/quiver-v44-provider-live-output-tui-lite --strict`
@@ -0,0 +1,26 @@
1
+ # EXECUTION_BRIEF - slice-05 Docs, tests, and readiness
2
+
3
+ ## Context
4
+
5
+ The runtime behavior changes visible CLI output, so public documentation and AI guidance must be aligned before the spec is considered ready.
6
+
7
+ ## Objective
8
+
9
+ Finalize docs, validation evidence, and package readiness for v44.
10
+
11
+ ## Acceptance Criteria
12
+
13
+ - `docs/CLI_UX_GUIDE.md` documents `--verbose` provider live output behavior and constraints.
14
+ - `docs/reference/commands.md` documents the supported command usage.
15
+ - `README_FOR_AI.md` is updated if the agent-visible contract changed.
16
+ - Focused tests pass.
17
+ - Broad tests/smokes/package validation are run or blocked with concrete evidence.
18
+ - `EVIDENCE_REPORT.md`, `STATUS.md`, and closure briefs are updated.
19
+
20
+ ## Completion Checklist
21
+
22
+ - [ ] Docs updated.
23
+ - [ ] Focused tests run.
24
+ - [ ] Broad validation run or blocked with evidence.
25
+ - [ ] Evidence report updated.
26
+ - [ ] Spec status updated.
@@ -0,0 +1,75 @@
1
+ {
2
+ "slice_id": "slice-05-docs-tests-readiness",
3
+ "ticket": "QUIVER-44-05",
4
+ "type": "validation",
5
+ "title": "Docs, tests, and readiness",
6
+ "objective": "Finalize documentation, validation evidence, and package readiness for provider live output TUI-lite.",
7
+ "description": "Updates public docs and AI guidance, runs focused and broad validation, and records final evidence.",
8
+ "git": {
9
+ "branch_type": "feature",
10
+ "base_branch": "main",
11
+ "branch_slug": "v44-docs-tests-readiness",
12
+ "branch_name": "feature/QUIVER-44-05-v44-docs-tests-readiness"
13
+ },
14
+ "files": [
15
+ "docs/CLI_UX_GUIDE.md",
16
+ "docs/reference/commands.md",
17
+ "README_FOR_AI.md",
18
+ "specs/quiver-v44-provider-live-output-tui-lite/**",
19
+ "tests/**/*.test.js"
20
+ ],
21
+ "expected_read_paths": [
22
+ "docs/CLI_UX_GUIDE.md",
23
+ "docs/reference/commands.md",
24
+ "README_FOR_AI.md",
25
+ "specs/quiver-v44-provider-live-output-tui-lite/SPEC.md",
26
+ "specs/quiver-v44-provider-live-output-tui-lite/EVIDENCE_REPORT.md"
27
+ ],
28
+ "allowed_write_paths": [
29
+ "docs/CLI_UX_GUIDE.md",
30
+ "docs/reference/commands.md",
31
+ "README_FOR_AI.md",
32
+ "specs/quiver-v44-provider-live-output-tui-lite/**",
33
+ "tests/**/*.test.js"
34
+ ],
35
+ "depends_on": [
36
+ "slice-04-planner-command-audit-adoption"
37
+ ],
38
+ "parallel_safe": "no",
39
+ "parallel_safe_reason": "Final readiness depends on all implementation and audit slices.",
40
+ "must": [
41
+ "Document `--verbose` provider live output behavior.",
42
+ "Document TTY/no-TTY/CI/JSON constraints.",
43
+ "Update AI guidance if the agent-visible contract changed.",
44
+ "Run focused provider, renderer, prepare-context, plan, and review-plan tests.",
45
+ "Run full tests and package/smoke validation where feasible.",
46
+ "Record evidence and any residual risks."
47
+ ],
48
+ "not_included": [
49
+ "New runtime behavior beyond fixing validation gaps discovered during readiness.",
50
+ "npm publication."
51
+ ],
52
+ "acceptance": [
53
+ "Docs describe the new opt-in verbose behavior accurately.",
54
+ "Focused tests pass.",
55
+ "Full test suite or documented fallback evidence exists.",
56
+ "Package/smoke readiness is validated or blocked with concrete reason.",
57
+ "EVIDENCE_REPORT.md is updated with commands and outcomes."
58
+ ],
59
+ "tests": [
60
+ "node --test tests/lib/ai-providers.test.js tests/lib/cli-ux.test.js",
61
+ "node --test tests/commands/ai-prepare-context-planner.test.js tests/commands/ai-plan.test.js tests/commands/ai-review-plan.test.js",
62
+ "node --test tests/**/*.test.js",
63
+ "npm run smoke:create-quiver",
64
+ "npm run package:quiver",
65
+ "git diff --check",
66
+ "node bin/create-quiver.js spec validate specs/quiver-v44-provider-live-output-tui-lite --strict"
67
+ ],
68
+ "validation_hints": [
69
+ "If full validation is too slow, record exact focused evidence and the reason broad validation was deferred.",
70
+ "Do not claim package release or npm publication."
71
+ ],
72
+ "estimated_hours": 4,
73
+ "status": "planned",
74
+ "blocked_reason": null
75
+ }
@@ -0,0 +1,30 @@
1
+ # Evidence Report - Quiver v45 CI Actions Node 24 Readiness
2
+
3
+ ## slice-00-ci-actions-foundation
4
+
5
+ - Created this spec package and slice handoffs.
6
+ - Runtime implementation intentionally deferred to slice-01.
7
+
8
+ Validation:
9
+
10
+ - Passed: `git diff --check`
11
+
12
+ ## slice-01-actions-node24-readiness
13
+
14
+ - Added `FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true` to `.github/workflows/ci.yml`.
15
+ - Preserved `node-version: 22` for the project test runtime.
16
+ - Kept CI jobs and command coverage unchanged.
17
+ - Added this spec to `docs/INDEX.md`.
18
+
19
+ Validation:
20
+
21
+ - Passed: `node -e "const fs=require('fs'); const y=fs.readFileSync('.github/workflows/ci.yml','utf8'); if(!y.includes('FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true')) throw new Error('missing Node24 action runtime opt-in'); if(!y.includes('node-version: 22')) throw new Error('node-version changed or missing'); console.log('ci workflow assertions ok')"`
22
+ - Passed: `node --test tests/lib/package-safety.test.js`
23
+ - Passed: `npm run package:quiver`
24
+ - Passed: `npm run smoke:create-quiver`
25
+ - Passed: `git diff --check`
26
+ - Passed: `node bin/create-quiver.js spec validate specs/quiver-v45-ci-actions-node24-readiness --strict`
27
+
28
+ ## Pending Evidence
29
+
30
+ - None.
@@ -0,0 +1,22 @@
1
+ # Execution Plan - Quiver v45 CI Actions Node 24 Readiness
2
+
3
+ ## Execution Rules
4
+
5
+ - Keep CI jobs and command coverage unchanged.
6
+ - Preserve `node-version: 22` for the project test runtime.
7
+ - Change only the action runtime opt-in required by GitHub Actions.
8
+
9
+ ## Suggested Order
10
+
11
+ 1. `slice-00-ci-actions-foundation`
12
+ 2. `slice-01-actions-node24-readiness`
13
+
14
+ ## Final Validation
15
+
16
+ ```bash
17
+ node --test tests/lib/package-safety.test.js
18
+ npm run package:quiver
19
+ npm run smoke:create-quiver
20
+ git diff --check
21
+ node bin/create-quiver.js spec validate specs/quiver-v45-ci-actions-node24-readiness --strict
22
+ ```
@@ -0,0 +1,49 @@
1
+ # Quiver v45 - CI Actions Node 24 Readiness
2
+
3
+ **Date:** 2026-05-29
4
+ **Status:** Completed
5
+ **Source:** Follow-up fix from CI warnings observed after PR #88.
6
+
7
+ ## Problem
8
+
9
+ GitHub Actions reports deprecation warnings because JavaScript actions currently run on Node.js 20. The workflow still passes, but the warning says Actions will force Node.js 24 by default starting June 2, 2026 and remove Node.js 20 on September 16, 2026.
10
+
11
+ ## Objective
12
+
13
+ Make the CI workflow explicitly ready for GitHub Actions Node.js 24 action runtime without changing Quiver's tested Node version, package behavior, or smoke coverage.
14
+
15
+ ## Scope
16
+
17
+ ### Included
18
+
19
+ - `.github/workflows/ci.yml`.
20
+ - A dedicated spec/slice package for the fix.
21
+ - Validation evidence for workflow syntax, package smoke, and create-quiver smoke.
22
+
23
+ ### Excluded
24
+
25
+ - Changing the project runtime target.
26
+ - Changing package scripts or release flow.
27
+ - Changing i18n behavior or command output.
28
+ - Updating unrelated GitHub Actions workflows.
29
+
30
+ ## Acceptance Criteria
31
+
32
+ 1. CI opts into the Node.js 24 JavaScript action runtime.
33
+ 2. The job test runtime remains Node.js 22 unless a separate spec changes it.
34
+ 3. Existing CI jobs and steps remain semantically unchanged.
35
+ 4. The fix has dedicated slice evidence.
36
+ 5. Package and smoke validation pass locally.
37
+
38
+ ## Slice Roadmap
39
+
40
+ | Slice | Title | Status | Dependencies |
41
+ |---|---|---|---|
42
+ | slice-00 | CI Actions foundation | completed | none |
43
+ | slice-01 | Actions Node 24 readiness | completed | slice-00 |
44
+
45
+ ## Guardrails
46
+
47
+ - Keep workflow changes minimal.
48
+ - Do not silence warnings by removing jobs.
49
+ - Do not change Quiver CLI runtime behavior.
@@ -0,0 +1,21 @@
1
+ # Status - Quiver v45 CI Actions Node 24 Readiness
2
+
3
+ **Overall status:** Completed
4
+ **Created:** 2026-05-29
5
+ **Completed:** 2026-05-29
6
+ **Current slice:** None
7
+
8
+ ## Summary
9
+
10
+ This spec removes the GitHub Actions Node.js 20 deprecation warning by opting the CI workflow into the Node.js 24 action runtime while preserving the existing Node.js 22 test runtime.
11
+
12
+ ## Slice Status
13
+
14
+ | Slice | Status | Notes |
15
+ |---|---|---|
16
+ | slice-00-ci-actions-foundation | Completed | Spec package and handoffs created. |
17
+ | slice-01-actions-node24-readiness | Completed | CI opts into Node.js 24 action runtime while preserving Node.js 22 test runtime; package and smoke validation passed. |
18
+
19
+ ## Current Blockers
20
+
21
+ - None.
@@ -0,0 +1,67 @@
1
+ ## Title
2
+
3
+ fix: opt CI actions into Node 24 runtime
4
+
5
+ ## Summary
6
+
7
+ - Adds the GitHub Actions Node.js 24 action-runtime opt-in to CI.
8
+ - Preserves the existing Node.js 22 project test runtime.
9
+ - Records a dedicated fix spec and slice evidence.
10
+
11
+ ## Scope
12
+
13
+ - `.github/workflows/ci.yml`
14
+ - `docs/INDEX.md`
15
+ - `specs/quiver-v45-ci-actions-node24-readiness/**`
16
+
17
+ ## Files
18
+
19
+ - `.github/workflows/ci.yml`
20
+ - `docs/INDEX.md`
21
+ - `specs/quiver-v45-ci-actions-node24-readiness/**`
22
+
23
+ ## How to Test (DETAILED - REQUIRED)
24
+
25
+ ### Required Environment
26
+
27
+ - Node.js and npm available.
28
+ - Run commands from the repository root.
29
+
30
+ ### Worktree Access
31
+
32
+ ```bash
33
+ git checkout fix/QUIVER-45-01-ci-actions-node24-readiness
34
+ ```
35
+
36
+ ### Run the Project
37
+
38
+ No runtime server is required.
39
+
40
+ ### Use Cases
41
+
42
+ 1. Open `.github/workflows/ci.yml`.
43
+ 2. Confirm `FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true` is set.
44
+ 3. Confirm `node-version: 22` remains unchanged.
45
+
46
+ ### Technical Verification
47
+
48
+ ```bash
49
+ node --test tests/lib/package-safety.test.js
50
+ npm run package:quiver
51
+ npm run smoke:create-quiver
52
+ git diff --check
53
+ node bin/create-quiver.js spec validate specs/quiver-v45-ci-actions-node24-readiness --strict
54
+ ```
55
+
56
+ ## Evidence
57
+
58
+ Evidence is recorded in `specs/quiver-v45-ci-actions-node24-readiness/EVIDENCE_REPORT.md`.
59
+
60
+ ## Rollback
61
+
62
+ Revert this PR. CI returns to the previous action runtime behavior.
63
+
64
+ ## Risks / Notes
65
+
66
+ - This does not change Quiver's tested Node.js version.
67
+ - This does not publish a package.
@@ -0,0 +1,10 @@
1
+ # CLOSURE_BRIEF - slice-00 CI Actions foundation
2
+
3
+ ## Summary
4
+
5
+ Spec package and slice handoffs created for the CI Actions Node 24 readiness fix. Runtime implementation intentionally deferred to slice-01.
6
+
7
+ ## Validation
8
+
9
+ - [x] `node bin/create-quiver.js spec validate specs/quiver-v45-ci-actions-node24-readiness --strict`
10
+ - [x] `git diff --check`
@@ -0,0 +1,21 @@
1
+ # EXECUTION_BRIEF - slice-00 CI Actions foundation
2
+
3
+ ## Context
4
+
5
+ CI warnings after PR #88 identified GitHub Actions Node.js 20 action-runtime deprecation.
6
+
7
+ ## Objective
8
+
9
+ Create the fix spec package and handoffs before implementation.
10
+
11
+ ## Acceptance Criteria
12
+
13
+ - Spec package exists under `specs/quiver-v45-ci-actions-node24-readiness`.
14
+ - Runtime implementation is not included in this slice.
15
+ - Follow-up slice has clear workflow scope and validation.
16
+
17
+ ## Completion Checklist
18
+
19
+ - [x] Spec package created.
20
+ - [x] Slice handoffs created.
21
+ - [x] Implementation deferred.
@@ -0,0 +1,48 @@
1
+ {
2
+ "slice_id": "slice-00-ci-actions-foundation",
3
+ "ticket": "QUIVER-45-00",
4
+ "type": "documentation",
5
+ "title": "CI Actions foundation",
6
+ "objective": "Create the spec package and handoffs for CI Actions Node 24 readiness.",
7
+ "description": "Documents the CI deprecation warning and creates implementation handoffs before changing workflow behavior.",
8
+ "git": {
9
+ "branch_type": "fix",
10
+ "base_branch": "main",
11
+ "branch_slug": "ci-actions-node24-foundation",
12
+ "branch_name": "fix/QUIVER-45-00-ci-actions-node24-foundation"
13
+ },
14
+ "files": [
15
+ "specs/quiver-v45-ci-actions-node24-readiness/**"
16
+ ],
17
+ "expected_read_paths": [
18
+ "docs/INDEX.md",
19
+ "docs/GITFLOW_PR_GUIDE.md"
20
+ ],
21
+ "allowed_write_paths": [
22
+ "specs/quiver-v45-ci-actions-node24-readiness/**"
23
+ ],
24
+ "depends_on": [],
25
+ "parallel_safe": "no",
26
+ "parallel_safe_reason": "Foundation defines the fix contract.",
27
+ "must": [
28
+ "Create SPEC, STATUS, EXECUTION_PLAN, EVIDENCE_REPORT, PR body, and slice handoffs.",
29
+ "Keep implementation code untouched."
30
+ ],
31
+ "not_included": [
32
+ "Workflow implementation."
33
+ ],
34
+ "acceptance": [
35
+ "Spec package exists.",
36
+ "Implementation is deferred to slice-01."
37
+ ],
38
+ "tests": [
39
+ "git diff --check"
40
+ ],
41
+ "validation_hints": [
42
+ "Confirm slice JSON parses."
43
+ ],
44
+ "estimated_hours": 1,
45
+ "status": "completed",
46
+ "blocked_reason": null,
47
+ "completed_at": "2026-05-29T00:00:00.000Z"
48
+ }
@@ -0,0 +1,14 @@
1
+ # CLOSURE_BRIEF - slice-01 Actions Node 24 readiness
2
+
3
+ ## Summary
4
+
5
+ CI now opts into the GitHub Actions Node.js 24 JavaScript action runtime while preserving the Node.js 22 project test runtime and existing job coverage.
6
+
7
+ ## Validation
8
+
9
+ - [x] workflow assertion for `FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true` and `node-version: 22`
10
+ - [x] `node --test tests/lib/package-safety.test.js`
11
+ - [x] `npm run package:quiver`
12
+ - [x] `npm run smoke:create-quiver`
13
+ - [x] `git diff --check`
14
+ - [x] `node bin/create-quiver.js spec validate specs/quiver-v45-ci-actions-node24-readiness --strict`
@@ -0,0 +1,23 @@
1
+ # EXECUTION_BRIEF - slice-01 Actions Node 24 readiness
2
+
3
+ ## Context
4
+
5
+ GitHub Actions reports Node.js 20 runtime deprecation warnings for JavaScript actions. The workflow already uses `node-version: 22` for the project runtime; this slice must not change that test runtime.
6
+
7
+ ## Objective
8
+
9
+ Opt CI into the GitHub Actions Node.js 24 action runtime with the smallest safe workflow change.
10
+
11
+ ## Acceptance Criteria
12
+
13
+ - CI sets `FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true`.
14
+ - Existing CI jobs and steps remain unchanged.
15
+ - `node-version: 22` remains unchanged.
16
+ - Package and smoke validation pass.
17
+ - Spec evidence is updated.
18
+
19
+ ## Completion Checklist
20
+
21
+ - [x] Workflow updated.
22
+ - [x] Validation run.
23
+ - [x] Evidence updated.