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,24 @@
|
|
|
1
|
+
# Status - Quiver v39 CLI i18n Setup and Onboarding
|
|
2
|
+
|
|
3
|
+
**Overall status:** Completed
|
|
4
|
+
**Created:** 2026-05-28
|
|
5
|
+
**Completed:** 2026-05-29
|
|
6
|
+
**Current slice:** None
|
|
7
|
+
|
|
8
|
+
## Summary
|
|
9
|
+
|
|
10
|
+
This spec localizes setup and onboarding command output after the v37 i18n foundation is complete.
|
|
11
|
+
|
|
12
|
+
## Slice Status
|
|
13
|
+
|
|
14
|
+
| Slice | Status | Notes |
|
|
15
|
+
|---|---|---|
|
|
16
|
+
| slice-00-setup-foundation | Completed | Spec package and handoffs created. |
|
|
17
|
+
| slice-01-init-interactive-language | Completed | `init --interactive` can select and persist project language while preserving config keys; dry-run remains write-free. |
|
|
18
|
+
| slice-02-analyze-migrate-prepare | Completed | `analyze`, `migrate`, and `ai prepare-context` setup-adjacent human output localized in `en` and `es`; paths and command snippets preserved. |
|
|
19
|
+
| slice-03-demo-evidence-onboarding | Completed | `demo`, `evidence`, and `ai onboard` setup-facing human output localized in `en` and `es`; paths, commands, and generated prompt contents preserved. |
|
|
20
|
+
| slice-04-setup-tests-smokes | Completed | Full suite, package smoke, create-quiver smoke, spec validation, diff check, and configured-language smoke passed. |
|
|
21
|
+
|
|
22
|
+
## Current Blockers
|
|
23
|
+
|
|
24
|
+
- None.
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
# PR - Quiver v39 CLI i18n Setup and Onboarding
|
|
2
|
+
|
|
3
|
+
## Title
|
|
4
|
+
|
|
5
|
+
feat: complete v39 setup and onboarding i18n
|
|
6
|
+
|
|
7
|
+
## Summary
|
|
8
|
+
|
|
9
|
+
- Adds interactive init language selection for `en` and `es`, persisted in `.quiver/config.json`.
|
|
10
|
+
- Localizes setup and onboarding human output for `init`, `analyze`, `migrate`, `ai prepare-context`, `demo`, `evidence`, and `ai onboard`.
|
|
11
|
+
- Keeps JSON output, command snippets, paths, prompt delimiters, and generated prompt/doc contents stable.
|
|
12
|
+
|
|
13
|
+
## Scope
|
|
14
|
+
|
|
15
|
+
- Included: setup-facing human CLI messages, dry-run flows, configured project language resolution, and regression coverage.
|
|
16
|
+
- Excluded: full generated documentation localization and provider-backed planning/execution localization beyond setup wrappers.
|
|
17
|
+
|
|
18
|
+
## Files
|
|
19
|
+
|
|
20
|
+
- `src/create-quiver/index.js`
|
|
21
|
+
- `src/create-quiver/commands/ai.js`
|
|
22
|
+
- `src/create-quiver/commands/analyze.js`
|
|
23
|
+
- `src/create-quiver/commands/demo.js`
|
|
24
|
+
- `src/create-quiver/commands/evidence.js`
|
|
25
|
+
- `src/create-quiver/commands/migrate.js`
|
|
26
|
+
- `src/create-quiver/lib/demo.js`
|
|
27
|
+
- `src/create-quiver/lib/i18n/**`
|
|
28
|
+
- `src/create-quiver/lib/init-layout.js`
|
|
29
|
+
- `tests/commands/**`
|
|
30
|
+
- `tests/lib/**`
|
|
31
|
+
- `docs/reference/commands.md`
|
|
32
|
+
- `specs/quiver-v39-cli-i18n-setup-onboarding/**`
|
|
33
|
+
|
|
34
|
+
## How to Test (DETAILED - REQUIRED)
|
|
35
|
+
|
|
36
|
+
### Required Environment
|
|
37
|
+
|
|
38
|
+
- Node and npm available.
|
|
39
|
+
- Local checkout on this branch.
|
|
40
|
+
- No provider credentials required for dry-run and smoke coverage.
|
|
41
|
+
|
|
42
|
+
### Worktree Access
|
|
43
|
+
|
|
44
|
+
```bash
|
|
45
|
+
git checkout feature/QUIVER-39-01-v39-init-interactive-language
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
### Run the Project
|
|
49
|
+
|
|
50
|
+
```bash
|
|
51
|
+
npm run package:quiver
|
|
52
|
+
npm run smoke:create-quiver
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
### Use Cases
|
|
56
|
+
|
|
57
|
+
```bash
|
|
58
|
+
node bin/create-quiver.js --lang es init --name demo --dry-run
|
|
59
|
+
node bin/create-quiver.js --lang es analyze --dry-run
|
|
60
|
+
node bin/create-quiver.js --lang es migrate --dry-run
|
|
61
|
+
node bin/create-quiver.js --lang es ai prepare-context --dry-run
|
|
62
|
+
node bin/create-quiver.js --lang es demo create spec-viewer --dry-run
|
|
63
|
+
node bin/create-quiver.js --lang es evidence run --output evidence.md -- node -e "console.log('ok')"
|
|
64
|
+
node bin/create-quiver.js --lang es ai onboard --provider claude --role planner --context full --dry-run
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
Configured-language smoke without repeated `--lang`:
|
|
68
|
+
|
|
69
|
+
```bash
|
|
70
|
+
TMPDIR_QU="$(mktemp -d)"
|
|
71
|
+
QUIVER_REPO="$(pwd)"
|
|
72
|
+
mkdir -p "$TMPDIR_QU/.quiver"
|
|
73
|
+
printf '{\n "language": "es"\n}\n' > "$TMPDIR_QU/.quiver/config.json"
|
|
74
|
+
(cd "$TMPDIR_QU" && node "$QUIVER_REPO/bin/create-quiver.js" demo create spec-viewer --dry-run)
|
|
75
|
+
rm -rf "$TMPDIR_QU"
|
|
76
|
+
```
|
|
77
|
+
|
|
78
|
+
### Technical Verification
|
|
79
|
+
|
|
80
|
+
```bash
|
|
81
|
+
node --test tests/**/*.test.js
|
|
82
|
+
node bin/create-quiver.js spec validate specs/quiver-v39-cli-i18n-setup-onboarding --strict
|
|
83
|
+
node bin/create-quiver.js check-slice specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-04-setup-tests-smokes/slice.json --local
|
|
84
|
+
git diff --check
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
## Evidence
|
|
88
|
+
|
|
89
|
+
- `node --test tests/**/*.test.js`: 574 passing.
|
|
90
|
+
- `node bin/create-quiver.js spec validate specs/quiver-v39-cli-i18n-setup-onboarding --strict`: passed.
|
|
91
|
+
- `npm run package:quiver`: passed, produced `create-quiver-0.15.3.tgz`.
|
|
92
|
+
- `npm run smoke:create-quiver`: passed.
|
|
93
|
+
- Configured-language smoke with `.quiver/config.json` language `es`: passed.
|
|
94
|
+
- `git diff --check`: passed.
|
|
95
|
+
|
|
96
|
+
## Rollback
|
|
97
|
+
|
|
98
|
+
- Revert this spec branch commits for v39.
|
|
99
|
+
- Existing English behavior remains the default fallback if `.quiver/config.json`, `QUIVER_LANG`, and `--lang` are absent.
|
|
100
|
+
|
|
101
|
+
## Risks / Notes
|
|
102
|
+
|
|
103
|
+
- Generated documentation templates remain intentionally mostly English; v42 owns full template localization.
|
|
104
|
+
- Provider-backed live output localization is out of this spec except setup wrapper text.
|
package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-00-setup-foundation/CLOSURE_BRIEF.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# CLOSURE_BRIEF - slice-00 Setup foundation
|
|
2
|
+
|
|
3
|
+
## Summary
|
|
4
|
+
|
|
5
|
+
Documentation package created. No runtime implementation was performed.
|
|
6
|
+
|
|
7
|
+
## Validation
|
|
8
|
+
|
|
9
|
+
- Pending `npx create-quiver spec validate specs/quiver-v39-cli-i18n-setup-onboarding --strict`.
|
|
10
|
+
- Pending `git diff --check`.
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# EXECUTION_BRIEF - slice-00 Setup foundation
|
|
2
|
+
|
|
3
|
+
## Context
|
|
4
|
+
|
|
5
|
+
Setup commands must adopt the approved language behavior without writing runtime code in this package creation step.
|
|
6
|
+
|
|
7
|
+
## Objective
|
|
8
|
+
|
|
9
|
+
Create the v39 setup/onboarding spec package and handoffs.
|
|
10
|
+
|
|
11
|
+
## Acceptance Criteria
|
|
12
|
+
|
|
13
|
+
- v39 root documents exist.
|
|
14
|
+
- Each planned slice has execution and closure briefs.
|
|
15
|
+
- Runtime code remains untouched.
|
|
16
|
+
|
|
17
|
+
## Completion Checklist
|
|
18
|
+
|
|
19
|
+
- [x] Spec package created.
|
|
20
|
+
- [x] Handoffs created.
|
|
21
|
+
- [x] Runtime implementation deferred.
|
package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-00-setup-foundation/slice.json
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-00-setup-foundation",
|
|
3
|
+
"ticket": "QUIVER-39-00",
|
|
4
|
+
"type": "documentation",
|
|
5
|
+
"title": "Setup foundation",
|
|
6
|
+
"objective": "Create the approved v39 setup and onboarding i18n spec package and handoffs.",
|
|
7
|
+
"description": "Documents setup/onboarding command migration to en and es.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "docs",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "v39-setup-foundation",
|
|
12
|
+
"branch_name": "docs/QUIVER-39-00-v39-setup-foundation"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"specs/quiver-v39-cli-i18n-setup-onboarding/**"
|
|
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-v39-cli-i18n-setup-onboarding/**"
|
|
25
|
+
],
|
|
26
|
+
"depends_on": [],
|
|
27
|
+
"parallel_safe": "no",
|
|
28
|
+
"parallel_safe_reason": "This creates the roadmap for v39.",
|
|
29
|
+
"must": [
|
|
30
|
+
"Create v39 package.",
|
|
31
|
+
"Document dependency on v37.",
|
|
32
|
+
"Keep runtime code untouched."
|
|
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-v39-cli-i18n-setup-onboarding --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,12 @@
|
|
|
1
|
+
# CLOSURE_BRIEF - slice-01 Init interactive language
|
|
2
|
+
|
|
3
|
+
## Summary
|
|
4
|
+
|
|
5
|
+
Implemented interactive project language selection for `init --interactive`, persisted selected language to `.quiver/config.json` without dropping existing config keys, and kept dry-run/no-TTY behavior safe.
|
|
6
|
+
|
|
7
|
+
## Validation
|
|
8
|
+
|
|
9
|
+
- [x] `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`
|
|
10
|
+
- [x] `git diff --check`
|
|
11
|
+
- [x] `node bin/create-quiver.js spec validate specs/quiver-v39-cli-i18n-setup-onboarding --strict`
|
|
12
|
+
- [x] `node bin/create-quiver.js check-slice specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-01-init-interactive-language/slice.json --local`
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# EXECUTION_BRIEF - slice-01 Init interactive language
|
|
2
|
+
|
|
3
|
+
## Context
|
|
4
|
+
|
|
5
|
+
The best UX is choosing language once during setup and reusing it automatically.
|
|
6
|
+
|
|
7
|
+
## Objective
|
|
8
|
+
|
|
9
|
+
Add language selection to `init --interactive` and persist it to project config.
|
|
10
|
+
|
|
11
|
+
## Acceptance Criteria
|
|
12
|
+
|
|
13
|
+
- `init --interactive` prompts for `en` or `es` when no language is configured.
|
|
14
|
+
- Existing project language is shown and can be kept or changed.
|
|
15
|
+
- Selection writes `.quiver/config.json` without removing existing keys.
|
|
16
|
+
- Non-interactive init accepts existing config and never prompts.
|
|
17
|
+
- Dry-run shows intended language write without writing.
|
|
18
|
+
|
|
19
|
+
## Completion Checklist
|
|
20
|
+
|
|
21
|
+
- [x] Interactive selector added.
|
|
22
|
+
- [x] Config persistence tested.
|
|
23
|
+
- [x] Dry-run and no-TTY behavior tested.
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-01-init-interactive-language",
|
|
3
|
+
"ticket": "QUIVER-39-01",
|
|
4
|
+
"type": "feature",
|
|
5
|
+
"title": "Init interactive language",
|
|
6
|
+
"objective": "Let users choose Spanish or English during interactive init and persist the project language.",
|
|
7
|
+
"description": "Adds the primary language onboarding path.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "v39-init-interactive-language",
|
|
12
|
+
"branch_name": "feature/QUIVER-39-01-v39-init-interactive-language"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"src/create-quiver/index.js",
|
|
16
|
+
"src/create-quiver/lib/init-layout.js",
|
|
17
|
+
"tests/commands/init-profiles.test.js",
|
|
18
|
+
"tests/lib/init-layout.test.js"
|
|
19
|
+
],
|
|
20
|
+
"expected_read_paths": [
|
|
21
|
+
"src/create-quiver/index.js",
|
|
22
|
+
"src/create-quiver/lib/init-layout.js",
|
|
23
|
+
"src/create-quiver/lib/i18n/**",
|
|
24
|
+
"docs/reference/commands.md",
|
|
25
|
+
"specs/quiver-v39-cli-i18n-setup-onboarding/SPEC.md"
|
|
26
|
+
],
|
|
27
|
+
"allowed_write_paths": [
|
|
28
|
+
"src/create-quiver/index.js",
|
|
29
|
+
"src/create-quiver/lib/init-layout.js",
|
|
30
|
+
"src/create-quiver/lib/i18n/**",
|
|
31
|
+
"tests/commands/init-profiles.test.js",
|
|
32
|
+
"tests/commands/config-language.test.js",
|
|
33
|
+
"tests/lib/init-layout.test.js",
|
|
34
|
+
"docs/reference/commands.md",
|
|
35
|
+
"specs/quiver-v39-cli-i18n-setup-onboarding/**"
|
|
36
|
+
],
|
|
37
|
+
"depends_on": [
|
|
38
|
+
"slice-00-setup-foundation"
|
|
39
|
+
],
|
|
40
|
+
"parallel_safe": "no",
|
|
41
|
+
"parallel_safe_reason": "Defines setup behavior consumed by the rest of v39.",
|
|
42
|
+
"must": [
|
|
43
|
+
"Prompt for language only in valid interactive TTY mode.",
|
|
44
|
+
"Persist selected language to .quiver/config.json.",
|
|
45
|
+
"Preserve existing config keys.",
|
|
46
|
+
"Keep dry-run write-free."
|
|
47
|
+
],
|
|
48
|
+
"not_included": [
|
|
49
|
+
"Generated docs localization."
|
|
50
|
+
],
|
|
51
|
+
"acceptance": [
|
|
52
|
+
"Interactive init can configure es or en.",
|
|
53
|
+
"Subsequent commands resolve project language without --lang.",
|
|
54
|
+
"No-TTY init does not block.",
|
|
55
|
+
"Dry-run does not write config."
|
|
56
|
+
],
|
|
57
|
+
"tests": [
|
|
58
|
+
"node --test tests/commands/init-profiles.test.js tests/commands/config-language.test.js",
|
|
59
|
+
"git diff --check"
|
|
60
|
+
],
|
|
61
|
+
"validation_hints": [
|
|
62
|
+
"Use selector test utilities rather than manual TTY assumptions."
|
|
63
|
+
],
|
|
64
|
+
"estimated_hours": 6,
|
|
65
|
+
"status": "completed",
|
|
66
|
+
"blocked_reason": null,
|
|
67
|
+
"completed_at": "2026-05-29T00:00:00.000Z"
|
|
68
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# CLOSURE_BRIEF - slice-02 Analyze, migrate, and prepare-context
|
|
2
|
+
|
|
3
|
+
## Summary
|
|
4
|
+
|
|
5
|
+
Localized setup-adjacent human output for `analyze`, `migrate`, and `ai prepare-context` while preserving paths, command snippets, write-free dry-runs, and generated prompt/content contracts.
|
|
6
|
+
|
|
7
|
+
## Validation
|
|
8
|
+
|
|
9
|
+
- [x] `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`
|
|
10
|
+
- [x] `git diff --check`
|
|
11
|
+
- [x] `node bin/create-quiver.js spec validate specs/quiver-v39-cli-i18n-setup-onboarding --strict`
|
|
12
|
+
- [x] `node bin/create-quiver.js check-slice specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-02-analyze-migrate-prepare/slice.json --local`
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# EXECUTION_BRIEF - slice-02 Analyze, migrate, and prepare-context
|
|
2
|
+
|
|
3
|
+
## Context
|
|
4
|
+
|
|
5
|
+
Setup-adjacent commands explain what Quiver detected or will write, so localization must preserve actionability.
|
|
6
|
+
|
|
7
|
+
## Objective
|
|
8
|
+
|
|
9
|
+
Localize `analyze`, `migrate`, and `ai prepare-context` human output.
|
|
10
|
+
|
|
11
|
+
## Acceptance Criteria
|
|
12
|
+
|
|
13
|
+
- Commands render in `en` and `es`.
|
|
14
|
+
- `--dry-run` outputs are localized and write-free.
|
|
15
|
+
- `--json` output remains stable where supported.
|
|
16
|
+
- File paths and suggested commands remain exact.
|
|
17
|
+
- Planner prompt content is not silently translated unless it is a human-facing CLI wrapper message.
|
|
18
|
+
|
|
19
|
+
## Completion Checklist
|
|
20
|
+
|
|
21
|
+
- [x] Human strings cataloged.
|
|
22
|
+
- [x] Dry-run tests added.
|
|
23
|
+
- [x] JSON regression tests preserved.
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-02-analyze-migrate-prepare",
|
|
3
|
+
"ticket": "QUIVER-39-02",
|
|
4
|
+
"type": "feature",
|
|
5
|
+
"title": "Analyze, migrate, and prepare-context",
|
|
6
|
+
"objective": "Localize setup-adjacent commands while preserving dry-run and automation behavior.",
|
|
7
|
+
"description": "Migrates analyze, migrate, and ai prepare-context human output to the shared i18n catalog.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "v39-analyze-migrate-prepare",
|
|
12
|
+
"branch_name": "feature/QUIVER-39-02-v39-analyze-migrate-prepare"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"src/create-quiver/index.js",
|
|
16
|
+
"src/create-quiver/commands/ai.js"
|
|
17
|
+
],
|
|
18
|
+
"expected_read_paths": [
|
|
19
|
+
"src/create-quiver/index.js",
|
|
20
|
+
"src/create-quiver/commands/ai.js",
|
|
21
|
+
"src/create-quiver/lib/i18n/**"
|
|
22
|
+
],
|
|
23
|
+
"allowed_write_paths": [
|
|
24
|
+
"src/create-quiver/index.js",
|
|
25
|
+
"src/create-quiver/commands/ai.js",
|
|
26
|
+
"src/create-quiver/lib/i18n/**",
|
|
27
|
+
"tests/commands/analyze.test.js",
|
|
28
|
+
"tests/commands/init-profiles.test.js",
|
|
29
|
+
"tests/commands/ai-onboard.test.js",
|
|
30
|
+
"specs/quiver-v39-cli-i18n-setup-onboarding/**"
|
|
31
|
+
],
|
|
32
|
+
"depends_on": [
|
|
33
|
+
"slice-01-init-interactive-language"
|
|
34
|
+
],
|
|
35
|
+
"parallel_safe": "conditional",
|
|
36
|
+
"parallel_safe_reason": "Can overlap with slice-03 if AI command ownership is coordinated.",
|
|
37
|
+
"must": [
|
|
38
|
+
"Localize human setup-adjacent output.",
|
|
39
|
+
"Keep dry-run write-free.",
|
|
40
|
+
"Keep JSON stable.",
|
|
41
|
+
"Do not translate file paths or command snippets."
|
|
42
|
+
],
|
|
43
|
+
"not_included": [
|
|
44
|
+
"Provider-backed planning output."
|
|
45
|
+
],
|
|
46
|
+
"acceptance": [
|
|
47
|
+
"Commands render in en and es.",
|
|
48
|
+
"Dry-run tests prove no writes.",
|
|
49
|
+
"JSON tests remain stable."
|
|
50
|
+
],
|
|
51
|
+
"tests": [
|
|
52
|
+
"node --test tests/commands/analyze.test.js tests/commands/init-profiles.test.js tests/commands/ai-onboard.test.js",
|
|
53
|
+
"git diff --check"
|
|
54
|
+
],
|
|
55
|
+
"validation_hints": [
|
|
56
|
+
"Separate CLI wrapper localization from generated prompt contents."
|
|
57
|
+
],
|
|
58
|
+
"estimated_hours": 8,
|
|
59
|
+
"status": "completed",
|
|
60
|
+
"blocked_reason": null,
|
|
61
|
+
"completed_at": "2026-05-29T00:00:00.000Z"
|
|
62
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# CLOSURE_BRIEF - slice-03 Demo, evidence, and onboarding messages
|
|
2
|
+
|
|
3
|
+
## Summary
|
|
4
|
+
|
|
5
|
+
Localized `demo`, `evidence`, and `ai onboard` setup-facing human output through the shared catalog. Command snippets, paths, prompt delimiters, and generated prompt contents remain exact and untranslated.
|
|
6
|
+
|
|
7
|
+
## Validation
|
|
8
|
+
|
|
9
|
+
- [x] `node --test tests/commands/demo.test.js tests/commands/evidence.test.js tests/commands/ai-onboard.test.js tests/lib/i18n-catalog.test.js`
|
|
10
|
+
- [x] `git diff --check`
|
|
11
|
+
- [x] `node bin/create-quiver.js spec validate specs/quiver-v39-cli-i18n-setup-onboarding --strict`
|
|
12
|
+
- [x] `node bin/create-quiver.js check-slice specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-03-demo-evidence-onboarding/slice.json --local`
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# EXECUTION_BRIEF - slice-03 Demo, evidence, and onboarding messages
|
|
2
|
+
|
|
3
|
+
## Context
|
|
4
|
+
|
|
5
|
+
Remaining onboarding surfaces should not leave users with mixed-language setup feedback.
|
|
6
|
+
|
|
7
|
+
## Objective
|
|
8
|
+
|
|
9
|
+
Localize demo, evidence, and onboarding helper outputs that are human-facing CLI messages.
|
|
10
|
+
|
|
11
|
+
## Acceptance Criteria
|
|
12
|
+
|
|
13
|
+
- Human-facing demo/onboarding messages render in `en` and `es`.
|
|
14
|
+
- Generated artifact contents are changed only when they are explicitly command output templates.
|
|
15
|
+
- Suggested commands remain exact.
|
|
16
|
+
- Tests cover both configured language and `--lang` override.
|
|
17
|
+
|
|
18
|
+
## Completion Checklist
|
|
19
|
+
|
|
20
|
+
- [x] Human-facing onboarding strings cataloged.
|
|
21
|
+
- [x] Tests added or updated.
|
|
22
|
+
- [x] Generated artifacts left for v42 unless explicitly in scope.
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-03-demo-evidence-onboarding",
|
|
3
|
+
"ticket": "QUIVER-39-03",
|
|
4
|
+
"type": "feature",
|
|
5
|
+
"title": "Demo, evidence, and onboarding messages",
|
|
6
|
+
"objective": "Localize remaining setup-facing human CLI messages without changing generated docs scope.",
|
|
7
|
+
"description": "Covers demo/evidence/onboarding outputs that users see during setup flows.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "v39-demo-evidence-onboarding",
|
|
12
|
+
"branch_name": "feature/QUIVER-39-03-v39-demo-evidence-onboarding"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"src/create-quiver/index.js",
|
|
16
|
+
"src/create-quiver/commands/demo.js",
|
|
17
|
+
"src/create-quiver/commands/evidence.js",
|
|
18
|
+
"src/create-quiver/commands/ai.js",
|
|
19
|
+
"src/create-quiver/lib/demo.js",
|
|
20
|
+
"tests/commands/demo.test.js",
|
|
21
|
+
"tests/commands/evidence.test.js",
|
|
22
|
+
"tests/commands/ai-onboard.test.js"
|
|
23
|
+
],
|
|
24
|
+
"expected_read_paths": [
|
|
25
|
+
"src/create-quiver/index.js",
|
|
26
|
+
"src/create-quiver/commands/demo.js",
|
|
27
|
+
"src/create-quiver/commands/evidence.js",
|
|
28
|
+
"src/create-quiver/commands/ai.js",
|
|
29
|
+
"src/create-quiver/lib/i18n/**"
|
|
30
|
+
],
|
|
31
|
+
"allowed_write_paths": [
|
|
32
|
+
"src/create-quiver/index.js",
|
|
33
|
+
"src/create-quiver/commands/demo.js",
|
|
34
|
+
"src/create-quiver/commands/evidence.js",
|
|
35
|
+
"src/create-quiver/commands/ai.js",
|
|
36
|
+
"src/create-quiver/lib/demo.js",
|
|
37
|
+
"src/create-quiver/lib/i18n/**",
|
|
38
|
+
"tests/commands/demo.test.js",
|
|
39
|
+
"tests/commands/evidence.test.js",
|
|
40
|
+
"tests/commands/ai-onboard.test.js",
|
|
41
|
+
"specs/quiver-v39-cli-i18n-setup-onboarding/**"
|
|
42
|
+
],
|
|
43
|
+
"depends_on": [
|
|
44
|
+
"slice-01-init-interactive-language"
|
|
45
|
+
],
|
|
46
|
+
"parallel_safe": "conditional",
|
|
47
|
+
"parallel_safe_reason": "Can overlap with slice-02 only if command file ownership is split.",
|
|
48
|
+
"must": [
|
|
49
|
+
"Localize human-facing onboarding messages.",
|
|
50
|
+
"Avoid changing generated documentation templates.",
|
|
51
|
+
"Keep command snippets exact."
|
|
52
|
+
],
|
|
53
|
+
"not_included": [
|
|
54
|
+
"Template localization owned by v42."
|
|
55
|
+
],
|
|
56
|
+
"acceptance": [
|
|
57
|
+
"Onboarding messages render in en and es.",
|
|
58
|
+
"Tests cover project config and --lang override.",
|
|
59
|
+
"Generated docs are not accidentally translated."
|
|
60
|
+
],
|
|
61
|
+
"tests": [
|
|
62
|
+
"node --test tests/commands/demo.test.js tests/commands/ai-onboard.test.js",
|
|
63
|
+
"git diff --check"
|
|
64
|
+
],
|
|
65
|
+
"validation_hints": [
|
|
66
|
+
"Audit fixtures that assert literal English output."
|
|
67
|
+
],
|
|
68
|
+
"estimated_hours": 6,
|
|
69
|
+
"status": "completed",
|
|
70
|
+
"blocked_reason": null,
|
|
71
|
+
"completed_at": "2026-05-29T00:00:00.000Z"
|
|
72
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# CLOSURE_BRIEF - slice-04 Setup tests and smokes
|
|
2
|
+
|
|
3
|
+
## Summary
|
|
4
|
+
|
|
5
|
+
Closed v39 with full test, package, smoke, spec validation, diff hygiene, and configured-language evidence. The configured-language smoke proves setup output uses `.quiver/config.json` without requiring repeated `--lang` flags.
|
|
6
|
+
|
|
7
|
+
## Validation
|
|
8
|
+
|
|
9
|
+
- [x] `node --test tests/**/*.test.js`
|
|
10
|
+
- [x] `node bin/create-quiver.js spec validate specs/quiver-v39-cli-i18n-setup-onboarding --strict`
|
|
11
|
+
- [x] `node bin/create-quiver.js check-slice specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-04-setup-tests-smokes/slice.json --local`
|
|
12
|
+
- [x] `npm run package:quiver`
|
|
13
|
+
- [x] `npm run smoke:create-quiver`
|
|
14
|
+
- [x] configured-language smoke with `.quiver/config.json` language `es`
|
|
15
|
+
- [x] `git diff --check`
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# EXECUTION_BRIEF - slice-04 Setup tests and smokes
|
|
2
|
+
|
|
3
|
+
## Context
|
|
4
|
+
|
|
5
|
+
Setup localization must be validated in interactive, dry-run, no-TTY, and configured-language flows.
|
|
6
|
+
|
|
7
|
+
## Objective
|
|
8
|
+
|
|
9
|
+
Close v39 with full tests, package smoke, and evidence.
|
|
10
|
+
|
|
11
|
+
## Acceptance Criteria
|
|
12
|
+
|
|
13
|
+
- Full test suite passes.
|
|
14
|
+
- Setup smoke covers a configured Spanish or English project without repeated flags.
|
|
15
|
+
- Spec validation passes.
|
|
16
|
+
- Evidence report is updated.
|
|
17
|
+
|
|
18
|
+
## Completion Checklist
|
|
19
|
+
|
|
20
|
+
- [x] Full tests run.
|
|
21
|
+
- [x] Smoke commands run.
|
|
22
|
+
- [x] Evidence updated.
|
package/specs/quiver-v39-cli-i18n-setup-onboarding/slices/slice-04-setup-tests-smokes/slice.json
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-04-setup-tests-smokes",
|
|
3
|
+
"ticket": "QUIVER-39-04",
|
|
4
|
+
"type": "validation",
|
|
5
|
+
"title": "Setup tests and smokes",
|
|
6
|
+
"objective": "Validate setup/onboarding localization and record release evidence.",
|
|
7
|
+
"description": "Runs full tests and smokes after v39 command migration.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "v39-setup-tests-smokes",
|
|
12
|
+
"branch_name": "feature/QUIVER-39-04-v39-setup-tests-smokes"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"tests/**/*.test.js",
|
|
16
|
+
"specs/quiver-v39-cli-i18n-setup-onboarding/EVIDENCE_REPORT.md"
|
|
17
|
+
],
|
|
18
|
+
"expected_read_paths": [
|
|
19
|
+
"specs/quiver-v39-cli-i18n-setup-onboarding/SPEC.md",
|
|
20
|
+
"docs/CLI_UX_GUIDE.md",
|
|
21
|
+
"docs/reference/commands.md"
|
|
22
|
+
],
|
|
23
|
+
"allowed_write_paths": [
|
|
24
|
+
"tests/**",
|
|
25
|
+
"specs/quiver-v39-cli-i18n-setup-onboarding/**"
|
|
26
|
+
],
|
|
27
|
+
"depends_on": [
|
|
28
|
+
"slice-02-analyze-migrate-prepare",
|
|
29
|
+
"slice-03-demo-evidence-onboarding"
|
|
30
|
+
],
|
|
31
|
+
"parallel_safe": "no",
|
|
32
|
+
"parallel_safe_reason": "This is the closing validation slice for v39.",
|
|
33
|
+
"must": [
|
|
34
|
+
"Run full validation.",
|
|
35
|
+
"Confirm configured language works without flags.",
|
|
36
|
+
"Record evidence."
|
|
37
|
+
],
|
|
38
|
+
"not_included": [
|
|
39
|
+
"Generated docs localization."
|
|
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
|
+
"npx create-quiver spec validate specs/quiver-v39-cli-i18n-setup-onboarding --strict",
|
|
50
|
+
"npm run package:quiver",
|
|
51
|
+
"npm run smoke:create-quiver",
|
|
52
|
+
"git diff --check"
|
|
53
|
+
],
|
|
54
|
+
"validation_hints": [
|
|
55
|
+
"Run at least one smoke in a temp project with .quiver/config.json language set."
|
|
56
|
+
],
|
|
57
|
+
"estimated_hours": 4,
|
|
58
|
+
"status": "completed",
|
|
59
|
+
"blocked_reason": null,
|
|
60
|
+
"completed_at": "2026-05-29T00:00:00.000Z"
|
|
61
|
+
}
|