Dashboard › opencode › Replace local ownership with durable mu…
01a0aeda-e7e2-7d59-a8d3-9dc179149becWhen session execution may run in a cluster, replace process-local ownership with durable, database-backed ownership. Coordinate work through persisted execution claims containing execution and owner identities, enforce ownership checks before processing or mutation, renew leases while work is active, and reject stale work after ownership changes. Local routing may remain an implementation boundary for single-process execution, but it must not be the source of truth for ownership in multi-node deployments.