CLI
packages/cli — the arbe command. Thin dispatch in src/cli.ts routing to handler modules described in architecture.md. Run arbe with no args for the full command listing.
The CLI assembles run and session data from local and remote sources. @arbe/core/client doesn’t cover runs or sessions yet — these should converge.
Core loop: arbe task ready → arbe task claim <id> → implement → arbe task close <id>. Interactive work via arbe chat, autonomous via arbe loop, sandbox dispatch via arbe do. arbe runs and arbe sessions inspect run/session state. arbe login stores an auth token for Supabase sync.
Use this page as a map:
arbe task→ Tasksarbe chat,arbe loop,arbe do,arbe wait,arbe runs→ Control planearbe sessions,arbe session,arbe resume,arbe result→ Sessionsarbe sandbox,arbe x→ Sandbox containersarbe debug→ Debuggingarbe skills→ Skills
For the model behind runs and sessions, see Runs and sessions.