From 98bd517451f38fa0150a53aab4234c2239a47b7e Mon Sep 17 00:00:00 2001 From: Affaan Mustafa Date: Tue, 19 May 2026 12:12:10 -0400 Subject: [PATCH] fix(install): allow claude-project manifest target --- schemas/install-modules.schema.json | 1 + 1 file changed, 1 insertion(+) diff --git a/schemas/install-modules.schema.json b/schemas/install-modules.schema.json index 252f8e82..b8d9a095 100644 --- a/schemas/install-modules.schema.json +++ b/schemas/install-modules.schema.json @@ -49,6 +49,7 @@ "type": "string", "enum": [ "claude", + "claude-project", "cursor", "antigravity", "codex",