claim_pin
Claim a pending implementation pin to signal other agents that work has started. Transitions the pin from pending to implementing status.
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") |