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,90 @@
1
+ # Evidence Report - Quiver v41 CLI i18n AI Lifecycle
2
+
3
+ ## slice-00-ai-i18n-foundation
4
+
5
+ - Created this spec package and slice handoffs.
6
+ - Runtime implementation intentionally not started.
7
+
8
+ ## slice-01-ai-run-status-resume
9
+
10
+ - Routed `ai run create` through the shared language option and localized current `ai run` lifecycle wrapper errors.
11
+ - Kept `ai run close`, `ai status`, `ai resume`, and `ai approvals` human output localized while preserving run ids, phases, statuses, commands, paths, and approval candidate versions.
12
+ - Added Spanish regression coverage for `ai run create`, `ai run close`, and unsupported `ai run watch` wrapper errors.
13
+ - Recorded that full `ai run watch` runtime is not present yet and remains owned by `specs/quiver-v36-ai-run-watch-portable`.
14
+
15
+ Validation:
16
+
17
+ - PASS `node --test tests/commands/ai-run-state.test.js`
18
+ - PASS `node --test tests/lib/i18n-catalog.test.js`
19
+ - PASS `git diff --check`
20
+
21
+ ## slice-02-ai-agent-models
22
+
23
+ - Routed `ai agent` and `ai models` through the shared language option.
24
+ - Localized agent profile reports, dry-runs, doctor/repair headings, selector prompts, actionable wrapper labels, and model catalog human output.
25
+ - Preserved provider ids, model ids, profile JSON, model catalog JSON, and command snippets.
26
+
27
+ Validation:
28
+
29
+ - PASS `node --test tests/commands/ai-agent.test.js`
30
+ - PASS `node --test tests/commands/ai-models.test.js`
31
+ - PASS `node --test tests/lib/i18n-catalog.test.js`
32
+ - PASS `git diff --check`
33
+
34
+ ## slice-03-ai-planner-approval-review
35
+
36
+ - Routed `ai plan`, `ai review-plan`, `ai repair-plan`, `ai revise`, and `ai approve` through the shared language option.
37
+ - Localized planner dry-runs, spec-generation wrappers, review/repair wrappers, approval output, progress checks, selector prompts, and actionable wrapper labels.
38
+ - Added regression coverage proving Spanish wrappers work while provider prompt bodies, commands, phase names, version ids, draft paths, and generated spec ids remain exact.
39
+
40
+ Validation:
41
+
42
+ - PASS `node --test tests/commands/ai-plan-spec-phase.test.js`
43
+ - PASS `node --test tests/commands/flow.test.js`
44
+ - PASS `node --test tests/lib/i18n-catalog.test.js`
45
+ - PASS `git diff --check`
46
+
47
+ ## slice-04-ai-execution-pr
48
+
49
+ - Routed `ai execute-plan` and `ai pr` through the shared language option.
50
+ - Localized execute-plan dry-runs, progress summaries, PR reports, and PR progress wrappers.
51
+ - Reused existing execute-slice i18n coverage and added Spanish regression coverage for execute-plan and PR dry-runs.
52
+ - Preserved git/gh command strings, branch names, PR titles, body paths, validation commands, JSON output, and SSH alias handling.
53
+
54
+ Validation:
55
+
56
+ - PASS `node --test tests/commands/ai-execute-slice.test.js`
57
+ - PASS `node --test tests/commands/ai-execute-plan.test.js`
58
+ - PASS `node --test tests/commands/ai-pr.test.js`
59
+ - PASS `node --test tests/lib/i18n-catalog.test.js`
60
+ - PASS `git diff --check`
61
+
62
+ ## slice-06-ai-prepare-context-progress-i18n-fix
63
+
64
+ - Fixed mixed-language live progress in `ai onboard` and `ai prepare-context --with-planner`.
65
+ - Added `en` and `es` catalog keys for base-doc reading and structure detection progress checks.
66
+ - Updated progress tests to assert English defaults and localized approval selector hints after the planner localization work.
67
+ - Preserved provider prompt bodies, JSON surfaces, command snippets, provider ids, and model ids.
68
+
69
+ Validation:
70
+
71
+ - PASS `node --test tests/commands/ai-plan.test.js tests/commands/ai-prepare-context-planner.test.js tests/commands/ai-review-plan.test.js tests/lib/i18n-catalog.test.js`
72
+ - PASS `node --test tests/**/*.test.js` (`599/599`)
73
+ - PASS `git diff --check`
74
+
75
+ ## slice-05-ai-tests-smokes
76
+
77
+ - Closed v41 with full local test, package, smoke, spec, slice, and whitespace validation.
78
+ - Confirmed provider-backed flows remain covered through injected provider runners, `--dry-run`, and `--print-prompt` tests; no live provider credentials are required.
79
+ - Confirmed JSON/JSONL stability through the full CLI suite and existing machine-output tests.
80
+ - Confirmed the package tarball smoke creates `create-quiver-0.15.3.tgz`.
81
+
82
+ Validation:
83
+
84
+ - PASS `node --test tests/**/*.test.js` (`599/599`)
85
+ - PASS `npm run package:quiver` (`create-quiver-0.15.3.tgz`)
86
+ - PASS `npm run smoke:create-quiver`
87
+ - PASS `node bin/create-quiver.js spec validate specs/quiver-v41-cli-i18n-ai-lifecycle --strict`
88
+ - PASS `node bin/create-quiver.js check-slice specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-05-ai-tests-smokes/slice.json --local`
89
+ - PASS `node bin/create-quiver.js check-slice specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-06-ai-prepare-context-progress-i18n-fix/slice.json --local`
90
+ - PASS `git diff --check`
@@ -0,0 +1,33 @@
1
+ # Execution Plan - Quiver v41 CLI i18n AI Lifecycle
2
+
3
+ ## Execution Rules
4
+
5
+ - Start only after v37 foundation is complete.
6
+ - Localize Quiver wrapper messages only.
7
+ - Preserve provider prompts, JSON, JSONL, and artifacts.
8
+ - Do not change credential or provider access behavior.
9
+
10
+ ## Suggested Order
11
+
12
+ 1. `slice-00-ai-i18n-foundation`
13
+ 2. `slice-01-ai-run-status-resume`
14
+ 3. `slice-02-ai-agent-models`
15
+ 4. `slice-03-ai-planner-approval-review`
16
+ 5. `slice-04-ai-execution-pr`
17
+ 6. `slice-05-ai-tests-smokes`
18
+
19
+ ## Parallelization Guidance
20
+
21
+ - `slice-02` and `slice-03` may overlap only after `slice-01` if `src/create-quiver/commands/ai.js` ownership is split carefully.
22
+ - `slice-04` should wait for planner/approval behavior to stabilize.
23
+ - `slice-05` runs last.
24
+
25
+ ## Final Validation
26
+
27
+ ```bash
28
+ node --test tests/**/*.test.js
29
+ git diff --check
30
+ npx create-quiver spec validate specs/quiver-v41-cli-i18n-ai-lifecycle --strict
31
+ npm run package:quiver
32
+ npm run smoke:create-quiver
33
+ ```
@@ -0,0 +1,57 @@
1
+ # Quiver v41 - CLI i18n AI Lifecycle
2
+
3
+ **Date:** 2026-05-28
4
+ **Status:** Completed
5
+ **Source:** Continuation of the approved CLI i18n program.
6
+
7
+ ## Problem
8
+
9
+ AI lifecycle commands contain long-running progress, approvals, provider errors, and PR flows. These messages must be localized without changing provider prompts, stable artifacts, or automation contracts.
10
+
11
+ ## Objective
12
+
13
+ Localize AI lifecycle command output in `en` and `es`, including planning, approvals, agents, execution, run status, and PR creation wrappers.
14
+
15
+ ## Scope
16
+
17
+ ### Included
18
+
19
+ - `ai run create`, `ai run watch`, `ai status`, `ai resume`.
20
+ - `ai agent set`, `ai agent doctor`, `ai agent repair`, `ai models list`.
21
+ - `ai plan`, `ai revise`, `ai review-plan`, `ai repair-plan`, `ai approve`, `ai approvals`.
22
+ - `ai execute-slice`, `ai execute-plan`, and `ai pr`.
23
+ - Human progress, loaders, review/interactive wrapper messages, no-TTY/CI, dry-run, `--print-prompt`, and supported `--json`.
24
+
25
+ ### Excluded
26
+
27
+ - Translating provider prompts or model-generated content unless a later spec explicitly defines that behavior.
28
+ - Changing provider adapters, credentials, or model access semantics.
29
+
30
+ ## Acceptance Criteria
31
+
32
+ 1. Human output for included commands supports `en` and `es`.
33
+ 2. Provider prompts, prompt files, run ids, provider names, model ids, and command snippets remain exact.
34
+ 3. `--print-prompt` output remains an exact provider prompt surface and is not polluted by localized decoration.
35
+ 4. JSON/JSONL outputs remain parseable and schema-stable.
36
+ 5. CI/no-TTY never blocks for localized prompts.
37
+ 6. Errors from provider execution preserve actionable context without leaking secrets.
38
+ 7. Tests cover normal, dry-run, review, approval, failure, no-TTY, and JSON modes where applicable.
39
+
40
+ ## Slice Roadmap
41
+
42
+ | Slice | Title | Status | Dependencies |
43
+ |---|---|---|---|
44
+ | slice-00 | AI i18n foundation | completed | none |
45
+ | slice-01 | AI run status and resume | completed | v37 complete |
46
+ | slice-02 | AI agents and models | completed | slice-01 |
47
+ | slice-03 | AI planner, approvals, and review | completed | slice-01 |
48
+ | slice-04 | AI execution and PR | completed | slice-03 |
49
+ | slice-05 | AI tests and smokes | completed | slice-02, slice-04, slice-06 |
50
+ | slice-06 | AI prepare-context progress i18n fix | completed | slice-03 |
51
+
52
+ ## Guardrails
53
+
54
+ - Localize Quiver wrapper UX, not provider-owned content.
55
+ - Keep JSONL watcher output pure.
56
+ - Keep secrets redaction behavior unchanged or stricter.
57
+ - Do not translate model/provider identifiers.
@@ -0,0 +1,26 @@
1
+ # Status - Quiver v41 CLI i18n AI Lifecycle
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 localizes AI lifecycle command output after the v37 foundation is complete.
11
+
12
+ ## Slice Status
13
+
14
+ | Slice | Status | Notes |
15
+ |---|---|---|
16
+ | slice-00-ai-i18n-foundation | Completed | Spec package and handoffs created. |
17
+ | slice-01-ai-run-status-resume | Completed | Localized current run/status/resume wrappers; full watcher runtime remains in v36. |
18
+ | slice-02-ai-agent-models | Completed | Localized agent/model wrappers and selectors while preserving profile/JSON contracts. |
19
+ | slice-03-ai-planner-approval-review | Completed | Localized planner/review/approval wrappers while preserving prompt and artifact contracts. |
20
+ | slice-04-ai-execution-pr | Completed | Localized execution and PR wrappers while preserving git/gh semantics. |
21
+ | slice-05-ai-tests-smokes | Completed | Full tests, package smoke, spec validation, and evidence completed. |
22
+ | slice-06-ai-prepare-context-progress-i18n-fix | Completed | Fixed mixed-language live progress in onboard and planner prepare-context paths. |
23
+
24
+ ## Current Blockers
25
+
26
+ - No blockers for v41. `ai run watch` runtime remains a separate planned dependency in `specs/quiver-v36-ai-run-watch-portable`.
@@ -0,0 +1,103 @@
1
+ # PR - Quiver v41 CLI i18n AI Lifecycle
2
+
3
+ ## Title
4
+
5
+ QUIVER-41: CLI i18n for AI lifecycle commands
6
+
7
+ ## Summary
8
+
9
+ - Localizes AI lifecycle command wrappers in English and Spanish across run state, agent/model configuration, planner approvals, execution, and PR flows.
10
+ - Preserves provider prompts, prompt-only output, JSON/JSONL surfaces, run ids, provider/model ids, command snippets, git/gh behavior, artifacts, and secret redaction.
11
+ - Closes the v41 spec with full test, package smoke, spec validation, and evidence.
12
+
13
+ ## Scope
14
+
15
+ - Included: `ai run create`, `ai run close`, `ai status`, `ai resume`, `ai approvals`, `ai agent`, `ai models`, `ai plan`, `ai revise`, `ai review-plan`, `ai repair-plan`, `ai approve`, `ai execute-slice`, `ai execute-plan`, and `ai pr`.
16
+ - Included: human output, progress checks, selector prompts, dry-run reports, actionable errors, review wrappers, and no-TTY guidance.
17
+ - Excluded: provider-generated content translation, provider adapter changes, credential behavior changes, and full `ai run watch` runtime implementation owned by v36.
18
+
19
+ ## Files
20
+
21
+ - `src/create-quiver/index.js`
22
+ - `src/create-quiver/commands/ai.js`
23
+ - `src/create-quiver/lib/ai/execution-plan.js`
24
+ - `src/create-quiver/lib/ai/github.js`
25
+ - `src/create-quiver/lib/i18n/messages/en.js`
26
+ - `src/create-quiver/lib/i18n/messages/es.js`
27
+ - `tests/commands/ai-*.test.js`
28
+ - `tests/lib/i18n-catalog.test.js`
29
+ - `specs/quiver-v41-cli-i18n-ai-lifecycle/**`
30
+
31
+ ## How to Test (DETAILED - REQUIRED)
32
+
33
+ ### Required Environment
34
+
35
+ - Node.js and npm supported by this repository.
36
+ - Local checkout of this branch.
37
+ - No live AI provider credentials are required for the automated tests; provider-backed flows use dry-run, print-prompt, or injected provider runners.
38
+ - `gh` is only needed for PR preflight/create flows, not for the full unit suite.
39
+
40
+ ### Worktree Access
41
+
42
+ ```bash
43
+ cd /Users/fabrijk/Documents/Work/Proyectos\ Personales/nika/frameworks/quiver-v41
44
+ git status --short --branch
45
+ ```
46
+
47
+ Expected: branch `feature/QUIVER-41-01-v41-ai-run-status-resume` with no uncommitted changes.
48
+
49
+ ### Run the Project
50
+
51
+ ```bash
52
+ node bin/create-quiver.js --help
53
+ node bin/create-quiver.js --version
54
+ node bin/create-quiver.js version --lang es
55
+ ```
56
+
57
+ Expected: CLI starts normally; Spanish human version output is localized while semver surfaces remain stable.
58
+
59
+ ### Use Cases
60
+
61
+ ```bash
62
+ node bin/create-quiver.js ai models list --lang es
63
+ node bin/create-quiver.js ai agent doctor --lang es --dry-run
64
+ node bin/create-quiver.js ai plan --phase acceptance --input requirements.md --dry-run --lang es
65
+ node bin/create-quiver.js ai execute-plan --dry-run --lang es
66
+ node bin/create-quiver.js ai pr --dry-run --lang es --ssh-host-alias github-personal --identity-file ~/ssh/github-personal --input specs/quiver-v41-cli-i18n-ai-lifecycle/pr.md
67
+ ```
68
+
69
+ Expected: human wrappers are localized; commands, paths, provider ids, model ids, and machine-readable outputs remain exact. The `requirements.md` command requires an existing input file if run outside the test fixtures.
70
+
71
+ ### Technical Verification
72
+
73
+ ```bash
74
+ node --test tests/**/*.test.js
75
+ npm run package:quiver
76
+ npm run smoke:create-quiver
77
+ node bin/create-quiver.js spec validate specs/quiver-v41-cli-i18n-ai-lifecycle --strict
78
+ node bin/create-quiver.js check-slice specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-05-ai-tests-smokes/slice.json --local
79
+ git diff --check
80
+ ```
81
+
82
+ Expected: all commands pass.
83
+
84
+ ## Evidence
85
+
86
+ - PASS `node --test tests/**/*.test.js` (`599/599`)
87
+ - PASS `npm run package:quiver` (`create-quiver-0.15.3.tgz`)
88
+ - PASS `npm run smoke:create-quiver`
89
+ - PASS `node bin/create-quiver.js spec validate specs/quiver-v41-cli-i18n-ai-lifecycle --strict`
90
+ - PASS `node bin/create-quiver.js check-slice specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-05-ai-tests-smokes/slice.json --local`
91
+ - PASS `node bin/create-quiver.js check-slice specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-06-ai-prepare-context-progress-i18n-fix/slice.json --local`
92
+ - PASS `git diff --check`
93
+
94
+ ## Rollback
95
+
96
+ - Revert this PR to restore the previous AI lifecycle human output behavior.
97
+ - No migrations, external service changes, provider credential changes, or package manager changes are included.
98
+
99
+ ## Risks / Notes
100
+
101
+ - Blast radius is the human CLI UX around AI lifecycle commands; automation contracts are covered by JSON/JSONL and prompt stability tests.
102
+ - Full `ai run watch` runtime remains outside v41 and is tracked by `specs/quiver-v36-ai-run-watch-portable`.
103
+ - The final validation found and fixed mixed-language progress in `ai onboard` / `ai prepare-context --with-planner` under `QUIVER-41-06`.
@@ -0,0 +1,10 @@
1
+ # CLOSURE_BRIEF - slice-00 AI i18n foundation
2
+
3
+ ## Summary
4
+
5
+ Documentation package created. No runtime implementation was performed.
6
+
7
+ ## Validation
8
+
9
+ - Pending `npx create-quiver spec validate specs/quiver-v41-cli-i18n-ai-lifecycle --strict`.
10
+ - Pending `git diff --check`.
@@ -0,0 +1,21 @@
1
+ # EXECUTION_BRIEF - slice-00 AI i18n foundation
2
+
3
+ ## Context
4
+
5
+ AI lifecycle commands need their own migration plan because provider prompts and artifacts must remain stable.
6
+
7
+ ## Objective
8
+
9
+ Create the v41 AI lifecycle i18n spec package and handoffs.
10
+
11
+ ## Acceptance Criteria
12
+
13
+ - v41 root documents exist.
14
+ - Each planned slice has execution and closure briefs.
15
+ - Runtime code remains untouched.
16
+
17
+ ## Completion Checklist
18
+
19
+ - [x] Spec package created.
20
+ - [x] Handoffs created.
21
+ - [x] Runtime implementation deferred.
@@ -0,0 +1,53 @@
1
+ {
2
+ "slice_id": "slice-00-ai-i18n-foundation",
3
+ "ticket": "QUIVER-41-00",
4
+ "type": "documentation",
5
+ "title": "AI i18n foundation",
6
+ "objective": "Create the approved v41 AI lifecycle i18n spec package and handoffs.",
7
+ "description": "Documents migration of AI lifecycle command wrappers to en and es.",
8
+ "git": {
9
+ "branch_type": "docs",
10
+ "base_branch": "main",
11
+ "branch_slug": "v41-ai-i18n-foundation",
12
+ "branch_name": "docs/QUIVER-41-00-v41-ai-i18n-foundation"
13
+ },
14
+ "files": [
15
+ "specs/quiver-v41-cli-i18n-ai-lifecycle/**"
16
+ ],
17
+ "expected_read_paths": [
18
+ "docs/INDEX.md",
19
+ "docs/CLI_UX_GUIDE.md",
20
+ "docs/reference/commands.md",
21
+ "specs/quiver-v37-cli-i18n-foundation/SPEC.md"
22
+ ],
23
+ "allowed_write_paths": [
24
+ "specs/quiver-v41-cli-i18n-ai-lifecycle/**"
25
+ ],
26
+ "depends_on": [],
27
+ "parallel_safe": "no",
28
+ "parallel_safe_reason": "This creates the roadmap for v41.",
29
+ "must": [
30
+ "Create v41 package.",
31
+ "Document provider prompt guardrails.",
32
+ "Keep runtime code untouched."
33
+ ],
34
+ "not_included": [
35
+ "Runtime command migration."
36
+ ],
37
+ "acceptance": [
38
+ "Spec package exists.",
39
+ "Slice handoffs exist.",
40
+ "Runtime code is untouched."
41
+ ],
42
+ "tests": [
43
+ "npx create-quiver spec validate specs/quiver-v41-cli-i18n-ai-lifecycle --strict",
44
+ "git diff --check"
45
+ ],
46
+ "validation_hints": [
47
+ "Strict validation requires completed slices to appear in EVIDENCE_REPORT.md."
48
+ ],
49
+ "estimated_hours": 1,
50
+ "status": "completed",
51
+ "completed_at": "2026-05-28T00:00:00.000Z",
52
+ "blocked_reason": null
53
+ }
@@ -0,0 +1,13 @@
1
+ # CLOSURE_BRIEF - slice-01 AI run status and resume
2
+
3
+ ## Summary
4
+
5
+ Completed. `ai run create`, `ai run close`, `ai status`, `ai resume`, and `ai approvals` now route through the shared language option for human wrapper output. Run ids, phases, statuses, commands, paths, and approval candidate versions remain exact.
6
+
7
+ `ai run watch` is not implemented in the current runtime; the current unsupported-subcommand wrapper is localized in `en` and `es`. Full watcher runtime and Ctrl+C semantics remain owned by `specs/quiver-v36-ai-run-watch-portable`.
8
+
9
+ ## Validation
10
+
11
+ - [x] `node --test tests/commands/ai-run-state.test.js`
12
+ - [x] `node --test tests/lib/i18n-catalog.test.js`
13
+ - [x] `git diff --check`
@@ -0,0 +1,22 @@
1
+ # EXECUTION_BRIEF - slice-01 AI run status and resume
2
+
3
+ ## Context
4
+
5
+ Run status and watcher output expose AI progress and must remain clear in both languages.
6
+
7
+ ## Objective
8
+
9
+ Localize `ai run create`, `ai run watch`, `ai status`, and `ai resume` wrapper output.
10
+
11
+ ## Acceptance Criteria
12
+
13
+ - Human output supports `en` and `es`.
14
+ - Run ids, paths, and status codes remain stable.
15
+ - JSON and JSONL modes remain pure and parseable.
16
+ - Watcher cancellation semantics remain unchanged.
17
+
18
+ ## Completion Checklist
19
+
20
+ - [ ] Run/status messages cataloged.
21
+ - [ ] JSON/JSONL regression tests preserved.
22
+ - [ ] Watch tests cover both languages.
@@ -0,0 +1,68 @@
1
+ {
2
+ "slice_id": "slice-01-ai-run-status-resume",
3
+ "ticket": "QUIVER-41-01",
4
+ "type": "feature",
5
+ "title": "AI run status and resume",
6
+ "objective": "Localize AI run status and watcher wrapper output while preserving JSON and JSONL contracts.",
7
+ "description": "Covers run creation/status/resume/watch human output.",
8
+ "git": {
9
+ "branch_type": "feature",
10
+ "base_branch": "main",
11
+ "branch_slug": "v41-ai-run-status-resume",
12
+ "branch_name": "feature/QUIVER-41-01-v41-ai-run-status-resume"
13
+ },
14
+ "files": [
15
+ "src/create-quiver/index.js",
16
+ "src/create-quiver/commands/ai.js",
17
+ "src/create-quiver/lib/ai/run-state.js",
18
+ "src/create-quiver/lib/i18n/messages/en.js",
19
+ "src/create-quiver/lib/i18n/messages/es.js",
20
+ "tests/commands/ai-run-state.test.js"
21
+ ],
22
+ "expected_read_paths": [
23
+ "src/create-quiver/commands/ai.js",
24
+ "src/create-quiver/lib/ai/run-state.js",
25
+ "src/create-quiver/lib/i18n/**",
26
+ "specs/quiver-v41-cli-i18n-ai-lifecycle/SPEC.md"
27
+ ],
28
+ "allowed_write_paths": [
29
+ "src/create-quiver/commands/ai.js",
30
+ "src/create-quiver/index.js",
31
+ "src/create-quiver/lib/ai/**",
32
+ "src/create-quiver/lib/i18n/**",
33
+ "tests/commands/ai-run-state.test.js",
34
+ "tests/commands/ai-run-watch.test.js",
35
+ "specs/quiver-v41-cli-i18n-ai-lifecycle/**"
36
+ ],
37
+ "depends_on": [
38
+ "slice-00-ai-i18n-foundation"
39
+ ],
40
+ "parallel_safe": "no",
41
+ "parallel_safe_reason": "Establishes AI lifecycle localization patterns for v41.",
42
+ "must": [
43
+ "Localize human run/status outputs.",
44
+ "Keep run ids and status codes stable.",
45
+ "Keep JSON/JSONL pure."
46
+ ],
47
+ "not_included": [
48
+ "Planner and provider prompt localization."
49
+ ],
50
+ "acceptance": [
51
+ "Run/status/resume outputs render in en and es.",
52
+ "The current unsupported watch wrapper error renders in en and es until the v36 watcher runtime lands.",
53
+ "JSON and JSONL tests remain stable.",
54
+ "Watcher Ctrl+C behavior is unchanged because v36 owns watcher runtime implementation."
55
+ ],
56
+ "tests": [
57
+ "node --test tests/commands/ai-run-state.test.js",
58
+ "node --test tests/lib/i18n-catalog.test.js",
59
+ "git diff --check"
60
+ ],
61
+ "validation_hints": [
62
+ "If ai-run-watch tests do not exist yet, add focused tests with temporary run fixtures."
63
+ ],
64
+ "estimated_hours": 7,
65
+ "status": "completed",
66
+ "blocked_reason": "",
67
+ "completed_at": "2026-05-29T17:29:09Z"
68
+ }
@@ -0,0 +1,12 @@
1
+ # CLOSURE_BRIEF - slice-02 AI agents and models
2
+
3
+ ## Summary
4
+
5
+ Completed. `ai agent set/list/show/doctor/repair` and `ai models list` now localize human wrapper output in `en` and `es`. Provider ids, model ids, stored profile JSON, and `--json` output remain stable.
6
+
7
+ ## Validation
8
+
9
+ - [x] `node --test tests/commands/ai-agent.test.js`
10
+ - [x] `node --test tests/commands/ai-models.test.js`
11
+ - [x] `node --test tests/lib/i18n-catalog.test.js`
12
+ - [x] `git diff --check`
@@ -0,0 +1,22 @@
1
+ # EXECUTION_BRIEF - slice-02 AI agents and models
2
+
3
+ ## Context
4
+
5
+ Agent/model commands mix human labels with technical provider/model identifiers.
6
+
7
+ ## Objective
8
+
9
+ Localize `ai agent set`, `ai agent doctor`, `ai agent repair`, and `ai models list`.
10
+
11
+ ## Acceptance Criteria
12
+
13
+ - Human labels render in `en` and `es`.
14
+ - Provider names, model ids, and custom model ids remain exact.
15
+ - `--json` output remains stable.
16
+ - Interactive selectors localize prompts and choices without changing stored values.
17
+
18
+ ## Completion Checklist
19
+
20
+ - [ ] Agent/model messages cataloged.
21
+ - [ ] Selector prompts tested.
22
+ - [ ] Stored profile regression tests preserved.
@@ -0,0 +1,66 @@
1
+ {
2
+ "slice_id": "slice-02-ai-agent-models",
3
+ "ticket": "QUIVER-41-02",
4
+ "type": "feature",
5
+ "title": "AI agents and models",
6
+ "objective": "Localize agent/model command UX while preserving technical identifiers and stored profile contracts.",
7
+ "description": "Covers AI agent setup, doctor, repair, and model catalog commands.",
8
+ "git": {
9
+ "branch_type": "feature",
10
+ "base_branch": "main",
11
+ "branch_slug": "v41-ai-agent-models",
12
+ "branch_name": "feature/QUIVER-41-02-v41-ai-agent-models"
13
+ },
14
+ "files": [
15
+ "src/create-quiver/index.js",
16
+ "src/create-quiver/commands/ai.js",
17
+ "src/create-quiver/lib/ai/model-catalog.js",
18
+ "src/create-quiver/lib/i18n/messages/en.js",
19
+ "src/create-quiver/lib/i18n/messages/es.js",
20
+ "tests/commands/ai-agent.test.js",
21
+ "tests/commands/ai-models.test.js"
22
+ ],
23
+ "expected_read_paths": [
24
+ "src/create-quiver/commands/ai.js",
25
+ "src/create-quiver/lib/ai/models.js",
26
+ "src/create-quiver/lib/i18n/**"
27
+ ],
28
+ "allowed_write_paths": [
29
+ "src/create-quiver/index.js",
30
+ "src/create-quiver/commands/ai.js",
31
+ "src/create-quiver/lib/ai/**",
32
+ "src/create-quiver/lib/i18n/**",
33
+ "tests/commands/ai-agent.test.js",
34
+ "tests/commands/ai-models.test.js",
35
+ "specs/quiver-v41-cli-i18n-ai-lifecycle/**"
36
+ ],
37
+ "depends_on": [
38
+ "slice-01-ai-run-status-resume"
39
+ ],
40
+ "parallel_safe": "conditional",
41
+ "parallel_safe_reason": "Can overlap with planner work if command sections are isolated.",
42
+ "must": [
43
+ "Localize prompts and human labels.",
44
+ "Keep stored model/provider values exact.",
45
+ "Keep JSON stable."
46
+ ],
47
+ "not_included": [
48
+ "Provider execution behavior changes."
49
+ ],
50
+ "acceptance": [
51
+ "Agent/model commands render in en and es.",
52
+ "Profile JSON is unchanged by language.",
53
+ "Interactive selectors store technical ids."
54
+ ],
55
+ "tests": [
56
+ "node --test tests/commands/ai-agent.test.js tests/commands/ai-models.test.js tests/lib/i18n-catalog.test.js",
57
+ "git diff --check"
58
+ ],
59
+ "validation_hints": [
60
+ "If model list tests are embedded in cli-contract tests, update the nearest owning test."
61
+ ],
62
+ "estimated_hours": 7,
63
+ "status": "completed",
64
+ "blocked_reason": "",
65
+ "completed_at": "2026-05-29T17:36:48Z"
66
+ }
@@ -0,0 +1,12 @@
1
+ # CLOSURE_BRIEF - slice-03 AI planner, approvals, and review
2
+
3
+ ## Summary
4
+
5
+ Completed. `ai plan`, `ai revise`, `ai review-plan`, `ai repair-plan`, `ai approve`, and approval status wrappers now receive the effective language and localize human dry-run, prompt-only, approval, review, repair, progress, and actionable wrapper messages. Provider prompt bodies, phase names, version ids, commands, draft paths, and approval artifacts remain exact.
6
+
7
+ ## Validation
8
+
9
+ - [x] `node --test tests/commands/ai-plan-spec-phase.test.js`
10
+ - [x] `node --test tests/commands/flow.test.js`
11
+ - [x] `node --test tests/lib/i18n-catalog.test.js`
12
+ - [x] `git diff --check`
@@ -0,0 +1,23 @@
1
+ # EXECUTION_BRIEF - slice-03 AI planner, approvals, and review
2
+
3
+ ## Context
4
+
5
+ Planner commands are provider-backed and use review/approval gates. Quiver wrapper messages can be localized, but provider prompts and generated drafts remain stable unless explicitly changed.
6
+
7
+ ## Objective
8
+
9
+ Localize `ai plan`, `ai revise`, `ai review-plan`, `ai repair-plan`, `ai approve`, and approval status surfaces.
10
+
11
+ ## Acceptance Criteria
12
+
13
+ - Human wrapper output supports `en` and `es`.
14
+ - Provider prompt text printed by `--print-prompt` remains exact.
15
+ - Approval candidates, review summaries, and blocking messages are localized.
16
+ - Draft paths, phase names, version ids, and commands remain exact.
17
+ - JSON/status artifacts remain stable.
18
+
19
+ ## Completion Checklist
20
+
21
+ - [ ] Planner wrapper strings cataloged.
22
+ - [ ] Approval/review strings cataloged.
23
+ - [ ] `--print-prompt` regression tests preserved.