lore_create_project
Creates a new project in a specified organization using the organization slug and project name. An optional explicit slug can override the default derived slug.
Instructions
Create a new project in one of your organizations. Pass the organization slug (from lore_projects) and a name; the slug is derived from the name (lowercase, dashes) unless you pass an explicit slug. Used by /lore:init when the user chooses to create a new project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Human-readable project name, e.g. "Trading Bot". | |
| slug | No | Optional explicit slug. Defaults to a slug derived from the name. | |
| organization | Yes | Slug of the organization to create the project in (from lore_projects). |