create-quiver 0.10.0 → 0.12.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.
Files changed (165) hide show
  1. package/BACKLOG.md +16 -17
  2. package/CHANGELOG.md +34 -0
  3. package/README.md +174 -39
  4. package/README_FOR_AI.md +48 -24
  5. package/ROADMAP.md +22 -11
  6. package/docs/AI_CONTEXT.md.template +2 -0
  7. package/docs/AI_ONBOARDING_PROMPT.md.template +25 -18
  8. package/docs/COMMANDS.md.template +59 -11
  9. package/docs/CONTEXTO.md.template +2 -0
  10. package/docs/DECISIONS.md.template +1 -0
  11. package/docs/INDEX.md.template +20 -18
  12. package/docs/STATUS.md.template +1 -0
  13. package/docs/SUPPORT_MATRIX.md.template +2 -2
  14. package/docs/TROUBLESHOOTING.md.template +50 -0
  15. package/docs/WORKFLOW.md.template +25 -17
  16. package/package.json +19 -2
  17. package/package.template.json +13 -1
  18. package/scripts/init-docs.sh +11 -4
  19. package/scripts/package-quiver.sh +18 -2
  20. package/specs/quiver-v22-guided-ai-workflow/EVIDENCE_REPORT.md +58 -0
  21. package/specs/quiver-v22-guided-ai-workflow/EXECUTION_PLAN.md +88 -0
  22. package/specs/quiver-v22-guided-ai-workflow/SPEC.md +228 -0
  23. package/specs/quiver-v22-guided-ai-workflow/STATUS.md +42 -0
  24. package/specs/quiver-v22-guided-ai-workflow/pr.md +104 -0
  25. package/specs/quiver-v22-guided-ai-workflow/slices/slice-00-spec-foundation/CLOSURE_BRIEF.md +35 -0
  26. package/specs/quiver-v22-guided-ai-workflow/slices/slice-00-spec-foundation/EXECUTION_BRIEF.md +61 -0
  27. package/specs/quiver-v22-guided-ai-workflow/slices/slice-00-spec-foundation/slice.json +51 -0
  28. package/specs/quiver-v22-guided-ai-workflow/slices/slice-01-docs-source-of-truth-sync/CLOSURE_BRIEF.md +31 -0
  29. package/specs/quiver-v22-guided-ai-workflow/slices/slice-01-docs-source-of-truth-sync/EXECUTION_BRIEF.md +58 -0
  30. package/specs/quiver-v22-guided-ai-workflow/slices/slice-01-docs-source-of-truth-sync/slice.json +55 -0
  31. package/specs/quiver-v22-guided-ai-workflow/slices/slice-02-prepare-command-diagnostics/CLOSURE_BRIEF.md +30 -0
  32. package/specs/quiver-v22-guided-ai-workflow/slices/slice-02-prepare-command-diagnostics/EXECUTION_BRIEF.md +57 -0
  33. package/specs/quiver-v22-guided-ai-workflow/slices/slice-02-prepare-command-diagnostics/slice.json +57 -0
  34. package/specs/quiver-v22-guided-ai-workflow/slices/slice-03-context-doc-refresh/CLOSURE_BRIEF.md +32 -0
  35. package/specs/quiver-v22-guided-ai-workflow/slices/slice-03-context-doc-refresh/EXECUTION_BRIEF.md +56 -0
  36. package/specs/quiver-v22-guided-ai-workflow/slices/slice-03-context-doc-refresh/slice.json +56 -0
  37. package/specs/quiver-v22-guided-ai-workflow/slices/slice-04-planner-approval-state/CLOSURE_BRIEF.md +33 -0
  38. package/specs/quiver-v22-guided-ai-workflow/slices/slice-04-planner-approval-state/EXECUTION_BRIEF.md +56 -0
  39. package/specs/quiver-v22-guided-ai-workflow/slices/slice-04-planner-approval-state/slice.json +58 -0
  40. package/specs/quiver-v22-guided-ai-workflow/slices/slice-05-spec-worktree-lifecycle/CLOSURE_BRIEF.md +32 -0
  41. package/specs/quiver-v22-guided-ai-workflow/slices/slice-05-spec-worktree-lifecycle/EXECUTION_BRIEF.md +56 -0
  42. package/specs/quiver-v22-guided-ai-workflow/slices/slice-05-spec-worktree-lifecycle/slice.json +54 -0
  43. package/specs/quiver-v22-guided-ai-workflow/slices/slice-06-executor-commit-recovery/CLOSURE_BRIEF.md +32 -0
  44. package/specs/quiver-v22-guided-ai-workflow/slices/slice-06-executor-commit-recovery/EXECUTION_BRIEF.md +58 -0
  45. package/specs/quiver-v22-guided-ai-workflow/slices/slice-06-executor-commit-recovery/slice.json +57 -0
  46. package/specs/quiver-v22-guided-ai-workflow/slices/slice-07-execution-waves-delegation/CLOSURE_BRIEF.md +32 -0
  47. package/specs/quiver-v22-guided-ai-workflow/slices/slice-07-execution-waves-delegation/EXECUTION_BRIEF.md +58 -0
  48. package/specs/quiver-v22-guided-ai-workflow/slices/slice-07-execution-waves-delegation/slice.json +55 -0
  49. package/specs/quiver-v22-guided-ai-workflow/slices/slice-08-pr-create-gh-ssh/CLOSURE_BRIEF.md +32 -0
  50. package/specs/quiver-v22-guided-ai-workflow/slices/slice-08-pr-create-gh-ssh/EXECUTION_BRIEF.md +58 -0
  51. package/specs/quiver-v22-guided-ai-workflow/slices/slice-08-pr-create-gh-ssh/slice.json +53 -0
  52. package/specs/quiver-v22-guided-ai-workflow/slices/slice-09-post-merge-cleanup-release-safety/CLOSURE_BRIEF.md +33 -0
  53. package/specs/quiver-v22-guided-ai-workflow/slices/slice-09-post-merge-cleanup-release-safety/EXECUTION_BRIEF.md +59 -0
  54. package/specs/quiver-v22-guided-ai-workflow/slices/slice-09-post-merge-cleanup-release-safety/slice.json +59 -0
  55. package/specs/quiver-v22-guided-ai-workflow/slices/slice-10-docs-smokes-release-readiness/CLOSURE_BRIEF.md +34 -0
  56. package/specs/quiver-v22-guided-ai-workflow/slices/slice-10-docs-smokes-release-readiness/EXECUTION_BRIEF.md +58 -0
  57. package/specs/quiver-v22-guided-ai-workflow/slices/slice-10-docs-smokes-release-readiness/slice.json +60 -0
  58. package/specs/quiver-v23-guided-flow-productization/EVIDENCE_REPORT.md +80 -0
  59. package/specs/quiver-v23-guided-flow-productization/EXECUTION_PLAN.md +80 -0
  60. package/specs/quiver-v23-guided-flow-productization/SPEC.md +203 -0
  61. package/specs/quiver-v23-guided-flow-productization/STATUS.md +39 -0
  62. package/specs/quiver-v23-guided-flow-productization/pr.md +119 -0
  63. package/specs/quiver-v23-guided-flow-productization/slices/slice-00-spec-foundation/CLOSURE_BRIEF.md +30 -0
  64. package/specs/quiver-v23-guided-flow-productization/slices/slice-00-spec-foundation/EXECUTION_BRIEF.md +61 -0
  65. package/specs/quiver-v23-guided-flow-productization/slices/slice-00-spec-foundation/slice.json +51 -0
  66. package/specs/quiver-v23-guided-flow-productization/slices/slice-01-short-command-and-flow-entrypoint/CLOSURE_BRIEF.md +33 -0
  67. package/specs/quiver-v23-guided-flow-productization/slices/slice-01-short-command-and-flow-entrypoint/EXECUTION_BRIEF.md +35 -0
  68. package/specs/quiver-v23-guided-flow-productization/slices/slice-01-short-command-and-flow-entrypoint/slice.json +56 -0
  69. package/specs/quiver-v23-guided-flow-productization/slices/slice-02-flow-status-wizard/CLOSURE_BRIEF.md +31 -0
  70. package/specs/quiver-v23-guided-flow-productization/slices/slice-02-flow-status-wizard/EXECUTION_BRIEF.md +29 -0
  71. package/specs/quiver-v23-guided-flow-productization/slices/slice-02-flow-status-wizard/slice.json +55 -0
  72. package/specs/quiver-v23-guided-flow-productization/slices/slice-03-agent-profiles/CLOSURE_BRIEF.md +33 -0
  73. package/specs/quiver-v23-guided-flow-productization/slices/slice-03-agent-profiles/EXECUTION_BRIEF.md +29 -0
  74. package/specs/quiver-v23-guided-flow-productization/slices/slice-03-agent-profiles/slice.json +54 -0
  75. package/specs/quiver-v23-guided-flow-productization/slices/slice-04-context-preparation-onboarding/CLOSURE_BRIEF.md +32 -0
  76. package/specs/quiver-v23-guided-flow-productization/slices/slice-04-context-preparation-onboarding/EXECUTION_BRIEF.md +30 -0
  77. package/specs/quiver-v23-guided-flow-productization/slices/slice-04-context-preparation-onboarding/slice.json +59 -0
  78. package/specs/quiver-v23-guided-flow-productization/slices/slice-05-planner-iteration-history/CLOSURE_BRIEF.md +31 -0
  79. package/specs/quiver-v23-guided-flow-productization/slices/slice-05-planner-iteration-history/EXECUTION_BRIEF.md +29 -0
  80. package/specs/quiver-v23-guided-flow-productization/slices/slice-05-planner-iteration-history/slice.json +53 -0
  81. package/specs/quiver-v23-guided-flow-productization/slices/slice-06-production-plan-review/CLOSURE_BRIEF.md +33 -0
  82. package/specs/quiver-v23-guided-flow-productization/slices/slice-06-production-plan-review/EXECUTION_BRIEF.md +30 -0
  83. package/specs/quiver-v23-guided-flow-productization/slices/slice-06-production-plan-review/slice.json +54 -0
  84. package/specs/quiver-v23-guided-flow-productization/slices/slice-07-spec-create-experience/CLOSURE_BRIEF.md +33 -0
  85. package/specs/quiver-v23-guided-flow-productization/slices/slice-07-spec-create-experience/EXECUTION_BRIEF.md +30 -0
  86. package/specs/quiver-v23-guided-flow-productization/slices/slice-07-spec-create-experience/slice.json +55 -0
  87. package/specs/quiver-v23-guided-flow-productization/slices/slice-08-executor-prompt-generation/CLOSURE_BRIEF.md +32 -0
  88. package/specs/quiver-v23-guided-flow-productization/slices/slice-08-executor-prompt-generation/EXECUTION_BRIEF.md +30 -0
  89. package/specs/quiver-v23-guided-flow-productization/slices/slice-08-executor-prompt-generation/slice.json +55 -0
  90. package/specs/quiver-v23-guided-flow-productization/slices/slice-09-delegated-slice-execution/CLOSURE_BRIEF.md +33 -0
  91. package/specs/quiver-v23-guided-flow-productization/slices/slice-09-delegated-slice-execution/EXECUTION_BRIEF.md +34 -0
  92. package/specs/quiver-v23-guided-flow-productization/slices/slice-09-delegated-slice-execution/slice.json +57 -0
  93. package/specs/quiver-v23-guided-flow-productization/slices/slice-10-docs-smokes-release-readiness/CLOSURE_BRIEF.md +33 -0
  94. package/specs/quiver-v23-guided-flow-productization/slices/slice-10-docs-smokes-release-readiness/EXECUTION_BRIEF.md +32 -0
  95. package/specs/quiver-v23-guided-flow-productization/slices/slice-10-docs-smokes-release-readiness/slice.json +63 -0
  96. package/specs/quiver-v24-dx-onboarding-hardening/EVIDENCE_REPORT.md +55 -0
  97. package/specs/quiver-v24-dx-onboarding-hardening/EXECUTION_PLAN.md +43 -0
  98. package/specs/quiver-v24-dx-onboarding-hardening/SPEC.md +149 -0
  99. package/specs/quiver-v24-dx-onboarding-hardening/STATUS.md +31 -0
  100. package/specs/quiver-v24-dx-onboarding-hardening/pr.md +76 -0
  101. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-00-spec-foundation/CLOSURE_BRIEF.md +31 -0
  102. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-00-spec-foundation/EXECUTION_BRIEF.md +52 -0
  103. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-00-spec-foundation/slice.json +51 -0
  104. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-01-init-template-hygiene/CLOSURE_BRIEF.md +38 -0
  105. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-01-init-template-hygiene/EXECUTION_BRIEF.md +53 -0
  106. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-01-init-template-hygiene/slice.json +55 -0
  107. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-02-cli-command-routing-version-errors/CLOSURE_BRIEF.md +33 -0
  108. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-02-cli-command-routing-version-errors/EXECUTION_BRIEF.md +50 -0
  109. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-02-cli-command-routing-version-errors/slice.json +52 -0
  110. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-03-doctor-fix-doc-link-checks/CLOSURE_BRIEF.md +33 -0
  111. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-03-doctor-fix-doc-link-checks/EXECUTION_BRIEF.md +50 -0
  112. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-03-doctor-fix-doc-link-checks/slice.json +53 -0
  113. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-04-prepare-output-ai-context-drafts/CLOSURE_BRIEF.md +33 -0
  114. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-04-prepare-output-ai-context-drafts/EXECUTION_BRIEF.md +50 -0
  115. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-04-prepare-output-ai-context-drafts/slice.json +70 -0
  116. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-05-local-slice-validation-base-guidance/CLOSURE_BRIEF.md +36 -0
  117. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-05-local-slice-validation-base-guidance/EXECUTION_BRIEF.md +49 -0
  118. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-05-local-slice-validation-base-guidance/slice.json +52 -0
  119. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-06-plan-graph-next-history-views/CLOSURE_BRIEF.md +43 -0
  120. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-06-plan-graph-next-history-views/EXECUTION_BRIEF.md +53 -0
  121. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-06-plan-graph-next-history-views/slice.json +60 -0
  122. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-07-analyzer-command-map-hardening/CLOSURE_BRIEF.md +32 -0
  123. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-07-analyzer-command-map-hardening/EXECUTION_BRIEF.md +50 -0
  124. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-07-analyzer-command-map-hardening/slice.json +51 -0
  125. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-08-evidence-run-command/CLOSURE_BRIEF.md +34 -0
  126. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-08-evidence-run-command/EXECUTION_BRIEF.md +52 -0
  127. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-08-evidence-run-command/slice.json +54 -0
  128. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-09-spec-viewer-demo-scaffolding/CLOSURE_BRIEF.md +34 -0
  129. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-09-spec-viewer-demo-scaffolding/EXECUTION_BRIEF.md +51 -0
  130. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-09-spec-viewer-demo-scaffolding/slice.json +59 -0
  131. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-10-docs-smokes-release-readiness/CLOSURE_BRIEF.md +33 -0
  132. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-10-docs-smokes-release-readiness/EXECUTION_BRIEF.md +54 -0
  133. package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-10-docs-smokes-release-readiness/slice.json +76 -0
  134. package/src/create-quiver/commands/ai.js +508 -35
  135. package/src/create-quiver/commands/demo.js +22 -0
  136. package/src/create-quiver/commands/evidence.js +37 -0
  137. package/src/create-quiver/commands/flow.js +561 -0
  138. package/src/create-quiver/commands/graph.js +14 -1
  139. package/src/create-quiver/commands/next.js +28 -0
  140. package/src/create-quiver/commands/plan.js +6 -3
  141. package/src/create-quiver/commands/prepare.js +236 -0
  142. package/src/create-quiver/commands/spec.js +133 -0
  143. package/src/create-quiver/index.js +688 -25
  144. package/src/create-quiver/lib/agent-profiles.js +148 -0
  145. package/src/create-quiver/lib/ai/context-packs.js +12 -0
  146. package/src/create-quiver/lib/ai/execution-plan.js +370 -10
  147. package/src/create-quiver/lib/ai/executor.js +376 -17
  148. package/src/create-quiver/lib/ai/github.js +196 -0
  149. package/src/create-quiver/lib/ai/onboarding-template.js +365 -0
  150. package/src/create-quiver/lib/ai/plan-review.js +283 -0
  151. package/src/create-quiver/lib/ai/providers.js +1 -0
  152. package/src/create-quiver/lib/ai/safety.js +5 -0
  153. package/src/create-quiver/lib/ai/spec-templates.js +2 -2
  154. package/src/create-quiver/lib/approvals.js +350 -0
  155. package/src/create-quiver/lib/demo.js +657 -0
  156. package/src/create-quiver/lib/doctor.js +234 -0
  157. package/src/create-quiver/lib/evidence.js +115 -0
  158. package/src/create-quiver/lib/init-docs.js +284 -17
  159. package/src/create-quiver/lib/init-layout.js +26 -1
  160. package/src/create-quiver/lib/lifecycle.js +6 -0
  161. package/src/create-quiver/lib/package-safety.js +117 -0
  162. package/src/create-quiver/lib/readiness.js +85 -18
  163. package/src/create-quiver/lib/slice-graph.js +1 -0
  164. package/src/create-quiver/lib/slice.js +8 -8
  165. package/src/create-quiver/lib/spec-worktrees.js +349 -0
