From a27471a19ae75650032e2cb40e2b60399d6ba262 Mon Sep 17 00:00:00 2001 From: Piotr Oleszczyk Date: Tue, 3 Mar 2026 22:07:39 +0100 Subject: [PATCH] docs: add commit guidelines to AGENTS.md --- AGENTS.md | 4 ++++ 1 file changed, 4 insertions(+) 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: