diff --git a/LifeOS/install/hooks/hooks.json b/LifeOS/install/hooks/hooks.json index ff8b570a12..bebe215473 100644 --- a/LifeOS/install/hooks/hooks.json +++ b/LifeOS/install/hooks/hooks.json @@ -134,6 +134,11 @@ }, { "hooks": [ + { + "type": "command", + "command": "$HOME/.claude/hooks/PostToolObserver.hook.ts", + "timeout": 5 + }, { "type": "command", "command": "$HOME/.claude/hooks/EventLogger.hook.ts", @@ -204,6 +209,16 @@ } ] }, + { + "hooks": [ + { + "type": "command", + "command": "$HOME/.claude/hooks/DriftReminder.hook.ts", + "timeout": 5, + "async": true + } + ] + }, { "hooks": [ { @@ -212,6 +227,16 @@ "timeout": 8 } ] + }, + { + "hooks": [ + { + "type": "command", + "command": "$HOME/.claude/hooks/AlgorithmNudge.hook.ts", + "timeout": 5, + "async": true + } + ] } ], "PostToolUseFailure": [