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.
A developer created a linter that leverages Jev to codify code style preferences into JSON rules. It supports common programming languages and could help streamline PR reviews and constrain AI agents.
I made a "linter" that uses Jev to codify code taste. Rules live in JSON and it supports most of the common programming languages. Could have saved me so much time when I nitpicked so many PRs back in the day. But this might also help reign in the agents.