worklist
Rank repository functions by risk using complexity and churn, giving a prioritized survey of what needs fixing next.
Instructions
The run's whole risk ranking: every function over its ceiling, then the queue under it ordered by ccn times recency-weighted churn. Use it to survey the repo; next_item hands out one packet from the top.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | cap the active list (default: the config's worklist_top) | |
| repo | No | path to the scored repo's root (default: the repo the server was started in) |