Files
geointel/prompts/codex/review/CONTRACT_DRIFT_AUDIT_PROMPT.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

630 B

Contract Drift Audit Prompt

Audit GeoIntel for contract drift.

Compare implementation against:
- contracts/api/
- docs/API_SPECIFICATION.md
- docs/API_CONTRACTS.md
- docs/DATABASE_SCHEMA.md
- docs/13-implementation-traps/API_RESPONSE_RULES.md

Find mismatches in:
- endpoint paths
- HTTP methods
- request fields
- response envelopes
- error shape
- status enum
- date/timestamp fields
- geometry fields
- frontend TypeScript types
- test expectations

Fix safe mismatches by aligning implementation to existing contracts. If the contract itself is clearly incomplete, update docs and explain why in CHANGELOG.md.