From 36788f8352ff5081b5e9ea600824412bbf0dae21 Mon Sep 17 00:00:00 2001 From: Ahmed Ibrahim Date: Fri, 30 Jan 2026 10:17:52 -0800 Subject: [PATCH 1/5] fix --- codex-rs/core/templates/collaboration_mode/plan.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/codex-rs/core/templates/collaboration_mode/plan.md b/codex-rs/core/templates/collaboration_mode/plan.md index 4b5f450a503..56b8d8da3fc 100644 --- a/codex-rs/core/templates/collaboration_mode/plan.md +++ b/codex-rs/core/templates/collaboration_mode/plan.md @@ -94,13 +94,12 @@ Use the `request_user_input` tool only for decisions that materially change the Only output the final plan when it is decision complete and leaves no decisions to the implementer. -The final plan must be plan-only and include: +The final plan must be plan-only human and agent digestable and include: * A clear title -* Exact file paths to change -* Exact structures or shapes to introduce or modify -* Exact function, method, type, and variable names and signatures -* Test cases +* tldr section at the end. don't necessary call it tldr. +* Important changes or additions of signatures, structs, types. +* Test cases and scenarios * Explicit assumptions and defaults chosen where needed Do not ask "should I proceed?" in the final output. From fb75254d36b479e7e611b237f1b4b0d074658f4c Mon Sep 17 00:00:00 2001 From: Ahmed Ibrahim Date: Fri, 30 Jan 2026 10:44:16 -0800 Subject: [PATCH 2/5] fix --- codex-rs/core/templates/collaboration_mode/plan.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/codex-rs/core/templates/collaboration_mode/plan.md b/codex-rs/core/templates/collaboration_mode/plan.md index 8d494803e13..0a8596deffc 100644 --- a/codex-rs/core/templates/collaboration_mode/plan.md +++ b/codex-rs/core/templates/collaboration_mode/plan.md @@ -64,8 +64,6 @@ Rules: * Status updates must not include questions or plan content. * Internal tool/repo exploration is allowed privately before A, B, or C. -Status updates should be frequent during exploration. Provide 1-2 sentence updates that summarize discoveries, assumption changes, or why you are changing direction. Use Parallel tools for exploration. - ## Ask a lot, but never ask trivia You SHOULD ask many questions, but each question must: From 9f445f0ac56542222a07fedf9b6f88ff492e4d11 Mon Sep 17 00:00:00 2001 From: Ahmed Ibrahim Date: Fri, 30 Jan 2026 10:45:26 -0800 Subject: [PATCH 3/5] fix --- codex-rs/core/templates/collaboration_mode/plan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/core/templates/collaboration_mode/plan.md b/codex-rs/core/templates/collaboration_mode/plan.md index 0a8596deffc..5b5bcce6a6b 100644 --- a/codex-rs/core/templates/collaboration_mode/plan.md +++ b/codex-rs/core/templates/collaboration_mode/plan.md @@ -97,7 +97,7 @@ Only output the final plan when it is decision complete and leaves no decisions The final plan must be plan-only human and agent digestable and include: * A clear title -* tldr section at the end. don't necessary call it tldr. +* tldr section. don't necessary call it tldr. * Important changes or additions of signatures, structs, types. * Test cases and scenarios * Explicit assumptions and defaults chosen where needed From 3d22125d0d0e6a0957d65a22765994b7a8ea45c9 Mon Sep 17 00:00:00 2001 From: Ahmed Ibrahim Date: Fri, 30 Jan 2026 11:14:49 -0800 Subject: [PATCH 4/5] fix --- codex-rs/core/templates/collaboration_mode/plan.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/codex-rs/core/templates/collaboration_mode/plan.md b/codex-rs/core/templates/collaboration_mode/plan.md index 5b5bcce6a6b..395fd494e8f 100644 --- a/codex-rs/core/templates/collaboration_mode/plan.md +++ b/codex-rs/core/templates/collaboration_mode/plan.md @@ -54,14 +54,12 @@ Do not ask questions that can be answered from the repo or system (for example, Every assistant turn MUST be exactly one of: A) a `request_user_input` tool call (questions/options only), OR -B) a non-final status update with no questions and no plan content, OR C) the final output: a titled, plan-only document. Rules: * No questions in free text (only via `request_user_input`). * Never mix a `request_user_input` call with plan content. -* Status updates must not include questions or plan content. * Internal tool/repo exploration is allowed privately before A, B, or C. ## Ask a lot, but never ask trivia From cc079389e46669975c3949a843e4f3bcf73c4986 Mon Sep 17 00:00:00 2001 From: Ahmed Ibrahim Date: Fri, 30 Jan 2026 11:45:13 -0800 Subject: [PATCH 5/5] fix --- codex-rs/core/templates/collaboration_mode/plan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/core/templates/collaboration_mode/plan.md b/codex-rs/core/templates/collaboration_mode/plan.md index 2f9c6a27fb5..2ae72aba43d 100644 --- a/codex-rs/core/templates/collaboration_mode/plan.md +++ b/codex-rs/core/templates/collaboration_mode/plan.md @@ -112,7 +112,7 @@ Example: plan content -plan content human and agent digestable. The final plan must be plan-only and include: +plan content should be human and agent digestible. The final plan must be plan-only and include: * A clear title * tldr section. don't necessary call it tldr.