/plugin marketplace add zircote/rlm-rs-plugin/plugin install zircote-rlm-rs@zircote/rlm-rs-pluginDefined in hooks/hooks.json
{
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "bash -c 'if command -v rlm-rs &> /dev/null; then echo \"[rlm-rs] $(rlm-rs --version)\"; else echo \"[rlm-rs] WARNING: Not installed. Run: cargo install rlm-rs\"; fi'",
"timeout": 5
}
],
"matcher": ".*"
}
]
}{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": false
},
"typeStats": {
"command": 1
},
"eventStats": {
"SessionStart": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 0,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 0
}
}