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,46 @@
# M9 Final Pre-Code Checklist
Before starting a long Codex build session, verify:
## Repository
- [ ] Full zip extracted cleanly.
- [ ] Git initialized.
- [ ] Initial commit made before Codex changes.
- [ ] `.env.example` exists.
- [ ] Docker Compose file exists.
- [ ] README explains the project.
## Codex Input
- [ ] Master prompt available.
- [ ] Build order available.
- [ ] Definition of Done available.
- [ ] Scorecards available.
- [ ] Failure recovery available.
## Scope
- [ ] V1 scope freeze read.
- [ ] No LiDAR in first pass.
- [ ] No training studio in first pass.
- [ ] No QGIS plugin in first pass.
- [ ] No advanced Sentinel implementation in first pass.
## Expected First Output
- [ ] Pass 0 audit.
- [ ] Execution log.
- [ ] Build status.
- [ ] Gap report.
## Local Environment
- [ ] Docker available.
- [ ] Node available.
- [ ] Python available.
- [ ] PostgreSQL/PostGIS preferably via Docker.
## Human Intervention Rules
Only intervene if Codex asks to change a frozen decision or cannot proceed due to environment failure.