The AI-powered code editor Cursor has deprecated its `.cursorrules` file format in favor of a new `.cursor/rules/*.mdc` system for its agent mode. This change means that existing `.cursorrules` files are silently ignored by the agent, leading to inconsistent behavior and a failure to enforce user-defined preferences. Developers must migrate their rules to the new `.mdc` format, organizing them into files like `always.mdc` for global rules and context-specific files with glob patterns to ensure proper enforcement. AI
IMPACT Developers using Cursor's agent mode must update their configuration files to ensure custom rules are applied.
RANK_REASON This is a product update for a specific tool, detailing a change in configuration file format.
Read on dev.to — Claude Code tag →
AI-generated summary · Google Gemini · from 2 sources. How we write summaries →