|
1 | 1 | # git status --short |
2 | | -M docs_build/dev/reports/codex_changed_files.txt |
3 | | - M docs_build/dev/reports/codex_review.diff |
| 2 | +M assets/theme-v2/partials/header-nav.html |
| 3 | + M src/dev-runtime/admin/header-nav.local.html |
| 4 | + M src/dev-runtime/persistence/tool-repositories/game-journey-mock-repository.js |
| 5 | + M src/dev-runtime/server/local-api-router.mjs |
| 6 | + M src/shared/toolbox/tool-metadata-inventory.js |
| 7 | + M tests/tools/Text2SpeechShell.test.mjs |
4 | 8 | M toolbox/text-to-speech/index.html |
5 | | -?? docs_build/dev/reports/PR_26171_027-text2speech-rebuild-foundation.md |
6 | | -?? docs_build/dev/reports/PR_26171_029-text2speech-tool-shell.md |
7 | | -?? docs_build/dev/reports/PR_26171_031-text2speech-message-model.md |
8 | | -?? docs_build/dev/reports/PR_26171_033-text2speech-generation-workflow.md |
9 | | -?? docs_build/dev/reports/PR_26171_035-text2speech-provider-adapter-plan.md |
10 | | -?? docs_build/dev/reports/PR_26171_text2speech-manual-validation.md |
11 | | -?? docs_build/dev/reports/PR_26171_text2speech-toolbox-path-correction.md |
12 | | -?? docs_build/dev/reports/PR_26171_text2speech-validation.md |
13 | | -?? docs_build/dev/reports/PR_26171_text2speech-zip-verification.md |
14 | | -?? tests/tools/Text2SpeechShell.test.mjs |
15 | | -?? toolbox/text-to-speech/text2speech.js |
| 9 | + M toolbox/text-to-speech/text2speech.js |
| 10 | +?? docs_build/dev/reports/PR_26171_037-text2speech-functional-tool-rebuild-manual-validation.md |
| 11 | +?? docs_build/dev/reports/PR_26171_037-text2speech-functional-tool-rebuild-requirements.md |
| 12 | +?? docs_build/dev/reports/PR_26171_037-text2speech-functional-tool-rebuild-validation.md |
| 13 | +?? docs_build/dev/reports/PR_26171_037-text2speech-functional-tool-rebuild.md |
| 14 | +?? tests/playwright/tools/TextToSpeechFunctional.spec.mjs |
16 | 15 |
|
17 | 16 | # git ls-files --others --exclude-standard |
18 | | -docs_build/dev/reports/PR_26171_027-text2speech-rebuild-foundation.md |
19 | | -docs_build/dev/reports/PR_26171_029-text2speech-tool-shell.md |
20 | | -docs_build/dev/reports/PR_26171_031-text2speech-message-model.md |
21 | | -docs_build/dev/reports/PR_26171_033-text2speech-generation-workflow.md |
22 | | -docs_build/dev/reports/PR_26171_035-text2speech-provider-adapter-plan.md |
23 | | -docs_build/dev/reports/PR_26171_text2speech-manual-validation.md |
24 | | -docs_build/dev/reports/PR_26171_text2speech-toolbox-path-correction.md |
25 | | -docs_build/dev/reports/PR_26171_text2speech-validation.md |
26 | | -docs_build/dev/reports/PR_26171_text2speech-zip-verification.md |
27 | | -tests/tools/Text2SpeechShell.test.mjs |
28 | | -toolbox/text-to-speech/text2speech.js |
| 17 | +docs_build/dev/reports/PR_26171_037-text2speech-functional-tool-rebuild-manual-validation.md |
| 18 | +docs_build/dev/reports/PR_26171_037-text2speech-functional-tool-rebuild-requirements.md |
| 19 | +docs_build/dev/reports/PR_26171_037-text2speech-functional-tool-rebuild-validation.md |
| 20 | +docs_build/dev/reports/PR_26171_037-text2speech-functional-tool-rebuild.md |
| 21 | +tests/playwright/tools/TextToSpeechFunctional.spec.mjs |
29 | 22 |
|
30 | 23 | # git diff --stat |
31 | | -docs_build/dev/reports/codex_changed_files.txt | 40 +- |
32 | | - docs_build/dev/reports/codex_review.diff | 1428 ++++++++++++++++++++++-- |
33 | | - toolbox/text-to-speech/index.html | 76 +- |
34 | | - 3 files changed, 1406 insertions(+), 138 deletions(-) |
| 24 | +assets/theme-v2/partials/header-nav.html | 2 +- |
| 25 | + src/dev-runtime/admin/header-nav.local.html | 2 +- |
| 26 | + .../game-journey-mock-repository.js | 2 +- |
| 27 | + src/dev-runtime/server/local-api-router.mjs | 13 +- |
| 28 | + src/shared/toolbox/tool-metadata-inventory.js | 27 ++- |
| 29 | + tests/tools/Text2SpeechShell.test.mjs | 36 ++- |
| 30 | + toolbox/text-to-speech/index.html | 78 ++++--- |
| 31 | + toolbox/text-to-speech/text2speech.js | 260 +++++++++++++++++---- |
| 32 | + 8 files changed, 309 insertions(+), 111 deletions(-) |
0 commit comments