chore: verify all FIX-PLAN items, remove completed, update status

- Verified all 22 FIX-PLAN items against codebase
- 20/22 items confirmed done (P0-1..P0-6, P1-1..P1-11, P2-1, P2-3, P2-4)
- Removed JWT vars from COOLIFY_SETUP.md (P1-10 final fix)
- Remaining: P0-7 (operational), P2-2 (228 cross-imports)
- Updated .a0/current_status.md and .a0/next_steps.md
This commit is contained in:
Agent Zero
2026-07-26 16:26:10 +02:00
parent a897bca390
commit 7a14973c68
4 changed files with 81 additions and 487 deletions
+9 -5
View File
@@ -1,6 +1,10 @@
# LeoCRM — Next Steps
1. P2-1: Unified Contact Model normalisieren — COMPLETE
2. P1-4: Transactional Outbox — COMPLETE
3. Continue with next fix task from FIX-PLAN.md (next priority)
4. Pre-existing test failures (403/404 in test_contacts.py) need separate investigation — not caused by P1-4 or P2-1
5. notification.created event in notifications.py kept on event_bus.publish() (local notification signal, not a domain event needing cross-process delivery)
## FIX-PLAN Offene Items (2026-07-26)
1. P0-7: App von öffentlicher Domain nehmen (operational — 30 Min)
2. P2-2: Plugin-Cross-Imports reduzieren (228 Imports — 1-2 Wochen)
## Abgeschlossen
- P2-1: Unified Contact Model normalisieren — COMPLETE
- P1-4: Transactional Outbox — COMPLETE
- 20/22 FIX-PLAN Items erledigt (siehe .a0/current_status.md)