Skip to content

Commit f162b12

Browse files
steipetecxbAsDev
andcommitted
refactor: isolate bounded read ownership
Co-authored-by: 陈宪彪0668000387 <[email protected]>
1 parent e5f1082 commit f162b12

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/cli/config-set-input.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// Input-mode parsing helpers for `openclaw config set` values, refs, providers, and batches.
2+
import fs from "node:fs";
23
import {
34
normalizeOptionalString,
45
normalizeStringifiedOptionalString,

src/trajectory/cleanup.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ import {
1414
safeTrajectorySessionFileName,
1515
} from "./paths.js";
1616

17-
const TRAJECTORY_POINTER_MAX_BYTES = 1 * 1024 * 1024;
18-
1917
type RemovedTrajectoryArtifact = {
2018
kind: "pointer" | "runtime";
2119
path: string;

0 commit comments

Comments
 (0)