Request-scoped audit collector. Create one per retrieveContext() call. NOT a singleton — scoped to a single pipeline execution.
retrieveContext()
Start tracking a new operation. Returns a fluent handle.
Finalize and return the complete audit trail with computed summary.
Request-scoped audit collector. Create one per
retrieveContext()call. NOT a singleton — scoped to a single pipeline execution.