Skip to content

Commit a780f3a

Browse files
edtadrosclaude
andcommitted
cleanup: remote (skill, v5.9.4 follow-on)
Drop unused readFileSync import in remote.ts — orphaned since v5.3.0 introduction and never referenced. Behavior identical. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 53041c2 commit a780f3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/remote.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* - Skip-and-flag for auto sync; AI-mediated resolution for conflicts
1111
*/
1212

13-
import { existsSync, statSync, mkdirSync, writeFileSync, unlinkSync, readFileSync } from "fs";
13+
import { existsSync, statSync, mkdirSync, writeFileSync, unlinkSync } from "fs";
1414
import os from "os";
1515
import * as path from "path";
1616
import { GnosysDB, DbMemory } from "./db.js";

0 commit comments

Comments
 (0)