Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

loadbearing in other clients