Re-score Board
rescore_boardRe-score the entire board from scratch, including already scored jobs. Use when scoring criteria change to obtain updated scores for every job.
Instructions
Re-score the WHOLE board from scratch — every job, INCLUDING ones that already have a score. Use this when the user asks to 'rescore'/'re-evaluate' the board or after the scoring approach changed. Returns all board jobs with their ids + descriptions; call evaluate_jobs with a FRESH { job_id, score, reason } for EACH (do not skip already-scored ones), then call show_board. Set include_saved=true to also re-score the saved/applied tracker.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_saved | No | Also re-score the saved/applied tracker jobs (default false). |