fabro/lib
Scott Werner 78cf3faf1c event redaction: document content-only vs exact-match entry points
build_redacted_event_payload and redacted_event_json apply only the content-based pass; redacted_run_event additionally applies the per-run exact-match SecretRedactor. The names didn't signal that difference, so a caller holding a run redactor could silently pick a content-only path. Document each entry point and steer such callers to redacted_run_event.

Also drop a no-op guard in the node_label branch: the redacted value was already computed, so the conditional assignment saved nothing.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-07 16:53:24 -04:00
..
crates event redaction: document content-only vs exact-match entry points 2026-07-07 16:53:24 -04:00
packages/fabro-api-client Resolve run.prepare.steps env and interpolation at the run boundary (#530) 2026-07-01 10:31:26 -04:00