deepseek_task
Delegate repository exploration, debugging, and bounded implementation to a DeepSeek worker. Complete end-to-end tasks with test runs and evidence, returning advisory results with token usage.
Instructions
Delegate a high-context repository task to the DeepSeek worker. Use it for exploration, architecture tracing, evidence collection, debugging, and — when write/Bash tools are enabled — bounded implementation, targeted test execution, and status/diff inspection. The worker should complete the assigned repository work end to end when safe and supported. Output is advisory and ends with a DeepSeek token usage footer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | The repository task to delegate. For code changes, request the complete loop: inspect, implement, write/update targeted tests, run checks, inspect status/diff, and report evidence. Keep the task bounded, recoverable, and testable. | |
| repo_root | No | Repository root override; only honored when repository.allow_repo_root_argument is true. | |
| focus_paths | No | Optional repository-relative paths to inspect first; the worker may follow evidence elsewhere. | |
| output_detail | No | Result compactness: brief, normal (default), or detailed. One of: brief | normal | detailed. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |