Skip to content

cloud manifest audit kit for Zed

io.github.jmshinhwa/cloud-manifest-audit-kit

For platform engineers on AKS: 28 rules naming every removed apiVersion, literal credential and :lat

client:Zed transport:stdio runtime:npm

Install cloud manifest audit kit in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "cloud-manifest-audit-kit": {
      "command": "npx",
      "args": [
        "-y",
        "@readystack/cloud-manifest-audit-kit"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

cloud manifest audit kit in other clients