← Back to guides
JevMade field notes / Architecture and workflow guide
jev-lint
A deep guide to writing probabilistic lint rules, selecting thresholds, recording and replaying decisions, and maintaining labeled fixtures.
Original by mizchiEvaluationRepository README and documentationSource reviewed
Before you dive in
What you’ll find in the original
- Write each rule around one observable failure contract instead of a broad code-quality preference.
- Use repeated judgments and the mean only when the added calls are justified by measured variance.
- Record decisions and replay them against accepted baselines so threshold changes remain auditable.
Worth knowingBehavior and measurements are reported by the repository authors; source and critical implementation were inspected but not executed.