Selvedge for Zed
io.github.masondelan/selvedge
Decision provenance for AI-coded codebases: the why, and what was already tried and rejected.
client:Zed
transport:stdio
runtime:pypi
Install Selvedge in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"selvedge": {
"command": "uvx",
"args": [
"selvedge"
],
"env": {
"SELVEDGE_DB": "<SELVEDGE_DB>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs