Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SethGammon/Citadel
/ jsonl
Function
jsonl
scripts/codex-app-server-capture.js:43–45 ·
view source on GitHub ↗
(messages)
Source
from the content-addressed store, hash-verified
41
}
42
43
function
jsonl(messages) {
44
return
messages.map((msg) => JSON.stringify(msg)).join(
'\n'
) + (messages.length ?
'\n'
:
''
);
45
}
46
47
function
sandboxPolicyFor(value, projectRoot) {
48
if
(!value)
return
null;
Callers
1
finish
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected