Command reference¶
Initialization and health¶
Adapters¶
Replace claude-code with codex, aider, gemini, cursor, or
shell as needed.
Attempts and 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¶
Wrapping commands¶
ait run --adapter claude-code --intent "Refactor query parser" -- claude
ait run --adapter codex --intent "Implement parser edge cases" -- codex
ait run --adapter aider --intent "Fix auth expiry" -- aider src/auth.py
ait run --adapter shell --intent "Regenerate fixtures" -- \
python scripts/regenerate_fixtures.py