project_create
Start a project to organize tasks by providing a unique key and display name. Add optional details like repo, tech stack, and sources.
Instructions
Create a new project for organizing tasks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Unique project identifier | |
| clone | No | If true, clone repo_url to base_path | |
| sources | No | Initial references, documentation, or research sources for the project | |
| repo_url | No | Git repository URL | |
| base_path | No | Absolute path to project source code | |
| tech_stack | No | Technologies used | |
| description | No | Optional project description explaining the context of the project | |
| display_name | Yes | Human-readable project name |