docs: update 6 stale files + delete 17 obsolete audit/plan files
Updated: - README.md: 23 → 25 Plugins (self_improvement, knowledge) - PROGRESS.md: Phase A-K done (261/261), Alembic 0136, 2174 Tests - PLATFORM_ROADMAP.md: Phase I, J, K marked as DONE - docs/api-documentation.md: 303 → 554+ endpoints - docs/test-strategy.md: ~500 → 2174 Tests, create_all description updated - docs/INSTALL.md: Alembic-Head 0090 → 0136 Deleted (17 obsolete files): - Root: ARCHITECTURE_PLAN.md, COMPLETE_SYSTEM_AUDIT.md, COMPLETE_VERNETZUNGS_AUDIT.md, ENTERPRISE_READINESS_PLAN.md, ROADMAP_VERIFICATION.md, SYSTEM_AUDIT.md, TEST_PLAN.md - docs/: audit-consolidated-errors.md, audit-fix-plan.md, audit-tracker.md, full-audit-errors.md, architecture-cleanup-plan.md, schema-authority.md, api-audit.md, phase-gate-review-g.md, phase-gate-review-h.md, arch-f-review.md
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
# LeoCRM v1.0
|
||||
|
||||
> Plugin-basierte KI und Business-Plattform mit 23 Plugins (CRM, Mail, DMS, Chat, AI-Agenten, Workflows, Knowledge, Search). FastAPI Backend + React/TypeScript Frontend. Deployiert über Coolify auf Hetzner VPS.
|
||||
> Plugin-basierte KI und Business-Plattform mit 25 Plugins (CRM, Mail, DMS, Chat, AI-Agenten, Workflows, Knowledge, Search, Self-Improvement, Compliance). FastAPI Backend + React/TypeScript Frontend. Deployiert über Coolify auf Hetzner VPS.
|
||||
> Stack: FastAPI + SQLAlchemy (async) + PostgreSQL 16 (pgvector) + Redis 7 + React 18 + TypeScript + Vite + TanStack Query + Zustand + Tailwind + Docker + Coolify
|
||||
|
||||
## Features
|
||||
|
||||
### Core Platform
|
||||
- **Multi-Tenant** — Tenant-Isolation via ORM Auto-Filter + Row Level Security (RLS)
|
||||
- **Plugin System** — 23 Built-in Plugins, Manifest-basiert, aktivierbar/deaktivierbar
|
||||
- **Plugin System** — 25 Built-in Plugins, Manifest-basiert, aktivierbar/deaktivierbar
|
||||
- **Permission System** — ABAC/RBAC mit feingranularen Permissions
|
||||
- **Audit Log** — Vollständige Audit-Trail, CSV/JSON Export, 365 Tage Retention
|
||||
- **Entity History** — Undo/Restore für alle Entitäten
|
||||
@@ -17,7 +17,7 @@
|
||||
- **Backup Automation** — ARQ-gesteuert, einstellbar in Settings, Backup-History
|
||||
- **Trash Cleanup** — Automatische endgültige Löschung nach 90 Tagen
|
||||
|
||||
### 23 Plugins
|
||||
### 25 Plugins
|
||||
|
||||
| # | Plugin | Beschreibung |
|
||||
|---|--------|-------------|
|
||||
@@ -44,6 +44,8 @@
|
||||
| 21 | **marketplace** | Marketplace Listings |
|
||||
| 22 | **system_notif** | System Notifications, Alerting via Communication-System |
|
||||
| 23 | **forgejo_error_reporter** | Forgejo Error Reporting |
|
||||
| 24 | **knowledge** | LLM-based Knowledge Extraction, Ask-Knowledge, Review Queue |
|
||||
| 25 | **self_improvement** | Controlled Self-Improvement Loop (Signals, Patterns, Proposals, Impact) |
|
||||
|
||||
### AI & Automation
|
||||
- **Agent System** — ReAct-Loop, Tool-Calls, Skills, Approvals, Monitoring, SSE Streaming
|
||||
@@ -297,7 +299,7 @@ leocrm/
|
||||
│ ├── schemas/ # Pydantic schemas
|
||||
│ ├── services/ # Business logic
|
||||
│ ├── plugins/ # Plugin system (registry, manifest, base)
|
||||
│ │ └── builtins/ # 23 built-in plugins
|
||||
│ │ └── builtins/ # 25 built-in plugins
|
||||
│ ├── workflows/ # Workflow engine
|
||||
│ └── ai/ # AI modules
|
||||
├── scripts/
|
||||
|
||||
Reference in New Issue
Block a user