Composer writing code in plan mode

Hey, thanks for the report and the request ID.

This is a known issue. With Composer 2, Plan mode sometimes doesn’t stick and starts writing or applying code instead of planning. The team is aware.

As a workaround, you can add a rule in .cursor/rules/:

---
description: Plan mode safety
alwaysApply: true
---
CRITICAL: In PLAN mode, NEVER edit files or run commands. Only describe the plan. Wait for explicit user approval before any implementation.

Not perfect, but it helps reduce how often it happens. I’ve passed the request ID to the team.

Let me know if it happens again.