AgentOutput has no team_id or task_id fields, but the lane_completion tests::test_output() helper initialized both. This broke compilation of the tools lib test crate, which in turn blocked `cargo test --workspace`. The fields were never present on AgentOutput (team_id/task_id live on the Task registry entries, not on agent output). Remove the stale initializers so the test compiles and the lane-completion suite runs. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| api | ||
| claw-analog | ||
| claw-rag-service | ||
| commands | ||
| compat-harness | ||
| mock-anthropic-service | ||
| plugins | ||
| runtime | ||
| rusty-claude-cli | ||
| telemetry | ||
| tools | ||