adjust agents.md file

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L.
2026-06-18 09:32:47 +02:00
parent 03bc7ebded
commit e60200e99a
+2 -2
View File
@@ -51,11 +51,11 @@ Assisted-by: AGENT_NAME:MODEL_VERSION
``` ```
Common types: `feat`, `fix`, `refactor`, `test`, `docs`, `chore`, `perf`, `build`, `ci`. 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: 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 Assisted-by: ClaudeCode:claude-sonnet-4-6
``` ```