From 0590365683f7c0dc9020a7614966b83420fc9a39 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 11 Jan 2026 10:49:56 +0000 Subject: [PATCH] style: format cleanup commands --- src/commands/cleanup-utils.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/cleanup-utils.ts b/src/commands/cleanup-utils.ts index 62edcba8c..590bd2f04 100644 --- a/src/commands/cleanup-utils.ts +++ b/src/commands/cleanup-utils.ts @@ -1,5 +1,6 @@ import fs from "node:fs/promises"; import path from "node:path"; + import { resolveDefaultAgentWorkspaceDir } from "../agents/workspace.js"; import type { ClawdbotConfig } from "../config/config.js"; import type { RuntimeEnv } from "../runtime.js";