mizchi/jev-lint
lint text in code by jev scorerer
About the project
A TypeScript linter that uses the Jev classifier to ask a model natural-language questions about code (name vs. behavior, comment vs. body, test vs. claimed behavior) and returns a calibrated probability. It complements compilers and ESLint where judgment about meaning is needed, not formal checks.
Useful for
- Check that a doc comment above a function matches its body and return type
- Run review on changed diff lines to find contradictions between name and behavior
- Verify a commit message against its diff and the repository's AGENTS.md instructions
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 0 stars so far today, about 2 expected by the end of the day.
- The repository is 6 days old and already has 80 stars. With less than two weeks of history, there's no usual pace to compare the spike against yet.
- Top new repositories this week: #192.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 80
- Today
- 0 · ≈ 2 by evening
- Forks
- 0
- Issues and pull requests
- 14
- Watchers
- 0
- Language
- TypeScript
- License
- MIT
- Latest release
- v0.2.1 · September 20, 2026
- Created
- September 19, 2026
- Last push
- September 24, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 25, 2026Top new repositories this week: #192
More in this category
-
8.2
dream-num/univer
Open-source TypeScript SDK for embedding spreadsheet, document, and presentation editors into your own product, with a plugin architecture, Canvas rendering, a formula engine, and one Facade API for browser and…
-
6.2
devdotfast/whiteboard
An open-source desktop IDE for software design where humans and coding agents share a canvas: the agent draws diagrams you can jump from straight into code.
-
4.7
dsummersl/treepeat
A Python tool for finding duplicate, near-duplicate, and structurally similar code using tree-sitter and locality-sensitive hashing. Supports multiple languages and configurable normalization rulesets.
-
4.2
penso/herdr-gpui
A native macOS client built with Rust and GPUI that connects to a local Herdr daemon and displays terminal sessions, workspaces, Git worktrees, and agent activity.
-
3.7
tt-a1i/archify
An agent skill for Cursor, Claude Code, Codex CLI, and OpenCode that turns a system description or codebase into interactive HTML/SVG architecture, workflow, sequence, data-flow, and lifecycle diagrams from typed JSON…
-
3.6
alibaba/open-code-review
AI code review tool from Alibaba: reads git diffs and, via an LLM agent with file access and repo search, produces line-level review comments. Ships with built-in rules (NPE, thread-safety, XSS, SQL injection) and a…