Stats
Actions
Tags
From research-aggregation
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
Writeif echo "$CLAUDE_TOOL_PARAMS" | grep -q 'synthesis/graph/.*\.yaml'; then python3 -c "import yaml, sys; yaml.safe_load(open(sys.argv[1]))" "$(echo $CLAUDE_TOOL_PARAMS | grep -o '"file_path":"[^"]*"' | cut -d'"' -f4)" 2>&1 && echo 'YAML validation passed' || echo 'WARNING: YAML validation failed'; finpx claudepluginhub felixboehm/research-aggregation --plugin research-aggregation