-
-
Notifications
You must be signed in to change notification settings - Fork 42
Improved hook injection logics and the default hooks #202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #202 +/- ##
=======================================
Coverage 99.49% 99.49%
=======================================
Files 21 21
Lines 1589 1589
=======================================
Hits 1581 1581
Misses 8 8 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
261506d to
2e3c8f2
Compare
65346a1 to
c4bd65f
Compare
|
Oops, already on |
You don't need pdm to build from source. Pdm is only for development. Both |
|
I think we should document the ideas behind the hooks in general and also drop some comments in the fragments. It is just a few lines shell script - still anything but self explanatory. ;) |
I'll do a full review of the readme/documentation before the 0.7 release (it's been a while since the last time I did this) and make changes where necessary. I'll briefly explain what the default hooks do in the changes. As for a detailed explanation on what each part of the shell script does, CodeCompanion+VectorCode did an exceptional job at locating the relevant code and explaining the hooks, so I'd say we're good. |
#200
Fix #201