Register projects
lasso project add --project=app --repo-url=git@github.com:you/app.gitlasso setup --only=appRegistry entry (project-defs/app/project.toml) contains only:
kind = "external"repo = "git@github.com:you/app.git"default_branch = "main"Kinds:
external— independent Git repo, ordinary clone atprojects/<name>/subdir— content committed underprojects/<name>/in the workspace
Skill: project-add.
Inspect
Section titled “Inspect”lasso project list --format=jsonlasso project path appUpdate / remove
Section titled “Update / remove”lasso project update --project=applasso project update --project=app --checklasso project rm --project=app --yesSkills: project-update, project-rm.
Boundary
Section titled “Boundary”Do not put build commands, deploy metadata, credentials, or API catalogs in
project.toml. Resolve the checkout, then follow that project’s AGENTS.md.