From 012197a861631ebe3a11e2de0dc12e7ac27266f9 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Thu, 22 Jan 2026 21:42:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20Plan-A=20=E4=B8=8E=20Plan-?= =?UTF-8?q?B=20=E7=9A=84=E6=AF=94=E8=BE=83=E9=83=A8=E5=88=86=EF=BC=8C?= =?UTF-8?q?=E4=BB=A5=E7=AE=80=E5=8C=96=E6=96=87=E6=A1=A3=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .codex/prompts/lite-plan-a.md | 12 ------------ .codex/prompts/lite-plan-b.md | 12 ------------ 2 files changed, 24 deletions(-) diff --git a/.codex/prompts/lite-plan-a.md b/.codex/prompts/lite-plan-a.md index f42889b3..1651f1d6 100644 --- a/.codex/prompts/lite-plan-a.md +++ b/.codex/prompts/lite-plan-a.md @@ -334,16 +334,4 @@ Please review the plan above and reply with one of the following: | Agent unexpectedly closed | Re-spawn, paste previous output in message | | User cancels | close_agent, preserve generated files | -## Plan-A vs Plan-B Comparison - -| Dimension | Plan-A (This Document) | Plan-B | -|-----------|----------------------|--------| -| Agent count | 1 | N (parallel exploration) + 1 (main agent) | -| Suitable complexity | Low/Medium | High | -| Exploration depth | Single angle, deep | Multi-angle parallel | -| Context | Fully coherent | Requires merge transfer | -| Recommended scenario | Clear task, single module | Complex task, cross-module | - ---- - **Execute task**: $TASK diff --git a/.codex/prompts/lite-plan-b.md b/.codex/prompts/lite-plan-b.md index 1007000f..a0bf56b9 100644 --- a/.codex/prompts/lite-plan-b.md +++ b/.codex/prompts/lite-plan-b.md @@ -482,16 +482,4 @@ Plan-B Hybrid Mode: | Merge phase timeout | send_input to request current merge progress | | Planning phase timeout | send_input requesting partial plan output | -## Plan-A vs Plan-B Comparison - -| Dimension | Plan-A | Plan-B (This Document) | -|-----------|--------|----------------------| -| Agent count | 1 | N → 1 (parallel then reuse) | -| Suitable complexity | Low/Medium | **High** | -| Exploration depth | Single angle | **Multi-angle parallel** | -| Context | Fully coherent | Primary agent coherent + incremental merge | -| Recommended scenario | Clear task | **Complex task, cross-module** | - ---- - **Execute task**: $TASK