9
An Open Letter to AI for Generating GNOME Shell Extensions
(blogs.gnome.org)
The GNOME Project is a free and open source desktop and computing platform for open platforms like Linux that strives to be an easy and elegant way to use your computer. GNOME software is developed openly and ethically by both individual contributors and corporate partners, and is distributed under the GNU General Public License.
This is nice work @jrahmatzadeh@blogs.gnome.org, and if there's a recommended template for new extensions, it should probably include an
AGENTS.MDwith this, or at least with a pointer to this.I don't get what the problem is with writing code that works on multiple GNOME shell versions at once though, rather than individual ports for every version. The former feels like it could make maintenance a lot easier if an extension developer wants to support multiple GNOME versions?
Edit: I see that there's
gnome-extensions create --interactivethat can create a skeleton extension from a template. That would be the perfect place for this, probably.