zr-doctor
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinesezr-doctor
zr-doctor
Job
任务
Resolve one action emitted by .
repairprobe next解决由触发的一项操作。
probe nextrepairInputs
输入
- output with
probe nextkind: repair - reason code and health checks
- 带有的
kind: repair输出结果probe next - 错误码与健康检查信息
Steps
步骤
- Run and capture failing checks.
probe doctor - Apply only required fixes:
- wallet issue -> rerun
probe onboard --wallet <name> - auth issue -> rerun to refresh auth
probe onboard - registration issue -> rerun
probe onboard --name "<display-name>" - nexus issue -> verify host/module flags and connectivity
- wallet issue -> rerun
- Rerun until checks pass.
probe doctor - Run and stop after new routed action appears.
probe next
- 运行并捕获失败的检查项。
probe doctor - 仅应用所需修复:
- 钱包问题 -> 重新运行
probe onboard --wallet <name> - 认证问题 -> 重新运行以刷新认证信息
probe onboard - 注册问题 -> 重新运行
probe onboard --name "<display-name>" - nexus问题 -> 验证主机/模块参数及连通性
- 钱包问题 -> 重新运行
- 重新运行直到检查全部通过。
probe doctor - 运行,直到出现新的非修复路由操作后停止。
probe next
Commands
命令
bash
probe doctor
probe onboard --name "<display-name>"
probe nextbash
probe doctor
probe onboard --name "<display-name>"
probe nextOutput Contract
输出约定
- Health returns to pass/warn with no critical failures.
- Agent can receive a non-repair route from .
probe next
- 健康状态恢复为通过/警告,无严重失败项。
- Agent能够从接收非修复类路由。
probe next