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" +}