Create project
create_projectCreate a named project in the central store and initialize an initial git commit. Safe to rerun on existing names; existing claims remain untouched.
Instructions
Create or initialize a named project in the central store. Creates a directory and an initial git commit. Safe to call on a name that already exists: existing claims are left untouched, so it is effectively idempotent. For central mode only — hosts with no project directory. Inside a git repo, state belongs in the repo instead, which the continuity init CLI sets up.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Short kebab-case project name. Becomes the directory under ~/.continuity/projects and the handle passed as `project` to every other tool. | |
| mission | No | One sentence on what the project is for. Rendered as the resume context's title, so a future session sees it first. |