Files
deepseek-harness/packages/plan/README.md
T

14 lines
826 B
Markdown
Raw Normal View History

# plan/ — plan collaboration state
2026-07-26 05:03:53 +08:00
English | [中文](README.zh.md)
2026-08-04 00:54:19 +08:00
Plan mode is logged, per-agent collaboration state rather than a generic mode registry or capability seam.
| Package | Role | ctx key |
|---|---|---|
2026-08-04 00:54:19 +08:00
| [`plan-mode/`](plan-mode/README.md) | Owns plan-mode state, guidance, commands, and review flow | `ctx.planMode` |
2026-08-04 00:54:19 +08:00
The [plan-specific collaboration state](../../.agents/notes/implemented/simplification/2026-07-22-plan-specific-collaboration-state.md) decision records the family design.
The subsystem reference — the `plan/mode` fold, the step-boundary flush, configuration, the exit tool — is [docs/subsystems/plan.md](../../docs/subsystems/plan.md); design in [plan-specific collaboration state](../../.agents/notes/implemented/simplification/2026-07-22-plan-specific-collaboration-state.md).