diff --git a/src/hooks/index.ts b/src/hooks/index.ts index 36ea9c4f0..821c190dc 100644 --- a/src/hooks/index.ts +++ b/src/hooks/index.ts @@ -25,3 +25,7 @@ export { createThinkingBlockValidatorHook } from "./thinking-block-validator"; export { createRalphLoopHook, type RalphLoopHook } from "./ralph-loop"; export { createAutoSlashCommandHook } from "./auto-slash-command"; export { createEditErrorRecoveryHook } from "./edit-error-recovery"; +export { createPrometheusMdOnlyHook } from "./prometheus-md-only"; +export { createTaskResumeInfoHook } from "./task-resume-info"; +export { createStartWorkHook } from "./start-work"; +export { createSisyphusOrchestratorHook } from "./sisyphus-orchestrator";