Warrant for Zed
io.github.s0fractal/warrant
Record an agent's decisions with reasons anyone can re-execute offline — verify recomputes them.
client:Zed
transport:stdio
runtime:pypi
Install Warrant in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"warrant": {
"command": "uvx",
"args": [
"warrant-verify"
],
"env": {
"WARRANT_STORE": "<WARRANT_STORE>",
"WARRANT_KEY": "<WARRANT_KEY>",
"WARRANT_ACTOR": "<WARRANT_ACTOR>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs