chore: archive outdated architecture and roadmap documents, normalize documentation structure and metadata
This commit is contained in:
@@ -0,0 +1,86 @@
|
||||
---
|
||||
type: Journal
|
||||
status: ACTIVE
|
||||
owner: Curator
|
||||
last_update: 2026-03-15
|
||||
---
|
||||
|
||||
# 🧹 Session Log: Dokumentation Cleanup & Normalisierung
|
||||
|
||||
**Datum:** 15. März 2026
|
||||
**Agent:** 🧹 Curator
|
||||
**Kontext:** Vollständige Bereinigung, Korrektur und Optimierung der `docs/`-Struktur.
|
||||
|
||||
---
|
||||
|
||||
## 📝 Zusammenfassung
|
||||
|
||||
Umfassende Aufräum-Session der gesamten Dokumentation. Veraltete Dokumente wurden archiviert, fehlende Standard-Header ergänzt, inkonsistente Frontmatter-Werte normalisiert und temporäre Dateien entfernt.
|
||||
|
||||
---
|
||||
|
||||
## 🗂️ Archivierungen
|
||||
|
||||
| Originaldatei | Archivpfad | Grund |
|
||||
|---|---|---|
|
||||
| `docs/01_Architecture/ARCHITECTURE.md` | `docs/01_Architecture/_archive/2026-03-15_ARCHITECTURE.md` | Selbst als veraltet markiert (Jan 2026), kein aktiver Inhalt mehr |
|
||||
| `docs/01_Architecture/MASTER_ROADMAP_2026_Q1.md` | `docs/01_Architecture/_archive/2026-03-15_MASTER_ROADMAP_2026_Q1.md` | Alle Phasen der "Operation Tracer Bullet" abgeschlossen |
|
||||
| `docs/05_Backend/TASK_2026_Q1_Infrastructure_Hardening.md` | `docs/05_Backend/_archive/2026-03-15_TASK_2026_Q1_Infrastructure_Hardening.md` | Status war DONE, erledigte Task-Dokumente gehören ins Archiv |
|
||||
|
||||
---
|
||||
|
||||
## 🛠️ Korrekturen
|
||||
|
||||
### `last_update`-Feld ergänzt (19 Dokumente)
|
||||
Folgende aktive Dokumente hatten kein `last_update`-Feld im Frontmatter:
|
||||
|
||||
- `docs/05_Backend/Services/PingService_Reference.md`
|
||||
- `docs/05_Backend/README.md`
|
||||
- `docs/05_Backend/Guides/Database_Best_Practices.md`
|
||||
- `docs/05_Backend/Guides/Testing_with_Postman.md`
|
||||
- `docs/06_Frontend/offline-first-architecture.md`
|
||||
- `docs/06_Frontend/web-setup.md`
|
||||
- `docs/07_Infrastructure/Heim-Netzwerk-Plan_02-2026.md`
|
||||
- `docs/07_Infrastructure/Konfig-Matrix_Dev-ProZora.md`
|
||||
- `docs/07_Infrastructure/Pangolin-vs-Cloudflare-Tunnel.md`
|
||||
- `docs/07_Infrastructure/Reference/ports-and-urls.md`
|
||||
- `docs/07_Infrastructure/Reference/zipkin.md`
|
||||
- `docs/07_Infrastructure/Zora_Infrastructure_Deployment_02-2026.md`
|
||||
- `docs/07_Infrastructure/Zora_System_Architektur.md`
|
||||
- `docs/07_Infrastructure/guides/jwt-in-docker.md`
|
||||
- `docs/07_Infrastructure/runbooks/local-development.md`
|
||||
- `docs/03_Domain/00_Glossary.md`
|
||||
- `docs/02_Guides/SQLDelight_Integration_Compose_Multiplatform.md`
|
||||
- `docs/02_Guides/SQLDelight_Web_Asynchron.md`
|
||||
- `docs/02_Guides/CodingGuidelines/kdoc-style.md`
|
||||
|
||||
### Journal-Header normalisiert (25 Einträge)
|
||||
- **Header hinzugefügt** (fehlten komplett): 11 Einträge (u.a. `2026-02-03_*`, `2026-02-04_*`, `2026-03-09_*`, `2026-03-10_*`, `2026-03-11_*`)
|
||||
- **Inkonsistente Werte korrigiert** (14 Einträge):
|
||||
- `type`: `journal` → `Journal`, `JOURNAL` → `Journal`, `Session Log` → `Journal`
|
||||
- `status`: `COMPLETED` → `ACTIVE`, `DONE` → `ACTIVE`, `FINAL` → `ACTIVE`, `In Progress` → `ACTIVE`
|
||||
- `last_update` aus Dateiname ergänzt wo fehlend
|
||||
|
||||
### Temporäre Dateien gelöscht
|
||||
- `docs/Bin/Temp.md` — leere Temp-Datei ohne Inhalt
|
||||
|
||||
---
|
||||
|
||||
## ✅ Quality Gate Status
|
||||
|
||||
| Prüfpunkt | Status |
|
||||
|---|---|
|
||||
| Alle aktiven Docs haben Standard-Header | ✅ |
|
||||
| `last_update` in allen aktiven Docs | ✅ |
|
||||
| `type`-Werte konsistent (Journal/Reference/Guide/ADR/Report/Roadmap) | ✅ |
|
||||
| `status`-Werte konsistent (DRAFT/ACTIVE/DEPRECATED/ARCHIVED) | ✅ |
|
||||
| Veraltete Dokumente archiviert | ✅ |
|
||||
| Temporäre Dateien entfernt | ✅ |
|
||||
|
||||
---
|
||||
|
||||
## 🔗 Offene Punkte / Empfehlungen
|
||||
|
||||
- **Domain-Analyse-Docs** (`docs/03_Domain/03_Analysis/`) haben noch kein `last_update` — diese sind DRAFT und sollten beim nächsten Domain-Workshop aktualisiert werden.
|
||||
- **`docs/06_Frontend/Logs/`** — zwei Docker-Build-Troubleshooting-Logs ohne `last_update`; da reine Logs, niedrige Priorität.
|
||||
- **ADR-Pflicht prüfen:** Die Entscheidung für den AI-Stack (Ollama + Open WebUI, Session 2026-03-06) ist bisher nur im Journal dokumentiert — ein ADR in `docs/01_Architecture/adr/` wäre angebracht.
|
||||
Reference in New Issue
Block a user