docs: implement "Docs-as-Code" strategy, refine agent definitions, and update documentation structure

Introduced the "Docs-as-Code" approach across the project to ensure maintainable and versioned documentation. Updated agent role definitions and responsibilities in `AGENTS.md`. Reorganized and expanded the `/docs` directory for better alignment with project workflows and architecture.
This commit is contained in:
2026-01-13 10:23:38 +01:00
parent 9e12018208
commit 696c2e0bd8
3 changed files with 43 additions and 110 deletions
@@ -13,7 +13,7 @@ class RateLimitConfig {
/**
* Standard KeyResolver: IP-basiert.
* Nutzt X-Forwarded-For (für Proxies/LoadBalancer), wenn vorhanden, sonst die Remote-Adresse.
* Nutzt X-Forwarded-For (für Proxys/LoadBalancer), wenn vorhanden, sonst die Remote-Adresse.
* Wird verwendet, wenn kein anderer KeyResolver explizit angefordert wird oder aktiv ist.
*/
@Bean