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
+81
View File
@@ -0,0 +1,81 @@
# M9 Regression Map
These are the most likely regressions during autonomous builds.
## API Envelope Drift
Risk: some endpoints return raw data while others return envelopes.
Prevention:
- central response helper,
- API client tests,
- sample responses.
## Geometry Stored Incorrectly
Risk: GeoJSON stored as text everywhere.
Prevention:
- PostGIS geometry columns,
- schema tests,
- validation utilities.
## Demo Data Masquerades as Real Data
Risk: UI shows fixture metrics without labeling them.
Prevention:
- source_mode field,
- demo badge,
- no fallback-to-fixture for external failures.
## Frontend State Duplication
Risk: every component fetches differently.
Prevention:
- central API client,
- shared hooks,
- state contracts.
## Heavy AI Implemented Too Early
Risk: Codex spends time on YOLO/SAM before storage and datasets work.
Prevention:
- pass scorecards,
- V1 ordering,
- disabled state for model features.
## CRS Ignored
Risk: area/length values wrong.
Prevention:
- CRS field mandatory,
- projected calculations documented,
- geospatial edge cases.
## Docs Not Updated
Risk: implementation diverges from specs.
Prevention:
- Definition of Done includes docs,
- execution log mandatory.
## Root Folder Pollution
Risk: scripts and generated outputs appear at root.
Prevention:
- repository conventions,
- review script.