ACB CLI
Connect a coding project to AiContextBase with a project config and task summaries.
Use Connect AI to create a Connection key. Save it in your own tool environment and keep the key private after the one-time display.
Setup
ACB_API_URL=https://aicontextbase.com ACB_PROJECT_SLUG=your-project ACB_AGENT_KEY=your-connection-key
Initialize project
acb init acb status
Pull context
acb pull-context --project your-project --target-ai codex --task "implement feature"
Save update
acb record-summary --project your-project --result success --summary "What changed"