Преглед на файлове

Bugfix: General lint problems fixed.

lfabl преди 2 седмици
родител
ревизия
b220316f13
променени са 1 файла, в които са добавени 5 реда и са изтрити 0 реда
  1. 5 0
      .agents/AGENTS.md

+ 5 - 0
.agents/AGENTS.md

@@ -27,3 +27,8 @@ The user expects strict adherence to the following coding, formatting, and behav
 
 ## Behavior
 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).