create-quiver 0.12.0 → 0.13.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 (158) hide show
  1. package/CHANGELOG.md +52 -0
  2. package/README.md +65 -25
  3. package/README_FOR_AI.md +36 -29
  4. package/ROADMAP.md +22 -3
  5. package/docs/AI_ONBOARDING_PROMPT.md.template +7 -1
  6. package/docs/COMMANDS.md.template +53 -20
  7. package/docs/STATUS.md.template +5 -1
  8. package/docs/WORKFLOW.md.template +13 -11
  9. package/package.json +10 -3
  10. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/EVIDENCE_REPORT.md +293 -0
  11. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/EXECUTION_PLAN.md +58 -0
  12. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/SPEC.md +242 -0
  13. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/STATUS.md +35 -0
  14. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/pr.md +77 -0
  15. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-00-spec-foundation/CLOSURE_BRIEF.md +34 -0
  16. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-00-spec-foundation/EXECUTION_BRIEF.md +52 -0
  17. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-00-spec-foundation/slice.json +52 -0
  18. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-01-cli-contract-compatibility/CLOSURE_BRIEF.md +36 -0
  19. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-01-cli-contract-compatibility/EXECUTION_BRIEF.md +52 -0
  20. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-01-cli-contract-compatibility/slice.json +56 -0
  21. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-02-run-state-phase-locks/CLOSURE_BRIEF.md +43 -0
  22. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-02-run-state-phase-locks/EXECUTION_BRIEF.md +54 -0
  23. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-02-run-state-phase-locks/slice.json +52 -0
  24. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-03-safe-ai-onboarding-docs/CLOSURE_BRIEF.md +35 -0
  25. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-03-safe-ai-onboarding-docs/EXECUTION_BRIEF.md +53 -0
  26. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-03-safe-ai-onboarding-docs/slice.json +54 -0
  27. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-04-agent-profiles-adapters/CLOSURE_BRIEF.md +34 -0
  28. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-04-agent-profiles-adapters/EXECUTION_BRIEF.md +54 -0
  29. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-04-agent-profiles-adapters/slice.json +52 -0
  30. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-05-approval-gates/CLOSURE_BRIEF.md +34 -0
  31. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-05-approval-gates/EXECUTION_BRIEF.md +54 -0
  32. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-05-approval-gates/slice.json +53 -0
  33. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-06-spec-slice-generator/CLOSURE_BRIEF.md +33 -0
  34. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-06-spec-slice-generator/EXECUTION_BRIEF.md +56 -0
  35. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-06-spec-slice-generator/slice.json +55 -0
  36. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-07-slice-execution-planner/CLOSURE_BRIEF.md +33 -0
  37. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-07-slice-execution-planner/EXECUTION_BRIEF.md +54 -0
  38. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-07-slice-execution-planner/slice.json +52 -0
  39. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-08-controlled-slice-execution/CLOSURE_BRIEF.md +39 -0
  40. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-08-controlled-slice-execution/EXECUTION_BRIEF.md +56 -0
  41. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-08-controlled-slice-execution/slice.json +53 -0
  42. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-09-git-worktree-pr-lifecycle/CLOSURE_BRIEF.md +38 -0
  43. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-09-git-worktree-pr-lifecycle/EXECUTION_BRIEF.md +57 -0
  44. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-09-git-worktree-pr-lifecycle/slice.json +52 -0
  45. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-10-validation-errors-fixtures/CLOSURE_BRIEF.md +39 -0
  46. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-10-validation-errors-fixtures/EXECUTION_BRIEF.md +55 -0
  47. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-10-validation-errors-fixtures/slice.json +56 -0
  48. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-11-export-dashboard-migration/CLOSURE_BRIEF.md +36 -0
  49. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-11-export-dashboard-migration/EXECUTION_BRIEF.md +54 -0
  50. package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-11-export-dashboard-migration/slice.json +53 -0
  51. package/specs/quiver-v26-0121-smoke-hardening/EVIDENCE_REPORT.md +208 -0
  52. package/specs/quiver-v26-0121-smoke-hardening/EXECUTION_PLAN.md +57 -0
  53. package/specs/quiver-v26-0121-smoke-hardening/SPEC.md +137 -0
  54. package/specs/quiver-v26-0121-smoke-hardening/STATUS.md +32 -0
  55. package/specs/quiver-v26-0121-smoke-hardening/pr.md +96 -0
  56. package/specs/quiver-v26-0121-smoke-hardening/slices/slice-00-docs-foundation/CLOSURE_BRIEF.md +35 -0
  57. package/specs/quiver-v26-0121-smoke-hardening/slices/slice-00-docs-foundation/EXECUTION_BRIEF.md +55 -0
  58. package/specs/quiver-v26-0121-smoke-hardening/slices/slice-00-docs-foundation/slice.json +73 -0
  59. package/specs/quiver-v26-0121-smoke-hardening/slices/slice-01-cli-help-version-contract/CLOSURE_BRIEF.md +38 -0
  60. package/specs/quiver-v26-0121-smoke-hardening/slices/slice-01-cli-help-version-contract/EXECUTION_BRIEF.md +51 -0
  61. package/specs/quiver-v26-0121-smoke-hardening/slices/slice-01-cli-help-version-contract/slice.json +76 -0
  62. package/specs/quiver-v26-0121-smoke-hardening/slices/slice-02-init-doc-links-and-flow-guidance/CLOSURE_BRIEF.md +37 -0
  63. package/specs/quiver-v26-0121-smoke-hardening/slices/slice-02-init-doc-links-and-flow-guidance/EXECUTION_BRIEF.md +52 -0
  64. package/specs/quiver-v26-0121-smoke-hardening/slices/slice-02-init-doc-links-and-flow-guidance/slice.json +75 -0
  65. package/specs/quiver-v26-0121-smoke-hardening/slices/slice-03-ai-approval-review-consistency/CLOSURE_BRIEF.md +37 -0
  66. package/specs/quiver-v26-0121-smoke-hardening/slices/slice-03-ai-approval-review-consistency/EXECUTION_BRIEF.md +53 -0
  67. package/specs/quiver-v26-0121-smoke-hardening/slices/slice-03-ai-approval-review-consistency/slice.json +77 -0
  68. package/specs/quiver-v26-0121-smoke-hardening/slices/slice-04-local-validation-brief-contracts/CLOSURE_BRIEF.md +35 -0
  69. package/specs/quiver-v26-0121-smoke-hardening/slices/slice-04-local-validation-brief-contracts/EXECUTION_BRIEF.md +52 -0
  70. package/specs/quiver-v26-0121-smoke-hardening/slices/slice-04-local-validation-brief-contracts/slice.json +77 -0
  71. package/specs/quiver-v26-0121-smoke-hardening/slices/slice-05-demo-scaffold-readiness/CLOSURE_BRIEF.md +34 -0
  72. package/specs/quiver-v26-0121-smoke-hardening/slices/slice-05-demo-scaffold-readiness/EXECUTION_BRIEF.md +54 -0
  73. package/specs/quiver-v26-0121-smoke-hardening/slices/slice-05-demo-scaffold-readiness/slice.json +84 -0
  74. package/specs/quiver-v26-0121-smoke-hardening/slices/slice-06-plan-graph-scope-performance/CLOSURE_BRIEF.md +35 -0
  75. package/specs/quiver-v26-0121-smoke-hardening/slices/slice-06-plan-graph-scope-performance/EXECUTION_BRIEF.md +53 -0
  76. package/specs/quiver-v26-0121-smoke-hardening/slices/slice-06-plan-graph-scope-performance/slice.json +82 -0
  77. package/specs/quiver-v26-0121-smoke-hardening/slices/slice-07-smoke-release-readiness/CLOSURE_BRIEF.md +35 -0
  78. package/specs/quiver-v26-0121-smoke-hardening/slices/slice-07-smoke-release-readiness/EXECUTION_BRIEF.md +55 -0
  79. package/specs/quiver-v26-0121-smoke-hardening/slices/slice-07-smoke-release-readiness/slice.json +92 -0
  80. package/specs/quiver-v27-reliability-ai-workflow-hardening/AUDIT_V24_V25_V26.md +67 -0
  81. package/specs/quiver-v27-reliability-ai-workflow-hardening/COMMAND_CONTRACTS.md +125 -0
  82. package/specs/quiver-v27-reliability-ai-workflow-hardening/COVERAGE_MATRIX.md +74 -0
  83. package/specs/quiver-v27-reliability-ai-workflow-hardening/EVIDENCE_REPORT.md +179 -0
  84. package/specs/quiver-v27-reliability-ai-workflow-hardening/EXECUTION_PLAN.md +71 -0
  85. package/specs/quiver-v27-reliability-ai-workflow-hardening/SPEC.md +176 -0
  86. package/specs/quiver-v27-reliability-ai-workflow-hardening/STATUS.md +37 -0
  87. package/specs/quiver-v27-reliability-ai-workflow-hardening/pr.md +132 -0
  88. package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-00-docs-audit-coverage-and-contracts/CLOSURE_BRIEF.md +36 -0
  89. package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-00-docs-audit-coverage-and-contracts/EXECUTION_BRIEF.md +56 -0
  90. package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-00-docs-audit-coverage-and-contracts/slice.json +75 -0
  91. package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-01-core-state-resolver-and-canonical-statuses/CLOSURE_BRIEF.md +37 -0
  92. package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-01-core-state-resolver-and-canonical-statuses/EXECUTION_BRIEF.md +54 -0
  93. package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-01-core-state-resolver-and-canonical-statuses/slice.json +79 -0
  94. package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-02-json-export-contract-and-machine-output/CLOSURE_BRIEF.md +34 -0
  95. package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-02-json-export-contract-and-machine-output/EXECUTION_BRIEF.md +54 -0
  96. package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-02-json-export-contract-and-machine-output/slice.json +75 -0
  97. package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-03-approved-plan-to-spec-create/CLOSURE_BRIEF.md +36 -0
  98. package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-03-approved-plan-to-spec-create/EXECUTION_BRIEF.md +55 -0
  99. package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-03-approved-plan-to-spec-create/slice.json +78 -0
  100. package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-04-ai-artifact-storage-redaction-and-token-compaction/CLOSURE_BRIEF.md +31 -0
  101. package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-04-ai-artifact-storage-redaction-and-token-compaction/EXECUTION_BRIEF.md +55 -0
  102. package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-04-ai-artifact-storage-redaction-and-token-compaction/slice.json +77 -0
  103. package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-05-worktree-lifecycle-locks-and-recovery/CLOSURE_BRIEF.md +31 -0
  104. package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-05-worktree-lifecycle-locks-and-recovery/EXECUTION_BRIEF.md +55 -0
  105. package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-05-worktree-lifecycle-locks-and-recovery/slice.json +84 -0
  106. package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-06-validation-gates-and-scope-safety/CLOSURE_BRIEF.md +32 -0
  107. package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-06-validation-gates-and-scope-safety/EXECUTION_BRIEF.md +57 -0
  108. package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-06-validation-gates-and-scope-safety/slice.json +99 -0
  109. package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-07-context-analysis-and-doctor-flow/CLOSURE_BRIEF.md +31 -0
  110. package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-07-context-analysis-and-doctor-flow/EXECUTION_BRIEF.md +57 -0
  111. package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-07-context-analysis-and-doctor-flow/slice.json +88 -0
  112. package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-08-cross-platform-help-auth-and-dx/CLOSURE_BRIEF.md +31 -0
  113. package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-08-cross-platform-help-auth-and-dx/EXECUTION_BRIEF.md +56 -0
  114. package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-08-cross-platform-help-auth-and-dx/slice.json +85 -0
  115. package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-09-fixtures-smoke-docs-and-release-readiness/CLOSURE_BRIEF.md +32 -0
  116. package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-09-fixtures-smoke-docs-and-release-readiness/EXECUTION_BRIEF.md +56 -0
  117. package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-09-fixtures-smoke-docs-and-release-readiness/slice.json +91 -0
  118. package/src/create-quiver/commands/ai.js +652 -27
  119. package/src/create-quiver/commands/flow.js +58 -9
  120. package/src/create-quiver/commands/graph.js +11 -9
  121. package/src/create-quiver/commands/plan.js +7 -16
  122. package/src/create-quiver/commands/spec.js +282 -0
  123. package/src/create-quiver/index.js +409 -31
  124. package/src/create-quiver/lib/actionable-error.js +27 -0
  125. package/src/create-quiver/lib/agent-profiles.js +16 -4
  126. package/src/create-quiver/lib/ai/artifacts.js +318 -0
  127. package/src/create-quiver/lib/ai/context-packs.js +4 -0
  128. package/src/create-quiver/lib/ai/execution-plan.js +16 -1
  129. package/src/create-quiver/lib/ai/executor.js +272 -21
  130. package/src/create-quiver/lib/ai/export-state.js +679 -0
  131. package/src/create-quiver/lib/ai/github.js +162 -2
  132. package/src/create-quiver/lib/ai/onboarding-template.js +215 -2
  133. package/src/create-quiver/lib/ai/plan-review.js +7 -2
  134. package/src/create-quiver/lib/ai/providers.js +4 -3
  135. package/src/create-quiver/lib/ai/run-state.js +414 -0
  136. package/src/create-quiver/lib/ai/spec-generator.js +84 -13
  137. package/src/create-quiver/lib/ai/spec-templates.js +150 -21
  138. package/src/create-quiver/lib/analyze.js +2 -2
  139. package/src/create-quiver/lib/approvals.js +36 -5
  140. package/src/create-quiver/lib/demo.js +189 -14
  141. package/src/create-quiver/lib/doctor.js +154 -0
  142. package/src/create-quiver/lib/git.js +40 -1
  143. package/src/create-quiver/lib/handoff.js +123 -12
  144. package/src/create-quiver/lib/init-docs.js +35 -13
  145. package/src/create-quiver/lib/init-layout.js +9 -0
  146. package/src/create-quiver/lib/json.js +53 -3
  147. package/src/create-quiver/lib/lifecycle.js +52 -3
  148. package/src/create-quiver/lib/locks.js +134 -0
  149. package/src/create-quiver/lib/package-safety.js +7 -0
  150. package/src/create-quiver/lib/paths.js +74 -0
  151. package/src/create-quiver/lib/project-scan.js +74 -0
  152. package/src/create-quiver/lib/project-state-resolver.js +236 -0
  153. package/src/create-quiver/lib/readiness.js +66 -10
  154. package/src/create-quiver/lib/scope.js +52 -8
  155. package/src/create-quiver/lib/slice-graph.js +138 -38
  156. package/src/create-quiver/lib/slice.js +14 -5
  157. package/src/create-quiver/lib/spec-worktrees.js +129 -32
  158. package/src/create-quiver/lib/statuses.js +115 -0
