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,545 @@
1
+ {
2
+ "schema_version": 1,
3
+ "source": "docs/reference/commands.md",
4
+ "status": "pass",
5
+ "generated_at": "2026-05-29",
6
+ "coverage_profiles": {
7
+ "top-level-help": {
8
+ "modes": {
9
+ "en_human": "pass",
10
+ "es_human": "pass",
11
+ "json": "not_supported",
12
+ "dry_run": "not_applicable",
13
+ "interactive": "not_applicable",
14
+ "review": "not_applicable",
15
+ "ci_no_tty": "pass",
16
+ "no_color": "pass"
17
+ },
18
+ "evidence": [
19
+ "tests/commands/cli-contract.test.js"
20
+ ]
21
+ },
22
+ "version-report": {
23
+ "modes": {
24
+ "en_human": "pass",
25
+ "es_human": "pass",
26
+ "json": "pass",
27
+ "dry_run": "not_applicable",
28
+ "interactive": "not_applicable",
29
+ "review": "not_applicable",
30
+ "ci_no_tty": "pass",
31
+ "no_color": "pass"
32
+ },
33
+ "evidence": [
34
+ "tests/commands/version.test.js",
35
+ "tests/commands/cli-contract.test.js"
36
+ ]
37
+ },
38
+ "version-json": {
39
+ "modes": {
40
+ "en_human": "not_applicable",
41
+ "es_human": "not_applicable",
42
+ "json": "pass",
43
+ "dry_run": "not_applicable",
44
+ "interactive": "not_applicable",
45
+ "review": "not_applicable",
46
+ "ci_no_tty": "pass",
47
+ "no_color": "not_applicable"
48
+ },
49
+ "evidence": [
50
+ "tests/commands/version.test.js",
51
+ "tests/commands/cli-contract.test.js"
52
+ ]
53
+ },
54
+ "language-config-human": {
55
+ "modes": {
56
+ "en_human": "pass",
57
+ "es_human": "pass",
58
+ "json": "not_applicable",
59
+ "dry_run": "not_applicable",
60
+ "interactive": "not_applicable",
61
+ "review": "not_applicable",
62
+ "ci_no_tty": "pass",
63
+ "no_color": "pass"
64
+ },
65
+ "evidence": [
66
+ "tests/commands/config-language.test.js",
67
+ "tests/lib/i18n-language.test.js"
68
+ ]
69
+ },
70
+ "language-config-json": {
71
+ "modes": {
72
+ "en_human": "not_applicable",
73
+ "es_human": "not_applicable",
74
+ "json": "pass",
75
+ "dry_run": "not_applicable",
76
+ "interactive": "not_applicable",
77
+ "review": "not_applicable",
78
+ "ci_no_tty": "pass",
79
+ "no_color": "not_applicable"
80
+ },
81
+ "evidence": [
82
+ "tests/commands/config-language.test.js"
83
+ ]
84
+ },
85
+ "init-write": {
86
+ "modes": {
87
+ "en_human": "pass",
88
+ "es_human": "pass",
89
+ "json": "not_supported",
90
+ "dry_run": "pass",
91
+ "interactive": "not_applicable",
92
+ "review": "not_supported",
93
+ "ci_no_tty": "pass",
94
+ "no_color": "pass"
95
+ },
96
+ "evidence": [
97
+ "tests/commands/init-profiles.test.js",
98
+ "tests/lib/init-docs.test.js",
99
+ "tests/lib/i18n-templates.test.js"
100
+ ]
101
+ },
102
+ "init-interactive": {
103
+ "modes": {
104
+ "en_human": "pass",
105
+ "es_human": "pass",
106
+ "json": "not_supported",
107
+ "dry_run": "pass",
108
+ "interactive": "pass",
109
+ "review": "not_supported",
110
+ "ci_no_tty": "pass",
111
+ "no_color": "pass"
112
+ },
113
+ "evidence": [
114
+ "tests/commands/init-profiles.test.js",
115
+ "tests/lib/cli-selectors.test.js"
116
+ ]
117
+ },
118
+ "migrate": {
119
+ "modes": {
120
+ "en_human": "pass",
121
+ "es_human": "pass",
122
+ "json": "not_supported",
123
+ "dry_run": "pass",
124
+ "interactive": "not_supported",
125
+ "review": "not_supported",
126
+ "ci_no_tty": "pass",
127
+ "no_color": "pass"
128
+ },
129
+ "evidence": [
130
+ "tests/commands/init-profiles.test.js",
131
+ "tests/commands/doctor.test.js"
132
+ ]
133
+ },
134
+ "read-only-human": {
135
+ "modes": {
136
+ "en_human": "pass",
137
+ "es_human": "pass",
138
+ "json": "not_supported",
139
+ "dry_run": "not_applicable",
140
+ "interactive": "not_supported",
141
+ "review": "not_supported",
142
+ "ci_no_tty": "pass",
143
+ "no_color": "pass"
144
+ },
145
+ "evidence": [
146
+ "tests/commands/analyze.test.js",
147
+ "tests/commands/doctor.test.js",
148
+ "tests/commands/flow.test.js"
149
+ ]
150
+ },
151
+ "doctor-json": {
152
+ "modes": {
153
+ "en_human": "not_applicable",
154
+ "es_human": "not_applicable",
155
+ "json": "pass",
156
+ "dry_run": "not_applicable",
157
+ "interactive": "not_supported",
158
+ "review": "not_supported",
159
+ "ci_no_tty": "pass",
160
+ "no_color": "not_applicable"
161
+ },
162
+ "evidence": [
163
+ "tests/commands/doctor.test.js"
164
+ ]
165
+ },
166
+ "dashboard-human": {
167
+ "modes": {
168
+ "en_human": "pass",
169
+ "es_human": "pass",
170
+ "json": "not_applicable",
171
+ "dry_run": "not_applicable",
172
+ "interactive": "not_supported",
173
+ "review": "not_supported",
174
+ "ci_no_tty": "pass",
175
+ "no_color": "pass"
176
+ },
177
+ "evidence": [
178
+ "tests/commands/dashboard.test.js",
179
+ "tests/lib/dashboard.test.js"
180
+ ]
181
+ },
182
+ "dashboard-json": {
183
+ "modes": {
184
+ "en_human": "not_applicable",
185
+ "es_human": "not_applicable",
186
+ "json": "pass",
187
+ "dry_run": "not_applicable",
188
+ "interactive": "not_supported",
189
+ "review": "not_supported",
190
+ "ci_no_tty": "pass",
191
+ "no_color": "not_applicable"
192
+ },
193
+ "evidence": [
194
+ "tests/commands/dashboard.test.js"
195
+ ]
196
+ },
197
+ "ai-prepare-context": {
198
+ "modes": {
199
+ "en_human": "pass",
200
+ "es_human": "pass",
201
+ "json": "not_supported",
202
+ "dry_run": "pass",
203
+ "interactive": "pass",
204
+ "review": "pass",
205
+ "ci_no_tty": "pass",
206
+ "no_color": "pass"
207
+ },
208
+ "evidence": [
209
+ "tests/commands/ai-onboard.test.js",
210
+ "tests/commands/ai-prepare-context-planner.test.js"
211
+ ]
212
+ },
213
+ "ai-prepare-context-planner": {
214
+ "modes": {
215
+ "en_human": "pass",
216
+ "es_human": "pass",
217
+ "json": "not_supported",
218
+ "dry_run": "pass",
219
+ "print_prompt": "pass",
220
+ "interactive": "pass",
221
+ "review": "pass",
222
+ "ci_no_tty": "pass",
223
+ "no_color": "pass",
224
+ "live_provider": "accepted_exception"
225
+ },
226
+ "evidence": [
227
+ "tests/commands/ai-prepare-context-planner.test.js"
228
+ ]
229
+ },
230
+ "ai-models-human": {
231
+ "modes": {
232
+ "en_human": "pass",
233
+ "es_human": "pass",
234
+ "json": "not_applicable",
235
+ "dry_run": "not_applicable",
236
+ "interactive": "not_supported",
237
+ "review": "not_supported",
238
+ "ci_no_tty": "pass",
239
+ "no_color": "pass"
240
+ },
241
+ "evidence": [
242
+ "tests/commands/ai-models.test.js"
243
+ ]
244
+ },
245
+ "ai-models-json": {
246
+ "modes": {
247
+ "en_human": "not_applicable",
248
+ "es_human": "not_applicable",
249
+ "json": "pass",
250
+ "dry_run": "not_applicable",
251
+ "interactive": "not_supported",
252
+ "review": "not_supported",
253
+ "ci_no_tty": "pass",
254
+ "no_color": "not_applicable"
255
+ },
256
+ "evidence": [
257
+ "tests/commands/ai-models.test.js"
258
+ ]
259
+ },
260
+ "ai-agent-profile": {
261
+ "modes": {
262
+ "en_human": "pass",
263
+ "es_human": "pass",
264
+ "json": "not_applicable",
265
+ "dry_run": "pass",
266
+ "interactive": "pass",
267
+ "review": "not_supported",
268
+ "ci_no_tty": "pass",
269
+ "no_color": "pass"
270
+ },
271
+ "evidence": [
272
+ "tests/commands/ai-agent.test.js",
273
+ "tests/lib/agent-profiles.test.js"
274
+ ]
275
+ },
276
+ "ai-agent-json": {
277
+ "modes": {
278
+ "en_human": "not_applicable",
279
+ "es_human": "not_applicable",
280
+ "json": "pass",
281
+ "dry_run": "not_applicable",
282
+ "interactive": "not_supported",
283
+ "review": "not_supported",
284
+ "ci_no_tty": "pass",
285
+ "no_color": "not_applicable"
286
+ },
287
+ "evidence": [
288
+ "tests/commands/ai-agent.test.js"
289
+ ]
290
+ },
291
+ "ai-agent-repair": {
292
+ "modes": {
293
+ "en_human": "pass",
294
+ "es_human": "pass",
295
+ "json": "not_supported",
296
+ "dry_run": "pass",
297
+ "interactive": "not_supported",
298
+ "review": "not_supported",
299
+ "ci_no_tty": "pass",
300
+ "no_color": "pass"
301
+ },
302
+ "evidence": [
303
+ "tests/commands/ai-agent.test.js"
304
+ ]
305
+ },
306
+ "ai-run-lifecycle": {
307
+ "modes": {
308
+ "en_human": "pass",
309
+ "es_human": "pass",
310
+ "json": "not_supported",
311
+ "dry_run": "not_applicable",
312
+ "interactive": "not_supported",
313
+ "review": "not_supported",
314
+ "ci_no_tty": "pass",
315
+ "no_color": "pass"
316
+ },
317
+ "evidence": [
318
+ "tests/commands/ai-run-state.test.js"
319
+ ]
320
+ },
321
+ "ai-planner-provider": {
322
+ "modes": {
323
+ "en_human": "pass",
324
+ "es_human": "pass",
325
+ "json": "not_supported",
326
+ "dry_run": "pass",
327
+ "print_prompt": "pass",
328
+ "interactive": "pass",
329
+ "review": "pass",
330
+ "ci_no_tty": "pass",
331
+ "no_color": "pass",
332
+ "live_provider": "accepted_exception"
333
+ },
334
+ "evidence": [
335
+ "tests/commands/ai-plan.test.js",
336
+ "tests/commands/ai-review-plan.test.js",
337
+ "tests/commands/ai-plan-spec-phase.test.js"
338
+ ]
339
+ },
340
+ "ai-approve": {
341
+ "modes": {
342
+ "en_human": "pass",
343
+ "es_human": "pass",
344
+ "json": "not_supported",
345
+ "dry_run": "not_applicable",
346
+ "interactive": "pass",
347
+ "review": "not_applicable",
348
+ "ci_no_tty": "pass",
349
+ "no_color": "pass"
350
+ },
351
+ "evidence": [
352
+ "tests/commands/ai-review-plan.test.js",
353
+ "tests/commands/ai-run-state.test.js"
354
+ ]
355
+ },
356
+ "spec-create": {
357
+ "modes": {
358
+ "en_human": "pass",
359
+ "es_human": "pass",
360
+ "json": "not_supported",
361
+ "dry_run": "pass",
362
+ "interactive": "pass",
363
+ "review": "pass",
364
+ "ci_no_tty": "pass",
365
+ "no_color": "pass"
366
+ },
367
+ "evidence": [
368
+ "tests/commands/spec-create.test.js",
369
+ "tests/commands/ux-flags.test.js"
370
+ ]
371
+ },
372
+ "spec-workflow": {
373
+ "modes": {
374
+ "en_human": "pass",
375
+ "es_human": "pass",
376
+ "json": "not_supported",
377
+ "dry_run": "pass",
378
+ "interactive": "not_supported",
379
+ "review": "not_supported",
380
+ "ci_no_tty": "pass",
381
+ "no_color": "pass"
382
+ },
383
+ "evidence": [
384
+ "tests/commands/spec-worktree.test.js",
385
+ "tests/commands/spec-validate.test.js",
386
+ "tests/commands/spec-close.test.js",
387
+ "tests/lib/check-slice.test.js"
388
+ ]
389
+ },
390
+ "plan-graph-next": {
391
+ "modes": {
392
+ "en_human": "pass",
393
+ "es_human": "pass",
394
+ "json": "pass",
395
+ "dry_run": "not_applicable",
396
+ "interactive": "not_supported",
397
+ "review": "not_supported",
398
+ "ci_no_tty": "pass",
399
+ "no_color": "pass"
400
+ },
401
+ "evidence": [
402
+ "tests/commands/plan.test.js",
403
+ "tests/commands/graph.test.js",
404
+ "tests/commands/next.test.js"
405
+ ]
406
+ },
407
+ "ai-executor": {
408
+ "modes": {
409
+ "en_human": "pass",
410
+ "es_human": "pass",
411
+ "json": "pass",
412
+ "dry_run": "pass",
413
+ "interactive": "pass",
414
+ "review": "not_supported",
415
+ "ci_no_tty": "pass",
416
+ "no_color": "pass",
417
+ "live_provider": "accepted_exception"
418
+ },
419
+ "evidence": [
420
+ "tests/commands/ai-execute-slice.test.js",
421
+ "tests/commands/ai-execute-plan.test.js",
422
+ "tests/lib/ai-executor.test.js",
423
+ "tests/lib/ai-execution-plan.test.js"
424
+ ]
425
+ },
426
+ "ai-pr": {
427
+ "modes": {
428
+ "en_human": "pass",
429
+ "es_human": "pass",
430
+ "json": "not_supported",
431
+ "dry_run": "pass",
432
+ "interactive": "pass",
433
+ "review": "pass",
434
+ "ci_no_tty": "pass",
435
+ "no_color": "pass",
436
+ "external_github_create": "accepted_exception"
437
+ },
438
+ "evidence": [
439
+ "tests/commands/ai-pr.test.js",
440
+ "tests/lib/ai-github.test.js"
441
+ ]
442
+ },
443
+ "ai-export-inspection": {
444
+ "modes": {
445
+ "en_human": "pass",
446
+ "es_human": "pass",
447
+ "json": "pass",
448
+ "dry_run": "not_applicable",
449
+ "interactive": "not_supported",
450
+ "review": "not_supported",
451
+ "ci_no_tty": "pass",
452
+ "no_color": "pass"
453
+ },
454
+ "evidence": [
455
+ "tests/commands/ai-export.test.js",
456
+ "tests/lib/ai-export-state.test.js"
457
+ ]
458
+ }
459
+ },
460
+ "accepted_exceptions": [
461
+ {
462
+ "id": "live-provider-credentials",
463
+ "owner": "release-readiness",
464
+ "reason": "Live provider credential tests are explicitly excluded by the v43 spec; dry-run, print-prompt, review, prompt transport, and provider adapter behavior are covered.",
465
+ "follow_up": "Run provider-backed commands manually only in a credentialed release environment.",
466
+ "status": "accepted"
467
+ },
468
+ {
469
+ "id": "external-github-pr-create",
470
+ "owner": "release-readiness",
471
+ "reason": "`ai pr --create` has external GitHub side effects; preflight, body handling, and create command construction are covered locally.",
472
+ "follow_up": "Use real `gh pr create` during PR opening with the documented SSH identity.",
473
+ "status": "accepted"
474
+ }
475
+ ],
476
+ "commands": [
477
+ { "command": "--help", "profile": "top-level-help", "critical": "pass" },
478
+ { "command": "--version", "profile": "version-report", "critical": "pass" },
479
+ { "command": "version", "profile": "version-report", "critical": "pass" },
480
+ { "command": "version --json", "profile": "version-json", "critical": "pass" },
481
+ { "command": "config language show", "profile": "language-config-human", "critical": "pass" },
482
+ { "command": "config language show --json", "profile": "language-config-json", "critical": "pass" },
483
+ { "command": "config language set es", "profile": "language-config-human", "critical": "pass" },
484
+ { "command": "config language set en --global", "profile": "language-config-human", "critical": "pass" },
485
+ { "command": "init --name \"Proyecto\"", "profile": "init-write", "critical": "pass" },
486
+ { "command": "init --interactive", "profile": "init-interactive", "critical": "pass" },
487
+ { "command": "migrate --dry-run", "profile": "migrate", "critical": "pass" },
488
+ { "command": "migrate", "profile": "migrate", "critical": "pass" },
489
+ { "command": "analyze", "profile": "read-only-human", "critical": "pass" },
490
+ { "command": "doctor", "profile": "read-only-human", "critical": "pass" },
491
+ { "command": "doctor --json", "profile": "doctor-json", "critical": "pass" },
492
+ { "command": "flow", "profile": "read-only-human", "critical": "pass" },
493
+ { "command": "dashboard", "profile": "dashboard-human", "critical": "pass" },
494
+ { "command": "dashboard --details", "profile": "dashboard-human", "critical": "pass" },
495
+ { "command": "dashboard --section <name>", "profile": "dashboard-human", "critical": "pass" },
496
+ { "command": "dashboard --limit <n>", "profile": "dashboard-human", "critical": "pass" },
497
+ { "command": "ai prepare-context --dry-run", "profile": "ai-prepare-context", "critical": "pass" },
498
+ { "command": "ai prepare-context", "profile": "ai-prepare-context", "critical": "pass" },
499
+ { "command": "ai prepare-context --with-planner --dry-run", "profile": "ai-prepare-context-planner", "critical": "pass" },
500
+ { "command": "ai prepare-context --with-planner --print-prompt", "profile": "ai-prepare-context-planner", "critical": "pass" },
501
+ { "command": "ai prepare-context --with-planner --review --interactive", "profile": "ai-prepare-context-planner", "critical": "pass" },
502
+ { "command": "ai models list", "profile": "ai-models-human", "critical": "pass" },
503
+ { "command": "ai models list --provider codex", "profile": "ai-models-human", "critical": "pass" },
504
+ { "command": "ai models list --json", "profile": "ai-models-json", "critical": "pass" },
505
+ { "command": "ai agent set <role>", "profile": "ai-agent-profile", "critical": "pass" },
506
+ { "command": "ai agent set <role> --provider <provider> --model <model-id>", "profile": "ai-agent-profile", "critical": "pass" },
507
+ { "command": "ai agent set planner --provider codex --model gpt-5.5 --dry-run", "profile": "ai-agent-profile", "critical": "pass" },
508
+ { "command": "ai agent doctor", "profile": "ai-agent-profile", "critical": "pass" },
509
+ { "command": "ai agent doctor --json", "profile": "ai-agent-json", "critical": "pass" },
510
+ { "command": "ai agent repair --dry-run", "profile": "ai-agent-repair", "critical": "pass" },
511
+ { "command": "ai run create --input <file>", "profile": "ai-run-lifecycle", "critical": "pass" },
512
+ { "command": "ai status", "profile": "ai-run-lifecycle", "critical": "pass" },
513
+ { "command": "ai plan --phase acceptance --input <file>", "profile": "ai-planner-provider", "critical": "pass" },
514
+ { "command": "ai plan --phase acceptance --review --interactive --input <file>", "profile": "ai-planner-provider", "critical": "pass" },
515
+ { "command": "ai revise --phase acceptance --input <feedback.md>", "profile": "ai-planner-provider", "critical": "pass" },
516
+ { "command": "ai approve --phase acceptance", "profile": "ai-approve", "critical": "pass" },
517
+ { "command": "ai approve --phase acceptance --version <n>", "profile": "ai-approve", "critical": "pass" },
518
+ { "command": "ai plan --phase technical-plan", "profile": "ai-planner-provider", "critical": "pass" },
519
+ { "command": "ai revise --phase technical-plan --input <feedback.md>", "profile": "ai-planner-provider", "critical": "pass" },
520
+ { "command": "ai review-plan", "profile": "ai-planner-provider", "critical": "pass" },
521
+ { "command": "ai repair-plan", "profile": "ai-planner-provider", "critical": "pass" },
522
+ { "command": "ai approve --phase technical-plan", "profile": "ai-approve", "critical": "pass" },
523
+ { "command": "ai approve --phase technical-plan --version <n>", "profile": "ai-approve", "critical": "pass" },
524
+ { "command": "ai approvals", "profile": "ai-run-lifecycle", "critical": "pass" },
525
+ { "command": "spec create --dry-run", "profile": "spec-create", "critical": "pass" },
526
+ { "command": "spec create", "profile": "spec-create", "critical": "pass" },
527
+ { "command": "spec create --review --interactive", "profile": "spec-create", "critical": "pass" },
528
+ { "command": "spec create --interactive", "profile": "spec-create", "critical": "pass" },
529
+ { "command": "spec validate specs/<spec> --strict", "profile": "spec-workflow", "critical": "pass" },
530
+ { "command": "spec start specs/<spec>", "profile": "spec-workflow", "critical": "pass" },
531
+ { "command": "plan --spec <spec>", "profile": "plan-graph-next", "critical": "pass" },
532
+ { "command": "dashboard --spec <spec>", "profile": "dashboard-human", "critical": "pass" },
533
+ { "command": "dashboard --section slices --spec <spec>", "profile": "dashboard-human", "critical": "pass" },
534
+ { "command": "graph --spec <spec>", "profile": "plan-graph-next", "critical": "pass" },
535
+ { "command": "next --all-ready --spec <spec>", "profile": "plan-graph-next", "critical": "pass" },
536
+ { "command": "ai prompt-slice --slice <slice.json> --dry-run", "profile": "ai-executor", "critical": "pass" },
537
+ { "command": "ai execute-slice --slice <slice.json> --commit", "profile": "ai-executor", "critical": "pass" },
538
+ { "command": "ai execute-plan --execute --commit --mode delegated", "profile": "ai-executor", "critical": "pass" },
539
+ { "command": "ai pr --dry-run --input specs/<spec>/pr.md", "profile": "ai-pr", "critical": "pass" },
540
+ { "command": "ai pr --review --dry-run --input specs/<spec>/pr.md", "profile": "ai-pr", "critical": "pass" },
541
+ { "command": "ai pr --create --input specs/<spec>/pr.md", "profile": "ai-pr", "critical": "pass" },
542
+ { "command": "spec close specs/<spec> --dry-run", "profile": "spec-workflow", "critical": "pass" },
543
+ { "command": "spec close specs/<spec>", "profile": "spec-workflow", "critical": "pass" }
544
+ ]
545
+ }
@@ -0,0 +1,35 @@
1
+ # Cross-Platform Smoke Matrix - Quiver v43
2
+
3
+ ## Scope
4
+
5
+ This matrix defines the reproducible i18n smoke commands for supported shells and records what was executed in this environment.
6
+
7
+ ## Commands
8
+
9
+ | Platform or shell | Commands |
10
+ |---|---|
11
+ | macOS Bash/zsh | `node scripts/ci/smoke-cross-platform.js`; `npm run smoke:create-quiver` |
12
+ | Linux Bash | `node scripts/ci/smoke-cross-platform.js`; `npm run smoke:create-quiver` |
13
+ | Windows PowerShell | `node .\scripts\ci\smoke-cross-platform.js`; `npm run smoke:create-quiver` |
14
+ | Windows Git Bash/WSL | `node scripts/ci/smoke-cross-platform.js`; `npm run smoke:create-quiver` |
15
+
16
+ ## Coverage Requirements
17
+
18
+ | Requirement | Coverage |
19
+ |---|---|
20
+ | Project config language without repeated flags | `smoke-cross-platform.js` sets project language to `es` and runs `dashboard` without `--lang`. |
21
+ | `--lang` override | `smoke-cross-platform.js` runs `dashboard --lang en` over an `es` project config. |
22
+ | `QUIVER_LANG` override | `smoke-cross-platform.js` runs `dashboard` and `config language show --json` with `QUIVER_LANG=en`. |
23
+ | Paths with spaces | `smoke-cross-platform.js` creates `ai path project`, `language home`, and `requirements with spaces.md`. |
24
+ | JSON parseability | `smoke-cross-platform.js` parses `config language show --json` and `dashboard --json`. |
25
+ | Windows path behavior | `smoke-cross-platform.js` calls the Windows separator guard; `tests/lib/paths.test.js` covers win32, extended path, and Git Bash drive path normalization. |
26
+
27
+ ## Executed Evidence
28
+
29
+ | Environment | Status | Evidence |
30
+ |---|---|---|
31
+ | macOS Darwin arm64 | PASS | `node scripts/ci/smoke-cross-platform.js`; `npm run smoke:create-quiver`; `node --test tests/lib/paths.test.js tests/commands/config-language.test.js tests/commands/dashboard.test.js` |
32
+ | Linux Bash | Approved exception | Docker CLI is installed, but Docker daemon was unavailable in this environment. Same smoke commands are defined above for CI or a Linux runner. |
33
+ | Windows PowerShell | Approved exception | `pwsh` is not installed in this macOS environment. Path behavior is covered by Node win32 tests; shell execution commands are defined above. |
34
+ | Windows Git Bash/WSL | Approved exception | Git Bash/WSL is not available in this macOS environment. Git Bash path behavior is covered by `tests/lib/paths.test.js`; shell execution commands are defined above. |
35
+