1.1.1
ait commit — 完整参考
通过 Git 友好的 commit 命名入口创建 AIT Snapshot。
适用人群: 开发者与 coding agent
作用边界#
用途: 通过 Git 友好的 commit 命名入口创建 AIT Snapshot。
影响类别: 使用与 snapshot create 相同的 Snapshot 权威记录不可变的本地仓库状态。
覆盖: ait commit 下共 1 个公开 help surface。
下面的代码块原样保留 1.1.1 二进制的输出,包含它给出的每一个参数、选项、 默认值、可选值、冲突关系和必填要求。
完整命令树#
ait commit原样输出的 help#
ait commit#
二进制描述: Git-friendly alias for ait snapshot create. Capture the managed workspace as a new immutable local Snapshot and advance the current Line head. The result remains an AIT Snapshot, uses the same output and safety checks, and does not publish remote data.
Git-friendly alias for `ait snapshot create`. Capture the managed workspace as a new immutable local Snapshot and advance the current Line head. The result remains an AIT Snapshot, uses the same output and safety checks, and does not publish remote data.
Usage: ait commit [OPTIONS]
Options:
-m, --message <MESSAGE>
Record an optional human-readable Snapshot message.
--json
Emit the compact versioned machine-readable creation payload.
--full
With --json, emit the previous complete stable creation payload.
-h, --help
Print help (see a summary with '-h')说明
ait snapshot create 的 Git 友好别名。把受管工作区记录为新的不可变本地 Snapshot,并推进当前 Line head。结果仍是 AIT Snapshot,使用相同输出和安全检查,不发布远程数据。