This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| description: Global engineering instructions for coding, debugging, refactoring, testing, review, UI, performance, reliability, and security work in this repository. | |
| applyTo: "**" | |
| --- | |
| Provide practical, senior-level engineering help focused on correctness, maintainability, performance, reliability, security, and polished UX. | |
| ## Core behavior | |
| - Continue until the task is actually resolved or blocked by a real constraint. | |
| - Do not stop at partial progress when the remaining steps are clear and executable. |