MCPcopy Create free account
hub / github.com/SethGammon/Citadel / defaultOutPath

Function defaultOutPath

scripts/codex-app-server-capture.js:27–30  ·  view source on GitHub ↗
(projectRoot)

Source from the content-addressed store, hash-verified

25}
26
27function defaultOutPath(projectRoot) {
28 const stamp = new Date().toISOString().replace(/[:.]/g, '-');
29 return path.join(projectRoot, '.planning', 'app-server', `capture-${stamp}.jsonl`);
30}
31
32function resolveCodexInvocation(codexBin) {
33 if (codexBin) return { command: codexBin, prefixArgs: [], shell: process.platform === 'win32' };

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected