From e38af20b941c32704e0bd335741c4bc759ba87b1 Mon Sep 17 00:00:00 2001 From: Codex Date: Sat, 4 Jul 2026 23:10:32 +0200 Subject: [PATCH] Record calm layout deployment --- docs/CODEX_EXECUTION_LOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/CODEX_EXECUTION_LOG.md b/docs/CODEX_EXECUTION_LOG.md index 762069a0..a4251bc7 100644 --- a/docs/CODEX_EXECUTION_LOG.md +++ b/docs/CODEX_EXECUTION_LOG.md @@ -16,10 +16,13 @@ Validation: - `python -m compileall backend/app` passed. - `cd backend && python -m pytest -q` passed: 358 tests. - `bash scripts/run_readiness_check.sh` passed: 358 backend tests plus frontend typecheck/build. +- `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` from commit `0355a3d`. +- Deploy-time live migration smoke passed after the database became ready on attempt 3; PostGIS reported `3.6 USE_GEOS=1 USE_PROJ=1 USE_STATS=1` and Alembic head was `202606120900`. +- Deploy-time browser runtime verification passed for frontend, API proxy and icon. Limitations: - This pass improves visual density and hierarchy only; no API, persistence, workflow or map behavior changed. -- Live Tower redeploy still needs to be run after commit/push before the user sees the new layout at `http://192.168.10.150:1202`. +- Live Tower redeploy has been run; the calmer layout is available at `http://192.168.10.150:1202`. Next recommended pass: - Do a live visual audit after redeploy and then tune individual workspaces, starting with Data and Map, based on actual screenshots.