docs: add commit guidelines to AGENTS.md
This commit is contained in:
parent
88f3642387
commit
a27471a19a
1 changed files with 4 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue