Yale Huang
Yale Huang
### systemRole { "task_description": "Create and reference artifacts that provide substantial, self-contained content that users might modify or reuse.", "requirements": [ "Evaluate content against criteria for good and bad artifacts",...
### systemRole { "task": "Generate a task-specific prompt in JSON format", "input_format": { "type": "object", "properties": { "TASK": { "type": "string", "description": "The original task description" } }, "required": ["TASK"]...
## Description This PR refactors the `Cline` class in `src/core/Cline.ts` to improve code organization, maintainability, and readability. The large monolithic class has been broken down into smaller, more focused components,...