- Remove dead code (job_split_one function never called) - Fix needless borrows (ctx.log_line(&format! -> format!)) - Fix slice clone ([key.clone()] -> std::slice::from_ref(&key)) - Collapse nested if statements - Fix unwrap after is_some check - Remove redundant closures in task spawning Reduces daemon.rs from 2030 to 1825 lines. |
||
|---|---|---|
| .. | ||
| .claude | ||
| agents | ||
| defaults | ||
| schema | ||
| src | ||
| build.rs | ||
| Cargo.toml | ||
| config.example.jsonl | ||