fix(rebase): restore missing hook export and fix duplicate function in event handler

This commit is contained in:
YeonGyu-Kim
2026-02-21 04:19:00 +09:00
parent f260d15632
commit 8938b6349e
2 changed files with 3 additions and 4 deletions
+2 -1
View File
@@ -49,4 +49,5 @@ export { createRuntimeFallbackHook, type RuntimeFallbackHook, type RuntimeFallba
export { createWriteExistingFileGuardHook } from "./write-existing-file-guard";
export { createHashlineReadEnhancerHook } from "./hashline-read-enhancer";
export { createBeastModeSystemHook, BEAST_MODE_SYSTEM_PROMPT } from "./beast-mode-system";
export { createHashlineEditDiffEnhancerHook } from "./hashline-edit-diff-enhancer";
export { createHashlineEditDiffEnhancerHook } from "./hashline-edit-diff-enhancer"
export { createJsonErrorRecoveryHook, JSON_ERROR_TOOL_EXCLUDE_LIST, JSON_ERROR_PATTERNS, JSON_ERROR_REMINDER } from "./json-error-recovery";