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> |
||
|---|---|---|
| .. | ||
| src | ||
| tests | ||
| .gitignore | ||
| Cargo.toml | ||
| GIT_TOOLS_README.md | ||
| MULTI_TOOL_README.md | ||