create-quiver 0.15.2 → 0.15.3

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 (97) hide show
  1. package/README.md +1 -0
  2. package/README_FOR_AI.md +6 -4
  3. package/docs/CLI_UX_GUIDE.md +1 -1
  4. package/docs/COMMANDS.md.template +14 -3
  5. package/docs/INDEX.md +87 -0
  6. package/docs/WORKFLOW.md.template +2 -2
  7. package/docs/reference/commands.md +13 -1
  8. package/package.json +3 -1
  9. package/specs/quiver-v34-cli-dashboard-status/EVIDENCE_REPORT.md +119 -0
  10. package/specs/quiver-v34-cli-dashboard-status/EXECUTION_PLAN.md +77 -0
  11. package/specs/quiver-v34-cli-dashboard-status/SPEC.md +152 -0
  12. package/specs/quiver-v34-cli-dashboard-status/STATUS.md +29 -0
  13. package/specs/quiver-v34-cli-dashboard-status/pr.md +99 -0
  14. package/specs/quiver-v34-cli-dashboard-status/slices/slice-00-dashboard-foundation/CLOSURE_BRIEF.md +19 -0
  15. package/specs/quiver-v34-cli-dashboard-status/slices/slice-00-dashboard-foundation/EXECUTION_BRIEF.md +49 -0
  16. package/specs/quiver-v34-cli-dashboard-status/slices/slice-00-dashboard-foundation/slice.json +68 -0
  17. package/specs/quiver-v34-cli-dashboard-status/slices/slice-01-dashboard-report-contract/CLOSURE_BRIEF.md +19 -0
  18. package/specs/quiver-v34-cli-dashboard-status/slices/slice-01-dashboard-report-contract/EXECUTION_BRIEF.md +53 -0
  19. package/specs/quiver-v34-cli-dashboard-status/slices/slice-01-dashboard-report-contract/slice.json +78 -0
  20. package/specs/quiver-v34-cli-dashboard-status/slices/slice-02-dashboard-command-rendering/CLOSURE_BRIEF.md +19 -0
  21. package/specs/quiver-v34-cli-dashboard-status/slices/slice-02-dashboard-command-rendering/EXECUTION_BRIEF.md +53 -0
  22. package/specs/quiver-v34-cli-dashboard-status/slices/slice-02-dashboard-command-rendering/slice.json +82 -0
  23. package/specs/quiver-v34-cli-dashboard-status/slices/slice-03-dashboard-edge-cases-and-guardrails/CLOSURE_BRIEF.md +19 -0
  24. package/specs/quiver-v34-cli-dashboard-status/slices/slice-03-dashboard-edge-cases-and-guardrails/EXECUTION_BRIEF.md +54 -0
  25. package/specs/quiver-v34-cli-dashboard-status/slices/slice-03-dashboard-edge-cases-and-guardrails/slice.json +77 -0
  26. package/specs/quiver-v34-cli-dashboard-status/slices/slice-04-docs-templates-and-scripts/CLOSURE_BRIEF.md +19 -0
  27. package/specs/quiver-v34-cli-dashboard-status/slices/slice-04-docs-templates-and-scripts/EXECUTION_BRIEF.md +54 -0
  28. package/specs/quiver-v34-cli-dashboard-status/slices/slice-04-docs-templates-and-scripts/slice.json +88 -0
  29. package/specs/quiver-v34-cli-dashboard-status/slices/slice-05-tests-smokes-release-readiness/CLOSURE_BRIEF.md +26 -0
  30. package/specs/quiver-v34-cli-dashboard-status/slices/slice-05-tests-smokes-release-readiness/EXECUTION_BRIEF.md +57 -0
  31. package/specs/quiver-v34-cli-dashboard-status/slices/slice-05-tests-smokes-release-readiness/slice.json +85 -0
  32. package/specs/quiver-v35-compact-dashboard-version-ux/EVIDENCE_REPORT.md +43 -0
  33. package/specs/quiver-v35-compact-dashboard-version-ux/EXECUTION_PLAN.md +85 -0
  34. package/specs/quiver-v35-compact-dashboard-version-ux/SPEC.md +147 -0
  35. package/specs/quiver-v35-compact-dashboard-version-ux/STATUS.md +33 -0
  36. package/specs/quiver-v35-compact-dashboard-version-ux/pr.md +106 -0
  37. package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-00-foundation-and-doc-router/CLOSURE_BRIEF.md +19 -0
  38. package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-00-foundation-and-doc-router/EXECUTION_BRIEF.md +38 -0
  39. package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-00-foundation-and-doc-router/slice.json +64 -0
  40. package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-01-dashboard-cli-contract/CLOSURE_BRIEF.md +19 -0
  41. package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-01-dashboard-cli-contract/EXECUTION_BRIEF.md +49 -0
  42. package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-01-dashboard-cli-contract/slice.json +80 -0
  43. package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-02-dashboard-compact-renderer/CLOSURE_BRIEF.md +19 -0
  44. package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-02-dashboard-compact-renderer/EXECUTION_BRIEF.md +48 -0
  45. package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-02-dashboard-compact-renderer/slice.json +73 -0
  46. package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-03-dashboard-details-sections/CLOSURE_BRIEF.md +19 -0
  47. package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-03-dashboard-details-sections/EXECUTION_BRIEF.md +48 -0
  48. package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-03-dashboard-details-sections/slice.json +72 -0
  49. package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-04-version-command/CLOSURE_BRIEF.md +19 -0
  50. package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-04-version-command/EXECUTION_BRIEF.md +49 -0
  51. package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-04-version-command/slice.json +82 -0
  52. package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-05-docs-help-generated-guidance/CLOSURE_BRIEF.md +19 -0
  53. package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-05-docs-help-generated-guidance/EXECUTION_BRIEF.md +50 -0
  54. package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-05-docs-help-generated-guidance/slice.json +90 -0
  55. package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-06-tests-smokes-release-readiness/CLOSURE_BRIEF.md +21 -0
  56. package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-06-tests-smokes-release-readiness/EXECUTION_BRIEF.md +51 -0
  57. package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-06-tests-smokes-release-readiness/slice.json +85 -0
  58. package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-07-package-and-cross-platform-smoke/CLOSURE_BRIEF.md +20 -0
  59. package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-07-package-and-cross-platform-smoke/EXECUTION_BRIEF.md +49 -0
  60. package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-07-package-and-cross-platform-smoke/slice.json +79 -0
  61. package/specs/quiver-v36-ai-run-watch-portable/EVIDENCE_REPORT.md +33 -0
  62. package/specs/quiver-v36-ai-run-watch-portable/EXECUTION_PLAN.md +39 -0
  63. package/specs/quiver-v36-ai-run-watch-portable/SPEC.md +166 -0
  64. package/specs/quiver-v36-ai-run-watch-portable/STATUS.md +31 -0
  65. package/specs/quiver-v36-ai-run-watch-portable/pr.md +78 -0
  66. package/specs/quiver-v36-ai-run-watch-portable/slices/slice-00-foundation-and-handoffs/CLOSURE_BRIEF.md +19 -0
  67. package/specs/quiver-v36-ai-run-watch-portable/slices/slice-00-foundation-and-handoffs/EXECUTION_BRIEF.md +43 -0
  68. package/specs/quiver-v36-ai-run-watch-portable/slices/slice-00-foundation-and-handoffs/slice.json +61 -0
  69. package/specs/quiver-v36-ai-run-watch-portable/slices/slice-01-run-schema-path-safety/CLOSURE_BRIEF.md +18 -0
  70. package/specs/quiver-v36-ai-run-watch-portable/slices/slice-01-run-schema-path-safety/EXECUTION_BRIEF.md +43 -0
  71. package/specs/quiver-v36-ai-run-watch-portable/slices/slice-01-run-schema-path-safety/slice.json +65 -0
  72. package/specs/quiver-v36-ai-run-watch-portable/slices/slice-02-event-writer-redacted-logs/CLOSURE_BRIEF.md +18 -0
  73. package/specs/quiver-v36-ai-run-watch-portable/slices/slice-02-event-writer-redacted-logs/EXECUTION_BRIEF.md +43 -0
  74. package/specs/quiver-v36-ai-run-watch-portable/slices/slice-02-event-writer-redacted-logs/slice.json +66 -0
  75. package/specs/quiver-v36-ai-run-watch-portable/slices/slice-03-provider-streaming-integration/CLOSURE_BRIEF.md +18 -0
  76. package/specs/quiver-v36-ai-run-watch-portable/slices/slice-03-provider-streaming-integration/EXECUTION_BRIEF.md +41 -0
  77. package/specs/quiver-v36-ai-run-watch-portable/slices/slice-03-provider-streaming-integration/slice.json +71 -0
  78. package/specs/quiver-v36-ai-run-watch-portable/slices/slice-04-ai-run-watch-command/CLOSURE_BRIEF.md +18 -0
  79. package/specs/quiver-v36-ai-run-watch-portable/slices/slice-04-ai-run-watch-command/EXECUTION_BRIEF.md +44 -0
  80. package/specs/quiver-v36-ai-run-watch-portable/slices/slice-04-ai-run-watch-command/slice.json +73 -0
  81. package/specs/quiver-v36-ai-run-watch-portable/slices/slice-05-main-progress-user-guidance/CLOSURE_BRIEF.md +18 -0
  82. package/specs/quiver-v36-ai-run-watch-portable/slices/slice-05-main-progress-user-guidance/EXECUTION_BRIEF.md +44 -0
  83. package/specs/quiver-v36-ai-run-watch-portable/slices/slice-05-main-progress-user-guidance/slice.json +71 -0
  84. package/specs/quiver-v36-ai-run-watch-portable/slices/slice-06-docs-generated-guidance/CLOSURE_BRIEF.md +19 -0
  85. package/specs/quiver-v36-ai-run-watch-portable/slices/slice-06-docs-generated-guidance/EXECUTION_BRIEF.md +45 -0
  86. package/specs/quiver-v36-ai-run-watch-portable/slices/slice-06-docs-generated-guidance/slice.json +77 -0
  87. package/specs/quiver-v36-ai-run-watch-portable/slices/slice-07-tests-cross-platform-readiness/CLOSURE_BRIEF.md +22 -0
  88. package/specs/quiver-v36-ai-run-watch-portable/slices/slice-07-tests-cross-platform-readiness/EXECUTION_BRIEF.md +46 -0
  89. package/specs/quiver-v36-ai-run-watch-portable/slices/slice-07-tests-cross-platform-readiness/slice.json +87 -0
  90. package/src/create-quiver/commands/dashboard.js +31 -0
  91. package/src/create-quiver/index.js +97 -2
  92. package/src/create-quiver/lib/cli/ux-flags.js +6 -0
  93. package/src/create-quiver/lib/dashboard.js +896 -0
  94. package/src/create-quiver/lib/init-docs.js +6 -0
  95. package/src/create-quiver/lib/init-layout.js +2 -0
  96. package/src/create-quiver/lib/project-state-resolver.js +22 -2
  97. package/src/create-quiver/lib/version.js +157 -0
@@ -0,0 +1,48 @@
1
+ # EXECUTION_BRIEF - slice-02 Dashboard compact renderer
2
+
3
+ ## Context
4
+
5
+ The current dashboard human output prints every section vertically. The user explicitly reported that this makes headings disappear when there is a lot of information.
6
+
7
+ ## Objective
8
+
9
+ Make `npx create-quiver dashboard` compact and actionable by default.
10
+
11
+ ## Scope
12
+
13
+ - Default human renderer only
14
+ - List truncation helpers
15
+ - Line-budget and no-spec tests
16
+
17
+ ## Acceptance Criteria
18
+
19
+ - Default output is summary-first.
20
+ - Large fixture output is `<= 28` non-empty lines after ANSI stripping.
21
+ - Next safe command is visible in compact output.
22
+ - No-spec output avoids repeated empty sections.
23
+ - Truncated lists show `+ N more` and an inspection command.
24
+ - `dashboard --json` remains unchanged.
25
+
26
+ ## Technical Plan Summary
27
+
28
+ Build the compact view from the existing dashboard report. Keep details and section rendering for the next slice.
29
+
30
+ ## Suggested Steps
31
+
32
+ 1. Add compact formatting helper.
33
+ 2. Add ANSI-stripped line-count test helper.
34
+ 3. Create a large dashboard fixture.
35
+ 4. Add truncation and horizontal shortening.
36
+ 5. Preserve JSON tests.
37
+
38
+ ## Restrictions
39
+
40
+ - Do not introduce Ink or fullscreen TUI.
41
+ - Do not change report collection semantics.
42
+ - Do not implement `--details` or `--section` rendering here.
43
+
44
+ ## Completion Checklist
45
+
46
+ - [ ] Compact renderer implemented.
47
+ - [ ] Large fixture line budget tested.
48
+ - [ ] JSON compatibility tested.
@@ -0,0 +1,73 @@
1
+ {
2
+ "slice_id": "slice-02-dashboard-compact-renderer",
3
+ "ticket": "QUIVER-35-02",
4
+ "type": "feature",
5
+ "title": "Dashboard compact renderer",
6
+ "objective": "Make the default dashboard human output compact, summary-first, and actionable without changing the underlying JSON report.",
7
+ "description": "Replaces the long default human dashboard with a line-budgeted compact view that prioritizes state, blockers, warnings, next safe command, progress, and counts.",
8
+ "git": {
9
+ "branch_type": "feature",
10
+ "base_branch": "main",
11
+ "branch_slug": "v35-dashboard-compact-renderer",
12
+ "branch_name": "feature/QUIVER-35-02-v35-dashboard-compact-renderer"
13
+ },
14
+ "files": [
15
+ "src/create-quiver/lib/dashboard.js",
16
+ "tests/lib/dashboard.test.js",
17
+ "tests/commands/dashboard.test.js"
18
+ ],
19
+ "expected_read_paths": [
20
+ "src/create-quiver/lib/dashboard.js",
21
+ "src/create-quiver/lib/cli/theme.js",
22
+ "tests/lib/dashboard.test.js",
23
+ "tests/commands/dashboard.test.js",
24
+ "specs/quiver-v35-compact-dashboard-version-ux/SPEC.md"
25
+ ],
26
+ "allowed_write_paths": [
27
+ "src/create-quiver/lib/dashboard.js",
28
+ "tests/lib/dashboard.test.js",
29
+ "tests/commands/dashboard.test.js",
30
+ "specs/quiver-v35-compact-dashboard-version-ux/**"
31
+ ],
32
+ "depends_on": [
33
+ "slice-01-dashboard-cli-contract"
34
+ ],
35
+ "parallel_safe": "conditional",
36
+ "parallel_safe_reason": "Can run in parallel with the version command after the dashboard CLI contract is stable, but not with dashboard details/sections.",
37
+ "must": [
38
+ "Render the default dashboard in <= 28 non-empty lines after ANSI is stripped for a large fixture.",
39
+ "Prioritize state, blockers, warnings, next safe command, progress, and summary counts.",
40
+ "Avoid repeated empty sections in no-spec/no-slice projects.",
41
+ "Truncate long descriptive text with ... for horizontal readability.",
42
+ "Keep critical next safe command visible.",
43
+ "Show actionable truncation hints for hidden list items."
44
+ ],
45
+ "not_included": [
46
+ "Full details renderer.",
47
+ "Section-specific renderer.",
48
+ "Version command.",
49
+ "JSON schema changes."
50
+ ],
51
+ "acceptance": [
52
+ "Default dashboard output is summary-first.",
53
+ "Large fixture default output is <= 28 non-empty ANSI-stripped lines.",
54
+ "No-spec project output remains useful and actionable.",
55
+ "Hidden repeated items include a + N more hint and a command to inspect details.",
56
+ "dashboard --json remains unchanged by the compact human renderer."
57
+ ],
58
+ "tests": [
59
+ "node --test tests/lib/dashboard.test.js",
60
+ "node --test tests/commands/dashboard.test.js",
61
+ "git diff --check"
62
+ ],
63
+ "validation_hints": [
64
+ "Add helper tests that strip ANSI before measuring line count.",
65
+ "Use fixture data with many specs, slices, warnings, agents, approvals, and runs."
66
+ ],
67
+ "estimated_hours": 5,
68
+ "status": "completed",
69
+ "started_at": "2026-05-28T17:00:00Z",
70
+ "completed_at": "2026-05-28T17:36:57Z",
71
+ "actual_hours": 2,
72
+ "blocked_reason": null
73
+ }
@@ -0,0 +1,19 @@
1
+ # CLOSURE_BRIEF - slice-03 Dashboard details and sections
2
+
3
+ ## Summary
4
+
5
+ Implemented `dashboard --details` as the full human report and `dashboard --section <name>` for overview, specs, slices, blockers, warnings, agents, approvals, runs, active-slice, and next-steps. Section and compact renderers share validation and limit handling.
6
+
7
+ ## Validation
8
+
9
+ - [x] `node --test tests/lib/dashboard.test.js`
10
+ - [x] `node --test tests/commands/dashboard.test.js`
11
+ - [x] `git diff --check`
12
+
13
+ ## Pending
14
+
15
+ - None.
16
+
17
+ ## Remaining Risks
18
+
19
+ - Low. Supported sections are centralized and covered by focused tests.
@@ -0,0 +1,48 @@
1
+ # EXECUTION_BRIEF - slice-03 Dashboard details and sections
2
+
3
+ ## Context
4
+
5
+ The compact default must not remove access to complete state. Deep inspection should be explicit and predictable.
6
+
7
+ ## Objective
8
+
9
+ Implement `dashboard --details` and `dashboard --section <name>` human renderers.
10
+
11
+ ## Scope
12
+
13
+ - Full details human report
14
+ - Single-section human report
15
+ - Shared section registry and tests
16
+
17
+ ## Acceptance Criteria
18
+
19
+ - `dashboard --details` renders the full human report.
20
+ - `dashboard --section slices` renders only slice information and relevant context.
21
+ - Supported sections are `overview`, `specs`, `slices`, `blockers`, `warnings`, `agents`, `approvals`, `runs`, `active-slice`, and `next-steps`.
22
+ - Unsupported sections list valid values.
23
+ - `--limit` applies consistently.
24
+ - No evidence/log content leaks.
25
+
26
+ ## Technical Plan Summary
27
+
28
+ Use the existing dashboard report and shared formatter helpers. Do not fork state collection for sections.
29
+
30
+ ## Suggested Steps
31
+
32
+ 1. Add section registry.
33
+ 2. Implement details renderer.
34
+ 3. Implement section renderers.
35
+ 4. Add tests for each representative section and invalid sections.
36
+ 5. Verify no JSON behavior changes.
37
+
38
+ ## Restrictions
39
+
40
+ - Do not recollect state per section.
41
+ - Do not add interactive navigation.
42
+ - Do not modify `dashboard --json` shape.
43
+
44
+ ## Completion Checklist
45
+
46
+ - [ ] Details renderer implemented.
47
+ - [ ] Section renderer implemented.
48
+ - [ ] Section tests pass.
@@ -0,0 +1,72 @@
1
+ {
2
+ "slice_id": "slice-03-dashboard-details-sections",
3
+ "ticket": "QUIVER-35-03",
4
+ "type": "feature",
5
+ "title": "Dashboard details and sections",
6
+ "objective": "Add explicit human inspection modes for complete dashboard details and single-section views.",
7
+ "description": "Implements --details and --section rendering after the compact default and CLI validation contract are stable.",
8
+ "git": {
9
+ "branch_type": "feature",
10
+ "base_branch": "main",
11
+ "branch_slug": "v35-dashboard-details-sections",
12
+ "branch_name": "feature/QUIVER-35-03-v35-dashboard-details-sections"
13
+ },
14
+ "files": [
15
+ "src/create-quiver/lib/dashboard.js",
16
+ "tests/lib/dashboard.test.js",
17
+ "tests/commands/dashboard.test.js"
18
+ ],
19
+ "expected_read_paths": [
20
+ "src/create-quiver/lib/dashboard.js",
21
+ "tests/lib/dashboard.test.js",
22
+ "tests/commands/dashboard.test.js",
23
+ "specs/quiver-v35-compact-dashboard-version-ux/SPEC.md"
24
+ ],
25
+ "allowed_write_paths": [
26
+ "src/create-quiver/lib/dashboard.js",
27
+ "tests/lib/dashboard.test.js",
28
+ "tests/commands/dashboard.test.js",
29
+ "specs/quiver-v35-compact-dashboard-version-ux/**"
30
+ ],
31
+ "depends_on": [
32
+ "slice-01-dashboard-cli-contract",
33
+ "slice-02-dashboard-compact-renderer"
34
+ ],
35
+ "parallel_safe": "no",
36
+ "parallel_safe_reason": "Section output must share compact renderer primitives and the finalized dashboard flag contract.",
37
+ "must": [
38
+ "Implement dashboard --details as the full human report.",
39
+ "Implement dashboard --section for overview, specs, slices, blockers, warnings, agents, approvals, runs, active-slice, and next-steps.",
40
+ "Apply --limit to repeated lists.",
41
+ "Keep section output readable in TTY, no-TTY, CI, and no-color modes.",
42
+ "Avoid collecting dashboard state a second time for section rendering."
43
+ ],
44
+ "not_included": [
45
+ "Changing dashboard JSON schema.",
46
+ "Version command.",
47
+ "Docs updates beyond implementation-adjacent tests."
48
+ ],
49
+ "acceptance": [
50
+ "dashboard --details renders the complete human report.",
51
+ "dashboard --section slices renders only the slices section and its relevant context.",
52
+ "Every supported section has focused coverage.",
53
+ "Unsupported sections fail with valid values listed.",
54
+ "--limit applies consistently to section and compact repeated lists.",
55
+ "No section rendering path leaks evidence/log content."
56
+ ],
57
+ "tests": [
58
+ "node --test tests/lib/dashboard.test.js",
59
+ "node --test tests/commands/dashboard.test.js",
60
+ "git diff --check"
61
+ ],
62
+ "validation_hints": [
63
+ "Keep one section registry so help, validation, and rendering cannot drift.",
64
+ "Test active-slice and next-steps because they are not simple list sections."
65
+ ],
66
+ "estimated_hours": 5,
67
+ "status": "completed",
68
+ "started_at": "2026-05-28T17:00:00Z",
69
+ "completed_at": "2026-05-28T17:36:57Z",
70
+ "actual_hours": 2,
71
+ "blocked_reason": null
72
+ }
@@ -0,0 +1,19 @@
1
+ # CLOSURE_BRIEF - slice-04 Version command and banner
2
+
3
+ ## Summary
4
+
5
+ Implemented `version` and `version --json` with schema version 1, Quiver ASCII banner, approved palette colors, no-color/CI/no-TTY behavior, runtime/package-manager/project metadata, and preserved semver-only top-level `--version` / `-V`.
6
+
7
+ ## Validation
8
+
9
+ - [x] `node --test tests/commands/cli-contract.test.js`
10
+ - [x] `node --test tests/lib/cli-theme.test.js tests/lib/version.test.js`
11
+ - [x] `git diff --check`
12
+
13
+ ## Pending
14
+
15
+ - None.
16
+
17
+ ## Remaining Risks
18
+
19
+ - Low. Semver-only `--version` / `-V` is covered by unit tests and installed-package smoke.
@@ -0,0 +1,49 @@
1
+ # EXECUTION_BRIEF - slice-04 Version command and banner
2
+
3
+ ## Context
4
+
5
+ The user wants an Angular CLI-like branded version display, but Quiver's existing `--version` is automation-sensitive and must remain semver-only.
6
+
7
+ ## Objective
8
+
9
+ Add `create-quiver version` and `version --json` without breaking existing `--version` behavior.
10
+
11
+ ## Scope
12
+
13
+ - New version command routing
14
+ - Human banner and metadata formatter
15
+ - JSON metadata formatter
16
+ - Tests for color, no-color, CI/no-TTY, and semver preservation
17
+
18
+ ## Acceptance Criteria
19
+
20
+ - `create-quiver version` renders a readable human report.
21
+ - `version --json` emits parseable JSON with `version_schema_version: 1`.
22
+ - `--version` and `-V` still output only semver.
23
+ - `quiver version` works through the same binary alias.
24
+ - No ANSI appears when color is disabled or in JSON.
25
+ - Version metadata is best-effort and uses no external process execution.
26
+
27
+ ## Technical Plan Summary
28
+
29
+ Add a small version metadata module that reads local package/runtime information and renders through the existing Quiver theme helpers.
30
+
31
+ ## Suggested Steps
32
+
33
+ 1. Add version metadata collection from `process`, package data, env, package.json, and lockfiles.
34
+ 2. Add human banner renderer with approved palette.
35
+ 3. Add JSON renderer.
36
+ 4. Route `version` command without touching top-level `--version`.
37
+ 5. Add tests for binary contract and theme behavior.
38
+
39
+ ## Restrictions
40
+
41
+ - Do not execute `npm`, `git`, or provider CLIs.
42
+ - Do not overload `--version`.
43
+ - Do not require initialized Quiver project files.
44
+
45
+ ## Completion Checklist
46
+
47
+ - [ ] Version command implemented.
48
+ - [ ] JSON version output implemented.
49
+ - [ ] Semver-only contract preserved.
@@ -0,0 +1,82 @@
1
+ {
2
+ "slice_id": "slice-04-version-command",
3
+ "ticket": "QUIVER-35-04",
4
+ "type": "feature",
5
+ "title": "Version command and banner",
6
+ "objective": "Add a human-friendly Quiver version command with a branded ASCII banner and automation-safe JSON output.",
7
+ "description": "Introduces npx create-quiver version and version --json while preserving top-level --version and -V semver-only behavior.",
8
+ "git": {
9
+ "branch_type": "feature",
10
+ "base_branch": "main",
11
+ "branch_slug": "v35-version-command",
12
+ "branch_name": "feature/QUIVER-35-04-v35-version-command"
13
+ },
14
+ "files": [
15
+ "src/create-quiver/index.js",
16
+ "src/create-quiver/lib/cli/theme.js",
17
+ "src/create-quiver/lib/version.js",
18
+ "tests/commands/cli-contract.test.js",
19
+ "tests/lib/cli-theme.test.js",
20
+ "tests/lib/version.test.js"
21
+ ],
22
+ "expected_read_paths": [
23
+ "src/create-quiver/index.js",
24
+ "src/create-quiver/lib/cli/theme.js",
25
+ "tests/commands/cli-contract.test.js",
26
+ "tests/lib/cli-theme.test.js",
27
+ "package.json",
28
+ "specs/quiver-v35-compact-dashboard-version-ux/SPEC.md"
29
+ ],
30
+ "allowed_write_paths": [
31
+ "src/create-quiver/index.js",
32
+ "src/create-quiver/lib/version.js",
33
+ "src/create-quiver/lib/cli/theme.js",
34
+ "tests/commands/cli-contract.test.js",
35
+ "tests/lib/cli-theme.test.js",
36
+ "tests/lib/version.test.js",
37
+ "specs/quiver-v35-compact-dashboard-version-ux/**"
38
+ ],
39
+ "depends_on": [
40
+ "slice-01-dashboard-cli-contract"
41
+ ],
42
+ "parallel_safe": "conditional",
43
+ "parallel_safe_reason": "Can run after slice-01 in parallel with compact dashboard work if router/help changes are coordinated.",
44
+ "must": [
45
+ "Add npx create-quiver version as a human command.",
46
+ "Add npx create-quiver version --json with version_schema_version 1.",
47
+ "Preserve npx create-quiver --version and -V as semver-only output.",
48
+ "Support the quiver binary alias.",
49
+ "Render a Quiver ASCII banner using approved palette when color is enabled.",
50
+ "Disable color for --no-color, NO_COLOR, FORCE_COLOR=0, CI, no-TTY, and dumb terminals.",
51
+ "Keep banner width <= 80 columns.",
52
+ "Avoid external process execution."
53
+ ],
54
+ "not_included": [
55
+ "Dashboard rendering changes.",
56
+ "Package smoke updates.",
57
+ "Docs beyond help text needed for command discovery."
58
+ ],
59
+ "acceptance": [
60
+ "create-quiver version renders a readable human report.",
61
+ "create-quiver version --json emits parseable JSON with version_schema_version 1.",
62
+ "Human version output works outside initialized Quiver projects.",
63
+ "No ANSI appears in --json, --no-color, CI, or no-TTY modes.",
64
+ "create-quiver --version and -V still output only package semver.",
65
+ "quiver version behaves like create-quiver version."
66
+ ],
67
+ "tests": [
68
+ "node --test tests/commands/cli-contract.test.js",
69
+ "node --test tests/lib/cli-theme.test.js tests/lib/version.test.js",
70
+ "git diff --check"
71
+ ],
72
+ "validation_hints": [
73
+ "Use dependency injection for env/tty where possible so tests can simulate CI and no-TTY.",
74
+ "Do not shell out to npm or git for metadata."
75
+ ],
76
+ "estimated_hours": 5,
77
+ "status": "completed",
78
+ "started_at": "2026-05-28T17:00:00Z",
79
+ "completed_at": "2026-05-28T17:36:57Z",
80
+ "actual_hours": 2,
81
+ "blocked_reason": null
82
+ }
@@ -0,0 +1,19 @@
1
+ # CLOSURE_BRIEF - slice-05 Docs, help, and generated guidance
2
+
3
+ ## Summary
4
+
5
+ Updated public help, command reference, CLI UX guidance, README_FOR_AI, generated docs guidance, and generated `quiver:version` package script. Root `docs/INDEX.md` was intentionally not added because only `docs/INDEX.md.template` exists in this repo and generated projects already receive `docs/INDEX.md`; package smoke validated contents.
6
+
7
+ ## Validation
8
+
9
+ - [x] `node --test tests/commands/cli-contract.test.js`
10
+ - [x] `node --test tests/lib/init-docs.test.js`
11
+ - [x] `git diff --check`
12
+
13
+ ## Pending
14
+
15
+ - None.
16
+
17
+ ## Remaining Risks
18
+
19
+ - Low. The repo root `docs/INDEX.md` debt remains documented; package contents passed package and smoke validation.
@@ -0,0 +1,50 @@
1
+ # EXECUTION_BRIEF - slice-05 Docs, help, and generated guidance
2
+
3
+ ## Context
4
+
5
+ Docs should reflect stabilized behavior, not anticipated behavior. This slice comes after dashboard and version command behavior is implemented.
6
+
7
+ ## Objective
8
+
9
+ Update public and generated documentation for compact dashboard and version UX.
10
+
11
+ ## Scope
12
+
13
+ - Help text and examples
14
+ - `docs/reference/commands.md`
15
+ - `docs/CLI_UX_GUIDE.md`
16
+ - `README_FOR_AI.md`
17
+ - generated docs/templates as needed
18
+ - `docs/INDEX.md` package decision if touched
19
+
20
+ ## Acceptance Criteria
21
+
22
+ - Help documents dashboard flags and `version`.
23
+ - Command reference documents compact default, details, sections, limit, and version JSON.
24
+ - CLI UX guide documents relevant color/no-color and read-only rules.
25
+ - Generated guidance stays npx-first and automation-safe.
26
+ - If root `docs/INDEX.md` is added, package contents are intentionally handled.
27
+
28
+ ## Technical Plan Summary
29
+
30
+ Patch docs only after command behavior is stable. Keep docs concise and avoid duplicating long reference content in README-style files.
31
+
32
+ ## Suggested Steps
33
+
34
+ 1. Update help output.
35
+ 2. Update command reference.
36
+ 3. Update CLI UX guide if rules changed.
37
+ 4. Update README_FOR_AI.md if workflow guidance changed.
38
+ 5. Update generated docs/templates when needed.
39
+ 6. Validate package-content decision for `docs/INDEX.md`.
40
+
41
+ ## Restrictions
42
+
43
+ - Do not change dashboard or version implementation except help strings.
44
+ - Do not publish npm.
45
+
46
+ ## Completion Checklist
47
+
48
+ - [ ] Help updated.
49
+ - [ ] Docs updated.
50
+ - [ ] Generated guidance tests pass.
@@ -0,0 +1,90 @@
1
+ {
2
+ "slice_id": "slice-05-docs-help-generated-guidance",
3
+ "ticket": "QUIVER-35-05",
4
+ "type": "documentation",
5
+ "title": "Docs, help, and generated guidance",
6
+ "objective": "Document the finalized dashboard and version UX contracts across public help, references, generated guidance, and package-content decisions.",
7
+ "description": "Updates command docs and AI guidance only after dashboard and version behavior stabilizes.",
8
+ "git": {
9
+ "branch_type": "feature",
10
+ "base_branch": "main",
11
+ "branch_slug": "v35-docs-help-guidance",
12
+ "branch_name": "feature/QUIVER-35-05-v35-docs-help-guidance"
13
+ },
14
+ "files": [
15
+ "src/create-quiver/index.js",
16
+ "docs/reference/commands.md",
17
+ "docs/CLI_UX_GUIDE.md",
18
+ "README_FOR_AI.md",
19
+ "src/create-quiver/lib/init-docs.js",
20
+ "docs/INDEX.md",
21
+ ".npmignore",
22
+ "tests/commands/cli-contract.test.js",
23
+ "tests/lib/init-docs.test.js"
24
+ ],
25
+ "expected_read_paths": [
26
+ "src/create-quiver/index.js",
27
+ "docs/reference/commands.md",
28
+ "docs/CLI_UX_GUIDE.md",
29
+ "README_FOR_AI.md",
30
+ "docs/INDEX.md.template",
31
+ ".npmignore",
32
+ "scripts/package-quiver.sh",
33
+ "specs/quiver-v35-compact-dashboard-version-ux/SPEC.md"
34
+ ],
35
+ "allowed_write_paths": [
36
+ "src/create-quiver/index.js",
37
+ "docs/reference/commands.md",
38
+ "docs/CLI_UX_GUIDE.md",
39
+ "README_FOR_AI.md",
40
+ "src/create-quiver/lib/init-docs.js",
41
+ "docs/INDEX.md",
42
+ ".npmignore",
43
+ "tests/commands/cli-contract.test.js",
44
+ "tests/lib/init-docs.test.js",
45
+ "specs/quiver-v35-compact-dashboard-version-ux/**"
46
+ ],
47
+ "depends_on": [
48
+ "slice-02-dashboard-compact-renderer",
49
+ "slice-03-dashboard-details-sections",
50
+ "slice-04-version-command"
51
+ ],
52
+ "parallel_safe": "no",
53
+ "parallel_safe_reason": "Docs must reflect stabilized behavior from dashboard and version command slices.",
54
+ "must": [
55
+ "Update top-level help and examples for dashboard flags and version command.",
56
+ "Update docs/reference/commands.md.",
57
+ "Update docs/CLI_UX_GUIDE.md if output rules or supported commands changed.",
58
+ "Update README_FOR_AI.md if public workflow guidance changed.",
59
+ "Update generated docs/templates when generated projects should mention the new behavior.",
60
+ "Decide whether to add root docs/INDEX.md in this repo and validate package-publication impact.",
61
+ "Update .npmignore or package safety expectations if adding docs/INDEX.md changes tarball contents."
62
+ ],
63
+ "not_included": [
64
+ "Product behavior changes beyond help text.",
65
+ "Focused test closeout.",
66
+ "Package-installed smoke execution."
67
+ ],
68
+ "acceptance": [
69
+ "Help output documents version and dashboard flags.",
70
+ "Command reference documents compact default, details, sections, limit, version, and version --json.",
71
+ "CLI UX guide documents color/no-color and read-only behavior where relevant.",
72
+ "Generated guidance remains aligned with npx-first Quiver usage.",
73
+ "docs/INDEX.md package decision is explicit and validated."
74
+ ],
75
+ "tests": [
76
+ "node --test tests/commands/cli-contract.test.js",
77
+ "node --test tests/lib/init-docs.test.js",
78
+ "git diff --check"
79
+ ],
80
+ "validation_hints": [
81
+ "Avoid duplicating long procedural docs across README and reference docs.",
82
+ "If adding docs/INDEX.md, inspect npm pack contents before finalizing."
83
+ ],
84
+ "estimated_hours": 4,
85
+ "status": "completed",
86
+ "started_at": "2026-05-28T17:00:00Z",
87
+ "completed_at": "2026-05-28T17:36:57Z",
88
+ "actual_hours": 1,
89
+ "blocked_reason": null
90
+ }
@@ -0,0 +1,21 @@
1
+ # CLOSURE_BRIEF - slice-06 Tests, smokes, and release readiness
2
+
3
+ ## Summary
4
+
5
+ Added focused dashboard/version/init-docs coverage, ran the full Node test suite, diff check, strict spec validation, package build, and smoke suite. Evidence was recorded in the spec evidence report.
6
+
7
+ ## Validation
8
+
9
+ - [x] `node --test tests/**/*.test.js`
10
+ - [x] `git diff --check`
11
+ - [x] `npx create-quiver spec validate specs/quiver-v35-compact-dashboard-version-ux --strict`
12
+ - [x] `npm run package:quiver`
13
+ - [x] `npm run smoke:create-quiver`
14
+
15
+ ## Pending
16
+
17
+ - None.
18
+
19
+ ## Remaining Risks
20
+
21
+ - Low. Installed-package behavior is covered by slice-07 and smoke evidence.
@@ -0,0 +1,51 @@
1
+ # EXECUTION_BRIEF - slice-06 Tests, smokes, and release readiness
2
+
3
+ ## Context
4
+
5
+ The feature touches public CLI contracts and automation-sensitive output, so test evidence must be broader than unit coverage.
6
+
7
+ ## Objective
8
+
9
+ Validate integrated dashboard and version UX behavior and record release-readiness evidence.
10
+
11
+ ## Scope
12
+
13
+ - Focused tests
14
+ - Full `node --test`
15
+ - diff checks
16
+ - spec validation
17
+ - package smoke
18
+ - evidence updates
19
+
20
+ ## Acceptance Criteria
21
+
22
+ - Focused dashboard and version tests pass.
23
+ - Full `node --test` passes or blocker is documented.
24
+ - `git diff --check` passes.
25
+ - Spec validation passes.
26
+ - Package smoke passes.
27
+ - Evidence report and closure briefs are updated with real results.
28
+
29
+ ## Technical Plan Summary
30
+
31
+ Run focused tests first, then full validation. Record exact commands and outcomes in the spec evidence artifacts.
32
+
33
+ ## Suggested Steps
34
+
35
+ 1. Run focused tests for dashboard and version.
36
+ 2. Run full `node --test`.
37
+ 3. Run `git diff --check`.
38
+ 4. Run `spec validate`.
39
+ 5. Run package smoke.
40
+ 6. Update evidence and closure briefs.
41
+
42
+ ## Restrictions
43
+
44
+ - Do not publish npm.
45
+ - Do not mark incomplete slices as completed.
46
+
47
+ ## Completion Checklist
48
+
49
+ - [ ] Focused tests pass.
50
+ - [ ] Full validation recorded.
51
+ - [ ] Evidence updated.