Start claimed work
start_workSignal that you have started implementing a claimed intent, moving it to in-progress and exposing open conflicts before coding.
Instructions
Mark your claimed intent as being implemented. Call it after claim_work, immediately before you begin editing code. It moves the intent from CLAIMED to IN_PROGRESS and fails in any other state, or if you do not own the intent. It does not create or renew claims; use claim_work for that. Returns the updated intent with open_conflicts, the count and ids of its OPEN or COORDINATING conflicts; check their severity with check_conflicts before going further.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | Your agent id (agt_...). Must own the intent. | |
| intent_id | Yes | Your CLAIMED intent (int_...). |