Skip to content

RFC-023: ENFORCE Broadcast — Ephemeral Distributed Enforcement for Governed Autonomy — 8. ENFORCE Signal Types

AIGP SpecificationRFC-023: ENFORCE Broadcast — Ephemeral Distributed Enforcement for Governed Autonomy › 8. ENFORCE Signal Types

← 7. ENFORCE Signal Model · Section index · 9. Compact VGL Form →

8. ENFORCE Signal Types

8.1 DENY_ENTRY

Prevents actors from entering a scope.

command:
action: deny_entry
object: zone.E
reason: collapse_risk

8.2 DENY_ACTION

Prevents a specific action.

command:
action: deny_action
prohibited_action: send_external_email
reason: pii_detected

8.3 INHIBIT_CAPABILITY

Disables a capability.

command:
action: inhibit_capability
capability: force_capability
reason: civilian_presence_detected

8.4 DEGRADE_AUTONOMY

Reduces autonomy.

command:
action: degrade_autonomy
target_mode: supervised
reason: sensor_confidence_low

8.5 RETURN_TO_BASE

Requires return to base, checkpoint, or safe zone.

command:
action: return_to_base
reason: comms_loss

8.6 PAUSE_OR_HOLD

Requires temporary halt.

command:
action: pause_or_hold
reason: peer_conflict_detected

8.7 QUARANTINE_ACTOR

Isolates an actor.

command:
action: quarantine_actor
target_actor: agent.devops.7
reason: governance_conflict

8.8 ESCALATE_TO_HUMAN

Requires human review.

command:
action: escalate_to_human
reason: identity_confidence_below_threshold

8.9 ACTIVATE_COGNITIVE_SAFETY

Activates cognitive harm constraints.

command:
action: activate_cognitive_safety
reason: delusion_reinforcement_risk


← 7. ENFORCE Signal Model · Section index · 9. Compact VGL Form →