pub const MAX_DELEGATION_DEPTH: u8 = 8;
Maximum delegation depth for capabilities (ADR-132).
Limits how many times a capability can be re-granted. Prevents unbounded authority chains that complicate revocation.