用 Jev 构建代码库分类器
开发者分享用 Jev 构建代码库分类器,认为这可能解决智能体生成过度工程化代码的问题,并询问下一步测试方向。
一位开发者利用 Jev 将代码品味规范为 JSON 规则,构建了一个支持多数常见编程语言的 linter,可提升 PR 审查效率并帮助约束 AI agent。
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.