Roo-Code/packages/types
Roo Code b29b393de5 feat: implement robust subtask validation system
- 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.
2025-08-12 06:38:27 +00:00
..
npm Add submitUserMessage to Task (#6895) 2025-08-10 03:13:15 -04:00
src feat: implement robust subtask validation system 2025-08-12 06:38:27 +00:00
eslint.config.mjs Add a new @roo-code/types package and use it everywhere (#3912) 2025-05-26 12:06:45 -07:00
package.json Stop making types private (#6737) 2025-08-05 11:56:16 -07:00
tsconfig.json Add a new @roo-code/types package and use it everywhere (#3912) 2025-05-26 12:06:45 -07:00
tsup.config.ts Bump @roo-code/types to v1.42.0 (#6610) 2025-08-02 13:27:59 -07:00
vitest.config.ts Convert jest tests to vitest and disable default watch mode for vitest (#4568) 2025-06-11 14:48:01 -07:00