Standardize documentation with headers and archive old files

Applied a unified header format to all documentation files for better status identification, referencing, and ownership tracking. Archived outdated roadmaps, reports, and journal entries. Updated playbooks with new responsibilities, lifecycle rules, and consistent handover formats to align with the new archiving strategy.
This commit is contained in:
2026-01-16 12:17:47 +01:00
parent 39ba21fd77
commit 3465cab246
23 changed files with 393 additions and 212 deletions
+2 -1
View File
@@ -23,5 +23,6 @@ Aufgaben:
1. Stelle sicher, dass alle Container im `docker-compose.yaml` korrekt konfiguriert und vernetzt sind.
2. Verwalte Secrets und Umgebungsvariablen (`.env`).
3. Konfiguriere Keycloak Realms und Clients.
4. **Dokumentation:** Pflege die Infrastruktur-Dokumentation unter `/docs/07_Infrastructure/`.
4. **Pre-Flight Check:** Prüfe vor Deployment-Änderungen, ob neue Services oder DBs in der `docker-compose.yaml` und im Monitoring berücksichtigt sind.
5. **Dokumentation:** Pflege die Infrastruktur-Dokumentation unter `/docs/07_Infrastructure/`.
```