From fcd7d6ebeea04ec995e7d08e3a31aa53b4b3af6e Mon Sep 17 00:00:00 2001 From: Codex Date: Tue, 23 Jun 2026 18:21:24 +0200 Subject: [PATCH] Record raster handoff live validation --- docs/CODEX_EXECUTION_LOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/CODEX_EXECUTION_LOG.md b/docs/CODEX_EXECUTION_LOG.md index edb4491a..a5917c6d 100644 --- a/docs/CODEX_EXECUTION_LOG.md +++ b/docs/CODEX_EXECUTION_LOG.md @@ -19,13 +19,20 @@ 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. +- `powershell -NoProfile -ExecutionPolicy Bypass -File scripts\deploy_tower.ps1` passed and redeployed `aa41dfa` to Tower on port 1202. +- Deploy-time live migration smoke passed after the database became ready on attempt 2; PostGIS reported `3.6 USE_GEOS=1 USE_PROJ=1 USE_STATS=1`, required runtime schema objects were present and Alembic head was `202606120900`. +- Deploy-time browser runtime verification passed for frontend, API proxy and icon. +- `bash scripts/verify_demo_raster_workflow.sh http://192.168.10.150:1202` passed: inspect, preview, stats and `raster.tile`. +- `bash scripts/verify_workbench_default_state.sh http://192.168.10.150:1202` passed with `3/3 ready` datasets. +- `bash scripts/verify_workbench_interactions.sh http://192.168.10.150:1202` passed. +- Live frontend bundle check confirmed `Latest tile manifest` and `Use in Detection Lab` markers in `/assets/index-gJWV1CAi.js`. Limitations: - Frontend handoff only; no API contract, migration, provider fetching, AI inference or model behavior changes. - The Detection Lab still follows the existing model availability and explicit-run constraints. Next recommended pass: -- Run full readiness, redeploy, then validate the demo raster tile flow and Detection Lab prefill live on `http://192.168.10.150:1202`. +- Add a browser interaction smoke for clicking the raster manifest handoff into Detection Lab, or continue with segmentation tile-manifest prefill parity. ## Sprint 98 demo raster workflow smoke (2026-06-23)