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
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:
@@ -0,0 +1,28 @@
|
||||
# Day 1 Operator Checklist
|
||||
|
||||
Use this checklist while running Codex.
|
||||
|
||||
## Before starting
|
||||
|
||||
- [ ] Extract latest full ZIP.
|
||||
- [ ] Open repo in development environment.
|
||||
- [ ] Ensure Docker/Postgres/PostGIS are available if implementation reaches DB stage.
|
||||
- [ ] Provide Codex with `prompts/codex/day-1/00_START_HERE.md`.
|
||||
|
||||
## During each pass
|
||||
|
||||
- [ ] Codex read required docs.
|
||||
- [ ] Codex changed only pass-relevant files.
|
||||
- [ ] Codex ran validation or explained why not.
|
||||
- [ ] Codex updated execution log.
|
||||
- [ ] Codex reported changed files.
|
||||
- [ ] Codex did not silently change architecture.
|
||||
|
||||
## After Day 1
|
||||
|
||||
- [ ] Backend starts or documented blocker exists.
|
||||
- [ ] Frontend starts/builds or documented blocker exists.
|
||||
- [ ] API contracts match actual behavior.
|
||||
- [ ] TODO reflects reality.
|
||||
- [ ] CHANGELOG updated.
|
||||
- [ ] Next pass is clear.
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user