Module plan
Expand description
Shared execution-plan types for the TodoWrite tracker.
Structs§
- Plan
Entry - A single plan entry. ACP-shaped (
content/priority/status) plus the optional ZeroClawactive_formextension.
Enums§
- Plan
Priority - Relative importance of a plan entry. Defaults to
Mediumwhen a caller omits it; ACP requirespriorityon the outward projection, so normalization to a concrete value happens at parse time here. - Plan
Status - Execution status of a single plan entry. Snake-case on the wire to
match ACP (
in_progress).