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-0009: Node-local artifact acquisition
## Status
Accepted — 2026-08-25
## Decision
The control plane owns Hub metadata, immutable plans and job state. The selected compute node's
outbound agent downloads and verifies bytes against its locally mounted approved storage root.
Artifact operations are a closed typed protocol, not shell/SSH/command execution.
## Consequences
Capacity and path safety are evaluated where the bytes live, GPU Node needs no inbound service, and
credentials/jobs remain node-scoped. SSH remains deployment/debug tooling outside the ModelForge
runtime protocol.