Skip to main content

Module status

Module status 

Source
Expand description

Status data aggregation for specs

Provides functionality to aggregate status information across all specs, including counts by status, today’s activity, attention items, and ready queue.

Structs§

AttentionItem
A spec requiring attention (failed or blocked)
InProgressItem
A spec currently in progress
ReadyItem
A spec in the ready queue
StatusData
Aggregated status data for all specs
TodayActivity
Activity data for today (last 24 hours)

Functions§

aggregate_status
Aggregate status data from all specs in the specs directory
format_status_as_json
Format StatusData as pretty-printed JSON