MCPcopy 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
43function jsonl(messages) {
44 return messages.map((msg) => JSON.stringify(msg)).join('\n') + (messages.length ? '\n' : '');
45}
46
47function sandboxPolicyFor(value, projectRoot) {
48 if (!value) return null;

Callers 1

finishFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected