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 sync

bash
intutic connect

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:** `https://proxy.intutic.dev/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)

AI Governance for Agentic Coding