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,17 @@
# ADR-0010: Immutable, explicitly approved download plans
## Status
Accepted — 2026-08-25
## Decision
A download is derived from an immutable exact commit and selected file inventory. Its canonical
payload, target, expected bytes/checksums, preflights, expiry and idempotency hash cannot change.
Plan creation and approval are separate actions. Mutable refs and stale/unapproved plans cannot
execute.
## Consequences
Operators review the precise transfer before bytes move; retries reuse the same intent; upstream
movement requires a new revision and plan; duplicate execution resolves to one job.