Skip to content

Commit 67de564

Browse files
Lukas Geigerclaude
andcommitted
refactor!: remove web companion (no user usecase per 2026-07-23 review)
Catches up a rollback that was decided and archived on 2026-07-23 but never reached this repository: the companion usecase audit removed the static web_companion/ PWA viewer, yet the change only happened on the local working copy. No git clone of this project existed on the host that ran the audit, so nothing was ever committed or pushed - the companion stayed public here while the audit reported it as removed. The viewer was a read-only view of an exported devcenter-workspace-v1.json with no actionable use - the negative pattern the audit set out to remove. The export itself stays (see EXPORTFORMAT.md). Also in this commit: - README.md / llms.txt: dropped the remaining companion references (CHANGELOG.md keeps its entries - those are release history) - PORTIERUNGSPLAN.md: added with the ENTFERNT record the audit requires, including the archive path - .gitignore: ignore LOCK*.txt (local multi-agent lock files) Archive: C:\_Local_DEV\companion_removals_20260723\REL-PUB_DevCenter_SUITE Verified: compileall clean, unittest discover OK, 114 pytest tests pass, no web_companion reference left outside CHANGELOG. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01VKPLKAfmZnnoNHDffUdSyc
1 parent 240b87f commit 67de564

21 files changed

Lines changed: 4 additions & 1613 deletions

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,6 @@ DECISIONS.md
9595
PORTIERUNGSPLAN.md
9696
TODO.md
9797
DONE.md
98+
99+
# Lokale Agenten-Locks (LOCK-System)
100+
LOCK*.txt

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ DevCenter consists of a highly capable local Desktop Application and a lightweig
4444
- **Static analysis built in:** method/class detection, complexity checks, import analysis, TODO/FIXME detection and encoding repair helpers.
4545
- **Build and release helpers:** PyInstaller wrapper, icon conversion, third-party license collection, release notes and export planning.
4646
- **Optional AI assistant:** Claude/Anthropic integration is opt-in and uses local settings, keyring or environment variables.
47-
- **Companion-ready export:** writes a redacted `devcenter-workspace-v1.json` for the static `web_companion/` PWA viewer.
47+
- **Redacted workspace export:** writes a redacted `devcenter-workspace-v1.json` (see `EXPORTFORMAT.md`).
4848

4949
## Quick Start
5050

@@ -92,10 +92,6 @@ build_exe.bat
9292
- Import/export support for reproducible setups
9393
- Theme and window state restored on restart
9494

95-
### Web Companion
96-
- Static `web_companion/` PWA viewer for redacted workspace exports
97-
- Installable, offline-capable, no backend required
98-
9995
## Installation
10096

10197
Requirements: Python 3.10+, Windows 10/11 (primary), Linux/macOS (experimental)
@@ -179,7 +175,6 @@ DevCenter/
179175
│ │ ├── ai_assistant/ # Claude API integration
180176
│ │ └── filemanager/ # File index, backup sync
181177
│ └── gui/ # Main window, panels, dialogs
182-
├── web_companion/ # Static PWA viewer for workspace exports
183178
└── tests/ # Unit tests
184179
```
185180

llms.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ Privacy and safety:
2626
- `README.md`: user-facing overview, screenshots, installation and feature list.
2727
- `PRIVACY_POLICY.md`: privacy scope for local settings, indexes, build artifacts and optional API use.
2828
- `EXPORTFORMAT.md`: planned redacted workspace export contract.
29-
- `web_companion/`: static read-only PWA viewer for redacted `devcenter-workspace-v1.json` exports.
3029
- `.github/workflows/tests.yml`: Windows smoke tests for Python 3.10, 3.11 and 3.12.
3130
- `src/core/app_paths.py`: XDG-compliant platform path resolver for settings and file index.
3231

web_companion/README.md

Lines changed: 0 additions & 54 deletions
This file was deleted.

0 commit comments

Comments
 (0)