We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85db2ab commit 349dca2Copy full SHA for 349dca2
CLAUDE.md
@@ -12,6 +12,14 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
12
13
These requirements are non-negotiable. CI will fail if not followed.
14
15
+**🚀 RECOMMENDED: Install Git hooks to automate these checks:**
16
+
17
+```bash
18
+./bin/install-git-hooks
19
+```
20
21
+This will automatically run linting on all files changed in your branch before each commit.
22
23
## Development Commands
24
25
### Essential Commands
test-file.md
@@ -0,0 +1 @@
1
+# Testing pre-commit hook
0 commit comments