rlm_task_recover
Identify and recover stuck canonical HierarchicalTask N3 tasks in a swarm that are CLAIMED or IN_PROGRESS but not updated within a threshold. Preview with dry run before recovery.
Instructions
Find and recover stuck canonical HierarchicalTask N3 tasks in a swarm.
A task is considered stuck if it's CLAIMED or IN_PROGRESS but hasn't been updated within the threshold. Use dry_run=true to preview before recovering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| swarm_id | Yes | Swarm ID | |
| stuck_threshold_minutes | No | Minutes after which a task is considered stuck | |
| dry_run | No | If true, only report stuck tasks without recovering |