@chiefaia/cli
v0.1.0
Published
CAIA CLI — scaffold utilities, sites, and agents
Readme
@chiefaia/cli
The caia CLI — scaffold CAIA utilities, sites, and agents.
Install
npm install -g @chiefaia/cliCommands
caia new utility <name>
Creates a new @chiefaia/<name> package inside the current CAIA monorepo at packages/<name>/.
caia new utility my-utility
caia new utility my-utility --dry-run # preview without writingcaia new site <name>
Scaffolds a standalone Tier-5 site repo outside the monorepo.
caia new site my-site --domain my-site.comcaia new agent <name>
Tier-4 agent scaffolding — coming in a future release.
caia doctor
Audits a repository for CAIA compliance.
caia doctor # audit current directory
caia doctor --repo ../other # audit another path