Dev Tools · 1h ago
Why AI coding tools ignore your project rules (and how to fix it)
Cursor, Claude Code, and Codex each load project rules differently, causing confusion when rules are ignored. Cursor uses conditional attachment with four modes; Claude Code loads everything upfront, taxing context tokens; Codex merges rules with deepest wins. Properly structuring rules with globs, descriptions, and imports ensures they are actually used.
Meridian48 take
The piece usefully demystifies a common frustration, but the real takeaway is that developers must treat AI rules as code—with explicit conditions and budgets—rather than prose.
Read the full reporting
How Cursor, Claude Code, and Codex actually load your project rules (and why yours get ignored) →
DEV Community
ai-coding-toolsproject-rules