feat(hooks): add json-error-recovery hook to prevent infinite retry loops

This commit is contained in:
bowtiedswan
2026-01-13 10:02:21 +02:00
parent 6208c07809
commit 86f2a93fc9
7 changed files with 121 additions and 0 deletions
+1
View File
@@ -29,6 +29,7 @@ export { createCategorySkillReminderHook } from "./category-skill-reminder";
export { createRalphLoopHook, type RalphLoopHook } from "./ralph-loop";
export { createAutoSlashCommandHook } from "./auto-slash-command";
export { createEditErrorRecoveryHook } from "./edit-error-recovery";
export { createJsonErrorRecoveryHook } from "./json-error-recovery";
export { createPrometheusMdOnlyHook } from "./prometheus-md-only";
export { createSisyphusJuniorNotepadHook } from "./sisyphus-junior-notepad";
export { createTaskResumeInfoHook } from "./task-resume-info";