You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
backend: make ProcessStats constructor private for strict singleton
- Add private keyword to ProcessStats constructor
- Prevents direct instantiation with `new ProcessStats()`
- Enforces use of `ProcessStats.getInstance()` method
- TypeScript will now catch attempts to bypass singleton pattern
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments