|
@@ -27,3 +27,8 @@ The user expects strict adherence to the following coding, formatting, and behav
|
|
|
|
|
|
|
|
## Behavior
|
|
## Behavior
|
|
|
Always follow these rules by default. Pay "extreme attention" (aşırı dikkat) to the sorting rules, ESLint, and TS constraints during modifications.
|
|
Always follow these rules by default. Pay "extreme attention" (aşırı dikkat) to the sorting rules, ESLint, and TS constraints during modifications.
|
|
|
|
|
+
|
|
|
|
|
+## Strict Batch Operations Ban and Multi-Angle Verification
|
|
|
|
|
+- NEVER use `multi_replace_file_content` or attempt to edit multiple files in a single pass. The user explicitly bans batch operations ("Toplu işlemi yasaklıyorum").
|
|
|
|
|
+- Any fix or change MUST be done one-by-one, meticulously.
|
|
|
|
|
+- Before applying any change to a file, verify the exact location, context, and potential side effects from at least 3 different angles (e.g., check exact lines using view_file, consider how the component uses the prop, and anticipate how the linter will react).
|