mindbase_init_project
Scaffold a MindBase project with the standard v2 layout: README, context, index, sources, state, logs, and artifacts. Avoids overwriting existing projects, so you can initialize safely.
Instructions
Scaffold a new MindBase project with the v2 layout: README.md, context.md, index.yaml, sources/contributors/, sources/research/, sources/raw/, state/, logs/, artifacts/. Idempotent — refuses to overwrite existing project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Project name (will be slugified to project id) | |
| mission | No | Optional one-line project mission | |
| template | No | Template: empty | investigation | literature-review | market-research | reading-companion | topic-tracker |