Skip to main content

Module list

Module list 

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

ChangeListItem
Change entry returned by ito list changes.
ChangeListSummary
Stable typed summary returned to adapters for ito list changes.
ListChangesInput
Input arguments for the default ito list changes use-case.
ModuleListItem
Module entry returned by ito list modules.
SpecListItem
Spec entry returned by ito list specs.

Enums§

ChangeProgressFilter
Progress filter for the ito list default changes path.
ChangeSortOrder
Sort order for the ito list default 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.