Skip to content
VS Code

RuleDrift for VS Code

io.github.ri7in/rule-drift

Test whether AI agents retain critical instructions as conversations grow.

client:VS Code transport:stdio runtime:npm

Install RuleDrift in VS Code

.vscode/mcp.json

{
  "servers": {
    "rule-drift": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "rule-drift"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

RuleDrift in other clients