## Summary
This adds a new chatmode for reviewing Electron desktop apps with:
- Node.js (main)
- Angular (renderer)
- Native integration (e.g., AppleScript, shell, exiftool)
The mode enforces best practices in IPC security, async/await consistency, error handling, performance, and Angular subscription management.
## File
- `chatmodes/electron-angular-native.chatmode.md`
## Motivation
To help teams building hybrid Electron apps (Node + Angular + native automation) perform rigorous code audits using GitHub Copilot Chat.