Bugs,Agent: Update AGENTS.md and bugs.log

This commit is contained in:
2026-06-14 15:35:32 -04:00
parent acb684ad35
commit 83698ded42
2 changed files with 37 additions and 81 deletions
+1
View File
@@ -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: