跳轉到

指令參考

初始化與健檢

ait init
ait status
ait status --all
ait doctor
ait doctor --fix

Adapter

ait adapter list
ait adapter doctor claude-code
ait adapter setup claude-code

claude-code 可換成 codexaidergeminicursorshell

Attempts 與 intents

ait attempt list
ait attempt show <attempt-id>
ait attempt promote <attempt-id> --to main
ait attempt discard <attempt-id>

ait intent show <intent-id>
ait context <intent-id>

Memory

ait memory
ait memory search "auth adapter"
ait memory recall "billing retry"
ait memory lint
ait memory lint --fix

Graph

ait graph
ait graph --html

包裝指令

ait run --adapter claude-code --intent "重構 query parser" -- claude
ait run --adapter codex --intent "實作 parser edge cases" -- codex
ait run --adapter aider --intent "修 auth expiry" -- aider src/auth.py
ait run --adapter shell --intent "重生 fixtures" -- \
  python scripts/regenerate_fixtures.py

修復

ait repair
ait repair codex

升級

ait upgrade
ait upgrade --dry-run
ait --version

Shell auto-activation

ait shell show --shell zsh
ait shell install --shell zsh
ait shell uninstall --shell zsh