diff --git a/AGENTS.md b/AGENTS.md index 71eb674..3d7ca14 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -115,6 +115,11 @@ Full details in `@CODING_GUIDELINES.md`. Key rules: - No commented-out code. Delete it. - Functions stay small (<30 lines). +### Git +- Create `feature/*`, `fix/*`, or `chore/*` branches from `develop`. +- Never commit directly to `master` or `develop`. +- Merge strategy: fast-forward or merge — either is fine. + ### Frontend (Vue.js 3) - `