fix(plugin): remove stale hook wiring for missing hooks

This commit is contained in:
YeonGyu-Kim
2026-02-21 02:40:00 +09:00
parent 04648fb7b9
commit dae64e35ac
5 changed files with 0 additions and 18 deletions
-1
View File
@@ -29,7 +29,6 @@ export function createToolExecuteBeforeHandler(args: {
await hooks.prometheusMdOnly?.["tool.execute.before"]?.(input, output)
await hooks.sisyphusJuniorNotepad?.["tool.execute.before"]?.(input, output)
await hooks.atlasHook?.["tool.execute.before"]?.(input, output)
await hooks.hashlineEditDiffEnhancer?.["tool.execute.before"]?.(input, output)
if (input.tool === "task") {
const argsObject = output.args
const category = typeof argsObject.category === "string" ? argsObject.category : undefined