fix(rebase): remove duplicated hooks exports and event dispatch artifact

This commit is contained in:
YeonGyu-Kim
2026-02-21 03:01:40 +09:00
parent 7bb427078a
commit daa0d48026
2 changed files with 2 additions and 2 deletions
+1
View File
@@ -130,6 +130,7 @@ export function createEventHandler(args: {
await Promise.resolve(hooks.ralphLoop?.event?.(input))
await Promise.resolve(hooks.stopContinuationGuard?.event?.(input))
await Promise.resolve(hooks.compactionTodoPreserver?.event?.(input))
await Promise.resolve(hooks.writeExistingFileGuard?.event?.(input))
await Promise.resolve(hooks.atlasHook?.handler?.(input))
}