project_setup
Creates a new project, attaches repository paths, and optionally sets it as active for immediate use.
Instructions
Create a new project, optionally attach repos and set it active.
Args: name: Project name (required). repo_paths: Optional list of repository paths to attach. set_active: Whether to set this project as active (default True).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| repo_paths | No | ||
| set_active | No |