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,155 @@
|
|
|
1
|
+
## Title
|
|
2
|
+
|
|
3
|
+
QUIVER-43: CLI i18n audit and release readiness
|
|
4
|
+
|
|
5
|
+
## Summary
|
|
6
|
+
|
|
7
|
+
- Completes the final audit stage for Quiver CLI English/Spanish support.
|
|
8
|
+
- Adds a documented command x language x mode matrix, closes remaining public string gaps, reinforces cross-platform i18n smokes, and records package release-readiness evidence.
|
|
9
|
+
- Confirms human output follows configured language while JSON/JSONL, commands, flags, paths, ids, providers, and models stay stable for automation.
|
|
10
|
+
|
|
11
|
+
## Scope
|
|
12
|
+
|
|
13
|
+
Included:
|
|
14
|
+
|
|
15
|
+
- v43 command coverage matrix for every documented command.
|
|
16
|
+
- Public human string audit and fixes for remaining catalog bypasses.
|
|
17
|
+
- Cross-platform smoke coverage for configured language, `--lang`, `QUIVER_LANG`, JSON parseability, and paths with spaces.
|
|
18
|
+
- Final package/readiness validation and release-note language summary.
|
|
19
|
+
|
|
20
|
+
Excluded:
|
|
21
|
+
|
|
22
|
+
- npm publication.
|
|
23
|
+
- Live provider credential tests.
|
|
24
|
+
- Translating machine-readable JSON/JSONL contracts or provider prompts.
|
|
25
|
+
|
|
26
|
+
## Files
|
|
27
|
+
|
|
28
|
+
- `src/create-quiver/index.js`
|
|
29
|
+
- `src/create-quiver/lib/ai/executor.js`
|
|
30
|
+
- `src/create-quiver/lib/i18n/messages/en.js`
|
|
31
|
+
- `src/create-quiver/lib/i18n/messages/es.js`
|
|
32
|
+
- `src/create-quiver/lib/lifecycle.js`
|
|
33
|
+
- `scripts/ci/smoke-cross-platform.js`
|
|
34
|
+
- `scripts/ci/smoke-create-quiver.sh`
|
|
35
|
+
- `tests/commands/i18n-audit-matrix.test.js`
|
|
36
|
+
- `tests/lib/ai-executor.test.js`
|
|
37
|
+
- `tests/lib/lifecycle.test.js`
|
|
38
|
+
- `docs/reference/commands.md`
|
|
39
|
+
- `specs/quiver-v43-cli-i18n-audit-release-readiness/**`
|
|
40
|
+
|
|
41
|
+
## How to Test (DETAILED - REQUIRED)
|
|
42
|
+
|
|
43
|
+
### Required Environment
|
|
44
|
+
|
|
45
|
+
- Node.js and npm available in PATH.
|
|
46
|
+
- Git available in PATH.
|
|
47
|
+
- No live AI provider credentials are required.
|
|
48
|
+
- Optional for PR creation only: `gh` authenticated and SSH key available.
|
|
49
|
+
|
|
50
|
+
### Worktree Access
|
|
51
|
+
|
|
52
|
+
```bash
|
|
53
|
+
cd "/Users/fabrijk/Documents/Work/Proyectos Personales/nika/frameworks/quiver-v43"
|
|
54
|
+
git status --short --branch
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
Expected:
|
|
58
|
+
|
|
59
|
+
- Branch is `feature/QUIVER-43-01-v43-command-language-mode-matrix`.
|
|
60
|
+
- Working tree is clean after this PR commit.
|
|
61
|
+
|
|
62
|
+
### Run the Project
|
|
63
|
+
|
|
64
|
+
The CLI is exercised directly from the repository:
|
|
65
|
+
|
|
66
|
+
```bash
|
|
67
|
+
node bin/create-quiver.js --help
|
|
68
|
+
node bin/create-quiver.js version --json
|
|
69
|
+
node bin/create-quiver.js dashboard --lang es --limit 1
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
Expected:
|
|
73
|
+
|
|
74
|
+
- Help and dashboard render human text in the selected language.
|
|
75
|
+
- `version --json` prints parseable JSON and keeps machine fields stable.
|
|
76
|
+
|
|
77
|
+
### Use Cases
|
|
78
|
+
|
|
79
|
+
1. Verify the i18n audit matrix stays synchronized with documented commands:
|
|
80
|
+
|
|
81
|
+
```bash
|
|
82
|
+
node --test tests/commands/i18n-audit-matrix.test.js
|
|
83
|
+
```
|
|
84
|
+
|
|
85
|
+
2. Verify public string fixes for executor and lifecycle output:
|
|
86
|
+
|
|
87
|
+
```bash
|
|
88
|
+
node --test tests/lib/lifecycle.test.js tests/lib/i18n-catalog.test.js tests/lib/ai-executor.test.js tests/commands/ai-execute-slice.test.js
|
|
89
|
+
```
|
|
90
|
+
|
|
91
|
+
3. Verify cross-platform i18n smoke behavior:
|
|
92
|
+
|
|
93
|
+
```bash
|
|
94
|
+
node scripts/ci/smoke-cross-platform.js
|
|
95
|
+
npm run smoke:create-quiver
|
|
96
|
+
```
|
|
97
|
+
|
|
98
|
+
4. Verify final package readiness:
|
|
99
|
+
|
|
100
|
+
```bash
|
|
101
|
+
npm run package:quiver
|
|
102
|
+
npm pack --dry-run --json
|
|
103
|
+
```
|
|
104
|
+
|
|
105
|
+
### Technical Verification
|
|
106
|
+
|
|
107
|
+
Run the full gate:
|
|
108
|
+
|
|
109
|
+
```bash
|
|
110
|
+
node --test tests/**/*.test.js
|
|
111
|
+
node bin/create-quiver.js spec validate specs/quiver-v43-cli-i18n-audit-release-readiness --strict
|
|
112
|
+
npm run package:quiver
|
|
113
|
+
npm run smoke:create-quiver
|
|
114
|
+
npm pack --dry-run --json
|
|
115
|
+
git diff --check
|
|
116
|
+
```
|
|
117
|
+
|
|
118
|
+
Expected:
|
|
119
|
+
|
|
120
|
+
- Full tests pass.
|
|
121
|
+
- Spec validation passes.
|
|
122
|
+
- Package smoke passes.
|
|
123
|
+
- `npm pack --dry-run --json` exits 0 and reports `create-quiver@0.15.3`.
|
|
124
|
+
- `git diff --check` has no output.
|
|
125
|
+
|
|
126
|
+
## Evidence
|
|
127
|
+
|
|
128
|
+
- PASS `node --test tests/**/*.test.js` (612 passed)
|
|
129
|
+
- PASS `node bin/create-quiver.js spec validate specs/quiver-v43-cli-i18n-audit-release-readiness --strict`
|
|
130
|
+
- PASS `npm run package:quiver`
|
|
131
|
+
- PASS `npm run smoke:create-quiver`
|
|
132
|
+
- PASS `npm pack --dry-run --json`
|
|
133
|
+
- PASS `git diff --check`
|
|
134
|
+
- PASS `node scripts/ci/smoke-cross-platform.js`
|
|
135
|
+
- PASS `node bin/create-quiver.js check-slice specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-04-package-release-readiness/slice.json --local`
|
|
136
|
+
|
|
137
|
+
## Rollback
|
|
138
|
+
|
|
139
|
+
Revert the PR commits in reverse order:
|
|
140
|
+
|
|
141
|
+
```bash
|
|
142
|
+
git revert 68b55e9 008aefd fe89318 1150bed
|
|
143
|
+
```
|
|
144
|
+
|
|
145
|
+
Rollback impact:
|
|
146
|
+
|
|
147
|
+
- Removes v43 audit evidence and test additions.
|
|
148
|
+
- Restores previous executor/lifecycle human output behavior.
|
|
149
|
+
- Removes i18n-specific cross-platform smoke additions.
|
|
150
|
+
|
|
151
|
+
## Risks / Notes
|
|
152
|
+
|
|
153
|
+
- Linux and Windows shell execution were documented as approved local-environment exceptions because Docker daemon and `pwsh` were unavailable locally; win32 and Git Bash path behavior is covered by automated tests and reproducible smoke commands are recorded in the spec.
|
|
154
|
+
- JSON/JSONL and other machine-readable tokens intentionally remain in stable technical English.
|
|
155
|
+
- This PR does not publish to npm.
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# CLOSURE_BRIEF - slice-00 Audit 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-v43-cli-i18n-audit-release-readiness --strict`.
|
|
10
|
+
- Pending `git diff --check`.
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# EXECUTION_BRIEF - slice-00 Audit foundation
|
|
2
|
+
|
|
3
|
+
## Context
|
|
4
|
+
|
|
5
|
+
The final i18n stage must validate coverage instead of assuming previous specs are complete.
|
|
6
|
+
|
|
7
|
+
## Objective
|
|
8
|
+
|
|
9
|
+
Create the v43 audit/release-readiness spec package and handoffs.
|
|
10
|
+
|
|
11
|
+
## Acceptance Criteria
|
|
12
|
+
|
|
13
|
+
- v43 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.
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-00-audit-foundation",
|
|
3
|
+
"ticket": "QUIVER-43-00",
|
|
4
|
+
"type": "documentation",
|
|
5
|
+
"title": "Audit foundation",
|
|
6
|
+
"objective": "Create the approved v43 final i18n audit and release-readiness spec package and handoffs.",
|
|
7
|
+
"description": "Documents the final coverage and release gate for full en/es CLI support.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "docs",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "v43-audit-foundation",
|
|
12
|
+
"branch_name": "docs/QUIVER-43-00-v43-audit-foundation"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"specs/quiver-v43-cli-i18n-audit-release-readiness/**"
|
|
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-v43-cli-i18n-audit-release-readiness/**"
|
|
25
|
+
],
|
|
26
|
+
"depends_on": [],
|
|
27
|
+
"parallel_safe": "no",
|
|
28
|
+
"parallel_safe_reason": "This creates the roadmap for v43.",
|
|
29
|
+
"must": [
|
|
30
|
+
"Create v43 package.",
|
|
31
|
+
"Document audit and release-readiness gates.",
|
|
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-v43-cli-i18n-audit-release-readiness --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,13 @@
|
|
|
1
|
+
# CLOSURE_BRIEF - slice-01 Command language mode matrix
|
|
2
|
+
|
|
3
|
+
## Summary
|
|
4
|
+
|
|
5
|
+
Created the command x language x mode matrix for every command documented in `docs/reference/commands.md`.
|
|
6
|
+
|
|
7
|
+
The matrix is stored in `command-language-mode-matrix.json`, summarized in `EVIDENCE_REPORT.md`, and protected by `tests/commands/i18n-audit-matrix.test.js`.
|
|
8
|
+
|
|
9
|
+
## Validation
|
|
10
|
+
|
|
11
|
+
- [x] `node --test tests/commands/i18n-audit-matrix.test.js`
|
|
12
|
+
- [x] `node --test tests/**/*.test.js`
|
|
13
|
+
- [x] `git diff --check`
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# EXECUTION_BRIEF - slice-01 Command language mode matrix
|
|
2
|
+
|
|
3
|
+
## Context
|
|
4
|
+
|
|
5
|
+
The final audit needs explicit coverage by command, language, and mode.
|
|
6
|
+
|
|
7
|
+
## Objective
|
|
8
|
+
|
|
9
|
+
Create and validate the command x language x mode matrix for the full documented CLI surface.
|
|
10
|
+
|
|
11
|
+
## Acceptance Criteria
|
|
12
|
+
|
|
13
|
+
- Every command in `docs/reference/commands.md` is represented.
|
|
14
|
+
- Each command has `en` and `es` coverage status.
|
|
15
|
+
- Modes include human, JSON/JSONL where supported, dry-run, interactive/review where supported, CI/no-TTY, and no-color where relevant.
|
|
16
|
+
- Critical uncovered cells block release.
|
|
17
|
+
- Accepted exceptions include owner, reason, and follow-up.
|
|
18
|
+
|
|
19
|
+
## Completion Checklist
|
|
20
|
+
|
|
21
|
+
- [ ] Matrix created.
|
|
22
|
+
- [ ] Coverage status assigned.
|
|
23
|
+
- [ ] Critical gaps converted into fixes or blockers.
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-01-command-language-mode-matrix",
|
|
3
|
+
"ticket": "QUIVER-43-01",
|
|
4
|
+
"type": "validation",
|
|
5
|
+
"title": "Command language mode matrix",
|
|
6
|
+
"objective": "Build the final command x language x mode coverage matrix for the CLI i18n program.",
|
|
7
|
+
"description": "Audits every documented command and mode to identify remaining i18n gaps.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "v43-command-language-mode-matrix",
|
|
12
|
+
"branch_name": "feature/QUIVER-43-01-v43-command-language-mode-matrix"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"specs/quiver-v43-cli-i18n-audit-release-readiness/EVIDENCE_REPORT.md",
|
|
16
|
+
"tests/**/*.test.js"
|
|
17
|
+
],
|
|
18
|
+
"expected_read_paths": [
|
|
19
|
+
"docs/reference/commands.md",
|
|
20
|
+
"docs/CLI_UX_GUIDE.md",
|
|
21
|
+
"specs/quiver-v37-cli-i18n-foundation/SPEC.md",
|
|
22
|
+
"specs/quiver-v38-cli-i18n-read-only-commands/SPEC.md",
|
|
23
|
+
"specs/quiver-v39-cli-i18n-setup-onboarding/SPEC.md",
|
|
24
|
+
"specs/quiver-v40-cli-i18n-spec-slice-workflows/SPEC.md",
|
|
25
|
+
"specs/quiver-v41-cli-i18n-ai-lifecycle/SPEC.md",
|
|
26
|
+
"specs/quiver-v42-cli-i18n-generated-docs/SPEC.md"
|
|
27
|
+
],
|
|
28
|
+
"allowed_write_paths": [
|
|
29
|
+
"tests/**",
|
|
30
|
+
"specs/quiver-v43-cli-i18n-audit-release-readiness/**"
|
|
31
|
+
],
|
|
32
|
+
"depends_on": [
|
|
33
|
+
"slice-00-audit-foundation"
|
|
34
|
+
],
|
|
35
|
+
"parallel_safe": "no",
|
|
36
|
+
"parallel_safe_reason": "The matrix is the source for all later v43 audit slices.",
|
|
37
|
+
"must": [
|
|
38
|
+
"Cover every documented command.",
|
|
39
|
+
"Classify language and mode coverage.",
|
|
40
|
+
"Mark critical gaps as blockers.",
|
|
41
|
+
"Document accepted temporary exceptions."
|
|
42
|
+
],
|
|
43
|
+
"not_included": [
|
|
44
|
+
"Broad command migration implementation."
|
|
45
|
+
],
|
|
46
|
+
"acceptance": [
|
|
47
|
+
"Matrix exists in evidence report.",
|
|
48
|
+
"Critical cells have pass/fail status.",
|
|
49
|
+
"Uncovered critical cells block release."
|
|
50
|
+
],
|
|
51
|
+
"tests": [
|
|
52
|
+
"node --test tests/**/*.test.js",
|
|
53
|
+
"git diff --check"
|
|
54
|
+
],
|
|
55
|
+
"validation_hints": [
|
|
56
|
+
"Use docs/reference/commands.md as the command source of truth."
|
|
57
|
+
],
|
|
58
|
+
"estimated_hours": 6,
|
|
59
|
+
"status": "completed",
|
|
60
|
+
"blocked_reason": "",
|
|
61
|
+
"completed_at": "2026-05-29T19:35:03Z"
|
|
62
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# CLOSURE_BRIEF - slice-02 Public string audit
|
|
2
|
+
|
|
3
|
+
## Summary
|
|
4
|
+
|
|
5
|
+
- Audited public human CLI output call sites for catalog bypasses.
|
|
6
|
+
- Localized critical `ai execute-slice` interactive/progress strings.
|
|
7
|
+
- Localized critical `cleanup-slice` lifecycle strings and passed configured language into the command path.
|
|
8
|
+
- Documented stable literal exceptions in the v43 evidence report.
|
|
9
|
+
|
|
10
|
+
## Validation
|
|
11
|
+
|
|
12
|
+
- [x] `rg` audit evidence recorded.
|
|
13
|
+
- [x] Focused source audits show fixed literals now only live in catalogs.
|
|
14
|
+
- [x] `node --test tests/lib/lifecycle.test.js tests/lib/i18n-catalog.test.js tests/lib/ai-executor.test.js tests/commands/ai-execute-slice.test.js`
|
|
15
|
+
- [x] `node --test tests/**/*.test.js`
|
|
16
|
+
- [x] `git diff --check`
|
|
17
|
+
- [x] `node bin/create-quiver.js spec validate specs/quiver-v43-cli-i18n-audit-release-readiness --strict`
|
|
18
|
+
- [x] `node bin/create-quiver.js check-slice specs/quiver-v43-cli-i18n-audit-release-readiness/slices/slice-02-public-string-audit/slice.json --local`
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# EXECUTION_BRIEF - slice-02 Public string audit
|
|
2
|
+
|
|
3
|
+
## Context
|
|
4
|
+
|
|
5
|
+
Hardcoded human strings outside the i18n catalog can leave partial English/Spanish output.
|
|
6
|
+
|
|
7
|
+
## Objective
|
|
8
|
+
|
|
9
|
+
Audit public CLI strings and fix or document any remaining localization gaps.
|
|
10
|
+
|
|
11
|
+
## Acceptance Criteria
|
|
12
|
+
|
|
13
|
+
- Hardcoded public human strings are identified.
|
|
14
|
+
- Strings are moved to catalogs unless they are stable literals.
|
|
15
|
+
- Stable literals are documented as exceptions.
|
|
16
|
+
- Tests cover newly fixed gaps.
|
|
17
|
+
|
|
18
|
+
## Completion Checklist
|
|
19
|
+
|
|
20
|
+
- [ ] String audit run.
|
|
21
|
+
- [ ] Gaps fixed or documented.
|
|
22
|
+
- [ ] Tests updated.
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-02-public-string-audit",
|
|
3
|
+
"ticket": "QUIVER-43-02",
|
|
4
|
+
"type": "validation",
|
|
5
|
+
"title": "Public string audit",
|
|
6
|
+
"objective": "Find and resolve remaining hardcoded public human CLI strings outside the i18n catalog.",
|
|
7
|
+
"description": "Audits source and tests for public strings that bypass language selection.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "v43-public-string-audit",
|
|
12
|
+
"branch_name": "feature/QUIVER-43-02-v43-public-string-audit"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"src/create-quiver/**",
|
|
16
|
+
"tests/**",
|
|
17
|
+
"specs/quiver-v43-cli-i18n-audit-release-readiness/EVIDENCE_REPORT.md"
|
|
18
|
+
],
|
|
19
|
+
"expected_read_paths": [
|
|
20
|
+
"src/create-quiver/**",
|
|
21
|
+
"tests/**",
|
|
22
|
+
"docs/reference/commands.md",
|
|
23
|
+
"specs/quiver-v43-cli-i18n-audit-release-readiness/EVIDENCE_REPORT.md"
|
|
24
|
+
],
|
|
25
|
+
"allowed_write_paths": [
|
|
26
|
+
"src/create-quiver/**",
|
|
27
|
+
"tests/**",
|
|
28
|
+
"specs/quiver-v43-cli-i18n-audit-release-readiness/**"
|
|
29
|
+
],
|
|
30
|
+
"depends_on": [
|
|
31
|
+
"slice-01-command-language-mode-matrix"
|
|
32
|
+
],
|
|
33
|
+
"parallel_safe": "no",
|
|
34
|
+
"parallel_safe_reason": "Uses the matrix to target remaining gaps and may touch many command files.",
|
|
35
|
+
"must": [
|
|
36
|
+
"Audit hardcoded public human strings.",
|
|
37
|
+
"Fix catalog bypasses or document stable literals.",
|
|
38
|
+
"Add tests for fixed gaps."
|
|
39
|
+
],
|
|
40
|
+
"not_included": [
|
|
41
|
+
"Translating provider prompts or schema values."
|
|
42
|
+
],
|
|
43
|
+
"acceptance": [
|
|
44
|
+
"No critical public CLI string bypasses i18n unintentionally.",
|
|
45
|
+
"Stable literals are documented.",
|
|
46
|
+
"Tests pass."
|
|
47
|
+
],
|
|
48
|
+
"tests": [
|
|
49
|
+
"node --test tests/**/*.test.js",
|
|
50
|
+
"git diff --check"
|
|
51
|
+
],
|
|
52
|
+
"validation_hints": [
|
|
53
|
+
"Use rg to inspect process.stdout, console.log, throw new Error, formatError, and prompt labels."
|
|
54
|
+
],
|
|
55
|
+
"estimated_hours": 8,
|
|
56
|
+
"status": "completed",
|
|
57
|
+
"blocked_reason": "",
|
|
58
|
+
"completed_at": "2026-05-29T19:47:29Z"
|
|
59
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# CLOSURE_BRIEF - slice-03 Cross-platform smokes
|
|
2
|
+
|
|
3
|
+
## Summary
|
|
4
|
+
|
|
5
|
+
- Added i18n-specific checks to the cross-platform smoke script.
|
|
6
|
+
- Covered configured project language, `--lang`, `QUIVER_LANG`, JSON parseability, and paths with spaces.
|
|
7
|
+
- Made cleanup wrapper Spanish expectations explicit in the create smoke.
|
|
8
|
+
- Recorded platform execution evidence and approved local-environment exceptions.
|
|
9
|
+
|
|
10
|
+
## Validation
|
|
11
|
+
|
|
12
|
+
- [x] `node scripts/ci/smoke-cross-platform.js`
|
|
13
|
+
- [x] `npm run smoke:create-quiver`
|
|
14
|
+
- [x] `node --test tests/lib/paths.test.js tests/commands/config-language.test.js tests/commands/dashboard.test.js`
|
|
15
|
+
- [x] `git diff --check`
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# EXECUTION_BRIEF - slice-03 Cross-platform smokes
|
|
2
|
+
|
|
3
|
+
## Context
|
|
4
|
+
|
|
5
|
+
Language resolution and config paths must work on macOS, Linux, Windows PowerShell, Git Bash/WSL, and paths with spaces.
|
|
6
|
+
|
|
7
|
+
## Objective
|
|
8
|
+
|
|
9
|
+
Run or document cross-platform smokes for the completed i18n program.
|
|
10
|
+
|
|
11
|
+
## Acceptance Criteria
|
|
12
|
+
|
|
13
|
+
- Smokes cover project config language without repeated flags.
|
|
14
|
+
- Smokes cover `--lang` and `QUIVER_LANG` overrides.
|
|
15
|
+
- Smokes cover paths with spaces.
|
|
16
|
+
- Windows PowerShell and Git Bash/WSL path behavior is covered by tests or documented manual evidence.
|
|
17
|
+
- JSON/JSONL outputs are parseable on all covered shells.
|
|
18
|
+
|
|
19
|
+
## Completion Checklist
|
|
20
|
+
|
|
21
|
+
- [ ] Smoke commands defined.
|
|
22
|
+
- [ ] Automated or manual evidence recorded.
|
|
23
|
+
- [ ] Platform gaps documented as blockers or accepted exceptions.
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-03-cross-platform-smokes",
|
|
3
|
+
"ticket": "QUIVER-43-03",
|
|
4
|
+
"type": "validation",
|
|
5
|
+
"title": "Cross-platform smokes",
|
|
6
|
+
"objective": "Validate i18n behavior across supported shells and path environments.",
|
|
7
|
+
"description": "Runs or records smokes for macOS, Linux, Windows PowerShell, Git Bash/WSL, and paths with spaces.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "v43-cross-platform-smokes",
|
|
12
|
+
"branch_name": "feature/QUIVER-43-03-v43-cross-platform-smokes"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"scripts/ci/smoke-cross-platform.js",
|
|
16
|
+
"scripts/ci/smoke-create-quiver.sh",
|
|
17
|
+
"specs/quiver-v43-cli-i18n-audit-release-readiness/cross-platform-smoke-matrix.md",
|
|
18
|
+
"specs/quiver-v43-cli-i18n-audit-release-readiness/EVIDENCE_REPORT.md"
|
|
19
|
+
],
|
|
20
|
+
"expected_read_paths": [
|
|
21
|
+
"scripts/ci/smoke-cross-platform.js",
|
|
22
|
+
"docs/getting-started/macos.md",
|
|
23
|
+
"docs/getting-started/linux.md",
|
|
24
|
+
"docs/getting-started/windows-powershell.md",
|
|
25
|
+
"docs/getting-started/windows-git-bash-wsl.md"
|
|
26
|
+
],
|
|
27
|
+
"allowed_write_paths": [
|
|
28
|
+
"scripts/ci/**",
|
|
29
|
+
"tests/**",
|
|
30
|
+
"specs/quiver-v43-cli-i18n-audit-release-readiness/**"
|
|
31
|
+
],
|
|
32
|
+
"depends_on": [
|
|
33
|
+
"slice-02-public-string-audit"
|
|
34
|
+
],
|
|
35
|
+
"parallel_safe": "no",
|
|
36
|
+
"parallel_safe_reason": "Cross-platform smoke should run after string audit gaps are resolved.",
|
|
37
|
+
"must": [
|
|
38
|
+
"Cover configured project language.",
|
|
39
|
+
"Cover --lang and QUIVER_LANG overrides.",
|
|
40
|
+
"Cover paths with spaces.",
|
|
41
|
+
"Record platform evidence."
|
|
42
|
+
],
|
|
43
|
+
"not_included": [
|
|
44
|
+
"Live provider credential tests."
|
|
45
|
+
],
|
|
46
|
+
"acceptance": [
|
|
47
|
+
"Cross-platform evidence is recorded.",
|
|
48
|
+
"JSON/JSONL outputs parse where relevant.",
|
|
49
|
+
"Any missing platform evidence is a documented blocker or approved exception."
|
|
50
|
+
],
|
|
51
|
+
"tests": [
|
|
52
|
+
"npm run smoke:create-quiver",
|
|
53
|
+
"git diff --check"
|
|
54
|
+
],
|
|
55
|
+
"validation_hints": [
|
|
56
|
+
"Prefer automated Node-based smokes where a platform is available; otherwise record exact manual command output in evidence."
|
|
57
|
+
],
|
|
58
|
+
"estimated_hours": 6,
|
|
59
|
+
"status": "completed",
|
|
60
|
+
"blocked_reason": "",
|
|
61
|
+
"completed_at": "2026-05-29T19:54:37Z"
|
|
62
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# CLOSURE_BRIEF - slice-04 Package release readiness
|
|
2
|
+
|
|
3
|
+
## Summary
|
|
4
|
+
|
|
5
|
+
- Ran the final v43 release-readiness gate.
|
|
6
|
+
- Added release-note language behavior summary to `docs/reference/commands.md`.
|
|
7
|
+
- Confirmed full tests, spec validation, package smoke, create smoke, npm pack dry-run, and diff check pass.
|
|
8
|
+
- Confirmed no critical i18n release gaps remain open in this spec.
|
|
9
|
+
|
|
10
|
+
## Validation
|
|
11
|
+
|
|
12
|
+
- [x] `node --test tests/**/*.test.js`
|
|
13
|
+
- [x] `node bin/create-quiver.js spec validate specs/quiver-v43-cli-i18n-audit-release-readiness --strict`
|
|
14
|
+
- [x] `npm run package:quiver`
|
|
15
|
+
- [x] `npm run smoke:create-quiver`
|
|
16
|
+
- [x] `npm pack --dry-run --json`
|
|
17
|
+
- [x] `git diff --check`
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# EXECUTION_BRIEF - slice-04 Package release readiness
|
|
2
|
+
|
|
3
|
+
## Context
|
|
4
|
+
|
|
5
|
+
The final i18n work must be ready to publish without shipping partial language support.
|
|
6
|
+
|
|
7
|
+
## Objective
|
|
8
|
+
|
|
9
|
+
Run final package validation, release-readiness checks, and update evidence.
|
|
10
|
+
|
|
11
|
+
## Acceptance Criteria
|
|
12
|
+
|
|
13
|
+
- Full tests pass.
|
|
14
|
+
- Package build and smoke pass.
|
|
15
|
+
- `npm pack --dry-run --json` passes.
|
|
16
|
+
- Release notes summarize language configuration and supported commands.
|
|
17
|
+
- No critical i18n gaps remain open.
|
|
18
|
+
|
|
19
|
+
## Completion Checklist
|
|
20
|
+
|
|
21
|
+
- [ ] Full tests run.
|
|
22
|
+
- [ ] Package dry-run run.
|
|
23
|
+
- [ ] Release notes updated if applicable.
|
|
24
|
+
- [ ] Evidence completed.
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-04-package-release-readiness",
|
|
3
|
+
"ticket": "QUIVER-43-04",
|
|
4
|
+
"type": "validation",
|
|
5
|
+
"title": "Package release readiness",
|
|
6
|
+
"objective": "Complete final package and release-readiness validation for full en/es CLI support.",
|
|
7
|
+
"description": "Closes the i18n program with tests, packaging checks, release notes, and evidence.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "v43-package-release-readiness",
|
|
12
|
+
"branch_name": "feature/QUIVER-43-04-v43-package-release-readiness"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"specs/quiver-v43-cli-i18n-audit-release-readiness/EVIDENCE_REPORT.md",
|
|
16
|
+
"docs/reference/commands.md"
|
|
17
|
+
],
|
|
18
|
+
"expected_read_paths": [
|
|
19
|
+
"package.json",
|
|
20
|
+
"docs/reference/commands.md",
|
|
21
|
+
"docs/CLI_UX_GUIDE.md",
|
|
22
|
+
"specs/quiver-v43-cli-i18n-audit-release-readiness/EVIDENCE_REPORT.md"
|
|
23
|
+
],
|
|
24
|
+
"allowed_write_paths": [
|
|
25
|
+
"docs/reference/commands.md",
|
|
26
|
+
"docs/CLI_UX_GUIDE.md",
|
|
27
|
+
"specs/quiver-v43-cli-i18n-audit-release-readiness/**"
|
|
28
|
+
],
|
|
29
|
+
"depends_on": [
|
|
30
|
+
"slice-03-cross-platform-smokes"
|
|
31
|
+
],
|
|
32
|
+
"parallel_safe": "no",
|
|
33
|
+
"parallel_safe_reason": "This is the final release-readiness gate for the program.",
|
|
34
|
+
"must": [
|
|
35
|
+
"Run full tests.",
|
|
36
|
+
"Run package and smoke checks.",
|
|
37
|
+
"Run npm pack dry-run.",
|
|
38
|
+
"Document release readiness.",
|
|
39
|
+
"Confirm no critical gaps remain."
|
|
40
|
+
],
|
|
41
|
+
"not_included": [
|
|
42
|
+
"Publishing to npm unless explicitly requested."
|
|
43
|
+
],
|
|
44
|
+
"acceptance": [
|
|
45
|
+
"Full tests pass.",
|
|
46
|
+
"Package smoke passes.",
|
|
47
|
+
"npm pack dry-run passes.",
|
|
48
|
+
"Evidence report has complete coverage.",
|
|
49
|
+
"No critical i18n gaps remain."
|
|
50
|
+
],
|
|
51
|
+
"tests": [
|
|
52
|
+
"node --test tests/**/*.test.js",
|
|
53
|
+
"npx create-quiver spec validate specs/quiver-v43-cli-i18n-audit-release-readiness --strict",
|
|
54
|
+
"npm run package:quiver",
|
|
55
|
+
"npm run smoke:create-quiver",
|
|
56
|
+
"npm pack --dry-run --json",
|
|
57
|
+
"git diff --check"
|
|
58
|
+
],
|
|
59
|
+
"validation_hints": [
|
|
60
|
+
"Do not publish from this slice unless the user explicitly approves publication."
|
|
61
|
+
],
|
|
62
|
+
"estimated_hours": 5,
|
|
63
|
+
"status": "completed",
|
|
64
|
+
"blocked_reason": "",
|
|
65
|
+
"completed_at": "2026-05-29T19:59:31Z"
|
|
66
|
+
}
|