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。 |