mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 10:25:13 +00:00
* Create electron-angular-native.chatmode.md ## 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. * chore: update README with new chatmode * fix: resolve conflict in README.md * Update README.md * Update chatmodes/electron-angular-native.chatmode.md --------- Co-authored-by: Aaron Powell <me@aaron-powell.com>