activate_project
Initialize a project for code tracking by creating the .CodeRecoder cache directory with structured data. Specify the project path and optionally set language or custom name.
Instructions
Activate a project for code tracking. Creates .CodeRecoder cache directory with structured data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | Optional programming language (auto-detected if not provided) | |
| projectName | No | Optional custom name for the project | |
| projectPath | Yes | Absolute path to the project directory |