Standardize heartbeat step 2: generic inbox-lite for all agents

Replaced hardcoded "Check for assigned work from <manager>" and
pnpm paperclipai CLI with consistent inbox-lite API call.
Agents work on whatever is assigned regardless of who assigned it.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
2026-03-20 20:13:26 -04:00
parent 22b729fc98
commit a45b822cfd
6 changed files with 15 additions and 9 deletions
+2 -1
View File
@@ -16,7 +16,8 @@ Read the Paperclip skill to understand how to interact with this system:
### 2. Check for assigned work
pnpm paperclipai issue list --status open --assigned-to me
curl -sf "$PAPERCLIP_API_URL/api/agents/me/inbox-lite" \
-H "Authorization: Bearer $PAPERCLIP_API_KEY" | cat
For each open issue or unread comment: