refactor(features): rename command-loader and skill-loader with claude-code prefix

This commit is contained in:
YeonGyu-Kim
2025-12-09 16:21:56 +09:00
parent 8e7447deee
commit c7a65af475
8 changed files with 88 additions and 4 deletions

View File

@@ -15,11 +15,11 @@ import {
loadProjectCommands,
loadOpencodeGlobalCommands,
loadOpencodeProjectCommands,
} from "./features/command-loader";
} from "./features/claude-code-command-loader";
import {
loadUserSkillsAsCommands,
loadProjectSkillsAsCommands,
} from "./features/skill-loader";
} from "./features/claude-code-skill-loader";
import { updateTerminalTitle } from "./features/terminal";
import { builtinTools } from "./tools";
import { createBuiltinMcps } from "./mcp";