Skip to content

wp plugin review gate for Zed

io.github.jmshinhwa/wp-plugin-review-gate

The readme.txt and plugin-header lines that send a wordpress.org submission back, found before you s

client:Zed transport:stdio runtime:npm

Install wp plugin review gate in Zed

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

{
  "context_servers": {
    "wp-plugin-review-gate": {
      "command": "npx",
      "args": [
        "-y",
        "@readystack/wp-plugin-review-gate"
      ]
    }
  }
}

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

wp plugin review gate in other clients