From 2bde259e9c5dd3a9b0dab815160a190b54a62932 Mon Sep 17 00:00:00 2001 From: Riccardo Carlesso Date: Tue, 16 Jun 2026 16:15:28 +0200 Subject: [PATCH 1/2] feat: Add plugin.json to make extension a plugin --- plugin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 plugin.json diff --git a/plugin.json b/plugin.json new file mode 100644 index 0000000..d95c3c5 --- /dev/null +++ b/plugin.json @@ -0,0 +1,10 @@ +{ + "name": "conductor", + "version": "0.4.1", + "description": "Conductor is a Gemini CLI extension that enables Context-Driven Development.", + "author": { + "name": "Google" + }, + "repository": "https://github.com/palladius/conductor", + "license": "Apache 2.0" +} From 0f3f9e0cceeebec06c58a6ba5da1d6b27a67f7b7 Mon Sep 17 00:00:00 2001 From: Riccardo Carlesso Date: Tue, 16 Jun 2026 16:16:19 +0200 Subject: [PATCH 2/2] chore: Update repository URL to upstream in plugin.json --- plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.json b/plugin.json index d95c3c5..9e2f7c2 100644 --- a/plugin.json +++ b/plugin.json @@ -5,6 +5,6 @@ "author": { "name": "Google" }, - "repository": "https://github.com/palladius/conductor", + "repository": "https://github.com/gemini-cli-extensions/conductor", "license": "Apache 2.0" }