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
refactor: use consistent TypedDict field access in ConsoleEmitter
Changed data.get("max_iterations") to data["max_iterations"] since it's a
required field in RunStartedData. The .get() was masking incomplete test
data — updated all RUN_STARTED test events to include every required field
(max_iterations, delay) matching the TypedDict contract.
Co-authored-by: Ralphify <noreply@ralphify.co>
0 commit comments