diff --git a/AGENTS.md b/AGENTS.md index de3232a..42bb0f2 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -7,3 +7,12 @@ This project provides dedicated entry-point headers that include internal depend * `include/logit_cpp/logit/utils.hpp` – aggregates the utilities module. Including through these headers ensures dependencies are resolved without manual forward declarations. + +## Commit Messages +Use Conventional Commits format: type(scope): summary. +The header must be in English. +Include a body that describes the change. + +## Changes +Keep diffs minimal and focused. +Do not refactor or apply style changes beyond the lines you directly touch.