refactor: fix import path and update test fixtures

- Fix import path in opencode-skill-loader/loader.ts
- Update executor.test.ts fixtures
This commit is contained in:
YeonGyu-Kim
2026-02-10 11:16:55 +09:00
parent 1717050f73
commit 2fd847d88d
2 changed files with 12 additions and 8 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { join } from "path"
import { getClaudeConfigDir } from "../../shared"
import { getClaudeConfigDir } from "../../shared/claude-config-dir"
import { getOpenCodeConfigDir } from "../../shared/opencode-config-dir"
import type { CommandDefinition } from "../claude-code-command-loader/types"
import type { LoadedSkill } from "./types"