docs: align architecture and contributor guidance with current services

This commit is contained in:
kyasuda
2026-02-10 13:17:56 -08:00
committed by sudacode
parent 09e142279a
commit b5fcd4f072
2 changed files with 6 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ The current runtime design, composition model, and extension guidelines are docu
Contributor guidance:
- Overlay window/visibility state is owned by `src/core/services/overlay-manager-service.ts`.
- Prefer direct inline deps objects in `main.ts` for simple pass-through wiring.
- Add a `*-deps-runtime-service.ts` helper only when it performs meaningful adaptation (not identity mapping).
- Add a helper/adapter service only when it performs meaningful adaptation, validation, or reuse (not identity mapping).
## Environment Variables