Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit c50858c

Browse files
committed
fix: remove Claude Code call from pre-commit hook; world ain't ready
1 parent a68bd69 commit c50858c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/git/hooks/pre-commit.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,5 @@ for file in $STAGED_FILES; do
5555
fi
5656
done
5757

58-
echo "Keeping JSDoc up-to-date..."
59-
git diff --cached --name-only | grep '\\.js$' | xargs -I {} claude -p 'Add/Update JSDoc, summarize what ya did' {}
60-
6158
echo " Pre-commit checks complete!"
6259
exit 0

0 commit comments

Comments
 (0)