create-quiver 0.12.0 → 0.12.1
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 +44 -0
- package/README.md +49 -17
- package/README_FOR_AI.md +31 -29
- package/ROADMAP.md +15 -3
- package/docs/AI_ONBOARDING_PROMPT.md.template +7 -1
- package/docs/COMMANDS.md.template +44 -18
- package/docs/STATUS.md.template +5 -1
- package/docs/WORKFLOW.md.template +13 -11
- package/package.json +9 -3
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/EVIDENCE_REPORT.md +293 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/EXECUTION_PLAN.md +58 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/SPEC.md +242 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/STATUS.md +35 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/pr.md +77 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-00-spec-foundation/CLOSURE_BRIEF.md +34 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-00-spec-foundation/EXECUTION_BRIEF.md +52 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-00-spec-foundation/slice.json +52 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-01-cli-contract-compatibility/CLOSURE_BRIEF.md +36 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-01-cli-contract-compatibility/EXECUTION_BRIEF.md +52 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-01-cli-contract-compatibility/slice.json +56 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-02-run-state-phase-locks/CLOSURE_BRIEF.md +43 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-02-run-state-phase-locks/EXECUTION_BRIEF.md +54 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-02-run-state-phase-locks/slice.json +52 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-03-safe-ai-onboarding-docs/CLOSURE_BRIEF.md +35 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-03-safe-ai-onboarding-docs/EXECUTION_BRIEF.md +53 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-03-safe-ai-onboarding-docs/slice.json +54 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-04-agent-profiles-adapters/CLOSURE_BRIEF.md +34 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-04-agent-profiles-adapters/EXECUTION_BRIEF.md +54 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-04-agent-profiles-adapters/slice.json +52 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-05-approval-gates/CLOSURE_BRIEF.md +34 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-05-approval-gates/EXECUTION_BRIEF.md +54 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-05-approval-gates/slice.json +53 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-06-spec-slice-generator/CLOSURE_BRIEF.md +33 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-06-spec-slice-generator/EXECUTION_BRIEF.md +56 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-06-spec-slice-generator/slice.json +55 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-07-slice-execution-planner/CLOSURE_BRIEF.md +33 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-07-slice-execution-planner/EXECUTION_BRIEF.md +54 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-07-slice-execution-planner/slice.json +52 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-08-controlled-slice-execution/CLOSURE_BRIEF.md +39 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-08-controlled-slice-execution/EXECUTION_BRIEF.md +56 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-08-controlled-slice-execution/slice.json +53 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-09-git-worktree-pr-lifecycle/CLOSURE_BRIEF.md +38 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-09-git-worktree-pr-lifecycle/EXECUTION_BRIEF.md +57 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-09-git-worktree-pr-lifecycle/slice.json +52 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-10-validation-errors-fixtures/CLOSURE_BRIEF.md +39 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-10-validation-errors-fixtures/EXECUTION_BRIEF.md +55 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-10-validation-errors-fixtures/slice.json +56 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-11-export-dashboard-migration/CLOSURE_BRIEF.md +36 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-11-export-dashboard-migration/EXECUTION_BRIEF.md +54 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-11-export-dashboard-migration/slice.json +53 -0
- package/specs/quiver-v26-0121-smoke-hardening/EVIDENCE_REPORT.md +208 -0
- package/specs/quiver-v26-0121-smoke-hardening/EXECUTION_PLAN.md +57 -0
- package/specs/quiver-v26-0121-smoke-hardening/SPEC.md +137 -0
- package/specs/quiver-v26-0121-smoke-hardening/STATUS.md +32 -0
- package/specs/quiver-v26-0121-smoke-hardening/pr.md +96 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-00-docs-foundation/CLOSURE_BRIEF.md +35 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-00-docs-foundation/EXECUTION_BRIEF.md +55 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-00-docs-foundation/slice.json +73 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-01-cli-help-version-contract/CLOSURE_BRIEF.md +38 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-01-cli-help-version-contract/EXECUTION_BRIEF.md +51 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-01-cli-help-version-contract/slice.json +76 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-02-init-doc-links-and-flow-guidance/CLOSURE_BRIEF.md +37 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-02-init-doc-links-and-flow-guidance/EXECUTION_BRIEF.md +52 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-02-init-doc-links-and-flow-guidance/slice.json +75 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-03-ai-approval-review-consistency/CLOSURE_BRIEF.md +37 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-03-ai-approval-review-consistency/EXECUTION_BRIEF.md +53 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-03-ai-approval-review-consistency/slice.json +77 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-04-local-validation-brief-contracts/CLOSURE_BRIEF.md +35 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-04-local-validation-brief-contracts/EXECUTION_BRIEF.md +52 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-04-local-validation-brief-contracts/slice.json +77 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-05-demo-scaffold-readiness/CLOSURE_BRIEF.md +34 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-05-demo-scaffold-readiness/EXECUTION_BRIEF.md +54 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-05-demo-scaffold-readiness/slice.json +84 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-06-plan-graph-scope-performance/CLOSURE_BRIEF.md +35 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-06-plan-graph-scope-performance/EXECUTION_BRIEF.md +53 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-06-plan-graph-scope-performance/slice.json +82 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-07-smoke-release-readiness/CLOSURE_BRIEF.md +35 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-07-smoke-release-readiness/EXECUTION_BRIEF.md +55 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-07-smoke-release-readiness/slice.json +92 -0
- package/src/create-quiver/commands/ai.js +577 -27
- package/src/create-quiver/commands/flow.js +6 -5
- package/src/create-quiver/commands/graph.js +6 -4
- package/src/create-quiver/commands/plan.js +3 -3
- package/src/create-quiver/index.js +328 -12
- package/src/create-quiver/lib/actionable-error.js +27 -0
- package/src/create-quiver/lib/agent-profiles.js +1 -1
- package/src/create-quiver/lib/ai/context-packs.js +4 -0
- package/src/create-quiver/lib/ai/execution-plan.js +7 -1
- package/src/create-quiver/lib/ai/executor.js +270 -20
- package/src/create-quiver/lib/ai/export-state.js +534 -0
- package/src/create-quiver/lib/ai/github.js +83 -0
- package/src/create-quiver/lib/ai/onboarding-template.js +215 -2
- package/src/create-quiver/lib/ai/plan-review.js +5 -2
- package/src/create-quiver/lib/ai/providers.js +4 -3
- package/src/create-quiver/lib/ai/run-state.js +414 -0
- package/src/create-quiver/lib/ai/spec-generator.js +12 -0
- package/src/create-quiver/lib/ai/spec-templates.js +78 -9
- package/src/create-quiver/lib/approvals.js +22 -3
- package/src/create-quiver/lib/demo.js +189 -14
- package/src/create-quiver/lib/doctor.js +75 -0
- package/src/create-quiver/lib/handoff.js +81 -12
- package/src/create-quiver/lib/init-docs.js +24 -6
- package/src/create-quiver/lib/init-layout.js +8 -0
- package/src/create-quiver/lib/json.js +53 -3
- package/src/create-quiver/lib/readiness.js +18 -3
- package/src/create-quiver/lib/scope.js +50 -7
- package/src/create-quiver/lib/slice-graph.js +138 -38
- package/src/create-quiver/lib/slice.js +6 -1
- package/src/create-quiver/lib/spec-worktrees.js +16 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,50 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
|
|
5
5
|
## [Unreleased]
|
|
6
6
|
|
|
7
|
+
## [0.12.1] - 2026-05-23
|
|
8
|
+
|
|
9
|
+
### Added
|
|
10
|
+
|
|
11
|
+
- `help` command alias and grouped top-level CLI help so `npx create-quiver --help`, `npx create-quiver help`, and local `quiver --help` expose the supported command surface.
|
|
12
|
+
- Current per-slice brief validation for `EXECUTION_BRIEF.md` and `CLOSURE_BRIEF.md`, while keeping legacy `HANDOFF.md` validation compatible.
|
|
13
|
+
- Regression coverage for scoped `plan` and `graph` loading so unrelated historical specs are not parsed when `--spec <slug>` is used.
|
|
14
|
+
|
|
15
|
+
### Changed
|
|
16
|
+
|
|
17
|
+
- Default generated docs now avoid links to optional `docs/examples/*` files unless those files are actually exported.
|
|
18
|
+
- `flow` and AI review/spec-create blockers now guide approved-but-unreviewed technical plans toward `ai review-plan` instead of confusing re-approval steps.
|
|
19
|
+
- The optional `spec-viewer` demo now includes minimal Quiver metadata, doctor-friendly docs, broader Quiver scripts, and server port fallback.
|
|
20
|
+
- Root development scripts for `quiver:plan` and `quiver:graph` now use the local CLI entrypoint so local validation tests the branch code.
|
|
21
|
+
|
|
22
|
+
### Fixed
|
|
23
|
+
|
|
24
|
+
- `check-slice --local` no longer fatally requires Git metadata in no-Git folders.
|
|
25
|
+
- Bare same-spec dependencies such as `slice-00-docs-foundation` resolve correctly during local dependency validation.
|
|
26
|
+
- Scoped `plan` and `graph` complete in this repository without increasing Node heap size.
|
|
27
|
+
|
|
28
|
+
## [0.12.0] - 2026-05-22
|
|
29
|
+
|
|
30
|
+
### Added
|
|
31
|
+
|
|
32
|
+
- AI-first lifecycle run state with status, resume, phase locks, approvals, prompt/draft artifacts, and dashboard-friendly exports.
|
|
33
|
+
- Safe AI onboarding docs with dry-run diffs, snapshots, assumptions, risks, contradictions, and human-content preservation.
|
|
34
|
+
- Agent profiles and prompt-only/provider adapter flows for planner, executor, reviewer, and doctor roles.
|
|
35
|
+
- Strict approval gates for acceptance criteria, technical plans, production-readiness reviews, and spec generation.
|
|
36
|
+
- Generated spec/slice artifacts with `EXECUTION_BRIEF.md`, `CLOSURE_BRIEF.md`, read paths, allowed write paths, validation hints, dependency data, execution plans, and PR body.
|
|
37
|
+
- Controlled slice execution with scope validation, closure/evidence/status updates, and one-commit-per-slice support.
|
|
38
|
+
- Worktree, PR, inspection, export, trace, migration dry-run, and lifecycle list surfaces for AI-first workflows.
|
|
39
|
+
|
|
40
|
+
### Changed
|
|
41
|
+
|
|
42
|
+
- Quiver now treats the guided AI lifecycle as durable state under `.quiver/`, not as chat-only memory.
|
|
43
|
+
- Generated docs and root docs describe planner/executor flows, review gates, worktree-per-spec, and release safety more explicitly.
|
|
44
|
+
|
|
45
|
+
### Fixed
|
|
46
|
+
|
|
47
|
+
- Hardened validation errors, fixture coverage, redaction, parser behavior, and migration/readiness checks around the AI lifecycle.
|
|
48
|
+
|
|
49
|
+
## [0.11.0] - 2026-05-22
|
|
50
|
+
|
|
7
51
|
### Added
|
|
8
52
|
|
|
9
53
|
- Guided AI workflow commands: `prepare`, agent profiles, planner onboarding, approval persistence, `review-plan`, `spec create`, executor prompt generation, delegated execution waves, PR creation with `gh`, spec worktree start/status/close, and package safety.
|
package/README.md
CHANGED
|
@@ -36,7 +36,8 @@ El flujo normal con IA continúa así:
|
|
|
36
36
|
```bash
|
|
37
37
|
npx create-quiver flow
|
|
38
38
|
npx create-quiver ai plan --phase acceptance --input requirements.md --dry-run
|
|
39
|
-
npx create-quiver ai
|
|
39
|
+
npx create-quiver ai revise --phase acceptance --input feedback.md --dry-run
|
|
40
|
+
npx create-quiver ai approve --phase acceptance --version <n>
|
|
40
41
|
npx create-quiver ai approvals
|
|
41
42
|
npx create-quiver ai plan --phase technical-plan --dry-run
|
|
42
43
|
npx create-quiver ai review-plan --dry-run
|
|
@@ -99,7 +100,8 @@ npx create-quiver doctor
|
|
|
99
100
|
npx create-quiver ai prepare-context --dry-run
|
|
100
101
|
npx create-quiver ai onboard --dry-run
|
|
101
102
|
npx create-quiver ai plan --phase acceptance --input requirements.md --dry-run
|
|
102
|
-
npx create-quiver ai
|
|
103
|
+
npx create-quiver ai revise --phase acceptance --input feedback.md --dry-run
|
|
104
|
+
npx create-quiver ai approve --phase acceptance --version <n>
|
|
103
105
|
npx create-quiver ai plan --phase technical-plan --dry-run
|
|
104
106
|
npx create-quiver ai review-plan --dry-run
|
|
105
107
|
npx create-quiver ai approve --phase technical-plan --version <n>
|
|
@@ -145,7 +147,8 @@ Después del bootstrap, revisá:
|
|
|
145
147
|
|
|
146
148
|
```bash
|
|
147
149
|
npx create-quiver ai plan --phase acceptance --input requirements.md --dry-run
|
|
148
|
-
npx create-quiver ai
|
|
150
|
+
npx create-quiver ai revise --phase acceptance --input feedback.md --dry-run
|
|
151
|
+
npx create-quiver ai approve --phase acceptance --version <n>
|
|
149
152
|
npx create-quiver ai plan --phase technical-plan --dry-run
|
|
150
153
|
npx create-quiver ai review-plan --dry-run
|
|
151
154
|
npx create-quiver ai approve --phase technical-plan --version <n>
|
|
@@ -310,10 +313,23 @@ El paquete también publica el alias binario `quiver`, que apunta al mismo CLI.
|
|
|
310
313
|
|---|---|
|
|
311
314
|
| `npx create-quiver init --name "Proyecto"` | Inicializa Quiver en un proyecto nuevo o nunca inicializado. |
|
|
312
315
|
| `npx create-quiver --name "Proyecto"` | Alias compatible del flujo de init recomendado. |
|
|
316
|
+
| `npx create-quiver --version` | Muestra la versión instalada del CLI. |
|
|
317
|
+
| `npx create-quiver --help` | Lista todos los comandos públicos con descripción, opciones principales y ejemplos recomendados. |
|
|
318
|
+
| `npx create-quiver help` | Alias legible de la ayuda completa. |
|
|
319
|
+
| `quiver --help` | Muestra la misma ayuda cuando Quiver ya está instalado localmente. |
|
|
313
320
|
| `npx create-quiver flow` | Muestra el estado inicial del flujo guiado y el próximo comando seguro sin escribir estado ni llamar providers. |
|
|
314
|
-
| `npx create-quiver ai agent set <role> --provider <provider> --model <label>` | Guarda perfiles reutilizables para planner, executor, reviewer o
|
|
321
|
+
| `npx create-quiver ai agent set <role> --provider <provider> --model <label>` | Guarda perfiles reutilizables para planner, executor, reviewer o doctor sin guardar secretos. |
|
|
315
322
|
| `npx create-quiver ai agent list` | Lista los perfiles configurados. |
|
|
316
323
|
| `npx create-quiver ai agent show <role>` | Muestra un perfil específico. |
|
|
324
|
+
| `npx create-quiver ai run create --input requirements.md` | Crea un run persistente en `.quiver/runs/` para un requerimiento. |
|
|
325
|
+
| `npx create-quiver ai status` | Muestra la fase actual del run AI y el próximo comando seguro. |
|
|
326
|
+
| `npx create-quiver ai resume` | Reanuda el run AI desde la última fase válida sin depender del historial del chat. |
|
|
327
|
+
| `npx create-quiver ai inspect` | Resume specs, slices, runs, agentes, layout y próximos comandos accionables. |
|
|
328
|
+
| `npx create-quiver ai export --format json` | Exporta estado de specs, slices, runs, agentes, dependencias y migración para dashboards o agentes. |
|
|
329
|
+
| `npx create-quiver ai export --format markdown` | Exporta el mismo estado en Markdown legible para PRs o docs. |
|
|
330
|
+
| `npx create-quiver ai specs list` | Lista specs con estado, progreso y cantidad de slices. |
|
|
331
|
+
| `npx create-quiver ai slices list` | Lista slices con estado, progreso, dependencias y bloqueos. |
|
|
332
|
+
| `npx create-quiver ai trace report` | Muestra runs, olas de ejecución y estado de migración en formato humano. |
|
|
317
333
|
| `npx create-quiver ai approvals` | Muestra drafts versionados y aprobados por fase. |
|
|
318
334
|
| `npx create-quiver ai approve --phase acceptance --version <n>` | Aprueba una versión concreta de un draft guardado. |
|
|
319
335
|
| `npx create-quiver init --minimal` | Crea solo el contrato esencial de onboarding. |
|
|
@@ -326,8 +342,9 @@ El paquete también publica el alias binario `quiver`, que apunta al mismo CLI.
|
|
|
326
342
|
| `npx create-quiver doctor --fix` | Aplica reparaciones no destructivas e idempotentes. |
|
|
327
343
|
| `npx create-quiver prepare --dry-run` | Ejecuta diagnóstico guiado de preparación sin escribir archivos. |
|
|
328
344
|
| `npx create-quiver prepare` | Refresca contexto y muestra riesgos, supuestos y próximos comandos. |
|
|
329
|
-
| `npx create-quiver ai prepare-context --dry-run` | Previsualiza
|
|
345
|
+
| `npx create-quiver ai prepare-context --dry-run` | Previsualiza docs de onboarding, diffs, supuestos, riesgos, contradicciones y rutas omitidas sin escribir. |
|
|
330
346
|
| `npx create-quiver migrate` | Actualiza proyectos que ya fueron inicializados con Quiver. |
|
|
347
|
+
| `npx create-quiver migrate --dry-run` | Muestra qué actualizaría la migración sin escribir archivos. |
|
|
331
348
|
| `npx create-quiver plan` | Lista slices pendientes en orden y calcula camino crítico. |
|
|
332
349
|
| `npx create-quiver graph` | Muestra el grafo de dependencias (`tree`, `mermaid` o `dot`). |
|
|
333
350
|
| `npx create-quiver next` | Sugiere el próximo slice listo para trabajar. |
|
|
@@ -335,9 +352,9 @@ El paquete también publica el alias binario `quiver`, que apunta al mismo CLI.
|
|
|
335
352
|
| `npx create-quiver graph --include-completed` | Incluye slices completados en el grafo histórico. |
|
|
336
353
|
| `npx create-quiver next --include-completed` | Mantiene la recomendación accionable y agrega historial completado. |
|
|
337
354
|
| `npx create-quiver spec create` | Crea la spec real desde el plan técnico revisado y aprobado. |
|
|
338
|
-
| `npx create-quiver spec start <spec-dir>` | Crea o reutiliza el worktree dedicado de una spec. |
|
|
355
|
+
| `npx create-quiver spec start <spec-dir>` | Crea o reutiliza el worktree dedicado de una spec. Usá `--dry-run` para ver qué worktree se crearía sin tocar Git. |
|
|
339
356
|
| `npx create-quiver spec status <spec-dir>` | Muestra branch, path, `slice-00` y slices pendientes. |
|
|
340
|
-
| `npx create-quiver spec close <spec-dir>` | Cierra un worktree de spec ya mergeado y limpio. |
|
|
357
|
+
| `npx create-quiver spec close <spec-dir>` | Cierra un worktree de spec ya mergeado y limpio; en modo normal también intenta traer los cambios del merge al checkout principal. |
|
|
341
358
|
| `npx create-quiver start-slice <slice.json>` | Prepara worktree y contexto para ejecutar un slice. |
|
|
342
359
|
| `npx create-quiver check-slice <slice.json>` | Valida readiness del slice. |
|
|
343
360
|
| `npx create-quiver check-slice --local <slice.json>` | Valida estructura local sin exigir remoto/base. |
|
|
@@ -345,7 +362,7 @@ El paquete también publica el alias binario `quiver`, que apunta al mismo CLI.
|
|
|
345
362
|
| `npx create-quiver check-scope <slice.json>` | Verifica que los archivos modificados estén dentro del alcance declarado. |
|
|
346
363
|
| `npx create-quiver cleanup-slice <slice.json>` | Limpia worktree/branch local asociado a un slice. |
|
|
347
364
|
| `npx create-quiver refresh-active-slices` | Regenera el tablero local `ACTIVE_SLICES.md`. |
|
|
348
|
-
| `npx create-quiver check-handoff <handoff.md>` | Valida un
|
|
365
|
+
| `npx create-quiver check-handoff <handoff-or-brief.md>` | Valida un `HANDOFF.md` o un brief de slice (`EXECUTION_BRIEF.md` / `CLOSURE_BRIEF.md`). |
|
|
349
366
|
| `npx create-quiver new-handoff <spec-slug>` | Crea un handoff para una transferencia excepcional. |
|
|
350
367
|
| `npx create-quiver evidence run -- <comando>` | Ejecuta un comando y guarda evidencia local con exit code, duración y salida redactada/truncada. |
|
|
351
368
|
| `npx create-quiver demo create spec-viewer --dry-run` | Previsualiza el demo opcional Quiver Spec Viewer sin escribir archivos. |
|
|
@@ -356,13 +373,18 @@ El paquete también publica el alias binario `quiver`, que apunta al mismo CLI.
|
|
|
356
373
|
```bash
|
|
357
374
|
npx create-quiver ai prepare-context --dry-run
|
|
358
375
|
npx create-quiver ai onboard --dry-run
|
|
376
|
+
npx create-quiver ai onboard --print-prompt
|
|
359
377
|
npx create-quiver ai agent set planner --provider codex --model "planner-model"
|
|
360
378
|
npx create-quiver ai agent set executor --provider codex --model "executor-model"
|
|
379
|
+
npx create-quiver ai agent set doctor --provider codex --model "diagnostic-model"
|
|
361
380
|
npx create-quiver ai agent list
|
|
362
381
|
npx create-quiver ai plan --phase acceptance --input requirements.md --dry-run
|
|
363
|
-
npx create-quiver ai
|
|
382
|
+
npx create-quiver ai plan --phase acceptance --input requirements.md --print-prompt
|
|
383
|
+
npx create-quiver ai revise --phase acceptance --input feedback.md --dry-run
|
|
384
|
+
npx create-quiver ai approve --phase acceptance --version <n>
|
|
364
385
|
npx create-quiver ai plan --phase technical-plan --dry-run
|
|
365
386
|
npx create-quiver ai review-plan --dry-run
|
|
387
|
+
npx create-quiver ai review-plan --print-prompt
|
|
366
388
|
npx create-quiver ai approve --phase technical-plan --version <n>
|
|
367
389
|
npx create-quiver spec create --dry-run
|
|
368
390
|
npx create-quiver ai prompt-slice --slice specs/<project-slug>/slices/slice-01/slice.json --dry-run
|
|
@@ -374,11 +396,11 @@ npx create-quiver ai pr --dry-run --input specs/<project-slug>/pr.md --ssh-host-
|
|
|
374
396
|
```
|
|
375
397
|
|
|
376
398
|
Providers soportados: `codex`, `claude` y `gemini`, siempre vía CLI local.
|
|
377
|
-
Usá `--dry-run` primero para revisar provider, rol, context pack
|
|
399
|
+
Usá `--dry-run` primero para revisar provider, rol, context pack y paths sin ejecutar el modelo. Usá `--print-prompt` cuando quieras ver el prompt exacto que se enviaría, sin depender de autenticación del provider.
|
|
378
400
|
|
|
379
401
|
Orden recomendado:
|
|
380
402
|
|
|
381
|
-
1. `ai prepare-context --dry-run`: revisa borradores de contexto, supuestos y
|
|
403
|
+
1. `ai prepare-context --dry-run`: revisa borradores de contexto, diffs, supuestos, riesgos y contradicciones antes de escribir docs. En modo escritura, Quiver guarda snapshots bajo `.quiver/runs/<run-id>/snapshots/`.
|
|
382
404
|
2. `ai onboard`: el planner entiende el repo y el workflow.
|
|
383
405
|
3. `ai plan --phase acceptance`: convierte requerimientos en criterios de aceptación.
|
|
384
406
|
4. `ai plan --phase technical-plan`: propone el plan técnico.
|
|
@@ -387,9 +409,10 @@ Orden recomendado:
|
|
|
387
409
|
7. `spec create`: genera spec, slices, handoffs y PR body desde el plan revisado y aprobado.
|
|
388
410
|
8. `spec start`: prepara un worktree por spec.
|
|
389
411
|
9. `ai prompt-slice`: imprime el prompt mínimo para asignar un slice manualmente.
|
|
390
|
-
10. `ai execute-slice` / `ai execute-plan`: ejecuta slices aprobados, con commit opt-in. Usá `--mode manual` para prompts y `--mode delegated` para worktrees temporales en olas paralelas.
|
|
391
|
-
11. `ai
|
|
392
|
-
12. `
|
|
412
|
+
10. `ai execute-slice` / `ai execute-plan`: ejecuta slices aprobados, con commit opt-in. `ai execute-slice` exige worktree/rama correctos, bloquea cambios fuera del alcance declarado, redacta logs sensibles y actualiza `CLOSURE_BRIEF.md`, `EVIDENCE_REPORT.md`, `COMMAND_LOG.md`, `STATUS.md` y `slice.json` cuando la ejecución pasa. Usá `--mode manual` para prompts y `--mode delegated` para worktrees temporales en olas paralelas.
|
|
413
|
+
11. `ai inspect` / `ai export`: exponen estado accionable y formatos JSON/Markdown para humanos, agentes o dashboards.
|
|
414
|
+
12. `ai doctor` / `ai pr`: valida GitHub y crea el PR solo con `--create`.
|
|
415
|
+
13. `spec close`: cierra el worktree después del merge.
|
|
393
416
|
|
|
394
417
|
## 🧪 Cómo probar que funciona
|
|
395
418
|
|
|
@@ -406,6 +429,7 @@ Validaciones adicionales disponibles:
|
|
|
406
429
|
|
|
407
430
|
```bash
|
|
408
431
|
npm run smoke:create-quiver
|
|
432
|
+
npm run smoke:doctor-fixtures
|
|
409
433
|
npm run smoke:guided-workflow
|
|
410
434
|
npm run smoke:tiered-pack
|
|
411
435
|
```
|
|
@@ -425,13 +449,14 @@ npx create-quiver demo create spec-viewer --dry-run
|
|
|
425
449
|
npx create-quiver demo create spec-viewer --dir ./quiver-spec-viewer
|
|
426
450
|
```
|
|
427
451
|
|
|
428
|
-
El demo genera una app estática pequeña, specs/slices de ejemplo y scripts de validación. No forma parte de `init`; se crea solo cuando lo pedís.
|
|
452
|
+
El demo genera una app estática pequeña, metadata mínima de Quiver, specs/slices de ejemplo y scripts de validación. `doctor`, `plan`, `graph` y `next` funcionan dentro del demo, y el server intenta el siguiente puerto si el inicial está ocupado. No forma parte de `init`; se crea solo cuando lo pedís.
|
|
429
453
|
|
|
430
454
|
Notas reales del estado actual:
|
|
431
455
|
|
|
432
456
|
- No hay script `npm test`; el comando verificado para tests es `node --test tests/**/*.test.js`.
|
|
433
457
|
- `npm run package:quiver` valida el contenido del paquete npm generado.
|
|
434
458
|
- `npm run smoke:guided-workflow` cubre el flujo guiado con IA sin llamadas reales pagas a providers.
|
|
459
|
+
- `npm run smoke:doctor-fixtures` valida la matriz de estados de proyecto que deben seguir cubiertos por doctor/preflight.
|
|
435
460
|
|
|
436
461
|
## 📜 Scripts npm
|
|
437
462
|
|
|
@@ -446,8 +471,13 @@ Notas reales del estado actual:
|
|
|
446
471
|
| `npm run quiver:doctor` | Ejecuta `npx create-quiver doctor`. |
|
|
447
472
|
| `npm run quiver:evidence` | Ejecuta `npx create-quiver evidence`; usalo como `npm run quiver:evidence -- run -- <comando>`. |
|
|
448
473
|
| `npm run quiver:ai:agent` | Ejecuta `npx create-quiver ai agent`. |
|
|
474
|
+
| `npm run quiver:ai:inspect` | Ejecuta `npx create-quiver ai inspect`. |
|
|
475
|
+
| `npm run quiver:ai:export` | Ejecuta `npx create-quiver ai export`. |
|
|
476
|
+
| `npm run quiver:ai:specs` | Ejecuta `npx create-quiver ai specs list`. |
|
|
477
|
+
| `npm run quiver:ai:slices` | Ejecuta `npx create-quiver ai slices list`. |
|
|
478
|
+
| `npm run quiver:ai:trace` | Ejecuta `npx create-quiver ai trace report`. |
|
|
449
479
|
| `npm run quiver:ai:onboard` | Ejecuta onboarding de IA. |
|
|
450
|
-
| `npm run quiver:ai:prepare-context` | Prepara
|
|
480
|
+
| `npm run quiver:ai:prepare-context` | Prepara docs de contexto IA solo en documentación; usalo primero con `-- --dry-run` para revisar diffs y contradicciones. |
|
|
451
481
|
| `npm run quiver:ai:plan` | Ejecuta planificación IA por fases. |
|
|
452
482
|
| `npm run quiver:ai:review-plan` | Revisa el plan técnico antes de aprobarlo y crear la spec. |
|
|
453
483
|
| `npm run quiver:ai:approve` | Guarda criterios o planes aprobados. |
|
|
@@ -462,6 +492,7 @@ Notas reales del estado actual:
|
|
|
462
492
|
| `npm run quiver:spec:close` | Ejecuta `npx create-quiver spec close`. |
|
|
463
493
|
| `npm run package:quiver` | Empaqueta y valida el tarball npm. |
|
|
464
494
|
| `npm run smoke:create-quiver` | Smoke del instalador `create-quiver`. |
|
|
495
|
+
| `npm run smoke:doctor-fixtures` | Smoke de la matriz de fixtures para validación, doctor y errores accionables. |
|
|
465
496
|
| `npm run smoke:guided-workflow` | Smoke del flujo guiado con IA, PR, cleanup y package safety. |
|
|
466
497
|
| `npm run smoke:tiered-pack` | Smoke de context packs y lifecycle. |
|
|
467
498
|
| `npm run release:quiver` | Release dry-run o publish, según flags. |
|
|
@@ -522,7 +553,8 @@ Checklist de release:
|
|
|
522
553
|
|
|
523
554
|
1. `node --test tests/**/*.test.js`
|
|
524
555
|
2. `npm run smoke:create-quiver`
|
|
525
|
-
3. `npm run smoke:
|
|
556
|
+
3. `npm run smoke:doctor-fixtures`
|
|
557
|
+
4. `npm run smoke:guided-workflow`
|
|
526
558
|
4. `npm run smoke:tiered-pack`
|
|
527
559
|
5. `npm pack --dry-run`
|
|
528
560
|
6. Confirmar que el PR esta aprobado antes de publicar.
|
package/README_FOR_AI.md
CHANGED
|
@@ -15,12 +15,16 @@ Use `npx create-quiver evidence run -- <command>` to capture validation evidence
|
|
|
15
15
|
Use `npx create-quiver demo create spec-viewer --dry-run` to inspect the optional Quiver Spec Viewer demo scaffold, then add `--dir <target>` for a real run. The demo is not part of default init and must remain small, static, dependency-light, and non-destructive.
|
|
16
16
|
The v20, v21, v22, and v23 specs are completed. `specs/quiver-v23-guided-flow-productization/` productized the manual planner/executor prompt workflow into guided Quiver commands, profiles, compact prompts, safe approvals, executor prompts, delegated execution modes, and release readiness evidence.
|
|
17
17
|
The v24 spec is implemented under `specs/quiver-v24-dx-onboarding-hardening/`; it captures DX hardening found while dogfooding Quiver with Quiver Spec Viewer, including init hygiene, CLI ambiguity, local slice validation, analyzer quality, AI context preparation, evidence capture, and demo scaffolding. Do not claim a package release until npm publication actually happens.
|
|
18
|
+
The v25 spec is implemented under `specs/quiver-v25-ai-first-lifecycle-orchestrator/` and shipped in `create-quiver@0.12.0`; it covers safe AI onboarding docs, strict run state, phase locks, agent adapters, approval gates, spec/slice generation, execution planning, controlled slice execution, worktree/PR lifecycle, validation hardening, export, and migration.
|
|
19
|
+
The v26 hotfix spec is implemented under `specs/quiver-v26-0121-smoke-hardening/`; it prepares `create-quiver@0.12.1` smoke hardening for CLI help/version output, generated doc links, AI approval/review guidance, local validation, slice brief validation, demo readiness, scoped plan/graph performance, and release smoke coverage. Do not claim `0.12.1` is published until npm publication actually happens after PR merge.
|
|
18
20
|
Guided AI workflow behavior is available: prepare, approvals, production-readiness plan review, spec worktrees, executor commits, execution waves, PR creation, spec close, and package safety.
|
|
19
|
-
Generated projects also get `quiver:*` npm scripts that call the Node CLI directly; prefer those for repeatable project workflows, including `quiver:flow` for the read-only guided entrypoint, `quiver:plan` for sequential planning, `quiver:graph` for parallel-level inspection, `quiver:next` for the next ready slice, `quiver:evidence` for local command evidence, `quiver:spec:create` for real spec generation, and the AI family `quiver:ai:agent`, `quiver:ai:onboard`, `quiver:ai:prepare-context`, `quiver:ai:plan`, `quiver:ai:review-plan`, `quiver:ai:approve`, `quiver:ai:prompt-slice`, `quiver:ai:execute-slice`, `quiver:ai:execute-plan`, `quiver:ai:pr`, and `quiver:ai:doctor`. Use `quiver:graph --format mermaid` for PR-ready Markdown or `quiver:graph --format dot` for Graphviz source.
|
|
21
|
+
Generated projects also get `quiver:*` npm scripts that call the Node CLI directly; prefer those for repeatable project workflows, including `quiver:flow` for the read-only guided entrypoint, `quiver:plan` for sequential planning, `quiver:graph` for parallel-level inspection, `quiver:next` for the next ready slice, `quiver:evidence` for local command evidence, `quiver:spec:create` for real spec generation, and the AI family `quiver:ai:agent`, `quiver:ai:inspect`, `quiver:ai:export`, `quiver:ai:specs`, `quiver:ai:slices`, `quiver:ai:trace`, `quiver:ai:onboard`, `quiver:ai:prepare-context`, `quiver:ai:plan`, `quiver:ai:review-plan`, `quiver:ai:approve`, `quiver:ai:prompt-slice`, `quiver:ai:execute-slice`, `quiver:ai:execute-plan`, `quiver:ai:pr`, and `quiver:ai:doctor`. Use `quiver:graph --format mermaid` for PR-ready Markdown or `quiver:graph --format dot` for Graphviz source.
|
|
20
22
|
`quiver:ai:execute-plan` supports `--mode manual` for paste-ready executor prompts and `--mode delegated` for temporary worktrees on parallel-ready waves; unsafe waves fall back to sequential execution.
|
|
21
23
|
Agent profiles live in `.quiver/agents/profiles.json`; they store role, provider, model label, context label, and display label only. Do not store API keys, tokens, or credentials there.
|
|
22
24
|
Planner drafts are versioned under `.quiver/approvals/<phase>/drafts/`; review the technical-plan draft with `npx create-quiver ai review-plan --dry-run` before approving it, then approve a concrete version with `npx create-quiver ai approve --phase <phase> --version <n>` when reviewing iterations.
|
|
25
|
+
AI lifecycle runs are persisted under `.quiver/runs/<run-id>/`; use `npx create-quiver ai run create --input <requirements.md>` to start one explicitly, `npx create-quiver ai status` to inspect it, `npx create-quiver ai resume` to continue from the last valid phase without relying on chat memory, and `npx create-quiver ai export --format json|markdown` when another agent, PR, or dashboard needs the current specs/slices/runs state.
|
|
23
26
|
Maintain release notes and package publishing with `scripts/release-quiver.sh`.
|
|
27
|
+
Use `npm run smoke:doctor-fixtures` after changing doctor, preflight, validation, actionable errors, or fixture coverage.
|
|
24
28
|
The primary generated project context for agents is `docs/AI_CONTEXT.md`.
|
|
25
29
|
The project map is the single source of truth for stack, package manager, commands, and file hints: `docs/PROJECT_MAP.md`.
|
|
26
30
|
The raw analyzer output is internal machinery at `.quiver/scans/PROJECT_SCAN.json`; read it only when the visible map is not enough.
|
|
@@ -60,7 +64,7 @@ Prefer maps, metadata, diffs, and summaries over full file reads when they are e
|
|
|
60
64
|
- The normal workflow runs from the project root without `--dir`; use `--dir` only when targeting another directory explicitly.
|
|
61
65
|
- The cross-platform contract targets native macOS, Linux, and Windows users through the Node CLI (`npx create-quiver ...`) and generated `quiver:*` npm scripts. Bash wrappers are legacy or optional compatibility, not the primary path. Keep root README examples clear about adapting SSH identity paths on Windows PowerShell, Git Bash, WSL, macOS, and Linux.
|
|
62
66
|
- The support contract lives in `docs/SUPPORT_MATRIX.md` and `docs/TROUBLESHOOTING.md`.
|
|
63
|
-
- Generated project npm scripts should prefer `quiver:*` names such as `quiver:analyze`, `quiver:flow`, `quiver:plan`, `quiver:graph`, `quiver:next`, `quiver:doctor`, `quiver:evidence`, `quiver:ai:agent`, `quiver:ai:prepare-context`, `quiver:ai:plan`, `quiver:ai:review-plan`, `quiver:ai:approve`, `quiver:ai:prompt-slice`, `quiver:ai:execute-slice`, `quiver:ai:execute-plan`, `quiver:spec:create`, `quiver:spec:start`, `quiver:spec:status`, `quiver:spec:close`, `quiver:start-slice`, `quiver:check-slice`, and `quiver:check-pr`.
|
|
67
|
+
- Generated project npm scripts should prefer `quiver:*` names such as `quiver:analyze`, `quiver:flow`, `quiver:plan`, `quiver:graph`, `quiver:next`, `quiver:doctor`, `quiver:evidence`, `quiver:ai:agent`, `quiver:ai:inspect`, `quiver:ai:export`, `quiver:ai:specs`, `quiver:ai:slices`, `quiver:ai:trace`, `quiver:ai:prepare-context`, `quiver:ai:plan`, `quiver:ai:review-plan`, `quiver:ai:approve`, `quiver:ai:prompt-slice`, `quiver:ai:execute-slice`, `quiver:ai:execute-plan`, `quiver:spec:create`, `quiver:spec:start`, `quiver:spec:status`, `quiver:spec:close`, `quiver:start-slice`, `quiver:check-slice`, and `quiver:check-pr`.
|
|
64
68
|
- Optional demos are created with `npx create-quiver demo create spec-viewer`; do not add demo output to the package or default init flow.
|
|
65
69
|
- `quiver:graph` defaults to the tree view; choose `--format mermaid` or `--format dot` when you need exportable graph artifacts.
|
|
66
70
|
- `quiver:next` prints the next ready slice and can auto-start it behind a confirmation prompt.
|
|
@@ -129,33 +133,31 @@ Init preserves existing target files and reports skipped copies instead of overw
|
|
|
129
133
|
After initialization, the user should:
|
|
130
134
|
|
|
131
135
|
1. Run `npx create-quiver flow` when unsure about the next safe command
|
|
132
|
-
2.
|
|
133
|
-
3.
|
|
134
|
-
4.
|
|
135
|
-
5.
|
|
136
|
-
6.
|
|
137
|
-
7.
|
|
138
|
-
8.
|
|
139
|
-
9.
|
|
140
|
-
10.
|
|
141
|
-
11.
|
|
142
|
-
12.
|
|
143
|
-
13. Use `npx create-quiver ai plan --phase
|
|
144
|
-
14.
|
|
145
|
-
15.
|
|
146
|
-
16.
|
|
147
|
-
17.
|
|
148
|
-
18.
|
|
149
|
-
19. Run `npx create-quiver
|
|
150
|
-
20. Run `npx create-quiver plan` or `
|
|
151
|
-
21.
|
|
152
|
-
22.
|
|
153
|
-
23.
|
|
154
|
-
24.
|
|
155
|
-
25.
|
|
156
|
-
26.
|
|
157
|
-
27. After merge, close the worktree with `npx create-quiver spec close specs/<spec-slug>`
|
|
158
|
-
28. Validate the slice and the final PR with the workflow gates
|
|
136
|
+
2. Run `npx create-quiver ai prepare-context --dry-run` to preview onboarding docs, diffs, assumptions, risks, contradictions, and omitted paths
|
|
137
|
+
3. After review, run `npx create-quiver ai prepare-context` to write docs-only context updates; Quiver snapshots touched docs under `.quiver/runs/<run-id>/snapshots/` and preserves human-authored content
|
|
138
|
+
4. Run `npx create-quiver analyze` if `docs/PROJECT_MAP.md` or `.quiver/scans/PROJECT_SCAN.json` is missing or stale
|
|
139
|
+
5. If the project already exists from an older Quiver version and was previously initialized by Quiver, run `npx create-quiver migrate`
|
|
140
|
+
6. If the project was never initialized by Quiver, run `npx create-quiver init --name "Project Name"` instead of `migrate`
|
|
141
|
+
7. Ask the AI agent to execute `docs/AI_ONBOARDING_PROMPT.md`
|
|
142
|
+
8. Review context docs before creating the first implementation slice
|
|
143
|
+
9. Open and merge the documentation PR that establishes the workflow files
|
|
144
|
+
10. Save reusable provider choices with `npx create-quiver ai agent set planner --provider <provider> --model "<label>"`, `npx create-quiver ai agent set executor --provider <provider> --model "<label>"`, and `npx create-quiver ai agent set doctor --provider <provider> --model "<label>"`
|
|
145
|
+
11. Use `npx create-quiver ai plan --phase acceptance --input requirements.md --dry-run`; use `--print-prompt` when you need the exact prompt without provider auth
|
|
146
|
+
12. If the human asks for changes, create a new draft with `npx create-quiver ai revise --phase acceptance --input feedback.md --dry-run`; after human approval, save the selected current draft with `npx create-quiver ai approve --phase acceptance --version <n>`
|
|
147
|
+
13. Use `npx create-quiver ai plan --phase technical-plan --dry-run`
|
|
148
|
+
14. Review the technical plan with `npx create-quiver ai review-plan --dry-run`, inspect exact prompt with `--print-prompt` if needed, then run it without `--dry-run` when ready
|
|
149
|
+
15. After human approval, save the reviewed plan version with `npx create-quiver ai approve --phase technical-plan --version <n>`
|
|
150
|
+
16. Use `npx create-quiver spec create --dry-run` to preview the real spec, slices, handoffs, execution plan, and PR body, then run it without `--dry-run` when ready
|
|
151
|
+
17. Run `npx create-quiver spec start specs/<spec-slug> --dry-run` to inspect the planned worktree, then run without `--dry-run` to create or reuse it
|
|
152
|
+
18. Run `npx create-quiver plan` or `npm run quiver:plan`
|
|
153
|
+
19. Run `npx create-quiver next` or `npm run quiver:next`
|
|
154
|
+
20. Run `npx create-quiver ai execute-plan --dry-run --commit --mode manual` to inspect prompts, or `npx create-quiver ai execute-plan --dry-run --commit --mode delegated` to inspect delegated execution waves
|
|
155
|
+
21. For manual assignment, print a minimal executor prompt with `npx create-quiver ai prompt-slice --slice <slice.json> --dry-run`
|
|
156
|
+
22. Execute one slice with `npx create-quiver ai execute-slice --slice <slice.json> --commit` or execute delegated waves with `npx create-quiver ai execute-plan --execute --commit --mode delegated`; single-slice execution must run from the declared slice branch, validates `allowed_write_paths`/`files`, redacts captured logs, and updates closure, evidence, command log, status, and `slice.json`
|
|
157
|
+
23. Keep one commit per slice
|
|
158
|
+
24. Open one PR per spec with `npx create-quiver ai pr --dry-run --input specs/<spec-slug>/pr.md --ssh-host-alias <alias> ...`, then `--create` only after review; PR creation is blocked while spec slices remain open
|
|
159
|
+
25. After merge, close the worktree with `npx create-quiver spec close specs/<spec-slug>`
|
|
160
|
+
26. Validate the slice and the final PR with the workflow gates
|
|
159
161
|
|
|
160
162
|
Bootstrap note: `start-slice` should resolve paths canonically, prefer a local `develop` or `main` base branch before reaching for `origin`, and reject `draft` slices unless `--allow-draft` is passed intentionally.
|
|
161
163
|
Release note: `scripts/package-quiver.sh` runs package safety against the npm tarball and must fail if local AI state, env files, npm credentials, or worktree state would be published.
|
package/ROADMAP.md
CHANGED
|
@@ -55,9 +55,19 @@
|
|
|
55
55
|
- Shipped v22 Guided AI Workflow after `0.10.0`: preparation diagnostics, approval state, spec worktrees, executor commits, execution waves, PR creation, post-merge cleanup, and release/package safety are implemented on the release branch.
|
|
56
56
|
- Shipped v23 Guided Flow Productization after `0.10.0`: short `quiver` entrypoint, flow status, agent profiles, token-efficient onboarding, versioned planner drafts, production plan review, spec create, executor prompts, delegated worktrees, and final smoke/readiness coverage are implemented on the release branch and ready for the next package release.
|
|
57
57
|
|
|
58
|
-
## v0.11 — DX Onboarding Hardening (
|
|
58
|
+
## v0.11 — DX Onboarding Hardening (shipped 2026-05-22)
|
|
59
59
|
|
|
60
|
-
-
|
|
60
|
+
- Published package `0.11.0`.
|
|
61
|
+
- **v24** — DX and onboarding hardening from real Quiver Spec Viewer dogfooding: init hygiene, CLI ambiguity, version mismatch checks, local slice validation, analyzer quality, AI context preparation, evidence capture, optional demo scaffolding, documentation, and smoke coverage.
|
|
62
|
+
|
|
63
|
+
## v0.12 — AI-First Lifecycle Orchestrator (shipped 2026-05-22)
|
|
64
|
+
|
|
65
|
+
- Published package `0.12.0`.
|
|
66
|
+
- **v25** — AI-first lifecycle orchestrator: safe AI onboarding docs, strict run state, phase locks, agent adapters, approval gates, generated specs/slices/handoffs/PR body, execution waves, controlled slice execution, worktree/PR lifecycle, validation hardening, export, and migration.
|
|
67
|
+
|
|
68
|
+
## v0.12.1 — Smoke Hardening Hotfix (release-ready, pending publication)
|
|
69
|
+
|
|
70
|
+
- **v26** — `0.12.1` smoke hardening from clean npm package validation: CLI help/version output, generated doc links, AI approval/review guidance, local validation, slice brief validation, demo scaffold readiness, scoped plan/graph performance, and release smoke coverage.
|
|
61
71
|
|
|
62
72
|
## Post-Checkpoint Plan (do not execute before validating v14)
|
|
63
73
|
|
|
@@ -71,7 +81,9 @@
|
|
|
71
81
|
- **v21 — AI-First Layout** (completed): clean default init, `.quiver/` internals, analyze scan relocation, optional legacy assets, and no-spec-safe commands.
|
|
72
82
|
- **v22 — Guided AI Workflow** (completed): guided preparation, approvals, spec worktrees, executor commits, execution waves, PR creation, cleanup, and release/package safety live in `specs/quiver-v22-guided-ai-workflow/`.
|
|
73
83
|
- **v23 — Guided Flow Productization** (completed): AI-first flow command, agent profiles, compact onboarding/planning prompts, production plan review, explicit `spec create`, manual executor prompts, delegated worktree execution, and release readiness live in `specs/quiver-v23-guided-flow-productization/`.
|
|
74
|
-
- **v24 — DX Onboarding Hardening** (
|
|
84
|
+
- **v24 — DX Onboarding Hardening** (shipped in `0.11.0`): real-world dogfooding fixes for init/templates, CLI routing, doctor/prepare, local validation, analyzer, AI context preparation, evidence, and demos live in `specs/quiver-v24-dx-onboarding-hardening/`.
|
|
85
|
+
- **v25 — AI-First Lifecycle Orchestrator** (shipped in `0.12.0`): safe AI onboarding docs, strict run state, phase locks, agent adapters, approval gates, generated specs/slices/handoffs/PR body, execution waves, controlled slice execution, worktree/PR lifecycle, validation hardening, export, and migration live in `specs/quiver-v25-ai-first-lifecycle-orchestrator/`.
|
|
86
|
+
- **v26 — 0.12.1 Smoke Hardening** (release-ready, pending publication): first-use hardening from clean npm smoke testing, covering CLI help/version output, generated doc links, AI approval/review guidance, local validation, slice brief validation, demo readiness, scoped plan/graph performance, and release smoke coverage live in `specs/quiver-v26-0121-smoke-hardening/`.
|
|
75
87
|
|
|
76
88
|
The shipped v20/v21/v22/v23 work is no longer pending. The older context-diagnostics and slice-archaeology ideas remain deferred until real demand justifies them.
|
|
77
89
|
|
|
@@ -74,8 +74,14 @@ Si usás los comandos de IA de Quiver, empezá con `--dry-run` para revisar prov
|
|
|
74
74
|
npm run quiver:prepare -- --dry-run
|
|
75
75
|
npm run quiver:ai:prepare-context -- --dry-run
|
|
76
76
|
npm run quiver:ai:onboard -- --dry-run
|
|
77
|
+
npm run quiver:ai:inspect
|
|
78
|
+
npm run quiver:ai:export -- --format json
|
|
79
|
+
npm run quiver:ai:specs
|
|
80
|
+
npm run quiver:ai:slices
|
|
81
|
+
npm run quiver:ai:trace
|
|
77
82
|
npm run quiver:ai:plan -- --phase acceptance --input requirements.md --dry-run
|
|
78
|
-
npm run quiver:ai:
|
|
83
|
+
npm run quiver:ai:revise -- --phase acceptance --input feedback.md --dry-run
|
|
84
|
+
npm run quiver:ai:approve -- --phase acceptance --version <n>
|
|
79
85
|
npm run quiver:ai:plan -- --phase technical-plan --dry-run
|
|
80
86
|
npm run quiver:ai:review-plan -- --dry-run
|
|
81
87
|
npm run quiver:ai:approve -- --phase technical-plan --version <n>
|
|
@@ -11,6 +11,10 @@ This document is the canonical command reference for the orchestration roadmap.
|
|
|
11
11
|
|---------|---------|----|-------|---------|
|
|
12
12
|
| `npx create-quiver init --name "<project>"` | Creates the default AI-first Quiver contract for a project | macOS, Linux, Windows | current | `npx create-quiver init --name "{{PROJECT_NAME}}"` |
|
|
13
13
|
| `npx create-quiver --name "<project>"` | Compatibility alias for the recommended init flow | macOS, Linux, Windows | current | `npx create-quiver --name "{{PROJECT_NAME}}"` |
|
|
14
|
+
| `npx create-quiver --version` | Prints the installed CLI version | macOS, Linux, Windows | current | `npx create-quiver --version` |
|
|
15
|
+
| `npx create-quiver --help` | Lists all public commands with descriptions, key options, and recommended examples | macOS, Linux, Windows | current | `npx create-quiver --help` |
|
|
16
|
+
| `npx create-quiver help` | Readable alias for the complete CLI help | macOS, Linux, Windows | current | `npx create-quiver help` |
|
|
17
|
+
| `quiver --help` | Shows the same help when Quiver is installed locally as a project dependency | macOS, Linux, Windows | current | `quiver --help` |
|
|
14
18
|
| `npx create-quiver flow` | Shows the read-only guided flow entrypoint and next safe command | macOS, Linux, Windows | v0.11 | `npx create-quiver flow` |
|
|
15
19
|
| `quiver:analyze` | Writes raw analyzer data to `.quiver/scans/PROJECT_SCAN.json` and the visible project map to `docs/PROJECT_MAP.md` | macOS, Linux, Windows | v0.8 | `npm run quiver:analyze` |
|
|
16
20
|
| `quiver:flow` | Runs the guided flow entrypoint through the generated npm script | macOS, Linux, Windows | v0.11 | `npm run quiver:flow` |
|
|
@@ -19,22 +23,37 @@ This document is the canonical command reference for the orchestration roadmap.
|
|
|
19
23
|
| `quiver:doctor -- --fix --dry-run` | Previews safe non-destructive repairs without writing files | macOS, Linux, Windows | v0.11 | `npm run quiver:doctor -- --fix --dry-run` |
|
|
20
24
|
| `quiver:doctor -- --fix` | Applies safe idempotent repairs after review | macOS, Linux, Windows | v0.11 | `npm run quiver:doctor -- --fix` |
|
|
21
25
|
| `quiver:evidence -- run -- <command>` | Captures command validation evidence with exit code, duration, redacted/truncated output, and a local Markdown record | macOS, Linux, Windows | v0.11 | `npm run quiver:evidence -- run -- npm test` |
|
|
26
|
+
| `npx create-quiver ai run create --input <requirements.md>` | Creates a persistent AI lifecycle run under `.quiver/runs/` | macOS, Linux, Windows | v0.12 | `npx create-quiver ai run create --input requirements.md` |
|
|
27
|
+
| `npx create-quiver ai status` | Shows the current AI lifecycle phase and next safe command | macOS, Linux, Windows | v0.12 | `npx create-quiver ai status` |
|
|
28
|
+
| `npx create-quiver ai resume` | Resumes guidance from the last valid AI lifecycle phase | macOS, Linux, Windows | v0.12 | `npx create-quiver ai resume` |
|
|
29
|
+
| `npx create-quiver ai inspect` | Shows actionable lifecycle state for specs, slices, runs, agents, layout, and next commands | macOS, Linux, Windows | v0.13 | `npx create-quiver ai inspect` |
|
|
30
|
+
| `npx create-quiver ai export --format json` | Emits machine-readable specs, slices, runs, agents, dependencies, blockers, and migration state | macOS, Linux, Windows | v0.13 | `npx create-quiver ai export --format json` |
|
|
31
|
+
| `npx create-quiver ai export --format markdown` | Emits readable Markdown lifecycle state for PRs or docs | macOS, Linux, Windows | v0.13 | `npx create-quiver ai export --format markdown` |
|
|
32
|
+
| `npx create-quiver ai specs list` | Lists specs with state, progress, slice counts, and paths | macOS, Linux, Windows | v0.13 | `npx create-quiver ai specs list` |
|
|
33
|
+
| `npx create-quiver ai slices list` | Lists slices with state, progress, dependencies, and blockers | macOS, Linux, Windows | v0.13 | `npx create-quiver ai slices list --json` |
|
|
34
|
+
| `npx create-quiver ai trace report` | Reports AI runs, execution waves, and migration guidance | macOS, Linux, Windows | v0.13 | `npx create-quiver ai trace report` |
|
|
22
35
|
| `npx create-quiver demo create spec-viewer --dry-run` | Previews the optional Quiver Spec Viewer demo scaffold without writing files | macOS, Linux, Windows | v0.11 | `npx create-quiver demo create spec-viewer --dry-run` |
|
|
23
|
-
| `npx create-quiver demo create spec-viewer --dir <target>` | Creates a small static demo app with example specs, slices,
|
|
24
|
-
| `quiver:plan` | Sequential orchestration planning command | macOS, Linux, Windows | v0.8 |
|
|
25
|
-
| `quiver:graph` | Parallel-level orchestration tree command | macOS, Linux, Windows | v0.8 |
|
|
26
|
-
| `quiver:next` | Ready-slice suggestion command | macOS, Linux, Windows | v0.8 |
|
|
36
|
+
| `npx create-quiver demo create spec-viewer --dir <target>` | Creates a small static demo app with Quiver metadata, example specs, slices, validation scripts, and port fallback | macOS, Linux, Windows | v0.12.1 | `npx create-quiver demo create spec-viewer --dir ./quiver-spec-viewer` |
|
|
37
|
+
| `quiver:plan` | Sequential orchestration planning command | macOS, Linux, Windows | v0.8 | `npm run quiver:plan -- --spec <spec>` |
|
|
38
|
+
| `quiver:graph` | Parallel-level orchestration tree command | macOS, Linux, Windows | v0.8 | `npm run quiver:graph -- --format mermaid --spec <spec>` |
|
|
39
|
+
| `quiver:next` | Ready-slice suggestion command | macOS, Linux, Windows | v0.8 | `npm run quiver:next -- --all-ready` |
|
|
27
40
|
| `quiver:plan -- --include-completed` | Shows completed slices for audit/demo history | macOS, Linux, Windows | v0.11 | `npm run quiver:plan -- --include-completed --spec <spec>` |
|
|
28
41
|
| `quiver:graph -- --include-completed` | Includes completed slices in the dependency graph history view | macOS, Linux, Windows | v0.11 | `npm run quiver:graph -- --include-completed --spec <spec>` |
|
|
29
42
|
| `quiver:next -- --include-completed` | Keeps actionable next-slice output and appends completed history | macOS, Linux, Windows | v0.11 | `npm run quiver:next -- --include-completed --spec <spec>` |
|
|
30
|
-
| `quiver:ai:agent` | Stores reusable planner/executor/reviewer/
|
|
43
|
+
| `quiver:ai:agent` | Stores reusable planner/executor/reviewer/doctor provider profiles without secrets | macOS, Linux, Windows | v0.11 | `npm run quiver:ai:agent -- set planner --provider codex --model "planner-model"` |
|
|
44
|
+
| `quiver:ai:inspect` | Shows actionable lifecycle state through the generated npm script | macOS, Linux, Windows | v0.13 | `npm run quiver:ai:inspect` |
|
|
45
|
+
| `quiver:ai:export` | Exports lifecycle state as JSON or Markdown through the generated npm script | macOS, Linux, Windows | v0.13 | `npm run quiver:ai:export -- --format json` |
|
|
46
|
+
| `quiver:ai:specs` | Lists specs through the generated npm script | macOS, Linux, Windows | v0.13 | `npm run quiver:ai:specs` |
|
|
47
|
+
| `quiver:ai:slices` | Lists slices through the generated npm script | macOS, Linux, Windows | v0.13 | `npm run quiver:ai:slices -- --json` |
|
|
48
|
+
| `quiver:ai:trace` | Prints a trace report through the generated npm script | macOS, Linux, Windows | v0.13 | `npm run quiver:ai:trace` |
|
|
31
49
|
| `quiver:ai:onboard` | Runs AI onboarding prompt through a supported local provider CLI | macOS, Linux, Windows | v0.10 | `npm run quiver:ai:onboard -- --dry-run` |
|
|
32
|
-
| `quiver:ai:prepare-context` | Prepares docs-only AI context drafts
|
|
50
|
+
| `quiver:ai:prepare-context` | Prepares docs-only AI context drafts with diff preview, assumptions, risks, contradictions, and snapshots before writes | macOS, Linux, Windows | v0.11 | `npm run quiver:ai:prepare-context -- --dry-run` |
|
|
33
51
|
| `quiver:ai:plan` | Runs phase-gated AI planning for acceptance criteria, technical plan, or spec generation | macOS, Linux, Windows | v0.10 | `npm run quiver:ai:plan -- --phase acceptance --input requirements.md --dry-run` |
|
|
52
|
+
| `quiver:ai:revise` | Creates a new draft version from human feedback without approving or advancing the planner phase | macOS, Linux, Windows | v0.13 | `npm run quiver:ai:revise -- --phase acceptance --input feedback.md --dry-run` |
|
|
34
53
|
| `quiver:ai:review-plan` | Reviews the technical-plan draft for production readiness before approval and spec generation | macOS, Linux, Windows | v0.11 | `npm run quiver:ai:review-plan -- --dry-run` |
|
|
35
|
-
| `quiver:ai:approve` |
|
|
54
|
+
| `quiver:ai:approve` | Approves a concrete saved draft version for the next planner phase | macOS, Linux, Windows | v0.10 | `npm run quiver:ai:approve -- --phase acceptance --version 1` |
|
|
36
55
|
| `quiver:ai:prompt-slice` | Prints a minimal executor prompt for manual slice assignment without calling a provider | macOS, Linux, Windows | v0.11 | `npm run quiver:ai:prompt-slice -- --slice specs/<spec>/slices/<slice>/slice.json --dry-run` |
|
|
37
|
-
| `quiver:ai:execute-slice` | Runs
|
|
56
|
+
| `quiver:ai:execute-slice` | Runs one executor against a slice handoff with branch/worktree checks, scope checks, redacted logs, closure/evidence updates, and optional commit | macOS, Linux, Windows | v0.10 | `npm run quiver:ai:execute-slice -- --slice specs/<spec>/slices/<slice>/slice.json --dry-run --commit` |
|
|
38
57
|
| `quiver:ai:execute-plan` | Prints or executes dependency-safe waves of slices, with manual prompts or delegated worktrees | macOS, Linux, Windows | v0.10 | `npm run quiver:ai:execute-plan -- --dry-run --commit --mode delegated` |
|
|
39
58
|
| `quiver:ai:doctor` | Runs GitHub PR preflight checks without opening a PR | macOS, Linux, Windows | v0.10 | `npm run quiver:ai:doctor -- --dry-run --ssh-host-alias github-work --identity-file ~/.ssh/github-work` |
|
|
40
59
|
| `quiver:ai:pr` | Validates `gh`, reads `pr.md`, prints a PR plan, and creates a PR only with `--create` | macOS, Linux, Windows | v0.10 | `npm run quiver:ai:pr -- --dry-run --input specs/<spec>/pr.md --ssh-host-alias github-work --identity-file ~/.ssh/github-work` |
|
|
@@ -43,6 +62,7 @@ This document is the canonical command reference for the orchestration roadmap.
|
|
|
43
62
|
| `quiver:spec:status` | Shows spec worktree, branch, `slice-00`, and pending slices | macOS, Linux, Windows | v0.10 | `npm run quiver:spec:status -- specs/<spec>` |
|
|
44
63
|
| `quiver:spec:close` | Closes a merged clean spec worktree and pulls the main checkout | macOS, Linux, Windows | v0.10 | `npm run quiver:spec:close -- specs/<spec> --dry-run` |
|
|
45
64
|
| `quiver:check-slice -- --local <slice.json>` | Runs local structural slice validation without remote/base checks | macOS, Linux, Windows | v0.11 | `npm run quiver:check-slice -- --local specs/<spec>/slices/<slice>/slice.json` |
|
|
65
|
+
| `quiver:check-handoff -- <handoff-or-brief.md>` | Validates legacy `HANDOFF.md` files and per-slice `EXECUTION_BRIEF.md` / `CLOSURE_BRIEF.md` files | macOS, Linux, Windows | v0.12.1 | `npm run quiver:check-handoff -- specs/<spec>/slices/<slice>/EXECUTION_BRIEF.md` |
|
|
46
66
|
|
|
47
67
|
## CLI Flags
|
|
48
68
|
|
|
@@ -58,19 +78,20 @@ This document is the canonical command reference for the orchestration roadmap.
|
|
|
58
78
|
| `--max-output <n>` | `evidence run` | Limit captured stdout and stderr characters per section |
|
|
59
79
|
| `--dir <target>` | `demo create spec-viewer` | Select the demo target directory; default is `./quiver-spec-viewer` |
|
|
60
80
|
| `--json` | `plan`, `graph`, `next` | Emit machine-readable JSON |
|
|
61
|
-
| `--format <tree\|mermaid\|dot>` | `graph` | Output format |
|
|
62
81
|
| `--all-ready` | `next` | List all ready slices instead of just the next one |
|
|
63
82
|
| `--only-ready` | `plan` | Show only slices with no pending dependencies |
|
|
64
83
|
| `--include-completed` | `plan`, `graph`, `next` | Include completed slices for audit/demo history without changing default pending-only behavior |
|
|
65
84
|
| `--local` | `check-slice` | Run structural validation without remote/base checks; use normal mode before PR readiness |
|
|
66
85
|
| `--spec <slug>` | `plan`, `graph`, `spec create` | Restrict output to one spec or override the generated spec slug |
|
|
67
|
-
| `--
|
|
86
|
+
| `--format <tree\|mermaid\|dot\|json\|markdown>` | `graph`, `ai export` | Select graph or lifecycle export output format |
|
|
87
|
+
| `--provider <codex\|claude\|gemini>` | `ai onboard`, `ai plan`, `ai revise`, `ai review-plan`, `ai execute-slice`, `ai execute-plan` | Select the local AI CLI adapter |
|
|
68
88
|
| `--model <label>` | `ai agent set` | Store a free-form model label in an agent profile; Quiver does not verify model availability |
|
|
69
89
|
| `--label <label>` | `ai agent set` | Store a display label for the profile |
|
|
70
|
-
| `--
|
|
71
|
-
| `--
|
|
72
|
-
| `--
|
|
73
|
-
| `--
|
|
90
|
+
| `--print-prompt` | `ai onboard`, `ai plan`, `ai revise`, `ai review-plan` | Print the exact provider prompt and exit without executing provider CLIs or requiring provider auth |
|
|
91
|
+
| `--role <planner\|executor\|reviewer\|doctor>` | `ai onboard`, `ai plan`, `ai revise`, `ai execute-slice`, `ai execute-plan` | Select an AI role; execution requires executor |
|
|
92
|
+
| `--context <full\|planning\|slice\|minimal>` | `ai onboard`, `ai plan`, `ai revise`, `ai review-plan`, `ai execute-slice`, `ai execute-plan` | Select a token-budgeted context pack |
|
|
93
|
+
| `--phase <acceptance\|technical-plan\|spec>` | `ai plan`, `ai revise`, `ai approve` | Select the gated planner phase; `ai revise` and `ai approve` do not support `spec` |
|
|
94
|
+
| `--input <file>` | `ai plan`, `ai revise`, `ai review-plan`, `ai pr`, `spec create` | Read requirements, human feedback, plans, review targets, or select the generated PR body |
|
|
74
95
|
| `--version <n>` | `ai approve` | Approve a specific saved draft version |
|
|
75
96
|
| `--slice <slice.json>` | `ai prompt-slice`, `ai execute-slice` | Select the slice handoff to print or execute |
|
|
76
97
|
| `--commit` | `ai execute-slice`, `ai execute-plan` | Commit validated slice changes after provider, scope, and tests pass |
|
|
@@ -91,18 +112,23 @@ This document is the canonical command reference for the orchestration roadmap.
|
|
|
91
112
|
- `quiver:graph --format mermaid` is the PR-friendly Mermaid export; `--format dot` is for Graphviz/DOT consumers.
|
|
92
113
|
- `quiver:next` prints the next ready slice and can auto-start it behind a confirmation prompt.
|
|
93
114
|
- `check-slice` validates `depends_on` targets and requires `parallel_safe_reason` when `parallel_safe` is `never`.
|
|
94
|
-
- `
|
|
95
|
-
- `quiver:ai:
|
|
115
|
+
- `check-handoff` validates both exceptional `HANDOFF.md` transfers and current slice-local `EXECUTION_BRIEF.md` / `CLOSURE_BRIEF.md` contracts.
|
|
116
|
+
- `quiver:ai:onboard`, `quiver:ai:plan`, `quiver:ai:revise`, `quiver:ai:review-plan`, and `quiver:ai:execute-slice` support `codex`, `claude`, and `gemini` through local CLIs. Use `--dry-run` first to inspect the invocation without requiring provider auth, or `--print-prompt` to print the exact planner/reviewer prompt without executing a provider.
|
|
117
|
+
- `quiver:ai:prepare-context -- --dry-run` previews docs-only context drafts, diff snippets, assumptions, risks, contradictions, and omitted paths. Write mode stores snapshots under `.quiver/runs/<run-id>/snapshots/` and preserves human-authored content by appending or refreshing a Quiver-managed block.
|
|
96
118
|
- `quiver:ai:agent` stores provider/model labels under `.quiver/agents/profiles.json`; credentials stay in the provider CLI or OS credential store.
|
|
119
|
+
- `quiver:ai:inspect`, `quiver:ai:specs`, `quiver:ai:slices`, and `quiver:ai:trace` are read-only inspection surfaces for humans and agents.
|
|
120
|
+
- `quiver:ai:export -- --format json` is the dashboard/agent-friendly state contract; `--format markdown` is the PR/docs-friendly version.
|
|
97
121
|
- Planner drafts are versioned under `.quiver/approvals/<phase>/drafts/`; use `quiver:ai:review-plan -- --dry-run` before approving a technical-plan draft, then `quiver:ai:approve -- --phase technical-plan --version 1` to approve the reviewed version.
|
|
98
122
|
- `quiver:ai:prompt-slice -- --dry-run` prints a paste-ready manual executor prompt and does not call a provider.
|
|
99
123
|
- `quiver:evidence -- run -- <command>` preserves the wrapped command exit code. Redaction is best effort; avoid commands that intentionally print secrets.
|
|
100
124
|
- `demo create spec-viewer` is optional and static; it must stay outside default `init`.
|
|
101
|
-
- `quiver:
|
|
125
|
+
- `quiver:spec:start -- --dry-run specs/<spec>` previews the spec worktree path and branch without creating a worktree.
|
|
126
|
+
- `quiver:ai:execute-slice -- --commit` creates exactly one commit only after provider, branch/worktree, scope, and validation commands pass. Commit mode refuses pre-existing dirty files even if `--allow-dirty` is set. Successful execution updates `CLOSURE_BRIEF.md`, `EVIDENCE_REPORT.md`, `COMMAND_LOG.md`, `STATUS.md`, and `slice.json`; likely secrets in captured stdout/stderr are redacted.
|
|
102
127
|
- `quiver:ai:execute-plan -- --dry-run --commit --mode manual` prints paste-ready executor prompt commands without provider execution.
|
|
103
128
|
- `quiver:ai:execute-plan -- --dry-run --commit --mode delegated` prints safe delegated waves and falls back to sequential mode when file scope is missing or overlapping.
|
|
104
129
|
- `quiver:ai:execute-plan -- --execute --commit --mode delegated` uses temporary worktrees for parallel-ready waves and integrates one validated commit per slice.
|
|
105
|
-
- `quiver:ai:pr -- --dry-run` validates GitHub CLI, auth, Git remote, current branch/worktree, `docs/GITFLOW_PR_GUIDE.md`, SSH host alias, identity file,
|
|
130
|
+
- `quiver:ai:pr -- --dry-run` validates GitHub CLI, auth, Git remote, current branch/worktree, `docs/GITFLOW_PR_GUIDE.md`, SSH host alias, optional identity file, `pr.md`, and open slice status without creating a PR. Add `--create` only after reviewing the plan.
|
|
106
131
|
- `quiver:spec:close` refuses dirty or unmerged spec worktrees unless discard behavior is explicitly requested.
|
|
132
|
+
- `npm run smoke:doctor-fixtures` validates the required fixture matrix for doctor, validation, and actionable error coverage in the Quiver source repo.
|
|
107
133
|
- After `init` or `migrate`, Quiver auto-installs itself as a dev dependency. Use `--skip-install` to suppress.
|
|
108
134
|
- Cross-platform authoring rules live in `docs/SUPPORT_MATRIX.md`.
|
package/docs/STATUS.md.template
CHANGED
|
@@ -10,9 +10,13 @@ This page tracks progress, blockers, and the current slice. Stack and command de
|
|
|
10
10
|
|
|
11
11
|
## Slice Summary
|
|
12
12
|
|
|
13
|
+
No implementation slices exist yet. Create specs and slices only after acceptance criteria are approved and the technical plan is reviewed and approved.
|
|
14
|
+
|
|
15
|
+
When slices exist, track them here with:
|
|
16
|
+
|
|
13
17
|
| Slice | Title | Status | Progress | Spec |
|
|
14
18
|
|-------|-------|--------|----------|------|
|
|
15
|
-
|
|
|
19
|
+
| slice-00 | Documentary foundation | Pending | 0% | `specs/<spec>/slices/slice-00-.../slice.json` |
|
|
16
20
|
|
|
17
21
|
## Blockers
|
|
18
22
|
|