Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Loading