Scope
jurisdiction-flag has two distinct auth-gating helpers (require_issuer, strict; require_compliance_authority, issuer-or-officer), and per-function doc comments don't consistently say which one gates a given entry point or why — worth a focused pass on just these two helpers and their callers, narrower than the existing open all-public-functions doc-comment issue.
Acceptance criteria
Scope
jurisdiction-flaghas two distinct auth-gating helpers (require_issuer, strict;require_compliance_authority, issuer-or-officer), and per-function doc comments don't consistently say which one gates a given entry point or why — worth a focused pass on just these two helpers and their callers, narrower than the existing open all-public-functions doc-comment issue.Acceptance criteria
require_issuerandrequire_compliance_authorityexplaining the intended authorization split, and a one-line note on each gated function saying which helper it uses