clawproxy.js:90 · fs_write
Filesystem write to a path that is not obviously a temp directory.
fs.writeFileSync(path.join(LOGS_DIR, `context_raw.json`), JSON.stringify(rawMessages, null, 2));
clawproxy.js:181 · fs_write
Filesystem write to a path that is not obviously a temp directory.
fs.writeFileSync(path.join(LOGS_DIR, `context_compacted.json`), JSON.stringify(payload.messages, null, 2));
clawproxy.js:261 · fs_write
Filesystem write to a path that is not obviously a temp directory.
fs.writeFileSync(path.join(LOGS_DIR, `context_compacted.json`), JSON.stringify(payload.messages, null, 2));
clawproxy.js:265 · fs_write
Filesystem write to a path that is not obviously a temp directory.
fs.writeFileSync(path.join(LOGS_DIR, `context_raw.json`), JSON.stringify(rawMessages, null, 2));