feat(overlay-sync): wire OverlaySyncService into DI, IPC and renderer gating

This commit is contained in:
2025-11-26 19:14:25 +01:00
parent d08f9e5264
commit 1d7c4f78d1
20 changed files with 611 additions and 561 deletions

View File

@@ -27,7 +27,6 @@
- Preserve Clean Architecture boundaries; call out any cross-layer contracts that must be added or guarded.
- Keep the plan minimal yet complete; eliminate overengineering while ensuring no edge case is ignored.
- Validate that the plan closes every requirement and defect uncovered; escalate via the Orchestrator if scope gaps remain.
- Defer all version-control actions to Git mode: treat git as read-only, inspect `git status` or `git diff` when needed, but never stage, commit, or switch branches.
### Documentation & Handoff