Lecture 4.2
Module 2 took apart the definition, the rule, the exception. This lecture takes apart the authority object itself: the fields it carries — issuer, jurisdiction, scope, delegation, version, effective period, constraints, evidence requirements, lifecycle state, integrity — and what each one is for. The claim is that authority can be an object with an anatomy, not an instruction buried in an application.
Supports Law 1 — Authority Must Be Explicit Before It Can Be Executed. →Learning objectives
After this lesson, the reader should understand:
Concept framework
Fields of the object
Case study
A rule lives as `if amount > limit: escalate` inside a service. The limit changes. What can the institution do with that rule as an object?
Almost nothing. It cannot ask which version was in force last quarter, who is delegated to change the limit, what evidence the escalation requires, or whether three other services carry the same line with a different number. The rule is real but it has no handle: nothing to version, delegate, revoke, or inspect. Turned into an artifact, the same rule gains an issuer, an effective period, a delegation, an evidence requirement, and a seal — and every one of those questions becomes answerable. The anatomy is what makes authority governable rather than merely present. This lecture stays at the level of the object and its fields; 4.6, at the end of this module, shows what a concrete, portable container built from this anatomy actually looks like.
Discussion questions
Exercise
Draft the anatomy of one authority artifact.
Research notes