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: extract icon constants and simplify queue drain loop
Replace magic Unicode escape codes in _console_emitter.py with named
module-level constants (_ICON_SUCCESS, _ICON_FAILURE, etc.), eliminating
duplication between _on_iteration_ended and _on_checks_completed.
Simplify _drain_events inner loop in app.py by removing the redundant
queue.empty() check — the try/except Empty already handles termination.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments