create-quiver 0.15.4 → 0.17.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 (199) hide show
  1. package/.github/pull_request_template.md +17 -0
  2. package/.github/workflows/ci.yml +76 -0
  3. package/.markdown-link-check.json +15 -0
  4. package/.markdownlint.json +11 -0
  5. package/ARCHITECTURE.md +133 -0
  6. package/CHANGELOG.md +16 -0
  7. package/CONTRIBUTING.md +174 -9
  8. package/README.md +17 -2
  9. package/README_FOR_AI.md +4 -1
  10. package/ROADMAP.md +4 -0
  11. package/SECURITY.md +9 -2
  12. package/docs/AI_CONTEXT.md.es.template +3 -1
  13. package/docs/AI_CONTEXT.md.template +3 -1
  14. package/docs/CLI_UX_GUIDE.md +20 -1
  15. package/docs/COMMANDS.md.template +20 -6
  16. package/docs/GITFLOW_PR_GUIDE.md +73 -11
  17. package/docs/GITFLOW_PR_GUIDE.md.es.template +61 -2
  18. package/docs/GITFLOW_PR_GUIDE.md.template +72 -10
  19. package/docs/INDEX.md +6 -1
  20. package/docs/QUICK.md.template +2 -1
  21. package/docs/STANDARD.md.template +2 -1
  22. package/docs/WORKFLOW.md.es.template +3 -1
  23. package/docs/WORKFLOW.md.template +6 -4
  24. package/docs/getting-started/installation.md +7 -0
  25. package/docs/reference/commands.md +138 -6
  26. package/docs/reference/slice-schema.md +37 -0
  27. package/docs/schema/slice.schema.json +221 -0
  28. package/docs/specs/01-spec/01-slice/01-slice.json +36 -0
  29. package/docs/specs/01-spec/01-slice/01-slice.md +106 -0
  30. package/docs/specs/01-spec/01-slice/CLOSURE_BRIEF.md +80 -0
  31. package/docs/specs/01-spec/01-slice/EXECUTION_BRIEF.md +39 -0
  32. package/docs/specs/01-spec/02-slice/02-slice.json +36 -0
  33. package/docs/specs/01-spec/02-slice/02-slice.md +108 -0
  34. package/docs/specs/01-spec/02-slice/CLOSURE_BRIEF.md +88 -0
  35. package/docs/specs/01-spec/02-slice/EXECUTION_BRIEF.md +40 -0
  36. package/docs/specs/01-spec/03-slice/03-slice.json +36 -0
  37. package/docs/specs/01-spec/03-slice/03-slice.md +103 -0
  38. package/docs/specs/01-spec/03-slice/CLOSURE_BRIEF.md +54 -0
  39. package/docs/specs/01-spec/03-slice/EXECUTION_BRIEF.md +39 -0
  40. package/docs/specs/01-spec/04-slice/04-slice.json +36 -0
  41. package/docs/specs/01-spec/04-slice/04-slice.md +107 -0
  42. package/docs/specs/01-spec/04-slice/CLOSURE_BRIEF.md +46 -0
  43. package/docs/specs/01-spec/04-slice/EXECUTION_BRIEF.md +39 -0
  44. package/docs/specs/01-spec/05-slice/05-slice.json +36 -0
  45. package/docs/specs/01-spec/05-slice/05-slice.md +106 -0
  46. package/docs/specs/01-spec/05-slice/CLOSURE_BRIEF.md +84 -0
  47. package/docs/specs/01-spec/05-slice/EXECUTION_BRIEF.md +109 -0
  48. package/docs/specs/01-spec/06-slice/06-slice.json +36 -0
  49. package/docs/specs/01-spec/06-slice/06-slice.md +107 -0
  50. package/docs/specs/01-spec/06-slice/CLOSURE_BRIEF.md +67 -0
  51. package/docs/specs/01-spec/06-slice/EXECUTION_BRIEF.md +39 -0
  52. package/docs/specs/01-spec/07-slice/07-slice.json +36 -0
  53. package/docs/specs/01-spec/07-slice/07-slice.md +105 -0
  54. package/docs/specs/01-spec/07-slice/CLOSURE_BRIEF.md +71 -0
  55. package/docs/specs/01-spec/07-slice/EXECUTION_BRIEF.md +39 -0
  56. package/docs/specs/01-spec/08-slice/08-slice.json +36 -0
  57. package/docs/specs/01-spec/08-slice/08-slice.md +105 -0
  58. package/docs/specs/01-spec/08-slice/CLOSURE_BRIEF.md +114 -0
  59. package/docs/specs/01-spec/08-slice/EXECUTION_BRIEF.md +39 -0
  60. package/docs/specs/01-spec/CLOSURE_BRIEF.md +87 -0
  61. package/docs/specs/01-spec/spec.md +197 -0
  62. package/docs/workflows/full-ai-spec-to-pr.md +46 -3
  63. package/i18n/es/docs/GITFLOW_PR_GUIDE.md.template +38 -1
  64. package/package.json +27 -1
  65. package/scripts/package-quiver.sh +82 -2
  66. package/scripts/release-quiver.sh +14 -3
  67. package/specs/[project-name]/slices/pr.md.template +19 -0
  68. package/specs/quiver-v43-cli-i18n-audit-release-readiness/command-language-mode-matrix.json +122 -1
  69. package/specs/quiver-v46-deep-project-analysis/EVIDENCE_REPORT.md +94 -0
  70. package/specs/quiver-v46-deep-project-analysis/EXECUTION_PLAN.md +26 -0
  71. package/specs/quiver-v46-deep-project-analysis/SPEC.md +157 -0
  72. package/specs/quiver-v46-deep-project-analysis/STATUS.md +26 -0
  73. package/specs/quiver-v46-deep-project-analysis/pr.md +131 -0
  74. package/specs/quiver-v46-deep-project-analysis/slices/slice-00-analysis-contract-foundation/CLOSURE_BRIEF.md +14 -0
  75. package/specs/quiver-v46-deep-project-analysis/slices/slice-00-analysis-contract-foundation/EXECUTION_BRIEF.md +41 -0
  76. package/specs/quiver-v46-deep-project-analysis/slices/slice-00-analysis-contract-foundation/slice.json +61 -0
  77. package/specs/quiver-v46-deep-project-analysis/slices/slice-01-stack-agnostic-discovery-sampling/CLOSURE_BRIEF.md +22 -0
  78. package/specs/quiver-v46-deep-project-analysis/slices/slice-01-stack-agnostic-discovery-sampling/EXECUTION_BRIEF.md +33 -0
  79. package/specs/quiver-v46-deep-project-analysis/slices/slice-01-stack-agnostic-discovery-sampling/slice.json +80 -0
  80. package/specs/quiver-v46-deep-project-analysis/slices/slice-02-provider-analysis-json-contract/CLOSURE_BRIEF.md +21 -0
  81. package/specs/quiver-v46-deep-project-analysis/slices/slice-02-provider-analysis-json-contract/EXECUTION_BRIEF.md +34 -0
  82. package/specs/quiver-v46-deep-project-analysis/slices/slice-02-provider-analysis-json-contract/slice.json +79 -0
  83. package/specs/quiver-v46-deep-project-analysis/slices/slice-03-doc-proposal-review-safe-writes/CLOSURE_BRIEF.md +19 -0
  84. package/specs/quiver-v46-deep-project-analysis/slices/slice-03-doc-proposal-review-safe-writes/EXECUTION_BRIEF.md +33 -0
  85. package/specs/quiver-v46-deep-project-analysis/slices/slice-03-doc-proposal-review-safe-writes/slice.json +79 -0
  86. package/specs/quiver-v46-deep-project-analysis/slices/slice-04-validation-docs-release-readiness/CLOSURE_BRIEF.md +20 -0
  87. package/specs/quiver-v46-deep-project-analysis/slices/slice-04-validation-docs-release-readiness/EXECUTION_BRIEF.md +32 -0
  88. package/specs/quiver-v46-deep-project-analysis/slices/slice-04-validation-docs-release-readiness/slice.json +85 -0
  89. package/specs/quiver-v50-audit-trust-foundation/EVIDENCE_REPORT.md +151 -0
  90. package/specs/quiver-v50-audit-trust-foundation/EXECUTION_PLAN.md +34 -0
  91. package/specs/quiver-v50-audit-trust-foundation/SPEC.md +113 -0
  92. package/specs/quiver-v50-audit-trust-foundation/STATUS.md +26 -0
  93. package/specs/quiver-v50-audit-trust-foundation/pr.md +120 -0
  94. package/specs/quiver-v50-audit-trust-foundation/slices/slice-00-audit-baseline-and-resolved-findings/CLOSURE_BRIEF.md +20 -0
  95. package/specs/quiver-v50-audit-trust-foundation/slices/slice-00-audit-baseline-and-resolved-findings/EXECUTION_BRIEF.md +58 -0
  96. package/specs/quiver-v50-audit-trust-foundation/slices/slice-00-audit-baseline-and-resolved-findings/slice.json +57 -0
  97. package/specs/quiver-v50-audit-trust-foundation/slices/slice-01-runtime-minimum-and-package-metadata/CLOSURE_BRIEF.md +24 -0
  98. package/specs/quiver-v50-audit-trust-foundation/slices/slice-01-runtime-minimum-and-package-metadata/EXECUTION_BRIEF.md +67 -0
  99. package/specs/quiver-v50-audit-trust-foundation/slices/slice-01-runtime-minimum-and-package-metadata/slice.json +71 -0
  100. package/specs/quiver-v50-audit-trust-foundation/slices/slice-02-migrate-write-safety-contract/CLOSURE_BRIEF.md +24 -0
  101. package/specs/quiver-v50-audit-trust-foundation/slices/slice-02-migrate-write-safety-contract/EXECUTION_BRIEF.md +71 -0
  102. package/specs/quiver-v50-audit-trust-foundation/slices/slice-02-migrate-write-safety-contract/slice.json +81 -0
  103. package/specs/quiver-v50-audit-trust-foundation/slices/slice-03-security-reporting-channel/CLOSURE_BRIEF.md +22 -0
  104. package/specs/quiver-v50-audit-trust-foundation/slices/slice-03-security-reporting-channel/EXECUTION_BRIEF.md +57 -0
  105. package/specs/quiver-v50-audit-trust-foundation/slices/slice-03-security-reporting-channel/slice.json +56 -0
  106. package/specs/quiver-v50-audit-trust-foundation/slices/slice-04-user-facing-i18n-error-coverage/CLOSURE_BRIEF.md +23 -0
  107. package/specs/quiver-v50-audit-trust-foundation/slices/slice-04-user-facing-i18n-error-coverage/EXECUTION_BRIEF.md +68 -0
  108. package/specs/quiver-v50-audit-trust-foundation/slices/slice-04-user-facing-i18n-error-coverage/slice.json +84 -0
  109. package/specs/quiver-v50-audit-trust-foundation/slices/slice-05-init-analyze-progress-and-summaries/CLOSURE_BRIEF.md +25 -0
  110. package/specs/quiver-v50-audit-trust-foundation/slices/slice-05-init-analyze-progress-and-summaries/EXECUTION_BRIEF.md +73 -0
  111. package/specs/quiver-v50-audit-trust-foundation/slices/slice-05-init-analyze-progress-and-summaries/slice.json +72 -0
  112. package/specs/quiver-v50-audit-trust-foundation/slices/slice-06-contributor-and-architecture-docs/CLOSURE_BRIEF.md +22 -0
  113. package/specs/quiver-v50-audit-trust-foundation/slices/slice-06-contributor-and-architecture-docs/EXECUTION_BRIEF.md +66 -0
  114. package/specs/quiver-v50-audit-trust-foundation/slices/slice-06-contributor-and-architecture-docs/slice.json +74 -0
  115. package/specs/quiver-v50-audit-trust-foundation/slices/slice-07-ci-and-documentation-lint-baseline/CLOSURE_BRIEF.md +29 -0
  116. package/specs/quiver-v50-audit-trust-foundation/slices/slice-07-ci-and-documentation-lint-baseline/EXECUTION_BRIEF.md +74 -0
  117. package/specs/quiver-v50-audit-trust-foundation/slices/slice-07-ci-and-documentation-lint-baseline/slice.json +81 -0
  118. package/specs/quiver-v51-cli-ergonomics-automation-contracts/EVIDENCE_REPORT.md +145 -0
  119. package/specs/quiver-v51-cli-ergonomics-automation-contracts/EXECUTION_PLAN.md +32 -0
  120. package/specs/quiver-v51-cli-ergonomics-automation-contracts/SPEC.md +109 -0
  121. package/specs/quiver-v51-cli-ergonomics-automation-contracts/STATUS.md +25 -0
  122. package/specs/quiver-v51-cli-ergonomics-automation-contracts/pr.md +69 -0
  123. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-00-cli-contract-baseline/CLOSURE_BRIEF.md +20 -0
  124. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-00-cli-contract-baseline/EXECUTION_BRIEF.md +58 -0
  125. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-00-cli-contract-baseline/slice.json +56 -0
  126. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-01-flow-json-compatibility/CLOSURE_BRIEF.md +21 -0
  127. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-01-flow-json-compatibility/EXECUTION_BRIEF.md +61 -0
  128. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-01-flow-json-compatibility/slice.json +68 -0
  129. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-02-dashboard-section-validation-i18n/CLOSURE_BRIEF.md +25 -0
  130. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-02-dashboard-section-validation-i18n/EXECUTION_BRIEF.md +65 -0
  131. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-02-dashboard-section-validation-i18n/pr.md +134 -0
  132. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-02-dashboard-section-validation-i18n/slice.json +80 -0
  133. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-03-base-branch-resolution-policy/CLOSURE_BRIEF.md +31 -0
  134. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-03-base-branch-resolution-policy/EXECUTION_BRIEF.md +80 -0
  135. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-03-base-branch-resolution-policy/pr.md +159 -0
  136. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-03-base-branch-resolution-policy/slice.json +102 -0
  137. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-04-next-plan-graph-ux-edge-cases/CLOSURE_BRIEF.md +25 -0
  138. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-04-next-plan-graph-ux-edge-cases/EXECUTION_BRIEF.md +74 -0
  139. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-04-next-plan-graph-ux-edge-cases/pr.md +147 -0
  140. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-04-next-plan-graph-ux-edge-cases/slice.json +91 -0
  141. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-05-evidence-robustness-path-safety/CLOSURE_BRIEF.md +28 -0
  142. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-05-evidence-robustness-path-safety/EXECUTION_BRIEF.md +73 -0
  143. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-05-evidence-robustness-path-safety/pr.md +146 -0
  144. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-05-evidence-robustness-path-safety/slice.json +100 -0
  145. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-06-namespace-compatibility-windows-scripts/CLOSURE_BRIEF.md +36 -0
  146. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-06-namespace-compatibility-windows-scripts/EXECUTION_BRIEF.md +76 -0
  147. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-06-namespace-compatibility-windows-scripts/pr.md +155 -0
  148. package/specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-06-namespace-compatibility-windows-scripts/slice.json +111 -0
  149. package/specs/quiver-v52-schema-docs-release-hygiene/EVIDENCE_REPORT.md +95 -0
  150. package/specs/quiver-v52-schema-docs-release-hygiene/EXECUTION_PLAN.md +31 -0
  151. package/specs/quiver-v52-schema-docs-release-hygiene/SPEC.md +107 -0
  152. package/specs/quiver-v52-schema-docs-release-hygiene/STATUS.md +22 -0
  153. package/specs/quiver-v52-schema-docs-release-hygiene/pr.md +69 -0
  154. package/specs/quiver-v52-schema-docs-release-hygiene/slices/slice-00-schema-docs-release-baseline/CLOSURE_BRIEF.md +21 -0
  155. package/specs/quiver-v52-schema-docs-release-hygiene/slices/slice-00-schema-docs-release-baseline/EXECUTION_BRIEF.md +60 -0
  156. package/specs/quiver-v52-schema-docs-release-hygiene/slices/slice-00-schema-docs-release-baseline/slice.json +62 -0
  157. package/specs/quiver-v52-schema-docs-release-hygiene/slices/slice-01-json-schema-for-slice-json/CLOSURE_BRIEF.md +34 -0
  158. package/specs/quiver-v52-schema-docs-release-hygiene/slices/slice-01-json-schema-for-slice-json/EXECUTION_BRIEF.md +71 -0
  159. package/specs/quiver-v52-schema-docs-release-hygiene/slices/slice-01-json-schema-for-slice-json/pr.md +146 -0
  160. package/specs/quiver-v52-schema-docs-release-hygiene/slices/slice-01-json-schema-for-slice-json/slice.json +106 -0
  161. package/specs/quiver-v52-schema-docs-release-hygiene/slices/slice-02-generated-cli-reference/CLOSURE_BRIEF.md +33 -0
  162. package/specs/quiver-v52-schema-docs-release-hygiene/slices/slice-02-generated-cli-reference/EXECUTION_BRIEF.md +67 -0
  163. package/specs/quiver-v52-schema-docs-release-hygiene/slices/slice-02-generated-cli-reference/pr.md +144 -0
  164. package/specs/quiver-v52-schema-docs-release-hygiene/slices/slice-02-generated-cli-reference/slice.json +86 -0
  165. package/specs/quiver-v52-schema-docs-release-hygiene/slices/slice-03-changelog-package-release-smoke-hygiene/CLOSURE_BRIEF.md +38 -0
  166. package/specs/quiver-v52-schema-docs-release-hygiene/slices/slice-03-changelog-package-release-smoke-hygiene/EXECUTION_BRIEF.md +75 -0
  167. package/specs/quiver-v52-schema-docs-release-hygiene/slices/slice-03-changelog-package-release-smoke-hygiene/pr.md +159 -0
  168. package/specs/quiver-v52-schema-docs-release-hygiene/slices/slice-03-changelog-package-release-smoke-hygiene/slice.json +105 -0
  169. package/src/create-quiver/commands/ai.js +521 -0
  170. package/src/create-quiver/commands/changelog.js +93 -0
  171. package/src/create-quiver/commands/config.js +16 -5
  172. package/src/create-quiver/commands/evidence.js +33 -2
  173. package/src/create-quiver/commands/flow.js +1 -0
  174. package/src/create-quiver/commands/graph.js +8 -2
  175. package/src/create-quiver/commands/plan.js +6 -0
  176. package/src/create-quiver/commands/spec.js +28 -13
  177. package/src/create-quiver/index.js +408 -98
  178. package/src/create-quiver/lib/ai/analyze-project-discovery.js +387 -0
  179. package/src/create-quiver/lib/ai/analyze-project-docs.js +364 -0
  180. package/src/create-quiver/lib/ai/analyze-project-parser.js +277 -0
  181. package/src/create-quiver/lib/ai/analyze-project-prompts.js +214 -0
  182. package/src/create-quiver/lib/ai/analyze-project-review.js +99 -0
  183. package/src/create-quiver/lib/ai/analyze-project-sampling.js +402 -0
  184. package/src/create-quiver/lib/ai/analyze-project-schema.js +92 -0
  185. package/src/create-quiver/lib/ai/analyze-project-validation.js +309 -0
  186. package/src/create-quiver/lib/ai/artifacts.js +4 -1
  187. package/src/create-quiver/lib/ai/github.js +5 -2
  188. package/src/create-quiver/lib/ai/spec-templates.js +19 -0
  189. package/src/create-quiver/lib/cli/command-registry.js +72 -0
  190. package/src/create-quiver/lib/cli/parser.js +14 -0
  191. package/src/create-quiver/lib/evidence.js +161 -6
  192. package/src/create-quiver/lib/git.js +99 -0
  193. package/src/create-quiver/lib/i18n/messages/en.js +52 -7
  194. package/src/create-quiver/lib/i18n/messages/es.js +54 -9
  195. package/src/create-quiver/lib/init-docs.js +1 -1
  196. package/src/create-quiver/lib/init-layout.js +9 -8
  197. package/src/create-quiver/lib/lifecycle.js +24 -26
  198. package/src/create-quiver/lib/readiness.js +67 -56
  199. package/src/create-quiver/lib/spec-worktrees.js +16 -34
@@ -0,0 +1,73 @@
1
+ # EXECUTION_BRIEF - slice-05 init/analyze progress and summaries
2
+
3
+ ## Context
4
+
5
+ `init` and `analyze` are onboarding commands. They need feedback for humans without contaminating CI, JSON, no-TTY, or no-color flows.
6
+
7
+ ## Objective
8
+
9
+ Add safe progress feedback and stable summaries to onboarding commands.
10
+
11
+ ## Scope
12
+
13
+ - `init` progress and summary.
14
+ - `analyze` progress and summary.
15
+ - UX mode detection.
16
+ - EN/ES messages.
17
+ - Tests for TTY/no-TTY/CI/JSON/no-color behavior.
18
+
19
+ ## Acceptance Criteria
20
+
21
+ - Progress appears only in safe TTY conditions.
22
+ - Progress does not appear in `CI=true`, no-TTY, `--json`, or `--no-color`.
23
+ - Final summaries remain in normal human output.
24
+ - JSON outputs remain clean.
25
+ - New messages are localized.
26
+
27
+ ## Expected Files To Modify
28
+
29
+ - `src/create-quiver/commands/init.js`
30
+ - `src/create-quiver/commands/analyze.js`
31
+ - `src/create-quiver/index.js`
32
+ - `src/create-quiver/lib/cli/ux.js`
33
+ - `src/create-quiver/lib/i18n/messages/en.js`
34
+ - `src/create-quiver/lib/i18n/messages/es.js`
35
+ - `tests/commands/analyze.test.js`
36
+ - `tests/commands/init-profiles.test.js`
37
+ - `tests/lib/cli-ux.test.js`
38
+ - `specs/quiver-v50-audit-trust-foundation/EVIDENCE_REPORT.md`
39
+
40
+ ## Validations Required
41
+
42
+ - `node --test tests/commands/analyze.test.js`
43
+ - `node --test tests/commands/init-profiles.test.js`
44
+ - `node --test tests/lib/cli-ux.test.js`
45
+ - `node --test`
46
+ - `git diff --check`
47
+
48
+ ## Risks
49
+
50
+ - Spinner/progress noise in CI.
51
+ - Accidentally suppressing useful final summaries.
52
+ - Snapshot drift in existing tests.
53
+
54
+ ## Dependencies
55
+
56
+ - Depends on `slice-00-audit-baseline-and-resolved-findings`.
57
+ - Depends on `slice-04-user-facing-i18n-error-coverage`.
58
+
59
+ ## Instructions For Executor
60
+
61
+ 1. Use existing UX helpers where possible.
62
+ 2. Keep transient progress separate from final summary output.
63
+ 3. Test stdout/stderr behavior explicitly.
64
+
65
+ ## Completion Checklist
66
+
67
+ - [ ] Acceptance criteria satisfied.
68
+ - [ ] Required validations run or blockers documented.
69
+ - [ ] Closure brief updated.
70
+
71
+ ## Conditions Of Closure
72
+
73
+ - Onboarding commands feel responsive without breaking automation.
@@ -0,0 +1,72 @@
1
+ {
2
+ "slice_id": "slice-05-init-analyze-progress-and-summaries",
3
+ "ticket": "QUIVER-50-05",
4
+ "type": "feature",
5
+ "title": "Init/analyze progress and summaries",
6
+ "objective": "Add safe progress feedback and stable summaries to onboarding commands.",
7
+ "description": "Improves perceived responsiveness for init and analyze while preserving JSON, CI, no-TTY, and no-color behavior.",
8
+ "git": {
9
+ "branch_type": "feature",
10
+ "base_branch": "main",
11
+ "branch_slug": "v50-init-analyze-progress",
12
+ "branch_name": "feature/QUIVER-50-05-v50-init-analyze-progress"
13
+ },
14
+ "files": [
15
+ "src/create-quiver/index.js",
16
+ "src/create-quiver/lib/cli/ux.js",
17
+ "src/create-quiver/lib/i18n/messages/en.js",
18
+ "src/create-quiver/lib/i18n/messages/es.js",
19
+ "tests/commands/init*.test.js",
20
+ "tests/commands/analyze.test.js",
21
+ "tests/lib/cli-ux.test.js",
22
+ "specs/quiver-v50-audit-trust-foundation/**"
23
+ ],
24
+ "expected_read_paths": [
25
+ "src/create-quiver/index.js",
26
+ "src/create-quiver/lib/cli/ux.js",
27
+ "tests/commands/analyze.test.js",
28
+ "tests/commands/init-profiles.test.js"
29
+ ],
30
+ "allowed_write_paths": [
31
+ "src/create-quiver/**",
32
+ "tests/**",
33
+ "specs/quiver-v50-audit-trust-foundation/**"
34
+ ],
35
+ "depends_on": [
36
+ "slice-00-audit-baseline-and-resolved-findings",
37
+ "slice-04-user-facing-i18n-error-coverage"
38
+ ],
39
+ "parallel_safe": "no",
40
+ "parallel_safe_reason": "Progress messages share i18n and UX behavior with slice-04.",
41
+ "must": [
42
+ "Show transient progress only in safe TTY conditions.",
43
+ "Preserve final summaries in normal human output.",
44
+ "Suppress progress frames in JSON, no-TTY, CI=true, and --no-color.",
45
+ "Localize new human messages."
46
+ ],
47
+ "not_included": [
48
+ "Changing init/analyze core logic.",
49
+ "Adding progress to unrelated commands."
50
+ ],
51
+ "acceptance": [
52
+ "TTY users see progress during slow phases.",
53
+ "CI/no-TTY/JSON/no-color do not receive transient progress.",
54
+ "Stable final summaries remain in normal human output.",
55
+ "Tests distinguish progress from final summaries."
56
+ ],
57
+ "tests": [
58
+ "node --test tests/commands/analyze.test.js",
59
+ "node --test tests/commands/init-profiles.test.js",
60
+ "node --test tests/lib/cli-ux.test.js tests/lib/i18n-catalog.test.js",
61
+ "node --test",
62
+ "git diff --check"
63
+ ],
64
+ "validation_hints": [
65
+ "If using createUx.withSpinner, ensure fallback echo does not create progress noise in CI."
66
+ ],
67
+ "estimated_hours": 5,
68
+ "status": "completed",
69
+ "blocked_reason": null,
70
+ "actual_hours": 5,
71
+ "completed_at": "2026-06-01T22:59:17-0300"
72
+ }
@@ -0,0 +1,22 @@
1
+ # CLOSURE_BRIEF - slice-06 contributor and architecture docs
2
+
3
+ ## Summary
4
+
5
+ Expanded contributor documentation and added a real architecture guide aligned to the current CLI, package scripts, templates, specs, tests, CI, and npm package boundary.
6
+
7
+ ## Validation
8
+
9
+ - [x] `node bin/create-quiver.js --help`
10
+ - [x] `git diff --check`
11
+ - [x] `node bin/create-quiver.js spec validate specs/quiver-v50-audit-trust-foundation`
12
+ - [x] `node bin/create-quiver.js check-slice specs/quiver-v50-audit-trust-foundation/slices/slice-06-contributor-and-architecture-docs/slice.json --local`
13
+
14
+ ## Closure Conditions
15
+
16
+ - [x] CONTRIBUTING expanded.
17
+ - [x] ARCHITECTURE created.
18
+ - [x] Public docs aligned with real commands and spec structure.
19
+
20
+ ## Open Items
21
+
22
+ - None.
@@ -0,0 +1,66 @@
1
+ # EXECUTION_BRIEF - slice-06 contributor and architecture docs
2
+
3
+ ## Context
4
+
5
+ Contributor documentation must reflect the real CLI, package, test, and spec structure. This repo uses `specs/quiver-vNN-*`, not `docs/specs`.
6
+
7
+ ## Objective
8
+
9
+ Make contribution and architecture documentation accurate enough for external contributors.
10
+
11
+ ## Scope
12
+
13
+ - `CONTRIBUTING.md`.
14
+ - `ARCHITECTURE.md`.
15
+ - Public docs cleanup.
16
+ - Templates/examples explanation.
17
+ - Package boundary explanation.
18
+
19
+ ## Acceptance Criteria
20
+
21
+ - A new contributor can set up and run tests using `CONTRIBUTING.md`.
22
+ - `ARCHITECTURE.md` documents real entrypoints and layers.
23
+ - Spec convention is documented as `specs/quiver-vNN-*`.
24
+ - Commands mentioned exist in current `--help`.
25
+ - Public docs avoid unexplained internal `vNN` references.
26
+
27
+ ## Expected Files To Modify
28
+
29
+ - `CONTRIBUTING.md`
30
+ - `ARCHITECTURE.md`
31
+ - `README.md`
32
+ - `ROADMAP.md`
33
+ - `docs/CLI_UX_GUIDE.md`
34
+ - `docs/reference/commands.md`
35
+ - `specs/quiver-v50-audit-trust-foundation/EVIDENCE_REPORT.md`
36
+
37
+ ## Validations Required
38
+
39
+ - `node bin/create-quiver.js --help`
40
+ - `git diff --check`
41
+
42
+ ## Risks
43
+
44
+ - Documenting idealized architecture instead of actual code.
45
+ - Introducing stale command references.
46
+ - Mixing internal dogfooding details into public docs.
47
+
48
+ ## Dependencies
49
+
50
+ - Depends on `slice-00-audit-baseline-and-resolved-findings`.
51
+
52
+ ## Instructions For Executor
53
+
54
+ 1. Inspect code and package scripts before writing docs.
55
+ 2. Distinguish user npm behavior from contributor repo behavior.
56
+ 3. Keep docs actionable and concise.
57
+
58
+ ## Completion Checklist
59
+
60
+ - [ ] Acceptance criteria satisfied.
61
+ - [ ] Required validations run or blockers documented.
62
+ - [ ] Closure brief updated.
63
+
64
+ ## Conditions Of Closure
65
+
66
+ - External contributors can understand and work on Quiver without reverse-engineering the repo.
@@ -0,0 +1,74 @@
1
+ {
2
+ "slice_id": "slice-06-contributor-and-architecture-docs",
3
+ "ticket": "QUIVER-50-06",
4
+ "type": "documentation",
5
+ "title": "Contributor and architecture docs",
6
+ "objective": "Make contribution and architecture documentation accurate enough for external contributors.",
7
+ "description": "Expands CONTRIBUTING.md and creates ARCHITECTURE.md based on the real CLI/package/spec structure.",
8
+ "git": {
9
+ "branch_type": "feature",
10
+ "base_branch": "main",
11
+ "branch_slug": "v50-contributor-architecture-docs",
12
+ "branch_name": "feature/QUIVER-50-06-v50-contributor-architecture-docs"
13
+ },
14
+ "files": [
15
+ "CONTRIBUTING.md",
16
+ "ARCHITECTURE.md",
17
+ "README.md",
18
+ "ROADMAP.md",
19
+ "docs/CLI_UX_GUIDE.md",
20
+ "docs/reference/commands.md",
21
+ "specs/quiver-v50-audit-trust-foundation/**"
22
+ ],
23
+ "expected_read_paths": [
24
+ "README.md",
25
+ "README_FOR_AI.md",
26
+ "package.json",
27
+ "src/create-quiver/**",
28
+ "specs/quiver-v49-parser-modernization/**",
29
+ "scripts/package-quiver.sh",
30
+ ".npmignore"
31
+ ],
32
+ "allowed_write_paths": [
33
+ "CONTRIBUTING.md",
34
+ "ARCHITECTURE.md",
35
+ "README.md",
36
+ "ROADMAP.md",
37
+ "docs/**",
38
+ "specs/quiver-v50-audit-trust-foundation/**"
39
+ ],
40
+ "depends_on": [
41
+ "slice-00-audit-baseline-and-resolved-findings"
42
+ ],
43
+ "parallel_safe": "yes",
44
+ "parallel_safe_reason": "Docs work can run independently after baseline, but must stay aligned with real commands.",
45
+ "must": [
46
+ "Document real setup, tests, smokes, commits, and PR process.",
47
+ "Document real architecture and package boundaries.",
48
+ "Document specs/quiver-vNN-* as the real spec convention.",
49
+ "Explain templates and examples.",
50
+ "Clean public references to internal vNN wording where needed."
51
+ ],
52
+ "not_included": [
53
+ "Creating a docs site.",
54
+ "Changing CLI behavior."
55
+ ],
56
+ "acceptance": [
57
+ "A contributor can set up and run tests from CONTRIBUTING.md.",
58
+ "ARCHITECTURE.md describes real entrypoints, layers, specs, and package boundaries.",
59
+ "Docs mention only commands that exist in current help.",
60
+ "Public docs avoid unexplained internal version references."
61
+ ],
62
+ "tests": [
63
+ "node bin/create-quiver.js --help",
64
+ "git diff --check"
65
+ ],
66
+ "validation_hints": [
67
+ "Do not document docs/specs as canonical; this repo uses specs/quiver-vNN-*."
68
+ ],
69
+ "estimated_hours": 5,
70
+ "status": "completed",
71
+ "blocked_reason": null,
72
+ "actual_hours": 3,
73
+ "completed_at": "2026-06-01T22:13:40-0300"
74
+ }
@@ -0,0 +1,29 @@
1
+ # CLOSURE_BRIEF - slice-07 CI and documentation lint baseline
2
+
3
+ ## Summary
4
+
5
+ Added a portable CI/docs baseline: shell-free Node test wrapper, explicit docs lint/link wrappers, markdown configs with non-flaky local-link scope, npm scripts for local parity, CI `tests`/`docs` jobs, and Windows `pwsh` coverage for a portable CLI/test path.
6
+
7
+ ## Validation
8
+
9
+ - [x] `npm ci`
10
+ - [x] `npm run docs:lint`
11
+ - [x] `npm run docs:links`
12
+ - [x] `npm run docs:check`
13
+ - [x] `npm run test:ci -- tests/lib/paths.test.js`
14
+ - [x] `node --test`
15
+ - [x] `npm run package:quiver`
16
+ - [x] `git diff --check`
17
+ - [x] `node bin/create-quiver.js spec validate specs/quiver-v50-audit-trust-foundation`
18
+ - [x] `node bin/create-quiver.js check-slice specs/quiver-v50-audit-trust-foundation/slices/slice-07-ci-and-documentation-lint-baseline/slice.json --local`
19
+
20
+ ## Closure Conditions
21
+
22
+ - [x] CI hardened.
23
+ - [x] Docs lint/link checks controlled.
24
+ - [x] Windows PowerShell path validated through CI workflow coverage.
25
+ - [x] Lockfile synchronized.
26
+
27
+ ## Open Items
28
+
29
+ - Local `pwsh` was not available on this machine; CI includes the Windows-only `pwsh` coverage required by the slice.
@@ -0,0 +1,74 @@
1
+ # EXECUTION_BRIEF - slice-07 CI and documentation lint baseline
2
+
3
+ ## Context
4
+
5
+ CI exists but must be hardened for production-quality PR validation without introducing flaky docs gates.
6
+
7
+ ## Objective
8
+
9
+ Harden CI with portable tests, docs lint, link checks, and Windows PowerShell coverage.
10
+
11
+ ## Scope
12
+
13
+ - GitHub Actions.
14
+ - `npm ci`.
15
+ - Portable test runner.
16
+ - OS matrix and Windows `pwsh`.
17
+ - Markdown lint/link check baseline.
18
+ - Local check documentation.
19
+
20
+ ## Acceptance Criteria
21
+
22
+ - CI runs `npm ci`.
23
+ - Tests run without shell glob expansion.
24
+ - Windows `pwsh` validates a portable path.
25
+ - Docs lint/link checks have controlled, non-flaky scope.
26
+ - `package-lock.json` is synchronized.
27
+ - Local equivalent commands are documented.
28
+
29
+ ## Expected Files To Modify
30
+
31
+ - `.github/workflows/ci.yml`
32
+ - `.markdownlint.json`
33
+ - `.markdown-link-check.json`
34
+ - `package.json`
35
+ - `package-lock.json`
36
+ - `CONTRIBUTING.md`
37
+ - `scripts/ci/**`
38
+ - `specs/quiver-v50-audit-trust-foundation/EVIDENCE_REPORT.md`
39
+
40
+ ## Validations Required
41
+
42
+ - `npm ci`
43
+ - `node --test`
44
+ - `npm run package:quiver`
45
+ - `git diff --check`
46
+
47
+ ## Risks
48
+
49
+ - Flaky external link checks.
50
+ - PowerShell path failures.
51
+ - Unsynchronized lockfile.
52
+ - Large unrelated markdown churn.
53
+
54
+ ## Dependencies
55
+
56
+ - Depends on `slice-01-runtime-minimum-and-package-metadata`.
57
+ - Depends on `slice-06-contributor-and-architecture-docs`.
58
+
59
+ ## Instructions For Executor
60
+
61
+ 1. Prefer portable Node-based scripts over shell-specific globs.
62
+ 2. Keep docs lint scope small and explicit.
63
+ 3. Document any non-blocking external link check decision.
64
+ 4. Verify lockfile sync.
65
+
66
+ ## Completion Checklist
67
+
68
+ - [ ] Acceptance criteria satisfied.
69
+ - [ ] Required validations run or blockers documented.
70
+ - [ ] Closure brief updated.
71
+
72
+ ## Conditions Of Closure
73
+
74
+ - CI is a trustworthy gate without becoming noisy or flaky.
@@ -0,0 +1,81 @@
1
+ {
2
+ "slice_id": "slice-07-ci-and-documentation-lint-baseline",
3
+ "ticket": "QUIVER-50-07",
4
+ "type": "automation",
5
+ "title": "CI and documentation lint baseline",
6
+ "objective": "Harden CI with portable tests, docs lint, link checks, and Windows PowerShell coverage.",
7
+ "description": "Improves CI without introducing flaky external link failures or broad documentation churn.",
8
+ "git": {
9
+ "branch_type": "feature",
10
+ "base_branch": "main",
11
+ "branch_slug": "v50-ci-docs-lint-baseline",
12
+ "branch_name": "feature/QUIVER-50-07-v50-ci-docs-lint-baseline"
13
+ },
14
+ "files": [
15
+ ".github/workflows/ci.yml",
16
+ ".markdownlint.json",
17
+ ".markdown-link-check.json",
18
+ "package.json",
19
+ "package-lock.json",
20
+ "CONTRIBUTING.md",
21
+ "scripts/ci/**",
22
+ "specs/quiver-v50-audit-trust-foundation/**"
23
+ ],
24
+ "expected_read_paths": [
25
+ ".github/workflows/ci.yml",
26
+ "package.json",
27
+ "package-lock.json",
28
+ "scripts/ci/**",
29
+ "CONTRIBUTING.md"
30
+ ],
31
+ "allowed_write_paths": [
32
+ ".github/workflows/ci.yml",
33
+ ".markdownlint.json",
34
+ ".markdown-link-check.json",
35
+ "package.json",
36
+ "package-lock.json",
37
+ "CONTRIBUTING.md",
38
+ "scripts/ci/**",
39
+ "specs/quiver-v50-audit-trust-foundation/**"
40
+ ],
41
+ "depends_on": [
42
+ "slice-01-runtime-minimum-and-package-metadata",
43
+ "slice-06-contributor-and-architecture-docs"
44
+ ],
45
+ "parallel_safe": "no",
46
+ "parallel_safe_reason": "CI depends on package metadata and docs baseline.",
47
+ "must": [
48
+ "Run npm ci in CI.",
49
+ "Use portable test runner without shell glob expansion.",
50
+ "Add Windows pwsh coverage for portable commands.",
51
+ "Adopt docs lint/link checks with controlled scope.",
52
+ "Keep package-lock.json synchronized."
53
+ ],
54
+ "not_included": [
55
+ "npm publish automation.",
56
+ "Aggressive markdown reformatting.",
57
+ "Flaky blocking external link checks."
58
+ ],
59
+ "acceptance": [
60
+ "CI validates tests and smokes on supported OS matrix.",
61
+ "Windows pwsh runs at least one portable npm/CLI path.",
62
+ "Docs lint/link checks have explicit non-flaky scope.",
63
+ "Local equivalent commands are documented."
64
+ ],
65
+ "tests": [
66
+ "npm ci",
67
+ "npm run docs:check",
68
+ "npm run test:ci -- tests/lib/paths.test.js",
69
+ "node --test",
70
+ "npm run package:quiver",
71
+ "git diff --check"
72
+ ],
73
+ "validation_hints": [
74
+ "If external link checking is unstable, make external checks informational for this slice."
75
+ ],
76
+ "estimated_hours": 8,
77
+ "actual_hours": 6,
78
+ "status": "completed",
79
+ "completed_at": "2026-06-01T23:07:41-0300",
80
+ "blocked_reason": null
81
+ }
@@ -0,0 +1,145 @@
1
+ # Evidence Report - Quiver v51 CLI Ergonomics and Automation Contracts
2
+
3
+ ## Planning Evidence
4
+
5
+ - Source requirements: `REQUERIMIENTOS_DERIVADOS_DE_AUDITORIA.md`.
6
+ - Approved plan: user-approved technical plan v4.
7
+ - Current branch inspection showed `status`, `slice`, `handoff`, `evidence list/show`, `demo spec-viewer`, and AI module fragmentation are already present.
8
+
9
+ ## Baseline Evidence To Capture During Execution
10
+
11
+ - `node bin/create-quiver.js --help`
12
+ - `node bin/create-quiver.js flow --json`
13
+ - `node bin/create-quiver.js dashboard --section invalid --lang es`
14
+ - `node bin/create-quiver.js evidence list --json`
15
+ - namespace alias stdout/stderr behavior
16
+ - Windows `pwsh` command execution for portable scripts
17
+
18
+ ## Validation Evidence
19
+
20
+ ## slice-00-cli-contract-baseline
21
+
22
+ - `bin/create-quiver.js`: delegates to the `src/create-quiver` CLI implementation.
23
+ - `src/create-quiver/lib/cli/command-registry.js`: enumerates the public command surface for `status`, `flow`, `dashboard`, `plan`, `graph`, `evidence`, `demo`, `slice`, `handoff`, and `ai`.
24
+ - `src/create-quiver/commands/status.js` and `tests/commands/status.test.js`: `status` command exists with human and JSON contracts.
25
+ - `src/create-quiver/commands/slice.js` and `tests/commands/slice-namespace.test.js`: canonical `slice` namespace and legacy aliases exist with deprecation warnings on stderr.
26
+ - `src/create-quiver/commands/handoff.js` and `tests/commands/handoff-namespace.test.js`: canonical `handoff` namespace and legacy aliases exist with deprecation warnings on stderr.
27
+ - `src/create-quiver/commands/evidence.js`, `src/create-quiver/lib/evidence.js`, and `tests/commands/evidence.test.js`: evidence `run/list/show`, redaction, truncation, JSON, and path-safety contracts exist.
28
+ - `src/create-quiver/commands/demo.js` and `tests/commands/demo.test.js`: `demo spec-viewer` and `demo create spec-viewer` compatibility exists.
29
+ - `src/create-quiver/commands/ai.js` delegates to `src/create-quiver/commands/ai/{agents,diagnostics,execution,inspection,lifecycle,planner}.js`; AI fragmentation is already implemented.
30
+ - `src/create-quiver/commands/flow.js` and `tests/commands/flow.test.js`: `flow` is read-only and has JSON tests, but additive `next_command` still belongs to `slice-01`.
31
+ - `src/create-quiver/lib/dashboard.js` and `tests/commands/dashboard.test.js`: dashboard sections and JSON constraints are tested; invalid-section localization remains for `slice-02`.
32
+ - `tests/commands/plan.test.js` and `tests/commands/graph.test.js`: missing estimates and empty level filters are covered.
33
+ - `package.json`: legacy Bash scripts coexist with portable `quiver:*` scripts; Windows script policy remains for `slice-06`.
34
+ - Runtime code was not modified for this baseline slice.
35
+ - `git diff --check`: passed.
36
+ - `node bin/create-quiver.js spec validate specs/quiver-v51-cli-ergonomics-automation-contracts`: passed.
37
+
38
+ ## slice-01-flow-json-compatibility
39
+
40
+ - `src/create-quiver/commands/flow.js`: `baseReport` now emits `next_command` as an additive snake_case alias of the existing `nextCommand` field.
41
+ - `tests/commands/flow.test.js`: machine-readable tests cover both uninitialized and ready-slice states, asserting `next_command` and `nextCommand` remain equal.
42
+ - `docs/reference/commands.md`: documents `flow --json` compatibility for both fields.
43
+ - `specs/quiver-v43-cli-i18n-audit-release-readiness/command-language-mode-matrix.json`: records the newly documented `flow --json` command under a JSON coverage profile.
44
+ - `node --test tests/commands/flow.test.js`: passed, 17 tests.
45
+ - `node --test tests/commands/i18n-audit-matrix.test.js tests/commands/flow.test.js`: passed, 19 tests.
46
+ - `node --test`: passed, 622 tests.
47
+ - `npm run docs:check`: passed.
48
+ - `git diff --check`: passed.
49
+ - `node bin/create-quiver.js spec validate specs/quiver-v51-cli-ergonomics-automation-contracts`: passed.
50
+
51
+ ## slice-02-dashboard-section-validation-i18n
52
+
53
+ - `src/create-quiver/lib/dashboard.js`: existing invalid-section handling uses localized `dashboard.unsupported_section` for human output and English-only translation for JSON output.
54
+ - `src/create-quiver/lib/i18n/messages/en.js`: English help text now lists the supported dashboard sections.
55
+ - `src/create-quiver/lib/i18n/messages/es.js`: Spanish help text now lists the supported dashboard sections.
56
+ - `tests/commands/dashboard.test.js`: added EN/ES invalid-section assertions, supported-section list coverage, and JSON-safe invalid-section failure coverage.
57
+ - `tests/commands/cli-contract.test.js`: updated help contract to require the supported section list.
58
+ - `docs/reference/commands.md`: documents every supported dashboard section, including `overview`.
59
+ - `docs/COMMANDS.md.template`: keeps generated command docs aligned with the public reference.
60
+ - `npm run test:ci -- tests/commands/dashboard.test.js tests/commands/cli-contract.test.js tests/lib/i18n-catalog.test.js`: passed, 35 tests.
61
+ - `node --test`: passed, 624 tests.
62
+ - `npm run docs:check`: passed.
63
+ - `git diff --check`: passed.
64
+ - `node bin/create-quiver.js spec validate specs/quiver-v51-cli-ergonomics-automation-contracts`: passed.
65
+ - `node bin/create-quiver.js check-slice specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-02-dashboard-section-validation-i18n/slice.json --local --gate validation`: passed.
66
+ - `node bin/create-quiver.js check-scope specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-02-dashboard-section-validation-i18n/slice.json --base main --strict`: passed.
67
+ - `node bin/create-quiver.js check-pr specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-02-dashboard-section-validation-i18n/slice.json --base main`: passed spec, slice, overlap, validation gate, scope, branch, and clean-worktree checks; failed commit ownership because PR readiness still evaluates `origin/develop` even when the slice base is `main`. This is tracked by `slice-03-base-branch-resolution-policy`.
68
+
69
+ ## slice-03-base-branch-resolution-policy
70
+
71
+ - `src/create-quiver/lib/git.js`: adds shared base branch resolution helpers with explicit override precedence, Remote HEAD discovery, and fallback candidates `main`, `master`, and `develop`.
72
+ - `src/create-quiver/lib/readiness.js`: uses the shared resolver for slice readiness, scope checks, and PR readiness instead of hardcoded `origin/develop`.
73
+ - `src/create-quiver/lib/spec-worktrees.js`: uses the shared resolver for spec worktree base selection while preserving explicit slice/spec base metadata.
74
+ - `src/create-quiver/lib/lifecycle.js`: applies the shared resolver to slice cleanup and base freshness checks without changing slice branch fetch behavior.
75
+ - `src/create-quiver/lib/ai/github.js`: resolves default `ai pr` base from Remote HEAD when `--base` is omitted, while preserving the `gh pr create --base <branch>` argument contract.
76
+ - `src/create-quiver/index.js`: forwards `--base` only as an explicit override for `check-pr`, `ai pr`, `spec start`, and `spec close`.
77
+ - `src/create-quiver/lib/i18n/messages/en.js` and `src/create-quiver/lib/i18n/messages/es.js`: remove stale hardcoded `origin/develop` readiness text and localize generic base/ref messages.
78
+ - `docs/reference/commands.md` and `docs/COMMANDS.md.template`: document explicit `--base` precedence, Remote HEAD resolution, and fallback order.
79
+ - `tests/lib/git.test.js`: covers explicit override precedence, Remote HEAD defaulting, and `main`/`master`/`develop` fallback order.
80
+ - `tests/lib/check-slice.test.js`: covers `check-pr` using the slice base branch instead of hardcoded `origin/develop`.
81
+ - `tests/lib/ai-github.test.js`: covers `ai pr` defaulting to Remote HEAD when `--base` is omitted.
82
+ - `tests/lib/scope.test.js`: existing coverage verifies slice `git.base_branch` and explicit base override behavior for scope checks.
83
+ - `tests/lib/lifecycle.test.js`: confirms lifecycle start/cleanup output remains valid after restoring remote slice branch detection.
84
+ - `node --test tests/lib/git.test.js tests/commands/spec-close.test.js tests/commands/ai-pr.test.js tests/lib/check-slice.test.js tests/lib/scope.test.js tests/lib/ai-github.test.js tests/lib/i18n-catalog.test.js tests/commands/cli-contract.test.js`: passed, 77 tests.
85
+ - `node --test tests/lib/lifecycle.test.js`: passed, 12 tests.
86
+ - `node --test`: passed, 629 tests.
87
+ - `npm run docs:check`: passed.
88
+ - `git diff --check`: passed.
89
+ - `node bin/create-quiver.js spec validate specs/quiver-v51-cli-ergonomics-automation-contracts`: passed.
90
+ - `node bin/create-quiver.js check-slice specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-03-base-branch-resolution-policy/slice.json --local --gate validation`: passed.
91
+ - `node bin/create-quiver.js check-scope specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-03-base-branch-resolution-policy/slice.json --base main --strict`: passed.
92
+ - `node bin/create-quiver.js check-pr specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-03-base-branch-resolution-policy/slice.json --base main`: passed.
93
+
94
+ ## slice-04-next-plan-graph-ux-edge-cases
95
+
96
+ - `tests/commands/next.test.js`: existing coverage validates `next --auto-start` rejects no-TTY sessions and can start through an injected confirmation prompt.
97
+ - `src/create-quiver/commands/plan.js`: adds a localized human-only note when pending slices have no positive `estimated_hours`; JSON output still contains numeric `hours` and no human prose.
98
+ - `tests/commands/plan.test.js`: covers EN/ES missing-estimates notes, `total_hours`/`hours` as `0`, and JSON output without human notes.
99
+ - `src/create-quiver/commands/graph.js`: adds a localized human empty state for `graph --level <n>` when that level has no slices.
100
+ - `tests/commands/graph.test.js`: covers empty-level EN/ES output, JSON-safe empty `levels`/`conflicts`, and `--json` precedence over `--format mermaid`.
101
+ - `src/create-quiver/lib/i18n/messages/en.js` and `src/create-quiver/lib/i18n/messages/es.js`: add localized plan missing-estimates and graph empty-level messages.
102
+ - `docs/reference/commands.md`, `docs/CLI_UX_GUIDE.md`, and `docs/COMMANDS.md.template`: document plan missing estimates, graph empty-level behavior, `next --auto-start` TTY behavior, and `graph --json` precedence over human render formats.
103
+ - `node --test tests/commands/next.test.js tests/commands/plan.test.js tests/commands/graph.test.js tests/lib/i18n-catalog.test.js`: passed, 37 tests.
104
+ - `node --test`: passed, 632 tests.
105
+ - `npm run docs:check`: passed.
106
+ - `git diff --check`: passed.
107
+
108
+ ## slice-05-evidence-robustness-path-safety
109
+
110
+ - `src/create-quiver/lib/evidence.js`: now resolves explicit output/read paths through project-root and realpath checks, rejects traversal and symlink escapes, preserves failure evidence, records signal metadata, and exposes safe `list`/`show` helpers.
111
+ - `src/create-quiver/commands/evidence.js`: supports `evidence list` and `evidence show` with human output and parseable `--json` output.
112
+ - `src/create-quiver/index.js`: parses `evidence run|list|show`, validates positional arguments, and documents the expanded help surface.
113
+ - `src/create-quiver/lib/i18n/messages/en.js` and `src/create-quiver/lib/i18n/messages/es.js`: keep evidence list/show human messages and missing-subcommand guidance aligned.
114
+ - `tests/commands/evidence.test.js`: covers parseable JSON list/show and rejects traversal output before command execution.
115
+ - `tests/lib/evidence.test.js`: covers redaction, truncation, failure evidence, signal exit code metadata, symlink escape rejection, safe listing, and safe show behavior.
116
+ - `tests/commands/cli-contract.test.js`: covers the expanded help contract for `evidence list` and `evidence show`.
117
+ - `docs/reference/commands.md` and `docs/COMMANDS.md.template`: document evidence run/list/show, safe path policy, JSON usage, redaction/truncation, and signal exit-code behavior.
118
+ - `specs/quiver-v43-cli-i18n-audit-release-readiness/command-language-mode-matrix.json`: records evidence run/list/show coverage for the documented command reference.
119
+ - `node --test tests/commands/evidence.test.js tests/lib/evidence.test.js tests/lib/i18n-catalog.test.js tests/commands/cli-contract.test.js`: passed, 38 tests.
120
+ - `node --test tests/commands/i18n-audit-matrix.test.js tests/commands/evidence.test.js tests/lib/evidence.test.js tests/lib/i18n-catalog.test.js tests/commands/cli-contract.test.js`: passed, 40 tests.
121
+ - `node --test`: passed, 638 tests.
122
+ - `npm run docs:check`: passed.
123
+ - `git diff --check`: passed.
124
+
125
+ ## slice-06-namespace-compatibility-windows-scripts
126
+
127
+ - `src/create-quiver/index.js`: adds canonical `slice start|check|pr|scope|cleanup|refresh-active` and `handoff check|new` namespace parsing while mapping to existing handlers.
128
+ - `src/create-quiver/index.js`: preserves legacy top-level aliases and emits deprecation guidance to stderr only; warnings are suppressed for `--json` output.
129
+ - `package.json`: adds PowerShell-safe `quiver:*` scripts that call the Node CLI directly and keeps existing Bash scripts as legacy compatibility paths.
130
+ - `src/create-quiver/lib/init-layout.js`: generated project scripts now use canonical namespaces for slice and handoff commands.
131
+ - `.github/workflows/ci.yml`: extends the Windows PowerShell smoke with canonical namespace commands and the portable `quiver:check-handoff` npm script.
132
+ - `README.md`, `CONTRIBUTING.md`, `docs/reference/commands.md`, and `docs/COMMANDS.md.template`: document canonical namespaces, legacy alias policy, portable script guidance, and Windows-safe command paths.
133
+ - `src/create-quiver/lib/i18n/messages/es.js`: adds Spanish help descriptions for the new canonical namespace entries.
134
+ - `specs/quiver-v43-cli-i18n-audit-release-readiness/command-language-mode-matrix.json`: records canonical namespace command coverage for the i18n audit matrix.
135
+ - `tests/commands/slice-namespace.test.js`: validates canonical/legacy slice parity, stderr-only legacy warnings, JSON warning suppression, and unsupported subcommand rejection.
136
+ - `tests/commands/handoff-namespace.test.js`: validates canonical/legacy handoff parity, `handoff new` compatibility, and unsupported subcommand rejection.
137
+ - `tests/commands/parser-contract.test.js`: validates help coverage and package script portability contracts.
138
+ - `tests/commands/cli-contract.test.js` and `tests/lib/init-layout.test.js`: align public help and generated script contracts with canonical namespaces.
139
+ - `node --test tests/commands/slice-namespace.test.js tests/commands/handoff-namespace.test.js tests/commands/parser-contract.test.js tests/commands/cli-contract.test.js tests/lib/init-layout.test.js tests/commands/i18n-audit-matrix.test.js tests/lib/i18n-catalog.test.js`: passed, 40 tests.
140
+ - `npm ci`: passed; `package-lock.json` did not require changes because root package scripts are not represented in lockfile metadata.
141
+ - `node bin/create-quiver.js slice check --local specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-00-cli-contract-baseline/slice.json && node bin/create-quiver.js handoff check specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-06-namespace-compatibility-windows-scripts/EXECUTION_BRIEF.md && npm run quiver:check-handoff -- specs/quiver-v51-cli-ergonomics-automation-contracts/slices/slice-06-namespace-compatibility-windows-scripts/EXECUTION_BRIEF.md`: passed after dependency installation.
142
+ - `npm run docs:check`: passed.
143
+ - `git diff --check`: passed.
144
+ - `node --test`: passed, 646 tests.
145
+ - Windows PowerShell validation is configured in CI; local execution was performed on macOS using the same Node CLI entrypoints and package script contracts.