@@ -0,0 +1,85 @@
1
+ {
2
+ "slice_id": "slice-08-cross-platform-help-auth-and-dx",
3
+ "ticket": "QUIVER-27-08",
4
+ "type": "implementation",
5
+ "title": "Cross-platform help, auth, and DX",
6
+ "objective": "Improve cross-platform command guidance, GitHub auth diagnostics, help output, agent profile dry-runs, and next safe command messaging.",
7
+ "description": "Hardens copy-safe command output for macOS/Linux/Windows, paths with spaces, GitHub/SSH auth diagnostics, top-level help coverage, agent profile dry-runs, and actionable error messages.",
8
+ "git": {
9
+ "branch_type": "feature",
10
+ "base_branch": "main",
11
+ "branch_slug": "v27-cross-platform-help-auth-dx",
12
+ "branch_name": "feature/QUIVER-27-08-cross-platform-help-auth-dx"
13
+ },
14
+ "files": [
15
+ "src/create-quiver/index.js",
16
+ "src/create-quiver/lib/actionable-error.js",
17
+ "src/create-quiver/lib/ai/github.js",
18
+ "src/create-quiver/lib/ai/preflight.js",
19
+ "src/create-quiver/lib/agent-profiles.js",
20
+ "src/create-quiver/lib/doctor.js",
21
+ "docs/**",
22
+ "tests/lib/**",
23
+ "tests/commands/**",
24
+ "specs/quiver-v27-reliability-ai-workflow-hardening/**"
25
+ ],
26
+ "expected_read_paths": [
27
+ "src/create-quiver/index.js",
28
+ "src/create-quiver/lib/ai/github.js",
29
+ "src/create-quiver/lib/ai/preflight.js",
30
+ "src/create-quiver/lib/agent-profiles.js",
31
+ "tests/commands/cli-contract.test.js",
32
+ "tests/commands/ai-agent.test.js",
33
+ "tests/lib/ai-github.test.js"
34
+ ],
35
+ "allowed_write_paths": [
36
+ "src/create-quiver/index.js",
37
+ "src/create-quiver/lib/actionable-error.js",
38
+ "src/create-quiver/lib/ai/github.js",
39
+ "src/create-quiver/lib/ai/preflight.js",
40
+ "src/create-quiver/lib/agent-profiles.js",
41
+ "src/create-quiver/lib/doctor.js",
42
+ "docs/**",
43
+ "tests/lib/**",
44
+ "tests/commands/**",
45
+ "specs/quiver-v27-reliability-ai-workflow-hardening/**"
46
+ ],
47
+ "depends_on": [
48
+ "slice-07-context-analysis-and-doctor-flow"
49
+ ],
50
+ "parallel_safe": "no",
51
+ "parallel_safe_reason": "DX/help output should reference the final hardened context and doctor behavior.",
52
+ "must": [
53
+ "Provide copy-safe path guidance for spaces and OS variants.",
54
+ "Improve GitHub auth diagnostics and SSH alias guidance.",
55
+ "Keep --help complete and grouped.",
56
+ "Add ai agent set --dry-run or equivalent safe preview.",
57
+ "Improve next safe command messages.",
58
+ "Respect package manager detection in suggested commands."
59
+ ],
60
+ "not_included": [
61
+ "Installing gh or SSH keys automatically.",
62
+ "Executing provider APIs.",
63
+ "Publishing npm."
64
+ ],
65
+ "acceptance": [
66
+ "Help output includes new/changed commands and key options.",
67
+ "Paths with spaces produce copy-safe guidance for macOS, Linux, PowerShell, Git Bash, and WSL.",
68
+ "GitHub auth errors identify likely account/scope/alias issues and next safe commands.",
69
+ "ai agent set dry-run previews file changes without writing.",
70
+ "Package manager suggestions respect detected npm/pnpm/yarn/bun."
71
+ ],
72
+ "tests": [
73
+ "node --test tests/commands/cli-contract.test.js tests/commands/ai-agent.test.js tests/lib/ai-github.test.js tests/lib/doctor.test.js",
74
+ "npm run smoke:doctor-fixtures",
75
+ "git diff --check"
76
+ ],
77
+ "validation_hints": [
78
+ "Use fixtures for paths with spaces and missing/ambiguous gh auth.",
79
+ "Do not require real GitHub credentials in tests."
80
+ ],
81
+ "estimated_hours": 4,
82
+ "status": "completed",
83
+ "completed_at": "2026-05-24",
84
+ "blocked_reason": null
85
+ }
@@ -0,0 +1,32 @@
1
+ # CLOSURE BRIEF - slice-09: Fixtures, smoke, docs, and release readiness
2
+
3
+ ## Summary
4
+
5
+ Validated the full v27 hardening package from source and packaged CLI behavior. Added final fixture coverage, stale/legacy doctor regressions, packaged CLI smokes, and synchronized source-of-truth docs with the implemented-but-unpublished state.
6
+
7
+ ## Validation Against Acceptance Criteria
8
+
9
+ - All v27 QP/QIS items are covered by completed slices or final fixture validation evidence.
10
+ - Sanitized fixtures now cover Pixel Quiver-style completed specs, paths with spaces, no-Git projects, old `.quiver` state, multiple specs, and stale docs.
11
+ - `node --test tests/**/*.test.js` passed with 356 tests.
12
+ - `npm run smoke:create-quiver`, `npm run smoke:guided-workflow`, `npm run smoke:doctor-fixtures`, and `npm run package:quiver` passed.
13
+ - Package/tarball smoke validates installed CLI behavior for help, `flow`, and `ai agent set --dry-run`, not only source files.
14
+ - `README.md`, `README_FOR_AI.md`, `ROADMAP.md`, and `CHANGELOG.md` are synchronized with v27 implemented but not published.
15
+
16
+ ## Changes
17
+
18
+ - Extended `tests/fixtures/validation-errors/matrix.json` with executable coverage references for final dogfooding states.
19
+ - Hardened `scripts/ci/smoke-doctor-fixtures.js` to require traceable fixture coverage files.
20
+ - Added doctor tests for stale generated docs and old incomplete `.quiver` state.
21
+ - Extended `scripts/ci/smoke-create-quiver.sh` to validate source and packaged CLI first-use guidance.
22
+ - Updated v27 status, roadmap, PR body, evidence, closure, and root docs.
23
+
24
+ ## Remaining Risks
25
+
26
+ - npm publication is intentionally outside this slice and must happen only through the normal release process.
27
+ - The final Pixel Quiver project remains external evidence; committed fixtures stay sanitized and do not copy private project content.
28
+
29
+ ## Follow-up Recommendations
30
+
31
+ - Open the v27 PR with the completed evidence pack.
32
+ - After merge, run the normal release flow and publish the next package version if approved.
@@ -0,0 +1,56 @@
1
+ # EXECUTION BRIEF - slice-09: Fixtures, smoke, docs, and release readiness
2
+
3
+ ## Context
4
+
5
+ After all v27 implementation slices, Quiver needs full regression evidence from source and packaged CLI behavior. This slice closes the spec without publishing npm.
6
+
7
+ ## Objective
8
+
9
+ Validate v27 end to end with sanitized fixtures, tests, smokes, tarball/package smoke, docs sync, and release readiness evidence.
10
+
11
+ ## Scope
12
+
13
+ - Regression fixtures
14
+ - Smoke scripts and evidence
15
+ - README/README_FOR_AI/ROADMAP/CHANGELOG
16
+ - v27 status/evidence/closure
17
+
18
+ ## Acceptance Criteria
19
+
20
+ - Every QP/QIS is fixed, validated, or documented as remaining risk.
21
+ - Sanitized fixtures cover real production cases.
22
+ - Full tests and smokes pass.
23
+ - Package/tarball smoke validates installed behavior.
24
+ - Docs reflect implemented behavior only.
25
+
26
+ ## Technical Plan Summary
27
+
28
+ Add fixtures, run full validation, smoke the packaged CLI from outside the repo, update docs and evidence, and mark the spec release-ready without publishing.
29
+
30
+ ## Suggested Execution Steps
31
+
32
+ 1. Add sanitized fixtures from dogfooding cases.
33
+ 2. Run full test and smoke suite.
34
+ 3. Package and smoke the tarball outside the repo.
35
+ 4. Update README, README_FOR_AI, ROADMAP, CHANGELOG, STATUS, and EVIDENCE_REPORT.
36
+ 5. Record remaining risks.
37
+
38
+ ## Restrictions
39
+
40
+ - Do not publish npm.
41
+ - Do not commit private local paths or credentials.
42
+ - Do not claim release until package smoke passes.
43
+
44
+ ## Risks
45
+
46
+ - Tarball smoke may reveal package-only issues; fix or document before closure.
47
+
48
+ ## Completion Checklist
49
+
50
+ - [ ] Fixtures sanitized.
51
+ - [ ] Full tests passed.
52
+ - [ ] Smokes passed.
53
+ - [ ] Tarball smoke passed.
54
+ - [ ] Docs synced.
55
+ - [ ] Spec evidence completed.
56
+
@@ -0,0 +1,91 @@
1
+ {
2
+ "slice_id": "slice-09-fixtures-smoke-docs-and-release-readiness",
3
+ "ticket": "QUIVER-27-09",
4
+ "type": "validation",
5
+ "title": "Fixtures, smoke, docs, and release readiness",
6
+ "objective": "Validate the full v27 hardening package with sanitized fixtures, local tests, smoke tests, tarball/package validation, and source-of-truth docs.",
7
+ "description": "Adds final regression fixtures from real dogfooding, runs full local and package smokes, synchronizes docs, records evidence, and confirms release readiness without publishing npm.",
8
+ "git": {
9
+ "branch_type": "feature",
10
+ "base_branch": "main",
11
+ "branch_slug": "v27-fixtures-smoke-docs-release-readiness",
12
+ "branch_name": "feature/QUIVER-27-09-fixtures-smoke-docs-release-readiness"
13
+ },
14
+ "files": [
15
+ "README.md",
16
+ "README_FOR_AI.md",
17
+ "ROADMAP.md",
18
+ "CHANGELOG.md",
19
+ "tests/**",
20
+ "scripts/**",
21
+ "specs/quiver-v27-reliability-ai-workflow-hardening/**"
22
+ ],
23
+ "expected_read_paths": [
24
+ "README.md",
25
+ "README_FOR_AI.md",
26
+ "ROADMAP.md",
27
+ "CHANGELOG.md",
28
+ "package.json",
29
+ "scripts/package-quiver.sh",
30
+ "scripts/ci/**",
31
+ "tests/**",
32
+ "specs/quiver-v27-reliability-ai-workflow-hardening/**"
33
+ ],
34
+ "allowed_write_paths": [
35
+ "README.md",
36
+ "README_FOR_AI.md",
37
+ "ROADMAP.md",
38
+ "CHANGELOG.md",
39
+ "tests/**",
40
+ "scripts/**",
41
+ "specs/quiver-v27-reliability-ai-workflow-hardening/**"
42
+ ],
43
+ "depends_on": [
44
+ "slice-02-json-export-contract-and-machine-output",
45
+ "slice-03-approved-plan-to-spec-create",
46
+ "slice-04-ai-artifact-storage-redaction-and-token-compaction",
47
+ "slice-05-worktree-lifecycle-locks-and-recovery",
48
+ "slice-06-validation-gates-and-scope-safety",
49
+ "slice-07-context-analysis-and-doctor-flow",
50
+ "slice-08-cross-platform-help-auth-and-dx"
51
+ ],
52
+ "parallel_safe": "no",
53
+ "parallel_safe_reason": "Final validation and docs sync must run after all implementation slices.",
54
+ "must": [
55
+ "Add sanitized fixtures that represent real dogfooding failures.",
56
+ "Run full command and lib tests.",
57
+ "Run smoke suites.",
58
+ "Run package/tarball smoke from outside the repo.",
59
+ "Update source-of-truth docs only with implemented behavior.",
60
+ "Record release readiness evidence without publishing."
61
+ ],
62
+ "not_included": [
63
+ "Publishing npm.",
64
+ "Opening PR unless requested.",
65
+ "Adding unsanitized local paths or credentials."
66
+ ],
67
+ "acceptance": [
68
+ "All v27 QP/QIS coverage items are either fixed, validated, or documented as remaining risk.",
69
+ "Sanitized fixtures cover Pixel Quiver completed specs, path with spaces, no Git, old .quiver state, multiple specs, and stale docs.",
70
+ "node --test tests/**/*.test.js passes.",
71
+ "smoke:create-quiver, smoke:guided-workflow, and smoke:doctor-fixtures pass or documented blockers are resolved.",
72
+ "Package/tarball smoke validates installed CLI behavior rather than only source code.",
73
+ "README, README_FOR_AI, ROADMAP, and CHANGELOG are synchronized with actual implementation state."
74
+ ],
75
+ "tests": [
76
+ "node --test tests/**/*.test.js",
77
+ "npm run smoke:create-quiver",
78
+ "npm run smoke:guided-workflow",
79
+ "npm run smoke:doctor-fixtures",
80
+ "npm run package:quiver",
81
+ "git diff --check"
82
+ ],
83
+ "validation_hints": [
84
+ "Run package smoke from /private/tmp or another clean directory.",
85
+ "Confirm fixtures do not contain private tokens or unnecessary personal paths."
86
+ ],
87
+ "estimated_hours": 5,
88
+ "status": "completed",
89
+ "completed_at": "2026-05-24",
90
+ "blocked_reason": null
91
+ }