MCPcopy Create free account
hub / github.com/cortexkit/magic-context / PiInvocation

Interface PiInvocation

packages/pi-plugin/src/subagent-runner.ts:59–62  ·  view source on GitHub ↗

How to spawn a Pi child: the binary plus any fixed leading args. Always * spawned without a shell (see resolvePiInvocation).

Source from the content-addressed store, hash-verified

57/** How to spawn a Pi child: the binary plus any fixed leading args. Always
58 * spawned without a shell (see {@link resolvePiInvocation}). */
59interface PiInvocation {
60 command: string;
61 prefixArgs: string[];
62}
63
64/**
65 * Resolve how to spawn a Pi subagent, robust across POSIX and Windows.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected