MCPcopy Create free account
hub / github.com/cursor/plugins / TreeVictim

Interface TreeVictim

orchestrate/skills/orchestrate/scripts/cli/util.ts:43–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 "set --slack-channel or SLACK_CHANNEL_ID, or unset SLACK_BOT_TOKEN to disable Slack";
42
43export interface TreeVictim {
44 taskName: string;
45 agentId: string;
46 runId: string;
47 branch: string;
48 parentAgentId: string | null;
49}
50
51export function crawlBranch(
52 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected