/plugin marketplace add ClementWalter/rookie-marketplace/plugin install rust-dev@rookie-marketplaceDefined inline in plugin.json manifest
{
"Stop": [
{
"hooks": [
{
"type": "prompt",
"prompt": "Before completing this Rust task, verify that:\n1. Tests pass: `cargo test --workspace`\n2. Linting is clean: `trunk check`\n\nIf you haven't run these checks yet, run them now. If they fail, fix the issues before completing.",
"timeout": 120
}
]
}
]
}{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": false
},
"typeStats": {
"prompt": 1
},
"eventStats": {
"Stop": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 0,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 0
}
}