From e60200e99a8af9798baa8a5fc4b6b98ae8a2acd3 Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Thu, 18 Jun 2026 09:32:47 +0200 Subject: [PATCH] adjust agents.md file Signed-off-by: Simon L. --- AGENTS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 32a3bc3a..991047b9 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -51,11 +51,11 @@ Assisted-by: AGENT_NAME:MODEL_VERSION ``` Common types: `feat`, `fix`, `refactor`, `test`, `docs`, `chore`, `perf`, `build`, `ci`. -The scope should match the affected component or app (e.g. `files_sharing`, `core`, `encryption`). +The scope should match the affected component (e.g. `AIO-interface`, `Fulltextsearch`, `Database`, `Apache`, `Mastercontainer`, `App`, `community-containers` or else). Example: ``` -feat(files_sharing): allow sharing with contacts +feat(AIO-interface): allow to prune the docker system via a button Assisted-by: ClaudeCode:claude-sonnet-4-6 ```