@ai-eng-system/cli
v1.4.0
Published
Compounding engineering system for Claude Code and OpenCode. Shared agents, commands, skills, and plugin development tools.
Downloads
1,488
Maintainers
Readme
@ai-eng-system/cli
Executable package for the AI Engineering System.
This is the package end users install when they want the ai-eng command and the guided installation flow for OpenCode and related assets.
Install
npm install -g @ai-eng-system/cliThen install the packaged assets into your target environment:
ai-eng install --scope project
ai-eng install --scope globalPackage Role
@ai-eng-system/cli is one of three published packages:
@ai-eng-system/core- shared library and content-loading helpers@ai-eng-system/toolkit- packaged Claude/OpenCode/plugin assets@ai-eng-system/cli- executable installer and command-line workflows
Typical Usage
ai-eng ralph "implement authentication"
ai-eng install --scope projectInstalled command assets include:
/ai-eng/research/ai-eng/specify/ai-eng/plan/ai-eng/work/ai-eng/review/ai-eng/simplify
Build From Source
From the repo root:
bun install
bun run buildFrom this package directory:
bun run build:cli
bun run test:buildManifest Layout
packages/cli/package.json- development manifest withworkspace:*packages/cli/package.json.dev- recovery/reference copypackages/cli/package.json.publish- publish manifest with a real semver dependency on@ai-eng-system/core
Current Release
Current published version: 0.6.0
