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";