(filePath)
| 22 | const CITADEL_ROOT = path.resolve(__dirname, '..'); |
| 23 | const CODEX_PLUGIN_HOOKS_PATH = './runtimes/codex/hooks.json'; |
| 24 | |
| 25 | function readJson(filePath) { |
| 26 | return JSON.parse(fs.readFileSync(filePath, 'utf8').replace(/^\/\/.*\n/, '')); |
| 27 | } |
| 28 | |
| 29 | function testRepositoryHookPackagingBoundary() { |
no outgoing calls
no test coverage detected