d8757fbff1d45e7868dd85b7db52465445fda9f9none
AGENTS.mdTool: agents-md# Git workflow
Stay on the current Git branch. Do NOT change the branch.
Create only local commits on that branch. Do NOT push commits
to a remote.
Do not delete/amend any existing commits.
Start commit messages with a verb in imperative, e.g. "Fix …".
# Project structure
There is a top-level CMake project which includes nested CMake
projects from sub directories. The CMake projects in sub
directories list all relevant files for their sub directory.
This list can be used to find source code files butnone