create-quiver 0.15.3 → 0.15.4
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/.github/workflows/ci.yml +3 -0
- package/AGENTS.md.es.template +37 -0
- package/docs/AI_CONTEXT.md.es.template +35 -0
- package/docs/AI_ONBOARDING_PROMPT.md.es.template +22 -0
- package/docs/CLI_UX_GUIDE.md +46 -0
- package/docs/COMMANDS.md.es.template +28 -0
- package/docs/CONTEXTO.md.es.template +33 -0
- package/docs/DECISIONS.md.es.template +17 -0
- package/docs/GITFLOW_PR_GUIDE.md.es.template +25 -0
- package/docs/INDEX.md +10 -1
- package/docs/INDEX.md.es.template +36 -0
- package/docs/STATUS.md.es.template +28 -0
- package/docs/SUPPORT_MATRIX.md.es.template +22 -0
- package/docs/TESTING_GUIDE_FOR_AI.md.es.template +19 -0
- package/docs/TROUBLESHOOTING.md.es.template +35 -0
- package/docs/WORKFLOW.md.es.template +29 -0
- package/docs/ai/LESSONS.md.es.template +24 -0
- package/docs/getting-started/installation.md +19 -0
- package/docs/reference/commands.md +55 -1
- package/package.json +1 -1
- package/specs/quiver-v37-cli-i18n-foundation/EVIDENCE_REPORT.md +73 -0
- package/specs/quiver-v37-cli-i18n-foundation/EXECUTION_PLAN.md +34 -0
- package/specs/quiver-v37-cli-i18n-foundation/SPEC.md +91 -0
- package/specs/quiver-v37-cli-i18n-foundation/STATUS.md +29 -0
- package/specs/quiver-v37-cli-i18n-foundation/pr.md +97 -0
- package/specs/quiver-v37-cli-i18n-foundation/slices/slice-00-foundation-and-program-roadmap/CLOSURE_BRIEF.md +10 -0
- package/specs/quiver-v37-cli-i18n-foundation/slices/slice-00-foundation-and-program-roadmap/EXECUTION_BRIEF.md +22 -0
- package/specs/quiver-v37-cli-i18n-foundation/slices/slice-00-foundation-and-program-roadmap/slice.json +54 -0
- package/specs/quiver-v37-cli-i18n-foundation/slices/slice-01-language-resolution-contract/CLOSURE_BRIEF.md +30 -0
- package/specs/quiver-v37-cli-i18n-foundation/slices/slice-01-language-resolution-contract/EXECUTION_BRIEF.md +27 -0
- package/specs/quiver-v37-cli-i18n-foundation/slices/slice-01-language-resolution-contract/slice.json +66 -0
- package/specs/quiver-v37-cli-i18n-foundation/slices/slice-02-message-catalog-interpolation/CLOSURE_BRIEF.md +27 -0
- package/specs/quiver-v37-cli-i18n-foundation/slices/slice-02-message-catalog-interpolation/EXECUTION_BRIEF.md +26 -0
- package/specs/quiver-v37-cli-i18n-foundation/slices/slice-02-message-catalog-interpolation/slice.json +62 -0
- package/specs/quiver-v37-cli-i18n-foundation/slices/slice-03-config-language-command/CLOSURE_BRIEF.md +32 -0
- package/specs/quiver-v37-cli-i18n-foundation/slices/slice-03-config-language-command/EXECUTION_BRIEF.md +25 -0
- package/specs/quiver-v37-cli-i18n-foundation/slices/slice-03-config-language-command/slice.json +66 -0
- package/specs/quiver-v37-cli-i18n-foundation/slices/slice-04-parser-help-error-foundation/CLOSURE_BRIEF.md +30 -0
- package/specs/quiver-v37-cli-i18n-foundation/slices/slice-04-parser-help-error-foundation/EXECUTION_BRIEF.md +24 -0
- package/specs/quiver-v37-cli-i18n-foundation/slices/slice-04-parser-help-error-foundation/slice.json +65 -0
- package/specs/quiver-v37-cli-i18n-foundation/slices/slice-05-foundation-docs-tests-package-readiness/CLOSURE_BRIEF.md +27 -0
- package/specs/quiver-v37-cli-i18n-foundation/slices/slice-05-foundation-docs-tests-package-readiness/EXECUTION_BRIEF.md +23 -0
- package/specs/quiver-v37-cli-i18n-foundation/slices/slice-05-foundation-docs-tests-package-readiness/slice.json +67 -0
- package/specs/quiver-v38-cli-i18n-read-only-commands/EVIDENCE_REPORT.md +69 -0
- package/specs/quiver-v38-cli-i18n-read-only-commands/EXECUTION_PLAN.md +25 -0
- package/specs/quiver-v38-cli-i18n-read-only-commands/SPEC.md +52 -0
- package/specs/quiver-v38-cli-i18n-read-only-commands/STATUS.md +24 -0
- package/specs/quiver-v38-cli-i18n-read-only-commands/pr.md +119 -0
- package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-00-read-only-foundation/CLOSURE_BRIEF.md +10 -0
- package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-00-read-only-foundation/EXECUTION_BRIEF.md +21 -0
- package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-00-read-only-foundation/slice.json +53 -0
- package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-01-version-dashboard-help/CLOSURE_BRIEF.md +17 -0
- package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-01-version-dashboard-help/EXECUTION_BRIEF.md +23 -0
- package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-01-version-dashboard-help/slice.json +69 -0
- package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-02-flow-doctor-next-graph/CLOSURE_BRIEF.md +13 -0
- package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-02-flow-doctor-next-graph/EXECUTION_BRIEF.md +22 -0
- package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-02-flow-doctor-next-graph/slice.json +77 -0
- package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-03-ai-inspection-and-export/CLOSURE_BRIEF.md +12 -0
- package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-03-ai-inspection-and-export/EXECUTION_BRIEF.md +22 -0
- package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-03-ai-inspection-and-export/slice.json +66 -0
- package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-04-read-only-tests-smokes/CLOSURE_BRIEF.md +13 -0
- package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-04-read-only-tests-smokes/EXECUTION_BRIEF.md +22 -0
- package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-04-read-only-tests-smokes/slice.json +61 -0
- package/specs/quiver-v39-cli-i18n-setup-onboarding/EVIDENCE_REPORT.md +71 -0
- package/specs/quiver-v39-cli-i18n-setup-onboarding/EXECUTION_PLAN.md +25 -0
- package/specs/quiver-v39-cli-i18n-setup-onboarding/SPEC.md +53 -0
- package/specs/quiver-v39-cli-i18n-setup-onboarding/STATUS.md +24 -0
- package/specs/quiver-v39-cli-i18n-setup-onboarding/pr.md +104 -0
- package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-00-setup-foundation/CLOSURE_BRIEF.md +10 -0
- package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-00-setup-foundation/EXECUTION_BRIEF.md +21 -0
- package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-00-setup-foundation/slice.json +53 -0
- package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-01-init-interactive-language/CLOSURE_BRIEF.md +12 -0
- package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-01-init-interactive-language/EXECUTION_BRIEF.md +23 -0
- package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-01-init-interactive-language/slice.json +68 -0
- package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-02-analyze-migrate-prepare/CLOSURE_BRIEF.md +12 -0
- package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-02-analyze-migrate-prepare/EXECUTION_BRIEF.md +23 -0
- package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-02-analyze-migrate-prepare/slice.json +62 -0
- package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-03-demo-evidence-onboarding/CLOSURE_BRIEF.md +12 -0
- package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-03-demo-evidence-onboarding/EXECUTION_BRIEF.md +22 -0
- package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-03-demo-evidence-onboarding/slice.json +72 -0
- package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-04-setup-tests-smokes/CLOSURE_BRIEF.md +15 -0
- package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-04-setup-tests-smokes/EXECUTION_BRIEF.md +22 -0
- package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-04-setup-tests-smokes/slice.json +61 -0
- package/specs/quiver-v40-cli-i18n-spec-slice-workflows/EVIDENCE_REPORT.md +50 -0
- package/specs/quiver-v40-cli-i18n-spec-slice-workflows/EXECUTION_PLAN.md +25 -0
- package/specs/quiver-v40-cli-i18n-spec-slice-workflows/SPEC.md +52 -0
- package/specs/quiver-v40-cli-i18n-spec-slice-workflows/STATUS.md +24 -0
- package/specs/quiver-v40-cli-i18n-spec-slice-workflows/pr.md +94 -0
- package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-00-spec-slice-foundation/CLOSURE_BRIEF.md +10 -0
- package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-00-spec-slice-foundation/EXECUTION_BRIEF.md +21 -0
- package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-00-spec-slice-foundation/slice.json +53 -0
- package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-01-spec-create-start-status/CLOSURE_BRIEF.md +12 -0
- package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-01-spec-create-start-status/EXECUTION_BRIEF.md +22 -0
- package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-01-spec-create-start-status/slice.json +63 -0
- package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-02-spec-validate-close/CLOSURE_BRIEF.md +10 -0
- package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-02-spec-validate-close/EXECUTION_BRIEF.md +22 -0
- package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-02-spec-validate-close/slice.json +63 -0
- package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-03-slice-lifecycle-handoffs/CLOSURE_BRIEF.md +10 -0
- package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-03-slice-lifecycle-handoffs/EXECUTION_BRIEF.md +22 -0
- package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-03-slice-lifecycle-handoffs/slice.json +72 -0
- package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-04-spec-slice-tests-smokes/CLOSURE_BRIEF.md +15 -0
- package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-04-spec-slice-tests-smokes/EXECUTION_BRIEF.md +22 -0
- package/specs/quiver-v40-cli-i18n-spec-slice-workflows/slices/slice-04-spec-slice-tests-smokes/slice.json +69 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/EVIDENCE_REPORT.md +90 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/EXECUTION_PLAN.md +33 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/SPEC.md +57 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/STATUS.md +26 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/pr.md +103 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-00-ai-i18n-foundation/CLOSURE_BRIEF.md +10 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-00-ai-i18n-foundation/EXECUTION_BRIEF.md +21 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-00-ai-i18n-foundation/slice.json +53 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-01-ai-run-status-resume/CLOSURE_BRIEF.md +13 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-01-ai-run-status-resume/EXECUTION_BRIEF.md +22 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-01-ai-run-status-resume/slice.json +68 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-02-ai-agent-models/CLOSURE_BRIEF.md +12 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-02-ai-agent-models/EXECUTION_BRIEF.md +22 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-02-ai-agent-models/slice.json +66 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-03-ai-planner-approval-review/CLOSURE_BRIEF.md +12 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-03-ai-planner-approval-review/EXECUTION_BRIEF.md +23 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-03-ai-planner-approval-review/slice.json +68 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-04-ai-execution-pr/CLOSURE_BRIEF.md +13 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-04-ai-execution-pr/EXECUTION_BRIEF.md +23 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-04-ai-execution-pr/slice.json +72 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-05-ai-tests-smokes/CLOSURE_BRIEF.md +15 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-05-ai-tests-smokes/EXECUTION_BRIEF.md +22 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-05-ai-tests-smokes/slice.json +66 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-06-ai-prepare-context-progress-i18n-fix/CLOSURE_BRIEF.md +11 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-06-ai-prepare-context-progress-i18n-fix/EXECUTION_BRIEF.md +22 -0
- package/specs/quiver-v41-cli-i18n-ai-lifecycle/slices/slice-06-ai-prepare-context-progress-i18n-fix/slice.json +70 -0
- package/specs/quiver-v42-cli-i18n-generated-docs/EVIDENCE_REPORT.md +64 -0
- package/specs/quiver-v42-cli-i18n-generated-docs/EXECUTION_PLAN.md +26 -0
- package/specs/quiver-v42-cli-i18n-generated-docs/SPEC.md +52 -0
- package/specs/quiver-v42-cli-i18n-generated-docs/STATUS.md +24 -0
- package/specs/quiver-v42-cli-i18n-generated-docs/pr.md +125 -0
- package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-00-generated-docs-foundation/CLOSURE_BRIEF.md +10 -0
- package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-00-generated-docs-foundation/EXECUTION_BRIEF.md +21 -0
- package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-00-generated-docs-foundation/slice.json +53 -0
- package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-01-template-language-routing/CLOSURE_BRIEF.md +10 -0
- package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-01-template-language-routing/EXECUTION_BRIEF.md +22 -0
- package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-01-template-language-routing/slice.json +62 -0
- package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-02-init-docs-and-i18n-assets/CLOSURE_BRIEF.md +11 -0
- package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-02-init-docs-and-i18n-assets/EXECUTION_BRIEF.md +22 -0
- package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-02-init-docs-and-i18n-assets/slice.json +72 -0
- package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-03-docs-reference-guides/CLOSURE_BRIEF.md +12 -0
- package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-03-docs-reference-guides/EXECUTION_BRIEF.md +22 -0
- package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-03-docs-reference-guides/slice.json +60 -0
- package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-04-generated-docs-tests-smokes/CLOSURE_BRIEF.md +16 -0
- package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-04-generated-docs-tests-smokes/EXECUTION_BRIEF.md +22 -0
- package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-04-generated-docs-tests-smokes/slice.json +62 -0
- package/specs/quiver-v43-cli-i18n-audit-release-readiness/EVIDENCE_REPORT.md +203 -0
- package/specs/quiver-v43-cli-i18n-audit-release-readiness/EXECUTION_PLAN.md +27 -0
- package/specs/quiver-v43-cli-i18n-audit-release-readiness/SPEC.md +54 -0
- package/specs/quiver-v43-cli-i18n-audit-release-readiness/STATUS.md +24 -0
- package/specs/quiver-v43-cli-i18n-audit-release-readiness/command-language-mode-matrix.json +545 -0
- package/specs/quiver-v43-cli-i18n-audit-release-readiness/cross-platform-smoke-matrix.md +35 -0
- package/specs/quiver-v43-cli-i18n-audit-release-readiness/pr.md +155 -0
- package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-00-audit-foundation/CLOSURE_BRIEF.md +10 -0
- package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-00-audit-foundation/EXECUTION_BRIEF.md +21 -0
- package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-00-audit-foundation/slice.json +53 -0
- package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-01-command-language-mode-matrix/CLOSURE_BRIEF.md +13 -0
- package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-01-command-language-mode-matrix/EXECUTION_BRIEF.md +23 -0
- package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-01-command-language-mode-matrix/slice.json +62 -0
- package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-02-public-string-audit/CLOSURE_BRIEF.md +18 -0
- package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-02-public-string-audit/EXECUTION_BRIEF.md +22 -0
- package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-02-public-string-audit/slice.json +59 -0
- package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-03-cross-platform-smokes/CLOSURE_BRIEF.md +15 -0
- package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-03-cross-platform-smokes/EXECUTION_BRIEF.md +23 -0
- package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-03-cross-platform-smokes/slice.json +62 -0
- package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-04-package-release-readiness/CLOSURE_BRIEF.md +17 -0
- package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-04-package-release-readiness/EXECUTION_BRIEF.md +24 -0
- package/specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-04-package-release-readiness/slice.json +66 -0
- package/specs/quiver-v44-provider-live-output-tui-lite/EVIDENCE_REPORT.md +18 -0
- package/specs/quiver-v44-provider-live-output-tui-lite/EXECUTION_PLAN.md +31 -0
- package/specs/quiver-v44-provider-live-output-tui-lite/SPEC.md +118 -0
- package/specs/quiver-v44-provider-live-output-tui-lite/STATUS.md +25 -0
- package/specs/quiver-v44-provider-live-output-tui-lite/pr.md +92 -0
- package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-00-tui-lite-contract-foundation/CLOSURE_BRIEF.md +11 -0
- package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-00-tui-lite-contract-foundation/EXECUTION_BRIEF.md +23 -0
- package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-00-tui-lite-contract-foundation/slice.json +64 -0
- package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-01-provider-stream-hooks/CLOSURE_BRIEF.md +10 -0
- package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-01-provider-stream-hooks/EXECUTION_BRIEF.md +24 -0
- package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-01-provider-stream-hooks/slice.json +65 -0
- package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-02-live-output-renderer/CLOSURE_BRIEF.md +10 -0
- package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-02-live-output-renderer/EXECUTION_BRIEF.md +24 -0
- package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-02-live-output-renderer/slice.json +70 -0
- package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-03-prepare-context-integration/CLOSURE_BRIEF.md +10 -0
- package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-03-prepare-context-integration/EXECUTION_BRIEF.md +25 -0
- package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-03-prepare-context-integration/slice.json +70 -0
- package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-04-planner-command-audit-adoption/CLOSURE_BRIEF.md +10 -0
- package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-04-planner-command-audit-adoption/EXECUTION_BRIEF.md +26 -0
- package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-04-planner-command-audit-adoption/slice.json +72 -0
- package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-05-docs-tests-readiness/CLOSURE_BRIEF.md +15 -0
- package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-05-docs-tests-readiness/EXECUTION_BRIEF.md +26 -0
- package/specs/quiver-v44-provider-live-output-tui-lite/slices/slice-05-docs-tests-readiness/slice.json +75 -0
- package/specs/quiver-v45-ci-actions-node24-readiness/EVIDENCE_REPORT.md +30 -0
- package/specs/quiver-v45-ci-actions-node24-readiness/EXECUTION_PLAN.md +22 -0
- package/specs/quiver-v45-ci-actions-node24-readiness/SPEC.md +49 -0
- package/specs/quiver-v45-ci-actions-node24-readiness/STATUS.md +21 -0
- package/specs/quiver-v45-ci-actions-node24-readiness/pr.md +67 -0
- package/specs/quiver-v45-ci-actions-node24-readiness/slices/slice-00-ci-actions-foundation/CLOSURE_BRIEF.md +10 -0
- package/specs/quiver-v45-ci-actions-node24-readiness/slices/slice-00-ci-actions-foundation/EXECUTION_BRIEF.md +21 -0
- package/specs/quiver-v45-ci-actions-node24-readiness/slices/slice-00-ci-actions-foundation/slice.json +48 -0
- package/specs/quiver-v45-ci-actions-node24-readiness/slices/slice-01-actions-node24-readiness/CLOSURE_BRIEF.md +14 -0
- package/specs/quiver-v45-ci-actions-node24-readiness/slices/slice-01-actions-node24-readiness/EXECUTION_BRIEF.md +23 -0
- package/specs/quiver-v45-ci-actions-node24-readiness/slices/slice-01-actions-node24-readiness/slice.json +65 -0
- package/src/create-quiver/commands/ai.js +485 -307
- package/src/create-quiver/commands/config.js +124 -0
- package/src/create-quiver/commands/demo.js +2 -2
- package/src/create-quiver/commands/evidence.js +6 -4
- package/src/create-quiver/commands/flow.js +108 -16
- package/src/create-quiver/commands/graph.js +1 -0
- package/src/create-quiver/commands/next.js +21 -18
- package/src/create-quiver/commands/plan.js +23 -6
- package/src/create-quiver/commands/spec.js +66 -57
- package/src/create-quiver/index.js +514 -139
- package/src/create-quiver/lib/ai/execution-plan.js +23 -20
- package/src/create-quiver/lib/ai/executor.js +60 -44
- package/src/create-quiver/lib/ai/export-state.js +75 -64
- package/src/create-quiver/lib/ai/github.js +24 -21
- package/src/create-quiver/lib/ai/run-state.js +28 -25
- package/src/create-quiver/lib/dashboard.js +154 -111
- package/src/create-quiver/lib/demo.js +14 -12
- package/src/create-quiver/lib/handoff.js +16 -7
- package/src/create-quiver/lib/i18n/catalog.js +152 -0
- package/src/create-quiver/lib/i18n/language.js +279 -0
- package/src/create-quiver/lib/i18n/messages/en.js +853 -0
- package/src/create-quiver/lib/i18n/messages/es.js +968 -0
- package/src/create-quiver/lib/i18n/read-only-format.js +26 -0
- package/src/create-quiver/lib/i18n/templates.js +172 -0
- package/src/create-quiver/lib/init-docs.js +18 -4
- package/src/create-quiver/lib/init-layout.js +6 -0
- package/src/create-quiver/lib/lifecycle.js +53 -46
- package/src/create-quiver/lib/readiness.js +77 -67
- package/src/create-quiver/lib/renderers/tree.js +9 -6
- package/src/create-quiver/lib/spec-worktrees.js +34 -30
- package/src/create-quiver/lib/version.js +11 -9
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# EXECUTION_BRIEF - slice-00 Read-only foundation
|
|
2
|
+
|
|
3
|
+
## Context
|
|
4
|
+
|
|
5
|
+
Read-only commands are the first broad command migration after the i18n foundation.
|
|
6
|
+
|
|
7
|
+
## Objective
|
|
8
|
+
|
|
9
|
+
Create the v38 spec package and handoffs.
|
|
10
|
+
|
|
11
|
+
## Acceptance Criteria
|
|
12
|
+
|
|
13
|
+
- v38 spec root documents exist.
|
|
14
|
+
- All planned read-only migration slices have briefs and JSON metadata.
|
|
15
|
+
- Runtime code is not modified.
|
|
16
|
+
|
|
17
|
+
## Completion Checklist
|
|
18
|
+
|
|
19
|
+
- [x] Spec package created.
|
|
20
|
+
- [x] Handoffs created.
|
|
21
|
+
- [x] Runtime implementation deferred.
|
package/specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-00-read-only-foundation/slice.json
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-00-read-only-foundation",
|
|
3
|
+
"ticket": "QUIVER-38-00",
|
|
4
|
+
"type": "documentation",
|
|
5
|
+
"title": "Read-only foundation",
|
|
6
|
+
"objective": "Create the approved v38 read-only command migration spec package and handoffs.",
|
|
7
|
+
"description": "Documents how read-only command output will be migrated to en and es.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "docs",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "v38-read-only-foundation",
|
|
12
|
+
"branch_name": "docs/QUIVER-38-00-v38-read-only-foundation"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"specs/quiver-v38-cli-i18n-read-only-commands/**"
|
|
16
|
+
],
|
|
17
|
+
"expected_read_paths": [
|
|
18
|
+
"docs/INDEX.md",
|
|
19
|
+
"docs/CLI_UX_GUIDE.md",
|
|
20
|
+
"docs/reference/commands.md",
|
|
21
|
+
"specs/quiver-v37-cli-i18n-foundation/SPEC.md"
|
|
22
|
+
],
|
|
23
|
+
"allowed_write_paths": [
|
|
24
|
+
"specs/quiver-v38-cli-i18n-read-only-commands/**"
|
|
25
|
+
],
|
|
26
|
+
"depends_on": [],
|
|
27
|
+
"parallel_safe": "no",
|
|
28
|
+
"parallel_safe_reason": "This creates the roadmap for v38.",
|
|
29
|
+
"must": [
|
|
30
|
+
"Create the v38 package.",
|
|
31
|
+
"Keep runtime code untouched.",
|
|
32
|
+
"Document dependency on v37."
|
|
33
|
+
],
|
|
34
|
+
"not_included": [
|
|
35
|
+
"Runtime command migration."
|
|
36
|
+
],
|
|
37
|
+
"acceptance": [
|
|
38
|
+
"Spec package exists.",
|
|
39
|
+
"Slice handoffs exist.",
|
|
40
|
+
"Runtime code is untouched."
|
|
41
|
+
],
|
|
42
|
+
"tests": [
|
|
43
|
+
"npx create-quiver spec validate specs/quiver-v38-cli-i18n-read-only-commands --strict",
|
|
44
|
+
"git diff --check"
|
|
45
|
+
],
|
|
46
|
+
"validation_hints": [
|
|
47
|
+
"Strict validation requires completed slices to appear in EVIDENCE_REPORT.md."
|
|
48
|
+
],
|
|
49
|
+
"estimated_hours": 1,
|
|
50
|
+
"status": "completed",
|
|
51
|
+
"completed_at": "2026-05-28T00:00:00.000Z",
|
|
52
|
+
"blocked_reason": null
|
|
53
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# CLOSURE_BRIEF - slice-01 Version, dashboard, and help
|
|
2
|
+
|
|
3
|
+
## Summary
|
|
4
|
+
|
|
5
|
+
Completed localization for the most visible read-only surfaces in this slice:
|
|
6
|
+
|
|
7
|
+
- `version` human labels now use the configured CLI language while `version --json` remains stable.
|
|
8
|
+
- `dashboard` compact, detailed, section, warning, and option-error human labels now use `en`/`es` catalog keys while `dashboard --json` remains stable.
|
|
9
|
+
- Existing help localization from the v37 foundation remains covered by command contract tests.
|
|
10
|
+
|
|
11
|
+
## Validation
|
|
12
|
+
|
|
13
|
+
- [x] `node --test tests/commands/version.test.js tests/commands/dashboard.test.js tests/commands/cli-contract.test.js tests/lib/version.test.js tests/lib/dashboard.test.js tests/lib/i18n-catalog.test.js tests/lib/i18n-language.test.js`
|
|
14
|
+
- [x] `node --test tests/**/*.test.js`
|
|
15
|
+
- [x] `git diff --check`
|
|
16
|
+
- [x] `node bin/create-quiver.js spec validate specs/quiver-v38-cli-i18n-read-only-commands --strict`
|
|
17
|
+
- [x] `node bin/create-quiver.js check-slice specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-01-version-dashboard-help/slice.json --local` (warning expected: slice already completed)
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# EXECUTION_BRIEF - slice-01 Version, dashboard, and help
|
|
2
|
+
|
|
3
|
+
## Context
|
|
4
|
+
|
|
5
|
+
These commands are highly visible and define the first impression of localized Quiver output.
|
|
6
|
+
|
|
7
|
+
## Objective
|
|
8
|
+
|
|
9
|
+
Localize `version`, `--version`, `--help`, and `dashboard` human output.
|
|
10
|
+
|
|
11
|
+
## Acceptance Criteria
|
|
12
|
+
|
|
13
|
+
- `version` and `dashboard` render in `en` and `es`.
|
|
14
|
+
- The Quiver banner uses approved Quiver tonalities where color is enabled.
|
|
15
|
+
- `dashboard --json` and `version --json` remain stable.
|
|
16
|
+
- Compact dashboard labels fit in Spanish and English without losing section readability.
|
|
17
|
+
- Suggested commands remain exact.
|
|
18
|
+
|
|
19
|
+
## Completion Checklist
|
|
20
|
+
|
|
21
|
+
- [x] Human output catalog keys added.
|
|
22
|
+
- [x] `en` and `es` command tests added.
|
|
23
|
+
- [x] JSON regression tests preserved.
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-01-version-dashboard-help",
|
|
3
|
+
"ticket": "QUIVER-38-01",
|
|
4
|
+
"type": "feature",
|
|
5
|
+
"title": "Version, dashboard, and help",
|
|
6
|
+
"objective": "Localize the most visible read-only CLI surfaces in Spanish and English.",
|
|
7
|
+
"description": "Migrates version, help, and dashboard human output while preserving JSON contracts.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "v38-version-dashboard-help",
|
|
12
|
+
"branch_name": "feature/QUIVER-38-01-v38-version-dashboard-help"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"src/create-quiver/lib/version.js",
|
|
16
|
+
"src/create-quiver/commands/dashboard.js",
|
|
17
|
+
"src/create-quiver/lib/dashboard.js",
|
|
18
|
+
"tests/commands/version.test.js",
|
|
19
|
+
"tests/commands/dashboard.test.js"
|
|
20
|
+
],
|
|
21
|
+
"expected_read_paths": [
|
|
22
|
+
"src/create-quiver/lib/i18n/**",
|
|
23
|
+
"docs/CLI_UX_GUIDE.md",
|
|
24
|
+
"docs/reference/commands.md",
|
|
25
|
+
"specs/quiver-v38-cli-i18n-read-only-commands/SPEC.md"
|
|
26
|
+
],
|
|
27
|
+
"allowed_write_paths": [
|
|
28
|
+
"src/create-quiver/commands/dashboard.js",
|
|
29
|
+
"src/create-quiver/lib/version.js",
|
|
30
|
+
"src/create-quiver/lib/dashboard.js",
|
|
31
|
+
"src/create-quiver/lib/i18n/**",
|
|
32
|
+
"tests/commands/version.test.js",
|
|
33
|
+
"tests/commands/dashboard.test.js",
|
|
34
|
+
"tests/commands/cli-contract.test.js",
|
|
35
|
+
"specs/quiver-v38-cli-i18n-read-only-commands/**"
|
|
36
|
+
],
|
|
37
|
+
"depends_on": [
|
|
38
|
+
"slice-00-read-only-foundation"
|
|
39
|
+
],
|
|
40
|
+
"parallel_safe": "no",
|
|
41
|
+
"parallel_safe_reason": "Establishes command migration patterns for the rest of v38.",
|
|
42
|
+
"must": [
|
|
43
|
+
"Localize human output for version, help, and dashboard.",
|
|
44
|
+
"Keep JSON output stable.",
|
|
45
|
+
"Preserve exact command snippets.",
|
|
46
|
+
"Maintain compact dashboard readability."
|
|
47
|
+
],
|
|
48
|
+
"not_included": [
|
|
49
|
+
"Provider-backed AI commands.",
|
|
50
|
+
"Generated project docs."
|
|
51
|
+
],
|
|
52
|
+
"acceptance": [
|
|
53
|
+
"Representative output snapshots pass in en and es.",
|
|
54
|
+
"JSON tests continue to pass.",
|
|
55
|
+
"Color/no-color behavior remains correct."
|
|
56
|
+
],
|
|
57
|
+
"tests": [
|
|
58
|
+
"node --test tests/commands/version.test.js tests/commands/dashboard.test.js tests/commands/cli-contract.test.js",
|
|
59
|
+
"git diff --check"
|
|
60
|
+
],
|
|
61
|
+
"validation_hints": [
|
|
62
|
+
"Use project config language tests, not only --lang tests.",
|
|
63
|
+
"Assert Spanish labels do not expand dashboard beyond readable layout assumptions."
|
|
64
|
+
],
|
|
65
|
+
"estimated_hours": 6,
|
|
66
|
+
"status": "completed",
|
|
67
|
+
"completed_at": "2026-05-29T00:00:00.000Z",
|
|
68
|
+
"blocked_reason": null
|
|
69
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# CLOSURE_BRIEF - slice-02 Flow, doctor, next, graph, and plan
|
|
2
|
+
|
|
3
|
+
## Summary
|
|
4
|
+
|
|
5
|
+
Implemented shared read-only i18n helpers and localized human output for `flow`, `doctor`, `next`, `graph`, and `plan` while preserving JSON contracts and exact command snippets.
|
|
6
|
+
|
|
7
|
+
## Validation
|
|
8
|
+
|
|
9
|
+
- [x] `node --test tests/commands/flow.test.js tests/commands/doctor.test.js tests/commands/next.test.js tests/commands/graph.test.js tests/commands/plan.test.js tests/lib/i18n-catalog.test.js`
|
|
10
|
+
- [x] `node --test tests/**/*.test.js`
|
|
11
|
+
- [x] `git diff --check`
|
|
12
|
+
- [x] `node bin/create-quiver.js spec validate specs/quiver-v38-cli-i18n-read-only-commands --strict`
|
|
13
|
+
- [x] `node bin/create-quiver.js check-slice specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-02-flow-doctor-next-graph/slice.json --local`
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# EXECUTION_BRIEF - slice-02 Flow, doctor, next, graph, and plan
|
|
2
|
+
|
|
3
|
+
## Context
|
|
4
|
+
|
|
5
|
+
Workflow status commands guide the user's next action and must be clear in the configured language.
|
|
6
|
+
|
|
7
|
+
## Objective
|
|
8
|
+
|
|
9
|
+
Localize `flow`, `doctor`, `next`, `graph`, and `plan` human output.
|
|
10
|
+
|
|
11
|
+
## Acceptance Criteria
|
|
12
|
+
|
|
13
|
+
- All included commands render human output in `en` and `es`.
|
|
14
|
+
- Actionable suggested commands remain exact.
|
|
15
|
+
- Warning and blocker labels are localized without changing stable codes.
|
|
16
|
+
- JSON outputs remain stable where supported.
|
|
17
|
+
|
|
18
|
+
## Completion Checklist
|
|
19
|
+
|
|
20
|
+
- [x] Command output migrated.
|
|
21
|
+
- [x] Normal, empty, warning, and blocker states tested.
|
|
22
|
+
- [x] JSON regression tests preserved.
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-02-flow-doctor-next-graph",
|
|
3
|
+
"ticket": "QUIVER-38-02",
|
|
4
|
+
"type": "feature",
|
|
5
|
+
"title": "Flow, doctor, next, graph, and plan",
|
|
6
|
+
"objective": "Localize workflow inspection commands without changing their machine-readable contracts.",
|
|
7
|
+
"description": "Migrates the read-only workflow guidance commands to the shared i18n catalog.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "v38-flow-doctor-next-graph",
|
|
12
|
+
"branch_name": "feature/QUIVER-38-02-v38-flow-doctor-next-graph"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"src/create-quiver/commands/flow.js",
|
|
16
|
+
"src/create-quiver/commands/next.js",
|
|
17
|
+
"src/create-quiver/commands/graph.js",
|
|
18
|
+
"src/create-quiver/commands/plan.js",
|
|
19
|
+
"src/create-quiver/index.js",
|
|
20
|
+
"src/create-quiver/lib/doctor.js",
|
|
21
|
+
"src/create-quiver/lib/renderers/tree.js"
|
|
22
|
+
],
|
|
23
|
+
"expected_read_paths": [
|
|
24
|
+
"src/create-quiver/lib/i18n/**",
|
|
25
|
+
"tests/commands/flow.test.js",
|
|
26
|
+
"tests/commands/doctor.test.js",
|
|
27
|
+
"tests/commands/next.test.js",
|
|
28
|
+
"tests/commands/graph.test.js",
|
|
29
|
+
"tests/commands/plan.test.js"
|
|
30
|
+
],
|
|
31
|
+
"allowed_write_paths": [
|
|
32
|
+
"src/create-quiver/commands/flow.js",
|
|
33
|
+
"src/create-quiver/commands/next.js",
|
|
34
|
+
"src/create-quiver/commands/graph.js",
|
|
35
|
+
"src/create-quiver/commands/plan.js",
|
|
36
|
+
"src/create-quiver/index.js",
|
|
37
|
+
"src/create-quiver/lib/doctor.js",
|
|
38
|
+
"src/create-quiver/lib/renderers/tree.js",
|
|
39
|
+
"src/create-quiver/lib/i18n/**",
|
|
40
|
+
"tests/commands/flow.test.js",
|
|
41
|
+
"tests/commands/doctor.test.js",
|
|
42
|
+
"tests/commands/next.test.js",
|
|
43
|
+
"tests/commands/graph.test.js",
|
|
44
|
+
"tests/commands/plan.test.js",
|
|
45
|
+
"specs/quiver-v38-cli-i18n-read-only-commands/**"
|
|
46
|
+
],
|
|
47
|
+
"depends_on": [
|
|
48
|
+
"slice-01-version-dashboard-help"
|
|
49
|
+
],
|
|
50
|
+
"parallel_safe": "conditional",
|
|
51
|
+
"parallel_safe_reason": "Can overlap with slice-03 if catalog keys are namespaced by command group.",
|
|
52
|
+
"must": [
|
|
53
|
+
"Localize workflow status labels and guidance.",
|
|
54
|
+
"Keep exact commands in suggestions.",
|
|
55
|
+
"Keep JSON stable.",
|
|
56
|
+
"Test warnings and blocker states."
|
|
57
|
+
],
|
|
58
|
+
"not_included": [
|
|
59
|
+
"AI provider execution commands."
|
|
60
|
+
],
|
|
61
|
+
"acceptance": [
|
|
62
|
+
"Each included command has en and es test coverage.",
|
|
63
|
+
"JSON contract tests remain stable.",
|
|
64
|
+
"No localized command snippet is altered."
|
|
65
|
+
],
|
|
66
|
+
"tests": [
|
|
67
|
+
"node --test tests/commands/flow.test.js tests/commands/doctor.test.js tests/commands/next.test.js tests/commands/graph.test.js tests/commands/plan.test.js",
|
|
68
|
+
"git diff --check"
|
|
69
|
+
],
|
|
70
|
+
"validation_hints": [
|
|
71
|
+
"Include fixtures with no specs and with blocked slices."
|
|
72
|
+
],
|
|
73
|
+
"estimated_hours": 8,
|
|
74
|
+
"status": "completed",
|
|
75
|
+
"blocked_reason": null,
|
|
76
|
+
"completed_at": "2026-05-29T00:00:00.000Z"
|
|
77
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# CLOSURE_BRIEF - slice-03 AI inspection and export read-only commands
|
|
2
|
+
|
|
3
|
+
## Summary
|
|
4
|
+
|
|
5
|
+
Localized AI read-only inspection surfaces for `ai inspect`, `ai export --format markdown`, `ai specs list`, `ai slices list`, `ai trace report`, `ai status`, `ai resume`, and `ai approvals` while preserving JSON/export identifiers and exact next-command snippets.
|
|
6
|
+
|
|
7
|
+
## Validation
|
|
8
|
+
|
|
9
|
+
- [x] `node --test tests/commands/ai-export.test.js tests/commands/ai-run-state.test.js tests/lib/ai-export-state.test.js tests/lib/ai-run-state.test.js tests/lib/i18n-catalog.test.js`
|
|
10
|
+
- [x] `git diff --check`
|
|
11
|
+
- [x] `node bin/create-quiver.js spec validate specs/quiver-v38-cli-i18n-read-only-commands --strict`
|
|
12
|
+
- [x] `node bin/create-quiver.js check-slice specs/quiver-v38-cli-i18n-read-only-commands/slices/slice-03-ai-inspection-and-export/slice.json --local`
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# EXECUTION_BRIEF - slice-03 AI inspection and export read-only commands
|
|
2
|
+
|
|
3
|
+
## Context
|
|
4
|
+
|
|
5
|
+
AI inspection commands expose run/spec state without writing files. They should match the same language behavior as other read-only commands.
|
|
6
|
+
|
|
7
|
+
## Objective
|
|
8
|
+
|
|
9
|
+
Localize AI read-only commands such as `ai inspect`, `ai export`, `ai specs list`, `ai slices list`, `ai trace report`, and `ai approvals`.
|
|
10
|
+
|
|
11
|
+
## Acceptance Criteria
|
|
12
|
+
|
|
13
|
+
- Human output supports `en` and `es`.
|
|
14
|
+
- JSON and export payloads remain stable and non-localized.
|
|
15
|
+
- Run ids, spec ids, slice ids, providers, and models remain unchanged.
|
|
16
|
+
- Missing/empty state messages are localized.
|
|
17
|
+
|
|
18
|
+
## Completion Checklist
|
|
19
|
+
|
|
20
|
+
- [x] AI read-only human strings cataloged.
|
|
21
|
+
- [x] JSON/export tests preserved.
|
|
22
|
+
- [x] Empty/missing-state tests added.
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-03-ai-inspection-and-export",
|
|
3
|
+
"ticket": "QUIVER-38-03",
|
|
4
|
+
"type": "feature",
|
|
5
|
+
"title": "AI inspection and export read-only commands",
|
|
6
|
+
"objective": "Localize AI read-only inspection surfaces while preserving exports and JSON contracts.",
|
|
7
|
+
"description": "Covers AI status/introspection outputs that do not execute providers or write product files.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "v38-ai-inspection-export",
|
|
12
|
+
"branch_name": "feature/QUIVER-38-03-v38-ai-inspection-export"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"src/create-quiver/commands/ai.js",
|
|
16
|
+
"src/create-quiver/index.js",
|
|
17
|
+
"src/create-quiver/lib/ai/export-state.js",
|
|
18
|
+
"src/create-quiver/lib/ai/run-state.js",
|
|
19
|
+
"tests/commands/ai-export.test.js",
|
|
20
|
+
"tests/commands/ai-run-state.test.js"
|
|
21
|
+
],
|
|
22
|
+
"expected_read_paths": [
|
|
23
|
+
"src/create-quiver/commands/ai.js",
|
|
24
|
+
"src/create-quiver/lib/i18n/**",
|
|
25
|
+
"docs/reference/commands.md"
|
|
26
|
+
],
|
|
27
|
+
"allowed_write_paths": [
|
|
28
|
+
"src/create-quiver/commands/ai.js",
|
|
29
|
+
"src/create-quiver/index.js",
|
|
30
|
+
"src/create-quiver/lib/ai/export-state.js",
|
|
31
|
+
"src/create-quiver/lib/ai/run-state.js",
|
|
32
|
+
"src/create-quiver/lib/i18n/**",
|
|
33
|
+
"tests/commands/ai-export.test.js",
|
|
34
|
+
"tests/commands/ai-run-state.test.js",
|
|
35
|
+
"specs/quiver-v38-cli-i18n-read-only-commands/**"
|
|
36
|
+
],
|
|
37
|
+
"depends_on": [
|
|
38
|
+
"slice-01-version-dashboard-help"
|
|
39
|
+
],
|
|
40
|
+
"parallel_safe": "conditional",
|
|
41
|
+
"parallel_safe_reason": "Can overlap with slice-02 if AI catalog keys are isolated.",
|
|
42
|
+
"must": [
|
|
43
|
+
"Localize human AI inspection output.",
|
|
44
|
+
"Keep JSON and export payloads stable.",
|
|
45
|
+
"Preserve ids, providers, and model identifiers."
|
|
46
|
+
],
|
|
47
|
+
"not_included": [
|
|
48
|
+
"Provider-backed AI planning/execution commands."
|
|
49
|
+
],
|
|
50
|
+
"acceptance": [
|
|
51
|
+
"AI read-only commands render in en and es.",
|
|
52
|
+
"Export and JSON tests remain stable.",
|
|
53
|
+
"Empty states are localized."
|
|
54
|
+
],
|
|
55
|
+
"tests": [
|
|
56
|
+
"node --test tests/commands/ai-export.test.js tests/commands/ai-run-state.test.js",
|
|
57
|
+
"git diff --check"
|
|
58
|
+
],
|
|
59
|
+
"validation_hints": [
|
|
60
|
+
"Avoid changing export file contents unless they are explicitly human-facing docs."
|
|
61
|
+
],
|
|
62
|
+
"estimated_hours": 7,
|
|
63
|
+
"status": "completed",
|
|
64
|
+
"blocked_reason": null,
|
|
65
|
+
"completed_at": "2026-05-29T00:00:00.000Z"
|
|
66
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# CLOSURE_BRIEF - slice-04 Read-only tests and smokes
|
|
2
|
+
|
|
3
|
+
## Summary
|
|
4
|
+
|
|
5
|
+
Completed closing validation for the v38 read-only i18n migration. Full tests, package smoke, create-quiver smoke, spec validation, slice validation, and whitespace checks passed.
|
|
6
|
+
|
|
7
|
+
## Validation
|
|
8
|
+
|
|
9
|
+
- [x] `node --test tests/**/*.test.js`
|
|
10
|
+
- [x] `node bin/create-quiver.js spec validate specs/quiver-v38-cli-i18n-read-only-commands --strict`
|
|
11
|
+
- [x] `npm run package:quiver`
|
|
12
|
+
- [x] `npm run smoke:create-quiver`
|
|
13
|
+
- [x] `git diff --check`
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# EXECUTION_BRIEF - slice-04 Read-only tests and smokes
|
|
2
|
+
|
|
3
|
+
## Context
|
|
4
|
+
|
|
5
|
+
Read-only command migration touches many user-facing outputs and can regress automation if JSON modes are polluted.
|
|
6
|
+
|
|
7
|
+
## Objective
|
|
8
|
+
|
|
9
|
+
Run full validation and update evidence for the v38 read-only command migration.
|
|
10
|
+
|
|
11
|
+
## Acceptance Criteria
|
|
12
|
+
|
|
13
|
+
- Full test suite passes.
|
|
14
|
+
- Package smoke passes.
|
|
15
|
+
- Spec validation passes.
|
|
16
|
+
- Evidence report documents commands covered and remaining exclusions.
|
|
17
|
+
|
|
18
|
+
## Completion Checklist
|
|
19
|
+
|
|
20
|
+
- [x] Full tests run.
|
|
21
|
+
- [x] Package smoke run.
|
|
22
|
+
- [x] Evidence updated.
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-04-read-only-tests-smokes",
|
|
3
|
+
"ticket": "QUIVER-38-04",
|
|
4
|
+
"type": "validation",
|
|
5
|
+
"title": "Read-only tests and smokes",
|
|
6
|
+
"objective": "Validate the full read-only command migration and record evidence.",
|
|
7
|
+
"description": "Runs full tests and package smokes for v38.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "v38-read-only-tests-smokes",
|
|
12
|
+
"branch_name": "feature/QUIVER-38-04-v38-read-only-tests-smokes"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"tests/**/*.test.js",
|
|
16
|
+
"specs/quiver-v38-cli-i18n-read-only-commands/EVIDENCE_REPORT.md"
|
|
17
|
+
],
|
|
18
|
+
"expected_read_paths": [
|
|
19
|
+
"specs/quiver-v38-cli-i18n-read-only-commands/SPEC.md",
|
|
20
|
+
"docs/CLI_UX_GUIDE.md",
|
|
21
|
+
"docs/reference/commands.md"
|
|
22
|
+
],
|
|
23
|
+
"allowed_write_paths": [
|
|
24
|
+
"tests/**",
|
|
25
|
+
"specs/quiver-v38-cli-i18n-read-only-commands/**"
|
|
26
|
+
],
|
|
27
|
+
"depends_on": [
|
|
28
|
+
"slice-02-flow-doctor-next-graph",
|
|
29
|
+
"slice-03-ai-inspection-and-export"
|
|
30
|
+
],
|
|
31
|
+
"parallel_safe": "no",
|
|
32
|
+
"parallel_safe_reason": "This is the closing validation slice for v38.",
|
|
33
|
+
"must": [
|
|
34
|
+
"Run full validation.",
|
|
35
|
+
"Record evidence.",
|
|
36
|
+
"Confirm downstream exclusions remain documented."
|
|
37
|
+
],
|
|
38
|
+
"not_included": [
|
|
39
|
+
"Migrating write or provider-backed commands."
|
|
40
|
+
],
|
|
41
|
+
"acceptance": [
|
|
42
|
+
"Full tests pass.",
|
|
43
|
+
"Package smoke passes.",
|
|
44
|
+
"Spec validation passes.",
|
|
45
|
+
"Evidence report is updated."
|
|
46
|
+
],
|
|
47
|
+
"tests": [
|
|
48
|
+
"node --test tests/**/*.test.js",
|
|
49
|
+
"node bin/create-quiver.js spec validate specs/quiver-v38-cli-i18n-read-only-commands --strict",
|
|
50
|
+
"npm run package:quiver",
|
|
51
|
+
"npm run smoke:create-quiver",
|
|
52
|
+
"git diff --check"
|
|
53
|
+
],
|
|
54
|
+
"validation_hints": [
|
|
55
|
+
"Audit that no read-only command still emits hardcoded English in human mode."
|
|
56
|
+
],
|
|
57
|
+
"estimated_hours": 4,
|
|
58
|
+
"status": "completed",
|
|
59
|
+
"blocked_reason": null,
|
|
60
|
+
"completed_at": "2026-05-29T00:00:00.000Z"
|
|
61
|
+
}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
# Evidence Report - Quiver v39 CLI i18n Setup and Onboarding
|
|
2
|
+
|
|
3
|
+
## slice-00-setup-foundation
|
|
4
|
+
|
|
5
|
+
- Created this spec package and slice handoffs.
|
|
6
|
+
- Runtime implementation intentionally not started.
|
|
7
|
+
|
|
8
|
+
## slice-01-init-interactive-language
|
|
9
|
+
|
|
10
|
+
- Added `init --interactive` project language selection for `en` and `es`.
|
|
11
|
+
- Persisted the selected language to `.quiver/config.json` through the existing config writer, preserving existing keys.
|
|
12
|
+
- Kept non-interactive init prompt-free and did not persist `--lang` as project config.
|
|
13
|
+
- Added dry-run plan output for the intended language config write without writing files.
|
|
14
|
+
- Localized interactive init prompts, summaries, confirmations, install completion, and next-step labels through the shared catalog.
|
|
15
|
+
- Updated public command reference for the interactive init language choice.
|
|
16
|
+
|
|
17
|
+
Validation:
|
|
18
|
+
|
|
19
|
+
- Passed: `node --test tests/commands/init-profiles.test.js tests/commands/config-language.test.js tests/lib/init-layout.test.js tests/lib/i18n-catalog.test.js`
|
|
20
|
+
- Passed: `git diff --check`
|
|
21
|
+
- Passed: `node bin/create-quiver.js spec validate specs/quiver-v39-cli-i18n-setup-onboarding --strict`
|
|
22
|
+
- Passed with expected completed-slice warning: `node bin/create-quiver.js check-slice specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-01-init-interactive-language/slice.json --local`
|
|
23
|
+
|
|
24
|
+
## slice-02-analyze-migrate-prepare
|
|
25
|
+
|
|
26
|
+
- Localized `analyze` dry-run and completion output through the shared `en`/`es` catalog.
|
|
27
|
+
- Localized `migrate` dry-run and completion output while preserving exact commands and paths.
|
|
28
|
+
- Localized deterministic and planner dry-run wrapper output for `ai prepare-context` while keeping generated prompt/content contracts untouched.
|
|
29
|
+
- Added Spanish regression coverage for `analyze --dry-run`, `migrate --dry-run`, `ai prepare-context --dry-run`, and `ai prepare-context --with-planner --dry-run`.
|
|
30
|
+
|
|
31
|
+
Validation:
|
|
32
|
+
|
|
33
|
+
- Passed: `node --test tests/commands/analyze.test.js tests/commands/init-profiles.test.js tests/commands/ai-onboard.test.js tests/lib/i18n-catalog.test.js`
|
|
34
|
+
- Passed: `git diff --check`
|
|
35
|
+
- Passed: `node bin/create-quiver.js spec validate specs/quiver-v39-cli-i18n-setup-onboarding --strict`
|
|
36
|
+
- Passed with expected completed-slice warning: `node bin/create-quiver.js check-slice specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-02-analyze-migrate-prepare/slice.json --local`
|
|
37
|
+
|
|
38
|
+
## slice-03-demo-evidence-onboarding
|
|
39
|
+
|
|
40
|
+
- Localized `demo create spec-viewer` human output through the shared `en`/`es` catalog.
|
|
41
|
+
- Localized `evidence run` command summary output while keeping command strings and output paths exact.
|
|
42
|
+
- Localized `ai onboard` dry-run and prompt-only wrapper output while keeping prompt delimiters and generated prompt contents unchanged.
|
|
43
|
+
- Added regression coverage for `--lang es` and project-configured Spanish defaults.
|
|
44
|
+
|
|
45
|
+
Validation:
|
|
46
|
+
|
|
47
|
+
- Passed: `node --test tests/commands/demo.test.js tests/commands/evidence.test.js tests/commands/ai-onboard.test.js tests/lib/i18n-catalog.test.js`
|
|
48
|
+
- Passed: `git diff --check`
|
|
49
|
+
- Passed: `node bin/create-quiver.js spec validate specs/quiver-v39-cli-i18n-setup-onboarding --strict`
|
|
50
|
+
- Passed with expected completed-slice warning: `node bin/create-quiver.js check-slice specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-03-demo-evidence-onboarding/slice.json --local`
|
|
51
|
+
|
|
52
|
+
## slice-04-setup-tests-smokes
|
|
53
|
+
|
|
54
|
+
- Closed v39 with full regression coverage across CLI commands and library helpers.
|
|
55
|
+
- Confirmed package creation and create-quiver smoke still pass after i18n setup changes.
|
|
56
|
+
- Confirmed a project with `.quiver/config.json` set to Spanish renders setup output in Spanish without passing `--lang`.
|
|
57
|
+
- Revalidated the full v39 spec package and diff hygiene.
|
|
58
|
+
|
|
59
|
+
Validation:
|
|
60
|
+
|
|
61
|
+
- Passed: `node --test tests/**/*.test.js` (574 passing)
|
|
62
|
+
- Passed: `node bin/create-quiver.js spec validate specs/quiver-v39-cli-i18n-setup-onboarding --strict`
|
|
63
|
+
- Passed with expected completed-slice warning: `node bin/create-quiver.js check-slice specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-04-setup-tests-smokes/slice.json --local`
|
|
64
|
+
- Passed: `npm run package:quiver` (`create-quiver-0.15.3.tgz`)
|
|
65
|
+
- Passed: `npm run smoke:create-quiver`
|
|
66
|
+
- Passed: configured-language smoke with `.quiver/config.json` language `es` and `demo create spec-viewer --dry-run` without `--lang`
|
|
67
|
+
- Passed: `git diff --check`
|
|
68
|
+
|
|
69
|
+
## Pending Evidence
|
|
70
|
+
|
|
71
|
+
- None.
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Execution Plan - Quiver v39 CLI i18n Setup and Onboarding
|
|
2
|
+
|
|
3
|
+
## Execution Rules
|
|
4
|
+
|
|
5
|
+
- Start only after v37 foundation is complete.
|
|
6
|
+
- Preserve no-TTY and CI safety.
|
|
7
|
+
- Do not mix generated docs localization into this spec.
|
|
8
|
+
|
|
9
|
+
## Suggested Order
|
|
10
|
+
|
|
11
|
+
1. `slice-00-setup-foundation`
|
|
12
|
+
2. `slice-01-init-interactive-language`
|
|
13
|
+
3. `slice-02-analyze-migrate-prepare`
|
|
14
|
+
4. `slice-03-demo-evidence-onboarding`
|
|
15
|
+
5. `slice-04-setup-tests-smokes`
|
|
16
|
+
|
|
17
|
+
## Final Validation
|
|
18
|
+
|
|
19
|
+
```bash
|
|
20
|
+
node --test tests/**/*.test.js
|
|
21
|
+
git diff --check
|
|
22
|
+
npx create-quiver spec validate specs/quiver-v39-cli-i18n-setup-onboarding --strict
|
|
23
|
+
npm run package:quiver
|
|
24
|
+
npm run smoke:create-quiver
|
|
25
|
+
```
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
# Quiver v39 - CLI i18n Setup and Onboarding
|
|
2
|
+
|
|
3
|
+
**Date:** 2026-05-28
|
|
4
|
+
**Status:** Completed
|
|
5
|
+
**Source:** Continuation of the approved CLI i18n program.
|
|
6
|
+
|
|
7
|
+
## Problem
|
|
8
|
+
|
|
9
|
+
Setup commands define how a project starts using Quiver. Language selection must be easy during init and then persist automatically.
|
|
10
|
+
|
|
11
|
+
## Objective
|
|
12
|
+
|
|
13
|
+
Localize setup and onboarding commands while making `init --interactive` the primary place to choose project language.
|
|
14
|
+
|
|
15
|
+
## Scope
|
|
16
|
+
|
|
17
|
+
### Included
|
|
18
|
+
|
|
19
|
+
- `init`, especially `init --interactive`.
|
|
20
|
+
- `migrate`, `analyze`, and `ai prepare-context`.
|
|
21
|
+
- Demo/evidence onboarding outputs when they are human-facing CLI messages.
|
|
22
|
+
- Human output, `--dry-run`, no-TTY/CI, `--no-color`, and supported `--json` behavior.
|
|
23
|
+
|
|
24
|
+
### Excluded
|
|
25
|
+
|
|
26
|
+
- Full generated documentation localization; v42 owns that.
|
|
27
|
+
- Provider-backed planning/execution; v41 owns that.
|
|
28
|
+
|
|
29
|
+
## Acceptance Criteria
|
|
30
|
+
|
|
31
|
+
1. `init --interactive` asks for language when language is not already configured.
|
|
32
|
+
2. The selected language is stored in `.quiver/config.json`.
|
|
33
|
+
3. Subsequent commands use the configured language without `--lang`.
|
|
34
|
+
4. `init`, `migrate`, `analyze`, and `ai prepare-context` human outputs support `en` and `es`.
|
|
35
|
+
5. Dry-run output remains localized but does not write files.
|
|
36
|
+
6. JSON output remains schema-stable and non-localized.
|
|
37
|
+
7. Non-interactive setup never blocks waiting for language input.
|
|
38
|
+
|
|
39
|
+
## Slice Roadmap
|
|
40
|
+
|
|
41
|
+
| Slice | Title | Status | Dependencies |
|
|
42
|
+
|---|---|---|---|
|
|
43
|
+
| slice-00 | Setup foundation | completed | none |
|
|
44
|
+
| slice-01 | Init interactive language | completed | v37 complete |
|
|
45
|
+
| slice-02 | Analyze, migrate, and prepare-context | completed | slice-01 |
|
|
46
|
+
| slice-03 | Demo, evidence, and onboarding messages | completed | slice-01 |
|
|
47
|
+
| slice-04 | Setup tests and smokes | completed | slice-02, slice-03 |
|
|
48
|
+
|
|
49
|
+
## Guardrails
|
|
50
|
+
|
|
51
|
+
- Do not prompt in CI/no-TTY unless `--interactive` is explicitly valid and a TTY exists.
|
|
52
|
+
- Do not overwrite existing config keys when storing language.
|
|
53
|
+
- Keep generated docs routing separate from command output.
|