@@ -0,0 +1,42 @@
1
+ # Quiver v22 - Guided AI Workflow Status
2
+
3
+ **Status:** Completed
4
+ **Created:** 2026-05-21
5
+
6
+ ## Summary
7
+
8
+ This spec implemented the guided AI workflow needed to move from project preparation to planner approvals, spec generation, slice execution, PR creation, and post-merge cleanup.
9
+
10
+ ## Current State
11
+
12
+ - Requirements and acceptance criteria: approved in conversation.
13
+ - Technical plan: approved in conversation after production-readiness review.
14
+ - Spec and slice handoffs: created in this documentation pass.
15
+ - `slice-00`: completed.
16
+ - `slice-01`: completed.
17
+ - `slice-02`: completed.
18
+ - `slice-03`: completed.
19
+ - `slice-04`: completed.
20
+ - `slice-05`: completed.
21
+ - `slice-06`: completed.
22
+ - `slice-07`: completed.
23
+ - `slice-08`: completed.
24
+ - `slice-09`: completed.
25
+ - `slice-10`: completed.
26
+
27
+ ## Execution Rules
28
+
29
+ - `slice-00` must be executed and committed first.
30
+ - Every later slice depends on `slice-00`.
31
+ - One slice equals one commit.
32
+ - One spec equals one worktree and one PR.
33
+ - Planner phases cannot modify product code.
34
+ - Executor phases can modify product code only inside approved slice scope.
35
+ - Parallel slices may run only when dependencies and file scopes are safe.
36
+
37
+ ## Open Items
38
+
39
+ - The canonical executable remains `npx create-quiver`; a short `quiver` binary was not introduced in this spec.
40
+ - Approved planner artifacts are persisted under `.quiver/approvals` until generated specs and slices become versioned repo artifacts.
41
+ - Commit automation is opt-in through `--commit`; real execution waves also require `--execute`.
42
+ - Package publication is intentionally outside this slice and should be handled by the release workflow after review.
@@ -0,0 +1,104 @@
1
+ ## Title
2
+
3
+ Quiver v22 - Guided AI workflow
4
+
5
+ ## Summary
6
+
7
+ Adds the plan for a guided AI workflow that takes Quiver from project preparation through planner approvals, spec generation, slice execution, PR creation, and post-merge cleanup.
8
+
9
+ The goal is to make Quiver feel like an AI-first delivery assistant: the planner handles context and decisions, cheaper executors handle bounded slices, each slice becomes one commit, and the human remains responsible for approvals and PR merge.
10
+
11
+ ## Scope
12
+
13
+ - Documentation source-of-truth sync
14
+ - Guided project preparation command
15
+ - AI context refresh with safe exclusions
16
+ - Draft and approved planner artifact persistence
17
+ - One spec per worktree lifecycle
18
+ - Executor validation, recovery, and optional commit per slice
19
+ - Execution waves for safe sequential and parallel slice work
20
+ - PR creation with `gh` and SSH guidance
21
+ - Post-merge cleanup
22
+ - Package/release safety checks
23
+ - Final docs, scripts, and smoke coverage
24
+
25
+ ## Files
26
+
27
+ - `specs/quiver-v22-guided-ai-workflow/SPEC.md`
28
+ - `specs/quiver-v22-guided-ai-workflow/STATUS.md`
29
+ - `specs/quiver-v22-guided-ai-workflow/EVIDENCE_REPORT.md`
30
+ - `specs/quiver-v22-guided-ai-workflow/EXECUTION_PLAN.md`
31
+ - `specs/quiver-v22-guided-ai-workflow/pr.md`
32
+ - `specs/quiver-v22-guided-ai-workflow/slices/**`
33
+
34
+ Future implementation slices are expected to touch CLI source, AI orchestration modules, analyzer/context modules, worktree lifecycle code, PR helpers, tests, templates, generated docs, and smoke scripts as declared in each slice.
35
+
36
+ ## How to Test (DETAILED - REQUIRED)
37
+
38
+ ### Required Environment
39
+
40
+ - Node.js supported by Quiver
41
+ - npm
42
+ - Git
43
+ - `gh` for PR creation slices
44
+ - Optional local provider CLIs for manual checks:
45
+ - `codex`
46
+ - `claude`
47
+ - `gemini`
48
+
49
+ ### Worktree Access
50
+
51
+ Use one dedicated worktree for this spec PR. Parallel slices may use temporary slice worktrees only when the execution plan marks them safe and their changed-file scopes do not conflict.
52
+
53
+ ### Run the Project
54
+
55
+ For documentation-only `slice-00`, validate files and JSON:
56
+
57
+ ```bash
58
+ git diff --check
59
+ find specs/quiver-v22-guided-ai-workflow -name "slice.json" -print -exec node -e "JSON.parse(require('fs').readFileSync(process.argv[1], 'utf8'))" {} \;
60
+ ```
61
+
62
+ For implementation slices, run the validation commands declared in each `slice.json` and `EXECUTION_BRIEF.md`.
63
+
64
+ ### Use Cases
65
+
66
+ - New user prepares a repo for AI-assisted work.
67
+ - Planner creates and iterates acceptance criteria.
68
+ - Planner creates and iterates the technical plan.
69
+ - Approved plan generates spec, slices, handoffs, execution plan, and PR body.
70
+ - Executor runs a bounded slice with reduced context.
71
+ - Slice validation passes and one commit is created.
72
+ - Failed slice leaves a recoverable report.
73
+ - Ready slices are grouped into safe execution waves.
74
+ - PR is created from `pr.md` after `gh` and SSH checks.
75
+ - Merged spec worktree is closed and main local checkout is updated.
76
+
77
+ ### Technical Verification
78
+
79
+ - Dry-run paths write nothing.
80
+ - Approval transitions are explicit and persisted.
81
+ - Context excludes secrets, env files, generated outputs, dependency folders, and local AI tool state.
82
+ - Worktree cleanup refuses dirty or unmerged work.
83
+ - PR creation uses `gh` without opening a PR in tests.
84
+ - Release safety fails if unsafe local files would enter the npm package.
85
+
86
+ ## Evidence
87
+
88
+ To be completed by implementation slices. Expected evidence includes:
89
+
90
+ - `node --test tests/**/*.test.js`
91
+ - `npm run smoke:create-quiver`
92
+ - targeted smoke tests for guided prepare, approval flow, executor commit, execution waves, PR creation, cleanup, and release safety
93
+ - `git diff --check`
94
+
95
+ ## Rollback
96
+
97
+ Revert the smallest failing slice commit. Since the spec requires one slice per commit, rollback should target the affected slice commit rather than the full PR when possible.
98
+
99
+ ## Risks / Notes
100
+
101
+ - This spec intentionally does not automate PR merge.
102
+ - Short command naming must not conflict with the canonical `npx create-quiver` guidance.
103
+ - Parallel execution must remain conservative until conflict detection is reliable.
104
+ - Tool installation and SSH setup must require explicit user approval.
@@ -0,0 +1,35 @@
1
+ # CLOSURE BRIEF - slice-00: Spec foundation
2
+
3
+ ## Resumen de lo realizado
4
+
5
+ Se creo la base documental completa de `quiver-v22-guided-ai-workflow`, incluyendo spec, estado, evidencia, plan de ejecucion, cuerpo de PR y handoffs por slice.
6
+
7
+ ## Validacion contra criterios de aceptacion
8
+
9
+ - [x] Spec creada.
10
+ - [x] `slice-00` creada.
11
+ - [x] Handoffs creados para cada slice.
12
+ - [x] `EXECUTION_PLAN.md` creado.
13
+ - [x] `pr.md` creado.
14
+ - [x] JSON validado.
15
+
16
+ ## Cambios relevantes
17
+
18
+ - `specs/quiver-v22-guided-ai-workflow/SPEC.md`
19
+ - `specs/quiver-v22-guided-ai-workflow/STATUS.md`
20
+ - `specs/quiver-v22-guided-ai-workflow/EVIDENCE_REPORT.md`
21
+ - `specs/quiver-v22-guided-ai-workflow/EXECUTION_PLAN.md`
22
+ - `specs/quiver-v22-guided-ai-workflow/pr.md`
23
+ - `specs/quiver-v22-guided-ai-workflow/slices/**`
24
+
25
+ ## Pendientes
26
+
27
+ Ninguno para esta slice.
28
+
29
+ ## Riesgos remanentes
30
+
31
+ El spec es amplio y debe ejecutarse en orden conservador. El plan marca paralelismo solo como opcional y condicionado a scopes disjuntos.
32
+
33
+ ## Recomendaciones futuras
34
+
35
+ Ejecutar `slice-01-docs-source-of-truth-sync` antes de modificar comportamiento, para evitar que los proximos agentes lean documentacion desactualizada.
@@ -0,0 +1,61 @@
1
+ # EXECUTION BRIEF - slice-00: Spec foundation
2
+
3
+ **Spec:** quiver-v22-guided-ai-workflow
4
+ **Slice:** slice-00-spec-foundation
5
+ **Tipo:** docs
6
+
7
+ ## Contexto
8
+
9
+ Esta slice sube al repo la base documental del nuevo flujo guiado de IA. Es obligatoria y debe ejecutarse antes de cualquier slice de implementacion.
10
+
11
+ ## Objetivo
12
+
13
+ Crear y validar la estructura completa de spec, slices, handoffs, plan de ejecucion y cuerpo de PR para el guided AI workflow.
14
+
15
+ ## Alcance
16
+
17
+ - Crear `SPEC.md`.
18
+ - Crear `STATUS.md`.
19
+ - Crear `EVIDENCE_REPORT.md`.
20
+ - Crear `EXECUTION_PLAN.md`.
21
+ - Crear `pr.md`.
22
+ - Crear `slice.json`, `EXECUTION_BRIEF.md` y `CLOSURE_BRIEF.md` para cada slice.
23
+
24
+ ## Criterios de aceptacion
25
+
26
+ - La carpeta `specs/quiver-v22-guided-ai-workflow/` existe.
27
+ - `slice-00` existe y precede al resto.
28
+ - Cada slice tiene `slice.json`, `EXECUTION_BRIEF.md` y `CLOSURE_BRIEF.md`.
29
+ - Todos los JSON parsean correctamente.
30
+ - No se modifica codigo de producto.
31
+
32
+ ## Plan tecnico resumido
33
+
34
+ Crear artefactos documentales siguiendo el patron real del repo bajo `specs/`. Mantener `slice-00` como base documental y declarar dependencias para todas las slices posteriores.
35
+
36
+ ## Pasos sugeridos de ejecucion
37
+
38
+ 1. Revisar `README_FOR_AI.md`.
39
+ 2. Crear estructura `specs/quiver-v22-guided-ai-workflow/`.
40
+ 3. Agregar archivos top-level de spec.
41
+ 4. Agregar cada slice y handoff.
42
+ 5. Validar JSON y whitespace.
43
+ 6. Preparar commit unico de slice-00.
44
+
45
+ ## Restricciones
46
+
47
+ - No tocar codigo de producto.
48
+ - No resolver implementacion en esta slice.
49
+ - No crear PR todavia.
50
+
51
+ ## Riesgos
52
+
53
+ - Generar una spec demasiado amplia sin dependencias claras.
54
+ - Dejar handoffs incompletos para agentes executor.
55
+
56
+ ## Checklist de finalizacion
57
+
58
+ - [ ] `git diff --check` pasa.
59
+ - [ ] Todos los `slice.json` parsean.
60
+ - [ ] No hay cambios fuera de `specs/quiver-v22-guided-ai-workflow/`.
61
+ - [ ] El commit representa solo slice-00.
@@ -0,0 +1,51 @@
1
+ {
2
+ "slice_id": "slice-00-spec-foundation",
3
+ "ticket": "QUIVER-22-00",
4
+ "type": "docs",
5
+ "title": "Spec foundation and guided workflow planning artifacts",
6
+ "objective": "Create the complete documentation foundation for the guided AI workflow spec.",
7
+ "description": "Publish the spec, status, evidence report, execution plan, PR body, slice definitions, and handoffs before product implementation starts.",
8
+ "git": {
9
+ "branch_type": "feature",
10
+ "base_branch": "main",
11
+ "branch_slug": "guided-ai-workflow-spec-foundation",
12
+ "branch_name": "feature/QUIVER-22-00-guided-ai-workflow-spec-foundation"
13
+ },
14
+ "files": [
15
+ "specs/quiver-v22-guided-ai-workflow/**"
16
+ ],
17
+ "depends_on": [],
18
+ "parallel_safe": "no",
19
+ "parallel_safe_reason": "slice-00 must land before every other slice.",
20
+ "must": [
21
+ "Create SPEC.md.",
22
+ "Create STATUS.md.",
23
+ "Create EVIDENCE_REPORT.md.",
24
+ "Create EXECUTION_PLAN.md.",
25
+ "Create pr.md.",
26
+ "Create slice.json, EXECUTION_BRIEF.md, and CLOSURE_BRIEF.md for every slice.",
27
+ "Avoid product code changes."
28
+ ],
29
+ "not_included": [
30
+ "Implementing commands.",
31
+ "Changing README or CHANGELOG.",
32
+ "Running AI providers.",
33
+ "Creating commits automatically."
34
+ ],
35
+ "acceptance": [
36
+ "Spec folder exists under specs/quiver-v22-guided-ai-workflow.",
37
+ "Mandatory slice-00 exists.",
38
+ "Every slice has slice.json, EXECUTION_BRIEF.md, and CLOSURE_BRIEF.md.",
39
+ "Every slice.json parses successfully.",
40
+ "No product code is modified."
41
+ ],
42
+ "tests": [
43
+ "git diff --check",
44
+ "find specs/quiver-v22-guided-ai-workflow -name \"slice.json\" -print -exec node -e \"JSON.parse(require('fs').readFileSync(process.argv[1], 'utf8'))\" {} \\;"
45
+ ],
46
+ "estimated_hours": 2,
47
+ "status": "completed",
48
+ "blocked_reason": null,
49
+ "actual_hours": 2,
50
+ "completed_at": "2026-05-21T11:16:22-0300"
51
+ }
@@ -0,0 +1,31 @@
1
+ # CLOSURE BRIEF - slice-01: Documentation source-of-truth sync
2
+
3
+ ## Resumen de lo realizado
4
+
5
+ Se sincronizaron los documentos raiz con la version `0.10.0` y con el estado real de los specs v20, v21 y v22.
6
+
7
+ ## Validacion contra criterios de aceptacion
8
+
9
+ - [x] Docs sincronizadas con `0.10.0`.
10
+ - [x] Flujo actual y futuro diferenciados.
11
+ - [x] No se modifico codigo de producto.
12
+
13
+ ## Cambios relevantes
14
+
15
+ - `README.md`: corregida la seccion de informacion confirmada/pendiente para reflejar `0.10.0`.
16
+ - `README_FOR_AI.md`: agregado recordatorio de que v20/v21 estan completos y v22 sigue planificado.
17
+ - `CHANGELOG.md`: agregada entrada `0.10.0`.
18
+ - `ROADMAP.md`: alineado v20/v21 con los specs reales completados y v22 como plan activo.
19
+ - `BACKLOG.md`: promovida la entrada de orquestacion al spec v22 y marcada la parte diferida como dependiente de demanda real.
20
+
21
+ ## Pendientes
22
+
23
+ Ninguno para esta slice.
24
+
25
+ ## Riesgos remanentes
26
+
27
+ La documentacion todavia mantiene una nota de deuda sobre `engines` de Node y scripts legacy del repo fuente; no forman parte de esta slice.
28
+
29
+ ## Recomendaciones futuras
30
+
31
+ Ejecutar `slice-02-prepare-command-diagnostics` para agregar el primer comando guiado del workflow.
@@ -0,0 +1,58 @@
1
+ # EXECUTION BRIEF - slice-01: Documentation source-of-truth sync
2
+
3
+ **Spec:** quiver-v22-guided-ai-workflow
4
+ **Slice:** slice-01-docs-source-of-truth-sync
5
+ **Tipo:** docs
6
+
7
+ ## Contexto
8
+
9
+ Quiver depende de sus docs para onboarding de agentes. Hay drift entre la version publicada `0.10.0` y algunos documentos raiz.
10
+
11
+ ## Objetivo
12
+
13
+ Sincronizar la documentacion antes de implementar mas automatizacion.
14
+
15
+ ## Alcance
16
+
17
+ - `README.md`
18
+ - `README_FOR_AI.md`
19
+ - `CHANGELOG.md`
20
+ - `ROADMAP.md`
21
+ - `BACKLOG.md`
22
+ - traducciones relevantes bajo `i18n/es/`
23
+
24
+ ## Criterios de aceptacion
25
+
26
+ - No quedan contradicciones conocidas con `0.10.0`.
27
+ - El flujo actual se describe como actual.
28
+ - El guided workflow nuevo se describe como plan futuro, no como funcionalidad ya disponible.
29
+ - No se modifica codigo de producto.
30
+
31
+ ## Plan tecnico resumido
32
+
33
+ Leer los documentos raiz, comparar contra package/version y specs v20/v21, y corregir solo texto desactualizado o ambiguo.
34
+
35
+ ## Pasos sugeridos de ejecucion
36
+
37
+ 1. Revisar `package.json`, `README_FOR_AI.md`, `SPEC.md` de v20 y v21.
38
+ 2. Actualizar README y changelog.
39
+ 3. Limpiar roadmap/backlog para evitar señales viejas.
40
+ 4. Alinear i18n si aplica.
41
+ 5. Ejecutar validaciones documentales y tests acotados.
42
+
43
+ ## Restricciones
44
+
45
+ - No tocar CLI ni tests salvo que una referencia documental rota lo requiera.
46
+ - No cambiar version de paquete.
47
+
48
+ ## Riesgos
49
+
50
+ - Presentar comportamiento futuro como disponible.
51
+ - Eliminar contexto util del roadmap/backlog.
52
+
53
+ ## Checklist de finalizacion
54
+
55
+ - [ ] Docs sincronizadas.
56
+ - [ ] Drift de version corregido.
57
+ - [ ] Futuro vs actual queda claro.
58
+ - [ ] `git diff --check` pasa.
@@ -0,0 +1,55 @@
1
+ {
2
+ "slice_id": "slice-01-docs-source-of-truth-sync",
3
+ "ticket": "QUIVER-22-01",
4
+ "type": "docs",
5
+ "title": "Documentation source-of-truth sync",
6
+ "objective": "Synchronize Quiver's visible documentation with the current 0.10.0 AI-first workflow before behavior changes.",
7
+ "description": "Update README, CHANGELOG, ROADMAP, BACKLOG, and AI guidance so future agents do not plan from stale information.",
8
+ "git": {
9
+ "branch_type": "feature",
10
+ "base_branch": "main",
11
+ "branch_slug": "guided-ai-docs-sync",
12
+ "branch_name": "feature/QUIVER-22-01-guided-ai-docs-sync"
13
+ },
14
+ "files": [
15
+ "README.md",
16
+ "README_FOR_AI.md",
17
+ "CHANGELOG.md",
18
+ "ROADMAP.md",
19
+ "BACKLOG.md",
20
+ "i18n/es/README.md",
21
+ "i18n/es/README_FOR_AI.md"
22
+ ],
23
+ "depends_on": [
24
+ "slice-00-spec-foundation"
25
+ ],
26
+ "parallel_safe": "no",
27
+ "parallel_safe_reason": "Documentation source of truth must be corrected before later slices depend on it.",
28
+ "must": [
29
+ "Remove stale references that contradict package version 0.10.0.",
30
+ "Explain the guided AI workflow as planned work, not already shipped behavior.",
31
+ "Keep README_FOR_AI aligned with README guidance.",
32
+ "Mark unresolved decisions explicitly instead of inventing them."
33
+ ],
34
+ "not_included": [
35
+ "Implementing commands.",
36
+ "Changing package version.",
37
+ "Publishing npm."
38
+ ],
39
+ "acceptance": [
40
+ "Root docs no longer say package.json is still 0.9.0.",
41
+ "CHANGELOG includes the 0.10.0 release status or clearly marks the missing entry as resolved.",
42
+ "ROADMAP and BACKLOG do not present shipped v20/v21 behavior as merely future work.",
43
+ "README explains current AI-first commands and clearly separates future guided workflow work.",
44
+ "No product code is modified."
45
+ ],
46
+ "tests": [
47
+ "git diff --check",
48
+ "node --test tests/commands/analyze.test.js tests/commands/ai-plan.test.js tests/commands/ai-pr.test.js"
49
+ ],
50
+ "estimated_hours": 3,
51
+ "status": "completed",
52
+ "blocked_reason": null,
53
+ "actual_hours": 1,
54
+ "completed_at": "2026-05-21T11:21:08-0300"
55
+ }
@@ -0,0 +1,30 @@
1
+ # CLOSURE BRIEF - slice-02: Prepare command and setup diagnostics
2
+
3
+ ## Resumen de lo realizado
4
+
5
+ Se implemento `npx create-quiver prepare` como comando de diagnostico no destructivo con soporte de `--dry-run`, preflight opcional de provider, guia de GitHub CLI, validacion de identidad SSH y siguientes comandos seguros.
6
+
7
+ ## Validacion contra criterios de aceptacion
8
+
9
+ - [x] `prepare --dry-run` no escribe.
10
+ - [x] Diagnosticos implementados.
11
+ - [x] Guia cross-platform cubierta.
12
+ - [x] Tests ejecutados.
13
+
14
+ ## Cambios relevantes
15
+
16
+ - `src/create-quiver/index.js`
17
+ - `src/create-quiver/commands/prepare.js`
18
+ - `tests/commands/prepare.test.js`
19
+
20
+ ## Pendientes
21
+
22
+ Ninguno para esta slice.
23
+
24
+ ## Riesgos remanentes
25
+
26
+ El comando reporta herramientas faltantes como guia y no como bloqueo duro. Esto es intencional para mantener `prepare` seguro y util en proyectos parcialmente configurados.
27
+
28
+ ## Recomendaciones futuras
29
+
30
+ Conectar `prepare` con el refresco de contexto de `slice-03` para que el onboarding de IA quede mas completo.
@@ -0,0 +1,57 @@
1
+ # EXECUTION BRIEF - slice-02: Prepare command and setup diagnostics
2
+
3
+ **Spec:** quiver-v22-guided-ai-workflow
4
+ **Slice:** slice-02-prepare-command-diagnostics
5
+ **Tipo:** feature
6
+
7
+ ## Contexto
8
+
9
+ El usuario necesita un primer comando seguro que le diga si el proyecto esta listo para trabajar con IA.
10
+
11
+ ## Objetivo
12
+
13
+ Agregar un comando de preparacion guiada con diagnosticos claros y modo dry-run.
14
+
15
+ ## Alcance
16
+
17
+ - Registrar el comando en el CLI.
18
+ - Agregar `prepare`.
19
+ - Reutilizar checks existentes de doctor, provider preflight y GitHub preflight donde convenga.
20
+ - Reportar herramientas faltantes y proximos pasos.
21
+
22
+ ## Criterios de aceptacion
23
+
24
+ - `prepare --dry-run` no escribe archivos.
25
+ - `prepare` informa checks ejecutados y proximos pasos.
26
+ - Faltantes de `gh`, auth, provider CLI o SSH se explican con guia para macOS, Linux y Windows.
27
+ - No se instalan herramientas ni se modifica SSH sin autorizacion explicita.
28
+
29
+ ## Plan tecnico resumido
30
+
31
+ Crear un comando fino que orqueste checks existentes y produzca un reporte humano. Mantener escritura deshabilitada en dry-run y evitar automatizaciones destructivas.
32
+
33
+ ## Pasos sugeridos de ejecucion
34
+
35
+ 1. Revisar parser de `src/create-quiver/index.js`.
36
+ 2. Crear `commands/prepare.js`.
37
+ 3. Componer checks existentes.
38
+ 4. Agregar salida clara para success/warn/fail.
39
+ 5. Cubrir dry-run y faltantes con tests.
40
+
41
+ ## Restricciones
42
+
43
+ - No refrescar todavia docs de contexto profundas.
44
+ - No crear specs.
45
+ - No crear commits.
46
+
47
+ ## Riesgos
48
+
49
+ - Duplicar logica de doctor.
50
+ - Hacer que prepare parezca que instala herramientas cuando solo guia.
51
+
52
+ ## Checklist de finalizacion
53
+
54
+ - [ ] Comando registrado.
55
+ - [ ] Dry-run cubierto.
56
+ - [ ] Guia cross-platform cubierta.
57
+ - [ ] Tests pasan.
@@ -0,0 +1,57 @@
1
+ {
2
+ "slice_id": "slice-02-prepare-command-diagnostics",
3
+ "ticket": "QUIVER-22-02",
4
+ "type": "feature",
5
+ "title": "Prepare command and setup diagnostics",
6
+ "objective": "Add a guided preparation command that tells users whether the project is ready for AI-assisted work.",
7
+ "description": "Create the safe first command for project preparation: analysis, diagnostics, missing-tool guidance, dry-run, and next-step reporting.",
8
+ "git": {
9
+ "branch_type": "feature",
10
+ "base_branch": "main",
11
+ "branch_slug": "guided-prepare-diagnostics",
12
+ "branch_name": "feature/QUIVER-22-02-guided-prepare-diagnostics"
13
+ },
14
+ "files": [
15
+ "src/create-quiver/index.js",
16
+ "src/create-quiver/commands/prepare.js",
17
+ "src/create-quiver/lib/doctor.js",
18
+ "src/create-quiver/lib/ai/preflight.js",
19
+ "src/create-quiver/lib/ai/github.js",
20
+ "src/create-quiver/lib/init-layout.js",
21
+ "tests/commands/prepare.test.js",
22
+ "tests/lib/doctor.test.js"
23
+ ],
24
+ "depends_on": [
25
+ "slice-01-docs-source-of-truth-sync"
26
+ ],
27
+ "parallel_safe": "no",
28
+ "parallel_safe_reason": "This establishes the public entrypoint used by later workflow slices.",
29
+ "must": [
30
+ "Add a dry-run mode that writes nothing.",
31
+ "Report project readiness, missing docs, missing tools, provider CLI availability, gh availability, gh auth, and SSH alias guidance.",
32
+ "Support macOS, Linux, and Windows guidance.",
33
+ "Print clear next commands.",
34
+ "Avoid installing tools or editing credentials automatically."
35
+ ],
36
+ "not_included": [
37
+ "Refreshing rich context docs.",
38
+ "Persisting approvals.",
39
+ "Creating specs or worktrees."
40
+ ],
41
+ "acceptance": [
42
+ "prepare dry-run reports planned checks and writes nothing.",
43
+ "prepare reports missing gh with OS-specific guidance.",
44
+ "prepare reports missing provider CLI with actionable guidance.",
45
+ "prepare does not install tools or edit SSH config.",
46
+ "prepare recommends the next safe command after success."
47
+ ],
48
+ "tests": [
49
+ "node --test tests/commands/prepare.test.js tests/lib/doctor.test.js tests/lib/ai-github.test.js tests/lib/ai-providers.test.js",
50
+ "git diff --check"
51
+ ],
52
+ "estimated_hours": 6,
53
+ "status": "completed",
54
+ "blocked_reason": null,
55
+ "actual_hours": 2,
56
+ "completed_at": "2026-05-21T11:28:26-0300"
57
+ }
@@ -0,0 +1,32 @@
1
+ # CLOSURE BRIEF - slice-03: Context documentation refresh
2
+
3
+ ## Resumen de lo realizado
4
+
5
+ Se mejoro `analyze` para refrescar `docs/AI_CONTEXT.md` con un resumen AI-facing, mantener `docs/PROJECT_MAP.md` como mapa visible y preservar el raw scan interno en `.quiver/scans/PROJECT_SCAN.json`.
6
+
7
+ ## Validacion contra criterios de aceptacion
8
+
9
+ - [x] Contexto AI-facing actualizado.
10
+ - [x] Secretos y ruido excluidos.
11
+ - [x] Supuestos documentados.
12
+ - [x] Tests ejecutados.
13
+
14
+ ## Cambios relevantes
15
+
16
+ - `src/create-quiver/index.js`
17
+ - `src/create-quiver/lib/init-docs.js`
18
+ - `src/create-quiver/lib/ai/safety.js`
19
+ - `tests/commands/analyze.test.js`
20
+ - `tests/lib/ai-context-packs.test.js`
21
+
22
+ ## Pendientes
23
+
24
+ Ninguno para esta slice.
25
+
26
+ ## Riesgos remanentes
27
+
28
+ `analyze` refresca `docs/AI_CONTEXT.md`; si un equipo lo edita manualmente, debe considerar ese archivo como regenerable o revisar el diff antes de commitear.
29
+
30
+ ## Recomendaciones futuras
31
+
32
+ Implementar `slice-04` para persistir criterios y planes aprobados, usando el contexto refrescado como input del planner.
@@ -0,0 +1,56 @@
1
+ # EXECUTION BRIEF - slice-03: Context documentation refresh
2
+
3
+ **Spec:** quiver-v22-guided-ai-workflow
4
+ **Slice:** slice-03-context-doc-refresh
5
+ **Tipo:** feature
6
+
7
+ ## Contexto
8
+
9
+ El analisis actual genera mapa y scan, pero el flujo ideal necesita docs de contexto mas utiles para onboarding de IA con menos tokens.
10
+
11
+ ## Objetivo
12
+
13
+ Mejorar la generacion/refresco de contexto sin exponer secretos ni archivos ruidosos.
14
+
15
+ ## Alcance
16
+
17
+ - Mejorar scan/map/contexto visible.
18
+ - Reutilizar exclusiones de seguridad.
19
+ - Reportar supuestos y faltantes.
20
+ - Mantener raw scan en `.quiver/scans/`.
21
+
22
+ ## Criterios de aceptacion
23
+
24
+ - Contexto AI-facing queda actualizado y conciso.
25
+ - Secretos y ruido quedan fuera.
26
+ - Supuestos y faltantes quedan visibles.
27
+ - Tests cubren exclusiones principales.
28
+
29
+ ## Plan tecnico resumido
30
+
31
+ Extender el analizador/context writer con filtros seguros y salidas humanas. No inferir dominio si el repo no lo declara.
32
+
33
+ ## Pasos sugeridos de ejecucion
34
+
35
+ 1. Revisar `runAnalyze`, `project-scan` y context packs.
36
+ 2. Definir salidas a refrescar.
37
+ 3. Aplicar exclusiones compartidas.
38
+ 4. Agregar tests con fixtures de archivos sensibles/ruidosos.
39
+ 5. Actualizar docs necesarias.
40
+
41
+ ## Restricciones
42
+
43
+ - No persistir aprobaciones.
44
+ - No ejecutar proveedores IA.
45
+
46
+ ## Riesgos
47
+
48
+ - Generar contexto demasiado largo.
49
+ - Ocultar informacion util por filtros demasiado agresivos.
50
+
51
+ ## Checklist de finalizacion
52
+
53
+ - [ ] Context docs refrescados.
54
+ - [ ] Exclusiones cubiertas.
55
+ - [ ] Supuestos reportados.
56
+ - [ ] Tests pasan.