fix: import path in doctor

This commit is contained in:
Peter Steinberger
2026-01-08 10:36:20 +01:00
parent dab3b3442f
commit fa501e7730

View File

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