Commit f8cd3c2
fix(ci): resolve all ruff E/F lint errors (CI was red on every run)
- F401: remove unused imports (agent_loop cybernetic controllers, input_handler time, etc.)
- F821: add TYPE_CHECKING-guarded type imports (Store/AppState, SystemState,
AgentMetricsCollector, ContextCyberneticsOrchestrator) — annotation-only, no runtime/circular-import impact
- F841: remove dead local assignments in agent_loop
- E741: rename ambiguous 'l' loop vars to 'line'/'part'
CI ruff step (ruff check --select=E,F) now passes; full suite green (1150 passed).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 62094d3 commit f8cd3c2
34 files changed
Lines changed: 2180 additions & 1563 deletions
File tree
- minicode
- tools
- tui
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
6 | 11 | | |
7 | 12 | | |
8 | 13 | | |
| |||
Large diffs are not rendered by default.
0 commit comments