feat!: backend-only architecture, remove frontend/nginx (v1.2.0)

- Remove frontend/ and nginx/ from core (each customer owns their frontend)
- Update docker-compose.yml to backend-only (postgres + redis + backend)
- Update docker-compose.prod.yml to backend-only
- Add CLAUDE.md with dev guidelines
- Update README.md with new architecture diagram

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Du Wenbo
2026-04-05 23:39:31 +08:00
parent 2b9797d61b
commit 139ca4c128
120 changed files with 64 additions and 21756 deletions

6
VERSIONS.json Normal file
View File

@@ -0,0 +1,6 @@
{
"project": "ems-core",
"project_version": "1.1.0",
"last_updated": "2026-04-05",
"notes": "Core platform with hooks plugin system"
}