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 v42 CLI i18n Generated Docs
|
|
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 generated human documentation and templates after the v37 foundation is complete.
|
|
11
|
+
|
|
12
|
+
## Slice Status
|
|
13
|
+
|
|
14
|
+
| Slice | Status | Notes |
|
|
15
|
+
|---|---|---|
|
|
16
|
+
| slice-00-generated-docs-foundation | Completed | Spec package and handoffs created. |
|
|
17
|
+
| slice-01-template-language-routing | Completed | Added pure generated-doc template language routing, fallback reporting, and naming convention. |
|
|
18
|
+
| slice-02-init-docs-and-i18n-assets | Completed | Routed init-generated human docs through language selection and added Spanish template assets. |
|
|
19
|
+
| slice-03-docs-reference-guides | Completed | Documented configured generated-doc language behavior, --lang overrides, and machine artifact exclusions. |
|
|
20
|
+
| slice-04-generated-docs-tests-smokes | Completed | Full tests, package smoke, create-quiver smoke, spec validation, diff check, and manual en/es generated-doc smoke passed. |
|
|
21
|
+
|
|
22
|
+
## Current Blockers
|
|
23
|
+
|
|
24
|
+
- None.
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
# PR - Quiver v42 CLI i18n Generated Docs
|
|
2
|
+
|
|
3
|
+
## Title
|
|
4
|
+
|
|
5
|
+
QUIVER-42 - CLI i18n generated docs
|
|
6
|
+
|
|
7
|
+
## Summary
|
|
8
|
+
|
|
9
|
+
Adds language routing for generated human documentation and templates so `init` can emit English or Spanish docs from the configured project language or an explicit `--lang` override.
|
|
10
|
+
|
|
11
|
+
Keeps machine-readable artifacts stable and non-localized.
|
|
12
|
+
|
|
13
|
+
## Scope
|
|
14
|
+
|
|
15
|
+
- Adds generated-doc template language resolution with explicit fallback to the base English template.
|
|
16
|
+
- Adds Spanish variants for `init` human docs and onboarding templates.
|
|
17
|
+
- Routes `init` generated human docs through the resolved project language.
|
|
18
|
+
- Documents generated-doc language behavior, `--lang` overrides, and machine artifact exclusions.
|
|
19
|
+
- Closes v42 evidence with full tests, package smoke, create-quiver smoke, and manual `en/es` generated-doc smoke.
|
|
20
|
+
|
|
21
|
+
Out of scope:
|
|
22
|
+
|
|
23
|
+
- Runtime CLI output migration already covered by v37-v41.
|
|
24
|
+
- Translating JSON, JSONL, package metadata, `slice.json`, commands, flags, routes, providers, or models.
|
|
25
|
+
|
|
26
|
+
## Files
|
|
27
|
+
|
|
28
|
+
- `src/create-quiver/lib/i18n/templates.js`
|
|
29
|
+
- `src/create-quiver/lib/init-docs.js`
|
|
30
|
+
- `src/create-quiver/index.js`
|
|
31
|
+
- `tests/lib/i18n-templates.test.js`
|
|
32
|
+
- `tests/commands/init-profiles.test.js`
|
|
33
|
+
- `docs/CLI_UX_GUIDE.md`
|
|
34
|
+
- `docs/reference/commands.md`
|
|
35
|
+
- `docs/getting-started/installation.md`
|
|
36
|
+
- `AGENTS.md.es.template`
|
|
37
|
+
- `docs/*.es.template`
|
|
38
|
+
- `docs/ai/LESSONS.md.es.template`
|
|
39
|
+
- `specs/quiver-v42-cli-i18n-generated-docs/**`
|
|
40
|
+
|
|
41
|
+
## How to Test (DETAILED - REQUIRED)
|
|
42
|
+
|
|
43
|
+
### Required Environment
|
|
44
|
+
|
|
45
|
+
- Node.js and npm available.
|
|
46
|
+
- Repository dependencies installed with `npm ci`.
|
|
47
|
+
- Run commands from the v42 worktree root.
|
|
48
|
+
|
|
49
|
+
### Worktree Access
|
|
50
|
+
|
|
51
|
+
```bash
|
|
52
|
+
cd /Users/fabrijk/Documents/Work/Proyectos\ Personales/nika/frameworks/quiver-v42
|
|
53
|
+
git status --short --branch
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
Expected: branch `feature/QUIVER-42-01-v42-template-language-routing` and a clean working tree.
|
|
57
|
+
|
|
58
|
+
### Run the Project
|
|
59
|
+
|
|
60
|
+
Package and smoke the CLI:
|
|
61
|
+
|
|
62
|
+
```bash
|
|
63
|
+
npm run package:quiver
|
|
64
|
+
npm run smoke:create-quiver
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
Expected: both commands finish successfully.
|
|
68
|
+
|
|
69
|
+
### Use Cases
|
|
70
|
+
|
|
71
|
+
Generate English and Spanish temporary projects:
|
|
72
|
+
|
|
73
|
+
```bash
|
|
74
|
+
repo_root="$PWD"
|
|
75
|
+
tmp="$(mktemp -d)"
|
|
76
|
+
node "$repo_root/bin/create-quiver.js" --lang en init --name "Lang Demo" --dir "$tmp/en-project" --full --skip-install
|
|
77
|
+
node "$repo_root/bin/create-quiver.js" --lang es init --name "Lang Demo" --dir "$tmp/es-project" --full --skip-install
|
|
78
|
+
grep -F "# Lang Demo Documentation Index" "$tmp/en-project/docs/INDEX.md"
|
|
79
|
+
grep -F "# Indice de documentacion de Lang Demo" "$tmp/es-project/docs/INDEX.md"
|
|
80
|
+
cmp -s "$tmp/en-project/package.json" "$tmp/es-project/package.json"
|
|
81
|
+
cmp -s "$tmp/en-project/specs/lang-demo/slices/slice-template/slice.json" "$tmp/es-project/specs/lang-demo/slices/slice-template/slice.json"
|
|
82
|
+
```
|
|
83
|
+
|
|
84
|
+
Expected:
|
|
85
|
+
|
|
86
|
+
- English docs contain `# Lang Demo Documentation Index`.
|
|
87
|
+
- Spanish docs contain `# Indice de documentacion de Lang Demo`.
|
|
88
|
+
- `package.json` and `slice.json` are identical across languages.
|
|
89
|
+
|
|
90
|
+
### Technical Verification
|
|
91
|
+
|
|
92
|
+
```bash
|
|
93
|
+
node --test tests/**/*.test.js
|
|
94
|
+
node bin/create-quiver.js spec validate specs/quiver-v42-cli-i18n-generated-docs --strict
|
|
95
|
+
node bin/create-quiver.js check-slice specs/quiver-v42-cli-i18n-generated-docs/slices/slice-04-generated-docs-tests-smokes/slice.json --local
|
|
96
|
+
git diff --check
|
|
97
|
+
```
|
|
98
|
+
|
|
99
|
+
Expected:
|
|
100
|
+
|
|
101
|
+
- Full test suite passes.
|
|
102
|
+
- Spec validation passes.
|
|
103
|
+
- Slice gate passes in local mode.
|
|
104
|
+
- Diff check reports no whitespace errors.
|
|
105
|
+
|
|
106
|
+
## Evidence
|
|
107
|
+
|
|
108
|
+
- PASS `node --test tests/**/*.test.js` - 608 tests, 0 failures.
|
|
109
|
+
- PASS `npm run package:quiver`.
|
|
110
|
+
- PASS `npm run smoke:create-quiver`.
|
|
111
|
+
- PASS manual generated-doc language smoke for `--lang en` and `--lang es`.
|
|
112
|
+
- PASS `node bin/create-quiver.js spec validate specs/quiver-v42-cli-i18n-generated-docs --strict`.
|
|
113
|
+
- PASS `git diff --check`.
|
|
114
|
+
|
|
115
|
+
## Rollback
|
|
116
|
+
|
|
117
|
+
Revert this PR. The rollback removes generated-doc template routing, Spanish generated-doc templates, related docs updates, and v42 spec evidence.
|
|
118
|
+
|
|
119
|
+
No migrations or external state changes are required.
|
|
120
|
+
|
|
121
|
+
## Risks / Notes
|
|
122
|
+
|
|
123
|
+
- Template fallback is intentional: missing Spanish human templates fall back to the base English template.
|
|
124
|
+
- Machine-readable artifacts are intentionally not localized.
|
|
125
|
+
- `package.template.json`, `slice.json`, commands, flags, routes, providers, and models must stay stable for automation compatibility.
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# CLOSURE_BRIEF - slice-00 Generated docs 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-v42-cli-i18n-generated-docs --strict`.
|
|
10
|
+
- Pending `git diff --check`.
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# EXECUTION_BRIEF - slice-00 Generated docs foundation
|
|
2
|
+
|
|
3
|
+
## Context
|
|
4
|
+
|
|
5
|
+
Generated human docs need explicit i18n scope separate from runtime CLI output.
|
|
6
|
+
|
|
7
|
+
## Objective
|
|
8
|
+
|
|
9
|
+
Create the v42 generated-docs i18n spec package and handoffs.
|
|
10
|
+
|
|
11
|
+
## Acceptance Criteria
|
|
12
|
+
|
|
13
|
+
- v42 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-generated-docs-foundation",
|
|
3
|
+
"ticket": "QUIVER-42-00",
|
|
4
|
+
"type": "documentation",
|
|
5
|
+
"title": "Generated docs foundation",
|
|
6
|
+
"objective": "Create the approved v42 generated docs i18n spec package and handoffs.",
|
|
7
|
+
"description": "Documents language routing for generated human documentation.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "v42-generated-docs-foundation",
|
|
12
|
+
"branch_name": "feature/QUIVER-42-00-v42-generated-docs-foundation"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"specs/quiver-v42-cli-i18n-generated-docs/**"
|
|
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-v42-cli-i18n-generated-docs/**"
|
|
25
|
+
],
|
|
26
|
+
"depends_on": [],
|
|
27
|
+
"parallel_safe": "no",
|
|
28
|
+
"parallel_safe_reason": "This creates the roadmap for v42.",
|
|
29
|
+
"must": [
|
|
30
|
+
"Create v42 package.",
|
|
31
|
+
"Document generated-doc localization scope.",
|
|
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-v42-cli-i18n-generated-docs --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,10 @@
|
|
|
1
|
+
# CLOSURE_BRIEF - slice-01 Template language routing
|
|
2
|
+
|
|
3
|
+
## Summary
|
|
4
|
+
|
|
5
|
+
Completed. Added a pure generated-doc template routing layer for `en` and `es`, including deterministic fallback to the base English template, machine-artifact exclusion, coverage reporting for missing localized human templates, and documented naming conventions.
|
|
6
|
+
|
|
7
|
+
## Validation
|
|
8
|
+
|
|
9
|
+
- [x] `node --test tests/lib/i18n-templates.test.js`
|
|
10
|
+
- [x] `git diff --check`
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# EXECUTION_BRIEF - slice-01 Template language routing
|
|
2
|
+
|
|
3
|
+
## Context
|
|
4
|
+
|
|
5
|
+
Generated docs need a routing layer that chooses the correct human-language template or fragment.
|
|
6
|
+
|
|
7
|
+
## Objective
|
|
8
|
+
|
|
9
|
+
Add template language routing for `en` and `es`.
|
|
10
|
+
|
|
11
|
+
## Acceptance Criteria
|
|
12
|
+
|
|
13
|
+
- Routing uses the same language resolution as CLI output.
|
|
14
|
+
- Missing localized templates fall back predictably to `en` and are detected by tests.
|
|
15
|
+
- Machine artifacts are excluded from localization.
|
|
16
|
+
- Template ownership and naming conventions are documented.
|
|
17
|
+
|
|
18
|
+
## Completion Checklist
|
|
19
|
+
|
|
20
|
+
- [ ] Routing helper added.
|
|
21
|
+
- [ ] Template convention documented.
|
|
22
|
+
- [ ] Missing-template tests added.
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-01-template-language-routing",
|
|
3
|
+
"ticket": "QUIVER-42-01",
|
|
4
|
+
"type": "feature",
|
|
5
|
+
"title": "Template language routing",
|
|
6
|
+
"objective": "Add a reusable routing layer for generated human docs in en and es.",
|
|
7
|
+
"description": "Defines how generated documentation chooses localized templates or fragments.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "v42-template-language-routing",
|
|
12
|
+
"branch_name": "feature/QUIVER-42-01-v42-template-language-routing"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"src/create-quiver/lib/i18n/templates.js",
|
|
16
|
+
"tests/lib/i18n-templates.test.js",
|
|
17
|
+
"docs/CLI_UX_GUIDE.md",
|
|
18
|
+
"specs/quiver-v42-cli-i18n-generated-docs/**"
|
|
19
|
+
],
|
|
20
|
+
"expected_read_paths": [
|
|
21
|
+
"src/create-quiver/lib/i18n/**",
|
|
22
|
+
"docs/*.template",
|
|
23
|
+
"docs/ai/*.template",
|
|
24
|
+
"specs/quiver-v42-cli-i18n-generated-docs/SPEC.md"
|
|
25
|
+
],
|
|
26
|
+
"allowed_write_paths": [
|
|
27
|
+
"src/create-quiver/lib/i18n/**",
|
|
28
|
+
"docs/**",
|
|
29
|
+
"tests/lib/i18n-templates.test.js",
|
|
30
|
+
"specs/quiver-v42-cli-i18n-generated-docs/**"
|
|
31
|
+
],
|
|
32
|
+
"depends_on": [
|
|
33
|
+
"slice-00-generated-docs-foundation"
|
|
34
|
+
],
|
|
35
|
+
"parallel_safe": "no",
|
|
36
|
+
"parallel_safe_reason": "Establishes template routing for all v42 work.",
|
|
37
|
+
"must": [
|
|
38
|
+
"Reuse v37 language resolution.",
|
|
39
|
+
"Define template naming/routing convention.",
|
|
40
|
+
"Exclude machine artifacts from localization.",
|
|
41
|
+
"Test fallback behavior."
|
|
42
|
+
],
|
|
43
|
+
"not_included": [
|
|
44
|
+
"Migrating every template."
|
|
45
|
+
],
|
|
46
|
+
"acceptance": [
|
|
47
|
+
"Template routing supports en and es.",
|
|
48
|
+
"Missing localized templates are caught by tests or fall back explicitly.",
|
|
49
|
+
"Machine artifacts are not routed through human template localization."
|
|
50
|
+
],
|
|
51
|
+
"tests": [
|
|
52
|
+
"node --test tests/lib/i18n-templates.test.js",
|
|
53
|
+
"git diff --check"
|
|
54
|
+
],
|
|
55
|
+
"validation_hints": [
|
|
56
|
+
"Keep routing pure and independent from command side effects."
|
|
57
|
+
],
|
|
58
|
+
"estimated_hours": 5,
|
|
59
|
+
"status": "completed",
|
|
60
|
+
"blocked_reason": "",
|
|
61
|
+
"completed_at": "2026-05-29T18:50:06Z"
|
|
62
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# CLOSURE_BRIEF - slice-02 Init docs and i18n assets
|
|
2
|
+
|
|
3
|
+
## Summary
|
|
4
|
+
|
|
5
|
+
Completed. Init-generated human docs now use the generated-doc language router. `--lang` can produce Spanish docs and persists the project language; existing project config is used when no explicit language override is provided. Machine artifacts remain stable and are not routed through human template localization.
|
|
6
|
+
|
|
7
|
+
## Validation
|
|
8
|
+
|
|
9
|
+
- [x] `node --test tests/commands/init-profiles.test.js tests/lib/init-docs.test.js tests/lib/i18n-templates.test.js`
|
|
10
|
+
- [x] `node --test tests/commands/demo.test.js`
|
|
11
|
+
- [x] `git diff --check`
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# EXECUTION_BRIEF - slice-02 Init docs and i18n assets
|
|
2
|
+
|
|
3
|
+
## Context
|
|
4
|
+
|
|
5
|
+
Init-generated docs are the first generated artifacts users see in a new or existing project.
|
|
6
|
+
|
|
7
|
+
## Objective
|
|
8
|
+
|
|
9
|
+
Localize init/onboarding human documentation templates and assets.
|
|
10
|
+
|
|
11
|
+
## Acceptance Criteria
|
|
12
|
+
|
|
13
|
+
- Init-generated human docs follow configured language.
|
|
14
|
+
- `--lang` overrides generated language where supported.
|
|
15
|
+
- Machine artifacts such as JSON and package metadata remain stable.
|
|
16
|
+
- Existing project docs are not overwritten unexpectedly.
|
|
17
|
+
|
|
18
|
+
## Completion Checklist
|
|
19
|
+
|
|
20
|
+
- [ ] Init templates routed.
|
|
21
|
+
- [ ] Spanish and English generated-doc tests added.
|
|
22
|
+
- [ ] Overwrite behavior preserved.
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-02-init-docs-and-i18n-assets",
|
|
3
|
+
"ticket": "QUIVER-42-02",
|
|
4
|
+
"type": "feature",
|
|
5
|
+
"title": "Init docs and i18n assets",
|
|
6
|
+
"objective": "Localize init-generated human docs and onboarding assets while preserving machine artifacts.",
|
|
7
|
+
"description": "Applies template language routing to init and related generated docs.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "v42-init-docs-i18n-assets",
|
|
12
|
+
"branch_name": "feature/QUIVER-42-02-v42-init-docs-i18n-assets"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"src/create-quiver/index.js",
|
|
16
|
+
"src/create-quiver/lib/init-docs.js",
|
|
17
|
+
"src/create-quiver/lib/i18n/templates.js",
|
|
18
|
+
"docs/*.es.template",
|
|
19
|
+
"docs/ai/*.es.template",
|
|
20
|
+
"AGENTS.md.es.template",
|
|
21
|
+
"tests/commands/init-profiles.test.js",
|
|
22
|
+
"tests/commands/demo.test.js",
|
|
23
|
+
"specs/quiver-v42-cli-i18n-generated-docs/**"
|
|
24
|
+
],
|
|
25
|
+
"expected_read_paths": [
|
|
26
|
+
"src/create-quiver/index.js",
|
|
27
|
+
"src/create-quiver/lib/init-docs.js",
|
|
28
|
+
"src/create-quiver/lib/i18n/templates.js",
|
|
29
|
+
"docs/INDEX.md",
|
|
30
|
+
"docs/*.template"
|
|
31
|
+
],
|
|
32
|
+
"allowed_write_paths": [
|
|
33
|
+
"src/create-quiver/index.js",
|
|
34
|
+
"src/create-quiver/lib/init-docs.js",
|
|
35
|
+
"src/create-quiver/lib/i18n/**",
|
|
36
|
+
"AGENTS.md.es.template",
|
|
37
|
+
"docs/**",
|
|
38
|
+
"tests/commands/init-profiles.test.js",
|
|
39
|
+
"tests/commands/demo.test.js",
|
|
40
|
+
"specs/quiver-v42-cli-i18n-generated-docs/**"
|
|
41
|
+
],
|
|
42
|
+
"depends_on": [
|
|
43
|
+
"slice-01-template-language-routing"
|
|
44
|
+
],
|
|
45
|
+
"parallel_safe": "conditional",
|
|
46
|
+
"parallel_safe_reason": "Can overlap with docs reference work after routing is stable.",
|
|
47
|
+
"must": [
|
|
48
|
+
"Localize init-generated human docs.",
|
|
49
|
+
"Preserve machine artifacts.",
|
|
50
|
+
"Preserve overwrite behavior.",
|
|
51
|
+
"Test configured language and --lang override."
|
|
52
|
+
],
|
|
53
|
+
"not_included": [
|
|
54
|
+
"Runtime CLI output migration."
|
|
55
|
+
],
|
|
56
|
+
"acceptance": [
|
|
57
|
+
"Generated docs can be produced in en and es.",
|
|
58
|
+
"Machine artifacts stay stable across languages.",
|
|
59
|
+
"Existing docs are not unexpectedly overwritten."
|
|
60
|
+
],
|
|
61
|
+
"tests": [
|
|
62
|
+
"node --test tests/commands/init-profiles.test.js tests/commands/demo.test.js tests/lib/init-docs.test.js tests/lib/i18n-templates.test.js",
|
|
63
|
+
"git diff --check"
|
|
64
|
+
],
|
|
65
|
+
"validation_hints": [
|
|
66
|
+
"Use temporary projects to compare generated docs by language."
|
|
67
|
+
],
|
|
68
|
+
"estimated_hours": 8,
|
|
69
|
+
"status": "completed",
|
|
70
|
+
"blocked_reason": "",
|
|
71
|
+
"completed_at": "2026-05-29T18:58:19Z"
|
|
72
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# CLOSURE_BRIEF - slice-03 Docs reference and guides
|
|
2
|
+
|
|
3
|
+
## Summary
|
|
4
|
+
|
|
5
|
+
Documented generated human docs language behavior across the command reference, CLI UX guide, and getting-started installation guide.
|
|
6
|
+
|
|
7
|
+
The docs now explain configured project language defaults, `--lang` overrides, localized Markdown template naming, fallback to base `en`, and machine artifact exclusions.
|
|
8
|
+
|
|
9
|
+
## Validation
|
|
10
|
+
|
|
11
|
+
- [x] `git diff --check`
|
|
12
|
+
- [x] `node bin/create-quiver.js spec validate specs/quiver-v42-cli-i18n-generated-docs --strict`
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# EXECUTION_BRIEF - slice-03 Docs reference and guides
|
|
2
|
+
|
|
3
|
+
## Context
|
|
4
|
+
|
|
5
|
+
Users need to understand which outputs are localized and how language can be configured.
|
|
6
|
+
|
|
7
|
+
## Objective
|
|
8
|
+
|
|
9
|
+
Update public docs and guides for generated documentation language behavior.
|
|
10
|
+
|
|
11
|
+
## Acceptance Criteria
|
|
12
|
+
|
|
13
|
+
- `docs/reference/commands.md` documents generated-doc language behavior.
|
|
14
|
+
- `docs/CLI_UX_GUIDE.md` distinguishes CLI output from generated docs.
|
|
15
|
+
- Installation/getting-started docs mention the project config default where relevant.
|
|
16
|
+
- Documentation does not claim JSON or machine artifacts are localized.
|
|
17
|
+
|
|
18
|
+
## Completion Checklist
|
|
19
|
+
|
|
20
|
+
- [ ] Command reference updated.
|
|
21
|
+
- [ ] CLI UX guide updated.
|
|
22
|
+
- [ ] Getting-started references updated where needed.
|
package/specs/quiver-v42-cli-i18n-generated-docs/slices/slice-03-docs-reference-guides/slice.json
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-03-docs-reference-guides",
|
|
3
|
+
"ticket": "QUIVER-42-03",
|
|
4
|
+
"type": "documentation",
|
|
5
|
+
"title": "Docs reference and guides",
|
|
6
|
+
"objective": "Document generated documentation language behavior for users and agents.",
|
|
7
|
+
"description": "Updates public docs so language configuration and generated-doc scope are clear.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "v42-docs-reference-guides",
|
|
12
|
+
"branch_name": "feature/QUIVER-42-03-v42-docs-reference-guides"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"docs/CLI_UX_GUIDE.md",
|
|
16
|
+
"docs/reference/commands.md",
|
|
17
|
+
"docs/getting-started/installation.md"
|
|
18
|
+
],
|
|
19
|
+
"expected_read_paths": [
|
|
20
|
+
"docs/INDEX.md",
|
|
21
|
+
"docs/CLI_UX_GUIDE.md",
|
|
22
|
+
"docs/reference/commands.md",
|
|
23
|
+
"docs/getting-started/installation.md"
|
|
24
|
+
],
|
|
25
|
+
"allowed_write_paths": [
|
|
26
|
+
"docs/CLI_UX_GUIDE.md",
|
|
27
|
+
"docs/reference/commands.md",
|
|
28
|
+
"docs/getting-started/**",
|
|
29
|
+
"specs/quiver-v42-cli-i18n-generated-docs/**"
|
|
30
|
+
],
|
|
31
|
+
"depends_on": [
|
|
32
|
+
"slice-01-template-language-routing"
|
|
33
|
+
],
|
|
34
|
+
"parallel_safe": "conditional",
|
|
35
|
+
"parallel_safe_reason": "Can overlap with init docs implementation if public contract is already agreed.",
|
|
36
|
+
"must": [
|
|
37
|
+
"Document generated-doc language scope.",
|
|
38
|
+
"Document exclusions for machine artifacts.",
|
|
39
|
+
"Avoid duplicating command reference content."
|
|
40
|
+
],
|
|
41
|
+
"not_included": [
|
|
42
|
+
"Runtime command output migration."
|
|
43
|
+
],
|
|
44
|
+
"acceptance": [
|
|
45
|
+
"Docs explain configured language behavior.",
|
|
46
|
+
"Docs explain --lang override where relevant.",
|
|
47
|
+
"Docs do not claim JSON localization."
|
|
48
|
+
],
|
|
49
|
+
"tests": [
|
|
50
|
+
"git diff --check",
|
|
51
|
+
"npx create-quiver spec validate specs/quiver-v42-cli-i18n-generated-docs --strict"
|
|
52
|
+
],
|
|
53
|
+
"validation_hints": [
|
|
54
|
+
"Link to existing command reference instead of duplicating large sections."
|
|
55
|
+
],
|
|
56
|
+
"estimated_hours": 4,
|
|
57
|
+
"status": "completed",
|
|
58
|
+
"blocked_reason": "",
|
|
59
|
+
"completed_at": "2026-05-29T19:02:46Z"
|
|
60
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# CLOSURE_BRIEF - slice-04 Generated docs tests and smokes
|
|
2
|
+
|
|
3
|
+
## Summary
|
|
4
|
+
|
|
5
|
+
Closed v42 with full automated validation, package smoke, create-quiver smoke, and a manual temporary-project language smoke.
|
|
6
|
+
|
|
7
|
+
The manual smoke proved that generated human docs route to `en` and `es`, while machine artifacts remain stable across languages.
|
|
8
|
+
|
|
9
|
+
## Validation
|
|
10
|
+
|
|
11
|
+
- [x] `node --test tests/**/*.test.js`
|
|
12
|
+
- [x] `node bin/create-quiver.js spec validate specs/quiver-v42-cli-i18n-generated-docs --strict`
|
|
13
|
+
- [x] `npm run package:quiver`
|
|
14
|
+
- [x] `npm run smoke:create-quiver`
|
|
15
|
+
- [x] `git diff --check`
|
|
16
|
+
- [x] Manual temp project smoke for `--lang en` and `--lang es`
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# EXECUTION_BRIEF - slice-04 Generated docs tests and smokes
|
|
2
|
+
|
|
3
|
+
## Context
|
|
4
|
+
|
|
5
|
+
Generated docs localization must be validated in real temporary project flows.
|
|
6
|
+
|
|
7
|
+
## Objective
|
|
8
|
+
|
|
9
|
+
Close v42 with full tests, package smoke, and evidence.
|
|
10
|
+
|
|
11
|
+
## Acceptance Criteria
|
|
12
|
+
|
|
13
|
+
- Full test suite passes.
|
|
14
|
+
- Package smoke passes.
|
|
15
|
+
- Temporary project generation proves `en` and `es` docs are routed correctly.
|
|
16
|
+
- Machine artifacts are compared across languages and remain stable.
|
|
17
|
+
|
|
18
|
+
## Completion Checklist
|
|
19
|
+
|
|
20
|
+
- [ ] Full tests run.
|
|
21
|
+
- [ ] Package smoke run.
|
|
22
|
+
- [ ] Evidence updated.
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-04-generated-docs-tests-smokes",
|
|
3
|
+
"ticket": "QUIVER-42-04",
|
|
4
|
+
"type": "validation",
|
|
5
|
+
"title": "Generated docs tests and smokes",
|
|
6
|
+
"objective": "Validate generated docs localization and record release evidence.",
|
|
7
|
+
"description": "Runs full validation for v42 after generated-doc routing and template migration.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "v42-generated-docs-tests-smokes",
|
|
12
|
+
"branch_name": "feature/QUIVER-42-04-v42-generated-docs-tests-smokes"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"tests/**/*.test.js",
|
|
16
|
+
"specs/quiver-v42-cli-i18n-generated-docs/EVIDENCE_REPORT.md"
|
|
17
|
+
],
|
|
18
|
+
"expected_read_paths": [
|
|
19
|
+
"specs/quiver-v42-cli-i18n-generated-docs/SPEC.md",
|
|
20
|
+
"docs/CLI_UX_GUIDE.md",
|
|
21
|
+
"docs/reference/commands.md"
|
|
22
|
+
],
|
|
23
|
+
"allowed_write_paths": [
|
|
24
|
+
"tests/**",
|
|
25
|
+
"specs/quiver-v42-cli-i18n-generated-docs/**"
|
|
26
|
+
],
|
|
27
|
+
"depends_on": [
|
|
28
|
+
"slice-02-init-docs-and-i18n-assets",
|
|
29
|
+
"slice-03-docs-reference-guides"
|
|
30
|
+
],
|
|
31
|
+
"parallel_safe": "no",
|
|
32
|
+
"parallel_safe_reason": "This is the closing validation slice for v42.",
|
|
33
|
+
"must": [
|
|
34
|
+
"Run full validation.",
|
|
35
|
+
"Compare generated docs by language.",
|
|
36
|
+
"Confirm machine artifacts are stable.",
|
|
37
|
+
"Record evidence."
|
|
38
|
+
],
|
|
39
|
+
"not_included": [
|
|
40
|
+
"Runtime CLI output migration."
|
|
41
|
+
],
|
|
42
|
+
"acceptance": [
|
|
43
|
+
"Full tests pass.",
|
|
44
|
+
"Package smoke passes.",
|
|
45
|
+
"Spec validation passes.",
|
|
46
|
+
"Evidence report is updated."
|
|
47
|
+
],
|
|
48
|
+
"tests": [
|
|
49
|
+
"node --test tests/**/*.test.js",
|
|
50
|
+
"npx create-quiver spec validate specs/quiver-v42-cli-i18n-generated-docs --strict",
|
|
51
|
+
"npm run package:quiver",
|
|
52
|
+
"npm run smoke:create-quiver",
|
|
53
|
+
"git diff --check"
|
|
54
|
+
],
|
|
55
|
+
"validation_hints": [
|
|
56
|
+
"Use temp projects to compare generated human docs and stable machine artifacts."
|
|
57
|
+
],
|
|
58
|
+
"estimated_hours": 5,
|
|
59
|
+
"status": "completed",
|
|
60
|
+
"blocked_reason": "",
|
|
61
|
+
"completed_at": "2026-05-29T19:07:56Z"
|
|
62
|
+
}
|