Skip to content

ai disclosure lint sb942 for Zed

io.github.jmshinhwa/ai-disclosure-lint-sb942

Finds the generative-AI code that drops the disclosures California SB 942 has required since August

client:Zed transport:stdio runtime:npm

Install ai disclosure lint sb942 in Zed

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

{
  "context_servers": {
    "ai-disclosure-lint-sb942": {
      "command": "npx",
      "args": [
        "-y",
        "@readystack/ai-disclosure-lint-sb942"
      ]
    }
  }
}

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

ai disclosure lint sb942 in other clients