style: apply biome formatting

This commit is contained in:
Peter Steinberger
2025-12-23 02:49:49 +01:00
parent 6fad79f581
commit a5f4332f21
6 changed files with 11 additions and 10 deletions

View File

@@ -9,9 +9,9 @@ import os from "node:os";
import path from "node:path";
import chalk from "chalk";
import { type WebSocket, WebSocketServer } from "ws";
import { resolveClawdisAgentDir } from "../agents/agent-paths.js";
import { lookupContextTokens } from "../agents/context.js";
import { DEFAULT_CONTEXT_TOKENS, DEFAULT_MODEL } from "../agents/defaults.js";
import { resolveClawdisAgentDir } from "../agents/agent-paths.js";
import { ensureClawdisModelsJson } from "../agents/models-config.js";
import { installSkill } from "../agents/skills-install.js";
import { buildWorkspaceSkillStatus } from "../agents/skills-status.js";