weavatrix refactor for Zed
io.github.weavatrix/weavatrix-refactor
Transactional refactoring extension with 11 evidence-backed tools, previews, and rollback.
client:Zed
transport:stdio
runtime:npm
Install weavatrix refactor in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"weavatrix-refactor": {
"command": "npx",
"args": [
"-y",
"weavatrix-refactor"
],
"env": {
"WEAVATRIX_ALLOW_SOURCE_EDITS": "<WEAVATRIX_ALLOW_SOURCE_EDITS>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs