refactor: reorgeniced Service/ into Provider/ and Renderer/ sub-namespaces #9

Merged
haylan merged 2 commits from refactor/service-namespaces into main 2026-06-03 22:42:43 +00:00
2 Commits
Author SHA1 Message Date
haylan 423ac5470d Merge branch 'main' into refactor/service-namespaces 2026-06-04 00:42:28 +02:00
haylanandClaude-Bot 2f3268c0b7 refactor: reorganise Service/ into Provider/ and Renderer/ sub-namespaces
Move all provider-related classes, enums, interface and trait into
App\Service\Provider; move SvgRenderer into App\Service\Renderer.
ContributionAggregator stays at the Service root as the orchestrator.
Test namespaces and use statements updated to match.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-31 00:10:09 +02:00