diff --git a/Releases/v5.0.0/.claude/settings.json b/Releases/v5.0.0/.claude/settings.json index 90f7f54b84..f55f3a1ad9 100644 --- a/Releases/v5.0.0/.claude/settings.json +++ b/Releases/v5.0.0/.claude/settings.json @@ -222,6 +222,16 @@ } ] }, + { + "hooks": [ + { + "type": "command", + "command": "$HOME/.claude/hooks/ISASync.hook.ts", + "timeout": 10, + "async": true + } + ] + }, { "hooks": [ { @@ -233,6 +243,18 @@ ] } ], + "PostToolUseFailure": [ + { + "hooks": [ + { + "type": "command", + "command": "$HOME/.claude/hooks/ToolFailureTracker.hook.ts", + "timeout": 5, + "async": true + } + ] + } + ], "PreCompact": [ { "matcher": "*",