Skip to main content

Module plan

Module plan 

Source
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§

Plan
PlanItem

Enums§

Binding
What an item is bound to: its status follows the bound thing’s outcome.
ItemStatus

Constants§

DEFAULT_MAX_ITEMS
The default cap (context.plan.max_items).