diff --git a/docs/CODEX_EXECUTION_LOG.md b/docs/CODEX_EXECUTION_LOG.md index 1bb3c7bd..153d9cba 100644 --- a/docs/CODEX_EXECUTION_LOG.md +++ b/docs/CODEX_EXECUTION_LOG.md @@ -20,13 +20,18 @@ Validation: - `cd backend && python -m alembic heads` passed: `202606120900 (head)`. - `cd backend && python -m alembic upgrade head --sql` passed. - `bash -n scripts/live_migration_smoke.sh` passed. +- `powershell -NoProfile -ExecutionPolicy Bypass -File scripts\deploy_tower.ps1` passed and redeployed the all-in-one container to Tower on port 1202. +- `bash scripts/verify_workbench_default_state.sh http://192.168.10.150:1202` passed after redeploy. +- `bash scripts/verify_gis_runtime.sh http://192.168.10.150:1202` passed after redeploy. +- `bash scripts/verify_demo_export_workflow.sh http://192.168.10.150:1202` passed after redeploy. +- Live browser check against `http://192.168.10.150:1202` passed at 1280x720: selected project `GeoIntel Demo - Building QA`, status showed `1 area`, `2/2 ready` datasets and `2 checks`, map workspace rendered and no horizontal overflow was detected. Limitations: - The committed smoke validates the connected default workbench state through HTTP/API contracts, not pixel layout. Browser screenshot and overflow validation remain a Codex/browser verification step. - No API contracts, migrations, provider fetching, AI behavior or product capabilities changed. Next recommended pass: -- Commit, deploy to Tower and run the live browser screenshot/overflow pass against the redeployed runtime. +- Add a deeper browser interaction smoke for core controls, starting with project switching, area selection and map layer opacity. ## Sprint 45 Default demo selection polish (2026-06-17)