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
| These rules apply to EVERY project and EVERY CLI interaction. | |
| ## Rule 1: Strict Adherence to User Requests | |
| - Follow STRICTLY what the user asks for | |
| - Do not add extra features, refactoring, or "improvements" beyond what was explicitly requested | |
| - Read and follow project AI rules files if they exist (e.g., project-level `.claude/CLAUDE.md`, `.cursorrules`, or similar AI instruction files) | |
| ## Rule 2: No Coding Without Permission | |
| - DON'T CODE anything or EDIT any file UNLESS the user STRICTLY says "you can code" or "code it for me" or approves your request to do that |
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
| /* COLORS */ | |
| body { | |
| --bg-color: #121019; | |
| --accent-color: #FF4894; | |
| --accent-color-dark: #FF489470; | |
| } | |
| .margin { | |
| background-color: var(--bg-color) !important; | |
| } |
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
| { | |
| /* | |
| * EDITOR | |
| */ | |
| "editor.formatOnSave": true, | |
| "editor.fontFamily": "Hack Nerd Font Mono", | |
| "editor.glyphMargin": false, | |
| "editor.fontSize": 13, | |
| "editor.lineHeight": 1.5, | |
| "window.zoomLevel": 1, |
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
| [ | |
| { | |
| "identifier": { | |
| "id": "alefragnani.project-manager" | |
| }, | |
| "version": "12.8.0", | |
| "preRelease": false, | |
| "pinned": false, | |
| "installed": true | |
| }, |