Forráskód Böngészése

Bugfix: General lint problems fixed.

lfabl 2 hete
szülő
commit
b220316f13
1 módosított fájl, 5 hozzáadás és 0 törlés
  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).