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
Copy file name to clipboardExpand all lines: design-docs/toplevel-exit-and-trace-gating-implementation-plan.status.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,10 @@
28
28
- Verification: `just cargo-test` (workspace) and `just py-test` exercises the new Rust test (`finish_emits_toplevel_return_with_exit_code`) and Python integration tests (`test_exit_payloads`).
29
29
30
30
### WS3 – Unified Trace Gate Abstraction
31
-
-**Status:**_Not Started_.
31
+
-**Status:**_Completed_
32
+
- Added a single `evaluate_gate` helper so callbacks defer to shared activation+filter logic, ensuring consistent disable decisions and reducing duplicated guards.
33
+
- All tracer callbacks now consult the helper; return handlers pass through the same decision pipeline before emitting events.
34
+
- Verification: `just cargo-test` and `just py-test`.
0 commit comments