MCPcopy Create free account
hub / github.com/SethGammon/Citadel / setupCodexProjectRuntime

Function setupCodexProjectRuntime

scripts/skill-bench.js:568–575  ·  view source on GitHub ↗
(tmpDir)

Source from the content-addressed store, hash-verified

566}
567
568function setupCodexProjectRuntime(tmpDir) {
569 execFileSync(process.execPath, [path.join(PLUGIN_ROOT, 'scripts', 'codex-compat.js'), tmpDir], {
570 cwd: PLUGIN_ROOT,
571 encoding: 'utf8',
572 stdio: 'pipe',
573 timeout: 60000,
574 });
575}
576
577/**
578 * Snapshot telemetry line counts before execution (used with --verify-hooks).

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected