feat(ql3): expose run comparison over local mcp

This commit is contained in:
whyour
2026-08-14 16:23:22 +08:00
parent 3b0aa97303
commit a55613afaa
8 changed files with 285 additions and 11 deletions
@@ -192,6 +192,7 @@ test('confines local MCP to its reviewed protocol and read-authority subpaths',
"import { approval } from '@qinglong/runtime-core/approved-action';",
"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 { tool } from '@qinglong/runtime-core/builtin-run-read-projection';",
"import { tasks } from '@qinglong/runtime-core/bounded-task-list-projection';",
"import { task } from '@qinglong/runtime-core/bounded-task-read-projection';",