diff --git a/.agents/hooks.json b/.agents/hooks.json new file mode 100644 index 0000000..30ac76f --- /dev/null +++ b/.agents/hooks.json @@ -0,0 +1,12 @@ +{ + "verif-rla-api": { + "enabled": true, + "Stop": [ + { + "type": "command", + "command": "./.agents/verify-rla-api.sh", + "timeout": 60 + } + ] + } +}