docs: record Atlas deployment evidence
GeoIntel release gates / Compile, test, contracts and builds (push) Canceled after 0s
GeoIntel release gates / Python and npm vulnerability policy (push) Canceled after 0s
GeoIntel release gates / GIS image, SBOM and container scan (push) Canceled after 0s

This commit is contained in:
Jens
2026-07-26 00:48:09 +02:00
parent 27f4185a1b
commit 15b31b981c
+7 -2
View File
@@ -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.