Skip to content

Commit 240b87f

Browse files
committed
docs: add product family comparison table and update check date in llms.txt
1 parent 9236c0a commit 240b87f

3 files changed

Lines changed: 32 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ Format basiert auf [Keep a Changelog](https://keepachangelog.com/de/1.1.0/).
55

66
## [Unreleased]
77

8+
### Dokumentation / Documentation
9+
- README.md: Produktvergleichstabelle (Product Family & Edition Comparison) in Englisch und Deutsch hinzugefügt.
10+
- llms.txt: Prüfdatum (Last-checked) auf 2026-07-06 aktualisiert.
11+
812
### Build / Release
913
- EXE neu gebaut 2026-06-01 (PyInstaller `--onefile`, `DevCenter.exe`); 25/25 Tests grün, Smoke-Test bestanden. Vorherige EXE: 2026-04-29. Anlass: workspace_export.py neu hinzugefügt.
1014

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,20 @@
2121
| Workspace export for PWA companion | File → Export workspace |
2222
| Windows launcher | `START_DevCenter.bat` |
2323

24+
### Product Family & Edition Comparison
25+
26+
DevCenter consists of a highly capable local Desktop Application and a lightweight, offline-ready Web Companion. Their features are compared below:
27+
28+
| Feature | Desktop Application (Authoritative IDE) | Web Companion (Static PWA) |
29+
| :--- | :--- | :--- |
30+
| **Primary Purpose** | Full offline local-first Python development, analysis, and build suite | Read-only dashboard for reviewing projects, task lists, and build status |
31+
| **Data Flow** | Authors and builds everything locally; generates redacted workspace exports | Imports redacted `devcenter-workspace-v1.json` completely client-side |
32+
| **Code Editor** | PySide6-based editor with syntax highlighting and auto-indent | None (Read-only status overview) |
33+
| **Static Code Analysis** | Local AST analysis, complexity checks, and encoding repair | View analysis summaries and detected issue statistics |
34+
| **Build & Release** | PyInstaller wrapper, PNG to ICO converter, license collector | View configuration metadata and target platform checklist |
35+
| **Task Management** | Directly parses and updates your local `AUFGABEN.txt` | Visually groups open tasks by priority |
36+
| **Privacy Boundary** | Authoritative data store; strictly local unless optional cloud APIs are used | Offline-first PWA, no cloud uploads, completely secure client-side sandbox |
37+
2438
![DevCenter main window showing the local Python IDE dashboard](README/screenshots/main.png)
2539

2640
## Why DevCenter
@@ -198,6 +212,19 @@ Nicht identisch mit Azure DevCenter, Microsoft Dev Box, Moderne DevCenter oder D
198212
| Entwicklerschleife V3 | AI Assistant | Claude API Integration für Code-Generierung |
199213
| ProFiler V14 | FileManager | Datei-Indizierung und Volltext-Suche |
200214
| ProSync V3.1 | FileManager | Intelligente Backup-Synchronisation |
215+
### Produkt-Edition & Funktionsvergleich
216+
217+
DevCenter besteht aus einer voll ausgestatteten lokalen Desktop-Anwendung und einem leichtgewichtigen, offline-fähigen Web-Companion.
218+
219+
| Funktion | Desktop-Anwendung (Lokale IDE) | Web-Companion (Statische PWA) |
220+
| :--- | :--- | :--- |
221+
| **Hauptzweck** | Lokale Offline-Entwicklung, statische Code-Analyse und EXE-Kompilierung | Read-only Status-Dashboard für Projektmetriken, Aufgaben und Build-Stand |
222+
| **Datenfluss** | Erzeugt den Code und exportiert redigierten Status | Liest redigierte `devcenter-workspace-v1.json` rein clientseitig ein |
223+
| **Code-Editor** | PySide6-Editor mit Syntax-Highlighting und Auto-Einrückung | Keine Bearbeitung (rein lesender Zugriff) |
224+
| **Statische Analyse** | AST-Befunde, Komplexitätsberechnung, Encoding-Reparatur | Anzeige von Fehlerstatistiken und Warnungsübersichten |
225+
| **Kompilierung** | PyInstaller-Wrapper, Bild-zu-ICO-Konverter, Lizenz-Sammler | Anzeige der konfigurierten Build-Historie und Zielplattformen |
226+
| **Aufgaben** | Direktes Editieren der lokalen `AUFGABEN.txt` | Visuelle Gruppierung offener Tasks nach Priorität |
227+
| **Datenschutz** | Alle Daten verbleiben lokal auf dem System | Rein lokales Laden im Browser-Sandkasten, kein Cloud-Upload |
201228

202229
### Konfiguration
203230

llms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ local Python IDE with PWA companion
4343
dev-bricks DevCenter Python desktop suite
4444
```
4545

46-
## Last-checked: 2026-06-11
46+
## Last-checked: 2026-07-06

0 commit comments

Comments
 (0)