diff --git a/AGENTS.md b/AGENTS.md index 11e0e83..bc7313f 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -6,6 +6,10 @@ This file provides guidance to AI coding agents when working with code in this r This is a monorepo with **backend** and **frontend** directories. +## Commit Guidelines + +This repository uses Conventional Commits (e.g., `feat(api): ...`, `fix(frontend): ...`, `test(models): ...`). Always format commit messages accordingly and ensure you include the correct scope to indicate which part of the monorepo is affected. + ## Commands Run the backend from the `backend/` directory: