Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
19
function
defaultState() {
20
return
{
21
version: STATE_VERSION,
22
config: {
23
stopReviewGate: false
24
},
25
jobs: []
26
};
27
}
28
29
export
function
resolveStateDir(cwd) {
30
const
workspaceRoot = resolveWorkspaceRoot(cwd);
Callers
2
loadState
Function · 0.85
saveState
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected