2026-07-26 05:03:53 +08:00
|
|
|
|
# plan/:plan 协作状态
|
|
|
|
|
|
|
|
|
|
|
|
[English](README.md) | 中文
|
|
|
|
|
|
|
2026-08-05 12:46:38 +08:00
|
|
|
|
Plan mode 是按 agent(智能体)记录的协作状态,而不是通用模式注册表或能力 seam。
|
2026-07-26 05:03:53 +08:00
|
|
|
|
|
|
|
|
|
|
| 包 | 职责 | ctx 键 |
|
|
|
|
|
|
|---|---|---|
|
2026-08-05 12:46:38 +08:00
|
|
|
|
| [`plan-mode/`](plan-mode/README.md) | 负责 plan mode 状态、指引、命令和评审流程 | `ctx.planMode` |
|
2026-07-26 05:03:53 +08:00
|
|
|
|
|
2026-08-05 12:46:38 +08:00
|
|
|
|
[plan 专用协作状态](../../.agents/notes/implemented/simplification/2026-07-22-plan-specific-collaboration-state.md)决策记录了该家族的设计。
|