features/orchestration/scheduler library

Classes

Scheduler
Single-authority scheduler that owns dispatch, reconciliation, and retries.

Typedefs

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.