Scoring response...
Claude Code has a Stop hook that fires after every response. Point it at the scoring API — zero interruption, results logged silently.
1Open Claude Code and run
/settings2Add this to your hooks config:
{
"hooks": {
"Stop": [{
"matcher": "",
"command": "curl -s -X POST https://everythingthreads.com/.netlify/functions/claude-proxy -H 'Content-Type: application/json' -d '{\"text\": \"$CLAUDE_RESPONSE\", \"context\": {\"mode\": \"balanced\", \"platform\": \"claude-code\"}}'"
}]
}
}
3Every response gets scored automatically. Results logged to the database.