From 125be3e111fd1d707baa28cd003d1faba1dfd18e Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 17 Jan 2026 23:41:33 +0000 Subject: [PATCH] fix: restore wizard/doctor imports --- src/commands/doctor-gateway-daemon-flow.ts | 1 + src/wizard/onboarding.finalize.ts | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/commands/doctor-gateway-daemon-flow.ts b/src/commands/doctor-gateway-daemon-flow.ts index cb34f0438..12bdcef6c 100644 --- a/src/commands/doctor-gateway-daemon-flow.ts +++ b/src/commands/doctor-gateway-daemon-flow.ts @@ -1,5 +1,6 @@ import type { ClawdbotConfig } from "../config/config.js"; import { resolveGatewayPort } from "../config/config.js"; +import { resolveGatewayLaunchAgentLabel } from "../daemon/constants.js"; import { readLastGatewayErrorLine } from "../daemon/diagnostics.js"; import { resolveGatewayService } from "../daemon/service.js"; import { isSystemdUserServiceAvailable } from "../daemon/systemd.js"; diff --git a/src/wizard/onboarding.finalize.ts b/src/wizard/onboarding.finalize.ts index 13a77fe21..ce085a010 100644 --- a/src/wizard/onboarding.finalize.ts +++ b/src/wizard/onboarding.finalize.ts @@ -1,4 +1,6 @@ import fs from "node:fs/promises"; +import path from "node:path"; + import { DEFAULT_BOOTSTRAP_FILENAME } from "../agents/workspace.js"; import { DEFAULT_GATEWAY_DAEMON_RUNTIME,