obo_next
Retrieve the next priority item from a One-By-One review session, returning in-progress items first by highest score, then pending items.
Instructions
Return the next item to work on.
Returns in_progress items first (highest priority_score), then pending.
Args: session_file: Absolute path or filename relative to {base_dir}/.github/obo_sessions/ base_dir: Required if session_file is a bare filename
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_file | Yes | ||
| base_dir | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |