Initial public release
GeoIntel release gates / Compile, test, contracts and builds (push) Successful in 1m49s
GeoIntel release gates / Python and npm vulnerability policy (push) Successful in 21s
GeoIntel release gates / Production AI image, SBOM and container scan (push) Successful in 5m39s
GeoIntel release gates / Deploy exact gated revision to Unraid (push) Failing after 58m43s

This commit is contained in:
Jens
2026-08-31 21:56:53 +02:00
commit faeb58ef6d
1386 changed files with 263203 additions and 0 deletions
@@ -0,0 +1,43 @@
# Improvement Policy
GeoIntel should be strict enough for autonomous execution but flexible enough for good engineering.
## Desired improvements
Codex is encouraged to improve:
- typed API clients;
- service boundaries;
- validation specificity;
- reusable geospatial utilities;
- test determinism;
- frontend state handling;
- developer commands;
- logging and diagnostics;
- small UX clarity improvements.
## Undesired improvements
Do not add:
- unrelated dashboards;
- user accounts before V1;
- payment/billing;
- social features;
- generic file manager replacing dataset manager;
- raw LLM chatbot as a central feature;
- unsupported live data scraping;
- excessive styling frameworks beyond the chosen frontend stack.
## Improvement report format
When making improvements beyond the exact prompt, add:
```text
IMPROVEMENT:
- what changed
- why it helps GeoIntel
- why it does not change scope
```
inside `docs/CODEX_EXECUTION_LOG.md`.