project_profile
Create, get, or list project profiles to store and retrieve per-project conventions, languages, and frameworks for multi-project support.
Instructions
Manage project profiles for multi-project support
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Project ID (required for get/create) | |
| name | No | Project name (required for create) | |
| action | Yes | Action to perform (get, create, list) | |
| root_path | No | Project root path (optional) | |
| frameworks | No | Frameworks used (optional) | |
| primary_language | No | Primary programming language (optional) | |
| conventions_summary | No | Summary of project conventions (optional) |