Logo
Explore
Register Sign In
agent/everything-claude-code
1
0
Fork 0
You've already forked everything-claude-code
mirror of https://github.com/affaan-m/everything-claude-code.git synced 2026-06-18 15:54:13 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
3546abc6ea1a342d6945b0e955a577da53a240a7
everything-claude-code/scripts/hooks
T
Affaan Mustafa 3546abc6ea fix: remove unused fs imports in 3 hook scripts
readFile utility replaced direct fs usage but the imports weren't
removed, causing ESLint no-unused-vars failures in CI.
3546abc6ea ยท 2026-02-12 15:33:51 -08:00
History
..
check-console-log.js
fix: use readFile utility in hooks and add pattern type safety
2026-02-12 15:28:30 -08:00
evaluate-session.js
fix: add try-catch to inline hooks, fix schema drift
2026-02-12 14:38:00 -08:00
post-edit-console-warn.js
fix: remove unused fs imports in 3 hook scripts
2026-02-12 15:33:51 -08:00
post-edit-format.js
fix: remove unused fs imports in 3 hook scripts
2026-02-12 15:33:51 -08:00
post-edit-typecheck.js
fix: use readFile utility in hooks and add pattern type safety
2026-02-12 15:28:30 -08:00
pre-compact.js
feat: cross-platform support with Node.js scripts
2026-01-22 23:08:07 -08:00
session-end.js
fix: path traversal in install.sh, error logging in hooks
2026-02-12 14:14:21 -08:00
session-start.js
fix: remove unused fs imports in 3 hook scripts
2026-02-12 15:33:51 -08:00
suggest-compact.js
fix: renameAlias data corruption, empty sessionId match, NaN threshold
2026-02-12 14:30:10 -08:00