←back to thread

Claude Code now supports hooks

(docs.anthropic.com)
381 points ramoz | 1 comments | | HN request time: 0.208s | source
Show context
parhamn ◴[] No.44429511[source]
This needs a way to match directories for changes in monorepos. E.g. run this linter only if there were changes in this directory.
replies(4): >>44429545 #>>44429877 #>>44430548 #>>44434392 #
1. tinodb ◴[] No.44434392[source]
Set up pre-commit and call that from a hook? That's what we have