Skip to content

Windsurf

Integrate Intutic governance with Windsurf — the AI-native code editor by Codeium.

How it works

Intutic writes governance rules into your project's .windsurfrules file, which Windsurf reads as custom instructions for its AI features.

Setup

1. Ensure .windsurfrules exists

bash
touch .windsurfrules

2. Initialize Intutic

bash
intutic init
✓ Detected harnesses:
  • windsurf → .windsurfrules

3. Start the proxy

bash
intutic start

Have an Intutic account or run your own control plane? Use intutic connect instead. It starts the same proxy and adds bidirectional config sync.

What gets written

Same markdown format as Cursor and Claude Code:

markdown
# Intutic Governance Rules (auto-generated)
# DO NOT EDIT — managed by intutic sync daemon
# Last sync: 2026-06-11T22:24:00Z

> **Proxy URL:** `http://localhost:4000/v1`

## SOP: Code Quality Standards
...

Config details

PropertyValue
Harness typewindsurf
Config file.windsurfrules
DetectionChecks for .windsurfrules in workspace root
FormatMarkdown (header + SOP sections)
Write strategyAtomic (write to .intutic-tmp, then rename)

The circuit breaker for AI agents