Skip to main content

Module progress

Module progress 

Source

Structs§

Breadcrumb
Tracks the workflow journey through different states.
ClaudeSpinner
IterationInfo
Information about the current iteration or progress context
Outcome
Outcome information for agent completion
ProgressContext
Overall progress context holding story progress and current phase information.
VerboseTimer
Timer for verbose mode that periodically prints a status line while allowing full Claude output to scroll without truncation.

Enums§

BreadcrumbState
Represents a single state in the workflow journey

Constants§

ACTIVITY_TEXT_WIDTH
Fixed width for activity text to prevent timer position jumping (US-002)

Traits§

AgentDisplay
Common interface for agent display components.
AgentDisplayExt
Extension trait for using AgentDisplay in a type-erased context

Functions§

format_duration
Format duration in a human-readable way: “Xs” for <60s, “Xm Ys” for >=60s
format_tokens
Format token count with thousands separators (e.g., 1,234,567)