(value: string)
| 622 | } |
| 623 | |
| 624 | function formatTomlString(value: string): string { |
| 625 | return JSON.stringify(value) |
| 626 | } |
| 627 | |
| 628 | function assertNoCodexAgentFilenameCollisions( |
| 629 | agents: NonNullable<CodexBundle["agents"]>, |
no outgoing calls
no test coverage detected