docs: update README with Zora architecture and roadmap links, add .keep file

Updated `README.md` with new links for the Zora system architecture and master roadmap. Renamed and moved Proxmox release document under the infrastructure references. Added a `.keep` file to ensure directory structure persistence.
This commit is contained in:
Stefan Mogeritsch 2026-03-05 11:34:40 +01:00
parent 331f3bed40
commit 52e1c09bfd
3 changed files with 5 additions and 5 deletions

View File

View File

@ -6,15 +6,15 @@ Willkommen im "Gehirn" des Projekts. Dieses Verzeichnis ist die **Single Source
### 🏗️ Core ### 🏗️ Core
* **[`01_Architecture`](01_Architecture)**: Der Masterplan. ADRs, Roadmaps und C4-Modelle. * **[`01_Architecture`](01_Architecture)**: Der Masterplan. ADRs, Roadmaps und C4-Modelle.
* *Start hier:* `MASTER_ROADMAP_2026_Q1.md` * *Start hier:* [`MASTER_ROADMAP.md`](01_Architecture/MASTER_ROADMAP.md)
* **[`02_Guides`](02_Guides)**: Guides für neue Entwickler (Setup, Guidelines). * **[`02_Guides`](02_Guides)**: Guides für neue Entwickler (Setup, Guidelines).
* **[`03_Domain`](03_Domain)**: Fachlichkeit (Turnierregeln, Entities). * **[`03_Domain`](03_Domain)**: Fachlichkeit (Turnierregeln, Entities).
### 🛠️ Tech Stack ### 🛠️ Tech Stack
* **[`05_Backend`](05_Backend)**: Spring Boot Services, API-Specs, DB-Schema. * **[`05_Backend`](05_Backend)**: Spring Boot Services, API-Specs, DB-Schema.
* *Referenz:* `05_Backend/Services/PingService_Reference.md`
* **[`06_Frontend`](06_Frontend)**: Kotlin Multiplatform, Compose UI, State Management. * **[`06_Frontend`](06_Frontend)**: Kotlin Multiplatform, Compose UI, State Management.
* **[`07_Infrastructure`](07_Infrastructure)**: Docker, Keycloak, CI/CD. * **[`07_Infrastructure`](07_Infrastructure)**: Docker, Keycloak, CI/CD, Zora-Architektur.
* *Referenz:* [`Zora_System_Architektur.md`](07_Infrastructure/Zora_System_Architektur.md)
### 🤖 Process ### 🤖 Process
* **[`04_Agents`](04_Agents)**: Playbooks für unsere KI-Mitarbeiter. * **[`04_Agents`](04_Agents)**: Playbooks für unsere KI-Mitarbeiter.
@ -39,6 +39,6 @@ Willkommen im "Gehirn" des Projekts. Dieses Verzeichnis ist die **Single Source
--- ---
## 🚀 Quick Links ## 🚀 Quick Links
* [Master Roadmap](01_Architecture/MASTER_ROADMAP_2026_Q1.md) * [Master Roadmap](01_Architecture/MASTER_ROADMAP.md)
* [Ping Service Reference](05_Backend/Services/PingService_Reference.md)
* [Agent Playbooks](04_Agents) * [Agent Playbooks](04_Agents)
* [Zora Infrastruktur](07_Infrastructure/Zora_System_Architektur.md)