fix: gemini platform global install now writes to ~/.gemini/config/skills/#1185
fix: gemini platform global install now writes to ~/.gemini/config/skills/#1185matiasduartee wants to merge 8 commits into
Conversation
…ills/ instead of ~/.agents/ or ~/.gemini/skills/
|
Hi @safishamsi ! I've updated the PR to resolve the merge conflicts and fix the failing tests. Here is a summary of the fixes applied: Merge Conflicts: Resolved conflicts in graphify/main.py to properly integrate the new agent platform structures. |
@safishamsi
Fixes the issue where
graphify install --platform geminiwrites to~/.agents/or~/.gemini/skills/instead of~/.gemini/config/skills/globally. This aligns it with the Agent Kit and Antigravity conventions, matching the fix introduced in #1079.Additional changes in this PR:
antigravityandantigravity-windowsplatforms to exclusively use the global~/.gemini/config/skills/path (ignoring--project), since the Antigravity CLI, IDE, and v2.0 all share this single global directory now.tests/test_install.pycaused by recent upstream changes (codebuddy).antigravityinstall/uninstall to reflect the new global-only path behavior.