reduce_hook_results(
invocation: HookInvocation,
results: Iterable[HandlerResult],
*,
diagnostics: Iterable| Name | Type | Description |
|---|---|---|
invocation* | HookInvocation | Native event being processed. |
results* | Iterable[HandlerResult] | Handler results in configuration order. |
diagnostics | Iterable[HookDiagnostic] | Default: () |
Reduce ordered handler results into an event-specific decision.
Snapshot or orchestration diagnostics to retain.