Skip to content

Cursor

Integrate Intutic governance with Cursor — the AI-powered code editor.

How it works

Intutic writes governance rules into your project's .cursorrules file, which Cursor reads as custom instructions for its AI features. This means governance policies are automatically applied to every Cursor AI interaction.

Setup

1. Ensure .cursorrules exists

Cursor looks for .cursorrules in your project root:

bash
touch .cursorrules

2. Initialize Intutic

bash
intutic init
✓ Detected harnesses:
  • cursor → .cursorrules

3. Start sync

bash
intutic connect

What gets written

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`

## Code Review Requirements

All code changes must include unit tests...

---

## Security Policy

Never commit secrets or API keys...

WARNING

Intutic overwrites the entire .cursorrules file during sync. Move any custom rules into SOPs on the Intutic dashboard.

Config details

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

AI Governance for Agentic Coding