mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-15 14:33:33 +08:00
fix: add antigravity to platform-configs targets
Fixes #813. The platform-configs module was missing antigravity from its targets array, causing all 13+ dependent modules to be skipped when installing with --target antigravity --profile full.
This commit is contained in:
@@ -90,6 +90,7 @@
|
|||||||
"targets": [
|
"targets": [
|
||||||
"claude",
|
"claude",
|
||||||
"cursor",
|
"cursor",
|
||||||
|
"antigravity",
|
||||||
"codex",
|
"codex",
|
||||||
"opencode"
|
"opencode"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user