assign_pin_to_agent
Assign a pin to your coding agent to convert feedback into actionable work. The pin is promoted to ready and queued for automatic agent dispatch.
Instructions
Assign a pin directly to your local coding agent. Promotes the pin to "ready" (if not already), marks it as pending_implementation, and drops a trigger file in .feedback/.agent-queue/ that agent-loop.mjs picks up and dispatches to Cursor / Claude Code / Codex. This is the first-class "assign to agent" action — turns a pin into agent work in one call. Workflow: assign_pin_to_agent → (agent-loop dispatches) → fix_and_resolve.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| assignedBy | No | Who assigned it (defaults to "Unknown") | |
| annotationId | Yes | The pin ID to assign (e.g. "ann_abc123") |