Architecture · 02 of 19 · Two planes
Committing every session to git would be slow, noisy, rate-limited and unreviewable. So ephemeral, bounded, disposable things are created as claims, and everything that outlives a run stays a reviewed commit.
Principle, revised
Every durable mutation is a git commit. An ephemeral one is a declarative claim to an already-privileged control plane (Crossplane), never a direct write. That is still delegate-to-the-audited-system, and still dev-only.
The ephemerality test
What this costs
Clearance now holds one Kubernetes permission: create, get, patch and delete AgentRun in autopilot-runs, on dev clusters. That is a real departure from zero write credentials, so it is one kind in one namespace, and the composition, not the caller, decides what gets created.