From 58fa07f430e98bcabbe5ba308314d40cf69552a6 Mon Sep 17 00:00:00 2001 From: Codex Date: Mon, 22 Jun 2026 02:47:41 +0200 Subject: [PATCH] Record QA drilldown live validation --- docs/CODEX_EXECUTION_LOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/CODEX_EXECUTION_LOG.md b/docs/CODEX_EXECUTION_LOG.md index 2312e19c..66c73ed4 100644 --- a/docs/CODEX_EXECUTION_LOG.md +++ b/docs/CODEX_EXECUTION_LOG.md @@ -3392,9 +3392,13 @@ Tested: - `cd frontend && npm run typecheck` - `cd frontend && npm run build` - `bash scripts/run_readiness_check.sh` (`314 passed`; frontend typecheck/build passed; Alembic head `202606120900`; live smoke syntax passed) +- Tower deploy from commit `f3ad9c3` completed; all-in-one container published on `0.0.0.0:1202->80/tcp`. +- Deploy-time live migration smoke passed after the database became ready on attempt 2; PostGIS reported `3.6 USE_GEOS=1 USE_PROJ=1 USE_STATS=1`, required runtime schema objects were present and Alembic head was `202606120900`. +- Deploy-time browser runtime verification passed for frontend, API proxy and icon. +- Live browser validation against `http://192.168.10.150:1202` passed for `Open QA / AI step`: QA/QC evidence drilldown rendered, candidate/reference names resolved, false-positive/negative evidence rendered, parameters/findings JSON rendered, per-result `Inspect check` controls were available, no horizontal overflow and no console/page errors. Open: -- Tower deploy and live browser validation still pending for this pass. +- None for this pass. Limitations: - QA/QC frontend drilldown only; no API contract, persistence, migration, provider fetching or AI/model behavior changes.