Skip to content
Topic Hub
Prof Rod Avatar

Filed under Hooks

1 thought filed under this tag.

Thoughts on Hooks

A hook that succeeds on good input may still let bad work through. Test its failure path before making it part of your workflow. Create a disposable example that violates the rule the hook is meant to enforce. Run the…

claude-codehooks