Auto-commit: 2026-05-20 21:35

This commit is contained in:
OpenClaw
2026-05-20 21:35:47 +00:00
parent 382b0a76d2
commit d8db022c65
93 changed files with 1105 additions and 7542 deletions

View File

@@ -5,3 +5,8 @@ Corrections, insights, and knowledge gaps captured during development.
**Categories**: correction | insight | knowledge_gap | best_practice
---
## 2026-05-19: Nie direkt auf dem Testserver entwickeln
- **Was passiert:** MVC-Refactoring (Issue #46) direkt in `/var/www/test/html/` gemacht statt im Git-Repo
- **Korrektur:** Code-Änderungen IMMER im Git-Repo machen (lokal klonen, Feature-Branch, commit, push), dann auf Testumgebung deployen
- **Workflow:** Git Repo → Feature Branch → Code → Commit → Push → Deploy auf Testumgebung