Expand description
List/query project entities (modules, changes, tasks). Listing helpers for modules, changes, and specs.
These functions are used by the CLI to produce stable, JSON-friendly summaries of on-disk Ito state.
Structs§
- Change
List Item - Change entry returned by
ito list changes. - Change
List Summary - Stable typed summary returned to adapters for
ito listchanges. - List
Changes Input - Input arguments for the default
ito listchanges use-case. - Module
List Item - Module entry returned by
ito list modules. - Spec
List Item - Spec entry returned by
ito list specs.
Enums§
- Change
Progress Filter - Progress filter for the
ito listdefault changes path. - Change
Sort Order - Sort order for the
ito listdefault changes path.
Functions§
- last_
modified_ recursive - Compute the most-recent modification time under
path. - list_
change_ dirs - List change directories under
{ito_path}/changes. - list_
changes - List active changes using typed summaries for adapter rendering.
- list_
modules - List modules under
{ito_path}/modules. - list_
specs - List specs under
{ito_path}/specs. - to_
iso_ millis - Render a UTC timestamp as ISO-8601 with millisecond precision.