delimit_project_config
Manage AI governance for repositories using delimit.yml. Load existing config, initialize new setup with selected mode and preset, or find suitable model for specific task types.
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 | |||