configure_project
Configure project settings in alcove.toml to customize diagram formats, required core docs, team files, and public documentation. Updates only specified fields while preserving existing values.
Instructions
Create or update per-project settings in alcove.toml. Each project can override global defaults for: diagram format, required core docs, team docs, and public docs. Only the fields you specify are changed; unmentioned settings are preserved. Run init_project first if the project does not yet exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| core_files | No | Required internal docs for this project (overrides global core list) | |
| diagram_format | No | Diagram syntax to use in this project's docs (e.g. "mermaid", "plantuml") | |
| project_name | Yes | Name of the project to configure | |
| public_files | No | Public-facing docs recognized for this project | |
| team_files | No | Supplementary team docs recognized for this project |