evr for Zed
io.github.brienbounded/evr
Checks agent traces for evidence-readiness: verifies evidence is present, not that it is true.
client:Zed
transport:stdio
runtime:pypi
Install evr in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"evr": {
"command": "uvx",
"args": [
"evidence-readiness"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs