From 1693e4ca1fb72b74701666867bf4091b67e1bcfc Mon Sep 17 00:00:00 2001 From: Codex Date: Tue, 14 Jul 2026 20:57:01 +0200 Subject: [PATCH] docs: record regional context runtime proof --- CHANGELOG.md | 1 + docs/CODEX_EXECUTION_LOG.md | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b21dca24..a41afe5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ - Invalidated outstanding single-theme and multi-theme selection requests on reset, preventing a slow previous-area response from restoring stale results after a scope change. - Replaced the hardcoded viewport instruction for `buildings` with the active dataset's reference layer name. - Added focused state/race/status regressions and passed the complete 556-test release gate plus frontend typecheck/build. +- Deployed commit `7997a72` and verified the exact Kempen-to-Mol switch, a fresh 33,038-parcel Mol result, a 525-feature PostGIS detail viewport, clean browser logs and no horizontal overflow at 1280x720 or 3440x1440. ## Sprint 191 Regional Kempen GRB context foundation (2026-07-14) diff --git a/docs/CODEX_EXECUTION_LOG.md b/docs/CODEX_EXECUTION_LOG.md index 2f641473..9681a365 100644 --- a/docs/CODEX_EXECUTION_LOG.md +++ b/docs/CODEX_EXECUTION_LOG.md @@ -34,8 +34,15 @@ Tested: - Frontend typecheck and production build passed. - `bash scripts/run_readiness_check.sh` (`556 passed`; one Alembic head; frontend typecheck/build and script syntax gates passed). +Runtime evidence: +- Pushed commit `7997a72`, rebuilt the all-in-one Tower runtime and passed container health, PostGIS 3.6, Alembic head `202607140001` and browser-proxy verification. +- Repeated the exact defect path: full regional parcels returned 415,288 objects over 1,399.25 km2; switching the work Area to Mol immediately cleared the old result and selection. +- A fresh Mol full-Area run returned 33,038 parcels over 114.55 km2 plus 36,941 buildings, 3,669 water objects and 8,444 roads from the regional datasets. +- Viewport guidance said `parcels`; zooming below the display cap loaded 525 visible PostGIS features over the OpenStreetMap basemap. +- In-app browser checks at 1280x720 and 3440x1440 found no horizontal overflow, blank canvas, console warning or console error. The temporary ultrawide override was reset. + Next: -- Deploy and repeat the exact regional full-Area analysis followed by a Mol Area switch; no stale regional result or hardcoded building guidance may remain. +- Extend official population and land-use time series from Mol to the approved regional scope. ## Sprint 169 Filtered YOLO candidate gate and operator hardening (2026-07-12)