send_note
Send targeted messages to specific agents for task assignments, defect reports, or interface change alerts, with delivery to their inbox including unread count and read receipt.
Instructions
定向消息:给指定终端发一条点对点消息(对方 get_board 或 read_notes 时收到)。 用在:派活、报缺陷、接口变更通知、要回执的协调。
和 post_decision 的分工: post_decision = 广播:所有终端都该看到并遵守的约定 -> 进共享公告的决策区。 send_note = 定向:只发给某几个终端的一件事 -> 进收件箱,带未读计数和回执。
参数: agent 你的代号(发送方) to 收件人代号,逗号分隔(如 "D-1, D-2");填 * 表示全体 text 正文。派活时请写全:任务号、文件绝对路径、基线 SHA、完成条件 task 可选任务号(如 DS-MVP-D1-FRONT-MODULE-02),便于检索 request_id 可选重试标识;同发送方、同标识、同内容返回原消息,不重复发送
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| task | No | ||
| text | Yes | ||
| agent | Yes | ||
| project | No | ||
| request_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |