create-quiver 0.9.1 → 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.
- package/BACKLOG.md +16 -17
- package/CHANGELOG.md +34 -0
- package/README.md +419 -330
- package/README_FOR_AI.md +93 -56
- package/ROADMAP.md +22 -11
- package/docs/AI_CONTEXT.md.template +2 -0
- package/docs/AI_ONBOARDING_PROMPT.md.template +36 -19
- package/docs/COMMANDS.md.template +73 -1
- package/docs/CONTEXTO.md.template +2 -0
- package/docs/DECISIONS.md.template +1 -0
- package/docs/GITFLOW_PR_GUIDE.md.template +11 -0
- package/docs/INDEX.md.template +20 -18
- package/docs/STANDARD.md.template +1 -1
- package/docs/STATUS.md.template +1 -0
- package/docs/SUPPORT_MATRIX.md.template +6 -2
- package/docs/TROUBLESHOOTING.md.template +79 -1
- package/docs/WORKFLOW.md.template +26 -18
- package/package.json +24 -2
- package/package.template.json +24 -7
- package/scripts/check-pr-readiness.sh +1 -1
- package/scripts/check-scope.sh +0 -1
- package/scripts/check-slice-readiness.sh +3 -4
- package/scripts/init-docs.sh +53 -6
- package/scripts/package-quiver.sh +18 -2
- package/specs/quiver-v20-ai-cli-orchestration/EVIDENCE_REPORT.md +23 -0
- package/specs/quiver-v20-ai-cli-orchestration/EXECUTION_PLAN.md +57 -0
- package/specs/quiver-v20-ai-cli-orchestration/SPEC.md +202 -0
- package/specs/quiver-v20-ai-cli-orchestration/STATUS.md +35 -0
- package/specs/quiver-v20-ai-cli-orchestration/pr.md +100 -0
- package/specs/quiver-v20-ai-cli-orchestration/slices/slice-00-spec-foundation/CLOSURE_BRIEF.md +30 -0
- package/specs/quiver-v20-ai-cli-orchestration/slices/slice-00-spec-foundation/EXECUTION_BRIEF.md +61 -0
- package/specs/quiver-v20-ai-cli-orchestration/slices/slice-00-spec-foundation/slice.json +54 -0
- package/specs/quiver-v20-ai-cli-orchestration/slices/slice-01-ai-provider-runner/CLOSURE_BRIEF.md +39 -0
- package/specs/quiver-v20-ai-cli-orchestration/slices/slice-01-ai-provider-runner/EXECUTION_BRIEF.md +63 -0
- package/specs/quiver-v20-ai-cli-orchestration/slices/slice-01-ai-provider-runner/slice.json +55 -0
- package/specs/quiver-v20-ai-cli-orchestration/slices/slice-02-context-packs-token-budget/CLOSURE_BRIEF.md +40 -0
- package/specs/quiver-v20-ai-cli-orchestration/slices/slice-02-context-packs-token-budget/EXECUTION_BRIEF.md +60 -0
- package/specs/quiver-v20-ai-cli-orchestration/slices/slice-02-context-packs-token-budget/slice.json +54 -0
- package/specs/quiver-v20-ai-cli-orchestration/slices/slice-03-ai-phase-gated-planner/CLOSURE_BRIEF.md +43 -0
- package/specs/quiver-v20-ai-cli-orchestration/slices/slice-03-ai-phase-gated-planner/EXECUTION_BRIEF.md +62 -0
- package/specs/quiver-v20-ai-cli-orchestration/slices/slice-03-ai-phase-gated-planner/slice.json +62 -0
- package/specs/quiver-v20-ai-cli-orchestration/slices/slice-04-spec-slice-handoff-pr-generation/CLOSURE_BRIEF.md +36 -0
- package/specs/quiver-v20-ai-cli-orchestration/slices/slice-04-spec-slice-handoff-pr-generation/EXECUTION_BRIEF.md +63 -0
- package/specs/quiver-v20-ai-cli-orchestration/slices/slice-04-spec-slice-handoff-pr-generation/slice.json +59 -0
- package/specs/quiver-v20-ai-cli-orchestration/slices/slice-05-execution-plan-parallel-worktrees/CLOSURE_BRIEF.md +32 -0
- package/specs/quiver-v20-ai-cli-orchestration/slices/slice-05-execution-plan-parallel-worktrees/EXECUTION_BRIEF.md +61 -0
- package/specs/quiver-v20-ai-cli-orchestration/slices/slice-05-execution-plan-parallel-worktrees/slice.json +59 -0
- package/specs/quiver-v20-ai-cli-orchestration/slices/slice-06-ai-execute-slice-scope-enforcement/CLOSURE_BRIEF.md +36 -0
- package/specs/quiver-v20-ai-cli-orchestration/slices/slice-06-ai-execute-slice-scope-enforcement/EXECUTION_BRIEF.md +64 -0
- package/specs/quiver-v20-ai-cli-orchestration/slices/slice-06-ai-execute-slice-scope-enforcement/slice.json +65 -0
- package/specs/quiver-v20-ai-cli-orchestration/slices/slice-07-github-pr-preflight/CLOSURE_BRIEF.md +36 -0
- package/specs/quiver-v20-ai-cli-orchestration/slices/slice-07-github-pr-preflight/EXECUTION_BRIEF.md +66 -0
- package/specs/quiver-v20-ai-cli-orchestration/slices/slice-07-github-pr-preflight/slice.json +63 -0
- package/specs/quiver-v20-ai-cli-orchestration/slices/slice-08-docs-smokes-release-readiness/CLOSURE_BRIEF.md +35 -0
- package/specs/quiver-v20-ai-cli-orchestration/slices/slice-08-docs-smokes-release-readiness/EXECUTION_BRIEF.md +64 -0
- package/specs/quiver-v20-ai-cli-orchestration/slices/slice-08-docs-smokes-release-readiness/slice.json +77 -0
- package/specs/quiver-v21-ai-first-layout/EVIDENCE_REPORT.md +31 -0
- package/specs/quiver-v21-ai-first-layout/EXECUTION_PLAN.md +185 -0
- package/specs/quiver-v21-ai-first-layout/SPEC.md +212 -0
- package/specs/quiver-v21-ai-first-layout/STATUS.md +37 -0
- package/specs/quiver-v21-ai-first-layout/pr.md +110 -0
- package/specs/quiver-v21-ai-first-layout/slices/slice-00-spec-foundation/CLOSURE_BRIEF.md +30 -0
- package/specs/quiver-v21-ai-first-layout/slices/slice-00-spec-foundation/EXECUTION_BRIEF.md +63 -0
- package/specs/quiver-v21-ai-first-layout/slices/slice-00-spec-foundation/slice.json +45 -0
- package/specs/quiver-v21-ai-first-layout/slices/slice-01-init-profiles-dry-run/CLOSURE_BRIEF.md +31 -0
- package/specs/quiver-v21-ai-first-layout/slices/slice-01-init-profiles-dry-run/EXECUTION_BRIEF.md +59 -0
- package/specs/quiver-v21-ai-first-layout/slices/slice-01-init-profiles-dry-run/slice.json +57 -0
- package/specs/quiver-v21-ai-first-layout/slices/slice-02-internal-layout-template-resolver/CLOSURE_BRIEF.md +32 -0
- package/specs/quiver-v21-ai-first-layout/slices/slice-02-internal-layout-template-resolver/EXECUTION_BRIEF.md +60 -0
- package/specs/quiver-v21-ai-first-layout/slices/slice-02-internal-layout-template-resolver/slice.json +58 -0
- package/specs/quiver-v21-ai-first-layout/slices/slice-03-generation-profiles-visible-contract/CLOSURE_BRIEF.md +34 -0
- package/specs/quiver-v21-ai-first-layout/slices/slice-03-generation-profiles-visible-contract/EXECUTION_BRIEF.md +61 -0
- package/specs/quiver-v21-ai-first-layout/slices/slice-03-generation-profiles-visible-contract/slice.json +64 -0
- package/specs/quiver-v21-ai-first-layout/slices/slice-04-analyze-scan-relocation/CLOSURE_BRIEF.md +32 -0
- package/specs/quiver-v21-ai-first-layout/slices/slice-04-analyze-scan-relocation/EXECUTION_BRIEF.md +58 -0
- package/specs/quiver-v21-ai-first-layout/slices/slice-04-analyze-scan-relocation/slice.json +64 -0
- package/specs/quiver-v21-ai-first-layout/slices/slice-05-empty-specs-layout-doctor/CLOSURE_BRIEF.md +32 -0
- package/specs/quiver-v21-ai-first-layout/slices/slice-05-empty-specs-layout-doctor/EXECUTION_BRIEF.md +60 -0
- package/specs/quiver-v21-ai-first-layout/slices/slice-05-empty-specs-layout-doctor/slice.json +65 -0
- package/specs/quiver-v21-ai-first-layout/slices/slice-06-legacy-migration-optional-assets/CLOSURE_BRIEF.md +31 -0
- package/specs/quiver-v21-ai-first-layout/slices/slice-06-legacy-migration-optional-assets/EXECUTION_BRIEF.md +62 -0
- package/specs/quiver-v21-ai-first-layout/slices/slice-06-legacy-migration-optional-assets/slice.json +66 -0
- package/specs/quiver-v21-ai-first-layout/slices/slice-07-docs-guidance-alignment/CLOSURE_BRIEF.md +33 -0
- package/specs/quiver-v21-ai-first-layout/slices/slice-07-docs-guidance-alignment/EXECUTION_BRIEF.md +61 -0
- package/specs/quiver-v21-ai-first-layout/slices/slice-07-docs-guidance-alignment/slice.json +67 -0
- package/specs/quiver-v21-ai-first-layout/slices/slice-08-smokes-release-readiness/CLOSURE_BRIEF.md +35 -0
- package/specs/quiver-v21-ai-first-layout/slices/slice-08-smokes-release-readiness/EXECUTION_BRIEF.md +66 -0
- package/specs/quiver-v21-ai-first-layout/slices/slice-08-smokes-release-readiness/slice.json +62 -0
- package/specs/quiver-v22-guided-ai-workflow/EVIDENCE_REPORT.md +58 -0
- package/specs/quiver-v22-guided-ai-workflow/EXECUTION_PLAN.md +88 -0
- package/specs/quiver-v22-guided-ai-workflow/SPEC.md +228 -0
- package/specs/quiver-v22-guided-ai-workflow/STATUS.md +42 -0
- package/specs/quiver-v22-guided-ai-workflow/pr.md +104 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-00-spec-foundation/CLOSURE_BRIEF.md +35 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-00-spec-foundation/EXECUTION_BRIEF.md +61 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-00-spec-foundation/slice.json +51 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-01-docs-source-of-truth-sync/CLOSURE_BRIEF.md +31 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-01-docs-source-of-truth-sync/EXECUTION_BRIEF.md +58 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-01-docs-source-of-truth-sync/slice.json +55 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-02-prepare-command-diagnostics/CLOSURE_BRIEF.md +30 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-02-prepare-command-diagnostics/EXECUTION_BRIEF.md +57 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-02-prepare-command-diagnostics/slice.json +57 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-03-context-doc-refresh/CLOSURE_BRIEF.md +32 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-03-context-doc-refresh/EXECUTION_BRIEF.md +56 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-03-context-doc-refresh/slice.json +56 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-04-planner-approval-state/CLOSURE_BRIEF.md +33 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-04-planner-approval-state/EXECUTION_BRIEF.md +56 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-04-planner-approval-state/slice.json +58 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-05-spec-worktree-lifecycle/CLOSURE_BRIEF.md +32 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-05-spec-worktree-lifecycle/EXECUTION_BRIEF.md +56 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-05-spec-worktree-lifecycle/slice.json +54 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-06-executor-commit-recovery/CLOSURE_BRIEF.md +32 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-06-executor-commit-recovery/EXECUTION_BRIEF.md +58 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-06-executor-commit-recovery/slice.json +57 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-07-execution-waves-delegation/CLOSURE_BRIEF.md +32 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-07-execution-waves-delegation/EXECUTION_BRIEF.md +58 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-07-execution-waves-delegation/slice.json +55 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-08-pr-create-gh-ssh/CLOSURE_BRIEF.md +32 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-08-pr-create-gh-ssh/EXECUTION_BRIEF.md +58 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-08-pr-create-gh-ssh/slice.json +53 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-09-post-merge-cleanup-release-safety/CLOSURE_BRIEF.md +33 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-09-post-merge-cleanup-release-safety/EXECUTION_BRIEF.md +59 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-09-post-merge-cleanup-release-safety/slice.json +59 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-10-docs-smokes-release-readiness/CLOSURE_BRIEF.md +34 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-10-docs-smokes-release-readiness/EXECUTION_BRIEF.md +58 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-10-docs-smokes-release-readiness/slice.json +60 -0
- package/specs/quiver-v23-guided-flow-productization/EVIDENCE_REPORT.md +80 -0
- package/specs/quiver-v23-guided-flow-productization/EXECUTION_PLAN.md +80 -0
- package/specs/quiver-v23-guided-flow-productization/SPEC.md +203 -0
- package/specs/quiver-v23-guided-flow-productization/STATUS.md +39 -0
- package/specs/quiver-v23-guided-flow-productization/pr.md +119 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-00-spec-foundation/CLOSURE_BRIEF.md +30 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-00-spec-foundation/EXECUTION_BRIEF.md +61 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-00-spec-foundation/slice.json +51 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-01-short-command-and-flow-entrypoint/CLOSURE_BRIEF.md +33 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-01-short-command-and-flow-entrypoint/EXECUTION_BRIEF.md +35 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-01-short-command-and-flow-entrypoint/slice.json +56 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-02-flow-status-wizard/CLOSURE_BRIEF.md +31 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-02-flow-status-wizard/EXECUTION_BRIEF.md +29 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-02-flow-status-wizard/slice.json +55 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-03-agent-profiles/CLOSURE_BRIEF.md +33 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-03-agent-profiles/EXECUTION_BRIEF.md +29 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-03-agent-profiles/slice.json +54 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-04-context-preparation-onboarding/CLOSURE_BRIEF.md +32 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-04-context-preparation-onboarding/EXECUTION_BRIEF.md +30 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-04-context-preparation-onboarding/slice.json +59 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-05-planner-iteration-history/CLOSURE_BRIEF.md +31 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-05-planner-iteration-history/EXECUTION_BRIEF.md +29 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-05-planner-iteration-history/slice.json +53 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-06-production-plan-review/CLOSURE_BRIEF.md +33 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-06-production-plan-review/EXECUTION_BRIEF.md +30 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-06-production-plan-review/slice.json +54 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-07-spec-create-experience/CLOSURE_BRIEF.md +33 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-07-spec-create-experience/EXECUTION_BRIEF.md +30 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-07-spec-create-experience/slice.json +55 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-08-executor-prompt-generation/CLOSURE_BRIEF.md +32 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-08-executor-prompt-generation/EXECUTION_BRIEF.md +30 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-08-executor-prompt-generation/slice.json +55 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-09-delegated-slice-execution/CLOSURE_BRIEF.md +33 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-09-delegated-slice-execution/EXECUTION_BRIEF.md +34 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-09-delegated-slice-execution/slice.json +57 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-10-docs-smokes-release-readiness/CLOSURE_BRIEF.md +33 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-10-docs-smokes-release-readiness/EXECUTION_BRIEF.md +32 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-10-docs-smokes-release-readiness/slice.json +63 -0
- package/specs/quiver-v24-dx-onboarding-hardening/EVIDENCE_REPORT.md +55 -0
- package/specs/quiver-v24-dx-onboarding-hardening/EXECUTION_PLAN.md +43 -0
- package/specs/quiver-v24-dx-onboarding-hardening/SPEC.md +149 -0
- package/specs/quiver-v24-dx-onboarding-hardening/STATUS.md +31 -0
- package/specs/quiver-v24-dx-onboarding-hardening/pr.md +76 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-00-spec-foundation/CLOSURE_BRIEF.md +31 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-00-spec-foundation/EXECUTION_BRIEF.md +52 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-00-spec-foundation/slice.json +51 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-01-init-template-hygiene/CLOSURE_BRIEF.md +38 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-01-init-template-hygiene/EXECUTION_BRIEF.md +53 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-01-init-template-hygiene/slice.json +55 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-02-cli-command-routing-version-errors/CLOSURE_BRIEF.md +33 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-02-cli-command-routing-version-errors/EXECUTION_BRIEF.md +50 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-02-cli-command-routing-version-errors/slice.json +52 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-03-doctor-fix-doc-link-checks/CLOSURE_BRIEF.md +33 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-03-doctor-fix-doc-link-checks/EXECUTION_BRIEF.md +50 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-03-doctor-fix-doc-link-checks/slice.json +53 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-04-prepare-output-ai-context-drafts/CLOSURE_BRIEF.md +33 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-04-prepare-output-ai-context-drafts/EXECUTION_BRIEF.md +50 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-04-prepare-output-ai-context-drafts/slice.json +70 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-05-local-slice-validation-base-guidance/CLOSURE_BRIEF.md +36 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-05-local-slice-validation-base-guidance/EXECUTION_BRIEF.md +49 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-05-local-slice-validation-base-guidance/slice.json +52 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-06-plan-graph-next-history-views/CLOSURE_BRIEF.md +43 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-06-plan-graph-next-history-views/EXECUTION_BRIEF.md +53 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-06-plan-graph-next-history-views/slice.json +60 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-07-analyzer-command-map-hardening/CLOSURE_BRIEF.md +32 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-07-analyzer-command-map-hardening/EXECUTION_BRIEF.md +50 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-07-analyzer-command-map-hardening/slice.json +51 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-08-evidence-run-command/CLOSURE_BRIEF.md +34 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-08-evidence-run-command/EXECUTION_BRIEF.md +52 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-08-evidence-run-command/slice.json +54 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-09-spec-viewer-demo-scaffolding/CLOSURE_BRIEF.md +34 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-09-spec-viewer-demo-scaffolding/EXECUTION_BRIEF.md +51 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-09-spec-viewer-demo-scaffolding/slice.json +59 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-10-docs-smokes-release-readiness/CLOSURE_BRIEF.md +33 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-10-docs-smokes-release-readiness/EXECUTION_BRIEF.md +54 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-10-docs-smokes-release-readiness/slice.json +76 -0
- package/src/create-quiver/commands/ai.js +915 -0
- package/src/create-quiver/commands/demo.js +22 -0
- package/src/create-quiver/commands/evidence.js +37 -0
- package/src/create-quiver/commands/flow.js +561 -0
- package/src/create-quiver/commands/graph.js +14 -1
- package/src/create-quiver/commands/next.js +28 -0
- package/src/create-quiver/commands/plan.js +6 -3
- package/src/create-quiver/commands/prepare.js +236 -0
- package/src/create-quiver/commands/spec.js +133 -0
- package/src/create-quiver/index.js +1096 -96
- package/src/create-quiver/lib/agent-profiles.js +148 -0
- package/src/create-quiver/lib/ai/context-packs.js +170 -0
- package/src/create-quiver/lib/ai/execution-plan.js +614 -0
- package/src/create-quiver/lib/ai/executor.js +682 -0
- package/src/create-quiver/lib/ai/github.js +525 -0
- package/src/create-quiver/lib/ai/onboarding-template.js +365 -0
- package/src/create-quiver/lib/ai/phase-gates.js +72 -0
- package/src/create-quiver/lib/ai/plan-review.js +283 -0
- package/src/create-quiver/lib/ai/preflight.js +58 -0
- package/src/create-quiver/lib/ai/prompt-transport.js +81 -0
- package/src/create-quiver/lib/ai/prompts.js +39 -0
- package/src/create-quiver/lib/ai/providers.js +315 -0
- package/src/create-quiver/lib/ai/safety.js +156 -0
- package/src/create-quiver/lib/ai/spec-generator.js +314 -0
- package/src/create-quiver/lib/ai/spec-templates.js +715 -0
- package/src/create-quiver/lib/approvals.js +350 -0
- package/src/create-quiver/lib/demo.js +657 -0
- package/src/create-quiver/lib/doctor.js +348 -0
- package/src/create-quiver/lib/evidence.js +115 -0
- package/src/create-quiver/lib/git.js +21 -0
- package/src/create-quiver/lib/init-docs.js +545 -23
- package/src/create-quiver/lib/init-layout.js +451 -0
- package/src/create-quiver/lib/lifecycle.js +8 -2
- package/src/create-quiver/lib/package-safety.js +117 -0
- package/src/create-quiver/lib/paths.js +63 -2
- package/src/create-quiver/lib/project-scan.js +66 -0
- package/src/create-quiver/lib/readiness.js +87 -18
- package/src/create-quiver/lib/scope.js +125 -0
- package/src/create-quiver/lib/slice-graph.js +7 -0
- package/src/create-quiver/lib/slice.js +59 -16
- package/src/create-quiver/lib/spec-worktrees.js +349 -0
- package/src/create-quiver/lib/state.js +18 -1
- package/src/create-quiver/lib/template-resolver.js +74 -0
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
# EXECUTION BRIEF - slice-05: Local slice validation and base branch guidance
|
|
2
|
+
|
|
3
|
+
## Contexto
|
|
4
|
+
|
|
5
|
+
`check-slice` currently assumes a remote/base branch and can fail in a brand-new local repo with a misleading `origin/develop` message.
|
|
6
|
+
|
|
7
|
+
## Objetivo
|
|
8
|
+
|
|
9
|
+
Allow local structural validation while preserving stricter PR/base validation.
|
|
10
|
+
|
|
11
|
+
## Alcance
|
|
12
|
+
|
|
13
|
+
- `check-slice --local`.
|
|
14
|
+
- Base/remote guidance.
|
|
15
|
+
- Omitted-checks reporting.
|
|
16
|
+
- Tests for local repos and remote-less repos.
|
|
17
|
+
|
|
18
|
+
## Criterios de aceptación
|
|
19
|
+
|
|
20
|
+
- Local mode passes without remote when slice structure is valid.
|
|
21
|
+
- Local output lists omitted remote/base checks.
|
|
22
|
+
- Normal mode recommends recovery steps when remote/base is missing.
|
|
23
|
+
|
|
24
|
+
## Plan técnico resumido
|
|
25
|
+
|
|
26
|
+
Split readiness checks into local structural checks and remote/base checks. Route `--local` through the structural subset.
|
|
27
|
+
|
|
28
|
+
## Pasos sugeridos de ejecución
|
|
29
|
+
|
|
30
|
+
1. Identify readiness checks that require Git remote/base.
|
|
31
|
+
2. Add local-mode option.
|
|
32
|
+
3. Add output section for omitted validations.
|
|
33
|
+
4. Add explicit base guidance.
|
|
34
|
+
5. Test both modes.
|
|
35
|
+
|
|
36
|
+
## Restricciones
|
|
37
|
+
|
|
38
|
+
- Do not weaken default PR readiness checks.
|
|
39
|
+
- Do not assume `develop` when `main` is the only local base.
|
|
40
|
+
|
|
41
|
+
## Riesgos
|
|
42
|
+
|
|
43
|
+
- Users may confuse local readiness with PR readiness; output must distinguish them.
|
|
44
|
+
|
|
45
|
+
## Checklist de finalización
|
|
46
|
+
|
|
47
|
+
- [ ] Local mode test.
|
|
48
|
+
- [ ] Missing remote guidance test.
|
|
49
|
+
- [ ] Existing default behavior test.
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-05-local-slice-validation-base-guidance",
|
|
3
|
+
"ticket": "QUIVER-24-05",
|
|
4
|
+
"type": "feature",
|
|
5
|
+
"title": "Local slice validation and base branch guidance",
|
|
6
|
+
"objective": "Separate local slice readiness from remote/base-branch PR readiness so new repos can validate slices without `origin/develop`.",
|
|
7
|
+
"description": "Add `check-slice --local`, configurable base/remote guidance, and clearer output for validations omitted in local mode.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "local-slice-validation-base-guidance",
|
|
12
|
+
"branch_name": "feature/QUIVER-24-05-local-slice-validation-base-guidance"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"src/create-quiver/index.js",
|
|
16
|
+
"src/create-quiver/lib/readiness.js",
|
|
17
|
+
"src/create-quiver/lib/slice.js",
|
|
18
|
+
"src/create-quiver/lib/git.js",
|
|
19
|
+
"tests/lib/check-slice.test.js",
|
|
20
|
+
"tests/commands/flow.test.js"
|
|
21
|
+
],
|
|
22
|
+
"depends_on": [
|
|
23
|
+
"slice-02-cli-command-routing-version-errors"
|
|
24
|
+
],
|
|
25
|
+
"parallel_safe": "yes",
|
|
26
|
+
"parallel_safe_reason": "Can run after CLI routing is stable; owns slice readiness behavior.",
|
|
27
|
+
"must": [
|
|
28
|
+
"Add `check-slice --local`.",
|
|
29
|
+
"Make local mode validate JSON, handoffs, dependencies, file declarations, and status rules.",
|
|
30
|
+
"Make local mode explicitly report omitted remote/base checks.",
|
|
31
|
+
"Improve normal mode guidance when no remote/base exists.",
|
|
32
|
+
"Support explicit `--base` and existing config where appropriate."
|
|
33
|
+
],
|
|
34
|
+
"not_included": [
|
|
35
|
+
"Changing PR creation checks.",
|
|
36
|
+
"Changing slice schema unless required.",
|
|
37
|
+
"Starting worktrees."
|
|
38
|
+
],
|
|
39
|
+
"acceptance": [
|
|
40
|
+
"`check-slice --local` works in a repo without remotes.",
|
|
41
|
+
"Local mode reports which remote/base validations were omitted.",
|
|
42
|
+
"Normal mode without remote suggests `--local`, `--base`, or config.",
|
|
43
|
+
"Existing remote/base validation behavior remains available.",
|
|
44
|
+
"Tests cover new repo, missing remote, explicit base, and valid local slice cases."
|
|
45
|
+
],
|
|
46
|
+
"tests": [
|
|
47
|
+
"node --test tests/lib/check-slice.test.js tests/commands/flow.test.js"
|
|
48
|
+
],
|
|
49
|
+
"estimated_hours": 5,
|
|
50
|
+
"status": "completed",
|
|
51
|
+
"blocked_reason": null
|
|
52
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
# CLOSURE BRIEF - slice-06: Historical plan, graph, and next views
|
|
2
|
+
|
|
3
|
+
## Resumen de lo realizado
|
|
4
|
+
|
|
5
|
+
- Se agregó `--include-completed` a `plan`, `graph` y `next`.
|
|
6
|
+
- `plan` y `graph` mantienen el default pending-only; con el flag incluyen completados y siguen excluyendo `skipped`/`cancelled`.
|
|
7
|
+
- `next --include-completed` no sugiere completados como trabajo accionable; solo agrega historial.
|
|
8
|
+
- `graph --spec <slug>` ahora filtra consistentemente por spec y no mezcla slices de otros specs.
|
|
9
|
+
- `readAllSlices` propaga `ticket`, por lo que el plan muestra tickets reales.
|
|
10
|
+
|
|
11
|
+
## Validación contra criterios de aceptación
|
|
12
|
+
|
|
13
|
+
- [x] Defaults are unchanged.
|
|
14
|
+
- [x] Completed slices visible with explicit flag.
|
|
15
|
+
- [x] JSON output remains parseable.
|
|
16
|
+
- [x] `--spec` filtering is consistent across plan, graph, and next.
|
|
17
|
+
- [x] Ticket values are preserved in plan output.
|
|
18
|
+
|
|
19
|
+
## Cambios relevantes
|
|
20
|
+
|
|
21
|
+
- `src/create-quiver/index.js`
|
|
22
|
+
- `src/create-quiver/commands/plan.js`
|
|
23
|
+
- `src/create-quiver/commands/graph.js`
|
|
24
|
+
- `src/create-quiver/commands/next.js`
|
|
25
|
+
- `src/create-quiver/lib/slice-graph.js`
|
|
26
|
+
- `tests/commands/plan.test.js`
|
|
27
|
+
- `tests/commands/graph.test.js`
|
|
28
|
+
- `tests/commands/next.test.js`
|
|
29
|
+
- `README.md`
|
|
30
|
+
- `README_FOR_AI.md`
|
|
31
|
+
- `docs/COMMANDS.md.template`
|
|
32
|
+
|
|
33
|
+
## Pendientes
|
|
34
|
+
|
|
35
|
+
Sin pendientes del slice.
|
|
36
|
+
|
|
37
|
+
## Riesgos remanentes
|
|
38
|
+
|
|
39
|
+
History mode copy must not be mistaken for execution guidance.
|
|
40
|
+
|
|
41
|
+
## Recomendaciones futuras
|
|
42
|
+
|
|
43
|
+
Consider adding examples to docs after usage stabilizes.
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
# EXECUTION BRIEF - slice-06: Historical plan, graph, and next views
|
|
2
|
+
|
|
3
|
+
## Contexto
|
|
4
|
+
|
|
5
|
+
Completed demo specs currently produce "No pending slices found", which is accurate but not useful for explaining or auditing a completed flow.
|
|
6
|
+
|
|
7
|
+
## Objetivo
|
|
8
|
+
|
|
9
|
+
Add historical view flags while keeping normal work-planning behavior unchanged.
|
|
10
|
+
|
|
11
|
+
## Alcance
|
|
12
|
+
|
|
13
|
+
- `--include-completed` flag handling.
|
|
14
|
+
- Human and JSON output updates.
|
|
15
|
+
- Status semantics for history views.
|
|
16
|
+
- Consistent `--spec <slug>` filtering across plan, graph, and next.
|
|
17
|
+
- Ticket propagation in planning output.
|
|
18
|
+
- Tests for plan, graph, and next.
|
|
19
|
+
|
|
20
|
+
## Criterios de aceptación
|
|
21
|
+
|
|
22
|
+
- Defaults remain pending-only.
|
|
23
|
+
- Completed slices can be displayed explicitly.
|
|
24
|
+
- JSON remains parseable.
|
|
25
|
+
- `next` does not accidentally suggest completed work as actionable.
|
|
26
|
+
- `--spec` filters do not leak slices from other specs.
|
|
27
|
+
- Tickets from `slice.json` appear in plan output.
|
|
28
|
+
|
|
29
|
+
## Plan técnico resumido
|
|
30
|
+
|
|
31
|
+
Extend slice selection options rather than changing the graph library's default filtering semantics.
|
|
32
|
+
|
|
33
|
+
## Pasos sugeridos de ejecución
|
|
34
|
+
|
|
35
|
+
1. Add CLI option parsing.
|
|
36
|
+
2. Extend plan collection filters.
|
|
37
|
+
3. Reuse or pass options into graph/next.
|
|
38
|
+
4. Update formatters and JSON.
|
|
39
|
+
5. Add tests for defaults and history mode.
|
|
40
|
+
|
|
41
|
+
## Restricciones
|
|
42
|
+
|
|
43
|
+
- Do not break existing `--only-ready`, `--all-ready`, `--format`, or `--json`.
|
|
44
|
+
|
|
45
|
+
## Riesgos
|
|
46
|
+
|
|
47
|
+
- Status terminology can confuse users; label history output clearly.
|
|
48
|
+
|
|
49
|
+
## Checklist de finalización
|
|
50
|
+
|
|
51
|
+
- [ ] Default behavior tests pass.
|
|
52
|
+
- [ ] History mode tests pass.
|
|
53
|
+
- [ ] JSON output tests pass.
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-06-plan-graph-next-history-views",
|
|
3
|
+
"ticket": "QUIVER-24-06",
|
|
4
|
+
"type": "feature",
|
|
5
|
+
"title": "Historical plan, graph, and next views",
|
|
6
|
+
"objective": "Make orchestration commands useful for demos and audits by optionally including completed slices.",
|
|
7
|
+
"description": "Add `--include-completed` behavior to `plan`, `graph`, and `next` while keeping default pending-only output unchanged.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "plan-graph-next-history-views",
|
|
12
|
+
"branch_name": "feature/QUIVER-24-06-plan-graph-next-history-views"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"src/create-quiver/index.js",
|
|
16
|
+
"src/create-quiver/commands/plan.js",
|
|
17
|
+
"src/create-quiver/commands/graph.js",
|
|
18
|
+
"src/create-quiver/commands/next.js",
|
|
19
|
+
"src/create-quiver/lib/slice-graph.js",
|
|
20
|
+
"tests/commands/plan.test.js",
|
|
21
|
+
"tests/commands/graph.test.js",
|
|
22
|
+
"tests/commands/next.test.js",
|
|
23
|
+
"tests/lib/slice-graph.test.js"
|
|
24
|
+
],
|
|
25
|
+
"depends_on": [
|
|
26
|
+
"slice-05-local-slice-validation-base-guidance"
|
|
27
|
+
],
|
|
28
|
+
"parallel_safe": "yes",
|
|
29
|
+
"parallel_safe_reason": "Can run after local validation behavior is defined; owns planning command output.",
|
|
30
|
+
"must": [
|
|
31
|
+
"Add `--include-completed` to plan, graph, and next where useful.",
|
|
32
|
+
"Keep default output pending-only.",
|
|
33
|
+
"Define behavior for completed, skipped, cancelled, blocked, and draft statuses.",
|
|
34
|
+
"Keep JSON output parseable.",
|
|
35
|
+
"Ensure `--spec <slug>` filters plan, graph, and next outputs consistently.",
|
|
36
|
+
"Preserve slice ticket values in plan output.",
|
|
37
|
+
"Keep default no-pending message clear."
|
|
38
|
+
],
|
|
39
|
+
"not_included": [
|
|
40
|
+
"Changing dependency inference semantics.",
|
|
41
|
+
"Adding a persistent UI.",
|
|
42
|
+
"Changing slice statuses."
|
|
43
|
+
],
|
|
44
|
+
"acceptance": [
|
|
45
|
+
"Default plan/graph/next behavior remains pending-only.",
|
|
46
|
+
"`plan --include-completed` shows completed slices for audit/demo use.",
|
|
47
|
+
"`graph --include-completed` renders completed slices without breaking Mermaid/DOT/tree outputs.",
|
|
48
|
+
"`next --include-completed` does not recommend completed slices as actionable work unless explicitly documented as historical output.",
|
|
49
|
+
"`graph --spec <slug>` does not include slices from other specs.",
|
|
50
|
+
"`next --spec <slug>` and `plan --spec <slug>` apply the same spec filter semantics.",
|
|
51
|
+
"Plan output shows the `ticket` value from slice.json when present.",
|
|
52
|
+
"Tests cover JSON and human output."
|
|
53
|
+
],
|
|
54
|
+
"tests": [
|
|
55
|
+
"node --test tests/commands/plan.test.js tests/commands/graph.test.js tests/commands/next.test.js tests/lib/slice-graph.test.js"
|
|
56
|
+
],
|
|
57
|
+
"estimated_hours": 5,
|
|
58
|
+
"status": "completed",
|
|
59
|
+
"blocked_reason": null
|
|
60
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# CLOSURE BRIEF - slice-07: Analyzer command map hardening
|
|
2
|
+
|
|
3
|
+
## Resumen de lo realizado
|
|
4
|
+
|
|
5
|
+
- `analyze` ahora deduplica lenguajes antes de escribir `PROJECT_SCAN.json` y `PROJECT_MAP.md`.
|
|
6
|
+
- Se agregó una detección fallback para proyectos Node/JavaScript simples cuando hay señales JS/TS y `package.json` o archivos/directorios fuente.
|
|
7
|
+
- `PROJECT_MAP.md` ahora puede destacar scripts `validate` junto con `start`, `dev` y `test`.
|
|
8
|
+
- Se agregó cobertura CLI con un fixture Node/JavaScript plano.
|
|
9
|
+
|
|
10
|
+
## Validación contra criterios de aceptación
|
|
11
|
+
|
|
12
|
+
- [x] Vanilla Node/JS project recognized.
|
|
13
|
+
- [x] Language output deduplicated.
|
|
14
|
+
- [x] Useful scripts surfaced.
|
|
15
|
+
- [x] Existing scan artifact tests pass.
|
|
16
|
+
|
|
17
|
+
## Cambios relevantes
|
|
18
|
+
|
|
19
|
+
- `src/create-quiver/index.js`
|
|
20
|
+
- `tests/commands/analyze.test.js`
|
|
21
|
+
|
|
22
|
+
## Pendientes
|
|
23
|
+
|
|
24
|
+
Sin pendientes del slice.
|
|
25
|
+
|
|
26
|
+
## Riesgos remanentes
|
|
27
|
+
|
|
28
|
+
Fallback detection should be revisited if external projects show false positives.
|
|
29
|
+
|
|
30
|
+
## Recomendaciones futuras
|
|
31
|
+
|
|
32
|
+
Keep `PROJECT_MAP.md` as the concise source of truth for agents.
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
# EXECUTION BRIEF - slice-07: Analyzer command map hardening
|
|
2
|
+
|
|
3
|
+
## Contexto
|
|
4
|
+
|
|
5
|
+
Dogfooding a vanilla Node/JavaScript app produced `Primary: unknown`, duplicated language values, and under-highlighted custom validation scripts.
|
|
6
|
+
|
|
7
|
+
## Objetivo
|
|
8
|
+
|
|
9
|
+
Make `analyze` produce a more accurate and useful `PROJECT_MAP.md` for small projects.
|
|
10
|
+
|
|
11
|
+
## Alcance
|
|
12
|
+
|
|
13
|
+
- Node/JavaScript fallback classification.
|
|
14
|
+
- Language deduplication.
|
|
15
|
+
- Command summary improvements.
|
|
16
|
+
- Tests for vanilla JS/Node fixtures.
|
|
17
|
+
|
|
18
|
+
## Criterios de aceptación
|
|
19
|
+
|
|
20
|
+
- Simple Node/JS project is recognized.
|
|
21
|
+
- Languages are unique.
|
|
22
|
+
- `validate` scripts are surfaced.
|
|
23
|
+
- Existing framework detection remains stable.
|
|
24
|
+
|
|
25
|
+
## Plan técnico resumido
|
|
26
|
+
|
|
27
|
+
Improve analyzer heuristics with conservative fallback rules based on package.json, source extensions, and entrypoint scripts.
|
|
28
|
+
|
|
29
|
+
## Pasos sugeridos de ejecución
|
|
30
|
+
|
|
31
|
+
1. Review current scan structure.
|
|
32
|
+
2. Add deduplication where language signals are collected.
|
|
33
|
+
3. Add Node/JS fallback detection.
|
|
34
|
+
4. Expand command/script patterns.
|
|
35
|
+
5. Add fixtures/tests.
|
|
36
|
+
|
|
37
|
+
## Restricciones
|
|
38
|
+
|
|
39
|
+
- Do not over-classify projects with weak signals.
|
|
40
|
+
- Do not execute user scripts during analysis.
|
|
41
|
+
|
|
42
|
+
## Riesgos
|
|
43
|
+
|
|
44
|
+
- Primary labels may become too broad. Prefer conservative names.
|
|
45
|
+
|
|
46
|
+
## Checklist de finalización
|
|
47
|
+
|
|
48
|
+
- [ ] Vanilla JS fixture test.
|
|
49
|
+
- [ ] Script summary test.
|
|
50
|
+
- [ ] Existing framework tests pass.
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-07-analyzer-command-map-hardening",
|
|
3
|
+
"ticket": "QUIVER-24-07",
|
|
4
|
+
"type": "feature",
|
|
5
|
+
"title": "Analyzer command map hardening",
|
|
6
|
+
"objective": "Improve project analysis for small Node/JavaScript projects and make PROJECT_MAP.md more useful for agents.",
|
|
7
|
+
"description": "Detect vanilla Node/JavaScript projects, deduplicate language signals, surface scripts like validate, and keep command summaries token-efficient.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "analyzer-command-map-hardening",
|
|
12
|
+
"branch_name": "feature/QUIVER-24-07-analyzer-command-map-hardening"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"src/create-quiver/index.js",
|
|
16
|
+
"src/create-quiver/lib/analyze.js",
|
|
17
|
+
"src/create-quiver/lib/project-scan.js",
|
|
18
|
+
"tests/commands/analyze.test.js",
|
|
19
|
+
"tests/lib/project-scan.test.js"
|
|
20
|
+
],
|
|
21
|
+
"depends_on": [
|
|
22
|
+
"slice-01-init-template-hygiene"
|
|
23
|
+
],
|
|
24
|
+
"parallel_safe": "yes",
|
|
25
|
+
"parallel_safe_reason": "Can run after init output is stable; owns analyzer/project-map behavior.",
|
|
26
|
+
"must": [
|
|
27
|
+
"Recognize simple Node/JavaScript projects more precisely than unknown.",
|
|
28
|
+
"Deduplicate language output.",
|
|
29
|
+
"List useful scripts including validate.",
|
|
30
|
+
"Keep PROJECT_MAP.md concise and agent-friendly.",
|
|
31
|
+
"Avoid scanning dependency folders, generated outputs, secrets, caches, and local AI state."
|
|
32
|
+
],
|
|
33
|
+
"not_included": [
|
|
34
|
+
"Full framework detection rewrite.",
|
|
35
|
+
"Runtime execution of project scripts.",
|
|
36
|
+
"Static analysis of product code."
|
|
37
|
+
],
|
|
38
|
+
"acceptance": [
|
|
39
|
+
"A vanilla Node/JavaScript fixture is not reported as primary unknown when package/source signals exist.",
|
|
40
|
+
"Languages are deduplicated.",
|
|
41
|
+
"`validate`, `start`, `dev`, and `test` scripts are surfaced when present.",
|
|
42
|
+
"PROJECT_MAP.md keeps skipped-path guidance.",
|
|
43
|
+
"Existing framework detection tests still pass."
|
|
44
|
+
],
|
|
45
|
+
"tests": [
|
|
46
|
+
"node --test tests/commands/analyze.test.js tests/lib/project-scan.test.js"
|
|
47
|
+
],
|
|
48
|
+
"estimated_hours": 4,
|
|
49
|
+
"status": "completed",
|
|
50
|
+
"blocked_reason": null
|
|
51
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# CLOSURE BRIEF - slice-08: Evidence run command
|
|
2
|
+
|
|
3
|
+
## Resumen de lo realizado
|
|
4
|
+
|
|
5
|
+
Se agregó `evidence run -- <command>` para ejecutar validaciones y guardar una evidencia local en Markdown con comando, exit code, duración, stdout/stderr resumidos, truncado y redacción básica de secretos.
|
|
6
|
+
|
|
7
|
+
## Validación contra criterios de aceptación
|
|
8
|
+
|
|
9
|
+
- [x] Command output captured.
|
|
10
|
+
- [x] Exit code preserved.
|
|
11
|
+
- [x] Long output truncated.
|
|
12
|
+
- [x] Secret-like values redacted in command, stdout, and stderr.
|
|
13
|
+
|
|
14
|
+
## Cambios relevantes
|
|
15
|
+
|
|
16
|
+
- Nuevo comando `npx create-quiver evidence run -- <command>`.
|
|
17
|
+
- Nueva librería `src/create-quiver/lib/evidence.js`.
|
|
18
|
+
- Nuevo runner de comando `src/create-quiver/commands/evidence.js`.
|
|
19
|
+
- Script `quiver:evidence` en proyectos generados y en el repo fuente.
|
|
20
|
+
- `.quiver/.gitignore` ahora ignora `evidence/` por defecto.
|
|
21
|
+
- Documentación actualizada en README, README_FOR_AI, COMMANDS y WORKFLOW.
|
|
22
|
+
- Tests CLI y de librería agregados.
|
|
23
|
+
|
|
24
|
+
## Pendientes
|
|
25
|
+
|
|
26
|
+
Sin pendientes del slice.
|
|
27
|
+
|
|
28
|
+
## Riesgos remanentes
|
|
29
|
+
|
|
30
|
+
La redacción sigue siendo best effort. No reemplaza una política de secretos ni debe usarse para ejecutar comandos que impriman credenciales intencionalmente.
|
|
31
|
+
|
|
32
|
+
## Recomendaciones futuras
|
|
33
|
+
|
|
34
|
+
Consider integrating evidence with active spec/slice metadata after the standalone command is stable.
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
# EXECUTION BRIEF - slice-08: Evidence run command
|
|
2
|
+
|
|
3
|
+
## Contexto
|
|
4
|
+
|
|
5
|
+
Evidence was captured manually during dogfooding. Quiver should help record validation evidence in a repeatable way while preserving failures.
|
|
6
|
+
|
|
7
|
+
## Objetivo
|
|
8
|
+
|
|
9
|
+
Add a small evidence runner for command execution summaries.
|
|
10
|
+
|
|
11
|
+
## Alcance
|
|
12
|
+
|
|
13
|
+
- `evidence run -- <command>` command.
|
|
14
|
+
- Evidence formatting and output target.
|
|
15
|
+
- Exit code preservation.
|
|
16
|
+
- Output truncation and basic redaction.
|
|
17
|
+
- Tests and docs.
|
|
18
|
+
|
|
19
|
+
## Criterios de aceptación
|
|
20
|
+
|
|
21
|
+
- Success and failure are recorded.
|
|
22
|
+
- Failure exits non-zero.
|
|
23
|
+
- Long output is truncated.
|
|
24
|
+
- Common secrets are redacted.
|
|
25
|
+
|
|
26
|
+
## Plan técnico resumido
|
|
27
|
+
|
|
28
|
+
Implement a command wrapper around child process execution with structured evidence rendering and safe output limits.
|
|
29
|
+
|
|
30
|
+
## Pasos sugeridos de ejecución
|
|
31
|
+
|
|
32
|
+
1. Add evidence command routing.
|
|
33
|
+
2. Add library for command execution/evidence formatting.
|
|
34
|
+
3. Implement redaction/truncation.
|
|
35
|
+
4. Write command and library tests.
|
|
36
|
+
5. Update command docs.
|
|
37
|
+
|
|
38
|
+
## Restricciones
|
|
39
|
+
|
|
40
|
+
- Do not upload evidence.
|
|
41
|
+
- Do not claim complete secret scanning.
|
|
42
|
+
|
|
43
|
+
## Riesgos
|
|
44
|
+
|
|
45
|
+
- Redaction is best effort. Docs must say users remain responsible for reviewing output.
|
|
46
|
+
|
|
47
|
+
## Checklist de finalización
|
|
48
|
+
|
|
49
|
+
- [ ] Success test.
|
|
50
|
+
- [ ] Failure test.
|
|
51
|
+
- [ ] Redaction test.
|
|
52
|
+
- [ ] Docs updated.
|
package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-08-evidence-run-command/slice.json
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-08-evidence-run-command",
|
|
3
|
+
"ticket": "QUIVER-24-08",
|
|
4
|
+
"type": "feature",
|
|
5
|
+
"title": "Evidence run command",
|
|
6
|
+
"objective": "Automate command execution evidence capture without hiding failures or leaking common secrets.",
|
|
7
|
+
"description": "Add `evidence run -- <command>` to capture command, exit code, duration, redacted/truncated output summary, and write evidence to a safe target.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "evidence-run-command",
|
|
12
|
+
"branch_name": "feature/QUIVER-24-08-evidence-run-command"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"src/create-quiver/index.js",
|
|
16
|
+
"src/create-quiver/commands/evidence.js",
|
|
17
|
+
"src/create-quiver/lib/evidence.js",
|
|
18
|
+
"tests/commands/evidence.test.js",
|
|
19
|
+
"tests/lib/evidence.test.js",
|
|
20
|
+
"docs/COMMANDS.md.template",
|
|
21
|
+
"docs/WORKFLOW.md.template"
|
|
22
|
+
],
|
|
23
|
+
"depends_on": [
|
|
24
|
+
"slice-03-doctor-fix-doc-link-checks"
|
|
25
|
+
],
|
|
26
|
+
"parallel_safe": "yes",
|
|
27
|
+
"parallel_safe_reason": "Can run after doctor/reporting patterns are stable; owns evidence command and docs.",
|
|
28
|
+
"must": [
|
|
29
|
+
"Add `evidence run -- <command>`.",
|
|
30
|
+
"Capture command, exit code, duration, and output summary.",
|
|
31
|
+
"Preserve the wrapped command exit code.",
|
|
32
|
+
"Truncate long output.",
|
|
33
|
+
"Redact common token/secret patterns.",
|
|
34
|
+
"Write evidence only to an explicit or safe default location."
|
|
35
|
+
],
|
|
36
|
+
"not_included": [
|
|
37
|
+
"A full secret scanner.",
|
|
38
|
+
"Uploading evidence externally.",
|
|
39
|
+
"Running provider calls in tests."
|
|
40
|
+
],
|
|
41
|
+
"acceptance": [
|
|
42
|
+
"Successful command evidence records exit code 0.",
|
|
43
|
+
"Failing command evidence records non-zero exit code and the CLI exits non-zero.",
|
|
44
|
+
"Long output is truncated.",
|
|
45
|
+
"Common secret patterns are redacted.",
|
|
46
|
+
"Output path behavior is documented and tested."
|
|
47
|
+
],
|
|
48
|
+
"tests": [
|
|
49
|
+
"node --test tests/commands/evidence.test.js tests/lib/evidence.test.js"
|
|
50
|
+
],
|
|
51
|
+
"estimated_hours": 5,
|
|
52
|
+
"status": "completed",
|
|
53
|
+
"blocked_reason": null
|
|
54
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# CLOSURE BRIEF - slice-09: Spec Viewer demo scaffolding
|
|
2
|
+
|
|
3
|
+
## Resumen de lo realizado
|
|
4
|
+
|
|
5
|
+
Se agregó el scaffold opcional `demo create spec-viewer` para crear una app estática pequeña con specs/slices de ejemplo, handoffs, cuerpo de PR y script de validación.
|
|
6
|
+
|
|
7
|
+
## Validación contra criterios de aceptación
|
|
8
|
+
|
|
9
|
+
- [x] Demo dry-run writes nothing.
|
|
10
|
+
- [x] Demo real run creates runnable files.
|
|
11
|
+
- [x] Existing files are preserved.
|
|
12
|
+
- [x] No heavy dependencies added.
|
|
13
|
+
- [x] Local demo output is excluded by package safety.
|
|
14
|
+
|
|
15
|
+
## Cambios relevantes
|
|
16
|
+
|
|
17
|
+
- Nuevo comando `npx create-quiver demo create spec-viewer`.
|
|
18
|
+
- Nuevo scaffold en `src/create-quiver/lib/demo.js`.
|
|
19
|
+
- Nueva integración CLI en `src/create-quiver/commands/demo.js` y `src/create-quiver/index.js`.
|
|
20
|
+
- Demo generado con HTML/CSS/JS estático, `server.js`, `scripts/validate-demo.js`, spec, slices, handoffs, evidencia y PR body.
|
|
21
|
+
- Smoke `create-quiver` extendido para cubrir dry-run, scaffold real, validación y evidencia del demo.
|
|
22
|
+
- Package safety y `.npmignore` protegen contra publicar `quiver-spec-viewer/` generado localmente.
|
|
23
|
+
|
|
24
|
+
## Pendientes
|
|
25
|
+
|
|
26
|
+
Sin pendientes del slice.
|
|
27
|
+
|
|
28
|
+
## Riesgos remanentes
|
|
29
|
+
|
|
30
|
+
El demo debe seguir siendo opcional y estático. Si crece hacia una UI persistente, conviene moverlo a un paquete o proyecto separado.
|
|
31
|
+
|
|
32
|
+
## Recomendaciones futuras
|
|
33
|
+
|
|
34
|
+
If users ask for a visual UI, consider a separate companion package, not core `create-quiver`.
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
# EXECUTION BRIEF - slice-09: Spec Viewer demo scaffolding
|
|
2
|
+
|
|
3
|
+
## Contexto
|
|
4
|
+
|
|
5
|
+
Quiver Spec Viewer proved useful as a small dogfooding app. A maintained demo command can make first evaluation easier without turning Quiver into a UI product.
|
|
6
|
+
|
|
7
|
+
## Objetivo
|
|
8
|
+
|
|
9
|
+
Add optional demo scaffolding for a lightweight Spec Viewer project.
|
|
10
|
+
|
|
11
|
+
## Alcance
|
|
12
|
+
|
|
13
|
+
- `demo create spec-viewer --dry-run`.
|
|
14
|
+
- Real demo creation for safe targets.
|
|
15
|
+
- Lightweight app files and validation scripts.
|
|
16
|
+
- Demo spec/slice artifacts.
|
|
17
|
+
- Non-destructive behavior and tests.
|
|
18
|
+
|
|
19
|
+
## Criterios de aceptación
|
|
20
|
+
|
|
21
|
+
- Dry-run writes nothing.
|
|
22
|
+
- Real run creates a runnable small demo.
|
|
23
|
+
- Existing files are preserved or skipped.
|
|
24
|
+
- No heavy dependencies are introduced.
|
|
25
|
+
|
|
26
|
+
## Plan técnico resumido
|
|
27
|
+
|
|
28
|
+
Add a demo command and packaged demo templates or renderer. Reuse init non-destructive helpers where possible.
|
|
29
|
+
|
|
30
|
+
## Pasos sugeridos de ejecución
|
|
31
|
+
|
|
32
|
+
1. Define command routing for `demo create`.
|
|
33
|
+
2. Implement dry-run planning.
|
|
34
|
+
3. Implement non-destructive writes.
|
|
35
|
+
4. Add demo validation scripts.
|
|
36
|
+
5. Add tests and package safety checks.
|
|
37
|
+
|
|
38
|
+
## Restricciones
|
|
39
|
+
|
|
40
|
+
- Demo remains optional.
|
|
41
|
+
- Do not include a persistent server with command execution.
|
|
42
|
+
|
|
43
|
+
## Riesgos
|
|
44
|
+
|
|
45
|
+
- Demo scope can grow. Keep it intentionally small and educational.
|
|
46
|
+
|
|
47
|
+
## Checklist de finalización
|
|
48
|
+
|
|
49
|
+
- [ ] Dry-run test.
|
|
50
|
+
- [ ] Real-run smoke.
|
|
51
|
+
- [ ] Package safety checked.
|