From 96e994894b06bb3fa67609e01651953dbb16405f Mon Sep 17 00:00:00 2001 From: Codex Date: Wed, 17 Jun 2026 06:03:24 +0200 Subject: [PATCH] Record golden QA runtime verification --- 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 f86390f4..ac450b64 100644 --- a/docs/CODEX_EXECUTION_LOG.md +++ b/docs/CODEX_EXECUTION_LOG.md @@ -1581,9 +1581,13 @@ Tested: - `cd frontend && npm run typecheck` - `cd frontend && npm run build` - `bash scripts/run_readiness_check.sh` +- `powershell -NoProfile -ExecutionPolicy Bypass -File scripts/deploy_tower.ps1` +- `bash scripts/verify_browser_runtime.sh http://192.168.10.150:1202` +- `bash scripts/verify_gis_runtime.sh http://192.168.10.150:1202` +- `bash scripts/verify_demo_export_workflow.sh http://192.168.10.150:1202` Open: -- Tower redeploy and browser-facing smoke are still pending after this edit. +- Docker build still emits a warning about `GEOINTEL_POSTGRES_PASSWORD` being present as an image `ENV`; runtime behavior is green, but a future secret-hygiene pass should move that default out of the Dockerfile. Limitations: - The demo/export smoke remains intentionally fixture-based and idempotent. It does not fetch live providers and does not run AI inference.