@talariaos/cli
v2.4.21
Published
Talaria CLI - Intelligent multi-agent orchestration for Codex
Downloads
96
Maintainers
Readme
Talaria CLI
Intelligent multi-agent orchestration for Codex CLI.
Installation
Method 1: npx (Recommended)
npx @talariaos/cli initMethod 2: Global npm install
npm install -g @talariaos/cli
tla initMethod 3: curl (Fastest)
curl -fsSL https://talariaos.dev/install.sh | bash
export PATH="$HOME/.local/bin:$PATH"
tla initUsage
Initialize Talaria
tla initInstalls Talaria to ~/.codex/skills/ and creates necessary symlinks.
Onboard Repository
cd your-project
tla onboard --applyCreates:
.codex/directory with hooks and config.codex/hooks/directory.codex/config.toml.codex/hooks.json.codex/talaria_*.mjshelper scriptsAGENTS.mdin repo root
Update Talaria
tla updateUpdates to the latest version with automatic migration.
Commands
| Command | Description |
|---------|-------------|
| tla init | Install Talaria to ~/.codex/skills/ |
| tla onboard [--apply] | Onboard current repository |
| tla update | Update to latest version |
| tla --version | Show version |
| tla --help | Show help |
Error Codes
| Code | Meaning | Fix |
|------|---------|-----|
| NODE_VERSION | Node too old | Install Node 20+ |
| PERMISSION_DENIED | Cannot create directory | Check permissions |
| COLLISION | File exists but not symlink | Run tla update |
| MISSING_DEPENDENCY | Optional tool missing | Install beads_rust |
Requirements
- Node.js >= 20.0.0
- Optional: beads_rust (for issue tracking)
License
MIT
