create-quiver 0.13.0 → 0.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -0
- package/README.md +9 -2
- package/README_FOR_AI.md +4 -0
- package/ROADMAP.md +6 -0
- package/docs/COMMANDS.md.template +3 -1
- package/docs/TROUBLESHOOTING.md.template +29 -0
- package/docs/WORKFLOW.md.template +13 -12
- package/package.json +1 -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/src/create-quiver/commands/ai.js +481 -14
- package/src/create-quiver/commands/spec.js +10 -0
- package/src/create-quiver/index.js +42 -4
- package/src/create-quiver/lib/ai/context-packs.js +2 -2
- 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/project-state-resolver.js +195 -1
- package/src/create-quiver/lib/spec-worktrees.js +50 -2
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-05-review-plan-closure-and-agent-dx",
|
|
3
|
+
"ticket": "QUIVER-28-05",
|
|
4
|
+
"type": "feature",
|
|
5
|
+
"title": "Review-plan closure and agent DX",
|
|
6
|
+
"objective": "Add structured review-plan closure metadata and make generated commands safer for AI agents.",
|
|
7
|
+
"description": "Reduces review/revise loops by making review results machine-readable and improves agent command examples with non-interactive, versioned npx usage.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "v28-review-plan-closure-agent-dx",
|
|
12
|
+
"branch_name": "feature/QUIVER-28-05-v28-review-plan-closure-agent-dx"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"src/create-quiver/commands/ai.js",
|
|
16
|
+
"src/create-quiver/index.js",
|
|
17
|
+
"src/create-quiver/lib/ai/plan-review.js",
|
|
18
|
+
"src/create-quiver/lib/ai/prompts.js",
|
|
19
|
+
"src/create-quiver/lib/ai/context-packs.js",
|
|
20
|
+
"src/create-quiver/lib/ai/github.js",
|
|
21
|
+
"README.md",
|
|
22
|
+
"README_FOR_AI.md",
|
|
23
|
+
"docs/COMMANDS.md.template",
|
|
24
|
+
"tests/commands/ai-review-plan.test.js",
|
|
25
|
+
"tests/commands/cli-contract.test.js",
|
|
26
|
+
"tests/lib/ai-context-packs.test.js",
|
|
27
|
+
"tests/lib/ai-github.test.js",
|
|
28
|
+
"specs/quiver-v28-pixel-quiver-feedback-reconciliation/**"
|
|
29
|
+
],
|
|
30
|
+
"expected_read_paths": [
|
|
31
|
+
"src/create-quiver/lib/ai/plan-review.js",
|
|
32
|
+
"src/create-quiver/lib/ai/prompts.js",
|
|
33
|
+
"src/create-quiver/index.js",
|
|
34
|
+
"README.md",
|
|
35
|
+
"README_FOR_AI.md",
|
|
36
|
+
"docs/COMMANDS.md.template",
|
|
37
|
+
"tests/commands/ai-review-plan.test.js"
|
|
38
|
+
],
|
|
39
|
+
"allowed_write_paths": [
|
|
40
|
+
"src/create-quiver/commands/ai.js",
|
|
41
|
+
"src/create-quiver/index.js",
|
|
42
|
+
"src/create-quiver/lib/ai/plan-review.js",
|
|
43
|
+
"src/create-quiver/lib/ai/prompts.js",
|
|
44
|
+
"src/create-quiver/lib/ai/context-packs.js",
|
|
45
|
+
"src/create-quiver/lib/ai/github.js",
|
|
46
|
+
"README.md",
|
|
47
|
+
"README_FOR_AI.md",
|
|
48
|
+
"docs/COMMANDS.md.template",
|
|
49
|
+
"tests/commands/ai-review-plan.test.js",
|
|
50
|
+
"tests/commands/cli-contract.test.js",
|
|
51
|
+
"tests/lib/ai-context-packs.test.js",
|
|
52
|
+
"tests/lib/ai-github.test.js",
|
|
53
|
+
"specs/quiver-v28-pixel-quiver-feedback-reconciliation/**"
|
|
54
|
+
],
|
|
55
|
+
"depends_on": [
|
|
56
|
+
"slice-00-reconciliation-and-evidence-freeze",
|
|
57
|
+
"slice-01-ai-run-state-approvals-and-clean-output"
|
|
58
|
+
],
|
|
59
|
+
"parallel_safe": "after_dependencies",
|
|
60
|
+
"parallel_safe_reason": "Can run after clean AI state is clarified; may need sequencing with slice-02 if prompt files overlap.",
|
|
61
|
+
"must": [
|
|
62
|
+
"Emit review metadata with blocking status and recommendation.",
|
|
63
|
+
"Separate required fixes from optional hardening.",
|
|
64
|
+
"Include recommended next command.",
|
|
65
|
+
"Update agent-facing examples to prefer npx --yes create-quiver@<version>.",
|
|
66
|
+
"Improve GitHub auth and SSH alias recovery guidance for agent-driven PR flows.",
|
|
67
|
+
"Document or generate compact executor handoff context without requiring the full spec."
|
|
68
|
+
],
|
|
69
|
+
"not_included": [
|
|
70
|
+
"Spec create repair flow.",
|
|
71
|
+
"Active-slice reconciliation.",
|
|
72
|
+
"Provider credential management."
|
|
73
|
+
],
|
|
74
|
+
"acceptance": [
|
|
75
|
+
"ai review-plan outputs structured metadata for approval decisions.",
|
|
76
|
+
"Review loops can be stopped based on blocking/optional classification.",
|
|
77
|
+
"Generated docs/help include non-interactive versioned examples for agents.",
|
|
78
|
+
"GitHub auth and alias diagnostics include actionable recovery for macOS, Linux, Windows, Git Bash, WSL, and PowerShell where applicable.",
|
|
79
|
+
"Executor-facing handoff guidance stays compact and avoids requiring full-spec context.",
|
|
80
|
+
"Tests cover approve, approve-with-risk, and revise recommendations."
|
|
81
|
+
],
|
|
82
|
+
"tests": [
|
|
83
|
+
"node --test tests/commands/ai-review-plan.test.js tests/commands/cli-contract.test.js",
|
|
84
|
+
"node --test tests/lib/ai-context-packs.test.js tests/lib/ai-github.test.js"
|
|
85
|
+
],
|
|
86
|
+
"validation_hints": [
|
|
87
|
+
"Keep human-readable review output useful.",
|
|
88
|
+
"Ensure --json output stays machine-parseable if present."
|
|
89
|
+
],
|
|
90
|
+
"estimated_hours": 8,
|
|
91
|
+
"actual_hours": 8,
|
|
92
|
+
"status": "completed",
|
|
93
|
+
"completed_at": "2026-05-25T22:14:57Z"
|
|
94
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
# CLOSURE BRIEF - slice-06: Backward compatibility, docs, and release readiness
|
|
2
|
+
|
|
3
|
+
## Summary
|
|
4
|
+
|
|
5
|
+
Closed v28 with documentation synchronization, full source test evidence, smoke coverage, package/tarball readiness checks, and final spec status updates. A package dry-run exposed that a local root PDF would be included in npm output, so `.npmignore` was updated to exclude `*.pdf`.
|
|
6
|
+
|
|
7
|
+
## Validation
|
|
8
|
+
|
|
9
|
+
Passed:
|
|
10
|
+
|
|
11
|
+
- `node --test tests/**/*.test.js`
|
|
12
|
+
- `npm run smoke:doctor-fixtures`
|
|
13
|
+
- `npm run smoke:guided-workflow`
|
|
14
|
+
- `npm run smoke:create-quiver`
|
|
15
|
+
- `npm run package:quiver`
|
|
16
|
+
- `npm pack --dry-run --json` with a no-PDF assertion
|
|
17
|
+
- `git diff --check`
|
|
18
|
+
- `node bin/create-quiver.js spec validate specs/quiver-v28-pixel-quiver-feedback-reconciliation --strict`
|
|
19
|
+
- `node bin/create-quiver.js check-slice --local specs/quiver-v28-pixel-quiver-feedback-reconciliation/slices/slice-06-backward-compatibility-docs-and-release-readiness/slice.json`
|
|
20
|
+
- `node bin/create-quiver.js next --all-ready --spec quiver-v28-pixel-quiver-feedback-reconciliation`
|
|
21
|
+
|
|
22
|
+
## Relevant Changes
|
|
23
|
+
|
|
24
|
+
- Added unreleased v28 release notes to `CHANGELOG.md`.
|
|
25
|
+
- Updated `ROADMAP.md`, `README.md`, `docs/WORKFLOW.md.template`, and `docs/TROUBLESHOOTING.md.template` to reflect implemented v28 behavior.
|
|
26
|
+
- Added `*.pdf` to `.npmignore` after tarball validation showed the local Pixel Quiver requirements PDF would otherwise be included.
|
|
27
|
+
- Completed `SPEC.md`, `STATUS.md`, `COVERAGE_MATRIX.md`, `EVIDENCE_REPORT.md`, and this closure brief for v28.
|
|
28
|
+
|
|
29
|
+
## Pending Work
|
|
30
|
+
|
|
31
|
+
No pending work for this slice. npm publication and PR creation remain intentionally out of scope.
|
|
32
|
+
|
|
33
|
+
## Remaining Risks
|
|
34
|
+
|
|
35
|
+
- `package.json` remains `0.13.0`; v28 changes are documented as unreleased until a future publication decision.
|
|
36
|
+
- Future local artifacts with extensions other than `.pdf` could still require package ignore or package-safety rules.
|
|
37
|
+
|
|
38
|
+
## Future Recommendations
|
|
39
|
+
|
|
40
|
+
Consider a future Quiver command that reports package-version drift and package contents risk before publication.
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
# EXECUTION BRIEF - slice-06: Backward compatibility, docs, and release readiness
|
|
2
|
+
|
|
3
|
+
## Context
|
|
4
|
+
|
|
5
|
+
After implementation slices, Quiver must prove the final behavior works with older generated project state and is accurately documented.
|
|
6
|
+
|
|
7
|
+
## Objective
|
|
8
|
+
|
|
9
|
+
Close v28 with compatibility tests, docs synchronization, smoke evidence, and final coverage status.
|
|
10
|
+
|
|
11
|
+
## Scope
|
|
12
|
+
|
|
13
|
+
- Source-of-truth docs.
|
|
14
|
+
- Command templates and troubleshooting docs.
|
|
15
|
+
- Smoke scripts/tests if needed.
|
|
16
|
+
- Final spec status, evidence, and PR body.
|
|
17
|
+
|
|
18
|
+
## Acceptance Criteria
|
|
19
|
+
|
|
20
|
+
- Every finding has a final status and evidence.
|
|
21
|
+
- Docs match implemented behavior.
|
|
22
|
+
- Source tests and available smoke tests pass.
|
|
23
|
+
- Package/tarball smoke evidence is recorded.
|
|
24
|
+
- npm is not published and PR is not opened by this slice.
|
|
25
|
+
|
|
26
|
+
## Technical Plan Summary
|
|
27
|
+
|
|
28
|
+
Run full validation, update docs, complete final evidence, and prepare release readiness without performing release actions.
|
|
29
|
+
|
|
30
|
+
## Suggested Execution Steps
|
|
31
|
+
|
|
32
|
+
1. Read closure briefs from slices 01-05.
|
|
33
|
+
2. Complete the final coverage matrix.
|
|
34
|
+
3. Update README/README_FOR_AI/ROADMAP/CHANGELOG as needed.
|
|
35
|
+
4. Run full tests and smoke tests.
|
|
36
|
+
5. Run package/tarball smoke if available.
|
|
37
|
+
6. Close final status/evidence.
|
|
38
|
+
|
|
39
|
+
## Restrictions
|
|
40
|
+
|
|
41
|
+
- Do not publish npm.
|
|
42
|
+
- Do not open PR.
|
|
43
|
+
- Do not change package version unless explicitly authorized.
|
|
44
|
+
|
|
45
|
+
## Risks
|
|
46
|
+
|
|
47
|
+
- Package smoke can reveal packaging issues not visible in source tests.
|
|
48
|
+
|
|
49
|
+
## Completion Checklist
|
|
50
|
+
|
|
51
|
+
- [ ] Full tests passed.
|
|
52
|
+
- [ ] Smoke tests passed.
|
|
53
|
+
- [ ] Package/tarball smoke passed or documented.
|
|
54
|
+
- [ ] Docs synced.
|
|
55
|
+
- [ ] Final matrix completed.
|
|
56
|
+
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-06-backward-compatibility-docs-and-release-readiness",
|
|
3
|
+
"ticket": "QUIVER-28-06",
|
|
4
|
+
"type": "docs",
|
|
5
|
+
"title": "Backward compatibility, docs, and release readiness",
|
|
6
|
+
"objective": "Close v28 with compatibility validation, documentation synchronization, smoke tests, and package/tarball readiness evidence.",
|
|
7
|
+
"description": "Runs after all implementation slices to ensure the final behavior is documented, backward compatible, and validated from both source and packaged artifacts.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "v28-compat-docs-release-readiness",
|
|
12
|
+
"branch_name": "feature/QUIVER-28-06-v28-compat-docs-release-readiness"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"README.md",
|
|
16
|
+
"README_FOR_AI.md",
|
|
17
|
+
"ROADMAP.md",
|
|
18
|
+
"CHANGELOG.md",
|
|
19
|
+
".npmignore",
|
|
20
|
+
"docs/COMMANDS.md.template",
|
|
21
|
+
"docs/WORKFLOW.md.template",
|
|
22
|
+
"docs/TROUBLESHOOTING.md.template",
|
|
23
|
+
"scripts/ci/**",
|
|
24
|
+
"tests/commands/**",
|
|
25
|
+
"tests/lib/**",
|
|
26
|
+
"specs/quiver-v28-pixel-quiver-feedback-reconciliation/**"
|
|
27
|
+
],
|
|
28
|
+
"expected_read_paths": [
|
|
29
|
+
"README.md",
|
|
30
|
+
"README_FOR_AI.md",
|
|
31
|
+
"ROADMAP.md",
|
|
32
|
+
"CHANGELOG.md",
|
|
33
|
+
"package.json",
|
|
34
|
+
"scripts/package-quiver.sh",
|
|
35
|
+
"scripts/ci/**",
|
|
36
|
+
"tests/**",
|
|
37
|
+
"specs/quiver-v28-pixel-quiver-feedback-reconciliation/**"
|
|
38
|
+
],
|
|
39
|
+
"allowed_write_paths": [
|
|
40
|
+
"README.md",
|
|
41
|
+
"README_FOR_AI.md",
|
|
42
|
+
"ROADMAP.md",
|
|
43
|
+
"CHANGELOG.md",
|
|
44
|
+
".npmignore",
|
|
45
|
+
"docs/COMMANDS.md.template",
|
|
46
|
+
"docs/WORKFLOW.md.template",
|
|
47
|
+
"docs/TROUBLESHOOTING.md.template",
|
|
48
|
+
"scripts/ci/**",
|
|
49
|
+
"tests/commands/**",
|
|
50
|
+
"tests/lib/**",
|
|
51
|
+
"specs/quiver-v28-pixel-quiver-feedback-reconciliation/**"
|
|
52
|
+
],
|
|
53
|
+
"depends_on": [
|
|
54
|
+
"slice-01-ai-run-state-approvals-and-clean-output",
|
|
55
|
+
"slice-02-structured-technical-plan-contract-and-repair-flow",
|
|
56
|
+
"slice-03-active-slice-reconciliation-and-ai-inspect",
|
|
57
|
+
"slice-04-spec-validation-scope-and-worktree-reliability",
|
|
58
|
+
"slice-05-review-plan-closure-and-agent-dx"
|
|
59
|
+
],
|
|
60
|
+
"parallel_safe": "no",
|
|
61
|
+
"parallel_safe_reason": "Final closure slice depends on every implementation slice and updates shared docs/tests.",
|
|
62
|
+
"must": [
|
|
63
|
+
"Run backward compatibility tests for older .quiver states.",
|
|
64
|
+
"Run source tests and package/tarball smoke where available.",
|
|
65
|
+
"Update source-of-truth docs without claiming npm publication.",
|
|
66
|
+
"Complete final coverage matrix with final statuses.",
|
|
67
|
+
"Do not publish npm."
|
|
68
|
+
],
|
|
69
|
+
"not_included": [
|
|
70
|
+
"npm publish.",
|
|
71
|
+
"PR creation.",
|
|
72
|
+
"New feature behavior outside documented v28 scope."
|
|
73
|
+
],
|
|
74
|
+
"acceptance": [
|
|
75
|
+
"Final coverage matrix has a final status and evidence for every finding.",
|
|
76
|
+
"Docs and help do not contradict implemented behavior.",
|
|
77
|
+
"Smoke tests pass from source and packaged artifact where available.",
|
|
78
|
+
"No npm publication is claimed or performed.",
|
|
79
|
+
"Release readiness risks are documented."
|
|
80
|
+
],
|
|
81
|
+
"tests": [
|
|
82
|
+
"node --test tests/**/*.test.js",
|
|
83
|
+
"npm run smoke:doctor-fixtures",
|
|
84
|
+
"npm run smoke:guided-workflow",
|
|
85
|
+
"npm run smoke:create-quiver",
|
|
86
|
+
"npm run package:quiver",
|
|
87
|
+
"git diff --check",
|
|
88
|
+
"npx create-quiver spec validate specs/quiver-v28-pixel-quiver-feedback-reconciliation"
|
|
89
|
+
],
|
|
90
|
+
"validation_hints": [
|
|
91
|
+
"Use packaged tarball smoke before claiming release readiness.",
|
|
92
|
+
"Do not modify package version unless explicitly authorized."
|
|
93
|
+
],
|
|
94
|
+
"estimated_hours": 6,
|
|
95
|
+
"actual_hours": 6,
|
|
96
|
+
"status": "completed",
|
|
97
|
+
"completed_at": "2026-05-25T22:25:05Z"
|
|
98
|
+
}
|