Initial GeoIntel V1 foundation
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-06-16 23:36:32 +02:00
commit 6ea3586a3e
605 changed files with 45284 additions and 0 deletions
@@ -0,0 +1,26 @@
# Contract Drift Audit Prompt
```text
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.
```