{
  "agent_definition": {
    "id": "agt_cargo-check",
    "name": "cargo-check",
    "description": "Delegate when the user wants to run cargo check, compile the workspace, verify that Rust code compiles, or check for type errors. Returns a structured summary of warnings and errors. Do NOT delegate for editing Rust files — only for running the build.",
    "model": "claude-haiku-4-5-20251001",
    "tools": [
      "Bash",
      "Read"
    ],
    "max_turns": 10,
    "source_yaml": ".claude/agents/cargo-check.yaml",
    "generated_by": "cargo run -p agent-gen",
    "source_site": "subagentcode.com",
    "created_at": "2026-07-01 20:41:29"
  }
}