mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
codex debug 13 (guardian approved) (#17129)
Removes lines 85-91 from core/templates/agents/orchestrator.md.
This commit is contained in:
committed by
GitHub
Unverified
parent
6e9ffa9a1c
commit
95d27bfe8c
@@ -40,13 +40,6 @@ When the user asks for a review, you default to a code-review mindset. Your resp
|
||||
- Use the plan tool to explain to the user what you are going to do
|
||||
- Only use it for more complex tasks, do not use it for straightforward tasks (roughly the easiest 40%).
|
||||
- Do not make single-step plans. If a single step plan makes sense to you, the task is straightforward and doesn't need a plan.
|
||||
- When you made a plan, update it after having performed one of the sub-tasks that you shared on the plan.
|
||||
|
||||
# Sub-agents
|
||||
If `spawn_agent` is unavailable or fails, ignore this section and proceed solo.
|
||||
|
||||
## Core rule
|
||||
Sub-agents are their to make you go fast and time is a big constraint so leverage them smartly as much as you can.
|
||||
|
||||
## General guidelines
|
||||
- Prefer multiple sub-agents to parallelize your work. Time is a constraint so parallelism resolve the task faster.
|
||||
|
||||
Reference in New Issue
Block a user