Skip to main content
ctrlrun.AuthorityResult — class, defined at src/ctrlrun/authority.py:457
What the authority axis decided, and which grant it decided on (§4.8). The four trailing fields carry §7’s AUTHORITY_DENIED evidence: the dimension a §5.6 rule-4 step failed on, the missing_parent_id of rule 1, the expired_parent_id of rule 3, and rule 5’s depth_exceeded or cycle_at. They exist because rules 1, 3, 4, 5 and 6 all report authority_escalation, so without them five guards would be indistinguishable in evidence and no test could tell which had run.

Next