|
1 | 1 | # git status --short |
2 | 2 | M docs_build/dev/reports/coverage_changed_js_guardrail.txt |
3 | 3 | M docs_build/dev/reports/playwright_v8_coverage_report.txt |
| 4 | + M scripts/start-local-api-server.mjs |
4 | 5 | M src/dev-runtime/server/local-api-router.mjs |
5 | | - M tests/api/admin-system-health/contract.test.mjs |
6 | 6 | M tests/dev-runtime/AdminHealthOperations.test.mjs |
| 7 | + M tests/dev-runtime/LocalApiStartupLogging.test.mjs |
7 | 8 | M tests/playwright/tools/AdminHealthOperationsPage.spec.mjs |
8 | | -?? docs_build/dev/reports/PR_26177_CHARLIE_032-runtime-health-json-endpoints.md |
9 | | -?? docs_build/dev/reports/PR_26177_CHARLIE_032-runtime-health-json-endpoints_branch-validation.md |
10 | | -?? docs_build/dev/reports/PR_26177_CHARLIE_032-runtime-health-json-endpoints_manual-validation-notes.md |
11 | | -?? docs_build/dev/reports/PR_26177_CHARLIE_032-runtime-health-json-endpoints_requirements-checklist.md |
12 | | -?? docs_build/dev/reports/PR_26177_CHARLIE_032-runtime-health-json-endpoints_validation-lane.md |
| 9 | +?? docs_build/dev/reports/PR_26177_CHARLIE_034-startup-runtime-report-cleanup.md |
| 10 | +?? docs_build/dev/reports/PR_26177_CHARLIE_034-startup-runtime-report-cleanup_branch-validation.md |
| 11 | +?? docs_build/dev/reports/PR_26177_CHARLIE_034-startup-runtime-report-cleanup_manual-validation-notes.md |
| 12 | +?? docs_build/dev/reports/PR_26177_CHARLIE_034-startup-runtime-report-cleanup_requirements-checklist.md |
| 13 | +?? docs_build/dev/reports/PR_26177_CHARLIE_034-startup-runtime-report-cleanup_validation-lane.md |
13 | 14 |
|
14 | 15 | # git ls-files --others --exclude-standard |
15 | | -docs_build/dev/reports/PR_26177_CHARLIE_032-runtime-health-json-endpoints.md |
16 | | -docs_build/dev/reports/PR_26177_CHARLIE_032-runtime-health-json-endpoints_branch-validation.md |
17 | | -docs_build/dev/reports/PR_26177_CHARLIE_032-runtime-health-json-endpoints_manual-validation-notes.md |
18 | | -docs_build/dev/reports/PR_26177_CHARLIE_032-runtime-health-json-endpoints_requirements-checklist.md |
19 | | -docs_build/dev/reports/PR_26177_CHARLIE_032-runtime-health-json-endpoints_validation-lane.md |
| 16 | +docs_build/dev/reports/PR_26177_CHARLIE_034-startup-runtime-report-cleanup.md |
| 17 | +docs_build/dev/reports/PR_26177_CHARLIE_034-startup-runtime-report-cleanup_branch-validation.md |
| 18 | +docs_build/dev/reports/PR_26177_CHARLIE_034-startup-runtime-report-cleanup_manual-validation-notes.md |
| 19 | +docs_build/dev/reports/PR_26177_CHARLIE_034-startup-runtime-report-cleanup_requirements-checklist.md |
| 20 | +docs_build/dev/reports/PR_26177_CHARLIE_034-startup-runtime-report-cleanup_validation-lane.md |
20 | 21 |
|
21 | 22 | # git diff --stat |
22 | | -.../dev/reports/coverage_changed_js_guardrail.txt | 1 - |
23 | | - .../dev/reports/playwright_v8_coverage_report.txt | 2 - |
24 | | - src/dev-runtime/server/local-api-router.mjs | 48 ++++++++++++++++++++++ |
25 | | - tests/api/admin-system-health/contract.test.mjs | 9 ++++ |
26 | | - tests/dev-runtime/AdminHealthOperations.test.mjs | 12 ++++++ |
27 | | - .../tools/AdminHealthOperationsPage.spec.mjs | 2 + |
28 | | - 6 files changed, 71 insertions(+), 3 deletions(-) |
| 23 | +.../dev/reports/coverage_changed_js_guardrail.txt | 1 - |
| 24 | + .../dev/reports/playwright_v8_coverage_report.txt | 4 +- |
| 25 | + scripts/start-local-api-server.mjs | 34 ++++++- |
| 26 | + src/dev-runtime/server/local-api-router.mjs | 101 ++++++++++++++++++++- |
| 27 | + tests/dev-runtime/AdminHealthOperations.test.mjs | 7 ++ |
| 28 | + tests/dev-runtime/LocalApiStartupLogging.test.mjs | 32 +++++++ |
| 29 | + .../tools/AdminHealthOperationsPage.spec.mjs | 6 ++ |
| 30 | + 7 files changed, 179 insertions(+), 6 deletions(-) |
0 commit comments