You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"boundary": "Optional audit sanitization before export",
11
+
"reason": "A sanitizer defect must drop an unsafe audit event, not fail an already-running ingestion operation. This record covers only the unexpected sanitizer catch, not source/configuration failures.",
"reason": "A failed logger/exporter must not reverse a confirmed Search outcome or turn a successful worker into a failure. Only the audit side effect is dropped; the primary result is unchanged.",
"boundary": "Run context manager observing the primary worker failure",
42
+
"reason": "Record exactly one failed terminal event and re-raise the same primary exception. The context-variable cleanup must still run; this catch never converts an indexing/purge failure to success.",
43
+
"failure_outcome": "propagation",
44
+
"diagnostic_path": "Correlated ingestion.run.failed event; original exception propagates to the worker caller",
"boundary": "Optional document audit projection of an existing Search response",
59
+
"reason": "Malformed audit projection must not alter the caller's primary SDK result. The write adapter separately validates confirmation; this catch does not approve or synthesize a successful upload/delete.",
"rationale": "No blanket exemptions. Unreviewed inherited handlers remain blocking findings; audit best-effort behavior is not rewritten to satisfy a gate."
73
+
"rationale": "Four exact audit-boundary proposals with failure evidence, not active approvals. All unreviewed handlers remain blocking; no blanket exemptions."
0 commit comments