Expand description
Planning domain module Planning primitives and execution plan construction. Project planning templates and helpers.
Ito’s planning area lives under {ito_path}/planning.
This module provides pure path helpers, template content, and parsing
utilities. Filesystem I/O (init) lives in ito-core.
Functions§
- milestones_
dir - Path to the milestones directory (
{ito_path}/planning/milestones). - planning_
dir - Path to the planning directory (
{ito_path}/planning). - project_
md_ template - Default contents for
planning/PROJECT.md. - read_
current_ progress - Parse the “Current Milestone” header block from roadmap markdown.
- read_
phase_ rows - Read phase rows from the roadmap milestone table.
- roadmap_
md_ template - Default contents for
planning/ROADMAP.md. - state_
md_ template - Default contents for
planning/STATE.md.