mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-03-30 13:43:26 +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": [
|
||||
"claude",
|
||||
"cursor",
|
||||
"antigravity",
|
||||
"codex",
|
||||
"opencode"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user