docs: add commit guidelines to AGENTS.md

This commit is contained in:
Piotr Oleszczyk 2026-03-03 22:07:39 +01:00
parent 88f3642387
commit a27471a19a

View file

@ -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. 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 ## Commands
Run the backend from the `backend/` directory: Run the backend from the `backend/` directory: