指令參考¶
初始化與健檢¶
Adapter¶
claude-code 可換成 codex、aider、gemini、cursor、shell。
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 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