grok_task_start
Delegate coding tasks to Grok for implementation, testing, or inspection after Codex completes analysis. Codex handles planning and final review while Grok executes the work.
Instructions
当 Codex 完成需求分析并需要具体修改代码、执行命令或运行测试时,使用此工具把明确任务交给 Grok。此调用会一直等待,直到 Grok 完成、失败、阻塞或被取消;等待期间不要并行执行其他项目工作。架构规划、需求判断和最终审查仍由 Codex 负责。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | ||
| branch | No | ||
| objective | Yes | ||
| constraints | No | ||
| project_root | Yes | ||
| allowed_paths | No | ||
| codex_task_id | Yes | ||
| open_observer | No | ||
| max_runtime_ms | No | ||
| working_directory | No | ||
| acceptance_criteria | No | ||
| verification_commands | No |