Document live assistant and responsive validation
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-16 04:17:38 +02:00
parent 43dd5359ba
commit d730471440
2 changed files with 23 additions and 2 deletions
+5
View File
@@ -28,6 +28,11 @@
score answers remain readable without exposing raw floating-point tails. score answers remain readable without exposing raw floating-point tails.
- Prevented an area-weighted population estimate from retaining model phrases - Prevented an area-weighted population estimate from retaining model phrases
such as "official count" when its persisted metric is marked as estimated. such as "official count" when its persisted metric is marked as estimated.
- Preserved Dutch sentence casing and word order when the estimate guard
rewrites contradictory population wording in a generated answer.
- Fixed the narrow-screen geographic explorer cascade so the theme selector,
map and results stack at their container width instead of retaining the
generic section grid and clipping the map horizontally.
## Sprint 213-214 Cross-domain area profile (2026-07-16) ## Sprint 213-214 Cross-domain area profile (2026-07-16)
+18 -2
View File
@@ -24,6 +24,12 @@ Changed:
an official count before acknowledging it as an estimate. The deterministic an official count before acknowledging it as an estimate. The deterministic
estimate guard now removes that contradictory label whenever persisted estimate guard now removes that contradictory label whenever persisted
population context is estimated. population context is estimated.
- Preserved sentence casing and natural Dutch word order in that deterministic
rewrite after the browser regression exposed an awkward replacement phrase.
- A 390 px browser pass exposed a CSS-specificity conflict: the generic
`section > div` grid overruled the explorer's responsive `display: block`.
The geographic layout is now excluded from that generic rule and has a
regression assertion for its mobile stacking contract.
Validation evidence: Validation evidence:
- A read-only live production-chain probe with the 1,200-token setting - A read-only live production-chain probe with the 1,200-token setting
@@ -46,10 +52,20 @@ Validation evidence:
- Browser validation then showed all six new themes as available and returned - Browser validation then showed all six new themes as available and returned
3,638.41 ha space occupation, 31.76% share and the full 15-theme Mol summary 3,638.41 ha space occupation, 31.76% share and the full 15-theme Mol summary
from persisted data. from persisted data.
- The final Tower deployment at commit `43dd535` passed container health,
browser proxy/icon checks, PostGIS 3.6 schema validation and Alembic head
`202607160001`.
- The exact six-theme Mol assistant regression returned 2,575 readable
characters covering every requested theme, with no Markdown, contradictory
official-count wording or unrelated theme. The 390 px explorer measured
317 px for theme, map and results panels with no page overflow; desktop and
widescreen map checks remained clean and browser logs contained no warnings.
Next: Next:
- Deploy, rerun the exact six-theme Dutch question and verify the end-user - Roll out the five governed thematic rasters municipality by municipality to
response and responsive assistant UI in the browser. the remaining 27 Kempen Areas, with storage/runtime monitoring and an audit
after each batch. Keep DOV soil expansion separate until its operator is
generalized beyond the current explicit Mol boundary.
## Sprint 213-214 Cross-domain thematic rasters and DOV soil map (2026-07-16) ## Sprint 213-214 Cross-domain thematic rasters and DOV soil map (2026-07-16)