From 264396a6169799b5c05b915930e7618520293fc6 Mon Sep 17 00:00:00 2001 From: Affaan Mustafa Date: Sun, 22 Mar 2026 21:54:38 -0700 Subject: [PATCH] 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. --- manifests/install-modules.json | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/install-modules.json b/manifests/install-modules.json index 2dbe5b50..45b8d8a7 100644 --- a/manifests/install-modules.json +++ b/manifests/install-modules.json @@ -90,6 +90,7 @@ "targets": [ "claude", "cursor", + "antigravity", "codex", "opencode" ],