MCPcopy
hub / github.com/openai/codex-plugin-cc / defaultState

Function defaultState

plugins/codex/scripts/lib/state.mjs:19–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17}
18
19function defaultState() {
20 return {
21 version: STATE_VERSION,
22 config: {
23 stopReviewGate: false
24 },
25 jobs: []
26 };
27}
28
29export function resolveStateDir(cwd) {
30 const workspaceRoot = resolveWorkspaceRoot(cwd);

Callers 2

loadStateFunction · 0.85
saveStateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected