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:
Affaan Mustafa
2026-03-22 21:54:38 -07:00
parent a2e465c74d
commit 264396a616

View File

@@ -90,6 +90,7 @@
"targets": [
"claude",
"cursor",
"antigravity",
"codex",
"opencode"
],