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
+31
View File
@@ -0,0 +1,31 @@
# SPRINT 1 OPERATOR CHECKLIST
Use this before and after the first Codex implementation run.
## Before Codex starts
- [ ] Unzip latest full repo.
- [ ] Open `CODEX_START.md`.
- [ ] Confirm M14 is current milestone.
- [ ] Run `make readiness`.
- [ ] Give Codex `prompts/codex/m14/CODEX_FIRST_DAY_MASTER_PROMPT.md`.
- [ ] Tell Codex to build Sprint 1 only.
## During Codex run
- [ ] Reject scope expansion beyond Sprint 1.
- [ ] Require tests or smoke checks after each pass.
- [ ] Ask Codex to record blockers, not work around architecture.
- [ ] Keep GRB/Sentinel/LiDAR out of Sprint 1 implementation.
## After Codex run
- [ ] Backend starts.
- [ ] Frontend starts.
- [ ] Database/PostGIS works.
- [ ] Health endpoint works.
- [ ] GeoJSON fixture still validates.
- [ ] Map renders.
- [ ] Dataset metadata workflow works.
- [ ] Changelog/status updated.
- [ ] Next pass is clear.