Commit 05ee1fe
fix: resolve module_inception clippy warning
- Rename orchestrator/orchestrator.rs to orchestrator/agent.rs
- Update mod.rs to import from agent module
- Fixes clippy::module_inception error (module has same name as containing module)
All tests passing: 1480 passed
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 3ffa141 commit 05ee1fe
2 files changed
Lines changed: 2 additions & 2 deletions
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
61 | | - | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
72 | | - | |
73 | 73 | | |
74 | 74 | | |
0 commit comments