1.6 KiB
1.6 KiB
M6 Next-day Execution Checklist
Use this tomorrow before starting Codex.
Local prep
- Extract the latest full zip into the working folder.
- Open the repo root in Codex.
- Confirm
AGENTS.mdis visible. - Confirm docs folder is intact.
- Confirm
.env.exampleis present. - Confirm Docker is available if using containerized PostGIS.
- Create a new git branch:
build/foundation-v0-1.
First Codex instruction
Start with:
prompts/codex/PASS_00_REPO_AUDIT.md
Do not ask Codex to build yet. First ask it to audit, summarize, and identify blockers.
Build order
- PASS 00 — Repo audit
- PASS 01 — Backend foundation
- PASS 02 — Database + models
- PASS 03 — Project + area API
- PASS 04 — Dataset manager
- PASS 05 — Raster/vector metadata
- PASS 06 — Frontend shell
- PASS 07 — Map workbench
- PASS 08 — QA fixtures and smoke tests
- PASS 09 — Detection service scaffold
- PASS 10 — Export pipeline
After every pass
- Ask Codex for changed files.
- Ask Codex for tests run.
- Ask Codex for remaining blockers.
- Commit after passing smoke tests.
- Do not merge broken states.
Minimal commit message format
feat(scope): short description
- changed thing
- changed thing
- tests: command/result
When to interrupt Codex
Interrupt if Codex:
- starts implementing LiDAR in V1;
- changes the stack;
- uses mock-only data for core flows;
- skips backend persistence;
- adds authentication;
- hardcodes data paths outside the storage spec;
- removes PostGIS assumptions;
- marks placeholder pages as done.