wip: Sicherungs-Commit aller Änderungen seit April + Arbeitsstruktur (CLAUDE.md, ROADMAP.md, PROGRESS.md, Autopilot)

6 Wochen uncommittete Arbeit (Voice-Channels, LiveKit-Manager, Settings-Modal u.v.m.)
als ein WIP-Commit gesichert, damit nichts verloren geht und der Pi den aktuellen
Stand klonen kann. Thematische Aufarbeitung: siehe ROADMAP M0.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01CPrAGBxBT6GfPXzeWQ4AXb
This commit is contained in:
Bernd Steckmeister
2026-07-03 05:47:18 +02:00
parent d706ace35f
commit 25ed765a03
195 changed files with 47784 additions and 1236 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

+20
View File
@@ -0,0 +1,20 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" fill="none">
<defs>
<linearGradient id="pyr-face" x1="0" x2="0" y1="0" y2="1">
<stop offset="0" stop-color="#F5A524" stop-opacity="1" />
<stop offset="1" stop-color="#F5A524" stop-opacity="0.55" />
</linearGradient>
<linearGradient id="pyr-side" x1="0" x2="1" y1="0" y2="1">
<stop offset="0" stop-color="#F5A524" stop-opacity="0.85" />
<stop offset="1" stop-color="#F5A524" stop-opacity="0.25" />
</linearGradient>
</defs>
<!-- right face -->
<path d="M24 6 L42 40 L24 34 Z" fill="url(#pyr-side)" />
<!-- left face (front) -->
<path d="M24 6 L6 40 L24 34 Z" fill="url(#pyr-face)" />
<!-- base outline -->
<path d="M6 40 L24 34 L42 40" stroke="#F5A524" stroke-opacity="0.4" stroke-width="1" fill="none" stroke-linejoin="round" />
<!-- edge highlight -->
<path d="M24 6 L24 34" stroke="#F5A524" stroke-opacity="0.9" stroke-width="0.8" />
</svg>

After

Width:  |  Height:  |  Size: 963 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 321 B

File diff suppressed because one or more lines are too long
+4
View File
@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200">
<path d="M100 30 L175 160 L25 150 Z" fill="currentColor" />
<path d="M100 30 L110 160 L100 150 Z" fill="white" opacity="0.2" />
</svg>

After

Width:  |  Height:  |  Size: 202 B