(developerInstructions: string)
| 11 | describe('appServerConfig', () => { |
| 12 | const mcpServers = { hapi: { command: 'node', args: ['mcp'] } }; |
| 13 | const withCollaborationInstructions = (developerInstructions: string): string => { |
| 14 | return `${developerInstructions}\n\n${codexCollaborationSpawnAgentInstructions}`; |
| 15 | }; |
| 16 | |
| 17 | it('applies CLI overrides when permission mode is default', () => { |
| 18 | const params = buildThreadStartParams({ |
no outgoing calls
no test coverage detected