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.
- package/README.md +1 -0
- package/README_FOR_AI.md +6 -4
- package/docs/CLI_UX_GUIDE.md +1 -1
- package/docs/COMMANDS.md.template +14 -3
- package/docs/INDEX.md +87 -0
- package/docs/WORKFLOW.md.template +2 -2
- package/docs/reference/commands.md +13 -1
- package/package.json +3 -1
- package/specs/quiver-v34-cli-dashboard-status/EVIDENCE_REPORT.md +119 -0
- package/specs/quiver-v34-cli-dashboard-status/EXECUTION_PLAN.md +77 -0
- package/specs/quiver-v34-cli-dashboard-status/SPEC.md +152 -0
- package/specs/quiver-v34-cli-dashboard-status/STATUS.md +29 -0
- package/specs/quiver-v34-cli-dashboard-status/pr.md +99 -0
- package/specs/quiver-v34-cli-dashboard-status/slices/slice-00-dashboard-foundation/CLOSURE_BRIEF.md +19 -0
- package/specs/quiver-v34-cli-dashboard-status/slices/slice-00-dashboard-foundation/EXECUTION_BRIEF.md +49 -0
- package/specs/quiver-v34-cli-dashboard-status/slices/slice-00-dashboard-foundation/slice.json +68 -0
- package/specs/quiver-v34-cli-dashboard-status/slices/slice-01-dashboard-report-contract/CLOSURE_BRIEF.md +19 -0
- package/specs/quiver-v34-cli-dashboard-status/slices/slice-01-dashboard-report-contract/EXECUTION_BRIEF.md +53 -0
- package/specs/quiver-v34-cli-dashboard-status/slices/slice-01-dashboard-report-contract/slice.json +78 -0
- package/specs/quiver-v34-cli-dashboard-status/slices/slice-02-dashboard-command-rendering/CLOSURE_BRIEF.md +19 -0
- package/specs/quiver-v34-cli-dashboard-status/slices/slice-02-dashboard-command-rendering/EXECUTION_BRIEF.md +53 -0
- package/specs/quiver-v34-cli-dashboard-status/slices/slice-02-dashboard-command-rendering/slice.json +82 -0
- package/specs/quiver-v34-cli-dashboard-status/slices/slice-03-dashboard-edge-cases-and-guardrails/CLOSURE_BRIEF.md +19 -0
- package/specs/quiver-v34-cli-dashboard-status/slices/slice-03-dashboard-edge-cases-and-guardrails/EXECUTION_BRIEF.md +54 -0
- package/specs/quiver-v34-cli-dashboard-status/slices/slice-03-dashboard-edge-cases-and-guardrails/slice.json +77 -0
- package/specs/quiver-v34-cli-dashboard-status/slices/slice-04-docs-templates-and-scripts/CLOSURE_BRIEF.md +19 -0
- package/specs/quiver-v34-cli-dashboard-status/slices/slice-04-docs-templates-and-scripts/EXECUTION_BRIEF.md +54 -0
- package/specs/quiver-v34-cli-dashboard-status/slices/slice-04-docs-templates-and-scripts/slice.json +88 -0
- package/specs/quiver-v34-cli-dashboard-status/slices/slice-05-tests-smokes-release-readiness/CLOSURE_BRIEF.md +26 -0
- package/specs/quiver-v34-cli-dashboard-status/slices/slice-05-tests-smokes-release-readiness/EXECUTION_BRIEF.md +57 -0
- package/specs/quiver-v34-cli-dashboard-status/slices/slice-05-tests-smokes-release-readiness/slice.json +85 -0
- package/specs/quiver-v35-compact-dashboard-version-ux/EVIDENCE_REPORT.md +43 -0
- package/specs/quiver-v35-compact-dashboard-version-ux/EXECUTION_PLAN.md +85 -0
- package/specs/quiver-v35-compact-dashboard-version-ux/SPEC.md +147 -0
- package/specs/quiver-v35-compact-dashboard-version-ux/STATUS.md +33 -0
- package/specs/quiver-v35-compact-dashboard-version-ux/pr.md +106 -0
- package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-00-foundation-and-doc-router/CLOSURE_BRIEF.md +19 -0
- package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-00-foundation-and-doc-router/EXECUTION_BRIEF.md +38 -0
- package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-00-foundation-and-doc-router/slice.json +64 -0
- package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-01-dashboard-cli-contract/CLOSURE_BRIEF.md +19 -0
- package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-01-dashboard-cli-contract/EXECUTION_BRIEF.md +49 -0
- package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-01-dashboard-cli-contract/slice.json +80 -0
- package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-02-dashboard-compact-renderer/CLOSURE_BRIEF.md +19 -0
- package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-02-dashboard-compact-renderer/EXECUTION_BRIEF.md +48 -0
- package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-02-dashboard-compact-renderer/slice.json +73 -0
- package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-03-dashboard-details-sections/CLOSURE_BRIEF.md +19 -0
- package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-03-dashboard-details-sections/EXECUTION_BRIEF.md +48 -0
- package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-03-dashboard-details-sections/slice.json +72 -0
- package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-04-version-command/CLOSURE_BRIEF.md +19 -0
- package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-04-version-command/EXECUTION_BRIEF.md +49 -0
- package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-04-version-command/slice.json +82 -0
- package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-05-docs-help-generated-guidance/CLOSURE_BRIEF.md +19 -0
- package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-05-docs-help-generated-guidance/EXECUTION_BRIEF.md +50 -0
- package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-05-docs-help-generated-guidance/slice.json +90 -0
- package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-06-tests-smokes-release-readiness/CLOSURE_BRIEF.md +21 -0
- package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-06-tests-smokes-release-readiness/EXECUTION_BRIEF.md +51 -0
- package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-06-tests-smokes-release-readiness/slice.json +85 -0
- package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-07-package-and-cross-platform-smoke/CLOSURE_BRIEF.md +20 -0
- package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-07-package-and-cross-platform-smoke/EXECUTION_BRIEF.md +49 -0
- package/specs/quiver-v35-compact-dashboard-version-ux/slices/slice-07-package-and-cross-platform-smoke/slice.json +79 -0
- package/specs/quiver-v36-ai-run-watch-portable/EVIDENCE_REPORT.md +33 -0
- package/specs/quiver-v36-ai-run-watch-portable/EXECUTION_PLAN.md +39 -0
- package/specs/quiver-v36-ai-run-watch-portable/SPEC.md +166 -0
- package/specs/quiver-v36-ai-run-watch-portable/STATUS.md +31 -0
- package/specs/quiver-v36-ai-run-watch-portable/pr.md +78 -0
- package/specs/quiver-v36-ai-run-watch-portable/slices/slice-00-foundation-and-handoffs/CLOSURE_BRIEF.md +19 -0
- package/specs/quiver-v36-ai-run-watch-portable/slices/slice-00-foundation-and-handoffs/EXECUTION_BRIEF.md +43 -0
- package/specs/quiver-v36-ai-run-watch-portable/slices/slice-00-foundation-and-handoffs/slice.json +61 -0
- package/specs/quiver-v36-ai-run-watch-portable/slices/slice-01-run-schema-path-safety/CLOSURE_BRIEF.md +18 -0
- package/specs/quiver-v36-ai-run-watch-portable/slices/slice-01-run-schema-path-safety/EXECUTION_BRIEF.md +43 -0
- package/specs/quiver-v36-ai-run-watch-portable/slices/slice-01-run-schema-path-safety/slice.json +65 -0
- package/specs/quiver-v36-ai-run-watch-portable/slices/slice-02-event-writer-redacted-logs/CLOSURE_BRIEF.md +18 -0
- package/specs/quiver-v36-ai-run-watch-portable/slices/slice-02-event-writer-redacted-logs/EXECUTION_BRIEF.md +43 -0
- package/specs/quiver-v36-ai-run-watch-portable/slices/slice-02-event-writer-redacted-logs/slice.json +66 -0
- package/specs/quiver-v36-ai-run-watch-portable/slices/slice-03-provider-streaming-integration/CLOSURE_BRIEF.md +18 -0
- package/specs/quiver-v36-ai-run-watch-portable/slices/slice-03-provider-streaming-integration/EXECUTION_BRIEF.md +41 -0
- package/specs/quiver-v36-ai-run-watch-portable/slices/slice-03-provider-streaming-integration/slice.json +71 -0
- package/specs/quiver-v36-ai-run-watch-portable/slices/slice-04-ai-run-watch-command/CLOSURE_BRIEF.md +18 -0
- package/specs/quiver-v36-ai-run-watch-portable/slices/slice-04-ai-run-watch-command/EXECUTION_BRIEF.md +44 -0
- package/specs/quiver-v36-ai-run-watch-portable/slices/slice-04-ai-run-watch-command/slice.json +73 -0
- package/specs/quiver-v36-ai-run-watch-portable/slices/slice-05-main-progress-user-guidance/CLOSURE_BRIEF.md +18 -0
- package/specs/quiver-v36-ai-run-watch-portable/slices/slice-05-main-progress-user-guidance/EXECUTION_BRIEF.md +44 -0
- package/specs/quiver-v36-ai-run-watch-portable/slices/slice-05-main-progress-user-guidance/slice.json +71 -0
- package/specs/quiver-v36-ai-run-watch-portable/slices/slice-06-docs-generated-guidance/CLOSURE_BRIEF.md +19 -0
- package/specs/quiver-v36-ai-run-watch-portable/slices/slice-06-docs-generated-guidance/EXECUTION_BRIEF.md +45 -0
- package/specs/quiver-v36-ai-run-watch-portable/slices/slice-06-docs-generated-guidance/slice.json +77 -0
- package/specs/quiver-v36-ai-run-watch-portable/slices/slice-07-tests-cross-platform-readiness/CLOSURE_BRIEF.md +22 -0
- package/specs/quiver-v36-ai-run-watch-portable/slices/slice-07-tests-cross-platform-readiness/EXECUTION_BRIEF.md +46 -0
- package/specs/quiver-v36-ai-run-watch-portable/slices/slice-07-tests-cross-platform-readiness/slice.json +87 -0
- package/src/create-quiver/commands/dashboard.js +31 -0
- package/src/create-quiver/index.js +97 -2
- package/src/create-quiver/lib/cli/ux-flags.js +6 -0
- package/src/create-quiver/lib/dashboard.js +896 -0
- package/src/create-quiver/lib/init-docs.js +6 -0
- package/src/create-quiver/lib/init-layout.js +2 -0
- package/src/create-quiver/lib/project-state-resolver.js +22 -2
- package/src/create-quiver/lib/version.js +157 -0
package/specs/quiver-v34-cli-dashboard-status/slices/slice-02-dashboard-command-rendering/slice.json
ADDED
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-02-dashboard-command-rendering",
|
|
3
|
+
"ticket": "QUIVER-34-02",
|
|
4
|
+
"type": "feature",
|
|
5
|
+
"title": "Dashboard command and rendering",
|
|
6
|
+
"objective": "Expose the dashboard report through a top-level CLI command with human and JSON output.",
|
|
7
|
+
"description": "Adds `npx create-quiver dashboard`, compact JSON output, human rendering, CLI help, examples, and UX flag guardrail coverage.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "v34-dashboard-command-rendering",
|
|
12
|
+
"branch_name": "feature/QUIVER-34-02-dashboard-command-rendering"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"src/create-quiver/commands/dashboard.js",
|
|
16
|
+
"src/create-quiver/index.js",
|
|
17
|
+
"src/create-quiver/lib/dashboard.js",
|
|
18
|
+
"tests/commands/dashboard.test.js",
|
|
19
|
+
"tests/commands/cli-contract.test.js",
|
|
20
|
+
"tests/commands/ux-flags.test.js"
|
|
21
|
+
],
|
|
22
|
+
"expected_read_paths": [
|
|
23
|
+
"src/create-quiver/index.js",
|
|
24
|
+
"src/create-quiver/lib/cli/ux.js",
|
|
25
|
+
"src/create-quiver/lib/cli/theme.js",
|
|
26
|
+
"src/create-quiver/lib/cli/ux-flags.js",
|
|
27
|
+
"src/create-quiver/lib/dashboard.js",
|
|
28
|
+
"tests/commands/cli-contract.test.js",
|
|
29
|
+
"tests/commands/ux-flags.test.js",
|
|
30
|
+
"specs/quiver-v34-cli-dashboard-status/SPEC.md"
|
|
31
|
+
],
|
|
32
|
+
"allowed_write_paths": [
|
|
33
|
+
"src/create-quiver/commands/dashboard.js",
|
|
34
|
+
"src/create-quiver/index.js",
|
|
35
|
+
"src/create-quiver/lib/dashboard.js",
|
|
36
|
+
"tests/commands/dashboard.test.js",
|
|
37
|
+
"tests/commands/cli-contract.test.js",
|
|
38
|
+
"tests/commands/ux-flags.test.js",
|
|
39
|
+
"specs/quiver-v34-cli-dashboard-status/**"
|
|
40
|
+
],
|
|
41
|
+
"depends_on": [
|
|
42
|
+
"slice-01-dashboard-report-contract"
|
|
43
|
+
],
|
|
44
|
+
"parallel_safe": "no",
|
|
45
|
+
"parallel_safe_reason": "The public command consumes the report contract and touches the central CLI router.",
|
|
46
|
+
"must": [
|
|
47
|
+
"Add top-level `dashboard` routing.",
|
|
48
|
+
"Support `--json`, `--spec <slug>`, `--include-completed`, and `--no-color`.",
|
|
49
|
+
"Emit parseable JSON with no human prose in JSON mode.",
|
|
50
|
+
"Render human output with clear sections and next safe commands.",
|
|
51
|
+
"Respect no-color and CI/no-TTY output constraints.",
|
|
52
|
+
"Reject unsupported UX flags through existing guardrails.",
|
|
53
|
+
"Document the command in help and examples."
|
|
54
|
+
],
|
|
55
|
+
"not_included": [
|
|
56
|
+
"Interactive navigation.",
|
|
57
|
+
"Ink or fullscreen TUI.",
|
|
58
|
+
"Starting slices from the dashboard.",
|
|
59
|
+
"Docs/templates updates outside help text."
|
|
60
|
+
],
|
|
61
|
+
"acceptance": [
|
|
62
|
+
"`node bin/create-quiver.js dashboard` prints a human dashboard.",
|
|
63
|
+
"`node bin/create-quiver.js dashboard --json` emits parseable compact JSON.",
|
|
64
|
+
"The command is included in `--help` and grouped command descriptions.",
|
|
65
|
+
"Unsupported UX flags fail early.",
|
|
66
|
+
"No prompt or spinner is used."
|
|
67
|
+
],
|
|
68
|
+
"tests": [
|
|
69
|
+
"node --test tests/commands/dashboard.test.js",
|
|
70
|
+
"node --test tests/commands/cli-contract.test.js tests/commands/ux-flags.test.js",
|
|
71
|
+
"git diff --check"
|
|
72
|
+
],
|
|
73
|
+
"validation_hints": [
|
|
74
|
+
"Keep command implementation thin over the dashboard report contract.",
|
|
75
|
+
"JSON stdout must be clean."
|
|
76
|
+
],
|
|
77
|
+
"estimated_hours": 5,
|
|
78
|
+
"status": "completed",
|
|
79
|
+
"blocked_reason": null,
|
|
80
|
+
"actual_hours": 4,
|
|
81
|
+
"completed_at": "2026-05-28"
|
|
82
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# CLOSURE_BRIEF - slice-03 Dashboard edge cases and guardrails
|
|
2
|
+
|
|
3
|
+
## Summary
|
|
4
|
+
|
|
5
|
+
Hardened dashboard behavior for explicit missing specs, zero-slice specs, graph cycles, JSON failure output, evidence summary leakage, and no-crash graph fallback. Fixed `project-state-resolver` so `allowGraphErrors` also tolerates cycle errors raised during topological sorting.
|
|
6
|
+
|
|
7
|
+
## Validation
|
|
8
|
+
|
|
9
|
+
- [x] `node --test tests/lib/dashboard.test.js tests/commands/dashboard.test.js`
|
|
10
|
+
- [x] Full `node --test` passed.
|
|
11
|
+
- [x] `git diff --check`
|
|
12
|
+
|
|
13
|
+
## Pending
|
|
14
|
+
|
|
15
|
+
- None for this slice.
|
|
16
|
+
|
|
17
|
+
## Remaining Risks
|
|
18
|
+
|
|
19
|
+
- None critical.
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
# EXECUTION_BRIEF - slice-03 Dashboard edge cases and guardrails
|
|
2
|
+
|
|
3
|
+
## Context
|
|
4
|
+
|
|
5
|
+
The dashboard command exists after slice-02. This slice prevents partial-fix behavior in states that real projects hit frequently: old layouts, missing specs, invalid graphs, and sensitive evidence.
|
|
6
|
+
|
|
7
|
+
## Objective
|
|
8
|
+
|
|
9
|
+
Make dashboard output trustworthy and resilient across edge cases.
|
|
10
|
+
|
|
11
|
+
## Scope
|
|
12
|
+
|
|
13
|
+
- dashboard report helpers
|
|
14
|
+
- dashboard command formatting/error handling
|
|
15
|
+
- focused fixture tests
|
|
16
|
+
|
|
17
|
+
## Acceptance Criteria
|
|
18
|
+
|
|
19
|
+
- Missing explicit `--spec` fails actionably.
|
|
20
|
+
- Invalid graph state does not crash the whole dashboard.
|
|
21
|
+
- No specs/no slices still produce useful next steps.
|
|
22
|
+
- Legacy/incomplete layouts show migration guidance.
|
|
23
|
+
- Evidence/log contents are not printed.
|
|
24
|
+
- JSON and human modes stay separate and clean.
|
|
25
|
+
- No-color/CI/no-TTY behavior is readable and prompt-free.
|
|
26
|
+
|
|
27
|
+
## Technical Plan Summary
|
|
28
|
+
|
|
29
|
+
Add guardrails and tests around the report/command layers without changing workflow semantics or slice graph internals.
|
|
30
|
+
|
|
31
|
+
## Suggested Steps
|
|
32
|
+
|
|
33
|
+
1. Add missing-spec validation.
|
|
34
|
+
2. Add graph-error fallback tests.
|
|
35
|
+
3. Add no-spec/no-slice fixture tests.
|
|
36
|
+
4. Add legacy/incomplete layout fixture tests.
|
|
37
|
+
5. Add evidence/log redaction tests.
|
|
38
|
+
6. Add no-color/CI/no-TTY tests.
|
|
39
|
+
|
|
40
|
+
## Restrictions
|
|
41
|
+
|
|
42
|
+
- Do not alter persisted project state.
|
|
43
|
+
- Do not relax existing graph validation semantics outside dashboard fallback behavior.
|
|
44
|
+
- Do not print raw evidence values.
|
|
45
|
+
|
|
46
|
+
## Risks
|
|
47
|
+
|
|
48
|
+
- Over-hardening the dashboard can diverge from `ai export`; keep source-of-truth alignment explicit.
|
|
49
|
+
|
|
50
|
+
## Completion Checklist
|
|
51
|
+
|
|
52
|
+
- [ ] Edge-case tests pass.
|
|
53
|
+
- [ ] JSON remains parseable.
|
|
54
|
+
- [ ] Sensitive summaries remain bounded.
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-03-dashboard-edge-cases-and-guardrails",
|
|
3
|
+
"ticket": "QUIVER-34-03",
|
|
4
|
+
"type": "fix",
|
|
5
|
+
"title": "Dashboard edge cases and guardrails",
|
|
6
|
+
"objective": "Harden the dashboard against partial fixes and misleading output in unusual project states.",
|
|
7
|
+
"description": "Adds guardrails for missing specs, invalid graph state, no-spec projects, legacy/incomplete layouts, blockers, no-color/CI/no-TTY, and sensitive evidence summaries.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "v34-dashboard-edge-cases",
|
|
12
|
+
"branch_name": "feature/QUIVER-34-03-dashboard-edge-cases"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"src/create-quiver/lib/dashboard.js",
|
|
16
|
+
"src/create-quiver/commands/dashboard.js",
|
|
17
|
+
"tests/lib/dashboard.test.js",
|
|
18
|
+
"tests/commands/dashboard.test.js"
|
|
19
|
+
],
|
|
20
|
+
"expected_read_paths": [
|
|
21
|
+
"src/create-quiver/lib/dashboard.js",
|
|
22
|
+
"src/create-quiver/commands/dashboard.js",
|
|
23
|
+
"src/create-quiver/lib/ai/export-state.js",
|
|
24
|
+
"src/create-quiver/lib/slice-graph.js",
|
|
25
|
+
"tests/commands/ai-export.test.js",
|
|
26
|
+
"tests/commands/dashboard.test.js",
|
|
27
|
+
"specs/quiver-v34-cli-dashboard-status/SPEC.md"
|
|
28
|
+
],
|
|
29
|
+
"allowed_write_paths": [
|
|
30
|
+
"src/create-quiver/lib/dashboard.js",
|
|
31
|
+
"src/create-quiver/commands/dashboard.js",
|
|
32
|
+
"tests/lib/dashboard.test.js",
|
|
33
|
+
"tests/commands/dashboard.test.js",
|
|
34
|
+
"specs/quiver-v34-cli-dashboard-status/**"
|
|
35
|
+
],
|
|
36
|
+
"depends_on": [
|
|
37
|
+
"slice-01-dashboard-report-contract",
|
|
38
|
+
"slice-02-dashboard-command-rendering"
|
|
39
|
+
],
|
|
40
|
+
"parallel_safe": "no",
|
|
41
|
+
"parallel_safe_reason": "This slice hardens behavior across the report and command layers.",
|
|
42
|
+
"must": [
|
|
43
|
+
"Fail actionably for explicit missing --spec values.",
|
|
44
|
+
"Render useful state for no specs and no slices.",
|
|
45
|
+
"Render useful state for legacy, incomplete, and not-initialized layouts where the existing state resolver can report them.",
|
|
46
|
+
"Degrade safely when the slice graph has cycles or missing dependencies.",
|
|
47
|
+
"Avoid printing raw evidence, logs, command output, secrets, or tokens.",
|
|
48
|
+
"Keep JSON output parseable for success and failure paths.",
|
|
49
|
+
"Cover no-color, CI, and no-TTY behavior."
|
|
50
|
+
],
|
|
51
|
+
"not_included": [
|
|
52
|
+
"Changing slice graph semantics.",
|
|
53
|
+
"Adding destructive actions.",
|
|
54
|
+
"Adding web or TUI surfaces."
|
|
55
|
+
],
|
|
56
|
+
"acceptance": [
|
|
57
|
+
"Missing --spec produces an actionable error.",
|
|
58
|
+
"Invalid graph state produces a dashboard warning rather than a crash.",
|
|
59
|
+
"No-spec projects produce next-step guidance.",
|
|
60
|
+
"Legacy/incomplete layouts show migration guidance.",
|
|
61
|
+
"Evidence summaries expose counts/refs only.",
|
|
62
|
+
"No-color output remains readable."
|
|
63
|
+
],
|
|
64
|
+
"tests": [
|
|
65
|
+
"node --test tests/lib/dashboard.test.js tests/commands/dashboard.test.js",
|
|
66
|
+
"git diff --check"
|
|
67
|
+
],
|
|
68
|
+
"validation_hints": [
|
|
69
|
+
"Create focused fixture repos for edge states.",
|
|
70
|
+
"Avoid broad refactors of slice graph internals."
|
|
71
|
+
],
|
|
72
|
+
"estimated_hours": 5,
|
|
73
|
+
"status": "completed",
|
|
74
|
+
"blocked_reason": null,
|
|
75
|
+
"actual_hours": 4,
|
|
76
|
+
"completed_at": "2026-05-28"
|
|
77
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# CLOSURE_BRIEF - slice-04 Docs, templates, and scripts
|
|
2
|
+
|
|
3
|
+
## Summary
|
|
4
|
+
|
|
5
|
+
Documented `dashboard` in README, AI guidance, command reference, CLI UX guide, generated command/workflow templates, init docs, package scripts, and generated project scripts. Added `quiver:dashboard` and updated related tests.
|
|
6
|
+
|
|
7
|
+
## Validation
|
|
8
|
+
|
|
9
|
+
- [x] `node --test tests/lib/init-docs.test.js tests/lib/init-layout.test.js`
|
|
10
|
+
- [x] `node --test tests/commands/cli-contract.test.js`
|
|
11
|
+
- [x] `git diff --check`
|
|
12
|
+
|
|
13
|
+
## Pending
|
|
14
|
+
|
|
15
|
+
- None for this slice.
|
|
16
|
+
|
|
17
|
+
## Remaining Risks
|
|
18
|
+
|
|
19
|
+
- None critical.
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
# EXECUTION_BRIEF - slice-04 Docs, templates, and scripts
|
|
2
|
+
|
|
3
|
+
## Context
|
|
4
|
+
|
|
5
|
+
The dashboard command and guardrails are stable after slices 02 and 03. Public docs and generated project scripts now need to reflect the command.
|
|
6
|
+
|
|
7
|
+
## Objective
|
|
8
|
+
|
|
9
|
+
Document `dashboard` and add generated `quiver:dashboard` script support.
|
|
10
|
+
|
|
11
|
+
## Scope
|
|
12
|
+
|
|
13
|
+
- public docs
|
|
14
|
+
- AI guidance
|
|
15
|
+
- generated docs/templates
|
|
16
|
+
- generated package scripts
|
|
17
|
+
- focused docs/script tests
|
|
18
|
+
|
|
19
|
+
## Acceptance Criteria
|
|
20
|
+
|
|
21
|
+
- README and command reference mention `dashboard`.
|
|
22
|
+
- `README_FOR_AI.md` mentions dashboard as a read-only inspection command.
|
|
23
|
+
- CLI UX guide records dashboard as read-only and non-interactive.
|
|
24
|
+
- Generated project scripts include `quiver:dashboard`.
|
|
25
|
+
- Docs do not imply dashboard writes, executes providers, or opens a TUI.
|
|
26
|
+
|
|
27
|
+
## Technical Plan Summary
|
|
28
|
+
|
|
29
|
+
Update documentation only after the command contract is implemented. Keep root README concise and put procedural detail in command reference or generated docs.
|
|
30
|
+
|
|
31
|
+
## Suggested Steps
|
|
32
|
+
|
|
33
|
+
1. Update command reference.
|
|
34
|
+
2. Update README command list.
|
|
35
|
+
3. Update AI guidance.
|
|
36
|
+
4. Update CLI UX guide matrix.
|
|
37
|
+
5. Update generated docs/scripts.
|
|
38
|
+
6. Update docs/template tests.
|
|
39
|
+
|
|
40
|
+
## Restrictions
|
|
41
|
+
|
|
42
|
+
- Do not change command behavior in this slice.
|
|
43
|
+
- Do not claim npm publication.
|
|
44
|
+
- Do not document Ink as part of this feature.
|
|
45
|
+
|
|
46
|
+
## Risks
|
|
47
|
+
|
|
48
|
+
- Docs can drift if command contract changes after this slice; run command tests before final readiness.
|
|
49
|
+
|
|
50
|
+
## Completion Checklist
|
|
51
|
+
|
|
52
|
+
- [ ] Docs updated.
|
|
53
|
+
- [ ] Generated script tests updated.
|
|
54
|
+
- [ ] Docs tests pass.
|
package/specs/quiver-v34-cli-dashboard-status/slices/slice-04-docs-templates-and-scripts/slice.json
ADDED
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-04-docs-templates-and-scripts",
|
|
3
|
+
"ticket": "QUIVER-34-04",
|
|
4
|
+
"type": "docs",
|
|
5
|
+
"title": "Docs, templates, and scripts",
|
|
6
|
+
"objective": "Document the dashboard command and add generated project script support.",
|
|
7
|
+
"description": "Updates public documentation, AI guidance, generated docs/templates, and package scripts after the dashboard command contract is stable.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "v34-dashboard-docs-scripts",
|
|
12
|
+
"branch_name": "feature/QUIVER-34-04-dashboard-docs-scripts"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"README.md",
|
|
16
|
+
"README_FOR_AI.md",
|
|
17
|
+
"docs/CLI_UX_GUIDE.md",
|
|
18
|
+
"docs/reference/commands.md",
|
|
19
|
+
"docs/COMMANDS.md.template",
|
|
20
|
+
"docs/WORKFLOW.md.template",
|
|
21
|
+
"package.json",
|
|
22
|
+
"src/create-quiver/lib/init-docs.js",
|
|
23
|
+
"tests/lib/init-docs.test.js",
|
|
24
|
+
"tests/lib/init-layout.test.js"
|
|
25
|
+
],
|
|
26
|
+
"expected_read_paths": [
|
|
27
|
+
"README.md",
|
|
28
|
+
"README_FOR_AI.md",
|
|
29
|
+
"docs/CLI_UX_GUIDE.md",
|
|
30
|
+
"docs/reference/commands.md",
|
|
31
|
+
"src/create-quiver/lib/init-docs.js",
|
|
32
|
+
"tests/lib/init-docs.test.js",
|
|
33
|
+
"tests/lib/init-layout.test.js",
|
|
34
|
+
"specs/quiver-v34-cli-dashboard-status/SPEC.md"
|
|
35
|
+
],
|
|
36
|
+
"allowed_write_paths": [
|
|
37
|
+
"README.md",
|
|
38
|
+
"README_FOR_AI.md",
|
|
39
|
+
"docs/CLI_UX_GUIDE.md",
|
|
40
|
+
"docs/reference/commands.md",
|
|
41
|
+
"docs/COMMANDS.md.template",
|
|
42
|
+
"docs/WORKFLOW.md.template",
|
|
43
|
+
"package.json",
|
|
44
|
+
"src/create-quiver/lib/init-docs.js",
|
|
45
|
+
"tests/lib/init-docs.test.js",
|
|
46
|
+
"tests/lib/init-layout.test.js",
|
|
47
|
+
"specs/quiver-v34-cli-dashboard-status/**"
|
|
48
|
+
],
|
|
49
|
+
"depends_on": [
|
|
50
|
+
"slice-02-dashboard-command-rendering",
|
|
51
|
+
"slice-03-dashboard-edge-cases-and-guardrails"
|
|
52
|
+
],
|
|
53
|
+
"parallel_safe": "no",
|
|
54
|
+
"parallel_safe_reason": "Docs and generated scripts should land after command behavior is stable.",
|
|
55
|
+
"must": [
|
|
56
|
+
"Document `npx create-quiver dashboard` and key flags.",
|
|
57
|
+
"Document that dashboard is read-only and not a TUI/fullscreen surface.",
|
|
58
|
+
"Document `dashboard --json` compact schema at a high level.",
|
|
59
|
+
"Add generated `quiver:dashboard` script where generated quiver scripts are listed.",
|
|
60
|
+
"Keep README concise and avoid duplicating full procedural docs.",
|
|
61
|
+
"Update tests for generated docs/scripts."
|
|
62
|
+
],
|
|
63
|
+
"not_included": [
|
|
64
|
+
"Changing command behavior.",
|
|
65
|
+
"Adding Ink/TUI docs.",
|
|
66
|
+
"Claiming npm publication."
|
|
67
|
+
],
|
|
68
|
+
"acceptance": [
|
|
69
|
+
"Public docs mention dashboard usage and flags.",
|
|
70
|
+
"Generated scripts include quiver:dashboard.",
|
|
71
|
+
"Generated docs/templates stay aligned.",
|
|
72
|
+
"Docs do not imply dashboard writes or runs providers."
|
|
73
|
+
],
|
|
74
|
+
"tests": [
|
|
75
|
+
"node --test tests/lib/init-docs.test.js tests/lib/init-layout.test.js",
|
|
76
|
+
"node --test tests/commands/cli-contract.test.js",
|
|
77
|
+
"git diff --check"
|
|
78
|
+
],
|
|
79
|
+
"validation_hints": [
|
|
80
|
+
"Keep command examples package-manager-aware where generated scripts are discussed.",
|
|
81
|
+
"Do not over-document internals in README."
|
|
82
|
+
],
|
|
83
|
+
"estimated_hours": 4,
|
|
84
|
+
"status": "completed",
|
|
85
|
+
"blocked_reason": null,
|
|
86
|
+
"actual_hours": 3,
|
|
87
|
+
"completed_at": "2026-05-28"
|
|
88
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# CLOSURE_BRIEF - slice-05 Tests, smokes, and release readiness
|
|
2
|
+
|
|
3
|
+
## Summary
|
|
4
|
+
|
|
5
|
+
Completed focused validation, full test suite, required smokes, package smoke, dashboard smoke against this repository, final spec validation, and evidence/status updates. No npm publication was performed.
|
|
6
|
+
|
|
7
|
+
## Validation
|
|
8
|
+
|
|
9
|
+
- [x] `node --test tests/lib/dashboard.test.js`
|
|
10
|
+
- [x] `node --test tests/commands/dashboard.test.js`
|
|
11
|
+
- [x] `node --test`
|
|
12
|
+
- [x] `npm run smoke:create-quiver`
|
|
13
|
+
- [x] `npm run smoke:doctor-fixtures`
|
|
14
|
+
- [x] `npm run smoke:guided-workflow`
|
|
15
|
+
- [x] `npm run package:quiver`
|
|
16
|
+
- [x] `node bin/create-quiver.js dashboard --json --spec quiver-v34-cli-dashboard-status`
|
|
17
|
+
- [x] `git diff --check`
|
|
18
|
+
- [x] `node bin/create-quiver.js spec validate specs/quiver-v34-cli-dashboard-status`
|
|
19
|
+
|
|
20
|
+
## Pending
|
|
21
|
+
|
|
22
|
+
- None.
|
|
23
|
+
|
|
24
|
+
## Remaining Risks
|
|
25
|
+
|
|
26
|
+
- No critical risks. Package publication is intentionally out of scope.
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
# EXECUTION_BRIEF - slice-05 Tests, smokes, and release readiness
|
|
2
|
+
|
|
3
|
+
## Context
|
|
4
|
+
|
|
5
|
+
All dashboard behavior and docs should be complete before this slice starts. This slice validates the whole spec and prepares PR readiness evidence.
|
|
6
|
+
|
|
7
|
+
## Objective
|
|
8
|
+
|
|
9
|
+
Close v34 with full validation and evidence.
|
|
10
|
+
|
|
11
|
+
## Scope
|
|
12
|
+
|
|
13
|
+
- tests as needed for final regressions
|
|
14
|
+
- `specs/quiver-v34-cli-dashboard-status/**`
|
|
15
|
+
|
|
16
|
+
## Acceptance Criteria
|
|
17
|
+
|
|
18
|
+
- Focused dashboard tests pass.
|
|
19
|
+
- CLI contract and UX flag tests pass.
|
|
20
|
+
- Generated docs/script tests pass.
|
|
21
|
+
- Full test suite passes or blockers are recorded.
|
|
22
|
+
- Smokes and package smoke pass or blockers are recorded.
|
|
23
|
+
- Spec validation passes.
|
|
24
|
+
- Evidence and closure briefs are updated.
|
|
25
|
+
|
|
26
|
+
## Technical Plan Summary
|
|
27
|
+
|
|
28
|
+
Run focused validation first, then broad tests and smokes. Update evidence only with actual command outcomes.
|
|
29
|
+
|
|
30
|
+
## Suggested Steps
|
|
31
|
+
|
|
32
|
+
1. Run focused dashboard tests.
|
|
33
|
+
2. Run CLI contract and UX flag tests.
|
|
34
|
+
3. Run generated docs/script tests.
|
|
35
|
+
4. Run full test suite.
|
|
36
|
+
5. Run smokes and package check.
|
|
37
|
+
6. Run spec validation.
|
|
38
|
+
7. Update evidence, status, closure briefs, and PR body.
|
|
39
|
+
|
|
40
|
+
## Restrictions
|
|
41
|
+
|
|
42
|
+
- Do not publish npm.
|
|
43
|
+
- Do not add new feature scope during readiness.
|
|
44
|
+
- Do not hide unrelated failures; document them as blockers if they matter.
|
|
45
|
+
|
|
46
|
+
## Risks
|
|
47
|
+
|
|
48
|
+
- Package smokes can reveal generated-template drift late; leave enough time for a small docs/script correction if needed.
|
|
49
|
+
|
|
50
|
+
## Completion Checklist
|
|
51
|
+
|
|
52
|
+
- [ ] Focused tests pass.
|
|
53
|
+
- [ ] Full tests pass.
|
|
54
|
+
- [ ] Smokes pass.
|
|
55
|
+
- [ ] Package smoke passes.
|
|
56
|
+
- [ ] Evidence updated.
|
|
57
|
+
- [ ] Spec validation passes.
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-05-tests-smokes-release-readiness",
|
|
3
|
+
"ticket": "QUIVER-34-05",
|
|
4
|
+
"type": "validation",
|
|
5
|
+
"title": "Tests, smokes, and release readiness",
|
|
6
|
+
"objective": "Close v34 with full validation, evidence, status updates, and PR readiness.",
|
|
7
|
+
"description": "Runs focused and full validation, updates evidence, closes slice metadata, validates the spec package, and prepares the PR body without claiming npm publication.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "v34-dashboard-release-readiness",
|
|
12
|
+
"branch_name": "feature/QUIVER-34-05-dashboard-release-readiness"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"tests/**",
|
|
16
|
+
"specs/quiver-v34-cli-dashboard-status/**"
|
|
17
|
+
],
|
|
18
|
+
"expected_read_paths": [
|
|
19
|
+
"SPEC.md",
|
|
20
|
+
"STATUS.md",
|
|
21
|
+
"EVIDENCE_REPORT.md",
|
|
22
|
+
"pr.md",
|
|
23
|
+
"tests/**",
|
|
24
|
+
"package.json",
|
|
25
|
+
"scripts/ci/**"
|
|
26
|
+
],
|
|
27
|
+
"allowed_write_paths": [
|
|
28
|
+
"tests/**",
|
|
29
|
+
"specs/quiver-v34-cli-dashboard-status/**"
|
|
30
|
+
],
|
|
31
|
+
"depends_on": [
|
|
32
|
+
"slice-03-dashboard-edge-cases-and-guardrails",
|
|
33
|
+
"slice-04-docs-templates-and-scripts"
|
|
34
|
+
],
|
|
35
|
+
"parallel_safe": "no",
|
|
36
|
+
"parallel_safe_reason": "Final validation and evidence must run after all implementation and docs slices.",
|
|
37
|
+
"must": [
|
|
38
|
+
"Run focused dashboard tests.",
|
|
39
|
+
"Run CLI contract and UX flag tests.",
|
|
40
|
+
"Run generated docs/script tests.",
|
|
41
|
+
"Run full test suite.",
|
|
42
|
+
"Run smoke commands.",
|
|
43
|
+
"Run package smoke.",
|
|
44
|
+
"Run spec validation.",
|
|
45
|
+
"Update EVIDENCE_REPORT.md with real results.",
|
|
46
|
+
"Update STATUS.md and slice CLOSURE_BRIEF.md files.",
|
|
47
|
+
"Prepare final pr.md evidence."
|
|
48
|
+
],
|
|
49
|
+
"not_included": [
|
|
50
|
+
"Publishing npm.",
|
|
51
|
+
"Adding new dashboard scope after validation begins.",
|
|
52
|
+
"Changing accepted command semantics without revisiting prior slices."
|
|
53
|
+
],
|
|
54
|
+
"acceptance": [
|
|
55
|
+
"Focused tests pass.",
|
|
56
|
+
"Full tests pass or any failure is documented with blocker status.",
|
|
57
|
+
"Smokes pass or blockers are recorded.",
|
|
58
|
+
"Spec validation passes.",
|
|
59
|
+
"Evidence report records commands and outcomes.",
|
|
60
|
+
"Final status reflects readiness accurately."
|
|
61
|
+
],
|
|
62
|
+
"tests": [
|
|
63
|
+
"node --test tests/lib/dashboard.test.js",
|
|
64
|
+
"node --test tests/commands/dashboard.test.js",
|
|
65
|
+
"node --test tests/commands/cli-contract.test.js tests/commands/ux-flags.test.js",
|
|
66
|
+
"node --test tests/lib/ai-export-state.test.js tests/commands/ai-export.test.js",
|
|
67
|
+
"node --test tests/lib/init-docs.test.js tests/lib/init-layout.test.js",
|
|
68
|
+
"node --test tests/**/*.test.js",
|
|
69
|
+
"npm run smoke:create-quiver",
|
|
70
|
+
"npm run smoke:doctor-fixtures",
|
|
71
|
+
"npm run smoke:guided-workflow",
|
|
72
|
+
"npm run package:quiver",
|
|
73
|
+
"git diff --check",
|
|
74
|
+
"node bin/create-quiver.js spec validate specs/quiver-v34-cli-dashboard-status"
|
|
75
|
+
],
|
|
76
|
+
"validation_hints": [
|
|
77
|
+
"Record evidence without claiming package publication.",
|
|
78
|
+
"If a full-suite failure is unrelated, document it explicitly instead of hiding it."
|
|
79
|
+
],
|
|
80
|
+
"estimated_hours": 5,
|
|
81
|
+
"status": "completed",
|
|
82
|
+
"blocked_reason": null,
|
|
83
|
+
"actual_hours": 4,
|
|
84
|
+
"completed_at": "2026-05-28"
|
|
85
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
# Evidence Report - Quiver v35 Compact Dashboard and Version UX
|
|
2
|
+
|
|
3
|
+
## Status
|
|
4
|
+
|
|
5
|
+
Implementation, documentation, tests, package smoke, and cross-platform smoke completed. No npm publication is part of this spec.
|
|
6
|
+
|
|
7
|
+
## Evidence Log
|
|
8
|
+
|
|
9
|
+
| Date | Slice | Evidence | Result |
|
|
10
|
+
|---|---|---|---|
|
|
11
|
+
| 2026-05-28 | slice-00-foundation-and-doc-router | Created spec package, slices, execution briefs, closure brief templates, status, execution plan, and PR body. | Completed |
|
|
12
|
+
| 2026-05-28 | slice-00-foundation-and-doc-router | `node -e "const fs=require('fs'); for (const f of process.argv.slice(1)) JSON.parse(fs.readFileSync(f,'utf8')); console.log('slice json ok')" specs/quiver-v35-compact-dashboard-version-ux/slices/*/slice.json` | Passed |
|
|
13
|
+
| 2026-05-28 | slice-00-foundation-and-doc-router | `node bin/create-quiver.js spec validate specs/quiver-v35-compact-dashboard-version-ux` | Passed |
|
|
14
|
+
| 2026-05-28 | slice-00-foundation-and-doc-router | `git diff --check` | Passed |
|
|
15
|
+
| 2026-05-28 | slice-01-dashboard-cli-contract | Added dashboard-scoped `--details`, `--section <name>`, and `--limit <n>` parsing/validation plus JSON-safe errors. | Completed |
|
|
16
|
+
| 2026-05-28 | slice-02-dashboard-compact-renderer | Implemented compact default dashboard renderer with summary, next command, counts, truncation, and detail inspection hints. | Completed |
|
|
17
|
+
| 2026-05-28 | slice-03-dashboard-details-sections | Implemented `dashboard --details` and focused sections for overview, specs, slices, blockers, warnings, agents, approvals, runs, active-slice, and next-steps. | Completed |
|
|
18
|
+
| 2026-05-28 | slice-04-version-command | Added `version` and `version --json`, Quiver ASCII banner, palette coloring, no-color handling, package-manager detection, and semver-only `--version` preservation. | Completed |
|
|
19
|
+
| 2026-05-28 | slice-05-docs-help-generated-guidance | Updated CLI help, `docs/reference/commands.md`, `docs/CLI_UX_GUIDE.md`, `README_FOR_AI.md`, generated docs guidance, and `quiver:version` generated script. | Completed |
|
|
20
|
+
| 2026-05-28 | slice-05-docs-help-generated-guidance | Root `docs/INDEX.md` decision: not added in this repo because only `docs/INDEX.md.template` exists and generated projects already receive `docs/INDEX.md`; package validation confirms no unintended package-content change. | Passed |
|
|
21
|
+
| 2026-05-28 | slice-06-tests-smokes-release-readiness | `node --check src/create-quiver/lib/version.js && node --check src/create-quiver/lib/dashboard.js && node --check src/create-quiver/index.js && node --check scripts/ci/smoke-cross-platform.js` | Passed |
|
|
22
|
+
| 2026-05-28 | slice-06-tests-smokes-release-readiness | `node --test tests/lib/dashboard.test.js tests/commands/dashboard.test.js tests/commands/cli-contract.test.js tests/lib/version.test.js tests/lib/cli-theme.test.js tests/lib/init-layout.test.js tests/lib/init-docs.test.js` | Passed |
|
|
23
|
+
| 2026-05-28 | slice-06-tests-smokes-release-readiness | `node --test tests/**/*.test.js` | Passed: 523 tests |
|
|
24
|
+
| 2026-05-28 | slice-06-tests-smokes-release-readiness | `npm run package:quiver` | Passed: `create-quiver-0.15.2.tgz` |
|
|
25
|
+
| 2026-05-28 | slice-06-tests-smokes-release-readiness | `npm run smoke:create-quiver` | Passed |
|
|
26
|
+
| 2026-05-28 | slice-07-package-and-cross-platform-smoke | Installed tarball smoke validates `create-quiver --version`, `create-quiver version`, `create-quiver version --json`, `quiver version`, `dashboard`, and `dashboard --json`. | Passed |
|
|
27
|
+
| 2026-05-28 | slice-07-package-and-cross-platform-smoke | `node scripts/ci/smoke-cross-platform.js` | Passed |
|
|
28
|
+
| 2026-05-28 | slice-07-package-and-cross-platform-smoke | `npx create-quiver spec validate specs/quiver-v35-compact-dashboard-version-ux --strict` | Passed |
|
|
29
|
+
| 2026-05-28 | slice-07-package-and-cross-platform-smoke | `git diff --check` | Passed |
|
|
30
|
+
|
|
31
|
+
## Required Final Validation
|
|
32
|
+
|
|
33
|
+
- [x] `node --test tests/**/*.test.js`
|
|
34
|
+
- [x] `git diff --check`
|
|
35
|
+
- [x] `npx create-quiver spec validate specs/quiver-v35-compact-dashboard-version-ux --strict`
|
|
36
|
+
- [x] `npm run package:quiver`
|
|
37
|
+
- [x] `npm run smoke:create-quiver`
|
|
38
|
+
- [x] Package-installed smoke for `create-quiver` and `quiver` binaries
|
|
39
|
+
- [x] `node scripts/ci/smoke-cross-platform.js`
|
|
40
|
+
|
|
41
|
+
## Notes
|
|
42
|
+
|
|
43
|
+
No npm publication is part of this spec. Cross-platform smoke was executed on the local macOS environment; the script contains Windows path and npm command guards but was not run on a native Windows host in this turn.
|