MCPcopy Index your code
hub / github.com/openai/codex-plugin-cc / readOutputSchema

Function readOutputSchema

plugins/codex/scripts/lib/codex.mjs:1215–1217  ·  view source on GitHub ↗
(schemaPath)

Source from the content-addressed store, hash-verified

1213}
1214
1215export function readOutputSchema(schemaPath) {
1216 return readJsonFile(schemaPath);
1217}
1218
1219export { DEFAULT_CONTINUE_PROMPT, TASK_THREAD_PREFIX };

Callers 1

executeReviewRunFunction · 0.90

Calls 1

readJsonFileFunction · 0.90

Tested by

no test coverage detected