Implement work_item_status_changed event trigger
## Summary This is a placeholder issue, to be filled out. Example: "Developer moves issue to In Progress → factory starts" **Audit Event Name:** `work_item_status_changed` --- ## Designs https://www.figma.com/design/8dIIoI6h78WTjXbUTp0yOI/Agent-Workflow-Catalog?node-id=12984-16430&t=ClpBtTt9a7co3cbp-1 ## Agent Examples ### Agent 1: ### `work_item_status_changed` — Agent Example **Trigger:** A work item is moved to a new status on the board — specifically `In Progress`, `In Review`, or `Done`. **Agent Goal:** Advance that work item to the next stage automatically based on board state, without the developer needing to manually trigger anything. **Example — moved to `In Progress`:** 1. Developer or agent moves issue to "In Progress" on the board 2. Trigger fires, agent looks at the work item and starts implementing, if possible, the work described on the work item **Example — moved to `Done`:** 1. Work item closed/moved to Done 2. Agent verifies a linked MR exists and is merged 3. If yes → session is logged, metrics are captured 4. If no linked MR → agent flags the discrepancy as a comment for the team to review ### Agent 2 — --- ## Implementation Notes & Caveats >
issue