prumo for Zed
io.github.tomd4vs/prumo
Checks the context files a coding agent reads against the git index, and reports what drifted.
client:Zed
transport:stdio
runtime:npm
Install prumo in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"prumo": {
"command": "npx",
"args": [
"-y",
"@tomd4vs/prumo"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs