From 7a54d0199387132cfc1921e7e2dcebbee52d9409 Mon Sep 17 00:00:00 2001 From: Codex Date: Thu, 25 Jun 2026 03:00:22 +0200 Subject: [PATCH] Record QA feature evidence deployment --- docs/CODEX_EXECUTION_LOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/CODEX_EXECUTION_LOG.md b/docs/CODEX_EXECUTION_LOG.md index 52b39f96..5b0a28c6 100644 --- a/docs/CODEX_EXECUTION_LOG.md +++ b/docs/CODEX_EXECUTION_LOG.md @@ -23,6 +23,11 @@ Validation: - `cd backend && python -m alembic upgrade head --sql` passed. - `bash -n scripts/live_migration_smoke.sh` passed. - `bash scripts/run_readiness_check.sh` passed. +- `powershell -NoProfile -ExecutionPolicy Bypass -File scripts\deploy_tower.ps1` passed; rebuilt and redeployed the all-in-one container on `http://192.168.10.150:1202`. +- Deploy-time live migration smoke passed against the container database, including PostGIS/version/schema checks. +- Deploy-time browser runtime verification passed for frontend, API proxy and icon. +- Live QA API smoke passed: `POST /api/v1/qa/detections-vs-reference` returned `match_evidence`, `false_positive_evidence` and `false_negative_evidence`. +- Live persisted quality-check smoke passed: `GET /api/v1/projects/c0b00f1f-80bf-4992-be94-f5e5e6f6bf63/quality-checks` returned the evidence arrays in `findings_json`. Limitations: - Feature-level evidence is persisted as ids/IoU metadata in `quality_checks.findings_json`; no `quality_check_items` table or first-class evidence geometry table was introduced.