allocate_budget
Allocate a time budget to select prioritized verification targets, returning up to 200 in execution order with counts, estimated seconds, and coverage.
Instructions
Given a time budget in minutes, greedily selects the highest-leverage subset of verification targets that fits, ranked by (tier leverage x workflow criticality x node risk) / estimated cost. Returns the selected targets in execution order (up to 200), the counts selected and skipped, estimated seconds and coverage. The skipped list itself is not returned — it is the complement of the selection and can be the entire plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| minutes | Yes | Minutes available. Typical: 5 (quick check), 15 (default), 60 (pre-release sweep). |