MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / job

Function job

test/fanout-runner.test.ts:5–7  ·  view source on GitHub ↗
(label: string, extra: Partial<FanoutJob> = {})

Source from the content-addressed store, hash-verified

3import { setSubAgentRunner } from '../src/tools/builtin/task.js';
4
5function job(label: string, extra: Partial<FanoutJob> = {}): FanoutJob {
6 return { label, prompt: `do ${label}`, sessionId: `s/${label}`, ...extra };
7}
8
9afterEach(() => setSubAgentRunner(null));
10

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected