Initial GeoIntel V1 foundation
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
# M10 Ultra Preparation
|
||||
|
||||
M10 adds a stronger Codex autonomy layer:
|
||||
|
||||
- autonomous build charter;
|
||||
- Codex start-here guide;
|
||||
- pass sequence;
|
||||
- master prompt;
|
||||
- geometry contracts;
|
||||
- CRS policy;
|
||||
- security and secret handling;
|
||||
- performance budgets;
|
||||
- observability plan;
|
||||
- connector guide;
|
||||
- model adapter guide;
|
||||
- QA/QC matching algorithm;
|
||||
- frontend state machine;
|
||||
- UI copy bank;
|
||||
- repo hygiene rules;
|
||||
- V1 release gate;
|
||||
- implementation tickets;
|
||||
- API example payloads;
|
||||
- final pre-Codex checklist.
|
||||
|
||||
This milestone aims to make tomorrow's Codex build significantly more autonomous while preserving strict product boundaries.
|
||||
@@ -0,0 +1,11 @@
|
||||
# Release Notes — v0.0 M2 Engineering Package
|
||||
|
||||
This is not an application release. It is a repository preparation milestone for autonomous Codex development.
|
||||
|
||||
## Main value
|
||||
|
||||
Codex now has fewer architecture choices to invent. The repo contains decision records, contracts, engineering rules, fixtures, and build prompts.
|
||||
|
||||
## Next recommended action
|
||||
|
||||
Run Codex Pass 01 using `prompts/codex/PASS_01_BACKEND_FOUNDATION.md`.
|
||||
@@ -0,0 +1,22 @@
|
||||
# Release Notes — v0.0 M3 Implementation Readiness
|
||||
|
||||
This is a documentation and repository preparation release.
|
||||
|
||||
## Added
|
||||
|
||||
- implementation epics
|
||||
- build tickets
|
||||
- migration plan
|
||||
- seed data plan
|
||||
- local dev runbook
|
||||
- backend package map
|
||||
- frontend route map
|
||||
- module contracts
|
||||
- job lifecycle
|
||||
- Codex pass matrix
|
||||
- additional Codex prompts
|
||||
- known limitations
|
||||
|
||||
## Purpose
|
||||
|
||||
Prepare the repository for Codex-driven implementation without requiring major architecture decisions during coding.
|
||||
@@ -0,0 +1,18 @@
|
||||
# v0.11 — M11 Architect Audit & Control Layer
|
||||
|
||||
This release turns the GeoIntel preparation repo into a stricter architecture-controlled implementation repo.
|
||||
|
||||
## Highlights
|
||||
|
||||
- One canonical `START_HERE` document.
|
||||
- Constitution, forbidden decisions and architecture invariants.
|
||||
- Canonical domain model definitions.
|
||||
- GIS/raster standards.
|
||||
- State machines and data lifecycle.
|
||||
- Golden paths and build dependency graph.
|
||||
- Error catalog and canonical performance budgets.
|
||||
- M11 Codex architect master prompt.
|
||||
|
||||
## Purpose
|
||||
|
||||
The goal is to reduce Codex ambiguity before implementation starts. Older handoff documents remain available, but M11 defines the precedence and operating model.
|
||||
@@ -0,0 +1,21 @@
|
||||
# v0.12 — M12 Final Run Readiness Layer
|
||||
|
||||
This release turns the M11 architect audit repo into a directly executable Codex preparation package.
|
||||
|
||||
## Added
|
||||
|
||||
- Root `CODEX_START.md` as the shortest canonical entry point.
|
||||
- Final run-readiness docs under `docs/20-run-readiness/`.
|
||||
- Final Day 1 Codex master prompt under `prompts/codex/final/`.
|
||||
- Final pass prompts for Pass 00, Pass 01 and Pass 02.
|
||||
- `scripts/preimplementation_audit.py`.
|
||||
- `scripts/run_readiness_check.sh`.
|
||||
- Root `Makefile` with `make readiness`.
|
||||
|
||||
## Changed
|
||||
|
||||
- README now points to M12 and the final run path.
|
||||
|
||||
## Intent
|
||||
|
||||
Reduce manual work tomorrow by giving Codex one obvious entry point, one pass sequence, one first prompt, and a simple readiness command.
|
||||
@@ -0,0 +1,17 @@
|
||||
# v0.4 — M4 Autonomous Build Readiness
|
||||
|
||||
This release adds the documentation and fixtures required for longer autonomous Codex implementation passes.
|
||||
|
||||
## Highlights
|
||||
- Clear sprint board.
|
||||
- Module build contracts.
|
||||
- Acceptance tests.
|
||||
- Service IO contracts.
|
||||
- UI route/state contracts.
|
||||
- Job lifecycle contract.
|
||||
- Demo model registry seed.
|
||||
- Geel demo fixtures.
|
||||
- Codex prompts per pass.
|
||||
|
||||
## Next
|
||||
M5 should add concrete migration SQL, OpenAPI draft, component prop contracts and test skeletons.
|
||||
@@ -0,0 +1,22 @@
|
||||
# GeoIntel v0.5 — M5 Operational Readiness
|
||||
|
||||
## Toegevoegd
|
||||
- Operational readiness documentatie.
|
||||
- CI/CD-specificatie.
|
||||
- Healthcheck-contracten.
|
||||
- Observability plan.
|
||||
- Troubleshooting runbook.
|
||||
- Releaseproces.
|
||||
- Rollback- en recoveryregels.
|
||||
- Dependency lock plan.
|
||||
- Security checklist.
|
||||
- Data privacy en licensing notities.
|
||||
- External services adaptercontracten.
|
||||
- Geospatial validation rules.
|
||||
- Build governance.
|
||||
- Codex passdocumenten voor Pass 0 tot Pass 6.
|
||||
- Long autonomous Codex build prompt.
|
||||
- Smoke scripts voor repo/docs/contracts/backend import.
|
||||
|
||||
## Volgende logische stap
|
||||
M6 kan zich richten op echte code-scaffolding: backend app, database migrations, API schemas, frontend shell en eerste project/dataset flows.
|
||||
@@ -0,0 +1,27 @@
|
||||
# GeoIntel v0.9 — M9 Max Preparation
|
||||
|
||||
This release adds a heavy preparation layer intended to maximize Codex autonomy before implementation.
|
||||
|
||||
## Added
|
||||
|
||||
- M9 max preparation pack.
|
||||
- Day-one Codex master prompt.
|
||||
- Autonomous build doctrine.
|
||||
- Build pass scorecards.
|
||||
- Build blocker and recovery guide.
|
||||
- Real vs demo data policy.
|
||||
- Detailed data contracts.
|
||||
- Geospatial edge case catalog.
|
||||
- UI state specification.
|
||||
- API validation examples.
|
||||
- Implementation review script.
|
||||
- Regression map.
|
||||
- Gap-to-task conversion rules.
|
||||
- Module dataflow checklist.
|
||||
- Final pre-code checklist.
|
||||
- Long-form Codex prompt variants.
|
||||
- Implementation gap report template.
|
||||
|
||||
## Purpose
|
||||
|
||||
Make the repository as ready as possible for a long autonomous Codex build session.
|
||||
Reference in New Issue
Block a user