Skip to main content

Module next_action

Module next_action 

Source
Expand description

Next action detection for workflow automation

Determines the recommended next action based on current repository state.

Structs§

DetectContext
Inputs for NextAction::detect. Bundled into a struct because the detected state depends on many independent signals; named fields keep call sites legible and let new signals be added without churning every caller.

Enums§

NextAction
Recommended next action based on current state