loadbearing for Zed
io.github.andypgray/loadbearing
Checks .NET solutions against a fluent C# architecture spec and explains the rules to agents.
client:Zed
transport:stdio
runtime:nuget
Install loadbearing in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"loadbearing": {
"command": "dnx",
"args": [
"Zphil.LoadBearing.Cli",
"--yes"
],
"env": {
"LOADBEARING_SOLUTION_PATH": "<LOADBEARING_SOLUTION_PATH>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs