Install
1
Install the plugin$
npx claudepluginhub pwarnock/pwarnock-cc-plugins --plugin progressive-disclosureWant just this hook?
Add to a custom plugin, then install with one command.
Risk Indicators
Modifies files
Source
Defined in hooks/hooks.json
Configuration
{
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "bash $CLAUDE_PLUGIN_ROOT/hooks/suggest-progressive-disclosure.sh",
"timeout": 5000
}
],
"matcher": "Edit|Write"
}
]
}Summary
{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": true
},
"typeStats": {
"command": 1
},
"eventStats": {
"PostToolUse": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 0,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 0
}
}Stats
Stars0
Forks0
Last CommitMar 7, 2026
Actions