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
+24
View File
@@ -0,0 +1,24 @@
# Codex Start Here
Read these files first, in this exact order:
1. `README.md`
2. `AGENTS.md`
3. `docs/18-ultra-prep/AUTONOMOUS_BUILD_CHARTER.md`
4. `docs/V1_SCOPE_FREEZE.md`
5. `docs/SERVICE_ARCHITECTURE.md`
6. `docs/REPOSITORY_CONVENTIONS.md`
7. `docs/API_CONTRACTS.md`
8. `docs/DATABASE_IMPLEMENTATION_PLAN.md`
9. `docs/18-ultra-prep/CRITICAL_PATH_TO_V1.md`
10. `docs/18-ultra-prep/BUILD_PASS_TEMPLATE.md`
Then execute the first incomplete pass from:
- `prompts/codex/M10_PASS_SEQUENCE.md`
Rules:
- Do not skip ahead.
- Do not start UI polish before backend contracts exist.
- Do not fake geospatial processing; return honest pending/unavailable states.
- Update TODO/checklists after every pass.