Records and replays provider-accepted public request branches.
Branch inventory comes from the owned unified endpoint routing. Only unauthenticated, non-transactional reads are eligible; every request is sent sequentially and must receive HTTP 200 from the provider.
Summary
Functions
Returns a golden's stable relative fixture path.
Returns the bulk public-acceptance fixture root.
Derives every eligible public request branch from the owned runtime specs.
Derives one venue's eligible public request branches.
Loads and validates the committed bulk manifest and all named goldens.
Builds a complete manifest document from capture results.
Returns manifest completeness and safety errors without raising.
Returns the bulk public-acceptance manifest path.
Records one public request branch, returning a golden or dated exclusion.
Records all branches for one venue without credentials.
Deterministically rebuilds and validates one committed public golden.
Returns structural credential and account-identity leaks in a golden.
Returns the public sign-path slot exercised by a branch.
Validates the committed manifest against the current authored branch inventory.
Types
Functions
Returns a golden's stable relative fixture path.
@spec fixture_root() :: Path.t()
Returns the bulk public-acceptance fixture root.
@spec inventory() :: [branch()]
Derives every eligible public request branch from the owned runtime specs.
Derives one venue's eligible public request branches.
Loads and validates the committed bulk manifest and all named goldens.
@spec manifest([capture_result()], DateTime.t()) :: map()
Builds a complete manifest document from capture results.
Returns manifest completeness and safety errors without raising.
@spec manifest_path() :: Path.t()
Returns the bulk public-acceptance manifest path.
@spec record_branch( branch(), keyword() ) :: capture_result()
Records one public request branch, returning a golden or dated exclusion.
@spec record_venue( String.t(), keyword() ) :: [capture_result()]
Records all branches for one venue without credentials.
Deterministically rebuilds and validates one committed public golden.
Returns structural credential and account-identity leaks in a golden.
Returns the public sign-path slot exercised by a branch.
Validates the committed manifest against the current authored branch inventory.