create-quiver 0.13.0 → 0.14.1

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 (92) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +183 -511
  3. package/README_FOR_AI.md +36 -26
  4. package/ROADMAP.md +11 -0
  5. package/assets/quiver-wordmark.svg +22 -0
  6. package/docs/AI_CONTEXT.md.template +2 -0
  7. package/docs/AI_ONBOARDING_PROMPT.md.template +9 -1
  8. package/docs/CLI_UX_GUIDE.md +125 -0
  9. package/docs/COMMANDS.md.template +19 -4
  10. package/docs/GITFLOW_PR_GUIDE.md +70 -0
  11. package/docs/TROUBLESHOOTING.md.template +29 -0
  12. package/docs/WORKFLOW.md.template +13 -12
  13. package/docs/getting-started/linux.md +84 -0
  14. package/docs/getting-started/macos.md +85 -0
  15. package/docs/getting-started/windows-git-bash-wsl.md +78 -0
  16. package/docs/getting-started/windows-powershell.md +96 -0
  17. package/docs/reference/commands.md +94 -0
  18. package/docs/workflows/existing-project.md +131 -0
  19. package/docs/workflows/full-ai-spec-to-pr.md +311 -0
  20. package/docs/workflows/legacy-quiver-project.md +102 -0
  21. package/docs/workflows/new-project.md +76 -0
  22. package/package.json +5 -1
  23. package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/COVERAGE_MATRIX.md +117 -0
  24. package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/EVIDENCE_REPORT.md +200 -0
  25. package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/EXECUTION_PLAN.md +60 -0
  26. package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/SPEC.md +132 -0
  27. package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/STATUS.md +36 -0
  28. package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/pr.md +128 -0
  29. package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/slices/slice-00-reconciliation-and-evidence-freeze/CLOSURE_BRIEF.md +44 -0
  30. package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/slices/slice-00-reconciliation-and-evidence-freeze/EXECUTION_BRIEF.md +56 -0
  31. package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/slices/slice-00-reconciliation-and-evidence-freeze/slice.json +71 -0
  32. package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/slices/slice-01-ai-run-state-approvals-and-clean-output/CLOSURE_BRIEF.md +38 -0
  33. package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/slices/slice-01-ai-run-state-approvals-and-clean-output/EXECUTION_BRIEF.md +53 -0
  34. package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/slices/slice-01-ai-run-state-approvals-and-clean-output/slice.json +83 -0
  35. package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/slices/slice-02-structured-technical-plan-contract-and-repair-flow/CLOSURE_BRIEF.md +33 -0
  36. package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/slices/slice-02-structured-technical-plan-contract-and-repair-flow/EXECUTION_BRIEF.md +53 -0
  37. package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/slices/slice-02-structured-technical-plan-contract-and-repair-flow/slice.json +85 -0
  38. package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/slices/slice-03-active-slice-reconciliation-and-ai-inspect/CLOSURE_BRIEF.md +34 -0
  39. package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/slices/slice-03-active-slice-reconciliation-and-ai-inspect/EXECUTION_BRIEF.md +52 -0
  40. package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/slices/slice-03-active-slice-reconciliation-and-ai-inspect/slice.json +82 -0
  41. package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/slices/slice-04-spec-validation-scope-and-worktree-reliability/CLOSURE_BRIEF.md +32 -0
  42. package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/slices/slice-04-spec-validation-scope-and-worktree-reliability/EXECUTION_BRIEF.md +55 -0
  43. package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/slices/slice-04-spec-validation-scope-and-worktree-reliability/slice.json +85 -0
  44. package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/slices/slice-05-review-plan-closure-and-agent-dx/CLOSURE_BRIEF.md +35 -0
  45. package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/slices/slice-05-review-plan-closure-and-agent-dx/EXECUTION_BRIEF.md +59 -0
  46. package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/slices/slice-05-review-plan-closure-and-agent-dx/slice.json +94 -0
  47. package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/slices/slice-06-backward-compatibility-docs-and-release-readiness/CLOSURE_BRIEF.md +40 -0
  48. package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/slices/slice-06-backward-compatibility-docs-and-release-readiness/EXECUTION_BRIEF.md +56 -0
  49. package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/slices/slice-06-backward-compatibility-docs-and-release-readiness/slice.json +98 -0
  50. package/specs/quiver-v29-planner-prepare-context-cli-ux/EVIDENCE_REPORT.md +163 -0
  51. package/specs/quiver-v29-planner-prepare-context-cli-ux/EXECUTION_PLAN.md +72 -0
  52. package/specs/quiver-v29-planner-prepare-context-cli-ux/SPEC.md +173 -0
  53. package/specs/quiver-v29-planner-prepare-context-cli-ux/STATUS.md +34 -0
  54. package/specs/quiver-v29-planner-prepare-context-cli-ux/pr.md +95 -0
  55. package/specs/quiver-v29-planner-prepare-context-cli-ux/slices/slice-00-cli-ux-spec-foundation/CLOSURE_BRIEF.md +32 -0
  56. package/specs/quiver-v29-planner-prepare-context-cli-ux/slices/slice-00-cli-ux-spec-foundation/EXECUTION_BRIEF.md +45 -0
  57. package/specs/quiver-v29-planner-prepare-context-cli-ux/slices/slice-00-cli-ux-spec-foundation/slice.json +58 -0
  58. package/specs/quiver-v29-planner-prepare-context-cli-ux/slices/slice-01-cli-ux-primitives-theme/CLOSURE_BRIEF.md +33 -0
  59. package/specs/quiver-v29-planner-prepare-context-cli-ux/slices/slice-01-cli-ux-primitives-theme/EXECUTION_BRIEF.md +49 -0
  60. package/specs/quiver-v29-planner-prepare-context-cli-ux/slices/slice-01-cli-ux-primitives-theme/slice.json +75 -0
  61. package/specs/quiver-v29-planner-prepare-context-cli-ux/slices/slice-02-planner-context-proposal-contract/CLOSURE_BRIEF.md +32 -0
  62. package/specs/quiver-v29-planner-prepare-context-cli-ux/slices/slice-02-planner-context-proposal-contract/EXECUTION_BRIEF.md +47 -0
  63. package/specs/quiver-v29-planner-prepare-context-cli-ux/slices/slice-02-planner-context-proposal-contract/slice.json +71 -0
  64. package/specs/quiver-v29-planner-prepare-context-cli-ux/slices/slice-03-prepare-context-planner-review-flow/CLOSURE_BRIEF.md +33 -0
  65. package/specs/quiver-v29-planner-prepare-context-cli-ux/slices/slice-03-prepare-context-planner-review-flow/EXECUTION_BRIEF.md +52 -0
  66. package/specs/quiver-v29-planner-prepare-context-cli-ux/slices/slice-03-prepare-context-planner-review-flow/slice.json +82 -0
  67. package/specs/quiver-v29-planner-prepare-context-cli-ux/slices/slice-04-ux-flag-matrix-compatibility/CLOSURE_BRIEF.md +34 -0
  68. package/specs/quiver-v29-planner-prepare-context-cli-ux/slices/slice-04-ux-flag-matrix-compatibility/EXECUTION_BRIEF.md +46 -0
  69. package/specs/quiver-v29-planner-prepare-context-cli-ux/slices/slice-04-ux-flag-matrix-compatibility/slice.json +73 -0
  70. package/specs/quiver-v29-planner-prepare-context-cli-ux/slices/slice-05-progressive-command-adoption/CLOSURE_BRIEF.md +34 -0
  71. package/specs/quiver-v29-planner-prepare-context-cli-ux/slices/slice-05-progressive-command-adoption/EXECUTION_BRIEF.md +46 -0
  72. package/specs/quiver-v29-planner-prepare-context-cli-ux/slices/slice-05-progressive-command-adoption/slice.json +83 -0
  73. package/specs/quiver-v29-planner-prepare-context-cli-ux/slices/slice-06-docs-tests-smoke-readiness/CLOSURE_BRIEF.md +31 -0
  74. package/specs/quiver-v29-planner-prepare-context-cli-ux/slices/slice-06-docs-tests-smoke-readiness/EXECUTION_BRIEF.md +50 -0
  75. package/specs/quiver-v29-planner-prepare-context-cli-ux/slices/slice-06-docs-tests-smoke-readiness/slice.json +95 -0
  76. package/src/create-quiver/commands/ai.js +938 -16
  77. package/src/create-quiver/commands/spec.js +74 -2
  78. package/src/create-quiver/index.js +91 -5
  79. package/src/create-quiver/lib/ai/context-packs.js +2 -2
  80. package/src/create-quiver/lib/ai/context-proposal.js +389 -0
  81. package/src/create-quiver/lib/ai/context-proposal.schema.js +31 -0
  82. package/src/create-quiver/lib/ai/export-state.js +52 -5
  83. package/src/create-quiver/lib/ai/github.js +14 -2
  84. package/src/create-quiver/lib/ai/plan-review.js +159 -0
  85. package/src/create-quiver/lib/ai/run-state.js +17 -2
  86. package/src/create-quiver/lib/ai/spec-generator.js +15 -0
  87. package/src/create-quiver/lib/cli/editor.js +118 -0
  88. package/src/create-quiver/lib/cli/theme.js +100 -0
  89. package/src/create-quiver/lib/cli/ux-flags.js +151 -0
  90. package/src/create-quiver/lib/cli/ux.js +130 -0
  91. package/src/create-quiver/lib/project-state-resolver.js +195 -1
  92. package/src/create-quiver/lib/spec-worktrees.js +50 -2
