feat(athena): add intent parameter to prepare_council_prompt + wire hook into plugin system + update exports

This commit is contained in:
ismeth
2026-02-27 16:46:28 +01:00
committed by YeonGyu-Kim
parent 386645ea6b
commit 6b450b42db
6 changed files with 30 additions and 3 deletions
+1
View File
@@ -104,6 +104,7 @@ export function createToolExecuteBeforeHandler(args: {
await hooks.tasksTodowriteDisabler?.["tool.execute.before"]?.(input, output)
await hooks.webfetchRedirectGuard?.["tool.execute.before"]?.(input, output)
await hooks.prometheusMdOnly?.["tool.execute.before"]?.(input, output)
await hooks.athenaSisyphusOnly?.["tool.execute.before"]?.(input, output)
await hooks.sisyphusJuniorNotepad?.["tool.execute.before"]?.(input, output)
await hooks.atlasHook?.["tool.execute.before"]?.(input, output)