fix: import path in doctor

This commit is contained in:
Peter Steinberger 2026-01-08 10:36:20 +01:00
parent 8ee5673634
commit cc48303edb

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