project_add
Register a project with a name and directory, enabling launch by name via dev_start. Optionally specify a dev command and default URL.
Instructions
Save (or replace) a project in the registry so you can dev_start it by name. Replaces any existing project with the same name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cmd | No | Dev command (optional; auto-detected if omitted). | |
| cwd | Yes | Project directory. | |
| url | No | Default URL to open in the browser pane (optional). | |
| name | Yes | Unique project name (used to dev_start it later). |