Remove helper indirection and import shared service helpers directly

This commit is contained in:
2026-04-14 07:56:59 +02:00
parent a5674f9e4c
commit 37646e57f7
9 changed files with 96 additions and 572 deletions

View File

@@ -123,6 +123,8 @@ With multiple copies of the same class name in different modules, `isinstance` c
### Task 5 — Resolve config_file_service.py god object and dual implementations
**Status:** In progress
**Severity:** High
**Where:**
@@ -230,6 +232,7 @@ The current inconsistency (five services at 10 s, three at 5 s) appears to be ac
---
### Task 8 — Remove app/helpers/ indirection layer; fix circular imports structurally
**Status:** Completed
**Severity:** Medium