From 15b31b981ce2a1e4436d3d3909c9e5845ca846ca Mon Sep 17 00:00:00 2001 From: Jens Date: Sun, 26 Jul 2026 00:48:09 +0200 Subject: [PATCH] docs: record Atlas deployment evidence --- docs/UX_PREMIUM_ATLAS_PASS_2026-07-26.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/UX_PREMIUM_ATLAS_PASS_2026-07-26.md b/docs/UX_PREMIUM_ATLAS_PASS_2026-07-26.md index 2f529720..1c6c8ca4 100644 --- a/docs/UX_PREMIUM_ATLAS_PASS_2026-07-26.md +++ b/docs/UX_PREMIUM_ATLAS_PASS_2026-07-26.md @@ -26,9 +26,14 @@ The new layer lives in `frontend/src/styles/atlas-premium-v2.css` and loads afte - frontend TypeScript check: passed; - frontend production build: passed; - frontend dependency audit: 0 vulnerabilities; -- backend suite after removal of the accidental DockDeck overlay: application/runtime contracts recovered; the remaining local failures are Windows Bash invocation incompatibilities and must be rechecked in the Linux release runtime; -- RC9 responsive production audit: pending deployment of this candidate. +- backend suite after removal of the accidental DockDeck overlay: 1,102 non-Bash/runtime tests pass; five script checks remain incompatible with the local Windows Bash shim; +- immutable Tower image build: passed, including frontend production build and zero-vulnerability npm audit; +- Tower readiness: passed for database, PostGIS, Alembic migration, storage, and build revision; +- production landing smoke: passed with no console errors or horizontal overflow; +- authenticated RC9 automation remains unavailable because production operator authentication is enabled and the audit runner intentionally has no credential bypass. ## Repository correction Commit `d5ea270` accidentally overlaid DockDeck root/runtime files onto GeoIntel. This pass restores every path touched by that overlay to the last clean GeoIntel revision (`9db6cca`) while retaining the intended GeoIntel frontend work. The authoritative remote remains `git@gitea.itworx.tech:Jens/geointel.git`. + +The Tower deployment key default is now `$HOME/.ssh/itworx_unraid_deploy`, the repository default is `Jens/geointel`, and PowerShell-to-Bash script transfer normalizes line endings to LF.