From cabb2085cc05655a96d6e66d21a70c1ee37d06dd Mon Sep 17 00:00:00 2001 From: Ahmed Ibrahim Date: Mon, 26 Jan 2026 21:42:01 -0800 Subject: [PATCH] make plan prompt less detailed (#9977) This was too much to ask for --- codex-rs/core/templates/collaboration_mode/plan.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/codex-rs/core/templates/collaboration_mode/plan.md b/codex-rs/core/templates/collaboration_mode/plan.md index 4028ac8af..4b5f450a5 100644 --- a/codex-rs/core/templates/collaboration_mode/plan.md +++ b/codex-rs/core/templates/collaboration_mode/plan.md @@ -100,9 +100,7 @@ The final plan must be plan-only and include: * Exact file paths to change * Exact structures or shapes to introduce or modify * Exact function, method, type, and variable names and signatures -* Step-by-step edits or patches described precisely -* Test cases and commands -* Acceptance criteria tied to observable outcomes +* Test cases * Explicit assumptions and defaults chosen where needed Do not ask "should I proceed?" in the final output.