Skip to content

Commit 8ad9283

Browse files
committed
docs: update AGENTS.md to include PR preparation guidelines
- Added a note to ensure that `README.md` is updated with supported plugins before creating a PR or pushing to main.
1 parent fd92d28 commit 8ad9283

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,4 @@ Use below list to store and recall user notes when asked to do so.
8989

9090
- Tauri IPC: JS must use camelCase (`{ batchId, pluginIds }`), Tauri auto-converts to Rust's snake_case. Never send snake_case from JS—params silently won't match.
9191
- tauri-action `latest.json`: Parallel matrix builds are safe—action fetches existing `latest.json`, merges platform entries, re-uploads. No `max-parallel: 1` needed.
92+
- Before creating a PR or pushing to main, ensure that `README.md` is updated with what plugins are supported.

0 commit comments

Comments
 (0)