From ec8d208f35497aab46331deeb4d0404b10ef2bdd Mon Sep 17 00:00:00 2001 From: Eduard Tolosa Date: Thu, 25 Jun 2026 18:19:18 -0500 Subject: [PATCH] docs: point AGENTS.md at the upstream gjs.guide guidelines --- AGENTS.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index fc93cd3..18e6c44 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -13,6 +13,13 @@ contrib/systemd/ systemd user service unit for distro packaging ARCHITECTURE.md In-depth design document ``` +## Upstream guidelines + +- EGO review: https://gjs.guide/extensions/review-guidelines/review-guidelines.html +- GJS D-Bus: https://gjs.guide/guides/gio/dbus.html + +The conventions in this file follow both. + ## Core principle "JS draws, Rust thinks." The extension must never block the GNOME Shell