write_project
Overwrites the project context file (.context/project.md) with new content to keep documentation, architecture decisions, and session notes current. Optionally reindexes the context after writing.
Instructions
Overwrite the full content of .context/project.md.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The full new content of project.md. | |
| auto_reindex | No | When true, automatically re-run `index_project_context` after the write and include its result. When false (default), the response includes a manual-reindex reminder. | |
| project_path | Yes | Absolute filesystem path, a short 'owner/repo' identifier, or a full https:// repository URL. |