claim_pickup
Claim a target thread for self-initiated work, marking it with your identifier. Optionally auto-spawn a headless child with thread context for parallel task execution.
Instructions
Claim a thread for self-initiated work. Marks it claimed by my cid.
If auto_spawn=True, immediately spawns a headless child with the
thread context (question + recent notes + plan) for parallel work.
spawn_role defaults to 'executor' when auto_spawn is on.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thread_id | Yes | ||
| plan | No | ||
| spawn_role | No | ||
| auto_spawn | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |