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,71 @@
1
+ {
2
+ "slice_id": "slice-05-main-progress-user-guidance",
3
+ "ticket": "QUIVER-36-05",
4
+ "type": "feature",
5
+ "title": "Main progress and user guidance",
6
+ "objective": "Show run id and watch command in the main human UX while preserving automation-safe output modes.",
7
+ "description": "Updates planner-oriented live AI commands to surface the generated run id, keep stable progress, and guide users to the portable watcher.",
8
+ "git": {
9
+ "branch_type": "feature",
10
+ "base_branch": "main",
11
+ "branch_slug": "v36-main-progress-user-guidance",
12
+ "branch_name": "feature/QUIVER-36-05-v36-main-progress-user-guidance"
13
+ },
14
+ "files": [
15
+ "src/create-quiver/commands/ai.js",
16
+ "src/create-quiver/lib/cli/ux.js",
17
+ "tests/commands/ai-plan.test.js",
18
+ "tests/commands/ai-revise.test.js",
19
+ "tests/commands/ai-run-watch.test.js"
20
+ ],
21
+ "expected_read_paths": [
22
+ "src/create-quiver/commands/ai.js",
23
+ "src/create-quiver/lib/ai/run-state.js",
24
+ "src/create-quiver/lib/ai/run-events.js",
25
+ "src/create-quiver/lib/cli/ux.js",
26
+ "specs/quiver-v36-ai-run-watch-portable/SPEC.md"
27
+ ],
28
+ "allowed_write_paths": [
29
+ "src/create-quiver/commands/ai.js",
30
+ "src/create-quiver/lib/cli/ux.js",
31
+ "tests/commands/ai-plan.test.js",
32
+ "tests/commands/ai-revise.test.js",
33
+ "tests/commands/ai-run-watch.test.js",
34
+ "specs/quiver-v36-ai-run-watch-portable/**"
35
+ ],
36
+ "depends_on": [
37
+ "slice-03-provider-streaming-integration",
38
+ "slice-04-ai-run-watch-command"
39
+ ],
40
+ "parallel_safe": "never",
41
+ "parallel_safe_reason": "Depends on the completed provider streaming and watcher contracts to avoid partial user guidance.",
42
+ "must": [
43
+ "Show the generated run id in human TTY output.",
44
+ "Show the exact watch command for the current run.",
45
+ "Keep raw provider output out of the main terminal by default.",
46
+ "Preserve CI, no-TTY, --json, --print-prompt, and --dry-run behavior.",
47
+ "Update run status on provider failure or main-command cancellation."
48
+ ],
49
+ "not_included": [
50
+ "Watcher implementation.",
51
+ "Provider event persistence.",
52
+ "Documentation updates."
53
+ ],
54
+ "acceptance": [
55
+ "Users can copy the displayed watch command and observe the same run.",
56
+ "Machine-readable output contains no human headings, spinners, or colors.",
57
+ "Dry-run and print-prompt do not create unexpected live run artifacts.",
58
+ "Failure and cancellation guidance is actionable and redacted."
59
+ ],
60
+ "tests": [
61
+ "node --test tests/commands/ai-plan.test.js tests/commands/ai-revise.test.js tests/commands/ai-run-watch.test.js",
62
+ "git diff --check"
63
+ ],
64
+ "validation_hints": [
65
+ "Test TTY and no-TTY paths separately.",
66
+ "Test provider failure and SIGINT after run creation."
67
+ ],
68
+ "estimated_hours": 4,
69
+ "status": "planned",
70
+ "blocked_reason": null
71
+ }
@@ -0,0 +1,19 @@
1
+ # CLOSURE_BRIEF - slice-06 Docs and generated guidance
2
+
3
+ ## Summary
4
+
5
+ Pending implementation.
6
+
7
+ ## Validation
8
+
9
+ - [ ] `node --test tests/commands/cli-contract.test.js tests/lib/init-docs.test.js`
10
+ - [ ] `npx create-quiver spec validate specs/quiver-v36-ai-run-watch-portable --strict`
11
+ - [ ] `git diff --check`
12
+
13
+ ## Pending
14
+
15
+ - Update docs after public runtime behavior is implemented.
16
+
17
+ ## Remaining Risks
18
+
19
+ - Documentation can drift if generated templates are not updated with the same examples as canonical docs.
@@ -0,0 +1,45 @@
1
+ # EXECUTION_BRIEF - slice-06 Docs and generated guidance
2
+
3
+ ## Context
4
+
5
+ The watcher introduces public commands, artifacts, and safety expectations. User-facing docs and generated project guidance must match the implemented behavior.
6
+
7
+ ## Objective
8
+
9
+ Document `ai run watch`, run artifacts, JSONL mode, portability limits, and safe usage in canonical docs and generated guidance.
10
+
11
+ ## Scope
12
+
13
+ - CLI UX documentation
14
+ - AI guidance documentation
15
+ - Command reference documentation
16
+ - Generated docs/templates
17
+ - Notes for legacy runs, stale runs, JSONL, and security
18
+
19
+ ## Acceptance Criteria
20
+
21
+ - Docs explain what the Quiver run id is and that it is not a provider session id.
22
+ - Docs include `npx create-quiver ai run watch --run <run-id>`.
23
+ - Docs include `npx create-quiver ai run watch --latest`.
24
+ - Docs include JSONL usage and state that `--json` emits JSONL only.
25
+ - Docs explain completed, failed, canceled, stale, legacy, and missing-run behavior at a user level.
26
+ - Docs explicitly state Quiver does not embed provider TUIs or require terminal multiplexers.
27
+ - Generated guidance matches public command behavior.
28
+ - Missing `docs/INDEX.md` debt is not hidden if the documentation workflow requires index updates.
29
+
30
+ ## Technical Plan Summary
31
+
32
+ Update docs after runtime behavior stabilizes, then update generated guidance/templates so new projects receive the same command references.
33
+
34
+ ## Restrictions
35
+
36
+ - Do not document behavior that has not been implemented.
37
+ - Do not add architecture claims that contradict the SPEC.
38
+ - Do not duplicate large sections across docs when a command reference link is enough.
39
+
40
+ ## Completion Checklist
41
+
42
+ - [ ] Canonical docs updated.
43
+ - [ ] Generated guidance updated.
44
+ - [ ] Command examples verified.
45
+ - [ ] Documentation debt captured if `docs/INDEX.md` remains absent.
@@ -0,0 +1,77 @@
1
+ {
2
+ "slice_id": "slice-06-docs-generated-guidance",
3
+ "ticket": "QUIVER-36-06",
4
+ "type": "documentation",
5
+ "title": "Docs and generated guidance",
6
+ "objective": "Document the portable watcher in canonical docs, command references, and generated guidance.",
7
+ "description": "Adds user-facing and generated documentation for run ids, watch commands, JSONL mode, artifacts, portability, and safety expectations.",
8
+ "git": {
9
+ "branch_type": "docs",
10
+ "base_branch": "main",
11
+ "branch_slug": "v36-docs-generated-guidance",
12
+ "branch_name": "docs/QUIVER-36-06-v36-docs-generated-guidance"
13
+ },
14
+ "files": [
15
+ "docs/CLI_UX_GUIDE.md",
16
+ "README_FOR_AI.md",
17
+ "docs/reference/commands.md",
18
+ "docs/COMMANDS.md.template",
19
+ "src/create-quiver/lib/init-docs.js",
20
+ "tests/commands/cli-contract.test.js",
21
+ "tests/lib/init-docs.test.js"
22
+ ],
23
+ "expected_read_paths": [
24
+ "docs/CLI_UX_GUIDE.md",
25
+ "README_FOR_AI.md",
26
+ "docs/reference/commands.md",
27
+ "docs/COMMANDS.md.template",
28
+ "src/create-quiver/lib/init-docs.js",
29
+ "specs/quiver-v36-ai-run-watch-portable/SPEC.md"
30
+ ],
31
+ "allowed_write_paths": [
32
+ "docs/CLI_UX_GUIDE.md",
33
+ "README_FOR_AI.md",
34
+ "docs/reference/commands.md",
35
+ "docs/COMMANDS.md.template",
36
+ "src/create-quiver/lib/init-docs.js",
37
+ "tests/commands/cli-contract.test.js",
38
+ "tests/lib/init-docs.test.js",
39
+ "specs/quiver-v36-ai-run-watch-portable/**"
40
+ ],
41
+ "depends_on": [
42
+ "slice-04-ai-run-watch-command",
43
+ "slice-05-main-progress-user-guidance"
44
+ ],
45
+ "parallel_safe": "conditional",
46
+ "parallel_safe_reason": "Can proceed after command behavior is stable; generated docs and canonical docs should be updated in one pass.",
47
+ "must": [
48
+ "Document run id semantics.",
49
+ "Document --run and --latest usage.",
50
+ "Document JSONL-only behavior for --json.",
51
+ "Document stale, legacy, completed, failed, canceled, and missing-run behavior.",
52
+ "Document that Quiver does not embed provider TUIs or require terminal multiplexers.",
53
+ "Update generated guidance/templates with matching command examples."
54
+ ],
55
+ "not_included": [
56
+ "Runtime behavior changes.",
57
+ "Spec redesign."
58
+ ],
59
+ "acceptance": [
60
+ "Docs match the implemented public CLI behavior.",
61
+ "Generated guidance includes the same essential watcher commands.",
62
+ "No docs claim platform-specific terminal automation as core behavior.",
63
+ "Documentation debt around missing docs/INDEX.md is surfaced if still applicable."
64
+ ],
65
+ "tests": [
66
+ "node --test tests/commands/cli-contract.test.js tests/lib/init-docs.test.js",
67
+ "npx create-quiver spec validate specs/quiver-v36-ai-run-watch-portable --strict",
68
+ "git diff --check"
69
+ ],
70
+ "validation_hints": [
71
+ "Generate a fresh sandbox project and inspect AI guidance files.",
72
+ "Check that documented commands are accepted by CLI parsing tests."
73
+ ],
74
+ "estimated_hours": 3,
75
+ "status": "planned",
76
+ "blocked_reason": null
77
+ }
@@ -0,0 +1,22 @@
1
+ # CLOSURE_BRIEF - slice-07 Tests and cross-platform readiness
2
+
3
+ ## Summary
4
+
5
+ Pending implementation.
6
+
7
+ ## Validation
8
+
9
+ - [ ] `node --test tests/**/*.test.js`
10
+ - [ ] `git diff --check`
11
+ - [ ] `npx create-quiver spec validate specs/quiver-v36-ai-run-watch-portable --strict`
12
+ - [ ] `npm run package:quiver`
13
+ - [ ] `npm run smoke:create-quiver`
14
+ - [ ] `node scripts/ci/smoke-cross-platform.js`
15
+
16
+ ## Pending
17
+
18
+ - Execute after runtime and docs slices are complete.
19
+
20
+ ## Remaining Risks
21
+
22
+ - Cross-platform behavior can regress if validation depends on POSIX-only shell behavior instead of Node-based smoke coverage.
@@ -0,0 +1,46 @@
1
+ # EXECUTION_BRIEF - slice-07 Tests and cross-platform readiness
2
+
3
+ ## Context
4
+
5
+ The feature changes long-running AI command observability and touches persistence, redaction, command UX, and docs. Final validation must prove the full workflow is production-ready across supported terminals and platforms.
6
+
7
+ ## Objective
8
+
9
+ Add and run final automated validation, package smoke tests, and cross-platform smoke coverage for the portable watcher.
10
+
11
+ ## Scope
12
+
13
+ - Focused unit and command tests
14
+ - Integration-style simulated provider streaming tests
15
+ - Package smoke validation
16
+ - Cross-platform smoke script updates
17
+ - Final evidence report updates
18
+
19
+ ## Acceptance Criteria
20
+
21
+ - Tests cover path traversal and malformed run ids.
22
+ - Tests cover missing run, `--latest`, completed, failed, canceled, stale, and legacy runs.
23
+ - Tests cover partial JSONL lines during append.
24
+ - Tests cover split secrets, ANSI/control character sanitization, and log truncation.
25
+ - Tests cover no-TTY, CI, JSON, dry-run, and print-prompt behavior.
26
+ - Tests cover paths with spaces.
27
+ - Simulated provider streaming proves stdout/stderr capture, event persistence, cancellation, and failure handling.
28
+ - Package smoke proves `npx create-quiver ai run watch ...` resolves from the packaged CLI.
29
+ - Final evidence records commands run and any remaining risks.
30
+
31
+ ## Technical Plan Summary
32
+
33
+ Close gaps left by earlier slices with targeted tests first, then run full project validation and package smokes. Prefer deterministic local simulations over external provider calls.
34
+
35
+ ## Restrictions
36
+
37
+ - Do not require real provider credentials for validation.
38
+ - Do not require `tmux`, `zellij`, Windows Terminal automation, or `node-pty`.
39
+ - Do not rely on platform-specific shell syntax in required smoke tests.
40
+
41
+ ## Completion Checklist
42
+
43
+ - [ ] Focused tests added or updated.
44
+ - [ ] Cross-platform smoke covers watcher behavior.
45
+ - [ ] Package smoke covers packaged command resolution.
46
+ - [ ] Evidence report updated with command results.
@@ -0,0 +1,87 @@
1
+ {
2
+ "slice_id": "slice-07-tests-cross-platform-readiness",
3
+ "ticket": "QUIVER-36-07",
4
+ "type": "validation",
5
+ "title": "Tests and cross-platform readiness",
6
+ "objective": "Prove the portable watcher is covered by automated tests, package smoke, and cross-platform smoke validation.",
7
+ "description": "Adds final coverage for persistence, watcher behavior, security, automation modes, package execution, and platform portability.",
8
+ "git": {
9
+ "branch_type": "test",
10
+ "base_branch": "main",
11
+ "branch_slug": "v36-tests-cross-platform-readiness",
12
+ "branch_name": "test/QUIVER-36-07-v36-tests-cross-platform-readiness"
13
+ },
14
+ "files": [
15
+ "tests/commands/ai-run-watch.test.js",
16
+ "tests/commands/ai-plan.test.js",
17
+ "tests/lib/ai-run-state.test.js",
18
+ "tests/lib/ai-run-events.test.js",
19
+ "tests/lib/ai-provider-streaming.test.js",
20
+ "scripts/ci/smoke-create-quiver.sh",
21
+ "scripts/ci/smoke-cross-platform.js",
22
+ "specs/quiver-v36-ai-run-watch-portable/EVIDENCE_REPORT.md"
23
+ ],
24
+ "expected_read_paths": [
25
+ "tests/commands/ai-run-watch.test.js",
26
+ "tests/commands/ai-plan.test.js",
27
+ "tests/lib/ai-run-state.test.js",
28
+ "tests/lib/ai-run-events.test.js",
29
+ "scripts/ci/smoke-create-quiver.sh",
30
+ "scripts/ci/smoke-cross-platform.js",
31
+ "specs/quiver-v36-ai-run-watch-portable/SPEC.md"
32
+ ],
33
+ "allowed_write_paths": [
34
+ "tests/commands/ai-run-watch.test.js",
35
+ "tests/commands/ai-plan.test.js",
36
+ "tests/lib/ai-run-state.test.js",
37
+ "tests/lib/ai-run-events.test.js",
38
+ "tests/lib/ai-provider-streaming.test.js",
39
+ "scripts/ci/smoke-create-quiver.sh",
40
+ "scripts/ci/smoke-cross-platform.js",
41
+ "specs/quiver-v36-ai-run-watch-portable/**"
42
+ ],
43
+ "depends_on": [
44
+ "slice-02-event-writer-redacted-logs",
45
+ "slice-03-provider-streaming-integration",
46
+ "slice-04-ai-run-watch-command",
47
+ "slice-05-main-progress-user-guidance",
48
+ "slice-06-docs-generated-guidance"
49
+ ],
50
+ "parallel_safe": "never",
51
+ "parallel_safe_reason": "Final readiness must run after runtime and docs behavior stabilizes.",
52
+ "must": [
53
+ "Cover path traversal and malformed run ids.",
54
+ "Cover missing, latest, completed, failed, canceled, stale, and legacy runs.",
55
+ "Cover partial JSONL lines.",
56
+ "Cover split secrets, ANSI/control sanitization, and log truncation.",
57
+ "Cover no-TTY, CI, JSON, dry-run, and print-prompt behavior.",
58
+ "Cover paths with spaces.",
59
+ "Cover simulated provider streaming for stdout, stderr, cancellation, and failure.",
60
+ "Run package smoke and cross-platform smoke."
61
+ ],
62
+ "not_included": [
63
+ "Real provider credential tests.",
64
+ "Publishing to npm."
65
+ ],
66
+ "acceptance": [
67
+ "Required validation commands complete or documented blockers are recorded.",
68
+ "No required smoke depends on a terminal multiplexer.",
69
+ "Evidence report lists final commands and outcomes.",
70
+ "All P0 safety criteria from the SPEC have automated coverage."
71
+ ],
72
+ "tests": [
73
+ "node --test tests/**/*.test.js",
74
+ "git diff --check",
75
+ "npx create-quiver spec validate specs/quiver-v36-ai-run-watch-portable --strict",
76
+ "npm run package:quiver",
77
+ "npm run smoke:create-quiver",
78
+ "node scripts/ci/smoke-cross-platform.js"
79
+ ],
80
+ "validation_hints": [
81
+ "Use simulated providers instead of external AI CLIs.",
82
+ "Run package smoke from a path containing spaces."
83
+ ],
84
+ "estimated_hours": 6,
85
+ "status": "planned",
86
+ "blocked_reason": null
87
+ }
@@ -0,0 +1,73 @@
1
+ # Evidence Report - Quiver v37 CLI i18n Foundation
2
+
3
+ ## slice-00-foundation-and-program-roadmap
4
+
5
+ - Created this spec package and all slice handoffs.
6
+ - Runtime implementation intentionally not started.
7
+
8
+ ## slice-01-language-resolution-contract
9
+
10
+ - Implemented `src/create-quiver/lib/i18n/language.js`.
11
+ - Wired global `--lang <en|es>` extraction before command dispatch in `src/create-quiver/index.js`.
12
+ - Added focused resolver/config/locale tests in `tests/lib/i18n-language.test.js`.
13
+ - Added CLI contract tests proving `--lang` works before and after commands without changing JSON output.
14
+ - Validation passed:
15
+ - `node --test tests/lib/i18n-language.test.js`
16
+ - `node --test tests/commands/cli-contract.test.js`
17
+ - `node --test tests/**/*.test.js` (534 tests)
18
+ - `node bin/create-quiver.js spec validate specs/quiver-v37-cli-i18n-foundation --strict`
19
+ - `git diff --check`
20
+
21
+ ## slice-02-message-catalog-interpolation
22
+
23
+ - Implemented `src/create-quiver/lib/i18n/catalog.js`.
24
+ - Added versioned catalogs:
25
+ - `src/create-quiver/lib/i18n/messages/en.js`
26
+ - `src/create-quiver/lib/i18n/messages/es.js`
27
+ - Added focused catalog tests in `tests/lib/i18n-catalog.test.js`.
28
+ - Validation passed:
29
+ - `node --test tests/lib/i18n-catalog.test.js`
30
+
31
+ ## slice-03-config-language-command
32
+
33
+ - Implemented `src/create-quiver/commands/config.js`.
34
+ - Wired `config language show` and `config language set <en|es>` into `src/create-quiver/index.js`.
35
+ - Added `--global` support for writing `~/.quiver/config.json`.
36
+ - Updated `docs/reference/commands.md`.
37
+ - Added `tests/commands/config-language.test.js`.
38
+ - Validation passed:
39
+ - `node --test tests/commands/config-language.test.js`
40
+ - `node --test tests/lib/i18n-catalog.test.js tests/lib/i18n-language.test.js tests/commands/cli-contract.test.js`
41
+ - `node --test tests/**/*.test.js` (547 tests)
42
+ - `node bin/create-quiver.js spec validate specs/quiver-v37-cli-i18n-foundation --strict`
43
+ - `git diff --check`
44
+
45
+ ## slice-04-parser-help-error-foundation
46
+
47
+ - Routed top-level help headings, command descriptions, language warnings, unsupported commands, unsupported flags, and missing flag values through the i18n catalog.
48
+ - Preserved literal command snippets, flags, ids, and JSON contracts.
49
+ - Added CLI contract coverage for:
50
+ - `--lang es --help`
51
+ - project-configured Spanish help without `--lang`
52
+ - missing `--lang` value using `QUIVER_LANG=es`
53
+ - unsupported flags in Spanish
54
+ - unsupported commands in English and Spanish
55
+ - Validation passed:
56
+ - `node --test tests/commands/cli-contract.test.js`
57
+ - `node --test tests/lib/i18n-catalog.test.js tests/lib/i18n-language.test.js`
58
+ - `node --test tests/commands/config-language.test.js`
59
+
60
+ ## slice-05-foundation-docs-tests-package-readiness
61
+
62
+ - Updated `docs/CLI_UX_GUIDE.md` with language resolution precedence, JSON stability, and automation/no-TTY rules.
63
+ - Updated `docs/reference/commands.md` with `--lang`, `QUIVER_LANG`, project/global config precedence, and examples.
64
+ - Validation passed:
65
+ - `node --test tests/**/*.test.js` (549 tests)
66
+ - `git diff --check`
67
+ - `npm run package:quiver`
68
+ - `npm run smoke:create-quiver`
69
+ - `node bin/create-quiver.js spec validate specs/quiver-v37-cli-i18n-foundation --strict`
70
+
71
+ ## Pending Evidence
72
+
73
+ - None.
@@ -0,0 +1,34 @@
1
+ # Execution Plan - Quiver v37 CLI i18n Foundation
2
+
3
+ ## Execution Rules
4
+
5
+ - Do not implement runtime code without an approved slice.
6
+ - Preserve stable JSON output.
7
+ - Keep command names, flags, ids, paths, provider names, and model ids untranslated.
8
+ - Add tests for `en` and `es` for every public human output touched by this spec.
9
+
10
+ ## Suggested Order
11
+
12
+ 1. `slice-00-foundation-and-program-roadmap`
13
+ 2. `slice-01-language-resolution-contract`
14
+ 3. `slice-02-message-catalog-interpolation`
15
+ 4. `slice-03-config-language-command`
16
+ 5. `slice-04-parser-help-error-foundation`
17
+ 6. `slice-05-foundation-docs-tests-package-readiness`
18
+
19
+ ## Parallelization Guidance
20
+
21
+ - `slice-01` must complete before runtime i18n work.
22
+ - `slice-02` must complete before commands are migrated to catalogs.
23
+ - `slice-03` and `slice-04` can run in parallel only after `slice-02` if ownership is split by files.
24
+ - `slice-05` runs last.
25
+
26
+ ## Final Validation
27
+
28
+ ```bash
29
+ node --test tests/**/*.test.js
30
+ git diff --check
31
+ npx create-quiver spec validate specs/quiver-v37-cli-i18n-foundation --strict
32
+ npm run package:quiver
33
+ npm run smoke:create-quiver
34
+ ```
@@ -0,0 +1,91 @@
1
+ # Quiver v37 - CLI i18n Foundation
2
+
3
+ **Date:** 2026-05-28
4
+ **Status:** Completed
5
+ **Source:** User-approved requirement for Spanish and English CLI output, hardened for production before implementation.
6
+
7
+ Slice numbering resets here. This spec intentionally starts at `slice-00`.
8
+
9
+ ## Problem
10
+
11
+ Quiver currently exposes human CLI messages in a single language. Users should not need to remember language flags after configuring a project, and automation must keep stable JSON contracts while human output can be localized.
12
+
13
+ ## Objective
14
+
15
+ Create the foundation for Spanish (`es`) and English (`en`) output across Quiver commands:
16
+
17
+ - A single language resolution contract.
18
+ - Project and global language persistence.
19
+ - A message catalog with interpolation, pluralization, fallback, and missing-key detection.
20
+ - Localized help, parser errors, and early command errors before command dispatch.
21
+ - A stable rule that JSON output remains machine-readable and not localized.
22
+
23
+ ## Scope
24
+
25
+ ### Included
26
+
27
+ - Supported languages: `en`, `es`.
28
+ - Global `--lang <en|es>` flag that works before and after command names.
29
+ - `QUIVER_LANG` environment override.
30
+ - Project config `.quiver/config.json`.
31
+ - Global config `~/.quiver/config.json` resolved with `os.homedir()`.
32
+ - Locale detection from `LC_ALL`, `LC_MESSAGES`, `LANG`, `LANGUAGE`, and `Intl.DateTimeFormat().resolvedOptions().locale`.
33
+ - Fallback to `en`.
34
+ - `config language show`, `config language set es`, and `config language set en`.
35
+ - Catalog versioning, interpolation, pluralization, fallback, and test coverage.
36
+ - Parser/help/error localization foundation.
37
+
38
+ ### Excluded
39
+
40
+ - Migrating every existing command in this spec.
41
+ - Localizing JSON keys, error codes, schema fields, or command identifiers.
42
+ - Translating commands, flags, file paths, provider names, model ids, run ids, spec ids, slice ids, or suggested command snippets.
43
+ - Generated project documentation; that is covered by v42.
44
+
45
+ ## Approved Acceptance Criteria
46
+
47
+ 1. `init --interactive` can store the selected language in `.quiver/config.json`.
48
+ 2. After project language is configured, normal commands use that language without requiring `--lang`.
49
+ 3. `--lang` overrides every other source and works before or after the command.
50
+ 4. `QUIVER_LANG` overrides project/global config when `--lang` is absent.
51
+ 5. Project config overrides global config.
52
+ 6. Global config lives at `~/.quiver/config.json` using `os.homedir()`.
53
+ 7. Locale detection normalizes `es_AR`, `es-AR`, `en_US`, and `en-US`.
54
+ 8. Unsupported or missing language falls back to `en` with an actionable warning in human mode.
55
+ 9. `--json` output remains stable and parseable; JSON keys and codes are not localized.
56
+ 10. Localized text keeps suggested commands and flags exact.
57
+ 11. Catalog misses fail tests before release.
58
+ 12. New commands after v37 must use i18n or declare a temporary documented exception.
59
+
60
+ ## Approved Technical Plan
61
+
62
+ 1. Create this SDD package and handoffs without runtime implementation.
63
+ 2. Add language resolution and persistence helpers.
64
+ 3. Add message catalogs and safe translation helpers.
65
+ 4. Add `config language` commands.
66
+ 5. Route help, parser errors, and early command errors through the i18n layer.
67
+ 6. Add docs, tests, and package readiness for the foundation.
68
+
69
+ ## Slice Roadmap
70
+
71
+ | Slice | Title | Status | Dependencies |
72
+ |---|---|---|---|
73
+ | slice-00 | Foundation and program roadmap | completed | none |
74
+ | slice-01 | Language resolution contract | completed | slice-00 |
75
+ | slice-02 | Message catalog and interpolation | completed | slice-01 |
76
+ | slice-03 | Config language command | completed | slice-01, slice-02 |
77
+ | slice-04 | Parser, help, and early error foundation | completed | slice-01, slice-02 |
78
+ | slice-05 | Foundation docs, tests, and package readiness | completed | slice-02, slice-03, slice-04 |
79
+
80
+ ## Risks and Guardrails
81
+
82
+ - Do not localize JSON contracts.
83
+ - Do not mix Spanish and English in the same human command unless the untranslated fragment is a literal command, flag, path, id, provider, or model.
84
+ - Do not hardcode output strings in later command work when a catalog key should exist.
85
+ - Keep no-TTY and CI behavior deterministic; no prompts unless `--interactive` was requested.
86
+ - Keep fallback behavior explicit and testable.
87
+
88
+ ## Assumptions
89
+
90
+ - This repository's canonical spec location is `specs/quiver-vNN-*`.
91
+ - The first implementation slice should start with a minimal reusable foundation before command migration.
@@ -0,0 +1,29 @@
1
+ # Status - Quiver v37 CLI i18n Foundation
2
+
3
+ **Overall status:** Completed
4
+ **Created:** 2026-05-28
5
+ **Completed:** 2026-05-29
6
+ **Current slice:** none
7
+
8
+ ## Summary
9
+
10
+ This spec defines the shared i18n foundation for Quiver CLI output. All v37 slices have been implemented and validated.
11
+
12
+ ## Slice Status
13
+
14
+ | Slice | Status | Notes |
15
+ |---|---|---|
16
+ | slice-00-foundation-and-program-roadmap | Completed | Spec package, execution plan, PR body, evidence skeleton, and slice briefs created. |
17
+ | slice-01-language-resolution-contract | Completed | Language sources, precedence, normalization, config read/write primitives, and global `--lang` extraction implemented. |
18
+ | slice-02-message-catalog-interpolation | Completed | Catalog helpers, fallback, interpolation, pluralization, and missing-key tests implemented. |
19
+ | slice-03-config-language-command | Completed | Added `config language show|set`, project/global persistence, JSON output, and command docs. |
20
+ | slice-04-parser-help-error-foundation | Completed | Localized help headings/command descriptions, language warnings, unsupported commands, unsupported flags, and missing flag values. |
21
+ | slice-05-foundation-docs-tests-package-readiness | Completed | Updated public docs and ran full tests, package smoke, create-quiver smoke, spec validation, and diff check. |
22
+
23
+ ## Current Blockers
24
+
25
+ - None.
26
+
27
+ ## Next Step
28
+
29
+ Proceed to the next i18n migration spec in the approved roadmap.