Initial public release
GeoIntel release gates / Compile, test, contracts and builds (push) Successful in 1m49s
GeoIntel release gates / Python and npm vulnerability policy (push) Successful in 21s
GeoIntel release gates / Production AI image, SBOM and container scan (push) Successful in 5m39s
GeoIntel release gates / Deploy exact gated revision to Unraid (push) Failing after 58m43s

This commit is contained in:
Jens
2026-08-31 21:56:53 +02:00
commit faeb58ef6d
1386 changed files with 263203 additions and 0 deletions
@@ -0,0 +1,29 @@
# End-of-Pass Review Prompt
Use this prompt at the end of every Codex implementation pass.
```text
You are reviewing your own GeoIntel implementation pass.
Do not add new features during this review. Inspect the changed files, run available checks, and produce fixes only for issues introduced by this pass.
Review against:
- docs/12-build-control/M7_IMPLEMENTATION_CONTROL_LAYER.md
- docs/11-quality/SELF_REVIEW_CHECKLIST.md
- docs/11-quality/REGRESSION_TRAPS.md
- docs/13-implementation-traps/GEOSPATIAL_CALCULATION_RULES.md
- docs/13-implementation-traps/API_RESPONSE_RULES.md
- docs/12-build-control/CODEX_DECISION_BOUNDARIES.md
Tasks:
1. Summarize changed files.
2. Identify contract drift.
3. Identify missing tests.
4. Identify geospatial correctness risks.
5. Identify UI state gaps.
6. Fix safe issues immediately.
7. Update CHANGELOG.md and docs/BUILD_STATUS.md.
8. List remaining risks and the next recommended pass.
Do not hide failures. If a test cannot run, document why and what command should be run later.
```