Context

Multi-workspace teams need agents on machine A to hand off to agents on machine B securely.

Decision

Use Ed25519 keypairs for inter-instance authentication. Each instance holds a private key; public keys are exchanged via a registry.

Consequences

Enables distributed agent meshes. Key management complexity. Pending security audit.

← ADR-012ADR-014