PromptBuilder typedef

PromptBuilder = String Function(Issue issue, int? attempt)

Builds a rendered prompt for one attempt. The scheduler stays decoupled from the prompt renderer so tests can swap in deterministic builders.

Implementation

typedef PromptBuilder = String Function(Issue issue, int? attempt);