Skip to content

Commit 5aac596

Browse files
committed
fix(rebase): remove hashline-edit-diff-enhancer references not present on dev
1 parent b0e18f3 commit 5aac596

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/config/schema/hooks.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ export const HookNameSchema = z.enum([
4949
"write-existing-file-guard",
5050
"anthropic-effort",
5151
"hashline-read-enhancer",
52-
"hashline-edit-diff-enhancer",
5352
"ansi-stripper",
5453
])
5554

src/hooks/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,4 @@ export { createRuntimeFallbackHook, type RuntimeFallbackHook, type RuntimeFallba
5050
export { createWriteExistingFileGuardHook } from "./write-existing-file-guard";
5151
export { createHashlineReadEnhancerHook } from "./hashline-read-enhancer";
5252
export { createJsonErrorRecoveryHook, JSON_ERROR_TOOL_EXCLUDE_LIST, JSON_ERROR_PATTERNS, JSON_ERROR_REMINDER } from "./json-error-recovery";
53-
export { createHashlineEditDiffEnhancerHook } from "./hashline-edit-diff-enhancer";
5453
export { createAnsiStripperHook } from "./ansi-stripper";

0 commit comments

Comments
 (0)