feat(ql3): compare bounded task run outcomes

This commit is contained in:
whyour
2026-08-14 17:18:25 +08:00
parent a55613afaa
commit 828370c60b
22 changed files with 1802 additions and 22 deletions
@@ -193,7 +193,9 @@ test('confines local MCP to its reviewed protocol and read-authority subpaths',
"import { runs } from '@qinglong/runtime-core/bounded-run-list-projection';",
"import { run } from '@qinglong/runtime-core/run';",
"import { compare } from '@qinglong/runtime-core/builtin-run-compare-projection';",
"import { outcomes } from '@qinglong/runtime-core/builtin-task-run-outcome-compare-projection';",
"import { tool } from '@qinglong/runtime-core/builtin-run-read-projection';",
"import { window } from '@qinglong/runtime-core/task-run-outcome-window';",
"import { tasks } from '@qinglong/runtime-core/bounded-task-list-projection';",
"import { task } from '@qinglong/runtime-core/bounded-task-read-projection';",
"import { trigger } from '@qinglong/runtime-core/trigger';",