create-quiver 0.12.1 → 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 +27 -0
- package/README.md +24 -9
- package/README_FOR_AI.md +15 -6
- package/ROADMAP.md +15 -2
- package/docs/COMMANDS.md.template +12 -3
- package/docs/TROUBLESHOOTING.md.template +29 -0
- package/docs/WORKFLOW.md.template +13 -12
- package/package.json +2 -1
- package/specs/quiver-v26-0121-smoke-hardening/SPEC.md +2 -2
- package/specs/quiver-v26-0121-smoke-hardening/STATUS.md +5 -5
- package/specs/quiver-v27-reliability-ai-workflow-hardening/AUDIT_V24_V25_V26.md +67 -0
- package/specs/quiver-v27-reliability-ai-workflow-hardening/COMMAND_CONTRACTS.md +125 -0
- package/specs/quiver-v27-reliability-ai-workflow-hardening/COVERAGE_MATRIX.md +74 -0
- package/specs/quiver-v27-reliability-ai-workflow-hardening/EVIDENCE_REPORT.md +179 -0
- package/specs/quiver-v27-reliability-ai-workflow-hardening/EXECUTION_PLAN.md +71 -0
- package/specs/quiver-v27-reliability-ai-workflow-hardening/SPEC.md +176 -0
- package/specs/quiver-v27-reliability-ai-workflow-hardening/STATUS.md +37 -0
- package/specs/quiver-v27-reliability-ai-workflow-hardening/pr.md +132 -0
- package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-00-docs-audit-coverage-and-contracts/CLOSURE_BRIEF.md +36 -0
- package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-00-docs-audit-coverage-and-contracts/EXECUTION_BRIEF.md +56 -0
- package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-00-docs-audit-coverage-and-contracts/slice.json +75 -0
- package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-01-core-state-resolver-and-canonical-statuses/CLOSURE_BRIEF.md +37 -0
- package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-01-core-state-resolver-and-canonical-statuses/EXECUTION_BRIEF.md +54 -0
- package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-01-core-state-resolver-and-canonical-statuses/slice.json +79 -0
- package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-02-json-export-contract-and-machine-output/CLOSURE_BRIEF.md +34 -0
- package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-02-json-export-contract-and-machine-output/EXECUTION_BRIEF.md +54 -0
- package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-02-json-export-contract-and-machine-output/slice.json +75 -0
- package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-03-approved-plan-to-spec-create/CLOSURE_BRIEF.md +36 -0
- package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-03-approved-plan-to-spec-create/EXECUTION_BRIEF.md +55 -0
- package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-03-approved-plan-to-spec-create/slice.json +78 -0
- package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-04-ai-artifact-storage-redaction-and-token-compaction/CLOSURE_BRIEF.md +31 -0
- package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-04-ai-artifact-storage-redaction-and-token-compaction/EXECUTION_BRIEF.md +55 -0
- package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-04-ai-artifact-storage-redaction-and-token-compaction/slice.json +77 -0
- package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-05-worktree-lifecycle-locks-and-recovery/CLOSURE_BRIEF.md +31 -0
- package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-05-worktree-lifecycle-locks-and-recovery/EXECUTION_BRIEF.md +55 -0
- package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-05-worktree-lifecycle-locks-and-recovery/slice.json +84 -0
- package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-06-validation-gates-and-scope-safety/CLOSURE_BRIEF.md +32 -0
- package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-06-validation-gates-and-scope-safety/EXECUTION_BRIEF.md +57 -0
- package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-06-validation-gates-and-scope-safety/slice.json +99 -0
- package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-07-context-analysis-and-doctor-flow/CLOSURE_BRIEF.md +31 -0
- package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-07-context-analysis-and-doctor-flow/EXECUTION_BRIEF.md +57 -0
- package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-07-context-analysis-and-doctor-flow/slice.json +88 -0
- package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-08-cross-platform-help-auth-and-dx/CLOSURE_BRIEF.md +31 -0
- package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-08-cross-platform-help-auth-and-dx/EXECUTION_BRIEF.md +56 -0
- package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-08-cross-platform-help-auth-and-dx/slice.json +85 -0
- package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-09-fixtures-smoke-docs-and-release-readiness/CLOSURE_BRIEF.md +32 -0
- package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-09-fixtures-smoke-docs-and-release-readiness/EXECUTION_BRIEF.md +56 -0
- package/specs/quiver-v27-reliability-ai-workflow-hardening/slices/slice-09-fixtures-smoke-docs-and-release-readiness/slice.json +91 -0
- 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 +563 -21
- package/src/create-quiver/commands/flow.js +52 -4
- package/src/create-quiver/commands/graph.js +7 -7
- package/src/create-quiver/commands/plan.js +6 -15
- package/src/create-quiver/commands/spec.js +292 -0
- package/src/create-quiver/index.js +125 -25
- package/src/create-quiver/lib/agent-profiles.js +15 -3
- package/src/create-quiver/lib/ai/artifacts.js +318 -0
- package/src/create-quiver/lib/ai/context-packs.js +2 -2
- package/src/create-quiver/lib/ai/execution-plan.js +9 -0
- package/src/create-quiver/lib/ai/executor.js +3 -2
- package/src/create-quiver/lib/ai/export-state.js +287 -95
- package/src/create-quiver/lib/ai/github.js +93 -4
- package/src/create-quiver/lib/ai/plan-review.js +161 -0
- package/src/create-quiver/lib/ai/run-state.js +17 -2
- package/src/create-quiver/lib/ai/spec-generator.js +87 -13
- package/src/create-quiver/lib/ai/spec-templates.js +72 -12
- package/src/create-quiver/lib/analyze.js +2 -2
- package/src/create-quiver/lib/approvals.js +14 -2
- package/src/create-quiver/lib/doctor.js +79 -0
- package/src/create-quiver/lib/git.js +40 -1
- package/src/create-quiver/lib/handoff.js +43 -1
- package/src/create-quiver/lib/init-docs.js +11 -7
- package/src/create-quiver/lib/init-layout.js +1 -0
- package/src/create-quiver/lib/lifecycle.js +52 -3
- package/src/create-quiver/lib/locks.js +134 -0
- package/src/create-quiver/lib/package-safety.js +7 -0
- package/src/create-quiver/lib/paths.js +74 -0
- package/src/create-quiver/lib/project-scan.js +74 -0
- package/src/create-quiver/lib/project-state-resolver.js +430 -0
- package/src/create-quiver/lib/readiness.js +48 -7
- package/src/create-quiver/lib/scope.js +2 -1
- package/src/create-quiver/lib/slice.js +8 -4
- package/src/create-quiver/lib/spec-worktrees.js +169 -38
- package/src/create-quiver/lib/statuses.js +115 -0
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
# EXECUTION BRIEF - slice-06: Validation gates and scope safety
|
|
2
|
+
|
|
3
|
+
## Context
|
|
4
|
+
|
|
5
|
+
Pixel Quiver showed that some validation gates passed while later execution failed, or skipped checks because of wrong branch assumptions. This slice turns validation into a reliable preflight.
|
|
6
|
+
|
|
7
|
+
## Objective
|
|
8
|
+
|
|
9
|
+
Harden validation gates and path/scope safety.
|
|
10
|
+
|
|
11
|
+
## Scope
|
|
12
|
+
|
|
13
|
+
- `check-slice`
|
|
14
|
+
- `check-scope`
|
|
15
|
+
- `check-handoff`
|
|
16
|
+
- `spec validate`
|
|
17
|
+
- path safety helpers
|
|
18
|
+
- tests and docs evidence
|
|
19
|
+
|
|
20
|
+
## Acceptance Criteria
|
|
21
|
+
|
|
22
|
+
- Local slice validation catches local execution preconditions or clearly lists skipped checks.
|
|
23
|
+
- Scope validation respects `--base` and `slice.git.base_branch`.
|
|
24
|
+
- Handoff errors include templates or aliases.
|
|
25
|
+
- `spec validate` validates full spec structure and evidence consistency.
|
|
26
|
+
- Path traversal/out-of-root writes are rejected.
|
|
27
|
+
|
|
28
|
+
## Technical Plan Summary
|
|
29
|
+
|
|
30
|
+
Align validators with execution behavior, add strict/legacy modes where needed, and cover real dogfooding failures with tests.
|
|
31
|
+
|
|
32
|
+
## Suggested Execution Steps
|
|
33
|
+
|
|
34
|
+
1. Inspect validation and scope code.
|
|
35
|
+
2. Add missing base/path/brief checks.
|
|
36
|
+
3. Implement `spec validate` if not present.
|
|
37
|
+
4. Add compatibility handling for legacy specs.
|
|
38
|
+
5. Add regression tests.
|
|
39
|
+
|
|
40
|
+
## Restrictions
|
|
41
|
+
|
|
42
|
+
- Do not break legacy specs without documented strict mode.
|
|
43
|
+
- Do not silently skip validation when base information is available.
|
|
44
|
+
|
|
45
|
+
## Risks
|
|
46
|
+
|
|
47
|
+
- End users may have older specs; use warnings or migration guidance when appropriate.
|
|
48
|
+
|
|
49
|
+
## Completion Checklist
|
|
50
|
+
|
|
51
|
+
- [ ] check-slice covered.
|
|
52
|
+
- [ ] check-scope covered.
|
|
53
|
+
- [ ] check-handoff covered.
|
|
54
|
+
- [ ] spec validate covered.
|
|
55
|
+
- [ ] path safety covered.
|
|
56
|
+
- [ ] Validation commands passed.
|
|
57
|
+
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-06-validation-gates-and-scope-safety",
|
|
3
|
+
"ticket": "QUIVER-27-06",
|
|
4
|
+
"type": "implementation",
|
|
5
|
+
"title": "Validation gates and scope safety",
|
|
6
|
+
"objective": "Harden check-slice, check-scope, check-handoff, spec validate, and path safety so validation gates catch real execution failures.",
|
|
7
|
+
"description": "Aligns local slice validation with execution preconditions, fixes base branch resolution, improves handoff template errors and aliases, adds spec validate, and prevents path traversal/out-of-scope writes.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "v27-validation-gates-scope-safety",
|
|
12
|
+
"branch_name": "feature/QUIVER-27-06-v27-validation-gates-scope-safety"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"src/create-quiver/lib/readiness.js",
|
|
16
|
+
"src/create-quiver/lib/scope.js",
|
|
17
|
+
"src/create-quiver/lib/handoff.js",
|
|
18
|
+
"src/create-quiver/lib/paths.js",
|
|
19
|
+
"src/create-quiver/lib/slice.js",
|
|
20
|
+
"src/create-quiver/lib/ai/executor.js",
|
|
21
|
+
"src/create-quiver/lib/init-layout.js",
|
|
22
|
+
"src/create-quiver/commands/spec.js",
|
|
23
|
+
"src/create-quiver/index.js",
|
|
24
|
+
"package.json",
|
|
25
|
+
"README.md",
|
|
26
|
+
"README_FOR_AI.md",
|
|
27
|
+
"docs/COMMANDS.md.template",
|
|
28
|
+
"tests/lib/**",
|
|
29
|
+
"tests/commands/**",
|
|
30
|
+
"specs/quiver-v27-reliability-ai-workflow-hardening/**"
|
|
31
|
+
],
|
|
32
|
+
"expected_read_paths": [
|
|
33
|
+
"src/create-quiver/lib/readiness.js",
|
|
34
|
+
"src/create-quiver/lib/scope.js",
|
|
35
|
+
"src/create-quiver/lib/handoff.js",
|
|
36
|
+
"src/create-quiver/lib/paths.js",
|
|
37
|
+
"src/create-quiver/lib/slice.js",
|
|
38
|
+
"src/create-quiver/lib/init-layout.js",
|
|
39
|
+
"tests/lib/check-slice.test.js",
|
|
40
|
+
"tests/lib/scope.test.js",
|
|
41
|
+
"tests/lib/handoff.test.js"
|
|
42
|
+
],
|
|
43
|
+
"allowed_write_paths": [
|
|
44
|
+
"src/create-quiver/lib/readiness.js",
|
|
45
|
+
"src/create-quiver/lib/scope.js",
|
|
46
|
+
"src/create-quiver/lib/handoff.js",
|
|
47
|
+
"src/create-quiver/lib/paths.js",
|
|
48
|
+
"src/create-quiver/lib/slice.js",
|
|
49
|
+
"src/create-quiver/lib/ai/executor.js",
|
|
50
|
+
"src/create-quiver/lib/init-layout.js",
|
|
51
|
+
"src/create-quiver/commands/spec.js",
|
|
52
|
+
"src/create-quiver/index.js",
|
|
53
|
+
"package.json",
|
|
54
|
+
"README.md",
|
|
55
|
+
"README_FOR_AI.md",
|
|
56
|
+
"docs/COMMANDS.md.template",
|
|
57
|
+
"tests/lib/**",
|
|
58
|
+
"tests/commands/**",
|
|
59
|
+
"specs/quiver-v27-reliability-ai-workflow-hardening/**"
|
|
60
|
+
],
|
|
61
|
+
"depends_on": [
|
|
62
|
+
"slice-01-core-state-resolver-and-canonical-statuses",
|
|
63
|
+
"slice-05-worktree-lifecycle-locks-and-recovery"
|
|
64
|
+
],
|
|
65
|
+
"parallel_safe": "no",
|
|
66
|
+
"parallel_safe_reason": "Validation gates depend on resolver and worktree lifecycle behavior.",
|
|
67
|
+
"must": [
|
|
68
|
+
"Align check-slice --local with start/execute preconditions or list skipped checks.",
|
|
69
|
+
"Make check-scope respect --base and slice git.base_branch before fallbacks.",
|
|
70
|
+
"Add or harden spec validate.",
|
|
71
|
+
"Improve check-handoff error templates and Spanish/English aliases.",
|
|
72
|
+
"Reject path traversal and writes outside project root.",
|
|
73
|
+
"Support legacy/strict validation modes where needed."
|
|
74
|
+
],
|
|
75
|
+
"not_included": [
|
|
76
|
+
"Changing export schema.",
|
|
77
|
+
"Changing AI provider behavior.",
|
|
78
|
+
"Publishing npm."
|
|
79
|
+
],
|
|
80
|
+
"acceptance": [
|
|
81
|
+
"check-slice --local catches required local metadata for execution or documents skipped checks.",
|
|
82
|
+
"check-scope does not hardcode develop when --base or slice base_branch is provided.",
|
|
83
|
+
"check-handoff prints minimal templates or accepted aliases when headings are missing.",
|
|
84
|
+
"spec validate checks spec docs, slices, JSON, briefs, evidence, and status consistency.",
|
|
85
|
+
"Paths outside the repo root are rejected."
|
|
86
|
+
],
|
|
87
|
+
"tests": [
|
|
88
|
+
"node --test tests/lib/check-slice.test.js tests/lib/scope.test.js tests/lib/handoff.test.js tests/lib/paths.test.js tests/commands/cli-contract.test.js",
|
|
89
|
+
"git diff --check"
|
|
90
|
+
],
|
|
91
|
+
"validation_hints": [
|
|
92
|
+
"Add tests for main, master, develop, --base, and missing remote.",
|
|
93
|
+
"Add path traversal and symlink cases."
|
|
94
|
+
],
|
|
95
|
+
"estimated_hours": 6,
|
|
96
|
+
"status": "completed",
|
|
97
|
+
"completed_at": "2026-05-24",
|
|
98
|
+
"blocked_reason": null
|
|
99
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# CLOSURE BRIEF - slice-07: Context analysis and doctor flow
|
|
2
|
+
|
|
3
|
+
## Summary
|
|
4
|
+
|
|
5
|
+
Hardened context analysis and diagnostics so `analyze`, `prepare-context`, `flow`, and `doctor` provide evidence-based guidance without unsafe dry-run writes or misleading examples.
|
|
6
|
+
|
|
7
|
+
## Validation Against Acceptance Criteria
|
|
8
|
+
|
|
9
|
+
- `analyze --dry-run` now builds the scan in memory, reports planned writes, and does not create `.quiver/`, `docs/PROJECT_MAP.md`, or `docs/AI_CONTEXT.md`.
|
|
10
|
+
- React + Vite projects are detected as `react` with `vite` as an additional framework; `vite.config.*` no longer implies Vue.
|
|
11
|
+
- `prepare-context` keeps detected package manager, stack, and scripts as facts while leaving unknown architecture boundaries as TODO/pending confirmation.
|
|
12
|
+
- `flow` reports context source/freshness in human output and JSON facts.
|
|
13
|
+
- `doctor` examples target an active slice when available, the single spec when unambiguous, or generic placeholders when multiple specs have no active slice.
|
|
14
|
+
|
|
15
|
+
## Changes
|
|
16
|
+
|
|
17
|
+
- Added scan status metadata in `src/create-quiver/lib/project-scan.js`.
|
|
18
|
+
- Added true `analyze --dry-run` handling and React/Vite detection fixes in `src/create-quiver/index.js`.
|
|
19
|
+
- Added `flow` context-source output.
|
|
20
|
+
- Added doctor example target selection.
|
|
21
|
+
- Added focused command and library tests for analyze, flow, doctor, project scan status, and prepare-context evidence behavior.
|
|
22
|
+
- Updated v27 spec/status/evidence docs.
|
|
23
|
+
|
|
24
|
+
## Remaining Risks
|
|
25
|
+
|
|
26
|
+
- Analyzer heuristics remain intentionally conservative. More real-world fixtures should be added in slice-09 before release readiness.
|
|
27
|
+
|
|
28
|
+
## Follow-up Recommendations
|
|
29
|
+
|
|
30
|
+
- Continue with `slice-08-cross-platform-help-auth-and-dx`.
|
|
31
|
+
- In slice-09, include tarball/package smoke coverage for `analyze --dry-run`, `flow`, and `doctor` examples.
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
# EXECUTION BRIEF - slice-07: Context analysis and doctor flow
|
|
2
|
+
|
|
3
|
+
## Context
|
|
4
|
+
|
|
5
|
+
Pixel Quiver showed analyzer stack mistakes, `analyze --dry-run` writes, placeholder-heavy `prepare-context`, stale docs, and doctor examples pointing to the wrong spec. This slice hardens context commands and first-use guidance.
|
|
6
|
+
|
|
7
|
+
## Objective
|
|
8
|
+
|
|
9
|
+
Make context analysis and doctor/flow guidance evidence-based, read-only where promised, and accurate.
|
|
10
|
+
|
|
11
|
+
## Scope
|
|
12
|
+
|
|
13
|
+
- `analyze`
|
|
14
|
+
- project scan
|
|
15
|
+
- `ai prepare-context`
|
|
16
|
+
- `flow`
|
|
17
|
+
- `doctor`
|
|
18
|
+
- fixtures and tests
|
|
19
|
+
|
|
20
|
+
## Acceptance Criteria
|
|
21
|
+
|
|
22
|
+
- `analyze --dry-run` writes nothing.
|
|
23
|
+
- React + Vite detection is correct.
|
|
24
|
+
- `prepare-context` is conservative and evidence-based.
|
|
25
|
+
- `flow` reports source/staleness.
|
|
26
|
+
- `doctor` does not suggest commands for the wrong spec.
|
|
27
|
+
|
|
28
|
+
## Technical Plan Summary
|
|
29
|
+
|
|
30
|
+
Improve scan heuristics, dry-run behavior, docs contradiction detection, active context selection, and test fixtures.
|
|
31
|
+
|
|
32
|
+
## Suggested Execution Steps
|
|
33
|
+
|
|
34
|
+
1. Inspect analyze/project-scan behavior.
|
|
35
|
+
2. Add no-write dry-run guard and tests.
|
|
36
|
+
3. Improve stack detection.
|
|
37
|
+
4. Improve prepare-context contradiction output.
|
|
38
|
+
5. Improve flow/doctor state source and example selection.
|
|
39
|
+
6. Add fixtures and evidence.
|
|
40
|
+
|
|
41
|
+
## Restrictions
|
|
42
|
+
|
|
43
|
+
- Do not overwrite human-authored docs without snapshots/review.
|
|
44
|
+
- Do not execute providers.
|
|
45
|
+
|
|
46
|
+
## Risks
|
|
47
|
+
|
|
48
|
+
- Analyzer heuristics can regress other stacks; add representative fixtures.
|
|
49
|
+
|
|
50
|
+
## Completion Checklist
|
|
51
|
+
|
|
52
|
+
- [ ] Dry-run no-write test added.
|
|
53
|
+
- [ ] React/Vite fixture added.
|
|
54
|
+
- [ ] prepare-context evidence behavior covered.
|
|
55
|
+
- [ ] flow/doctor guidance covered.
|
|
56
|
+
- [ ] Validation commands passed.
|
|
57
|
+
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-07-context-analysis-and-doctor-flow",
|
|
3
|
+
"ticket": "QUIVER-27-07",
|
|
4
|
+
"type": "implementation",
|
|
5
|
+
"title": "Context analysis and doctor flow",
|
|
6
|
+
"objective": "Harden analyze, prepare-context, flow, and doctor so onboarding docs are evidence-based, dry-runs are read-only, and next steps are accurate.",
|
|
7
|
+
"description": "Fixes stack detection, read-only dry-run behavior, docs/status consistency checks, stale-state guidance, active spec/slice examples, root/package manager detection, and first-use diagnostics.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "v27-context-analysis-doctor-flow",
|
|
12
|
+
"branch_name": "feature/QUIVER-27-07-v27-context-analysis-doctor-flow"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"src/create-quiver/lib/analyze.js",
|
|
16
|
+
"src/create-quiver/lib/project-scan.js",
|
|
17
|
+
"src/create-quiver/lib/doctor.js",
|
|
18
|
+
"src/create-quiver/lib/ai/onboarding-template.js",
|
|
19
|
+
"src/create-quiver/commands/flow.js",
|
|
20
|
+
"src/create-quiver/commands/prepare.js",
|
|
21
|
+
"tests/lib/**",
|
|
22
|
+
"tests/commands/**",
|
|
23
|
+
"tests/fixtures/**",
|
|
24
|
+
"specs/quiver-v27-reliability-ai-workflow-hardening/**"
|
|
25
|
+
],
|
|
26
|
+
"expected_read_paths": [
|
|
27
|
+
"src/create-quiver/lib/analyze.js",
|
|
28
|
+
"src/create-quiver/lib/project-scan.js",
|
|
29
|
+
"src/create-quiver/lib/doctor.js",
|
|
30
|
+
"src/create-quiver/lib/ai/onboarding-template.js",
|
|
31
|
+
"src/create-quiver/commands/flow.js",
|
|
32
|
+
"tests/commands/analyze.test.js",
|
|
33
|
+
"tests/commands/ai-onboard.test.js",
|
|
34
|
+
"tests/commands/flow.test.js",
|
|
35
|
+
"tests/commands/doctor.test.js"
|
|
36
|
+
],
|
|
37
|
+
"allowed_write_paths": [
|
|
38
|
+
"src/create-quiver/lib/analyze.js",
|
|
39
|
+
"src/create-quiver/lib/project-scan.js",
|
|
40
|
+
"src/create-quiver/lib/doctor.js",
|
|
41
|
+
"src/create-quiver/lib/ai/onboarding-template.js",
|
|
42
|
+
"src/create-quiver/commands/flow.js",
|
|
43
|
+
"src/create-quiver/commands/prepare.js",
|
|
44
|
+
"tests/lib/**",
|
|
45
|
+
"tests/commands/**",
|
|
46
|
+
"tests/fixtures/**",
|
|
47
|
+
"specs/quiver-v27-reliability-ai-workflow-hardening/**"
|
|
48
|
+
],
|
|
49
|
+
"depends_on": [
|
|
50
|
+
"slice-01-core-state-resolver-and-canonical-statuses",
|
|
51
|
+
"slice-06-validation-gates-and-scope-safety"
|
|
52
|
+
],
|
|
53
|
+
"parallel_safe": "no",
|
|
54
|
+
"parallel_safe_reason": "Context and doctor guidance depends on resolver and validation contract behavior.",
|
|
55
|
+
"must": [
|
|
56
|
+
"Make analyze --dry-run read-only.",
|
|
57
|
+
"Improve React/Vite and stack detection using package.json and config evidence.",
|
|
58
|
+
"Make prepare-context conservative and evidence-based.",
|
|
59
|
+
"Detect docs/status contradictions without overwriting human content.",
|
|
60
|
+
"Make flow show source/timestamp or stale-state information.",
|
|
61
|
+
"Make doctor prioritize active spec/slice examples where available."
|
|
62
|
+
],
|
|
63
|
+
"not_included": [
|
|
64
|
+
"Changing spec create behavior.",
|
|
65
|
+
"Changing worktree lifecycle beyond guidance messages.",
|
|
66
|
+
"Executing AI providers."
|
|
67
|
+
],
|
|
68
|
+
"acceptance": [
|
|
69
|
+
"analyze --dry-run leaves git status unchanged.",
|
|
70
|
+
"React + Vite projects are detected as React/Vite, not Vue.",
|
|
71
|
+
"prepare-context --dry-run does not propose placeholders as truth when evidence exists.",
|
|
72
|
+
"flow reports the state source or a stale/missing context explanation.",
|
|
73
|
+
"doctor examples prefer active spec/slice context or generic examples over the wrong spec."
|
|
74
|
+
],
|
|
75
|
+
"tests": [
|
|
76
|
+
"node --test tests/commands/analyze.test.js tests/commands/ai-onboard.test.js tests/commands/flow.test.js tests/commands/doctor.test.js tests/lib/project-scan.test.js tests/lib/doctor.test.js",
|
|
77
|
+
"npm run smoke:doctor-fixtures",
|
|
78
|
+
"git diff --check"
|
|
79
|
+
],
|
|
80
|
+
"validation_hints": [
|
|
81
|
+
"Snapshot git status before/after dry-run tests.",
|
|
82
|
+
"Use fixtures with stale docs and real completed slices."
|
|
83
|
+
],
|
|
84
|
+
"estimated_hours": 6,
|
|
85
|
+
"status": "completed",
|
|
86
|
+
"completed_at": "2026-05-24",
|
|
87
|
+
"blocked_reason": null
|
|
88
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# CLOSURE BRIEF - slice-08: Cross-platform help, auth, and DX
|
|
2
|
+
|
|
3
|
+
## Summary
|
|
4
|
+
|
|
5
|
+
Hardened cross-platform DX around help output, agent profile previews, GitHub auth diagnostics, SSH/path guidance, and package-manager-aware next-step messaging.
|
|
6
|
+
|
|
7
|
+
## Validation Against Acceptance Criteria
|
|
8
|
+
|
|
9
|
+
- Help output now documents the `ai agent set --dry-run` flow and the general `--dry-run` option includes `ai agent set`.
|
|
10
|
+
- Paths with spaces now trigger shell-specific guidance for macOS/Linux, Windows PowerShell, Git Bash, and WSL in GitHub PR/preflight output.
|
|
11
|
+
- GitHub auth failures now identify likely account, scope, and SSH alias issues and point to `gh auth status` as the next safe command.
|
|
12
|
+
- `ai agent set --dry-run` validates and previews the profile without writing `.quiver/agents/profiles.json`.
|
|
13
|
+
- `flow` now reports the detected package manager and generated `quiver:flow` script command; init/migrate install fallback warnings respect npm, pnpm, yarn, or bun.
|
|
14
|
+
|
|
15
|
+
## Changes
|
|
16
|
+
|
|
17
|
+
- Added `buildAgentProfileState` and wired `ai agent set --dry-run` through `src/create-quiver/commands/ai.js`.
|
|
18
|
+
- Updated CLI help, examples, and agent dispatch in `src/create-quiver/index.js`.
|
|
19
|
+
- Added GitHub auth classification and shell-safe command/path formatting in `src/create-quiver/lib/ai/github.js`.
|
|
20
|
+
- Added package-manager-aware flow output in `src/create-quiver/commands/flow.js`.
|
|
21
|
+
- Updated command docs and v27 evidence/status docs.
|
|
22
|
+
- Added focused tests for agent dry-run, help contract, GitHub diagnostics/path guidance, and flow package-manager output.
|
|
23
|
+
|
|
24
|
+
## Remaining Risks
|
|
25
|
+
|
|
26
|
+
- `gh auth status` output varies by GitHub CLI version; diagnostics intentionally combine parsed hints with general account/scope/alias guidance.
|
|
27
|
+
- Shell-safe examples are generated for common shells, but unusual shell configurations may still require manual path adaptation.
|
|
28
|
+
|
|
29
|
+
## Follow-up Recommendations
|
|
30
|
+
|
|
31
|
+
- In `slice-09`, include smoke coverage for packaged CLI help, `flow`, `ai agent set --dry-run`, and GitHub diagnostic fixtures.
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
# EXECUTION BRIEF - slice-08: Cross-platform help, auth, and DX
|
|
2
|
+
|
|
3
|
+
## Context
|
|
4
|
+
|
|
5
|
+
Pixel Quiver exposed DX gaps around paths with spaces, GitHub auth, command copying, help coverage, and safe profile configuration. This slice focuses on user-facing clarity after core context behavior is hardened.
|
|
6
|
+
|
|
7
|
+
## Objective
|
|
8
|
+
|
|
9
|
+
Improve cross-platform help, auth diagnostics, and actionable command guidance.
|
|
10
|
+
|
|
11
|
+
## Scope
|
|
12
|
+
|
|
13
|
+
- CLI help
|
|
14
|
+
- doctor/preflight messages
|
|
15
|
+
- GitHub auth diagnostics
|
|
16
|
+
- agent profile dry-run
|
|
17
|
+
- package manager-aware suggestions
|
|
18
|
+
- docs and tests
|
|
19
|
+
|
|
20
|
+
## Acceptance Criteria
|
|
21
|
+
|
|
22
|
+
- Help output covers public commands and key options.
|
|
23
|
+
- Path guidance is copy-safe across OS variants.
|
|
24
|
+
- GitHub auth diagnostics are actionable.
|
|
25
|
+
- Agent profile dry-run does not write files.
|
|
26
|
+
- Suggested commands respect detected package manager.
|
|
27
|
+
|
|
28
|
+
## Technical Plan Summary
|
|
29
|
+
|
|
30
|
+
Update help registry/messages, add auth diagnostics and dry-run preview, and cover OS/package-manager examples with tests.
|
|
31
|
+
|
|
32
|
+
## Suggested Execution Steps
|
|
33
|
+
|
|
34
|
+
1. Inspect help and diagnostics surfaces.
|
|
35
|
+
2. Add/adjust `ai agent set --dry-run`.
|
|
36
|
+
3. Improve GitHub auth and SSH alias messages.
|
|
37
|
+
4. Add path/package-manager guidance.
|
|
38
|
+
5. Update docs and tests.
|
|
39
|
+
|
|
40
|
+
## Restrictions
|
|
41
|
+
|
|
42
|
+
- Do not install credentials or mutate user auth.
|
|
43
|
+
- Do not require network in tests.
|
|
44
|
+
|
|
45
|
+
## Risks
|
|
46
|
+
|
|
47
|
+
- Help output can drift; keep tests tied to command registry.
|
|
48
|
+
|
|
49
|
+
## Completion Checklist
|
|
50
|
+
|
|
51
|
+
- [ ] Help tests updated.
|
|
52
|
+
- [ ] Auth diagnostics tested.
|
|
53
|
+
- [ ] Agent dry-run tested.
|
|
54
|
+
- [ ] Cross-platform path guidance tested.
|
|
55
|
+
- [ ] Validation commands passed.
|
|
56
|
+
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-08-cross-platform-help-auth-and-dx",
|
|
3
|
+
"ticket": "QUIVER-27-08",
|
|
4
|
+
"type": "implementation",
|
|
5
|
+
"title": "Cross-platform help, auth, and DX",
|
|
6
|
+
"objective": "Improve cross-platform command guidance, GitHub auth diagnostics, help output, agent profile dry-runs, and next safe command messaging.",
|
|
7
|
+
"description": "Hardens copy-safe command output for macOS/Linux/Windows, paths with spaces, GitHub/SSH auth diagnostics, top-level help coverage, agent profile dry-runs, and actionable error messages.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "v27-cross-platform-help-auth-dx",
|
|
12
|
+
"branch_name": "feature/QUIVER-27-08-cross-platform-help-auth-dx"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"src/create-quiver/index.js",
|
|
16
|
+
"src/create-quiver/lib/actionable-error.js",
|
|
17
|
+
"src/create-quiver/lib/ai/github.js",
|
|
18
|
+
"src/create-quiver/lib/ai/preflight.js",
|
|
19
|
+
"src/create-quiver/lib/agent-profiles.js",
|
|
20
|
+
"src/create-quiver/lib/doctor.js",
|
|
21
|
+
"docs/**",
|
|
22
|
+
"tests/lib/**",
|
|
23
|
+
"tests/commands/**",
|
|
24
|
+
"specs/quiver-v27-reliability-ai-workflow-hardening/**"
|
|
25
|
+
],
|
|
26
|
+
"expected_read_paths": [
|
|
27
|
+
"src/create-quiver/index.js",
|
|
28
|
+
"src/create-quiver/lib/ai/github.js",
|
|
29
|
+
"src/create-quiver/lib/ai/preflight.js",
|
|
30
|
+
"src/create-quiver/lib/agent-profiles.js",
|
|
31
|
+
"tests/commands/cli-contract.test.js",
|
|
32
|
+
"tests/commands/ai-agent.test.js",
|
|
33
|
+
"tests/lib/ai-github.test.js"
|
|
34
|
+
],
|
|
35
|
+
"allowed_write_paths": [
|
|
36
|
+
"src/create-quiver/index.js",
|
|
37
|
+
"src/create-quiver/lib/actionable-error.js",
|
|
38
|
+
"src/create-quiver/lib/ai/github.js",
|
|
39
|
+
"src/create-quiver/lib/ai/preflight.js",
|
|
40
|
+
"src/create-quiver/lib/agent-profiles.js",
|
|
41
|
+
"src/create-quiver/lib/doctor.js",
|
|
42
|
+
"docs/**",
|
|
43
|
+
"tests/lib/**",
|
|
44
|
+
"tests/commands/**",
|
|
45
|
+
"specs/quiver-v27-reliability-ai-workflow-hardening/**"
|
|
46
|
+
],
|
|
47
|
+
"depends_on": [
|
|
48
|
+
"slice-07-context-analysis-and-doctor-flow"
|
|
49
|
+
],
|
|
50
|
+
"parallel_safe": "no",
|
|
51
|
+
"parallel_safe_reason": "DX/help output should reference the final hardened context and doctor behavior.",
|
|
52
|
+
"must": [
|
|
53
|
+
"Provide copy-safe path guidance for spaces and OS variants.",
|
|
54
|
+
"Improve GitHub auth diagnostics and SSH alias guidance.",
|
|
55
|
+
"Keep --help complete and grouped.",
|
|
56
|
+
"Add ai agent set --dry-run or equivalent safe preview.",
|
|
57
|
+
"Improve next safe command messages.",
|
|
58
|
+
"Respect package manager detection in suggested commands."
|
|
59
|
+
],
|
|
60
|
+
"not_included": [
|
|
61
|
+
"Installing gh or SSH keys automatically.",
|
|
62
|
+
"Executing provider APIs.",
|
|
63
|
+
"Publishing npm."
|
|
64
|
+
],
|
|
65
|
+
"acceptance": [
|
|
66
|
+
"Help output includes new/changed commands and key options.",
|
|
67
|
+
"Paths with spaces produce copy-safe guidance for macOS, Linux, PowerShell, Git Bash, and WSL.",
|
|
68
|
+
"GitHub auth errors identify likely account/scope/alias issues and next safe commands.",
|
|
69
|
+
"ai agent set dry-run previews file changes without writing.",
|
|
70
|
+
"Package manager suggestions respect detected npm/pnpm/yarn/bun."
|
|
71
|
+
],
|
|
72
|
+
"tests": [
|
|
73
|
+
"node --test tests/commands/cli-contract.test.js tests/commands/ai-agent.test.js tests/lib/ai-github.test.js tests/lib/doctor.test.js",
|
|
74
|
+
"npm run smoke:doctor-fixtures",
|
|
75
|
+
"git diff --check"
|
|
76
|
+
],
|
|
77
|
+
"validation_hints": [
|
|
78
|
+
"Use fixtures for paths with spaces and missing/ambiguous gh auth.",
|
|
79
|
+
"Do not require real GitHub credentials in tests."
|
|
80
|
+
],
|
|
81
|
+
"estimated_hours": 4,
|
|
82
|
+
"status": "completed",
|
|
83
|
+
"completed_at": "2026-05-24",
|
|
84
|
+
"blocked_reason": null
|
|
85
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# CLOSURE BRIEF - slice-09: Fixtures, smoke, docs, and release readiness
|
|
2
|
+
|
|
3
|
+
## Summary
|
|
4
|
+
|
|
5
|
+
Validated the full v27 hardening package from source and packaged CLI behavior. Added final fixture coverage, stale/legacy doctor regressions, packaged CLI smokes, and synchronized source-of-truth docs with the implemented-but-unpublished state.
|
|
6
|
+
|
|
7
|
+
## Validation Against Acceptance Criteria
|
|
8
|
+
|
|
9
|
+
- All v27 QP/QIS items are covered by completed slices or final fixture validation evidence.
|
|
10
|
+
- Sanitized fixtures now cover Pixel Quiver-style completed specs, paths with spaces, no-Git projects, old `.quiver` state, multiple specs, and stale docs.
|
|
11
|
+
- `node --test tests/**/*.test.js` passed with 356 tests.
|
|
12
|
+
- `npm run smoke:create-quiver`, `npm run smoke:guided-workflow`, `npm run smoke:doctor-fixtures`, and `npm run package:quiver` passed.
|
|
13
|
+
- Package/tarball smoke validates installed CLI behavior for help, `flow`, and `ai agent set --dry-run`, not only source files.
|
|
14
|
+
- `README.md`, `README_FOR_AI.md`, `ROADMAP.md`, and `CHANGELOG.md` are synchronized with v27 implemented but not published.
|
|
15
|
+
|
|
16
|
+
## Changes
|
|
17
|
+
|
|
18
|
+
- Extended `tests/fixtures/validation-errors/matrix.json` with executable coverage references for final dogfooding states.
|
|
19
|
+
- Hardened `scripts/ci/smoke-doctor-fixtures.js` to require traceable fixture coverage files.
|
|
20
|
+
- Added doctor tests for stale generated docs and old incomplete `.quiver` state.
|
|
21
|
+
- Extended `scripts/ci/smoke-create-quiver.sh` to validate source and packaged CLI first-use guidance.
|
|
22
|
+
- Updated v27 status, roadmap, PR body, evidence, closure, and root docs.
|
|
23
|
+
|
|
24
|
+
## Remaining Risks
|
|
25
|
+
|
|
26
|
+
- npm publication is intentionally outside this slice and must happen only through the normal release process.
|
|
27
|
+
- The final Pixel Quiver project remains external evidence; committed fixtures stay sanitized and do not copy private project content.
|
|
28
|
+
|
|
29
|
+
## Follow-up Recommendations
|
|
30
|
+
|
|
31
|
+
- Open the v27 PR with the completed evidence pack.
|
|
32
|
+
- After merge, run the normal release flow and publish the next package version if approved.
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
# EXECUTION BRIEF - slice-09: Fixtures, smoke, docs, and release readiness
|
|
2
|
+
|
|
3
|
+
## Context
|
|
4
|
+
|
|
5
|
+
After all v27 implementation slices, Quiver needs full regression evidence from source and packaged CLI behavior. This slice closes the spec without publishing npm.
|
|
6
|
+
|
|
7
|
+
## Objective
|
|
8
|
+
|
|
9
|
+
Validate v27 end to end with sanitized fixtures, tests, smokes, tarball/package smoke, docs sync, and release readiness evidence.
|
|
10
|
+
|
|
11
|
+
## Scope
|
|
12
|
+
|
|
13
|
+
- Regression fixtures
|
|
14
|
+
- Smoke scripts and evidence
|
|
15
|
+
- README/README_FOR_AI/ROADMAP/CHANGELOG
|
|
16
|
+
- v27 status/evidence/closure
|
|
17
|
+
|
|
18
|
+
## Acceptance Criteria
|
|
19
|
+
|
|
20
|
+
- Every QP/QIS is fixed, validated, or documented as remaining risk.
|
|
21
|
+
- Sanitized fixtures cover real production cases.
|
|
22
|
+
- Full tests and smokes pass.
|
|
23
|
+
- Package/tarball smoke validates installed behavior.
|
|
24
|
+
- Docs reflect implemented behavior only.
|
|
25
|
+
|
|
26
|
+
## Technical Plan Summary
|
|
27
|
+
|
|
28
|
+
Add fixtures, run full validation, smoke the packaged CLI from outside the repo, update docs and evidence, and mark the spec release-ready without publishing.
|
|
29
|
+
|
|
30
|
+
## Suggested Execution Steps
|
|
31
|
+
|
|
32
|
+
1. Add sanitized fixtures from dogfooding cases.
|
|
33
|
+
2. Run full test and smoke suite.
|
|
34
|
+
3. Package and smoke the tarball outside the repo.
|
|
35
|
+
4. Update README, README_FOR_AI, ROADMAP, CHANGELOG, STATUS, and EVIDENCE_REPORT.
|
|
36
|
+
5. Record remaining risks.
|
|
37
|
+
|
|
38
|
+
## Restrictions
|
|
39
|
+
|
|
40
|
+
- Do not publish npm.
|
|
41
|
+
- Do not commit private local paths or credentials.
|
|
42
|
+
- Do not claim release until package smoke passes.
|
|
43
|
+
|
|
44
|
+
## Risks
|
|
45
|
+
|
|
46
|
+
- Tarball smoke may reveal package-only issues; fix or document before closure.
|
|
47
|
+
|
|
48
|
+
## Completion Checklist
|
|
49
|
+
|
|
50
|
+
- [ ] Fixtures sanitized.
|
|
51
|
+
- [ ] Full tests passed.
|
|
52
|
+
- [ ] Smokes passed.
|
|
53
|
+
- [ ] Tarball smoke passed.
|
|
54
|
+
- [ ] Docs synced.
|
|
55
|
+
- [ ] Spec evidence completed.
|
|
56
|
+
|