Initial public ModelForge release

This commit is contained in:
Jens
2026-09-01 21:30:16 +02:00
commit 7082ab955a
490 changed files with 104252 additions and 0 deletions
@@ -0,0 +1,16 @@
# ADR-0036: External-truth cutover and reconciliation
## Status
Accepted in M13 on 2026-08-26.
## Decision
Cutover uses a durable operation journal, immediate CAS/source check and adapter-owned atomic
primitive. Database commit follows verified external identity and health. Startup reconciliation
requires measured external truth and chooses commit, rollback or manual intervention conservatively.
## Consequences
ModelForge does not pretend to provide a distributed transaction. Crash windows are explicit,
idempotent and auditable; ambiguous state cannot silently become production.