fix(hooks): harden json-error-recovery matching and scope

This commit is contained in:
YeonGyu-Kim
2026-02-17 15:46:21 +09:00
parent 081f31bfc8
commit eb775d1a94
3 changed files with 170 additions and 21 deletions
+1
View File
@@ -1,5 +1,6 @@
export {
createJsonErrorRecoveryHook,
JSON_ERROR_TOOL_EXCLUDE_LIST,
JSON_ERROR_PATTERNS,
JSON_ERROR_REMINDER,
} from "./hook"