@@ -0,0 +1,55 @@
1
+ # EXECUTION BRIEF - slice-04: Spec validation, scope, and worktree reliability
2
+
3
+ ## Context
4
+
5
+ Pixel Quiver showed false confidence: `spec validate` could pass while `check-slice` failed, and `spec status` could report a missing worktree as healthy.
6
+
7
+ ## Objective
8
+
9
+ Make validation and worktree diagnostics match the real execution preconditions.
10
+
11
+ ## Scope
12
+
13
+ - `spec validate`
14
+ - `check-slice`
15
+ - `check-scope`
16
+ - `spec status`
17
+ - `spec start --dry-run`
18
+ - related tests
19
+
20
+ ## Acceptance Criteria
21
+
22
+ - Slice metadata problems are caught at spec validation time.
23
+ - Missing/stale worktrees are reported accurately.
24
+ - Dirty checkout failures include files and safe options.
25
+ - Scope matching is covered by regression tests.
26
+
27
+ ## Technical Plan Summary
28
+
29
+ Align spec-level and slice-level validators, harden worktree checks against filesystem and Git state, and improve dirty checkout diagnostics.
30
+
31
+ ## Suggested Execution Steps
32
+
33
+ 1. Add failing tests for each observed false-ready case.
34
+ 2. Update validation helpers.
35
+ 3. Update worktree status/start diagnostics.
36
+ 4. Add scope matching tests.
37
+ 5. Run focused tests and full relevant command tests.
38
+
39
+ ## Restrictions
40
+
41
+ - Do not mutate dirty worktrees.
42
+ - Do not add destructive cleanup.
43
+ - Do not change AI lifecycle behavior here.
44
+
45
+ ## Risks
46
+
47
+ - Stricter validation can affect old specs; use warnings or `--strict` where needed.
48
+
49
+ ## Completion Checklist
50
+
51
+ - [ ] Spec validation tests pass.
52
+ - [ ] Worktree tests pass.
53
+ - [ ] Scope tests pass.
54
+ - [ ] Backward compatibility behavior documented.
55
+
@@ -0,0 +1,85 @@
1
+ {
2
+ "slice_id": "slice-04-spec-validation-scope-and-worktree-reliability",
3
+ "ticket": "QUIVER-28-04",
4
+ "type": "feature",
5
+ "title": "Spec validation, scope, and worktree reliability",
6
+ "objective": "Align spec validation with slice execution preconditions and make worktree/scope diagnostics reflect the real filesystem and Git state.",
7
+ "description": "Hardens `spec validate`, `check-slice`, `check-scope`, `spec status`, and `spec start` so users do not get false readiness signals.",
8
+ "git": {
9
+ "branch_type": "feature",
10
+ "base_branch": "main",
11
+ "branch_slug": "v28-spec-validation-scope-worktree-reliability",
12
+ "branch_name": "feature/QUIVER-28-04-v28-spec-validation-scope-worktree-reliability"
13
+ },
14
+ "files": [
15
+ "src/create-quiver/commands/spec.js",
16
+ "src/create-quiver/lib/readiness.js",
17
+ "src/create-quiver/lib/scope.js",
18
+ "src/create-quiver/lib/slice.js",
19
+ "src/create-quiver/lib/spec-worktrees.js",
20
+ "src/create-quiver/lib/git.js",
21
+ "tests/commands/spec-validate.test.js",
22
+ "tests/commands/spec-worktree.test.js",
23
+ "tests/lib/check-slice.test.js",
24
+ "tests/lib/scope.test.js",
25
+ "tests/lib/paths.test.js",
26
+ "specs/quiver-v28-pixel-quiver-feedback-reconciliation/**"
27
+ ],
28
+ "expected_read_paths": [
29
+ "src/create-quiver/commands/spec.js",
30
+ "src/create-quiver/lib/readiness.js",
31
+ "src/create-quiver/lib/scope.js",
32
+ "src/create-quiver/lib/spec-worktrees.js",
33
+ "tests/commands/spec-*.test.js",
34
+ "tests/lib/check-slice.test.js",
35
+ "tests/lib/scope.test.js"
36
+ ],
37
+ "allowed_write_paths": [
38
+ "src/create-quiver/commands/spec.js",
39
+ "src/create-quiver/lib/readiness.js",
40
+ "src/create-quiver/lib/scope.js",
41
+ "src/create-quiver/lib/slice.js",
42
+ "src/create-quiver/lib/spec-worktrees.js",
43
+ "src/create-quiver/lib/git.js",
44
+ "tests/commands/spec-validate.test.js",
45
+ "tests/commands/spec-worktree.test.js",
46
+ "tests/lib/check-slice.test.js",
47
+ "tests/lib/scope.test.js",
48
+ "tests/lib/paths.test.js",
49
+ "specs/quiver-v28-pixel-quiver-feedback-reconciliation/**"
50
+ ],
51
+ "depends_on": [
52
+ "slice-00-reconciliation-and-evidence-freeze"
53
+ ],
54
+ "parallel_safe": "after_dependencies",
55
+ "parallel_safe_reason": "Can run after slice-00 if it does not alter AI run state files.",
56
+ "must": [
57
+ "Make spec validate catch local slice execution metadata problems.",
58
+ "Make spec status verify filesystem and git worktree list.",
59
+ "Make spec start dirty-check failures actionable.",
60
+ "Verify scope matching behavior and support expected globs if slice-00 confirms the gap."
61
+ ],
62
+ "not_included": [
63
+ "AI approval lifecycle changes.",
64
+ "Plan repair flow.",
65
+ "Deleting worktrees automatically."
66
+ ],
67
+ "acceptance": [
68
+ "spec validate catches slice metadata required by check-slice --local or reports strict warnings.",
69
+ "spec status reports missing/stale worktrees accurately.",
70
+ "spec start --dry-run lists dirty checkout blockers and safe options.",
71
+ "check-scope behavior is covered by tests for exact paths and supported globs."
72
+ ],
73
+ "tests": [
74
+ "node --test tests/commands/spec-validate.test.js tests/commands/spec-worktree.test.js",
75
+ "node --test tests/lib/check-slice.test.js tests/lib/scope.test.js tests/lib/paths.test.js"
76
+ ],
77
+ "validation_hints": [
78
+ "Use temp repos/worktrees in tests.",
79
+ "Keep default behavior backward compatible unless --strict is used."
80
+ ],
81
+ "estimated_hours": 9,
82
+ "actual_hours": 9,
83
+ "status": "completed",
84
+ "completed_at": "2026-05-25T15:38:16Z"
85
+ }
@@ -0,0 +1,35 @@
1
+ # CLOSURE BRIEF - slice-05: Review-plan closure and agent DX
2
+
3
+ ## Summary
4
+
5
+ Implemented structured plan-review closure metadata and agent-facing DX hardening for review, executor handoff context, command examples, and GitHub PR preflight guidance.
6
+
7
+ ## Validation
8
+
9
+ Passed:
10
+
11
+ - `node --test tests/commands/ai-review-plan.test.js tests/commands/cli-contract.test.js`
12
+ - `node --test tests/lib/ai-context-packs.test.js tests/lib/ai-github.test.js`
13
+
14
+ ## Relevant Changes
15
+
16
+ - `ai review-plan` now asks for and persists structured review metadata with `approve`, `approve-with-risk`, or `revise`.
17
+ - `ai approve --phase technical-plan` now refuses approval when the saved review has required fixes or a `revise` recommendation.
18
+ - Plan-review summaries include approval recommendation, blocking status, required fixes, optional hardening, and next command.
19
+ - Executor context-pack guidance now keeps agents on compact slice context by default.
20
+ - GitHub CLI and SSH alias guidance now covers macOS, Linux, Windows PowerShell, Git Bash, and WSL.
21
+ - Help and docs now include `npx --yes create-quiver@<version>` examples for commands pasted into agents.
22
+
23
+ ## Pending Work
24
+
25
+ No pending work for this slice. `slice-06` is now ready for final compatibility, docs, smoke, and release-readiness validation.
26
+
27
+ ## Remaining Risks
28
+
29
+ - Existing historical plan reviews without structured metadata are treated heuristically for backward compatibility.
30
+ - Provider output can still be malformed; the prompt now asks for JSON, but fallback classification remains intentionally conservative.
31
+
32
+ ## Future Recommendations
33
+
34
+ - Consider a future explicit `--json` mode for `ai review-plan` summaries if dashboard consumers need stable stdout.
35
+ - Consider adding an apply/fix loop around plan-review required fixes after more dogfooding evidence.
@@ -0,0 +1,59 @@
1
+ # EXECUTION BRIEF - slice-05: Review-plan closure and agent DX
2
+
3
+ ## Context
4
+
5
+ Pixel Quiver showed long review/revise loops without a formal signal for when a plan is approvable, approvable with risks, or blocked.
6
+ The reconciliation pass also mapped agent-facing command safety, compact executor handoff guidance, and GitHub auth/SSH alias recovery copy to this slice.
7
+
8
+ ## Objective
9
+
10
+ Make plan reviews actionable and make generated agent commands reproducible and non-interactive.
11
+
12
+ ## Scope
13
+
14
+ - `ai review-plan` output and metadata.
15
+ - Review prompt/contract.
16
+ - Agent-facing command examples.
17
+ - GitHub auth and SSH alias diagnostic copy used by agent-driven PR flows.
18
+ - Compact executor handoff guidance/context packaging.
19
+ - Tests for review recommendations.
20
+
21
+ ## Acceptance Criteria
22
+
23
+ - Review output includes structured blocking status and approval recommendation.
24
+ - Required fixes and optional hardening are separated.
25
+ - A recommended next command is available.
26
+ - Docs/help examples prefer `npx --yes create-quiver@<version>` where appropriate.
27
+ - GitHub auth and alias diagnostics provide actionable recovery across macOS, Linux, Windows, Git Bash, WSL, and PowerShell where applicable.
28
+ - Executor handoff guidance stays compact and does not require passing the full spec when the slice brief is enough.
29
+
30
+ ## Technical Plan Summary
31
+
32
+ Extend plan review persistence/output with structured metadata, then update prompt/help/docs, GitHub diagnostic copy, and context-pack guidance for safer agent execution.
33
+
34
+ ## Suggested Execution Steps
35
+
36
+ 1. Add fixtures for review classifications.
37
+ 2. Update review-plan parsing/persistence.
38
+ 3. Update CLI output and docs.
39
+ 4. Improve GitHub auth/alias recovery messaging where gaps are confirmed.
40
+ 5. Add tests for recommended next command and agent-facing recovery copy.
41
+ 6. Validate help output snapshots if applicable.
42
+
43
+ ## Restrictions
44
+
45
+ - Do not weaken approval gates.
46
+ - Do not implement repair-plan here.
47
+ - Do not store provider, GitHub, or SSH secrets.
48
+
49
+ ## Risks
50
+
51
+ - Provider text can be inconsistent; metadata generation must be resilient and testable.
52
+
53
+ ## Completion Checklist
54
+
55
+ - [ ] Review-plan tests pass.
56
+ - [ ] GitHub diagnostic tests pass if messaging changes.
57
+ - [ ] CLI help/docs updated.
58
+ - [ ] Agent command examples verified.
59
+ - [ ] Closure evidence updated.
@@ -0,0 +1,94 @@
1
+ {
2
+ "slice_id": "slice-05-review-plan-closure-and-agent-dx",
3
+ "ticket": "QUIVER-28-05",
4
+ "type": "feature",
5
+ "title": "Review-plan closure and agent DX",
6
+ "objective": "Add structured review-plan closure metadata and make generated commands safer for AI agents.",
7
+ "description": "Reduces review/revise loops by making review results machine-readable and improves agent command examples with non-interactive, versioned npx usage.",
8
+ "git": {
9
+ "branch_type": "feature",
10
+ "base_branch": "main",
11
+ "branch_slug": "v28-review-plan-closure-agent-dx",
12
+ "branch_name": "feature/QUIVER-28-05-v28-review-plan-closure-agent-dx"
13
+ },
14
+ "files": [
15
+ "src/create-quiver/commands/ai.js",
16
+ "src/create-quiver/index.js",
17
+ "src/create-quiver/lib/ai/plan-review.js",
18
+ "src/create-quiver/lib/ai/prompts.js",
19
+ "src/create-quiver/lib/ai/context-packs.js",
20
+ "src/create-quiver/lib/ai/github.js",
21
+ "README.md",
22
+ "README_FOR_AI.md",
23
+ "docs/COMMANDS.md.template",
24
+ "tests/commands/ai-review-plan.test.js",
25
+ "tests/commands/cli-contract.test.js",
26
+ "tests/lib/ai-context-packs.test.js",
27
+ "tests/lib/ai-github.test.js",
28
+ "specs/quiver-v28-pixel-quiver-feedback-reconciliation/**"
29
+ ],
30
+ "expected_read_paths": [
31
+ "src/create-quiver/lib/ai/plan-review.js",
32
+ "src/create-quiver/lib/ai/prompts.js",
33
+ "src/create-quiver/index.js",
34
+ "README.md",
35
+ "README_FOR_AI.md",
36
+ "docs/COMMANDS.md.template",
37
+ "tests/commands/ai-review-plan.test.js"
38
+ ],
39
+ "allowed_write_paths": [
40
+ "src/create-quiver/commands/ai.js",
41
+ "src/create-quiver/index.js",
42
+ "src/create-quiver/lib/ai/plan-review.js",
43
+ "src/create-quiver/lib/ai/prompts.js",
44
+ "src/create-quiver/lib/ai/context-packs.js",
45
+ "src/create-quiver/lib/ai/github.js",
46
+ "README.md",
47
+ "README_FOR_AI.md",
48
+ "docs/COMMANDS.md.template",
49
+ "tests/commands/ai-review-plan.test.js",
50
+ "tests/commands/cli-contract.test.js",
51
+ "tests/lib/ai-context-packs.test.js",
52
+ "tests/lib/ai-github.test.js",
53
+ "specs/quiver-v28-pixel-quiver-feedback-reconciliation/**"
54
+ ],
55
+ "depends_on": [
56
+ "slice-00-reconciliation-and-evidence-freeze",
57
+ "slice-01-ai-run-state-approvals-and-clean-output"
58
+ ],
59
+ "parallel_safe": "after_dependencies",
60
+ "parallel_safe_reason": "Can run after clean AI state is clarified; may need sequencing with slice-02 if prompt files overlap.",
61
+ "must": [
62
+ "Emit review metadata with blocking status and recommendation.",
63
+ "Separate required fixes from optional hardening.",
64
+ "Include recommended next command.",
65
+ "Update agent-facing examples to prefer npx --yes create-quiver@<version>.",
66
+ "Improve GitHub auth and SSH alias recovery guidance for agent-driven PR flows.",
67
+ "Document or generate compact executor handoff context without requiring the full spec."
68
+ ],
69
+ "not_included": [
70
+ "Spec create repair flow.",
71
+ "Active-slice reconciliation.",
72
+ "Provider credential management."
73
+ ],
74
+ "acceptance": [
75
+ "ai review-plan outputs structured metadata for approval decisions.",
76
+ "Review loops can be stopped based on blocking/optional classification.",
77
+ "Generated docs/help include non-interactive versioned examples for agents.",
78
+ "GitHub auth and alias diagnostics include actionable recovery for macOS, Linux, Windows, Git Bash, WSL, and PowerShell where applicable.",
79
+ "Executor-facing handoff guidance stays compact and avoids requiring full-spec context.",
80
+ "Tests cover approve, approve-with-risk, and revise recommendations."
81
+ ],
82
+ "tests": [
83
+ "node --test tests/commands/ai-review-plan.test.js tests/commands/cli-contract.test.js",
84
+ "node --test tests/lib/ai-context-packs.test.js tests/lib/ai-github.test.js"
85
+ ],
86
+ "validation_hints": [
87
+ "Keep human-readable review output useful.",
88
+ "Ensure --json output stays machine-parseable if present."
89
+ ],
90
+ "estimated_hours": 8,
91
+ "actual_hours": 8,
92
+ "status": "completed",
93
+ "completed_at": "2026-05-25T22:14:57Z"
94
+ }
@@ -0,0 +1,40 @@
1
+ # CLOSURE BRIEF - slice-06: Backward compatibility, docs, and release readiness
2
+
3
+ ## Summary
4
+
5
+ Closed v28 with documentation synchronization, full source test evidence, smoke coverage, package/tarball readiness checks, and final spec status updates. A package dry-run exposed that a local root PDF would be included in npm output, so `.npmignore` was updated to exclude `*.pdf`.
6
+
7
+ ## Validation
8
+
9
+ Passed:
10
+
11
+ - `node --test tests/**/*.test.js`
12
+ - `npm run smoke:doctor-fixtures`
13
+ - `npm run smoke:guided-workflow`
14
+ - `npm run smoke:create-quiver`
15
+ - `npm run package:quiver`
16
+ - `npm pack --dry-run --json` with a no-PDF assertion
17
+ - `git diff --check`
18
+ - `node bin/create-quiver.js spec validate specs/quiver-v28-pixel-quiver-feedback-reconciliation --strict`
19
+ - `node bin/create-quiver.js check-slice --local specs/quiver-v28-pixel-quiver-feedback-reconciliation/slices/slice-06-backward-compatibility-docs-and-release-readiness/slice.json`
20
+ - `node bin/create-quiver.js next --all-ready --spec quiver-v28-pixel-quiver-feedback-reconciliation`
21
+
22
+ ## Relevant Changes
23
+
24
+ - Added unreleased v28 release notes to `CHANGELOG.md`.
25
+ - Updated `ROADMAP.md`, `README.md`, `docs/WORKFLOW.md.template`, and `docs/TROUBLESHOOTING.md.template` to reflect implemented v28 behavior.
26
+ - Added `*.pdf` to `.npmignore` after tarball validation showed the local Pixel Quiver requirements PDF would otherwise be included.
27
+ - Completed `SPEC.md`, `STATUS.md`, `COVERAGE_MATRIX.md`, `EVIDENCE_REPORT.md`, and this closure brief for v28.
28
+
29
+ ## Pending Work
30
+
31
+ No pending work for this slice. npm publication and PR creation remain intentionally out of scope.
32
+
33
+ ## Remaining Risks
34
+
35
+ - `package.json` remains `0.13.0`; v28 changes are documented as unreleased until a future publication decision.
36
+ - Future local artifacts with extensions other than `.pdf` could still require package ignore or package-safety rules.
37
+
38
+ ## Future Recommendations
39
+
40
+ Consider a future Quiver command that reports package-version drift and package contents risk before publication.
@@ -0,0 +1,56 @@
1
+ # EXECUTION BRIEF - slice-06: Backward compatibility, docs, and release readiness
2
+
3
+ ## Context
4
+
5
+ After implementation slices, Quiver must prove the final behavior works with older generated project state and is accurately documented.
6
+
7
+ ## Objective
8
+
9
+ Close v28 with compatibility tests, docs synchronization, smoke evidence, and final coverage status.
10
+
11
+ ## Scope
12
+
13
+ - Source-of-truth docs.
14
+ - Command templates and troubleshooting docs.
15
+ - Smoke scripts/tests if needed.
16
+ - Final spec status, evidence, and PR body.
17
+
18
+ ## Acceptance Criteria
19
+
20
+ - Every finding has a final status and evidence.
21
+ - Docs match implemented behavior.
22
+ - Source tests and available smoke tests pass.
23
+ - Package/tarball smoke evidence is recorded.
24
+ - npm is not published and PR is not opened by this slice.
25
+
26
+ ## Technical Plan Summary
27
+
28
+ Run full validation, update docs, complete final evidence, and prepare release readiness without performing release actions.
29
+
30
+ ## Suggested Execution Steps
31
+
32
+ 1. Read closure briefs from slices 01-05.
33
+ 2. Complete the final coverage matrix.
34
+ 3. Update README/README_FOR_AI/ROADMAP/CHANGELOG as needed.
35
+ 4. Run full tests and smoke tests.
36
+ 5. Run package/tarball smoke if available.
37
+ 6. Close final status/evidence.
38
+
39
+ ## Restrictions
40
+
41
+ - Do not publish npm.
42
+ - Do not open PR.
43
+ - Do not change package version unless explicitly authorized.
44
+
45
+ ## Risks
46
+
47
+ - Package smoke can reveal packaging issues not visible in source tests.
48
+
49
+ ## Completion Checklist
50
+
51
+ - [ ] Full tests passed.
52
+ - [ ] Smoke tests passed.
53
+ - [ ] Package/tarball smoke passed or documented.
54
+ - [ ] Docs synced.
55
+ - [ ] Final matrix completed.
56
+
@@ -0,0 +1,98 @@
1
+ {
2
+ "slice_id": "slice-06-backward-compatibility-docs-and-release-readiness",
3
+ "ticket": "QUIVER-28-06",
4
+ "type": "docs",
5
+ "title": "Backward compatibility, docs, and release readiness",
6
+ "objective": "Close v28 with compatibility validation, documentation synchronization, smoke tests, and package/tarball readiness evidence.",
7
+ "description": "Runs after all implementation slices to ensure the final behavior is documented, backward compatible, and validated from both source and packaged artifacts.",
8
+ "git": {
9
+ "branch_type": "feature",
10
+ "base_branch": "main",
11
+ "branch_slug": "v28-compat-docs-release-readiness",
12
+ "branch_name": "feature/QUIVER-28-06-v28-compat-docs-release-readiness"
13
+ },
14
+ "files": [
15
+ "README.md",
16
+ "README_FOR_AI.md",
17
+ "ROADMAP.md",
18
+ "CHANGELOG.md",
19
+ ".npmignore",
20
+ "docs/COMMANDS.md.template",
21
+ "docs/WORKFLOW.md.template",
22
+ "docs/TROUBLESHOOTING.md.template",
23
+ "scripts/ci/**",
24
+ "tests/commands/**",
25
+ "tests/lib/**",
26
+ "specs/quiver-v28-pixel-quiver-feedback-reconciliation/**"
27
+ ],
28
+ "expected_read_paths": [
29
+ "README.md",
30
+ "README_FOR_AI.md",
31
+ "ROADMAP.md",
32
+ "CHANGELOG.md",
33
+ "package.json",
34
+ "scripts/package-quiver.sh",
35
+ "scripts/ci/**",
36
+ "tests/**",
37
+ "specs/quiver-v28-pixel-quiver-feedback-reconciliation/**"
38
+ ],
39
+ "allowed_write_paths": [
40
+ "README.md",
41
+ "README_FOR_AI.md",
42
+ "ROADMAP.md",
43
+ "CHANGELOG.md",
44
+ ".npmignore",
45
+ "docs/COMMANDS.md.template",
46
+ "docs/WORKFLOW.md.template",
47
+ "docs/TROUBLESHOOTING.md.template",
48
+ "scripts/ci/**",
49
+ "tests/commands/**",
50
+ "tests/lib/**",
51
+ "specs/quiver-v28-pixel-quiver-feedback-reconciliation/**"
52
+ ],
53
+ "depends_on": [
54
+ "slice-01-ai-run-state-approvals-and-clean-output",
55
+ "slice-02-structured-technical-plan-contract-and-repair-flow",
56
+ "slice-03-active-slice-reconciliation-and-ai-inspect",
57
+ "slice-04-spec-validation-scope-and-worktree-reliability",
58
+ "slice-05-review-plan-closure-and-agent-dx"
59
+ ],
60
+ "parallel_safe": "no",
61
+ "parallel_safe_reason": "Final closure slice depends on every implementation slice and updates shared docs/tests.",
62
+ "must": [
63
+ "Run backward compatibility tests for older .quiver states.",
64
+ "Run source tests and package/tarball smoke where available.",
65
+ "Update source-of-truth docs without claiming npm publication.",
66
+ "Complete final coverage matrix with final statuses.",
67
+ "Do not publish npm."
68
+ ],
69
+ "not_included": [
70
+ "npm publish.",
71
+ "PR creation.",
72
+ "New feature behavior outside documented v28 scope."
73
+ ],
74
+ "acceptance": [
75
+ "Final coverage matrix has a final status and evidence for every finding.",
76
+ "Docs and help do not contradict implemented behavior.",
77
+ "Smoke tests pass from source and packaged artifact where available.",
78
+ "No npm publication is claimed or performed.",
79
+ "Release readiness risks are documented."
80
+ ],
81
+ "tests": [
82
+ "node --test tests/**/*.test.js",
83
+ "npm run smoke:doctor-fixtures",
84
+ "npm run smoke:guided-workflow",
85
+ "npm run smoke:create-quiver",
86
+ "npm run package:quiver",
87
+ "git diff --check",
88
+ "npx create-quiver spec validate specs/quiver-v28-pixel-quiver-feedback-reconciliation"
89
+ ],
90
+ "validation_hints": [
91
+ "Use packaged tarball smoke before claiming release readiness.",
92
+ "Do not modify package version unless explicitly authorized."
93
+ ],
94
+ "estimated_hours": 6,
95
+ "actual_hours": 6,
96
+ "status": "completed",
97
+ "completed_at": "2026-05-25T22:25:05Z"
98
+ }