From a375bc79d1fad05c5bb347e9097100284f415b0a Mon Sep 17 00:00:00 2001 From: Codex Date: Thu, 18 Jun 2026 01:36:03 +0200 Subject: [PATCH] Record demo cleanup smoke verification --- docs/CODEX_EXECUTION_LOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/CODEX_EXECUTION_LOG.md b/docs/CODEX_EXECUTION_LOG.md index dbd3c55e..4cdf282e 100644 --- a/docs/CODEX_EXECUTION_LOG.md +++ b/docs/CODEX_EXECUTION_LOG.md @@ -2310,9 +2310,13 @@ Tested: - `python -m py_compile scripts/cleanup_demo_artifacts.py backend/scripts/cleanup_demo_artifacts.py` - `cd backend && python -m pytest tests/test_readiness_gate.py tests/test_sprint24_cleanup_demo_artifacts.py -q` (`18 passed`) - `bash scripts/run_readiness_check.sh` (`219 passed`) +- `powershell -NoProfile -ExecutionPolicy Bypass -File scripts/deploy_tower.ps1` +- Tower live migration smoke passed. +- Tower browser runtime verification passed on `http://192.168.10.150:1202`. +- Tower cleanup dry-run smoke passed with `matched=51`, `type_filtered=17`, `selected=7`, `deleted=0`. Open: -- Commit, deploy Tower, then run the live smoke against Tower's all-in-one container. +- None for this pass. Limitations: - The readiness gate checks this live smoke's syntax only. The actual cleanup dry-run still requires a running backend/PostGIS runtime.