|
1 | | -# git diff --name-only pr/26177-CHARLIE-034-startup-runtime-report-cleanup -- |
2 | | -assets/theme-v2/css/status.css |
3 | | -assets/theme-v2/css/tables.css |
4 | | -docs_build/dev/reports/PR_26177_CHARLIE_035-system-health-ui-polish.md |
5 | | -docs_build/dev/reports/PR_26177_CHARLIE_035-system-health-ui-polish_branch-validation.md |
6 | | -docs_build/dev/reports/PR_26177_CHARLIE_035-system-health-ui-polish_manual-validation-notes.md |
7 | | -docs_build/dev/reports/PR_26177_CHARLIE_035-system-health-ui-polish_requirements-checklist.md |
8 | | -docs_build/dev/reports/PR_26177_CHARLIE_035-system-health-ui-polish_validation-lane.md |
9 | | -docs_build/dev/reports/codex_changed_files.txt |
10 | | -docs_build/dev/reports/codex_review.diff |
11 | | -docs_build/dev/reports/coverage_changed_js_guardrail.txt |
12 | | -docs_build/dev/reports/playwright_v8_coverage_report.txt |
13 | | - |
14 | 1 | # git status --short |
15 | | - M docs_build/dev/reports/PR_26177_CHARLIE_035-system-health-ui-polish.md |
16 | | - M docs_build/dev/reports/codex_review.diff |
17 | | - M docs_build/dev/reports/coverage_changed_js_guardrail.txt |
| 2 | +M docs_build/dev/reports/coverage_changed_js_guardrail.txt |
| 3 | + M docs_build/dev/reports/playwright_v8_coverage_report.txt |
| 4 | + M src/dev-runtime/persistence/game-journey-completion-metrics-store.mjs |
| 5 | +?? docs_build/dev/reports/PR_26177_GOLF_036-game-journey-metrics-sqlite-to-postgres-migration.md |
| 6 | +?? docs_build/dev/reports/PR_26177_GOLF_036-game-journey-metrics-sqlite-to-postgres-migration_branch-validation.md |
| 7 | +?? docs_build/dev/reports/PR_26177_GOLF_036-game-journey-metrics-sqlite-to-postgres-migration_manual-validation-notes.md |
| 8 | +?? docs_build/dev/reports/PR_26177_GOLF_036-game-journey-metrics-sqlite-to-postgres-migration_requirements-checklist.md |
| 9 | +?? docs_build/dev/reports/PR_26177_GOLF_036-game-journey-metrics-sqlite-to-postgres-migration_validation-lane.md |
| 10 | +?? scripts/migrate-game-journey-completion-metrics-sqlite-to-postgres.mjs |
| 11 | +?? src/dev-runtime/persistence/game-journey-completion-metrics-migration.mjs |
| 12 | +?? tests/dev-runtime/GameJourneyCompletionMetricsMigration.test.mjs |
| 13 | + |
| 14 | +# git ls-files --others --exclude-standard |
| 15 | +docs_build/dev/reports/PR_26177_GOLF_036-game-journey-metrics-sqlite-to-postgres-migration.md |
| 16 | +docs_build/dev/reports/PR_26177_GOLF_036-game-journey-metrics-sqlite-to-postgres-migration_branch-validation.md |
| 17 | +docs_build/dev/reports/PR_26177_GOLF_036-game-journey-metrics-sqlite-to-postgres-migration_manual-validation-notes.md |
| 18 | +docs_build/dev/reports/PR_26177_GOLF_036-game-journey-metrics-sqlite-to-postgres-migration_requirements-checklist.md |
| 19 | +docs_build/dev/reports/PR_26177_GOLF_036-game-journey-metrics-sqlite-to-postgres-migration_validation-lane.md |
| 20 | +scripts/migrate-game-journey-completion-metrics-sqlite-to-postgres.mjs |
| 21 | +src/dev-runtime/persistence/game-journey-completion-metrics-migration.mjs |
| 22 | +tests/dev-runtime/GameJourneyCompletionMetricsMigration.test.mjs |
18 | 23 |
|
19 | | -# git diff --stat pr/26177-CHARLIE-034-startup-runtime-report-cleanup -- |
20 | | - assets/theme-v2/css/status.css | 52 ++ |
21 | | - assets/theme-v2/css/tables.css | 37 ++ |
22 | | - ...PR_26177_CHARLIE_035-system-health-ui-polish.md | 25 + |
23 | | - ...35-system-health-ui-polish_branch-validation.md | 14 + |
24 | | - ...tem-health-ui-polish_manual-validation-notes.md | 8 + |
25 | | - ...stem-health-ui-polish_requirements-checklist.md | 12 + |
26 | | - ..._035-system-health-ui-polish_validation-lane.md | 10 + |
27 | | - docs_build/dev/reports/codex_changed_files.txt | 57 +- |
28 | | - docs_build/dev/reports/codex_review.diff | 617 +++++++-------------- |
29 | | - .../dev/reports/coverage_changed_js_guardrail.txt | 4 +- |
30 | | - .../dev/reports/playwright_v8_coverage_report.txt | 10 +- |
31 | | - 11 files changed, 382 insertions(+), 464 deletions(-) |
| 24 | +# git diff --stat |
| 25 | +.../dev/reports/coverage_changed_js_guardrail.txt | 6 +++-- |
| 26 | + .../dev/reports/playwright_v8_coverage_report.txt | 31 +++++++++++++--------- |
| 27 | + .../game-journey-completion-metrics-store.mjs | 2 +- |
| 28 | + 3 files changed, 23 insertions(+), 16 deletions(-) |
0 commit comments