scripts/health-snapshot.ts:47 · fs_write
Filesystem write to a path that is not obviously a temp directory.
await writeFile(out, JSON.stringify(snapshot, null, 2) + "\n", "utf8");
scripts/evidence-gate.ts:48 · fs_write
Filesystem write to a path that is not obviously a temp directory.
await writeFile(path, `${JSON.stringify(bundle, null, 2)}\n`, "utf8");scripts/validate-task-store.ts:13 · fs_write
Filesystem write to a path that is not obviously a temp directory.
await writeFile(
scripts/validate-task-store.ts:26 · fs_write
Filesystem write to a path that is not obviously a temp directory.
await writeFile(
scripts/periodic-snapshot.ts:24 · fs_write
Filesystem write to a path that is not obviously a temp directory.
await writeFile(tmp, `${JSON.stringify(value, null, 2)}\n`, "utf8");scripts/stall-auto-heal.ts:60 · fs_write
Filesystem write to a path that is not obviously a temp directory.
await writeFile(auditPath, `${old}${line}\n`, "utf8");scripts/stall-auto-heal.ts:99 · fs_write
Filesystem write to a path that is not obviously a temp directory.
await writeFile(reportPath, `${JSON.stringify(report, null, 2)}\n`, "utf8");scripts/ui-smoke.js:22 · fs_write
Filesystem write to a path that is not obviously a temp directory.
const logStream = fs.createWriteStream(LOG_FILE);
- + 13 more