create-quiver 0.15.3 → 0.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (390) hide show
  1. package/.github/pull_request_template.md +17 -0
  2. package/.github/workflows/ci.yml +79 -0
  3. package/.markdown-link-check.json +15 -0
  4. package/.markdownlint.json +11 -0
  5. package/.quiver/runs/run-2026-06-09t19-14-39z/approvals.json +5 -0
  6. package/.quiver/runs/run-2026-06-09t19-14-39z/decisions.md +2 -0
  7. package/.quiver/runs/run-2026-06-09t19-14-39z/requirement.md +0 -0
  8. package/.quiver/runs/run-2026-06-09t19-14-39z/snapshots/20260609T191439Z/docs/INDEX.md +97 -0
  9. package/.quiver/runs/run-2026-06-09t19-14-39z/snapshots/20260609T191439Z/manifest.json +61 -0
  10. package/.quiver/runs/run-2026-06-09t19-14-39z/state.json +28 -0
  11. package/ACTIVE_SLICES.md +43 -0
  12. package/AGENTS.md.es.template +37 -0
  13. package/ARCHITECTURE.md +133 -0
  14. package/CHANGELOG.md +12 -0
  15. package/CONTRIBUTING.md +174 -9
  16. package/README.md +10 -1
  17. package/ROADMAP.md +4 -0
  18. package/SECURITY.md +9 -2
  19. package/auditoria-ux-ui-performance-documentacion.md +705 -0
  20. package/copys-landing-page.md +244 -0
  21. package/docs/AI_CONTEXT.md.es.template +37 -0
  22. package/docs/AI_CONTEXT.md.template +3 -1
  23. package/docs/AI_ONBOARDING_PROMPT.md.es.template +22 -0
  24. package/docs/CLI_UX_GUIDE.md +55 -1
  25. package/docs/COMMANDS.md.es.template +28 -0
  26. package/docs/COMMANDS.md.template +20 -6
  27. package/docs/CONTEXTO.md.es.template +33 -0
  28. package/docs/DECISIONS.md.es.template +17 -0
  29. package/docs/GITFLOW_PR_GUIDE.md +73 -11
  30. package/docs/GITFLOW_PR_GUIDE.md.es.template +84 -0
  31. package/docs/GITFLOW_PR_GUIDE.md.template +72 -10
  32. package/docs/INDEX.md +11 -1
  33. package/docs/INDEX.md.es.template +36 -0
  34. package/docs/QUICK.md.template +2 -1
  35. package/docs/STANDARD.md.template +2 -1
  36. package/docs/STATUS.md.es.template +28 -0
  37. package/docs/SUPPORT_MATRIX.md.es.template +22 -0
  38. package/docs/TESTING_GUIDE_FOR_AI.md.es.template +19 -0
  39. package/docs/TROUBLESHOOTING.md.es.template +35 -0
  40. package/docs/WORKFLOW.md.es.template +31 -0
  41. package/docs/WORKFLOW.md.template +6 -4
  42. package/docs/ai/ACTIVE_SLICE.md +61 -0
  43. package/docs/ai/LESSONS.md.es.template +24 -0
  44. package/docs/getting-started/installation.md +26 -0
  45. package/docs/reference/commands.md +159 -7
  46. package/docs/reference/slice-schema.md +37 -0
  47. package/docs/schema/slice.schema.json +221 -0
  48. package/docs/specs/01-spec/01-slice/01-slice.json +36 -0
  49. package/docs/specs/01-spec/01-slice/01-slice.md +106 -0
  50. package/docs/specs/01-spec/01-slice/CLOSURE_BRIEF.md +80 -0
  51. package/docs/specs/01-spec/01-slice/EXECUTION_BRIEF.md +39 -0
  52. package/docs/specs/01-spec/02-slice/02-slice.json +36 -0
  53. package/docs/specs/01-spec/02-slice/02-slice.md +108 -0
  54. package/docs/specs/01-spec/02-slice/CLOSURE_BRIEF.md +88 -0
  55. package/docs/specs/01-spec/02-slice/EXECUTION_BRIEF.md +40 -0
  56. package/docs/specs/01-spec/03-slice/03-slice.json +36 -0
  57. package/docs/specs/01-spec/03-slice/03-slice.md +103 -0
  58. package/docs/specs/01-spec/03-slice/CLOSURE_BRIEF.md +54 -0
  59. package/docs/specs/01-spec/03-slice/EXECUTION_BRIEF.md +39 -0
  60. package/docs/specs/01-spec/04-slice/04-slice.json +36 -0
  61. package/docs/specs/01-spec/04-slice/04-slice.md +107 -0
  62. package/docs/specs/01-spec/04-slice/CLOSURE_BRIEF.md +46 -0
  63. package/docs/specs/01-spec/04-slice/EXECUTION_BRIEF.md +39 -0
  64. package/docs/specs/01-spec/05-slice/05-slice.json +36 -0
  65. package/docs/specs/01-spec/05-slice/05-slice.md +106 -0
  66. package/docs/specs/01-spec/05-slice/CLOSURE_BRIEF.md +84 -0
  67. package/docs/specs/01-spec/05-slice/EXECUTION_BRIEF.md +109 -0
  68. package/docs/specs/01-spec/06-slice/06-slice.json +36 -0
  69. package/docs/specs/01-spec/06-slice/06-slice.md +107 -0
  70. package/docs/specs/01-spec/06-slice/CLOSURE_BRIEF.md +67 -0
  71. package/docs/specs/01-spec/06-slice/EXECUTION_BRIEF.md +39 -0
  72. package/docs/specs/01-spec/07-slice/07-slice.json +36 -0
  73. package/docs/specs/01-spec/07-slice/07-slice.md +105 -0
  74. package/docs/specs/01-spec/07-slice/CLOSURE_BRIEF.md +71 -0
  75. package/docs/specs/01-spec/07-slice/EXECUTION_BRIEF.md +39 -0
  76. package/docs/specs/01-spec/08-slice/08-slice.json +36 -0
  77. package/docs/specs/01-spec/08-slice/08-slice.md +105 -0
  78. package/docs/specs/01-spec/08-slice/CLOSURE_BRIEF.md +114 -0
  79. package/docs/specs/01-spec/08-slice/EXECUTION_BRIEF.md +39 -0
  80. package/docs/specs/01-spec/CLOSURE_BRIEF.md +87 -0
  81. package/docs/specs/01-spec/spec.md +197 -0
  82. package/docs/workflows/full-ai-spec-to-pr.md +46 -3
  83. package/i18n/es/docs/GITFLOW_PR_GUIDE.md.template +38 -1
  84. package/package.json +27 -1
  85. package/pr.md +154 -0
  86. package/scripts/package-quiver.sh +82 -2
  87. package/scripts/release-quiver.sh +14 -3
  88. package/specs/[project-name]/slices/pr.md.template +19 -0
  89. package/specs/quiver-v37-cli-i18n-foundation/EVIDENCE_REPORT.md +73 -0
  90. package/specs/quiver-v37-cli-i18n-foundation/EXECUTION_PLAN.md +34 -0
  91. package/specs/quiver-v37-cli-i18n-foundation/SPEC.md +91 -0
  92. package/specs/quiver-v37-cli-i18n-foundation/STATUS.md +29 -0
  93. package/specs/quiver-v37-cli-i18n-foundation/pr.md +97 -0
  94. package/specs/quiver-v37-cli-i18n-foundation/slices/slice-00-foundation-and-program-roadmap/CLOSURE_BRIEF.md +10 -0
  95. package/specs/quiver-v37-cli-i18n-foundation/slices/slice-00-foundation-and-program-roadmap/EXECUTION_BRIEF.md +22 -0
  96. package/specs/quiver-v37-cli-i18n-foundation/slices/slice-00-foundation-and-program-roadmap/slice.json +54 -0
  97. package/specs/quiver-v37-cli-i18n-foundation/slices/slice-01-language-resolution-contract/CLOSURE_BRIEF.md +30 -0
  98. package/specs/quiver-v37-cli-i18n-foundation/slices/slice-01-language-resolution-contract/EXECUTION_BRIEF.md +27 -0
  99. package/specs/quiver-v37-cli-i18n-foundation/slices/slice-01-language-resolution-contract/slice.json +66 -0
  100. package/specs/quiver-v37-cli-i18n-foundation/slices/slice-02-message-catalog-interpolation/CLOSURE_BRIEF.md +27 -0
  101. package/specs/quiver-v37-cli-i18n-foundation/slices/slice-02-message-catalog-interpolation/EXECUTION_BRIEF.md +26 -0
  102. package/specs/quiver-v37-cli-i18n-foundation/slices/slice-02-message-catalog-interpolation/slice.json +62 -0
  103. package/specs/quiver-v37-cli-i18n-foundation/slices/slice-03-config-language-command/CLOSURE_BRIEF.md +32 -0
  104. package/specs/quiver-v37-cli-i18n-foundation/slices/slice-03-config-language-command/EXECUTION_BRIEF.md +25 -0
  105. package/specs/quiver-v37-cli-i18n-foundation/slices/slice-03-config-language-command/slice.json +66 -0
  106. package/specs/quiver-v37-cli-i18n-foundation/slices/slice-04-parser-help-error-foundation/CLOSURE_BRIEF.md +30 -0
  107. package/specs/quiver-v37-cli-i18n-foundation/slices/slice-04-parser-help-error-foundation/EXECUTION_BRIEF.md +24 -0
  108. package/specs/quiver-v37-cli-i18n-foundation/slices/slice-04-parser-help-error-foundation/slice.json +65 -0
  109. package/specs/quiver-v37-cli-i18n-foundation/slices/slice-05-foundation-docs-tests-package-readiness/CLOSURE_BRIEF.md +27 -0
  110. package/specs/quiver-v37-cli-i18n-foundation/slices/slice-05-foundation-docs-tests-package-readiness/EXECUTION_BRIEF.md +23 -0
  111. package/specs/quiver-v37-cli-i18n-foundation/slices/slice-05-foundation-docs-tests-package-readiness/slice.json +67 -0
  112. package/specs/quiver-v38-cli-i18n-read-only-commands/EVIDENCE_REPORT.md +69 -0
  113. package/specs/quiver-v38-cli-i18n-read-only-commands/EXECUTION_PLAN.md +25 -0
  114. package/specs/quiver-v38-cli-i18n-read-only-commands/SPEC.md +52 -0
  115. package/specs/quiver-v38-cli-i18n-read-only-commands/STATUS.md +24 -0
  116. package/specs/quiver-v38-cli-i18n-read-only-commands/pr.md +119 -0
  117. package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-00-read-only-foundation/CLOSURE_BRIEF.md +10 -0
  118. package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-00-read-only-foundation/EXECUTION_BRIEF.md +21 -0
  119. package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-00-read-only-foundation/slice.json +53 -0
  120. package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-01-version-dashboard-help/CLOSURE_BRIEF.md +17 -0
  121. package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-01-version-dashboard-help/EXECUTION_BRIEF.md +23 -0
  122. package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-01-version-dashboard-help/slice.json +69 -0
  123. package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-02-flow-doctor-next-graph/CLOSURE_BRIEF.md +13 -0
  124. package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-02-flow-doctor-next-graph/EXECUTION_BRIEF.md +22 -0
  125. package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-02-flow-doctor-next-graph/slice.json +77 -0
  126. package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-03-ai-inspection-and-export/CLOSURE_BRIEF.md +12 -0
  127. package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-03-ai-inspection-and-export/EXECUTION_BRIEF.md +22 -0
  128. package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-03-ai-inspection-and-export/slice.json +66 -0
  129. package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-04-read-only-tests-smokes/CLOSURE_BRIEF.md +13 -0
  130. package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-04-read-only-tests-smokes/EXECUTION_BRIEF.md +22 -0
  131. package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-04-read-only-tests-smokes/slice.json +61 -0
  132. package/specs/quiver-v39-cli-i18n-setup-onboarding/EVIDENCE_REPORT.md +71 -0
  133. package/specs/quiver-v39-cli-i18n-setup-onboarding/EXECUTION_PLAN.md +25 -0
  134. package/specs/quiver-v39-cli-i18n-setup-onboarding/SPEC.md +53 -0
  135. package/specs/quiver-v39-cli-i18n-setup-onboarding/STATUS.md +24 -0
  136. package/specs/quiver-v39-cli-i18n-setup-onboarding/pr.md +104 -0
  137. package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-00-setup-foundation/CLOSURE_BRIEF.md +10 -0
  138. package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-00-setup-foundation/EXECUTION_BRIEF.md +21 -0
  139. package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-00-setup-foundation/slice.json +53 -0
  140. package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-01-init-interactive-language/CLOSURE_BRIEF.md +12 -0
  141. package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-01-init-interactive-language/EXECUTION_BRIEF.md +23 -0
  142. package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-01-init-interactive-language/slice.json +68 -0
  143. package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-02-analyze-migrate-prepare/CLOSURE_BRIEF.md +12 -0
  144. package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-02-analyze-migrate-prepare/EXECUTION_BRIEF.md +23 -0
  145. package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-02-analyze-migrate-prepare/slice.json +62 -0
  146. package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-03-demo-evidence-onboarding/CLOSURE_BRIEF.md +12 -0
  147. package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-03-demo-evidence-onboarding/EXECUTION_BRIEF.md +22 -0
  148. package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-03-demo-evidence-onboarding/slice.json +72 -0
  149. package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-04-setup-tests-smokes/CLOSURE_BRIEF.md +15 -0
  150. package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-04-setup-tests-smokes/EXECUTION_BRIEF.md +22 -0
  151. package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-04-setup-tests-smokes/slice.json +61 -0
  152. package/specs/quiver-v40-cli-i18n-spec-slice-workflows/EVIDENCE_REPORT.md +50 -0
  153. package/specs/quiver-v40-cli-i18n-spec-slice-workflows/EXECUTION_PLAN.md +25 -0
  154. package/specs/quiver-v40-cli-i18n-spec-slice-workflows/SPEC.md +52 -0
  155. package/specs/quiver-v40-cli-i18n-spec-slice-workflows/STATUS.md +24 -0
  156. package/specs/quiver-v40-cli-i18n-spec-slice-workflows/pr.md +94 -0
  157. package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-00-spec-slice-foundation/CLOSURE_BRIEF.md +10 -0
  158. package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-00-spec-slice-foundation/EXECUTION_BRIEF.md +21 -0
  159. package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-00-spec-slice-foundation/slice.json +53 -0
  160. package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-01-spec-create-start-status/CLOSURE_BRIEF.md +12 -0
  161. package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-01-spec-create-start-status/EXECUTION_BRIEF.md +22 -0
  162. package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-01-spec-create-start-status/slice.json +63 -0
  163. package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-02-spec-validate-close/CLOSURE_BRIEF.md +10 -0
  164. package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-02-spec-validate-close/EXECUTION_BRIEF.md +22 -0
  165. package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-02-spec-validate-close/slice.json +63 -0
  166. package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-03-slice-lifecycle-handoffs/CLOSURE_BRIEF.md +10 -0
  167. package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-03-slice-lifecycle-handoffs/EXECUTION_BRIEF.md +22 -0
  168. package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-03-slice-lifecycle-handoffs/slice.json +72 -0
  169. package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-04-spec-slice-tests-smokes/CLOSURE_BRIEF.md +15 -0
  170. package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-04-spec-slice-tests-smokes/EXECUTION_BRIEF.md +22 -0
  171. package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-04-spec-slice-tests-smokes/slice.json +69 -0
  172. package/specs/quiver-v41-cli-i18n-ai-lifecycle/EVIDENCE_REPORT.md +90 -0
  173. package/specs/quiver-v41-cli-i18n-ai-lifecycle/EXECUTION_PLAN.md +33 -0
  174. package/specs/quiver-v41-cli-i18n-ai-lifecycle/SPEC.md +57 -0
  175. package/specs/quiver-v41-cli-i18n-ai-lifecycle/STATUS.md +26 -0
  176. package/specs/quiver-v41-cli-i18n-ai-lifecycle/pr.md +103 -0
  177. package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-00-ai-i18n-foundation/CLOSURE_BRIEF.md +10 -0
  178. package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-00-ai-i18n-foundation/EXECUTION_BRIEF.md +21 -0
  179. package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-00-ai-i18n-foundation/slice.json +53 -0
  180. package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-01-ai-run-status-resume/CLOSURE_BRIEF.md +13 -0
  181. package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-01-ai-run-status-resume/EXECUTION_BRIEF.md +22 -0
  182. package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-01-ai-run-status-resume/slice.json +68 -0
  183. package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-02-ai-agent-models/CLOSURE_BRIEF.md +12 -0
  184. package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-02-ai-agent-models/EXECUTION_BRIEF.md +22 -0
  185. package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-02-ai-agent-models/slice.json +66 -0
  186. package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-03-ai-planner-approval-review/CLOSURE_BRIEF.md +12 -0
  187. package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-03-ai-planner-approval-review/EXECUTION_BRIEF.md +23 -0
  188. package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-03-ai-planner-approval-review/slice.json +68 -0
  189. package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-04-ai-execution-pr/CLOSURE_BRIEF.md +13 -0
  190. package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-04-ai-execution-pr/EXECUTION_BRIEF.md +23 -0
  191. package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-04-ai-execution-pr/slice.json +72 -0
  192. package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-05-ai-tests-smokes/CLOSURE_BRIEF.md +15 -0
  193. package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-05-ai-tests-smokes/EXECUTION_BRIEF.md +22 -0
  194. package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-05-ai-tests-smokes/slice.json +66 -0
  195. package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-06-ai-prepare-context-progress-i18n-fix/CLOSURE_BRIEF.md +11 -0
  196. package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-06-ai-prepare-context-progress-i18n-fix/EXECUTION_BRIEF.md +22 -0
  197. package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-06-ai-prepare-context-progress-i18n-fix/slice.json +70 -0
  198. package/specs/quiver-v42-cli-i18n-generated-docs/EVIDENCE_REPORT.md +64 -0
  199. package/specs/quiver-v42-cli-i18n-generated-docs/EXECUTION_PLAN.md +26 -0
  200. package/specs/quiver-v42-cli-i18n-generated-docs/SPEC.md +52 -0
  201. package/specs/quiver-v42-cli-i18n-generated-docs/STATUS.md +24 -0
  202. package/specs/quiver-v42-cli-i18n-generated-docs/pr.md +125 -0
  203. package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-00-generated-docs-foundation/CLOSURE_BRIEF.md +10 -0
  204. package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-00-generated-docs-foundation/EXECUTION_BRIEF.md +21 -0
  205. package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-00-generated-docs-foundation/slice.json +53 -0
  206. package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-01-template-language-routing/CLOSURE_BRIEF.md +10 -0
  207. package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-01-template-language-routing/EXECUTION_BRIEF.md +22 -0
  208. package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-01-template-language-routing/slice.json +62 -0
  209. package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-02-init-docs-and-i18n-assets/CLOSURE_BRIEF.md +11 -0
  210. package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-02-init-docs-and-i18n-assets/EXECUTION_BRIEF.md +22 -0
  211. package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-02-init-docs-and-i18n-assets/slice.json +72 -0
  212. package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-03-docs-reference-guides/CLOSURE_BRIEF.md +12 -0
  213. package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-03-docs-reference-guides/EXECUTION_BRIEF.md +22 -0
  214. package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-03-docs-reference-guides/slice.json +60 -0
  215. package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-04-generated-docs-tests-smokes/CLOSURE_BRIEF.md +16 -0
  216. package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-04-generated-docs-tests-smokes/EXECUTION_BRIEF.md +22 -0
  217. package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-04-generated-docs-tests-smokes/slice.json +62 -0
  218. package/specs/quiver-v43-cli-i18n-audit-release-readiness/EVIDENCE_REPORT.md +203 -0
  219. package/specs/quiver-v43-cli-i18n-audit-release-readiness/EXECUTION_PLAN.md +27 -0
  220. package/specs/quiver-v43-cli-i18n-audit-release-readiness/SPEC.md +54 -0
  221. package/specs/quiver-v43-cli-i18n-audit-release-readiness/STATUS.md +24 -0
  222. package/specs/quiver-v43-cli-i18n-audit-release-readiness/command-language-mode-matrix.json +636 -0
  223. package/specs/quiver-v43-cli-i18n-audit-release-readiness/cross-platform-smoke-matrix.md +35 -0
  224. package/specs/quiver-v43-cli-i18n-audit-release-readiness/pr.md +155 -0
  225. package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-00-audit-foundation/CLOSURE_BRIEF.md +10 -0
  226. package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-00-audit-foundation/EXECUTION_BRIEF.md +21 -0
  227. package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-00-audit-foundation/slice.json +53 -0
  228. package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-01-command-language-mode-matrix/CLOSURE_BRIEF.md +13 -0
  229. package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-01-command-language-mode-matrix/EXECUTION_BRIEF.md +23 -0
  230. package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-01-command-language-mode-matrix/slice.json +62 -0
  231. package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-02-public-string-audit/CLOSURE_BRIEF.md +18 -0
  232. package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-02-public-string-audit/EXECUTION_BRIEF.md +22 -0
  233. package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-02-public-string-audit/slice.json +59 -0
  234. package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-03-cross-platform-smokes/CLOSURE_BRIEF.md +15 -0
  235. package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-03-cross-platform-smokes/EXECUTION_BRIEF.md +23 -0
  236. package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-03-cross-platform-smokes/slice.json +62 -0
  237. package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-04-package-release-readiness/CLOSURE_BRIEF.md +17 -0
  238. package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-04-package-release-readiness/EXECUTION_BRIEF.md +24 -0
  239. package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-04-package-release-readiness/slice.json +66 -0
  240. package/specs/quiver-v44-provider-live-output-tui-lite/EVIDENCE_REPORT.md +18 -0
  241. package/specs/quiver-v44-provider-live-output-tui-lite/EXECUTION_PLAN.md +31 -0
  242. package/specs/quiver-v44-provider-live-output-tui-lite/SPEC.md +118 -0
  243. package/specs/quiver-v44-provider-live-output-tui-lite/STATUS.md +25 -0
  244. package/specs/quiver-v44-provider-live-output-tui-lite/pr.md +92 -0
  245. package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-00-tui-lite-contract-foundation/CLOSURE_BRIEF.md +11 -0
  246. package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-00-tui-lite-contract-foundation/EXECUTION_BRIEF.md +23 -0
  247. package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-00-tui-lite-contract-foundation/slice.json +64 -0
  248. package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-01-provider-stream-hooks/CLOSURE_BRIEF.md +10 -0
  249. package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-01-provider-stream-hooks/EXECUTION_BRIEF.md +24 -0
  250. package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-01-provider-stream-hooks/slice.json +65 -0
  251. package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-02-live-output-renderer/CLOSURE_BRIEF.md +10 -0
  252. package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-02-live-output-renderer/EXECUTION_BRIEF.md +24 -0
  253. package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-02-live-output-renderer/slice.json +70 -0
  254. package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-03-prepare-context-integration/CLOSURE_BRIEF.md +10 -0
  255. package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-03-prepare-context-integration/EXECUTION_BRIEF.md +25 -0
  256. package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-03-prepare-context-integration/slice.json +70 -0
  257. package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-04-planner-command-audit-adoption/CLOSURE_BRIEF.md +10 -0
  258. package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-04-planner-command-audit-adoption/EXECUTION_BRIEF.md +26 -0
  259. package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-04-planner-command-audit-adoption/slice.json +72 -0
  260. package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-05-docs-tests-readiness/CLOSURE_BRIEF.md +15 -0
  261. package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-05-docs-tests-readiness/EXECUTION_BRIEF.md +26 -0
  262. package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-05-docs-tests-readiness/slice.json +75 -0
  263. package/specs/quiver-v45-ci-actions-node24-readiness/EVIDENCE_REPORT.md +30 -0
  264. package/specs/quiver-v45-ci-actions-node24-readiness/EXECUTION_PLAN.md +22 -0
  265. package/specs/quiver-v45-ci-actions-node24-readiness/SPEC.md +49 -0
  266. package/specs/quiver-v45-ci-actions-node24-readiness/STATUS.md +21 -0
  267. package/specs/quiver-v45-ci-actions-node24-readiness/pr.md +67 -0
  268. package/specs/quiver-v45-ci-actions-node24-readiness/slices/slice-00-ci-actions-foundation/CLOSURE_BRIEF.md +10 -0
  269. package/specs/quiver-v45-ci-actions-node24-readiness/slices/slice-00-ci-actions-foundation/EXECUTION_BRIEF.md +21 -0
  270. package/specs/quiver-v45-ci-actions-node24-readiness/slices/slice-00-ci-actions-foundation/slice.json +48 -0
  271. package/specs/quiver-v45-ci-actions-node24-readiness/slices/slice-01-actions-node24-readiness/CLOSURE_BRIEF.md +14 -0
  272. package/specs/quiver-v45-ci-actions-node24-readiness/slices/slice-01-actions-node24-readiness/EXECUTION_BRIEF.md +23 -0
  273. package/specs/quiver-v45-ci-actions-node24-readiness/slices/slice-01-actions-node24-readiness/slice.json +65 -0
  274. package/specs/quiver-v50-audit-trust-foundation/EVIDENCE_REPORT.md +151 -0
  275. package/specs/quiver-v50-audit-trust-foundation/EXECUTION_PLAN.md +34 -0
  276. package/specs/quiver-v50-audit-trust-foundation/SPEC.md +113 -0
  277. package/specs/quiver-v50-audit-trust-foundation/STATUS.md +26 -0
  278. package/specs/quiver-v50-audit-trust-foundation/pr.md +120 -0
  279. package/specs/quiver-v50-audit-trust-foundation/slices/slice-00-audit-baseline-and-resolved-findings/CLOSURE_BRIEF.md +20 -0
  280. package/specs/quiver-v50-audit-trust-foundation/slices/slice-00-audit-baseline-and-resolved-findings/EXECUTION_BRIEF.md +58 -0
  281. package/specs/quiver-v50-audit-trust-foundation/slices/slice-00-audit-baseline-and-resolved-findings/slice.json +57 -0
  282. package/specs/quiver-v50-audit-trust-foundation/slices/slice-01-runtime-minimum-and-package-metadata/CLOSURE_BRIEF.md +24 -0
  283. package/specs/quiver-v50-audit-trust-foundation/slices/slice-01-runtime-minimum-and-package-metadata/EXECUTION_BRIEF.md +67 -0
  284. package/specs/quiver-v50-audit-trust-foundation/slices/slice-01-runtime-minimum-and-package-metadata/slice.json +71 -0
  285. package/specs/quiver-v50-audit-trust-foundation/slices/slice-02-migrate-write-safety-contract/CLOSURE_BRIEF.md +24 -0
  286. package/specs/quiver-v50-audit-trust-foundation/slices/slice-02-migrate-write-safety-contract/EXECUTION_BRIEF.md +71 -0
  287. package/specs/quiver-v50-audit-trust-foundation/slices/slice-02-migrate-write-safety-contract/slice.json +81 -0
  288. package/specs/quiver-v50-audit-trust-foundation/slices/slice-03-security-reporting-channel/CLOSURE_BRIEF.md +22 -0
  289. package/specs/quiver-v50-audit-trust-foundation/slices/slice-03-security-reporting-channel/EXECUTION_BRIEF.md +57 -0
  290. package/specs/quiver-v50-audit-trust-foundation/slices/slice-03-security-reporting-channel/slice.json +56 -0
  291. package/specs/quiver-v50-audit-trust-foundation/slices/slice-04-user-facing-i18n-error-coverage/CLOSURE_BRIEF.md +23 -0
  292. package/specs/quiver-v50-audit-trust-foundation/slices/slice-04-user-facing-i18n-error-coverage/EXECUTION_BRIEF.md +68 -0
  293. package/specs/quiver-v50-audit-trust-foundation/slices/slice-04-user-facing-i18n-error-coverage/slice.json +84 -0
  294. package/specs/quiver-v50-audit-trust-foundation/slices/slice-05-init-analyze-progress-and-summaries/CLOSURE_BRIEF.md +25 -0
  295. package/specs/quiver-v50-audit-trust-foundation/slices/slice-05-init-analyze-progress-and-summaries/EXECUTION_BRIEF.md +73 -0
  296. package/specs/quiver-v50-audit-trust-foundation/slices/slice-05-init-analyze-progress-and-summaries/slice.json +72 -0
  297. package/specs/quiver-v50-audit-trust-foundation/slices/slice-06-contributor-and-architecture-docs/CLOSURE_BRIEF.md +22 -0
  298. package/specs/quiver-v50-audit-trust-foundation/slices/slice-06-contributor-and-architecture-docs/EXECUTION_BRIEF.md +66 -0
  299. package/specs/quiver-v50-audit-trust-foundation/slices/slice-06-contributor-and-architecture-docs/slice.json +74 -0
  300. package/specs/quiver-v50-audit-trust-foundation/slices/slice-07-ci-and-documentation-lint-baseline/CLOSURE_BRIEF.md +29 -0
  301. package/specs/quiver-v50-audit-trust-foundation/slices/slice-07-ci-and-documentation-lint-baseline/EXECUTION_BRIEF.md +74 -0
  302. package/specs/quiver-v50-audit-trust-foundation/slices/slice-07-ci-and-documentation-lint-baseline/slice.json +81 -0
  303. package/specs/quiver-v51-cli-ergonomics-automation-contracts/EVIDENCE_REPORT.md +145 -0
  304. package/specs/quiver-v51-cli-ergonomics-automation-contracts/EXECUTION_PLAN.md +32 -0
  305. package/specs/quiver-v51-cli-ergonomics-automation-contracts/SPEC.md +109 -0
  306. package/specs/quiver-v51-cli-ergonomics-automation-contracts/STATUS.md +25 -0
  307. package/specs/quiver-v51-cli-ergonomics-automation-contracts/pr.md +69 -0
  308. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-00-cli-contract-baseline/CLOSURE_BRIEF.md +20 -0
  309. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-00-cli-contract-baseline/EXECUTION_BRIEF.md +58 -0
  310. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-00-cli-contract-baseline/slice.json +56 -0
  311. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-01-flow-json-compatibility/CLOSURE_BRIEF.md +21 -0
  312. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-01-flow-json-compatibility/EXECUTION_BRIEF.md +61 -0
  313. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-01-flow-json-compatibility/slice.json +68 -0
  314. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-02-dashboard-section-validation-i18n/CLOSURE_BRIEF.md +25 -0
  315. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-02-dashboard-section-validation-i18n/EXECUTION_BRIEF.md +65 -0
  316. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-02-dashboard-section-validation-i18n/pr.md +134 -0
  317. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-02-dashboard-section-validation-i18n/slice.json +80 -0
  318. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-03-base-branch-resolution-policy/CLOSURE_BRIEF.md +31 -0
  319. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-03-base-branch-resolution-policy/EXECUTION_BRIEF.md +80 -0
  320. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-03-base-branch-resolution-policy/pr.md +159 -0
  321. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-03-base-branch-resolution-policy/slice.json +102 -0
  322. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-04-next-plan-graph-ux-edge-cases/CLOSURE_BRIEF.md +25 -0
  323. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-04-next-plan-graph-ux-edge-cases/EXECUTION_BRIEF.md +74 -0
  324. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-04-next-plan-graph-ux-edge-cases/pr.md +147 -0
  325. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-04-next-plan-graph-ux-edge-cases/slice.json +91 -0
  326. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-05-evidence-robustness-path-safety/CLOSURE_BRIEF.md +28 -0
  327. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-05-evidence-robustness-path-safety/EXECUTION_BRIEF.md +73 -0
  328. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-05-evidence-robustness-path-safety/pr.md +146 -0
  329. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-05-evidence-robustness-path-safety/slice.json +100 -0
  330. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-06-namespace-compatibility-windows-scripts/CLOSURE_BRIEF.md +36 -0
  331. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-06-namespace-compatibility-windows-scripts/EXECUTION_BRIEF.md +76 -0
  332. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-06-namespace-compatibility-windows-scripts/pr.md +155 -0
  333. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-06-namespace-compatibility-windows-scripts/slice.json +111 -0
  334. package/specs/quiver-v52-schema-docs-release-hygiene/EVIDENCE_REPORT.md +95 -0
  335. package/specs/quiver-v52-schema-docs-release-hygiene/EXECUTION_PLAN.md +31 -0
  336. package/specs/quiver-v52-schema-docs-release-hygiene/SPEC.md +107 -0
  337. package/specs/quiver-v52-schema-docs-release-hygiene/STATUS.md +22 -0
  338. package/specs/quiver-v52-schema-docs-release-hygiene/pr.md +69 -0
  339. package/specs/quiver-v52-schema-docs-release-hygiene/slices/slice-00-schema-docs-release-baseline/CLOSURE_BRIEF.md +21 -0
  340. package/specs/quiver-v52-schema-docs-release-hygiene/slices/slice-00-schema-docs-release-baseline/EXECUTION_BRIEF.md +60 -0
  341. package/specs/quiver-v52-schema-docs-release-hygiene/slices/slice-00-schema-docs-release-baseline/slice.json +62 -0
  342. package/specs/quiver-v52-schema-docs-release-hygiene/slices/slice-01-json-schema-for-slice-json/CLOSURE_BRIEF.md +34 -0
  343. package/specs/quiver-v52-schema-docs-release-hygiene/slices/slice-01-json-schema-for-slice-json/EXECUTION_BRIEF.md +71 -0
  344. package/specs/quiver-v52-schema-docs-release-hygiene/slices/slice-01-json-schema-for-slice-json/pr.md +146 -0
  345. package/specs/quiver-v52-schema-docs-release-hygiene/slices/slice-01-json-schema-for-slice-json/slice.json +106 -0
  346. package/specs/quiver-v52-schema-docs-release-hygiene/slices/slice-02-generated-cli-reference/CLOSURE_BRIEF.md +33 -0
  347. package/specs/quiver-v52-schema-docs-release-hygiene/slices/slice-02-generated-cli-reference/EXECUTION_BRIEF.md +67 -0
  348. package/specs/quiver-v52-schema-docs-release-hygiene/slices/slice-02-generated-cli-reference/pr.md +144 -0
  349. package/specs/quiver-v52-schema-docs-release-hygiene/slices/slice-02-generated-cli-reference/slice.json +86 -0
  350. package/specs/quiver-v52-schema-docs-release-hygiene/slices/slice-03-changelog-package-release-smoke-hygiene/CLOSURE_BRIEF.md +38 -0
  351. package/specs/quiver-v52-schema-docs-release-hygiene/slices/slice-03-changelog-package-release-smoke-hygiene/EXECUTION_BRIEF.md +75 -0
  352. package/specs/quiver-v52-schema-docs-release-hygiene/slices/slice-03-changelog-package-release-smoke-hygiene/pr.md +159 -0
  353. package/specs/quiver-v52-schema-docs-release-hygiene/slices/slice-03-changelog-package-release-smoke-hygiene/slice.json +105 -0
  354. package/src/create-quiver/commands/ai.js +485 -307
  355. package/src/create-quiver/commands/changelog.js +93 -0
  356. package/src/create-quiver/commands/config.js +135 -0
  357. package/src/create-quiver/commands/demo.js +2 -2
  358. package/src/create-quiver/commands/evidence.js +39 -6
  359. package/src/create-quiver/commands/flow.js +109 -16
  360. package/src/create-quiver/commands/graph.js +9 -2
  361. package/src/create-quiver/commands/next.js +21 -18
  362. package/src/create-quiver/commands/plan.js +29 -6
  363. package/src/create-quiver/commands/spec.js +94 -70
  364. package/src/create-quiver/index.js +798 -223
  365. package/src/create-quiver/lib/ai/execution-plan.js +23 -20
  366. package/src/create-quiver/lib/ai/executor.js +60 -44
  367. package/src/create-quiver/lib/ai/export-state.js +75 -64
  368. package/src/create-quiver/lib/ai/github.js +29 -23
  369. package/src/create-quiver/lib/ai/run-state.js +28 -25
  370. package/src/create-quiver/lib/ai/spec-templates.js +19 -0
  371. package/src/create-quiver/lib/cli/command-registry.js +71 -0
  372. package/src/create-quiver/lib/cli/parser.js +14 -0
  373. package/src/create-quiver/lib/dashboard.js +154 -111
  374. package/src/create-quiver/lib/demo.js +14 -12
  375. package/src/create-quiver/lib/evidence.js +161 -6
  376. package/src/create-quiver/lib/git.js +99 -0
  377. package/src/create-quiver/lib/handoff.js +16 -7
  378. package/src/create-quiver/lib/i18n/catalog.js +152 -0
  379. package/src/create-quiver/lib/i18n/language.js +279 -0
  380. package/src/create-quiver/lib/i18n/messages/en.js +898 -0
  381. package/src/create-quiver/lib/i18n/messages/es.js +1013 -0
  382. package/src/create-quiver/lib/i18n/read-only-format.js +26 -0
  383. package/src/create-quiver/lib/i18n/templates.js +172 -0
  384. package/src/create-quiver/lib/init-docs.js +19 -5
  385. package/src/create-quiver/lib/init-layout.js +15 -8
  386. package/src/create-quiver/lib/lifecycle.js +72 -67
  387. package/src/create-quiver/lib/readiness.js +131 -110
  388. package/src/create-quiver/lib/renderers/tree.js +9 -6
  389. package/src/create-quiver/lib/spec-worktrees.js +50 -64
  390. package/src/create-quiver/lib/version.js +11 -9
@@ -0,0 +1,10 @@
1
+ # CLOSURE_BRIEF - slice-01 Template language routing
2
+
3
+ ## Summary
4
+
5
+ Completed. Added a pure generated-doc template routing layer for `en` and `es`, including deterministic fallback to the base English template, machine-artifact exclusion, coverage reporting for missing localized human templates, and documented naming conventions.
6
+
7
+ ## Validation
8
+
9
+ - [x] `node --test tests/lib/i18n-templates.test.js`
10
+ - [x] `git diff --check`
@@ -0,0 +1,22 @@
1
+ # EXECUTION_BRIEF - slice-01 Template language routing
2
+
3
+ ## Context
4
+
5
+ Generated docs need a routing layer that chooses the correct human-language template or fragment.
6
+
7
+ ## Objective
8
+
9
+ Add template language routing for `en` and `es`.
10
+
11
+ ## Acceptance Criteria
12
+
13
+ - Routing uses the same language resolution as CLI output.
14
+ - Missing localized templates fall back predictably to `en` and are detected by tests.
15
+ - Machine artifacts are excluded from localization.
16
+ - Template ownership and naming conventions are documented.
17
+
18
+ ## Completion Checklist
19
+
20
+ - [ ] Routing helper added.
21
+ - [ ] Template convention documented.
22
+ - [ ] Missing-template tests added.
@@ -0,0 +1,62 @@
1
+ {
2
+ "slice_id": "slice-01-template-language-routing",
3
+ "ticket": "QUIVER-42-01",
4
+ "type": "feature",
5
+ "title": "Template language routing",
6
+ "objective": "Add a reusable routing layer for generated human docs in en and es.",
7
+ "description": "Defines how generated documentation chooses localized templates or fragments.",
8
+ "git": {
9
+ "branch_type": "feature",
10
+ "base_branch": "main",
11
+ "branch_slug": "v42-template-language-routing",
12
+ "branch_name": "feature/QUIVER-42-01-v42-template-language-routing"
13
+ },
14
+ "files": [
15
+ "src/create-quiver/lib/i18n/templates.js",
16
+ "tests/lib/i18n-templates.test.js",
17
+ "docs/CLI_UX_GUIDE.md",
18
+ "specs/quiver-v42-cli-i18n-generated-docs/**"
19
+ ],
20
+ "expected_read_paths": [
21
+ "src/create-quiver/lib/i18n/**",
22
+ "docs/*.template",
23
+ "docs/ai/*.template",
24
+ "specs/quiver-v42-cli-i18n-generated-docs/SPEC.md"
25
+ ],
26
+ "allowed_write_paths": [
27
+ "src/create-quiver/lib/i18n/**",
28
+ "docs/**",
29
+ "tests/lib/i18n-templates.test.js",
30
+ "specs/quiver-v42-cli-i18n-generated-docs/**"
31
+ ],
32
+ "depends_on": [
33
+ "slice-00-generated-docs-foundation"
34
+ ],
35
+ "parallel_safe": "no",
36
+ "parallel_safe_reason": "Establishes template routing for all v42 work.",
37
+ "must": [
38
+ "Reuse v37 language resolution.",
39
+ "Define template naming/routing convention.",
40
+ "Exclude machine artifacts from localization.",
41
+ "Test fallback behavior."
42
+ ],
43
+ "not_included": [
44
+ "Migrating every template."
45
+ ],
46
+ "acceptance": [
47
+ "Template routing supports en and es.",
48
+ "Missing localized templates are caught by tests or fall back explicitly.",
49
+ "Machine artifacts are not routed through human template localization."
50
+ ],
51
+ "tests": [
52
+ "node --test tests/lib/i18n-templates.test.js",
53
+ "git diff --check"
54
+ ],
55
+ "validation_hints": [
56
+ "Keep routing pure and independent from command side effects."
57
+ ],
58
+ "estimated_hours": 5,
59
+ "status": "completed",
60
+ "blocked_reason": "",
61
+ "completed_at": "2026-05-29T18:50:06Z"
62
+ }
@@ -0,0 +1,11 @@
1
+ # CLOSURE_BRIEF - slice-02 Init docs and i18n assets
2
+
3
+ ## Summary
4
+
5
+ Completed. Init-generated human docs now use the generated-doc language router. `--lang` can produce Spanish docs and persists the project language; existing project config is used when no explicit language override is provided. Machine artifacts remain stable and are not routed through human template localization.
6
+
7
+ ## Validation
8
+
9
+ - [x] `node --test tests/commands/init-profiles.test.js tests/lib/init-docs.test.js tests/lib/i18n-templates.test.js`
10
+ - [x] `node --test tests/commands/demo.test.js`
11
+ - [x] `git diff --check`
@@ -0,0 +1,22 @@
1
+ # EXECUTION_BRIEF - slice-02 Init docs and i18n assets
2
+
3
+ ## Context
4
+
5
+ Init-generated docs are the first generated artifacts users see in a new or existing project.
6
+
7
+ ## Objective
8
+
9
+ Localize init/onboarding human documentation templates and assets.
10
+
11
+ ## Acceptance Criteria
12
+
13
+ - Init-generated human docs follow configured language.
14
+ - `--lang` overrides generated language where supported.
15
+ - Machine artifacts such as JSON and package metadata remain stable.
16
+ - Existing project docs are not overwritten unexpectedly.
17
+
18
+ ## Completion Checklist
19
+
20
+ - [ ] Init templates routed.
21
+ - [ ] Spanish and English generated-doc tests added.
22
+ - [ ] Overwrite behavior preserved.
@@ -0,0 +1,72 @@
1
+ {
2
+ "slice_id": "slice-02-init-docs-and-i18n-assets",
3
+ "ticket": "QUIVER-42-02",
4
+ "type": "feature",
5
+ "title": "Init docs and i18n assets",
6
+ "objective": "Localize init-generated human docs and onboarding assets while preserving machine artifacts.",
7
+ "description": "Applies template language routing to init and related generated docs.",
8
+ "git": {
9
+ "branch_type": "feature",
10
+ "base_branch": "main",
11
+ "branch_slug": "v42-init-docs-i18n-assets",
12
+ "branch_name": "feature/QUIVER-42-02-v42-init-docs-i18n-assets"
13
+ },
14
+ "files": [
15
+ "src/create-quiver/index.js",
16
+ "src/create-quiver/lib/init-docs.js",
17
+ "src/create-quiver/lib/i18n/templates.js",
18
+ "docs/*.es.template",
19
+ "docs/ai/*.es.template",
20
+ "AGENTS.md.es.template",
21
+ "tests/commands/init-profiles.test.js",
22
+ "tests/commands/demo.test.js",
23
+ "specs/quiver-v42-cli-i18n-generated-docs/**"
24
+ ],
25
+ "expected_read_paths": [
26
+ "src/create-quiver/index.js",
27
+ "src/create-quiver/lib/init-docs.js",
28
+ "src/create-quiver/lib/i18n/templates.js",
29
+ "docs/INDEX.md",
30
+ "docs/*.template"
31
+ ],
32
+ "allowed_write_paths": [
33
+ "src/create-quiver/index.js",
34
+ "src/create-quiver/lib/init-docs.js",
35
+ "src/create-quiver/lib/i18n/**",
36
+ "AGENTS.md.es.template",
37
+ "docs/**",
38
+ "tests/commands/init-profiles.test.js",
39
+ "tests/commands/demo.test.js",
40
+ "specs/quiver-v42-cli-i18n-generated-docs/**"
41
+ ],
42
+ "depends_on": [
43
+ "slice-01-template-language-routing"
44
+ ],
45
+ "parallel_safe": "conditional",
46
+ "parallel_safe_reason": "Can overlap with docs reference work after routing is stable.",
47
+ "must": [
48
+ "Localize init-generated human docs.",
49
+ "Preserve machine artifacts.",
50
+ "Preserve overwrite behavior.",
51
+ "Test configured language and --lang override."
52
+ ],
53
+ "not_included": [
54
+ "Runtime CLI output migration."
55
+ ],
56
+ "acceptance": [
57
+ "Generated docs can be produced in en and es.",
58
+ "Machine artifacts stay stable across languages.",
59
+ "Existing docs are not unexpectedly overwritten."
60
+ ],
61
+ "tests": [
62
+ "node --test tests/commands/init-profiles.test.js tests/commands/demo.test.js tests/lib/init-docs.test.js tests/lib/i18n-templates.test.js",
63
+ "git diff --check"
64
+ ],
65
+ "validation_hints": [
66
+ "Use temporary projects to compare generated docs by language."
67
+ ],
68
+ "estimated_hours": 8,
69
+ "status": "completed",
70
+ "blocked_reason": "",
71
+ "completed_at": "2026-05-29T18:58:19Z"
72
+ }
@@ -0,0 +1,12 @@
1
+ # CLOSURE_BRIEF - slice-03 Docs reference and guides
2
+
3
+ ## Summary
4
+
5
+ Documented generated human docs language behavior across the command reference, CLI UX guide, and getting-started installation guide.
6
+
7
+ The docs now explain configured project language defaults, `--lang` overrides, localized Markdown template naming, fallback to base `en`, and machine artifact exclusions.
8
+
9
+ ## Validation
10
+
11
+ - [x] `git diff --check`
12
+ - [x] `node bin/create-quiver.js spec validate specs/quiver-v42-cli-i18n-generated-docs --strict`
@@ -0,0 +1,22 @@
1
+ # EXECUTION_BRIEF - slice-03 Docs reference and guides
2
+
3
+ ## Context
4
+
5
+ Users need to understand which outputs are localized and how language can be configured.
6
+
7
+ ## Objective
8
+
9
+ Update public docs and guides for generated documentation language behavior.
10
+
11
+ ## Acceptance Criteria
12
+
13
+ - `docs/reference/commands.md` documents generated-doc language behavior.
14
+ - `docs/CLI_UX_GUIDE.md` distinguishes CLI output from generated docs.
15
+ - Installation/getting-started docs mention the project config default where relevant.
16
+ - Documentation does not claim JSON or machine artifacts are localized.
17
+
18
+ ## Completion Checklist
19
+
20
+ - [ ] Command reference updated.
21
+ - [ ] CLI UX guide updated.
22
+ - [ ] Getting-started references updated where needed.
@@ -0,0 +1,60 @@
1
+ {
2
+ "slice_id": "slice-03-docs-reference-guides",
3
+ "ticket": "QUIVER-42-03",
4
+ "type": "documentation",
5
+ "title": "Docs reference and guides",
6
+ "objective": "Document generated documentation language behavior for users and agents.",
7
+ "description": "Updates public docs so language configuration and generated-doc scope are clear.",
8
+ "git": {
9
+ "branch_type": "feature",
10
+ "base_branch": "main",
11
+ "branch_slug": "v42-docs-reference-guides",
12
+ "branch_name": "feature/QUIVER-42-03-v42-docs-reference-guides"
13
+ },
14
+ "files": [
15
+ "docs/CLI_UX_GUIDE.md",
16
+ "docs/reference/commands.md",
17
+ "docs/getting-started/installation.md"
18
+ ],
19
+ "expected_read_paths": [
20
+ "docs/INDEX.md",
21
+ "docs/CLI_UX_GUIDE.md",
22
+ "docs/reference/commands.md",
23
+ "docs/getting-started/installation.md"
24
+ ],
25
+ "allowed_write_paths": [
26
+ "docs/CLI_UX_GUIDE.md",
27
+ "docs/reference/commands.md",
28
+ "docs/getting-started/**",
29
+ "specs/quiver-v42-cli-i18n-generated-docs/**"
30
+ ],
31
+ "depends_on": [
32
+ "slice-01-template-language-routing"
33
+ ],
34
+ "parallel_safe": "conditional",
35
+ "parallel_safe_reason": "Can overlap with init docs implementation if public contract is already agreed.",
36
+ "must": [
37
+ "Document generated-doc language scope.",
38
+ "Document exclusions for machine artifacts.",
39
+ "Avoid duplicating command reference content."
40
+ ],
41
+ "not_included": [
42
+ "Runtime command output migration."
43
+ ],
44
+ "acceptance": [
45
+ "Docs explain configured language behavior.",
46
+ "Docs explain --lang override where relevant.",
47
+ "Docs do not claim JSON localization."
48
+ ],
49
+ "tests": [
50
+ "git diff --check",
51
+ "npx create-quiver spec validate specs/quiver-v42-cli-i18n-generated-docs --strict"
52
+ ],
53
+ "validation_hints": [
54
+ "Link to existing command reference instead of duplicating large sections."
55
+ ],
56
+ "estimated_hours": 4,
57
+ "status": "completed",
58
+ "blocked_reason": "",
59
+ "completed_at": "2026-05-29T19:02:46Z"
60
+ }
@@ -0,0 +1,16 @@
1
+ # CLOSURE_BRIEF - slice-04 Generated docs tests and smokes
2
+
3
+ ## Summary
4
+
5
+ Closed v42 with full automated validation, package smoke, create-quiver smoke, and a manual temporary-project language smoke.
6
+
7
+ The manual smoke proved that generated human docs route to `en` and `es`, while machine artifacts remain stable across languages.
8
+
9
+ ## Validation
10
+
11
+ - [x] `node --test tests/**/*.test.js`
12
+ - [x] `node bin/create-quiver.js spec validate specs/quiver-v42-cli-i18n-generated-docs --strict`
13
+ - [x] `npm run package:quiver`
14
+ - [x] `npm run smoke:create-quiver`
15
+ - [x] `git diff --check`
16
+ - [x] Manual temp project smoke for `--lang en` and `--lang es`
@@ -0,0 +1,22 @@
1
+ # EXECUTION_BRIEF - slice-04 Generated docs tests and smokes
2
+
3
+ ## Context
4
+
5
+ Generated docs localization must be validated in real temporary project flows.
6
+
7
+ ## Objective
8
+
9
+ Close v42 with full tests, package smoke, and evidence.
10
+
11
+ ## Acceptance Criteria
12
+
13
+ - Full test suite passes.
14
+ - Package smoke passes.
15
+ - Temporary project generation proves `en` and `es` docs are routed correctly.
16
+ - Machine artifacts are compared across languages and remain stable.
17
+
18
+ ## Completion Checklist
19
+
20
+ - [ ] Full tests run.
21
+ - [ ] Package smoke run.
22
+ - [ ] Evidence updated.
@@ -0,0 +1,62 @@
1
+ {
2
+ "slice_id": "slice-04-generated-docs-tests-smokes",
3
+ "ticket": "QUIVER-42-04",
4
+ "type": "validation",
5
+ "title": "Generated docs tests and smokes",
6
+ "objective": "Validate generated docs localization and record release evidence.",
7
+ "description": "Runs full validation for v42 after generated-doc routing and template migration.",
8
+ "git": {
9
+ "branch_type": "feature",
10
+ "base_branch": "main",
11
+ "branch_slug": "v42-generated-docs-tests-smokes",
12
+ "branch_name": "feature/QUIVER-42-04-v42-generated-docs-tests-smokes"
13
+ },
14
+ "files": [
15
+ "tests/**/*.test.js",
16
+ "specs/quiver-v42-cli-i18n-generated-docs/EVIDENCE_REPORT.md"
17
+ ],
18
+ "expected_read_paths": [
19
+ "specs/quiver-v42-cli-i18n-generated-docs/SPEC.md",
20
+ "docs/CLI_UX_GUIDE.md",
21
+ "docs/reference/commands.md"
22
+ ],
23
+ "allowed_write_paths": [
24
+ "tests/**",
25
+ "specs/quiver-v42-cli-i18n-generated-docs/**"
26
+ ],
27
+ "depends_on": [
28
+ "slice-02-init-docs-and-i18n-assets",
29
+ "slice-03-docs-reference-guides"
30
+ ],
31
+ "parallel_safe": "no",
32
+ "parallel_safe_reason": "This is the closing validation slice for v42.",
33
+ "must": [
34
+ "Run full validation.",
35
+ "Compare generated docs by language.",
36
+ "Confirm machine artifacts are stable.",
37
+ "Record evidence."
38
+ ],
39
+ "not_included": [
40
+ "Runtime CLI output migration."
41
+ ],
42
+ "acceptance": [
43
+ "Full tests pass.",
44
+ "Package smoke passes.",
45
+ "Spec validation passes.",
46
+ "Evidence report is updated."
47
+ ],
48
+ "tests": [
49
+ "node --test tests/**/*.test.js",
50
+ "npx create-quiver spec validate specs/quiver-v42-cli-i18n-generated-docs --strict",
51
+ "npm run package:quiver",
52
+ "npm run smoke:create-quiver",
53
+ "git diff --check"
54
+ ],
55
+ "validation_hints": [
56
+ "Use temp projects to compare generated human docs and stable machine artifacts."
57
+ ],
58
+ "estimated_hours": 5,
59
+ "status": "completed",
60
+ "blocked_reason": "",
61
+ "completed_at": "2026-05-29T19:07:56Z"
62
+ }
@@ -0,0 +1,203 @@
1
+ # Evidence Report - Quiver v43 CLI i18n Audit and Release Readiness
2
+
3
+ ## slice-00-audit-foundation
4
+
5
+ - Created this spec package and slice handoffs.
6
+ - Runtime implementation intentionally not started.
7
+
8
+ ## slice-01-command-language-mode-matrix
9
+
10
+ - Added `command-language-mode-matrix.json` as the v43 command x language x mode coverage artifact.
11
+ - Added `tests/commands/i18n-audit-matrix.test.js` to keep the matrix synchronized with `docs/reference/commands.md`.
12
+ - Covered 67 documented commands from `docs/reference/commands.md`.
13
+ - All critical command cells are marked `pass`.
14
+ - Accepted exceptions are explicit and scoped to live provider credentials and external GitHub PR creation.
15
+ - No release blockers were found in the command matrix.
16
+
17
+ Coverage profile summary:
18
+
19
+ | Profile | Language/mode status |
20
+ |---|---|
21
+ | top-level-help | en/es human pass; CI/no-TTY pass; no-color pass |
22
+ | version-report | en/es human pass; JSON pass; CI/no-TTY pass; no-color pass |
23
+ | version-json | JSON pass; CI/no-TTY pass |
24
+ | language-config-human | en/es human pass; CI/no-TTY pass; no-color pass |
25
+ | language-config-json | JSON pass; CI/no-TTY pass |
26
+ | init-write | en/es human pass; dry-run pass; CI/no-TTY pass; no-color pass |
27
+ | init-interactive | en/es human pass; dry-run pass; interactive pass; CI/no-TTY rejects safely |
28
+ | migrate | en/es human pass; dry-run pass; CI/no-TTY pass; no-color pass |
29
+ | read-only-human | en/es human pass; CI/no-TTY pass; no-color pass |
30
+ | doctor-json | JSON pass; CI/no-TTY pass |
31
+ | dashboard-human | en/es human pass; CI/no-TTY pass; no-color pass |
32
+ | dashboard-json | JSON pass; CI/no-TTY pass |
33
+ | ai-prepare-context | en/es human pass; dry-run pass; interactive/review pass |
34
+ | ai-prepare-context-planner | en/es human pass; dry-run/print-prompt/review/interactive pass; live provider accepted exception |
35
+ | ai-models-human | en/es human pass; CI/no-TTY pass |
36
+ | ai-models-json | JSON pass; CI/no-TTY pass |
37
+ | ai-agent-profile | en/es human pass; dry-run pass; interactive pass; CI/no-TTY pass |
38
+ | ai-agent-json | JSON pass; CI/no-TTY pass |
39
+ | ai-agent-repair | en/es human pass; dry-run pass |
40
+ | ai-run-lifecycle | en/es human pass; CI/no-TTY pass |
41
+ | ai-planner-provider | en/es human pass; dry-run/print-prompt/review/interactive pass; live provider accepted exception |
42
+ | ai-approve | en/es human pass; interactive pass; CI/no-TTY explicit-version behavior pass |
43
+ | spec-create | en/es human pass; dry-run/review/interactive pass |
44
+ | spec-workflow | en/es human pass; dry-run pass where supported; CI/no-TTY pass |
45
+ | plan-graph-next | en/es human pass; JSON pass; CI/no-TTY pass |
46
+ | ai-executor | en/es human pass; JSON pass; dry-run/interactive pass; live provider accepted exception |
47
+ | ai-pr | en/es human pass; dry-run/review/interactive pass; GitHub create accepted exception |
48
+ | ai-export-inspection | en/es human pass; JSON pass; CI/no-TTY pass |
49
+
50
+ Command matrix:
51
+
52
+ | Command | Profile | Critical |
53
+ |---|---|---|
54
+ | `--help` | top-level-help | pass |
55
+ | `--version` | version-report | pass |
56
+ | `version` | version-report | pass |
57
+ | `version --json` | version-json | pass |
58
+ | `config language show` | language-config-human | pass |
59
+ | `config language show --json` | language-config-json | pass |
60
+ | `config language set es` | language-config-human | pass |
61
+ | `config language set en --global` | language-config-human | pass |
62
+ | `init --name "Proyecto"` | init-write | pass |
63
+ | `init --interactive` | init-interactive | pass |
64
+ | `migrate --dry-run` | migrate | pass |
65
+ | `migrate` | migrate | pass |
66
+ | `analyze` | read-only-human | pass |
67
+ | `doctor` | read-only-human | pass |
68
+ | `doctor --json` | doctor-json | pass |
69
+ | `flow` | read-only-human | pass |
70
+ | `dashboard` | dashboard-human | pass |
71
+ | `dashboard --details` | dashboard-human | pass |
72
+ | `dashboard --section <name>` | dashboard-human | pass |
73
+ | `dashboard --limit <n>` | dashboard-human | pass |
74
+ | `ai prepare-context --dry-run` | ai-prepare-context | pass |
75
+ | `ai prepare-context` | ai-prepare-context | pass |
76
+ | `ai prepare-context --with-planner --dry-run` | ai-prepare-context-planner | pass |
77
+ | `ai prepare-context --with-planner --print-prompt` | ai-prepare-context-planner | pass |
78
+ | `ai prepare-context --with-planner --review --interactive` | ai-prepare-context-planner | pass |
79
+ | `ai models list` | ai-models-human | pass |
80
+ | `ai models list --provider codex` | ai-models-human | pass |
81
+ | `ai models list --json` | ai-models-json | pass |
82
+ | `ai agent set <role>` | ai-agent-profile | pass |
83
+ | `ai agent set <role> --provider <provider> --model <model-id>` | ai-agent-profile | pass |
84
+ | `ai agent set planner --provider codex --model gpt-5.5 --dry-run` | ai-agent-profile | pass |
85
+ | `ai agent doctor` | ai-agent-profile | pass |
86
+ | `ai agent doctor --json` | ai-agent-json | pass |
87
+ | `ai agent repair --dry-run` | ai-agent-repair | pass |
88
+ | `ai run create --input <file>` | ai-run-lifecycle | pass |
89
+ | `ai status` | ai-run-lifecycle | pass |
90
+ | `ai plan --phase acceptance --input <file>` | ai-planner-provider | pass |
91
+ | `ai plan --phase acceptance --review --interactive --input <file>` | ai-planner-provider | pass |
92
+ | `ai revise --phase acceptance --input <feedback.md>` | ai-planner-provider | pass |
93
+ | `ai approve --phase acceptance` | ai-approve | pass |
94
+ | `ai approve --phase acceptance --version <n>` | ai-approve | pass |
95
+ | `ai plan --phase technical-plan` | ai-planner-provider | pass |
96
+ | `ai revise --phase technical-plan --input <feedback.md>` | ai-planner-provider | pass |
97
+ | `ai review-plan` | ai-planner-provider | pass |
98
+ | `ai repair-plan` | ai-planner-provider | pass |
99
+ | `ai approve --phase technical-plan` | ai-approve | pass |
100
+ | `ai approve --phase technical-plan --version <n>` | ai-approve | pass |
101
+ | `ai approvals` | ai-run-lifecycle | pass |
102
+ | `spec create --dry-run` | spec-create | pass |
103
+ | `spec create` | spec-create | pass |
104
+ | `spec create --review --interactive` | spec-create | pass |
105
+ | `spec create --interactive` | spec-create | pass |
106
+ | `spec validate specs/<spec> --strict` | spec-workflow | pass |
107
+ | `spec start specs/<spec>` | spec-workflow | pass |
108
+ | `plan --spec <spec>` | plan-graph-next | pass |
109
+ | `dashboard --spec <spec>` | dashboard-human | pass |
110
+ | `dashboard --section slices --spec <spec>` | dashboard-human | pass |
111
+ | `graph --spec <spec>` | plan-graph-next | pass |
112
+ | `next --all-ready --spec <spec>` | plan-graph-next | pass |
113
+ | `ai prompt-slice --slice <slice.json> --dry-run` | ai-executor | pass |
114
+ | `ai execute-slice --slice <slice.json> --commit` | ai-executor | pass |
115
+ | `ai execute-plan --execute --commit --mode delegated` | ai-executor | pass |
116
+ | `ai pr --dry-run --input specs/<spec>/pr.md` | ai-pr | pass |
117
+ | `ai pr --review --dry-run --input specs/<spec>/pr.md` | ai-pr | pass |
118
+ | `ai pr --create --input specs/<spec>/pr.md` | ai-pr | pass |
119
+ | `spec close specs/<spec> --dry-run` | spec-workflow | pass |
120
+ | `spec close specs/<spec>` | spec-workflow | pass |
121
+
122
+ Validation:
123
+
124
+ - PASS `node --test tests/commands/i18n-audit-matrix.test.js`
125
+ - PASS `node --test tests/**/*.test.js`
126
+ - PASS `git diff --check`
127
+
128
+ ## slice-02-public-string-audit
129
+
130
+ - Audited public output call sites with `rg -n "console\\.(log|error|warn)|process\\.(stdout|stderr)\\.write|throw new Error|formatError\\(|prompt(Label|Text|Confirm)|label:|message:" src/create-quiver`.
131
+ - Localized `ai execute-slice` interactive selector labels and progress messages through the i18n catalog.
132
+ - Localized `cleanup-slice` dry-run, success, baseline, stale branch, dirty tree, missing worktree, and unmerged branch messages through the i18n catalog.
133
+ - Passed configured language from the CLI entrypoint into `cleanup-slice`.
134
+ - Added regression tests for English `ai execute-slice` interactive output, Spanish `ai execute-slice` interactive progress, and English `cleanup-slice` dry-run output.
135
+
136
+ Stable literal exceptions:
137
+
138
+ | Literal class | Reason |
139
+ |---|---|
140
+ | Commands, flags, branch names, paths, provider ids, model ids | Stable technical tokens; translating them would break copy/paste workflows or machine contracts. |
141
+ | JSON/JSONL field names and enum values | Machine-readable contract; covered by JSON tests and excluded from human translation. |
142
+ | Provider prompts under `src/create-quiver/lib/ai/prompts.js` | Explicitly out of scope for this audit slice; these are model instructions, not user-facing CLI strings. |
143
+ | Generated local worktree docs such as `WORKTREE_CONTEXT.md` and `docs/ai/ACTIVE_SLICES.md` | Operational artifacts with existing Spanish convention; not command status output. |
144
+ | Test fixtures, fixture package metadata, and synthetic command output | Non-public test data used to verify behavior. |
145
+
146
+ Validation:
147
+
148
+ - PASS `node --test tests/lib/lifecycle.test.js tests/lib/i18n-catalog.test.js tests/lib/ai-executor.test.js tests/commands/ai-execute-slice.test.js`
149
+ - PASS `node --test tests/**/*.test.js`
150
+ - PASS `git diff --check`
151
+ - PASS `node bin/create-quiver.js spec validate specs/quiver-v43-cli-i18n-audit-release-readiness --strict`
152
+ - PASS `node bin/create-quiver.js check-slice specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-02-public-string-audit/slice.json --local`
153
+ - PASS focused source audit for removed executor Spanish literals; only catalog entries remain.
154
+ - PASS focused source audit for removed lifecycle cleanup Spanish literals; only catalog entries remain.
155
+
156
+ ## slice-03-cross-platform-smokes
157
+
158
+ - Added i18n-specific checks to `scripts/ci/smoke-cross-platform.js`.
159
+ - Covered configured project language without repeated flags by setting project language to `es` in a path with spaces and running `dashboard` without `--lang`.
160
+ - Covered `--lang` override by forcing English over the Spanish project config.
161
+ - Covered `QUIVER_LANG` override by forcing English over the Spanish project config.
162
+ - Covered parseable JSON by parsing `config language show --json` and `dashboard --json`.
163
+ - Covered paths with spaces through `ai path project`, `language home`, and `requirements with spaces.md`.
164
+ - Updated `scripts/ci/smoke-create-quiver.sh` to make cleanup wrapper language expectations explicit with `QUIVER_LANG=es`.
165
+ - Recorded cross-platform command matrix and platform exceptions in `cross-platform-smoke-matrix.md`.
166
+
167
+ Platform evidence:
168
+
169
+ | Platform or shell | Status | Evidence |
170
+ |---|---|---|
171
+ | macOS Darwin arm64 | PASS | Executed locally. |
172
+ | Linux Bash | Approved exception | Docker CLI exists, but Docker daemon was unavailable locally; reproducible commands are recorded for CI/Linux runner execution. |
173
+ | Windows PowerShell | Approved exception | `pwsh` is unavailable locally; win32 path behavior is covered by tests and shell commands are recorded. |
174
+ | Windows Git Bash/WSL | Approved exception | Git Bash/WSL is unavailable locally; Git Bash drive path behavior is covered by tests and shell commands are recorded. |
175
+
176
+ Validation:
177
+
178
+ - PASS `node scripts/ci/smoke-cross-platform.js`
179
+ - PASS `npm run smoke:create-quiver`
180
+ - PASS `node --test tests/lib/paths.test.js tests/commands/config-language.test.js tests/commands/dashboard.test.js`
181
+ - PASS `git diff --check`
182
+
183
+ ## slice-04-package-release-readiness
184
+
185
+ - Added release-note language behavior summary to `docs/reference/commands.md`.
186
+ - Confirmed the command matrix, string audit, cross-platform smoke evidence, package smoke, and pack dry-run all pass.
187
+ - Confirmed no critical i18n release gaps remain open in this spec.
188
+
189
+ Validation:
190
+
191
+ - PASS `node --test tests/**/*.test.js` (612 passed)
192
+ - PASS `node bin/create-quiver.js spec validate specs/quiver-v43-cli-i18n-audit-release-readiness --strict`
193
+ - PASS `npm run package:quiver`
194
+ - PASS `npm run smoke:create-quiver`
195
+ - PASS `npm pack --dry-run --json`
196
+ - PASS `git diff --check`
197
+
198
+ Package evidence:
199
+
200
+ | Check | Result |
201
+ |---|---|
202
+ | Package script | `Package smoke passed: create-quiver-0.15.3.tgz` |
203
+ | Pack dry-run | `create-quiver@0.15.3`, `create-quiver-0.15.3.tgz`, 980 entries |
@@ -0,0 +1,27 @@
1
+ # Execution Plan - Quiver v43 CLI i18n Audit and Release Readiness
2
+
3
+ ## Execution Rules
4
+
5
+ - Start only after v37-v42 are implemented and merged.
6
+ - Treat uncovered critical command/language/mode cells as blockers.
7
+ - Fix gaps in owning specs/slices where practical.
8
+ - Keep evidence reproducible and concise.
9
+
10
+ ## Suggested Order
11
+
12
+ 1. `slice-00-audit-foundation`
13
+ 2. `slice-01-command-language-mode-matrix`
14
+ 3. `slice-02-public-string-audit`
15
+ 4. `slice-03-cross-platform-smokes`
16
+ 5. `slice-04-package-release-readiness`
17
+
18
+ ## Final Validation
19
+
20
+ ```bash
21
+ node --test tests/**/*.test.js
22
+ git diff --check
23
+ npx create-quiver spec validate specs/quiver-v43-cli-i18n-audit-release-readiness --strict
24
+ npm run package:quiver
25
+ npm run smoke:create-quiver
26
+ npm pack --dry-run --json
27
+ ```