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

Function resolveTaskBody

orchestrate/skills/orchestrate/scripts/cli/util.ts:280–285  ·  view source on GitHub ↗
(parts: string[])

Source from the content-addressed store, hash-verified

278}
279
280export function resolveTaskBody(parts: string[]): string {
281 if (parts.length === 1 && parts[0] === "-") {
282 return readFileSync(0, "utf8");
283 }
284 return parts.join(" ");
285}
286
287export function parseRespawnSourceOrBail(value: string): RespawnSource {
288 switch (value) {

Callers 1

registerCommentCommandsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected