From fa501e77300f93579a1da510a713a20a3f5de706 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Thu, 8 Jan 2026 10:36:20 +0100 Subject: [PATCH] fix: import path in doctor --- src/commands/doctor.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/doctor.ts b/src/commands/doctor.ts index e0ffb8ad5..f9695fb11 100644 --- a/src/commands/doctor.ts +++ b/src/commands/doctor.ts @@ -1,3 +1,4 @@ +import path from "node:path"; import { intro, note, outro } from "@clack/prompts"; import { buildWorkspaceSkillStatus } from "../agents/skills-status.js"; import type { ClawdbotConfig } from "../config/config.js";