|
1 | | -docs_build/dev/ProjectInstructions/backlog/BACKLOG_MASTER.md |
2 | | -docs_build/dev/reports/PR_26175_DELTA_005_Runtime_Technical_Debt_Cleanup-branch-validation.md |
3 | | -docs_build/dev/reports/PR_26175_DELTA_005_Runtime_Technical_Debt_Cleanup-manual-validation-notes.md |
4 | | -docs_build/dev/reports/PR_26175_DELTA_005_Runtime_Technical_Debt_Cleanup-requirement-checklist.md |
5 | | -docs_build/dev/reports/PR_26175_DELTA_005_Runtime_Technical_Debt_Cleanup-validation.md |
6 | | -docs_build/dev/reports/PR_26175_DELTA_005_Runtime_Technical_Debt_Cleanup.md |
| 1 | +# git diff --name-only origin/main -- |
| 2 | +admin/system-health.html |
| 3 | +assets/theme-v2/js/admin-system-health.js |
| 4 | +docs_build/dev/reports/PR_26177_CHARLIE_029-system-health-postgres-metrics-panel.md |
| 5 | +docs_build/dev/reports/PR_26177_CHARLIE_029-system-health-postgres-metrics-panel_branch-validation.md |
| 6 | +docs_build/dev/reports/PR_26177_CHARLIE_029-system-health-postgres-metrics-panel_manual-validation-notes.md |
| 7 | +docs_build/dev/reports/PR_26177_CHARLIE_029-system-health-postgres-metrics-panel_requirements-checklist.md |
| 8 | +docs_build/dev/reports/PR_26177_CHARLIE_029-system-health-postgres-metrics-panel_validation-lane.md |
7 | 9 | docs_build/dev/reports/codex_changed_files.txt |
8 | 10 | docs_build/dev/reports/codex_review.diff |
9 | | -src/engine/runtime/runtimeEventSystem.js |
10 | | -tests/engine/RuntimeEventSystem.test.mjs |
| 11 | +docs_build/dev/reports/coverage_changed_js_guardrail.txt |
| 12 | +docs_build/dev/reports/playwright_v8_coverage_report.txt |
| 13 | +src/dev-runtime/server/local-api-router.mjs |
| 14 | +tests/api/admin-system-health/contract.test.mjs |
| 15 | +tests/dev-runtime/AdminHealthOperations.test.mjs |
| 16 | +tests/playwright/tools/AdminHealthOperationsPage.spec.mjs |
| 17 | + |
| 18 | +# git status --short |
| 19 | + M docs_build/dev/reports/PR_26177_CHARLIE_029-system-health-postgres-metrics-panel.md |
| 20 | + M docs_build/dev/reports/PR_26177_CHARLIE_029-system-health-postgres-metrics-panel_branch-validation.md |
| 21 | + M docs_build/dev/reports/PR_26177_CHARLIE_029-system-health-postgres-metrics-panel_manual-validation-notes.md |
| 22 | + M docs_build/dev/reports/PR_26177_CHARLIE_029-system-health-postgres-metrics-panel_requirements-checklist.md |
| 23 | + M docs_build/dev/reports/PR_26177_CHARLIE_029-system-health-postgres-metrics-panel_validation-lane.md |
| 24 | + M docs_build/dev/reports/codex_review.diff |
| 25 | + M docs_build/dev/reports/coverage_changed_js_guardrail.txt |
| 26 | + M docs_build/dev/reports/playwright_v8_coverage_report.txt |
| 27 | + |
| 28 | +# git diff --stat origin/main -- |
| 29 | + admin/system-health.html | 16 + |
| 30 | + assets/theme-v2/js/admin-system-health.js | 42 ++ |
| 31 | + ...LIE_029-system-health-postgres-metrics-panel.md | 39 + |
| 32 | + ...lth-postgres-metrics-panel_branch-validation.md | 17 + |
| 33 | + ...stgres-metrics-panel_manual-validation-notes.md | 9 + |
| 34 | + ...ostgres-metrics-panel_requirements-checklist.md | 16 + |
| 35 | + ...ealth-postgres-metrics-panel_validation-lane.md | 21 + |
| 36 | + docs_build/dev/reports/codex_changed_files.txt | 42 +- |
| 37 | + docs_build/dev/reports/codex_review.diff | 794 +++++++++++++++------ |
| 38 | + .../dev/reports/coverage_changed_js_guardrail.txt | 4 +- |
| 39 | + .../dev/reports/playwright_v8_coverage_report.txt | 24 +- |
| 40 | + src/dev-runtime/server/local-api-router.mjs | 115 ++- |
| 41 | + tests/api/admin-system-health/contract.test.mjs | 15 + |
| 42 | + tests/dev-runtime/AdminHealthOperations.test.mjs | 20 + |
| 43 | + .../tools/AdminHealthOperationsPage.spec.mjs | 11 + |
| 44 | + 15 files changed, 924 insertions(+), 261 deletions(-) |
0 commit comments