mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
- Add SubtaskValidator class for parallel validation of subtask results - Implement validation types and interfaces - Add validation configuration to global settings - Create proof-of-concept integration with newTaskTool - Add comprehensive tests for validation logic This implements the "parallel universe" validation system proposed in issue #6970, allowing the orchestrator to validate subtask results in a separate context before accepting them, reducing propagated errors and improving overall reliability. |
||
|---|---|---|
| .. | ||
| npm | ||
| src | ||
| eslint.config.mjs | ||
| package.json | ||
| tsconfig.json | ||
| tsup.config.ts | ||
| vitest.config.ts | ||