Fixed Authority Resolver
class FixedAuthorityResolver constructor(tier: AuthorityTier = AuthorityTier.UNKNOWN) : AuthorityResolver
AuthorityResolver that always returns a single configured tier, ignoring the proposition entirely. Useful when every proposition in a context shares the same provenance, or as a deterministic stand-in.