Commit b29b393
committed
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.1 parent 5f3c67f commit b29b393
File tree
6 files changed
+1001
-0
lines changed- packages/types/src
- src/core
- subtask-validation
- __tests__
- tools
6 files changed
+1001
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
158 | 166 | | |
159 | 167 | | |
160 | 168 | | |
| |||
0 commit comments