All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 1m42s
When a user comments on a Paperclip issue, the built-in automation wakes the assigned agent directly, bypassing the CEO. This meant user instructions (like "read the uploaded draft and route to the right agent") were ignored. Changes: - Plugin: add issue.comment.created event handler that wakes the CEO agent with the comment context (plugin-legal-ai, separate repo) - HEARTBEAT: add steps 2b (read recent user comments) and 2c (check attachments) before agents start working - CEO agent: add comment-routing section — read, check attachments, route - Writer agent: add step 0 — check for uploaded DOCX drafts before writing Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>