Expand description
The context plan (RFC 0026 §5.3, RFC 0028 §3 plan.*): a small ordered
checklist the model owns for one context — created by the preflight or by
plan.create, advanced by plan.update, cleared by plan.clear, rendered
into every prompt, auto-advanced when a bound run/subagent/task reaches a
terminal state. Temporary by intent (it belongs to the conversation, never
to memory), durable by construction (part of the context record).
Structs§
Enums§
- Binding
- What an item is bound to: its status follows the bound thing’s outcome.
- Item
Status
Constants§
- DEFAULT_
MAX_ ITEMS - The default cap (
context.plan.max_items).