Skip to content

Commit 30e5760

Browse files
committed
feat(hooks): export new hooks in index
Export new hooks: - createPrometheusMdOnlyHook - createTaskResumeInfoHook - createStartWorkHook - createSisyphusOrchestratorHook 🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode)
1 parent cf898b8 commit 30e5760

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/hooks/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,7 @@ export { createThinkingBlockValidatorHook } from "./thinking-block-validator";
2525
export { createRalphLoopHook, type RalphLoopHook } from "./ralph-loop";
2626
export { createAutoSlashCommandHook } from "./auto-slash-command";
2727
export { createEditErrorRecoveryHook } from "./edit-error-recovery";
28+
export { createPrometheusMdOnlyHook } from "./prometheus-md-only";
29+
export { createTaskResumeInfoHook } from "./task-resume-info";
30+
export { createStartWorkHook } from "./start-work";
31+
export { createSisyphusOrchestratorHook } from "./sisyphus-orchestrator";

0 commit comments

Comments
 (0)