mindbase_load_project
Load a project's README, context, and index for context injection, defaulting to the active project. Pass persist=true to switch the active project.
Instructions
Load the README + context + index.yaml for a project (defaults to currentProjectId in config.json). Returns the three file bodies for context injection. Read-only by default; pass persist=true to also update config.json currentProjectId (i.e. switch the active project).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| persist | No | If true, write projectId to config.json as currentProjectId. Default false (read-only). Use true only when the caller intends to switch the active project. | |
| projectId | No | Project id; if omitted, resolves to config.json currentProjectId |