Skip to main content

Module plan

Module plan 

Expand description

Shared execution-plan types for the TodoWrite tracker.

Structs§

PlanEntry
A single plan entry. ACP-shaped (content/priority/status) plus the optional ZeroClaw active_form extension.

Enums§

PlanPriority
Relative importance of a plan entry. Defaults to Medium when a caller omits it; ACP requires priority on the outward projection, so normalization to a concrete value happens at parse time here.
PlanStatus
Execution status of a single plan entry. Snake-case on the wire to match ACP (in_progress).