Invert blocklist scheduler dependency to task callback
This commit is contained in:
@@ -100,6 +100,8 @@ Reference: `Docs/Refactoring.md` for full analysis of each issue.
|
||||
|
||||
**Docs changes needed:** Update `Docs/Refactoring.md` and `Docs/Architekture.md` (task→service dependency direction).
|
||||
|
||||
**Status:** Done ✅
|
||||
|
||||
**Why this is needed:** Circular layer dependencies (`service → task → service`) make it impossible to test services in isolation and create hidden initialisation-order coupling that can cause import errors or subtle bugs at startup.
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user