ait workflow — 完整参考
对有界改动分类、校准工作流状态、准备远程就绪条件,并推动配置好的收尾决策。
适用人群: coding agent 与运维
作用边界#
用途: 对有界改动分类、校准工作流状态、准备远程就绪条件,并推动配置好的收尾决策。
影响类别: guide 为只读;带 apply 的校准、就绪和收尾形式会改动所声明的范围。
覆盖: ait workflow 下共 5 个公开 help surface。
下面的代码块原样保留 1.1.1 二进制的输出,包含它给出的每一个参数、选项、 默认值、可选值、冲突关系和必填要求。
完整命令树#
ait workflow
ait workflow guide
ait workflow reconcile
ait workflow ready
ait workflow finish原样输出的 help#
ait workflow#
二进制描述: Prepare Changes for review, finish ready work, and repair workflow state.
Prepare Changes for review, finish ready work, and repair workflow state.
Usage: ait workflow <COMMAND>
Commands:
guide Show step-by-step guidance for common inventory and finish operations.
reconcile Inspect Task, Change, Line, worktree, closeout, and Plan bindings for repair; dry-run is the default and never changes Plan state.
ready Check or prepare one Change for review and remote finish; changes require --apply.
finish Check or apply remote Review and Policy requirements for one Change's selected Patchset, then safely finish the ready Change.
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help说明
准备 Change 以供评审,完成已就绪工作,并修复工作流状态。
| 参数 / 选项 | 说明 |
|---|---|
guide | 显示常见清单与 finish 操作的逐步指引。 |
reconcile | 查看 Task、Change、Line、worktree、收尾以及 Plan 绑定以便修复;默认是 dry-run,且绝不改变 Plan 状态。 |
ready | 检查一个 Change,或为评审和远程 finish 做准备;改动必须带 --apply。 |
finish | 检查或应用一个 Change 所选 Patchset 的远程 Review 与 Policy 要求,然后安全完成已就绪的 Change。 |
help | 打印本消息或给定子命令的帮助 |
-h, --help | 打印帮助 |
ait workflow guide#
二进制描述: Show step-by-step guidance for common inventory and finish operations.
Show step-by-step guidance for common inventory and finish operations.
Usage: ait workflow guide [TOPIC]
Arguments:
[TOPIC]
Options:
-h, --help Print help说明
显示常见清单与 finish 操作的逐步指引。
| 参数 / 选项 | 说明 |
|---|---|
-h, --help | 打印帮助 |
ait workflow reconcile#
二进制描述: Inspect Task, Change, Line, worktree, closeout, and Plan bindings for repair; dry-run is the default and never changes Plan state.
Inspect Task, Change, Line, worktree, closeout, and Plan bindings for repair; dry-run is the default and never changes Plan state.
Usage: ait workflow reconcile [OPTIONS]
Options:
--remote <REMOTE>
--task <TASK>
--dry-run
--apply
--safe-only
--scheduled Run one bounded remote-worker reconciliation pass; implies --safe-only and requires a selected or default remote
--limit <LIMIT> [default: 100]
--json
-h, --help Print help说明
查看 Task、Change、Line、worktree、收尾以及 Plan 绑定以便修复;默认是 dry-run,且绝不改变 Plan 状态。
| 参数 / 选项 | 说明 |
|---|---|
--scheduled | 运行一轮有界的远程 worker 调和;隐含 --safe-only,且需要选定或默认的远程 |
--limit <LIMIT> | [default: 100] |
-h, --help | 打印帮助 |
ait workflow ready#
二进制描述: Check or prepare one Change for review and remote finish; changes require --apply.
Check or prepare one Change for review and remote finish; changes require --apply.
Usage: ait workflow ready [OPTIONS] <CHANGE_ID>
Arguments:
<CHANGE_ID>
Options:
--apply
--snapshot-message <SNAPSHOT_MESSAGE>
--summary <SUMMARY>
--tests <TESTS>
--lint <LINT>
--security <SECURITY>
--license <LICENSE>
--author-mode <AUTHOR_MODE>
[possible values: human_only, human_with_ai_assist, ai_with_human_review, ai_only_experimental]
--model <MODEL>
--remote <REMOTE>
-h, --help
Print help说明
检查一个 Change,或为评审和远程 finish 做准备;改动必须带 --apply。
ait workflow finish#
二进制描述: Check or apply remote Review and Policy requirements for one Change's selected Patchset, then safely finish the ready Change.
Check or apply remote Review and Policy requirements for one Change's selected Patchset, then safely finish the ready Change.
Usage: ait workflow finish [OPTIONS] <CHANGE_ID>
Arguments:
<CHANGE_ID> Remote Change id to inspect or finish through reviewer-owned closeout.
Options:
--apply
Apply the safe next reviewer, policy, and atomic closeout actions instead of only showing state.
--review-message <REVIEW_MESSAGE>
Structured exact-Patchset AI review summary authored by the executing reviewer app.
--remote <REMOTE>
Use the named remote instead of the configured default remote.
-h, --help
Print help说明
检查或应用一个 Change 所选 Patchset 的远程 Review 与 Policy 要求,然后安全完成已就绪的 Change。
| 参数 / 选项 | 说明 |
|---|---|
<CHANGE_ID> | 要查看或通过评审者持有的收尾完成的远程 Change ID。 |