the signals and their derived score are provisional and subject to change.
validate manually before sharing.
a0e6ded254c200bc02aabd536bca55a5df3eb40d3da5690dcd3c16b41c1b433389abe134ceb8bfd1Authored: 2 months ago (Sun, 28 Jun 2026 14:00:01 +0000)Match: Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>AGENTS.mdTool: agents-md# TrenchBroom Coding Agent Guidance
## Project structure
- The project contains several applications under /app. The main application target is TrenchBroom.
- Most code lives in libraries under /lib.
- Each application target and library target has its own CMakeLists.txt file.
- Shared CMake utilities are in /cmake.
- Each library usually has a <Name>LibTest target for its tests, for example TbMdlLibTest.
- Some libraries also have a <Name>TestUtilsLib target for shared test helpers, and some of those havenone