1 Commits

Author SHA1 Message Date
hueanmy
dac2a94284
Create electron-angular-native.chatmode.md (#36)
* 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>
2025-07-09 13:41:57 +10:00