Skip to content

v0.3.1

Latest

Choose a tag to compare

@muness muness released this 20 Jan 21:28
· 4 commits to master since this release
242c377

Installation

Claude Code

claude plugin marketplace add cloud-atlas-ai/ba
claude plugin install ba@ba
/ba init

OpenCode

mkdir -p .opencode/plugin
curl -L -o .opencode/plugin/ba.js \
  https://github.com/cloud-atlas-ai/ba/releases/latest/download/index.js

See opencode-plugin/README.md for details.

Codex

  1. Enable skills in ~/.codex/config.toml:
    [features]
    skills = true
  2. Install the skill:
    mkdir -p ~/.codex/skills/ba
    curl -o ~/.codex/skills/ba/SKILL.md \
      https://raw.githubusercontent.com/cloud-atlas-ai/ba/master/codex-skill/SKILL.md
  3. Initialize in your project by asking the agent:

    $ba init

See codex-skill/README.md for more details.