delimit_project_config
Load, initialize, or update AI governance configuration for your repository. Set governance mode and task-specific model choices in a committable YAML file.
Instructions
Manage delimit.yml project configuration.
A committable YAML file that defines AI governance for your repo. Your teammates get the same AI setup when they clone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | "load", "init", or "model". | load |
| project_path | No | Project root directory. | . |
| mode | No | Governance mode for init (advisory/guarded/enforce). | advisory |
| preset | No | Policy preset for init (strict/default/relaxed). | default |
| task_type | No | Task type for model lookup (refactoring/testing/docs/debugging). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||