Files
geointel/prompts/codex/M4_PASS_02_DATABASE_DOMAIN.md
T
Codex 6ea3586a3e
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled
Initial GeoIntel V1 foundation
2026-06-16 23:36:32 +02:00

26 lines
479 B
Markdown

# Codex Pass 02 — Database & Domain Models
Task:
Implement database models and baseline migrations for the GeoIntel core domain.
Read:
- docs/DATABASE_SCHEMA.md
- contracts/database/*
- docs/MODULE_BUILD_CONTRACTS.md
Required:
- projects
- areas
- datasets
- analysis_runs
- detections
- segmentations
- metrics
- quality_checks
- exports
Acceptance:
- Migration can be generated/applied.
- Geometry strategy documented in code comments where relevant.
- Model tests pass.