Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SethGammon/Citadel
/ print
Function
print
scripts/codex-automation.js:18–20 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
16
}
17
18
function
print(value) {
19
console.log(JSON.stringify(value, null, 2));
20
}
21
22
const
mode = process.argv[2] ||
'plan'
;
23
Callers
1
codex-automation.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected