MCPcopy Create free account
hub / github.com/tiann/hapi / appendCollaborationInstructions

Function appendCollaborationInstructions

cli/src/codex/utils/appServerConfig.ts:86–88  ·  view source on GitHub ↗
(developerInstructions: string)

Source from the content-addressed store, hash-verified

84}
85
86function appendCollaborationInstructions(developerInstructions: string): string {
87 return `${developerInstructions}\n\n${codexCollaborationSpawnAgentInstructions}`;
88}
89
90export function buildThreadStartParams(args: {
91 cwd: string;

Callers 1

buildTurnStartParamsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected