pub const WORKER_LEAF_VERBS: &[Verb];
The Worker verbs shared across all workers — the minimum a leaf needs, with no sub-task spawning. If we introduce Role::WorkerLeaf in the future, that role gets allowed against this slice.
Role::WorkerLeaf