fix(ci): restore missing hook exports and align config-handler test fixtures

This commit is contained in:
YeonGyu-Kim
2026-02-21 02:33:58 +09:00
parent e7697567d5
commit 817292c87a
3 changed files with 4 additions and 3 deletions
-1
View File
@@ -130,7 +130,6 @@ 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))
}