feat(hooks): add no-hephaestus-non-gpt hook to enforce GPT-only for Hephaestus

This commit is contained in:
YeonGyu-Kim
2026-02-20 10:49:04 +09:00
parent ac1eb30fda
commit 3dba1c49d4
7 changed files with 180 additions and 0 deletions
+1
View File
@@ -28,6 +28,7 @@ export { createThinkingBlockValidatorHook } from "./thinking-block-validator";
export { createCategorySkillReminderHook } from "./category-skill-reminder";
export { createRalphLoopHook, type RalphLoopHook } from "./ralph-loop";
export { createNoSisyphusGptHook } from "./no-sisyphus-gpt";
export { createNoHephaestusNonGptHook } from "./no-hephaestus-non-gpt";
export { createAutoSlashCommandHook } from "./auto-slash-command";
export { createEditErrorRecoveryHook } from "./edit-error-recovery";
export { createJsonErrorRecoveryHook } from "./json-error-recovery";