ait doctor — 完整参考
针对配置的 memory 根目录、runtime 根目录或 Plan 权威运行定向诊断。
适用人群: 用户与运维
作用边界#
用途: 针对配置的 memory 根目录、runtime 根目录或 Plan 权威运行定向诊断。
影响类别: 只读诊断;每个子命令校验一个明确选定的本地权威边界。
覆盖: ait doctor 下共 4 个公开 help surface。
下面的代码块原样保留 1.0.0 二进制的输出,包含它给出的每一个参数、选项、 默认值、可选值、冲突关系和必填要求。
完整命令树#
ait doctor
ait doctor memory-root
ait doctor runtime-root
ait doctor plan-authority原样输出的 help#
ait doctor#
二进制描述: Inspect effective AIT configuration and host readiness without repairing it.
Inspect effective AIT configuration and host readiness without repairing it.
Usage: ait doctor <COMMAND>
Commands:
memory-root Validate the configured memory-backed runtime root.
runtime-root Inspect the effective server runtime-root placement.
plan-authority Inspect the fixed Rust-native Plan authority contract.
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print helpait doctor memory-root#
二进制描述: Validate the existing memory-backed root recorded in task_worktree.memory_root, plus its typed capacity and derived Task runtime location. This diagnostic never mounts, provisions, repairs, or creates the root.
Validate the existing memory-backed root recorded in task_worktree.memory_root, plus its typed capacity and derived Task runtime location. This diagnostic never mounts, provisions, repairs, or creates the root.
Usage: ait doctor memory-root [OPTIONS]
Options:
--json
Emit the diagnostic payload as JSON.
-h, --help
Print help (see a summary with '-h')ait doctor runtime-root#
二进制描述: Inspect the server runtime root selected by AIT_RUNTIME_DATA (or legacy AIT_NATIVE_SERVER_DATA) and report whether Snapshot scans protect it.
Inspect the server runtime root selected by AIT_RUNTIME_DATA (or legacy AIT_NATIVE_SERVER_DATA) and report whether Snapshot scans protect it.
Usage: ait doctor runtime-root [OPTIONS]
Options:
--json
Emit the diagnostic payload as JSON.
-h, --help
Print help (see a summary with '-h')ait doctor plan-authority#
二进制描述: Inspect the fixed Rust-native Plan authority contract and required exports.
Inspect the fixed Rust-native Plan authority contract and required exports.
Usage: ait doctor plan-authority [OPTIONS]
Options:
--json
Emit the diagnostic payload as JSON.
-h, --help
Print help (see a summary with '-h')