Set fitness delta
fitnessSet a work item's per-goal delta to show how much it advances or regresses a goal, enabling progress tracking. Use positive, zero, or negative values.
Instructions
Record how much one work item contributes toward one goal: the per-goal delta, where +N advances the goal, 0 is neutral and -N regresses it. Typically set at creation and re-set when scope changes (the last write wins); the deltas surface in dor breakdowns and execution packets. Success is silent; an unknown work item or goal id fails with missing: <id> (exit 5). Use set for scalar attributes and field for list fields; this tool only edits the delta.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | work item id W-NN | |
| goal | Yes | goal id G-NN | |
| delta | Yes | per-goal delta (+N, 0, or -N) |