edit_project
Replace a named section in .context/project.md with new content to keep project documentation accurate and up to date.
Instructions
Replace a single named top-level (##) section of .context/project.md.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The section's new body, excluding the heading line. | |
| section | Yes | Exact ## heading text, without the ## marker. | |
| 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. |