Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From redline
Updates the code dependency graph using codegraph-mapper on Claude Code session stop. Keeps project structure mapping current without blocking.
1 event · 1 hook
npx claudepluginhub alexanderatallah/redline --plugin redlineWhere this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
node -e "let d='';process.stdin.on('data',c=>d+=c);process.stdin.on('end',()=>{try{if(JSON.parse(d).stop_hook_active)process.exit(0)}catch{}try{const s=require('child_process').execSync('git diff --stat HEAD',{encoding:'utf-8'}).trim();if(!s)process.exit(0);console.log(JSON.stringify({decision:'block',reason:'Consider running a /redline:... command'}))}catch{process.exit(0)}})"10msShare bugs, ideas, or general feedback.