recommend_agent_for_task
Recommends an agent for a repository task based on goal and scope. Returns a routing hint without starting any agent.
Instructions
Return a bounded read-only agent routing recommendation for a repo-scoped task. Does not start an agent, create a task, or read logs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | Task goal used for routing hints. | |
| template | No | Optional task template hint. | |
| repo_path | Yes | Repository path inside workspaceRoot. | |
| risk_hint | No | Optional compact risk hint text. | |
| scope_files | No | Optional bounded list of files or directories expected to be in scope. |