@open-agent-toolkit/cli
v0.0.66
Published
Open Agent Toolkit CLI
Readme
@open-agent-toolkit/cli
Open Agent Toolkit command-line interface for provider sync, docs tooling, workflow utilities, and diagnostics.
The CLI also supports project-scoped instruction sync for nested AGENTS.md / CLAUDE.md files, including pointer, symlink, and hard-copy repair strategies plus Claude-only adoption.
Install
npm install -g @open-agent-toolkit/cliRun without a global install:
npx @open-agent-toolkit/cli --helpQuick Start
oat init --scope project
oat status --scope all
oat sync --scope all
oat config describeAdditional useful entry points:
oat tools installoat instructions validate --strategy pointeroat instructions sync --dry-run --strategy symlinkoat docs init --app-name my-docsoat config dump --jsonoat project status --jsonoat project list --jsonoat project complete-state /path/to/projectoat project archive syncoat doctor
Inspection Commands
Use these commands when you want structured runtime/project state out of the CLI:
oat config dump --json- emit merged OAT config with per-key source attributionoat project status --json- emit the active project's full parsed control-plane stateoat project list --json- emit summary state for tracked projects under the configured projects rootoat project complete-state <project-path>- emit the canonical completed lifecycle shape into a tracked project'sstate.md
Requirements
- Node.js
>=22.17.0
