3 Commits

Author SHA1 Message Date
Aaron Powell
58af427c8c
Update chatmodes/electron-angular-native.chatmode.md 2025-07-09 13:41:30 +10:00
MaiLT
8e26301cd1 fix: resolve conflict in README.md 2025-07-09 10:31:48 +07:00
hueanmy
1f1c2540a0
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.
2025-07-03 13:03:40 +07:00