ait doctor — 完整参考
针对配置的 memory 根目录、runtime 根目录或 Plan 权威运行定向诊断。
适用人群: 用户与运维
作用边界#
用途: 针对配置的 memory 根目录、runtime 根目录或 Plan 权威运行定向诊断。
影响类别: 只读诊断;每个子命令校验一个明确选定的本地权威边界。
覆盖: ait doctor 下共 4 个公开 help surface。
下面的代码块原样保留 1.1.1 二进制的输出,包含它给出的每一个参数、选项、 默认值、可选值、冲突关系和必填要求。
完整命令树#
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 storage contract.
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help说明
查看生效的 AIT 配置和主机就绪状态,不做修复。
| 参数 / 选项 | 说明 |
|---|---|
memory-root | 校验配置的内存承载运行时根。 |
runtime-root | 查看生效的服务器运行时根位置。 |
plan-authority | 查看固定的 Rust 原生 Plan 存储契约。 |
help | 打印本消息或给定子命令的帮助 |
-h, --help | 打印帮助 |
ait 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')说明
校验 task_worktree.memory_root 中记录的已有内存承载根,及其带类型的容量和派生的 Task 运行时位置。此诊断绝不挂载、置备、修复或创建该根。
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_RUNTIME_DATA(或旧的 AIT_NATIVE_SERVER_DATA)选定的服务器运行时根,并报告 Snapshot 扫描是否保护它。
ait doctor plan-authority#
二进制描述: Inspect the fixed Rust-native Plan storage contract and required exports.
Inspect the fixed Rust-native Plan storage 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')说明
查看固定的 Rust 原生 Plan 存储契约和必需导出。