diff --git a/AGENTS.md b/AGENTS.md
index 101b5f1..2c1cac1 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -126,6 +126,9 @@ Full details in `@CODING_GUIDELINES.md`. Key rules:
- Create `feature/*`, `fix/*`, or `chore/*` branches from `develop`.
- Never commit directly to `master` or `develop`.
- Merge strategy: fast-forward or merge — either is fine.
+- Commit messages must be thorough: describe what changed, why, and
+ list concrete changes as bullet points. Never write single-line
+ "feat: add X" messages.
### Frontend (Vue.js 3)
- `
+
+
+