project_info
Get or set project information such as name, language, or basic details in the configuration file to maintain consistent project standards.
Instructions
Get or set project information in configuration file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform: "get" to retrieve info, "set" to update info | |
| key | No | Key to update when action is "set" (projectName|developmentLanguage|basicInfo) | |
| value | No | Value to set when action is "set" |