Skip to main content

Overview

Windsurf reads instructions from .windsurfrules in the repository root. Drevon generates this as a standard markdown file.

Output File

.windsurfrules

Enabling

drevon add-agent windsurf
Or in drevon.config.json:
{
  "agents": {
    "windsurf": {
      "enabled": true
    }
  }
}

Agent-Specific Settings

{
  "agents": {
    "windsurf": {
      "enabled": true,
      "extraInstructions": [
        "Use the built-in terminal for all commands",
        "Explain changes before applying them"
      ]
    }
  }
}

Requirements

  • Windsurf editor installed
  • .windsurfrules in the repository root (Drevon handles this)