From fc5e289f81447ecf20c8127337805470d14902d9 Mon Sep 17 00:00:00 2001 From: mkorwel Date: Thu, 19 Mar 2026 15:53:09 -0700 Subject: [PATCH] fix(workspaces): move gemini-extension.json back to root for git install --- gemini-extension.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 gemini-extension.json diff --git a/gemini-extension.json b/gemini-extension.json new file mode 100644 index 0000000000..be9fd18aa7 --- /dev/null +++ b/gemini-extension.json @@ -0,0 +1,11 @@ +{ + "name": "workspaces", + "version": "0.1.0", + "description": "High-performance remote development workspaces for Gemini CLI.", + "author": "Google Gemini Team", + "license": "Apache-2.0", + "skills": [ + "extensions/workspaces/skills/workspaces/SKILL.md" + ], + "contextFileName": "extensions/workspaces/docs/GEMINI.md" +}