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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user