From 5bc019eb7c1beadb12dab53db7765a68d028969e Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Thu, 26 Mar 2026 13:06:32 +0900 Subject: [PATCH] fix(skills): remove duplicate homedir import Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- src/features/opencode-skill-loader/config-source-discovery.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/features/opencode-skill-loader/config-source-discovery.ts b/src/features/opencode-skill-loader/config-source-discovery.ts index ef3b9a8a6..b290c8b30 100644 --- a/src/features/opencode-skill-loader/config-source-discovery.ts +++ b/src/features/opencode-skill-loader/config-source-discovery.ts @@ -1,7 +1,6 @@ import { promises as fs } from "fs" import { homedir } from "os" import { dirname, extname, isAbsolute, join, relative } from "path" -import { homedir } from "os" import picomatch from "picomatch" import type { SkillsConfig } from "../../config/schema" import { normalizeSkillsConfig } from "./merger/skills-config-normalizer"