Bugs,Agent: Update AGENTS.md and bugs.log
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
- Names of files, functions, classes, abstractions, database fields, etc should be aimed at disambiguating purpose and function, rather than at brevity.
|
||||
- Any source or header file that includes a Boost header must include `<boostAsioLinkageFix.h>` first (at the top of the file, or immediately after the include guard in headers), before all other includes, so Boost.Asio is used as a non-header-only library correctly.
|
||||
- When refactoring code, moving code around or splitting code into new files, don't omit or remove source code comments. Preserve source code comments across refactors.
|
||||
- Do not omit or remove code comments when refactoruing code. Preserve code comments.
|
||||
|
||||
## Style:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user