docs: add Quality Gates guidance to AGENTS.md#1849
docs: add Quality Gates guidance to AGENTS.md#1849aozherelyeva wants to merge 2 commits intodevelopfrom
Conversation
aozherelyeva
commented
Apr 13, 2026
- Add mandatory Quality Gates guidance to AGENTS.md (as discussed on the retro)
- Update MediaTestScenarios and RetryUtils
|
agents.md needs a complete rewrite because it has become significantly outdated over the past year It should stay short, since it is included in every request. Once the file grows to 300+ lines, it starts consuming too much context, which negatively affects coding agent results It is also better not to include behavioral instructions there. Those instructions usually cover only specific use cases, while coding agents are used much more broadly. As a result, such instructions may be useful in some scenarios, but harmful in others: they can reduce output quality, lead to worse decisions, and produce unexpected behavior. With the introduction of skills, behavioral instructions in agents.md have become obsolete |
622ff08 to
9350f45
Compare
|
@devcrocod fair point! I moved quality gates to TESTING.md and added a note about it in the AGENTS.md. I think rewriting this file should be done as a separate task. I also removed some of the instructions, so now they're more general. |
9350f45 to
749fcaa
Compare
749fcaa to
ef02d02
Compare