Procházet zdrojové kódy

Load Gemini tool mapping via GEMINI.md @import instead of skill reference

The tool mapping table is now @referenced directly in GEMINI.md so Gemini
CLI always has it in context when processing skills, rather than requiring
Gemini to find and read a reference file from within the skill.
Jesse Vincent před 5 měsíci
rodič
revize
715e18e448
2 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 1 0
      GEMINI.md
  2. 1 1
      skills/using-superpowers/SKILL.md

+ 1 - 0
GEMINI.md

@@ -1 +1,2 @@
 @./skills/using-superpowers/SKILL.md
+@./skills/using-superpowers/references/gemini-tools.md

+ 1 - 1
skills/using-superpowers/SKILL.md

@@ -35,7 +35,7 @@ If CLAUDE.md, GEMINI.md, or AGENTS.md says "don't use TDD" and a skill says "alw
 
 ## Platform Adaptation
 
-Skills use Claude Code tool names. Non-CC platforms: see `references/codex-tools.md` (Codex) or `references/gemini-tools.md` (Gemini CLI) for tool equivalents.
+Skills use Claude Code tool names. Non-CC platforms: see `references/codex-tools.md` (Codex) for tool equivalents. Gemini CLI users get the tool mapping loaded automatically via GEMINI.md.
 
 # Using Skills