show-and-tell jev-watch — catch it when Jev's answers quietly change
Integrationsby Akshay.Kanthed2026-09-19
show-and-tell jev-watch — catch it when Jev's answers quietly change
TypeSafe can update the Jev model anytime. Same question, same input — but tomorrow it might answer differently, and you'd have no way to know until something breaks downstream (wrong team gets a ticket, wrong urgency score, etc).
jev-watch fixes that: save today's correct answers as a baseline, re-run anytime, get an instant flag if the answer changed.
$ jev-watch examples/support-routing.json
FAIL CRAToolkit support routing
drift [department] choice: expected sales, got technical (tolerance 0.1)
npm install && npm run build
echo "JEV_API_KEY=sk-..." > .env.local
node bin/jev-watch.js examples
Repo: https://github.com/akanthed/jev-watch — MIT, v0.1.0, feedback welcome.
Links