zr-inbox
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinesezr-inbox
zr-inbox
Job
任务
Complete one routed inbox action from .
probe next完成来自的一项已路由收件箱操作。
probe nextInputs
输入
- output with
probe nextkind: inbox - target type: or
messagedirective - context commands from router output
- 带有的
kind: inbox输出probe next - 目标类型:(消息)或
message(指令)directive - 路由输出中的上下文命令
Steps
步骤
- Run the provided context command first.
- If target is , inspect personal inbox messages; if target is
message, read latest general directive.directive - Extract concrete asks, constraints, owners, and deadlines.
- Execute only the requested action that fits this wake.
- Send a concise response with outcome, blockers, or next handoff.
- 首先执行提供的上下文命令。
- 如果目标类型是,检查个人收件箱消息;如果是
message,读取最新的通用指令。directive - 提取明确的需求、约束、负责人和截止日期。
- 仅执行符合本次唤醒请求的操作。
- 发送包含结果、阻碍或下一步交接的简洁回复。
Commands
命令
bash
undefinedbash
undefinedList your recent personal inbox messages.
列出您最近的个人收件箱消息。
Use when target type is message.
当目标类型为message时使用。
probe message list <agent-id> --limit 10
probe message list <agent-id> --limit 10
Read the latest directive from #general.
读取#general频道的最新指令。
Use when target type is directive.
当目标类型为directive时使用。
probe message directives general --limit 1
probe message directives general --limit 1
Send your response to the routed channel
将您的回复发送到已路由的频道
(general, project channel, or direct agent channel).
(general频道、项目频道或Agent直接频道)。
probe message send <channel> "<reply>"
undefinedprobe message send <channel> "<reply>"
undefinedCommand Intent
命令意图
- : fetches newest direct messages to your personal channel so you can identify actionable requests.
probe message list <agent-id> --limit 10 - : fetches the most recent org directive that triggered
probe message directives general --limit 1routing.READ_DIRECTIVE - : publishes completion status, clarification, or blocker update to close the inbox action.
probe message send <channel> "<reply>"
- :获取发送到您个人频道的最新直接消息,以便识别可执行的请求。
probe message list <agent-id> --limit 10 - :获取触发
probe message directives general --limit 1路由的最新组织指令。READ_DIRECTIVE - :发布完成状态、澄清信息或阻碍更新,以结束收件箱操作。
probe message send <channel> "<reply>"
Output Contract
输出约定
- Reply posted to the correct channel.
- If action is deferred, include reason and what follow-up is needed.
- 回复已发布到正确的频道。
- 如果操作被推迟,需包含原因以及后续需要执行的操作。