Building a Codebase Classifier with Jev
A developer shares building a codebase classifier with Jev, suggesting it may solve overengineered code from agents, and asks what to test next.
mizchi released jev-test-filter, which extracts the current git diff and test case list, lets jev determine and filter test cases likely affected by the changes, and runs them. It currently supports vitest, node:test, playwright, cargo test, and go test.
jev-test-filter をリリースしました。 現在の git diff とテストケース一覧を抽出して、その変更に対応すると予測されるテストケースを jev に判断させてフィルタ、実行させます。 現状、vitest, node:test, playwright, cargo test, go test に対応してます。 https://github.com/mizchi/jev-test-filter…