ENTITY
PostToolUse
PostToolUse
PulseAugur coverage of PostToolUse — every cluster mentioning PostToolUse across labs, papers, and developer communities, ranked by signal.
Total · 30d
2
2 over 90d
Releases · 30d
0
0 over 90d
Papers · 30d
0
0 over 90d
TIER MIX · 90D
TOPICS
RECENT · PAGE 1/1 · 2 TOTAL
-
Anthropic Claude Code hooks automate workflows and enhance safety
Anthropic's Claude Code offers developers powerful hooks to automate workflows and enhance safety. The `PreToolUse` hook acts as a guard against destructive commands like `rm -rf` or `git push --force`, preventing unint…
-
Claude Code production audit logs use PostToolUse hook
This article details how to implement audit logs for Claude Code using the PostToolUse hook, a crucial component for production environments. It explains that this hook runs after a tool call has completed, allowing dev…