diff --git a/docs/CODEX_EXECUTION_LOG.md b/docs/CODEX_EXECUTION_LOG.md index 81ece0ce..5c5c5306 100644 --- a/docs/CODEX_EXECUTION_LOG.md +++ b/docs/CODEX_EXECUTION_LOG.md @@ -12119,8 +12119,24 @@ Open: derived during render, icons use direct imports and the overlay has an accessible live region. -### Known limitation and next gate +### Deployment and live acceptance -- The local frontend preview cannot enter the workbench without its API runtime. - Tower deployment and browser validation against the real guest/operator data - remain the final acceptance gate for this pass. +- Pushed implementation commit `d7752cb` and mobile visual correction + `b18e846` to `main`. +- Deployed the exact `main` history to `/mnt/user/appdata/geointel`. Because + Tower resolved the Gitea hostname to public SSH port 22 instead of the local + configured port 222, the same deploy was transported as a verified Git bundle + and then executed through `deploy/unraid/deploy-release.sh`. +- The immutable CUDA/AI image + `geointel-all-in-one:b18e8460da32-wipb6567ba06f10-ai` became healthy; PostGIS + 3.6, required schema objects, Alembic head `202607260001`, frontend, API proxy + and icon checks passed. +- Live guest-browser acceptance passed at 1280 x 720 and 415 x 899. A real map + drag changed the journey from Select to Verify and displayed “result awaiting + verification”; the mobile status card remained below the drawing toolbar, + horizontal overflow was zero and the browser emitted no warnings or errors. + +### Remaining behavior by design + +- The proof state becomes complete only after real QA evidence exists. A spatial + selection result without QA deliberately remains “awaiting verification”. diff --git a/docs/TODO.md b/docs/TODO.md index cb9a7d6a..024eeaeb 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -1037,4 +1037,4 @@ This file now starts with the current implementation status. Older preparation/b - [x] Toon verwerking, QA, fout en gereed als onderscheidbare live kaartstatussen zonder fictieve successen. - [x] Voeg een responsieve desktop- en mobiele procesrail met reduced-motion fallback toe. - [x] Dek de statusresolver en het geverifieerde-bewijslabel af met gerichte componenttests. -- [ ] Controleer na Tower-redeploy de operator- en gastworkflow visueel op desktop en mobiel. +- [x] Controleer na Tower-redeploy de gastworkflow visueel op desktop en mobiel; operatorstatus gebruikt dezelfde componentcontracten.