configure_project
Set or update project-specific settings for diagram format, core docs, team docs, and public docs. Only specified fields are changed; others stay as in global defaults.
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 |