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.
- package/CHANGELOG.md +30 -0
- package/README.md +183 -511
- package/README_FOR_AI.md +36 -26
- package/ROADMAP.md +11 -0
- package/assets/quiver-wordmark.svg +22 -0
- package/docs/AI_CONTEXT.md.template +2 -0
- package/docs/AI_ONBOARDING_PROMPT.md.template +9 -1
- package/docs/CLI_UX_GUIDE.md +125 -0
- package/docs/COMMANDS.md.template +19 -4
- package/docs/GITFLOW_PR_GUIDE.md +70 -0
- package/docs/TROUBLESHOOTING.md.template +29 -0
- package/docs/WORKFLOW.md.template +13 -12
- package/docs/getting-started/linux.md +84 -0
- package/docs/getting-started/macos.md +85 -0
- package/docs/getting-started/windows-git-bash-wsl.md +78 -0
- package/docs/getting-started/windows-powershell.md +96 -0
- package/docs/reference/commands.md +94 -0
- package/docs/workflows/existing-project.md +131 -0
- package/docs/workflows/full-ai-spec-to-pr.md +311 -0
- package/docs/workflows/legacy-quiver-project.md +102 -0
- package/docs/workflows/new-project.md +76 -0
- package/package.json +5 -1
- package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/COVERAGE_MATRIX.md +117 -0
- package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/EVIDENCE_REPORT.md +200 -0
- package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/EXECUTION_PLAN.md +60 -0
- package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/SPEC.md +132 -0
- package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/STATUS.md +36 -0
- package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/pr.md +128 -0
- package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/slices/slice-00-reconciliation-and-evidence-freeze/CLOSURE_BRIEF.md +44 -0
- package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/slices/slice-00-reconciliation-and-evidence-freeze/EXECUTION_BRIEF.md +56 -0
- package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/slices/slice-00-reconciliation-and-evidence-freeze/slice.json +71 -0
- package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/slices/slice-01-ai-run-state-approvals-and-clean-output/CLOSURE_BRIEF.md +38 -0
- package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/slices/slice-01-ai-run-state-approvals-and-clean-output/EXECUTION_BRIEF.md +53 -0
- package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/slices/slice-01-ai-run-state-approvals-and-clean-output/slice.json +83 -0
- package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/slices/slice-02-structured-technical-plan-contract-and-repair-flow/CLOSURE_BRIEF.md +33 -0
- package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/slices/slice-02-structured-technical-plan-contract-and-repair-flow/EXECUTION_BRIEF.md +53 -0
- package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/slices/slice-02-structured-technical-plan-contract-and-repair-flow/slice.json +85 -0
- package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/slices/slice-03-active-slice-reconciliation-and-ai-inspect/CLOSURE_BRIEF.md +34 -0
- package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/slices/slice-03-active-slice-reconciliation-and-ai-inspect/EXECUTION_BRIEF.md +52 -0
- package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/slices/slice-03-active-slice-reconciliation-and-ai-inspect/slice.json +82 -0
- package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/slices/slice-04-spec-validation-scope-and-worktree-reliability/CLOSURE_BRIEF.md +32 -0
- package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/slices/slice-04-spec-validation-scope-and-worktree-reliability/EXECUTION_BRIEF.md +55 -0
- package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/slices/slice-04-spec-validation-scope-and-worktree-reliability/slice.json +85 -0
- package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/slices/slice-05-review-plan-closure-and-agent-dx/CLOSURE_BRIEF.md +35 -0
- package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/slices/slice-05-review-plan-closure-and-agent-dx/EXECUTION_BRIEF.md +59 -0
- package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/slices/slice-05-review-plan-closure-and-agent-dx/slice.json +94 -0
- package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/slices/slice-06-backward-compatibility-docs-and-release-readiness/CLOSURE_BRIEF.md +40 -0
- package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/slices/slice-06-backward-compatibility-docs-and-release-readiness/EXECUTION_BRIEF.md +56 -0
- package/specs/quiver-v28-pixel-quiver-feedback-reconciliation/slices/slice-06-backward-compatibility-docs-and-release-readiness/slice.json +98 -0
- package/specs/quiver-v29-planner-prepare-context-cli-ux/EVIDENCE_REPORT.md +163 -0
- package/specs/quiver-v29-planner-prepare-context-cli-ux/EXECUTION_PLAN.md +72 -0
- package/specs/quiver-v29-planner-prepare-context-cli-ux/SPEC.md +173 -0
- package/specs/quiver-v29-planner-prepare-context-cli-ux/STATUS.md +34 -0
- package/specs/quiver-v29-planner-prepare-context-cli-ux/pr.md +95 -0
- package/specs/quiver-v29-planner-prepare-context-cli-ux/slices/slice-00-cli-ux-spec-foundation/CLOSURE_BRIEF.md +32 -0
- package/specs/quiver-v29-planner-prepare-context-cli-ux/slices/slice-00-cli-ux-spec-foundation/EXECUTION_BRIEF.md +45 -0
- package/specs/quiver-v29-planner-prepare-context-cli-ux/slices/slice-00-cli-ux-spec-foundation/slice.json +58 -0
- package/specs/quiver-v29-planner-prepare-context-cli-ux/slices/slice-01-cli-ux-primitives-theme/CLOSURE_BRIEF.md +33 -0
- package/specs/quiver-v29-planner-prepare-context-cli-ux/slices/slice-01-cli-ux-primitives-theme/EXECUTION_BRIEF.md +49 -0
- package/specs/quiver-v29-planner-prepare-context-cli-ux/slices/slice-01-cli-ux-primitives-theme/slice.json +75 -0
- package/specs/quiver-v29-planner-prepare-context-cli-ux/slices/slice-02-planner-context-proposal-contract/CLOSURE_BRIEF.md +32 -0
- package/specs/quiver-v29-planner-prepare-context-cli-ux/slices/slice-02-planner-context-proposal-contract/EXECUTION_BRIEF.md +47 -0
- package/specs/quiver-v29-planner-prepare-context-cli-ux/slices/slice-02-planner-context-proposal-contract/slice.json +71 -0
- package/specs/quiver-v29-planner-prepare-context-cli-ux/slices/slice-03-prepare-context-planner-review-flow/CLOSURE_BRIEF.md +33 -0
- package/specs/quiver-v29-planner-prepare-context-cli-ux/slices/slice-03-prepare-context-planner-review-flow/EXECUTION_BRIEF.md +52 -0
- package/specs/quiver-v29-planner-prepare-context-cli-ux/slices/slice-03-prepare-context-planner-review-flow/slice.json +82 -0
- package/specs/quiver-v29-planner-prepare-context-cli-ux/slices/slice-04-ux-flag-matrix-compatibility/CLOSURE_BRIEF.md +34 -0
- package/specs/quiver-v29-planner-prepare-context-cli-ux/slices/slice-04-ux-flag-matrix-compatibility/EXECUTION_BRIEF.md +46 -0
- package/specs/quiver-v29-planner-prepare-context-cli-ux/slices/slice-04-ux-flag-matrix-compatibility/slice.json +73 -0
- package/specs/quiver-v29-planner-prepare-context-cli-ux/slices/slice-05-progressive-command-adoption/CLOSURE_BRIEF.md +34 -0
- package/specs/quiver-v29-planner-prepare-context-cli-ux/slices/slice-05-progressive-command-adoption/EXECUTION_BRIEF.md +46 -0
- package/specs/quiver-v29-planner-prepare-context-cli-ux/slices/slice-05-progressive-command-adoption/slice.json +83 -0
- package/specs/quiver-v29-planner-prepare-context-cli-ux/slices/slice-06-docs-tests-smoke-readiness/CLOSURE_BRIEF.md +31 -0
- package/specs/quiver-v29-planner-prepare-context-cli-ux/slices/slice-06-docs-tests-smoke-readiness/EXECUTION_BRIEF.md +50 -0
- package/specs/quiver-v29-planner-prepare-context-cli-ux/slices/slice-06-docs-tests-smoke-readiness/slice.json +95 -0
- package/src/create-quiver/commands/ai.js +938 -16
- package/src/create-quiver/commands/spec.js +74 -2
- package/src/create-quiver/index.js +91 -5
- package/src/create-quiver/lib/ai/context-packs.js +2 -2
- package/src/create-quiver/lib/ai/context-proposal.js +389 -0
- package/src/create-quiver/lib/ai/context-proposal.schema.js +31 -0
- package/src/create-quiver/lib/ai/export-state.js +52 -5
- package/src/create-quiver/lib/ai/github.js +14 -2
- package/src/create-quiver/lib/ai/plan-review.js +159 -0
- package/src/create-quiver/lib/ai/run-state.js +17 -2
- package/src/create-quiver/lib/ai/spec-generator.js +15 -0
- package/src/create-quiver/lib/cli/editor.js +118 -0
- package/src/create-quiver/lib/cli/theme.js +100 -0
- package/src/create-quiver/lib/cli/ux-flags.js +151 -0
- package/src/create-quiver/lib/cli/ux.js +130 -0
- package/src/create-quiver/lib/project-state-resolver.js +195 -1
- package/src/create-quiver/lib/spec-worktrees.js +50 -2
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# CLOSURE_BRIEF - slice-05 Progressive command adoption
|
|
2
|
+
|
|
3
|
+
## Summary
|
|
4
|
+
|
|
5
|
+
Completed progressive UX adoption for selected high-value commands.
|
|
6
|
+
|
|
7
|
+
## Validation Against Acceptance Criteria
|
|
8
|
+
|
|
9
|
+
- `ai plan` accepts the UX flags, reports planner/review/interactive intent in dry-run, supports editor review of provider drafts before saving, and can require interactive approval before saving.
|
|
10
|
+
- `spec create` supports `--review` as a guarded preview review before writes and `--interactive` as explicit confirmation before generation.
|
|
11
|
+
- `ai pr` supports review/edit of `pr.md` before creating the PR plan and interactive confirmation before `gh pr create`.
|
|
12
|
+
- `ai pr` still rejects `--with-planner` through the centralized flag matrix.
|
|
13
|
+
- Existing tests for the affected commands continue to pass.
|
|
14
|
+
|
|
15
|
+
## Relevant Changes
|
|
16
|
+
|
|
17
|
+
- Updated `src/create-quiver/commands/ai.js` for `ai plan` draft review/interactive confirmation and `ai pr` PR body review/interactive confirmation.
|
|
18
|
+
- Updated `src/create-quiver/commands/spec.js` for `spec create` review/interactive guardrails.
|
|
19
|
+
- Updated `src/create-quiver/index.js` to await async `spec create`.
|
|
20
|
+
- Added command tests in `tests/commands/ai-plan.test.js`, `tests/commands/spec-create.test.js`, and `tests/commands/ai-pr.test.js`.
|
|
21
|
+
|
|
22
|
+
## Pending Work
|
|
23
|
+
|
|
24
|
+
- Final docs and command reference updates must document these supported flags.
|
|
25
|
+
- Remaining commands should be migrated only through future scoped slices.
|
|
26
|
+
|
|
27
|
+
## Remaining Risks
|
|
28
|
+
|
|
29
|
+
- Command UX can drift unless docs and matrix are updated in the final slice.
|
|
30
|
+
- `spec create --review` reviews the preview artifact and does not treat preview edits as source-of-truth changes; this is intentional guardrail behavior, but docs should explain it.
|
|
31
|
+
|
|
32
|
+
## Future Recommendations
|
|
33
|
+
|
|
34
|
+
- Consider future UX adoption for `doctor --interactive --fix`, `ai onboard`, and `ai revise`.
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
# EXECUTION_BRIEF - slice-05 Progressive command adoption
|
|
2
|
+
|
|
3
|
+
## Context
|
|
4
|
+
|
|
5
|
+
After `ai prepare-context` implements the full pattern, selected commands should adopt the same standard where it clearly improves UX.
|
|
6
|
+
|
|
7
|
+
## Objective
|
|
8
|
+
|
|
9
|
+
Apply UX flags and review/interactive behavior to `ai plan`, `spec create`, and `ai pr` without redesigning unrelated commands.
|
|
10
|
+
|
|
11
|
+
## Scope
|
|
12
|
+
|
|
13
|
+
- `ai plan`: planner-related UX flags and optional review flow.
|
|
14
|
+
- `spec create`: guarded review/interactive path.
|
|
15
|
+
- `ai pr`: interactive PR inputs and review/edit of `pr.md`; no `--with-planner`.
|
|
16
|
+
- Tests for supported and unsupported combinations.
|
|
17
|
+
|
|
18
|
+
## Acceptance Criteria
|
|
19
|
+
|
|
20
|
+
- No command becomes interactive by default.
|
|
21
|
+
- Every interactive choice has a flag equivalent.
|
|
22
|
+
- Machine output stays clean.
|
|
23
|
+
- Unsupported flags fail clearly.
|
|
24
|
+
|
|
25
|
+
## Suggested Steps
|
|
26
|
+
|
|
27
|
+
1. Start with `ai pr --review` because it maps cleanly to existing `pr.md`.
|
|
28
|
+
2. Add minimal `spec create --review` guardrails.
|
|
29
|
+
3. Add `ai plan` UX flag compatibility.
|
|
30
|
+
4. Add tests for each.
|
|
31
|
+
|
|
32
|
+
## Restrictions
|
|
33
|
+
|
|
34
|
+
- Do not apply the standard to all commands in this slice.
|
|
35
|
+
- Do not add planner mode to `ai pr`.
|
|
36
|
+
|
|
37
|
+
## Risks
|
|
38
|
+
|
|
39
|
+
- Broad command changes can create regressions. Keep adoption narrow and test heavily.
|
|
40
|
+
|
|
41
|
+
## Completion Checklist
|
|
42
|
+
|
|
43
|
+
- [ ] `ai plan` compatibility tested.
|
|
44
|
+
- [ ] `spec create` review/interactive behavior tested.
|
|
45
|
+
- [ ] `ai pr` review/interactive behavior tested.
|
|
46
|
+
- [ ] Existing command tests still pass.
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-05-progressive-command-adoption",
|
|
3
|
+
"ticket": "QUIVER-29-05",
|
|
4
|
+
"type": "feature",
|
|
5
|
+
"title": "Progressive command adoption",
|
|
6
|
+
"objective": "Apply the new UX standard to selected high-value commands after `ai prepare-context` proves the pattern.",
|
|
7
|
+
"description": "Adds focused UX improvements to `ai plan`, `spec create`, and `ai pr` without redesigning the whole CLI.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "v29-progressive-command-adoption",
|
|
12
|
+
"branch_name": "feature/QUIVER-29-05-v29-progressive-command-adoption"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"src/create-quiver/index.js",
|
|
16
|
+
"src/create-quiver/commands/ai.js",
|
|
17
|
+
"src/create-quiver/commands/spec.js",
|
|
18
|
+
"src/create-quiver/lib/ai/github.js",
|
|
19
|
+
"src/create-quiver/lib/ai/spec-generator.js",
|
|
20
|
+
"tests/commands/ai-plan.test.js",
|
|
21
|
+
"tests/commands/spec-create.test.js",
|
|
22
|
+
"tests/commands/ai-pr.test.js",
|
|
23
|
+
"tests/commands/ux-flags.test.js",
|
|
24
|
+
"specs/quiver-v29-planner-prepare-context-cli-ux/**"
|
|
25
|
+
],
|
|
26
|
+
"expected_read_paths": [
|
|
27
|
+
"src/create-quiver/index.js",
|
|
28
|
+
"src/create-quiver/commands/ai.js",
|
|
29
|
+
"src/create-quiver/commands/spec.js",
|
|
30
|
+
"src/create-quiver/lib/ai/**",
|
|
31
|
+
"tests/commands/ai-plan.test.js",
|
|
32
|
+
"tests/commands/spec-create.test.js",
|
|
33
|
+
"tests/commands/ai-pr.test.js"
|
|
34
|
+
],
|
|
35
|
+
"allowed_write_paths": [
|
|
36
|
+
"src/create-quiver/index.js",
|
|
37
|
+
"src/create-quiver/commands/ai.js",
|
|
38
|
+
"src/create-quiver/commands/spec.js",
|
|
39
|
+
"src/create-quiver/lib/ai/github.js",
|
|
40
|
+
"src/create-quiver/lib/ai/spec-generator.js",
|
|
41
|
+
"tests/commands/ai-plan.test.js",
|
|
42
|
+
"tests/commands/spec-create.test.js",
|
|
43
|
+
"tests/commands/ai-pr.test.js",
|
|
44
|
+
"tests/commands/ux-flags.test.js",
|
|
45
|
+
"specs/quiver-v29-planner-prepare-context-cli-ux/**"
|
|
46
|
+
],
|
|
47
|
+
"depends_on": [
|
|
48
|
+
"slice-03-prepare-context-planner-review-flow",
|
|
49
|
+
"slice-04-ux-flag-matrix-compatibility"
|
|
50
|
+
],
|
|
51
|
+
"parallel_safe": "no",
|
|
52
|
+
"parallel_safe_reason": "Touches multiple command integrations and should run after the prepare-context pattern stabilizes.",
|
|
53
|
+
"must": [
|
|
54
|
+
"Apply the standard to `ai plan` only where planner semantics are already natural.",
|
|
55
|
+
"Apply the standard to `spec create` with safe review/interactive guardrails.",
|
|
56
|
+
"Apply `--interactive` and `--review` to `ai pr` without adding `--with-planner`.",
|
|
57
|
+
"Keep non-interactive flag equivalents for every prompt.",
|
|
58
|
+
"Avoid changing command outputs in --json and CI modes."
|
|
59
|
+
],
|
|
60
|
+
"not_included": [
|
|
61
|
+
"Full UX migration for all commands.",
|
|
62
|
+
"TUI dashboards.",
|
|
63
|
+
"Planner behavior for ai pr."
|
|
64
|
+
],
|
|
65
|
+
"acceptance": [
|
|
66
|
+
"`ai plan` supports documented UX flags without breaking existing planner drafts.",
|
|
67
|
+
"`spec create` supports documented review/interactive guardrails where safe.",
|
|
68
|
+
"`ai pr` can review/edit PR body and interactive inputs without planner mode.",
|
|
69
|
+
"Existing tests for those commands still pass.",
|
|
70
|
+
"New tests cover unsupported and compatible flag combinations."
|
|
71
|
+
],
|
|
72
|
+
"tests": [
|
|
73
|
+
"node --test tests/commands/ai-plan.test.js tests/commands/spec-create.test.js tests/commands/ai-pr.test.js tests/commands/ux-flags.test.js"
|
|
74
|
+
],
|
|
75
|
+
"validation_hints": [
|
|
76
|
+
"Prefer minimal adoption over broad rewrites.",
|
|
77
|
+
"Keep generated artifacts backward compatible."
|
|
78
|
+
],
|
|
79
|
+
"estimated_hours": 9,
|
|
80
|
+
"actual_hours": 4,
|
|
81
|
+
"status": "completed",
|
|
82
|
+
"completed_at": "2026-05-26"
|
|
83
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# CLOSURE_BRIEF - slice-06 Docs, tests, smoke, and release readiness
|
|
2
|
+
|
|
3
|
+
## Summary
|
|
4
|
+
|
|
5
|
+
Completed final documentation, template, workflow, test, smoke, package, and tarball readiness for Quiver v29.
|
|
6
|
+
|
|
7
|
+
## Validation Against Acceptance Criteria
|
|
8
|
+
|
|
9
|
+
- Documentation now covers deterministic and planner-assisted `ai prepare-context`, guarded UX flags, review/interactive flows, color tokens, JSON/CI/no-TTY behavior, and command applicability.
|
|
10
|
+
- `README_FOR_AI.md` is synchronized with implemented behavior and records v29 as implemented but pending package publication.
|
|
11
|
+
- Generated templates now include planner-assisted context guidance and UX flag rules.
|
|
12
|
+
- Full tests, focused tests, smoke commands, package validation, tarball dry-run, spec validation, handoff validation, JSON validation, and diff check passed.
|
|
13
|
+
|
|
14
|
+
## Relevant Changes
|
|
15
|
+
|
|
16
|
+
- Added `docs/CLI_UX_GUIDE.md`.
|
|
17
|
+
- Updated `README.md`, `README_FOR_AI.md`, `docs/reference/commands.md`, generated templates, workflow guides, `CHANGELOG.md`, and `ROADMAP.md`.
|
|
18
|
+
- Updated spec status, evidence, and slice metadata.
|
|
19
|
+
|
|
20
|
+
## Pending Work
|
|
21
|
+
|
|
22
|
+
- Npm publication and PR creation are outside this slice unless explicitly requested later.
|
|
23
|
+
|
|
24
|
+
## Remaining Risks
|
|
25
|
+
|
|
26
|
+
- Package version remains `0.14.0`; publication/version bump is intentionally outside this slice.
|
|
27
|
+
- The npm CLI printed an update notice for npm `11.12.1 -> 11.15.0`; it did not block validation.
|
|
28
|
+
|
|
29
|
+
## Future Recommendations
|
|
30
|
+
|
|
31
|
+
- Use dogfooding findings from the first planner-assisted projects to scope the next UX adoption batch.
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
# EXECUTION_BRIEF - slice-06 Docs, tests, smoke, and release readiness
|
|
2
|
+
|
|
3
|
+
## Context
|
|
4
|
+
|
|
5
|
+
This is the final Quiver v29 slice. It must reconcile implementation, documentation, generated templates, tests, and package safety.
|
|
6
|
+
|
|
7
|
+
## Objective
|
|
8
|
+
|
|
9
|
+
Close the spec with complete documentation and validation evidence.
|
|
10
|
+
|
|
11
|
+
## Scope
|
|
12
|
+
|
|
13
|
+
- Update public and AI-facing docs.
|
|
14
|
+
- Add or update `docs/CLI_UX_GUIDE.md`.
|
|
15
|
+
- Update command references and templates.
|
|
16
|
+
- Run full tests and smoke commands.
|
|
17
|
+
- Update spec status, evidence, and closure briefs.
|
|
18
|
+
|
|
19
|
+
## Acceptance Criteria
|
|
20
|
+
|
|
21
|
+
- Documentation matches implemented behavior.
|
|
22
|
+
- README_FOR_AI.md remains source-of-truth aligned.
|
|
23
|
+
- Tests and package smoke pass.
|
|
24
|
+
- Any blocker is explicitly documented.
|
|
25
|
+
|
|
26
|
+
## Suggested Steps
|
|
27
|
+
|
|
28
|
+
1. Compare implementation against `SPEC.md`.
|
|
29
|
+
2. Update docs and templates.
|
|
30
|
+
3. Run focused tests, then full test suite.
|
|
31
|
+
4. Run smoke/package commands.
|
|
32
|
+
5. Update status/evidence/closure docs.
|
|
33
|
+
|
|
34
|
+
## Restrictions
|
|
35
|
+
|
|
36
|
+
- Do not add new behavior in this slice unless required to fix a validation failure from prior slices.
|
|
37
|
+
- Do not publish npm.
|
|
38
|
+
- Do not open PR.
|
|
39
|
+
|
|
40
|
+
## Risks
|
|
41
|
+
|
|
42
|
+
- Docs can easily drift from real behavior. Verify against `node bin/create-quiver.js --help`.
|
|
43
|
+
|
|
44
|
+
## Completion Checklist
|
|
45
|
+
|
|
46
|
+
- [ ] Docs synchronized.
|
|
47
|
+
- [ ] Full tests run.
|
|
48
|
+
- [ ] Smoke/package validation run.
|
|
49
|
+
- [ ] Spec status updated.
|
|
50
|
+
- [ ] Final risks recorded.
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-06-docs-tests-smoke-readiness",
|
|
3
|
+
"ticket": "QUIVER-29-06",
|
|
4
|
+
"type": "docs",
|
|
5
|
+
"title": "Docs, tests, smoke, and release readiness",
|
|
6
|
+
"objective": "Close the spec by synchronizing documentation, templates, tests, package safety, and release evidence.",
|
|
7
|
+
"description": "Ensures the implemented CLI UX standard and planner-assisted prepare-context flow are documented, tested, and package-ready.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "v29-docs-tests-smoke-readiness",
|
|
12
|
+
"branch_name": "feature/QUIVER-29-06-v29-docs-tests-smoke-readiness"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"README.md",
|
|
16
|
+
"README_FOR_AI.md",
|
|
17
|
+
"CHANGELOG.md",
|
|
18
|
+
"ROADMAP.md",
|
|
19
|
+
"docs/COMMANDS.md.template",
|
|
20
|
+
"docs/AI_CONTEXT.md.template",
|
|
21
|
+
"docs/AI_ONBOARDING_PROMPT.md.template",
|
|
22
|
+
"docs/CLI_UX_GUIDE.md",
|
|
23
|
+
"docs/reference/commands.md",
|
|
24
|
+
"docs/workflows/*.md",
|
|
25
|
+
"tests/**",
|
|
26
|
+
"specs/quiver-v29-planner-prepare-context-cli-ux/**"
|
|
27
|
+
],
|
|
28
|
+
"expected_read_paths": [
|
|
29
|
+
"README.md",
|
|
30
|
+
"README_FOR_AI.md",
|
|
31
|
+
"docs/**",
|
|
32
|
+
"tests/**",
|
|
33
|
+
"scripts/package-quiver.sh",
|
|
34
|
+
"scripts/ci/**"
|
|
35
|
+
],
|
|
36
|
+
"allowed_write_paths": [
|
|
37
|
+
"README.md",
|
|
38
|
+
"README_FOR_AI.md",
|
|
39
|
+
"CHANGELOG.md",
|
|
40
|
+
"ROADMAP.md",
|
|
41
|
+
"docs/COMMANDS.md.template",
|
|
42
|
+
"docs/AI_CONTEXT.md.template",
|
|
43
|
+
"docs/AI_ONBOARDING_PROMPT.md.template",
|
|
44
|
+
"docs/CLI_UX_GUIDE.md",
|
|
45
|
+
"docs/reference/commands.md",
|
|
46
|
+
"docs/workflows/*.md",
|
|
47
|
+
"tests/**",
|
|
48
|
+
"specs/quiver-v29-planner-prepare-context-cli-ux/**"
|
|
49
|
+
],
|
|
50
|
+
"depends_on": [
|
|
51
|
+
"slice-02-planner-context-proposal-contract",
|
|
52
|
+
"slice-03-prepare-context-planner-review-flow",
|
|
53
|
+
"slice-04-ux-flag-matrix-compatibility",
|
|
54
|
+
"slice-05-progressive-command-adoption"
|
|
55
|
+
],
|
|
56
|
+
"parallel_safe": "no",
|
|
57
|
+
"parallel_safe_reason": "Final validation and docs sync must run after all behavior slices.",
|
|
58
|
+
"must": [
|
|
59
|
+
"Document the UX standard, color tokens, and flag matrix.",
|
|
60
|
+
"Document deterministic and planner-assisted prepare-context flows.",
|
|
61
|
+
"Update generated templates where needed.",
|
|
62
|
+
"Run full test and smoke suite.",
|
|
63
|
+
"Record validation evidence in the spec.",
|
|
64
|
+
"Keep README_FOR_AI.md synchronized with implemented behavior."
|
|
65
|
+
],
|
|
66
|
+
"not_included": [
|
|
67
|
+
"Publishing npm.",
|
|
68
|
+
"Opening the final PR.",
|
|
69
|
+
"Adding new behavior beyond closing docs/tests."
|
|
70
|
+
],
|
|
71
|
+
"acceptance": [
|
|
72
|
+
"Docs do not contradict implemented command behavior.",
|
|
73
|
+
"Generated docs/templates include the new UX and planner guidance.",
|
|
74
|
+
"Full tests and smoke commands pass or documented blockers are explicit.",
|
|
75
|
+
"Package/tarball dry-run is clean.",
|
|
76
|
+
"Spec status and closure briefs reflect final implementation state."
|
|
77
|
+
],
|
|
78
|
+
"tests": [
|
|
79
|
+
"node --test tests/**/*.test.js",
|
|
80
|
+
"npm run smoke:create-quiver",
|
|
81
|
+
"npm run smoke:doctor-fixtures",
|
|
82
|
+
"npm run smoke:guided-workflow",
|
|
83
|
+
"npm run package:quiver",
|
|
84
|
+
"npm pack --dry-run",
|
|
85
|
+
"git diff --check"
|
|
86
|
+
],
|
|
87
|
+
"validation_hints": [
|
|
88
|
+
"Run this slice last.",
|
|
89
|
+
"Check README_FOR_AI.md against actual CLI behavior before closing."
|
|
90
|
+
],
|
|
91
|
+
"estimated_hours": 6,
|
|
92
|
+
"actual_hours": 4,
|
|
93
|
+
"status": "completed",
|
|
94
|
+
"completed_at": "2026-05-26"
|
|
95
|
+
}
|