@agent-starter/cli
v0.2.2
Published
Agent Starter CLI — init, inspect, adopt, plan, apply, catalog, doctor, eval, upgrade
Readme
@agent-starter/cli
The Agent Starter command-line interface. It bundles the Catalog, Blueprints, templates, and Coding Agent Skill required for deterministic local generation.
Install
npm install --global @agent-starter/cli
agent-starter init my-agent
agent-starter create my-agent --intent my-agent/agent.intent.yamlRun agent-starter --help to see the command surface. catalog list/verify/sync, plan,
create, apply, diff, inspect, adopt, reconcile, doctor, verify, eval, schema, and skills setup work
without a checkout of the source repository because their versioned assets ship
with the package.
Organization policy fingerprints are carried in the project Lock. Pass the same
--policy file to add, apply, and upgrade; changing a bound policy
requires --yes. catalog sync accepts a local mirror or HTTPS manifest and
can verify its SHA-256 before caching it. verify --run is opt-in and runs
project package scripts in place, with install scripts disabled.
For source, development, and release instructions, see the repository README.
