Quick start
1. Build the CLI
Section titled “1. Build the CLI”git clone git@github.com:dravengarden/lasso.gitcd lassojust buildexport PATH="$PWD/bin:$PATH"export LASSO_KIT_ROOT="$PWD"lasso version2. Initialize a workspace
Section titled “2. Initialize a workspace”lasso init ~/my-fleet \ --name my-fleet \ --runtime=codex,claude \ --module=lang-gocd ~/my-fleetThis writes lasso.toml, lasso.lock.toml, project-defs/, work-items/,
AGENTS.md, runtime adapters, and vendors plugins/lasso-core.
3. Install the core plugin
Section titled “3. Install the core plugin”From the workspace directory:
codex plugin marketplace add .codex plugin add lasso-core@lassoClaude Code / Grok Build followers:
claude plugin marketplace add .claude plugin install lasso-core@lassoStart a new agent session after install.
4. Register a project
Section titled “4. Register a project”lasso project add --project=app --repo-url=git@github.com:you/app.gitlasso setup --only=applasso project path appRead that checkout’s AGENTS.md and use its own build commands.
5. Add or remove modules
Section titled “5. Add or remove modules”lasso module listlasso module add securitylasso module remove security --yesOr ask an agent to use the lasso-add-module / lasso-remove-module skills.