claim_pin
Claim a pin to reserve it for implementation, transitioning its status from pending to implementing to signal work in progress and avoid conflicts.
Instructions
Claim an actionable pin before starting work on it. Transitions the pin from "pending_implementation" to "implementing" so other agents know it is being worked on. Call this before making changes, then call fix_and_resolve when done.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| implementer | No | Name of the agent/person claiming it (defaults to "AI Agent") | |
| annotationId | Yes | The annotation ID to claim (e.g. "ann_abc123") |