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
fix: resolve clippy warnings in orchestrator module
- Add #[allow(dead_code)] to task_handle field (intentionally unused, keeps task alive)
- Remove unused publish_event() and event_sender() methods
- Events are published directly via event_tx.send() throughout the codebase
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments