mo-watchdog

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Watch backend sessions

监控后端会话

Read Watchdog behavior completely. Start only after the user explicitly names Meta-O watchdog or
mo-watchdog
; a generic monitoring question does not activate this skill.
Use
scripts/mo-watchdog.sh target --backend orca --session <id>
for one session or
scripts/mo-watchdog.sh scan
for all reachable Orca sessions. Observation is read-only. An explicit nudge additionally requires
--nudge <message>
and exact target authorization; the script re-reads native state and suppresses the nudge when that state changed. It reserves a bounded private digest before delivery and suppresses the same message, an ambiguous attempt, or a saturated unchanged state across later invocations. Nudges return after native delivery; agent completion is observed separately.
Treat malformed or stale native state as a typed unsafe observation: report it, fail closed, and do not nudge or guess the target state.
Do not inspect tracked project content or private provider state. Report the native locator, classified state and action. Pattern misses are refined from observed failures rather than hidden behind a support claim.
完整阅读Watchdog行为。仅在用户明确提及Meta-O watchdog或
mo-watchdog
后启动;一般性的监控问题不会激活此技能。
使用
scripts/mo-watchdog.sh target --backend orca --session <id>
监控单个会话,或使用
scripts/mo-watchdog.sh scan
扫描所有可访问的Orca会话。观察操作是只读的。若要发送明确提示,还需添加
--nudge <message>
参数并获得特定目标的授权;脚本会重新读取原生状态,若状态已变更则会取消提示。在发送提示前,它会保留一个有限的私有摘要,后续调用时会抑制相同消息、模糊尝试或饱和且未变更的状态。提示在原生交付后返回;Agent的完成状态会被单独观察。
将格式错误或过时的原生状态视为类型不安全的观察结果:上报该情况,终止操作,且不发送提示或猜测目标状态。
请勿检查已跟踪的项目内容或私有提供商状态。上报原生定位器、分类后的状态及操作。针对观察到的故障优化模式匹配遗漏问题,而非将其隐藏在支持请求背后。