From 7fa6c3c86945ae383bd747fb613ac64159277ec9 Mon Sep 17 00:00:00 2001 From: Codex Date: Wed, 17 Jun 2026 18:11:03 +0200 Subject: [PATCH] Record workbench UI deployment verification --- docs/CODEX_EXECUTION_LOG.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/CODEX_EXECUTION_LOG.md b/docs/CODEX_EXECUTION_LOG.md index a6e0b13c..1d5a588c 100644 --- a/docs/CODEX_EXECUTION_LOG.md +++ b/docs/CODEX_EXECUTION_LOG.md @@ -18,16 +18,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. - -Open: -- Tower deployment and runtime smoke should run before considering this pass deployed. +- `powershell -NoProfile -ExecutionPolicy Bypass -File scripts\deploy_tower.ps1` passed and redeployed `geointel-all-in-one:latest` to Tower on port 1202. +- `bash scripts/verify_gis_runtime.sh http://192.168.10.150:1202` passed. +- `bash scripts/verify_demo_export_workflow.sh http://192.168.10.150:1202` passed. +- Live browser check against `http://192.168.10.150:1202` passed: map-first layout rendered, scroll height roughly 3.2k px and no desktop horizontal overflow detected. Limitations: - No API contracts, migrations, provider fetching, AI behavior or product capabilities changed. - This is still a dense operational workbench rather than a designed product shell with navigation or tabs. +- The live default selected project can still be an empty project with the demo name; project selection polish remains a separate follow-up. Next recommended pass: -- Add UI browser regression coverage for the map-first demo workflow and a small set of visual/layout invariants. +- Add UI browser regression coverage for the map-first demo workflow and polish the default project/demo selection state. ## Sprint 43 Workbench bootstrap hook decomposition (2026-06-17)