pub const TASK_CONSENT: &str = "task_consent";Expand description
Task-execution consent for the PDP’s requireConsent disposition: pending
approvals keyed by payload digest, and granted consents a re-submitted task
consumes. Distinct from CONSENT (messaging-bridge conversation consent).
One policy::consent::PendingTaskConsent per pending:<digest> and
policy::consent::TaskConsentGrant per grant:<digest>:<requester>.
Durable operator-facing security state → BACKED_UP.