From 958532920f0c46567fb36e94d5910ba9a2f26812 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",