mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 22:38:26 +00:00
chore: Update formatting.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import path from "node:path";
|
||||
import type { SkillEntry } from "./types.js";
|
||||
import { safePathSegmentHashed } from "../../infra/install-safe-path.js";
|
||||
import { resolveConfigDir } from "../../utils.js";
|
||||
import { resolveSkillKey } from "./frontmatter.js";
|
||||
import type { SkillEntry } from "./types.js";
|
||||
|
||||
export function resolveSkillToolsRootDir(entry: SkillEntry): string {
|
||||
const key = resolveSkillKey(entry.skill, entry);
|
||||
|
||||
Reference in New Issue
Block a user