Move Gemini extension to repo root for cross-platform support

Symlinks inside .gemini/ don't work on Windows. Moving
gemini-extension.json and GEMINI.md to the repo root means
the extension root IS the repo root, so skills/ is found
naturally without symlinks.
This commit is contained in:
Jesse Vincent
2026-03-09 19:26:18 -07:00
parent 5e5d353916
commit 9df7269d73
4 changed files with 1 additions and 2 deletions

6
gemini-extension.json Normal file
View File

@@ -0,0 +1,6 @@
{
"name": "superpowers",
"description": "Core skills library: TDD, debugging, collaboration patterns, and proven techniques",
"version": "5.0.0",
"contextFileName": "GEMINI.md"
}