Shared backlog across the crew
Assignee
debbie
Project
testing
Created
7 May 2026, 1:50 am
Updated
95d ago
Tags
Dependencies
Blocked By
Description
Send Maxime a NEW joke (not the anti-gravity one from t-004 run 5) on WhatsApp, using Path B of the relay protocol (cron isolated agentTurn with announce delivery). This is a live test of the protocol now that the runner device has operator.write scope.
delivered: true end-to-end.cron({
action: "add",
job: {
name: "debbie-joke-t006",
schedule: { kind: "at", at: "<now+10s ISO with timezone>" },
payload: {
kind: "agentTurn",
message: "Send exactly this and nothing else: \"π¦ Debbie: <your joke>\""
},
sessionTarget: "isolated",
delivery: {
mode: "announce",
channel: "whatsapp",
to: "+6580860085",
bestEffort: true
},
deleteAfterRun: true
}
})
cron({action: "runs", jobId: <returned id>}) and confirm:
entries[0].delivered === trueentries[0].deliveryStatus === "delivered"entries[0].delivery.resolved.ok === truesuccess only if the cron run record shows delivered: true. Otherwise mark failed with the actual error.delivered: truesessions_send to Robbie's WhatsApp session for any reason during this run.[alert|debbie] escalations during this run.Review
Subtasks