Initialize a workspace
Command
Section titled “Command”lasso init <path> \ --name <name> \ --runtime=codex[,claude][,grok] \ --module=<id> --module=<id>| Flag | Default | Meaning |
|---|---|---|
path | required | New or empty directory |
--name | directory basename | Workspace display name |
--runtime | codex | Agent runtimes to adapt for |
--module | catalog default = true | Extra modules to install |
Guided path: invoke the lasso-init skill.
Generated layout
Section titled “Generated layout”lasso.toml name + runtimeslasso.lock.toml pinned modulesproject-defs/registry.tomlprojects/work-items/active/plugins/lasso-core/.lasso/modules/ installed module payloadsAGENTS.mdCLAUDE.md → @AGENTS.md.codex/agents/ reviewer adapters.claude/agents/.agents/plugins/marketplace.json.claude-plugin/marketplace.jsondocs/INDEX.mdAfter init
Section titled “After init”cdinto the workspace- Install
lasso-coreinto your agent runtime - Register projects with
lasso project add - Run
lasso-doctorif discovery fails