Update AGENTS.md

This commit is contained in:
Alexey
2026-05-09 16:34:54 +03:00
parent b3510aa8b8
commit 73c82bda7a

View File

@@ -222,10 +222,9 @@ Your response MUST consist of two sections:
**Section 2: `## Changes`** **Section 2: `## Changes`**
- For each modified or created file: the filename on a separate line in backticks, followed by the code block. - For each modified or created file: the filename on a separate line in backticks, followed by a concise description of what changed.
- For files **under 200 lines**: return the full file with all changes applied. - Do not include full file contents or long code blocks in `## Changes` unless the user explicitly asks for code text.
- For files **over 200 lines**: return only the changed functions/blocks with at least 3 lines of surrounding context above and below. If the user requests the full file, provide it. - If code snippets are necessary, include only the minimal relevant excerpt.
- New files: full file content.
- End with a suggested git commit message in English. - End with a suggested git commit message in English.
#### Reporting Out-of-Scope Issues #### Reporting Out-of-Scope Issues
@@ -429,4 +428,3 @@ Every patch must be **atomic and production-safe**.
* **No transitional states** — no placeholders, incomplete refactors, or temporary inconsistencies. * **No transitional states** — no placeholders, incomplete refactors, or temporary inconsistencies.
**Invariant:** After any single patch, the repository remains fully functional and buildable. **Invariant:** After any single patch, the repository remains fully functional and buildable.