Stats
Actions
Tags
From powerbuilder-dev
After every Edit/Write tool call, runs a bash script that suggests progressive disclosure of file contents to reduce context window usage. Executes bash, reads/writes files.
1 event · 1 hook
Safety signals detected in this hook configuration
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
Edit|Writenode -e "const p=process.env.TOOL_INPUT_FILE_PATH||''; if(p.match(/\.sr[wdumafsjpq]$/i)){process.stdout.write('PB file modified: '+p+'\nRemember to compile with pb_compile after all modifications are done.')}"npx claudepluginhub juliendetilleux/powerbuilder-dev