From e3d74c4647e2c8ac98307c865f81674c01dd0151 Mon Sep 17 00:00:00 2001 From: Lucas Woodward <31957045+SketchingDev@users.noreply.github.com> Date: Wed, 15 Jul 2026 00:11:27 +0100 Subject: [PATCH 1/2] Update name --- .claude-plugin/marketplace.json | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index d301097..1db7a49 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1,5 +1,5 @@ { - "name": "makingchatbots-genesys-cloud-architect", + "name": "makingchatbots-genesys-cloud-plugins", "owner": { "name": "Lucas Woodward", "url": "https://makingchatbots.com/" diff --git a/README.md b/README.md index 0a4508b..1c9a8ba 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Create, debug and test Genesys Cloud Architect Flows using Claude Code. ``` # Add the marketplace -/plugin marketplace add MakingChatbots/genesys-cloud-architect +/plugin marketplace add MakingChatbots/genesys-cloud-plugins # Install the plugin /plugin install genesys-cloud-architect@makingchatbots From 211a42fe1a3b2568a22934ee34d23b8b71ab469e Mon Sep 17 00:00:00 2001 From: Lucas Woodward <31957045+SketchingDev@users.noreply.github.com> Date: Wed, 15 Jul 2026 00:15:09 +0100 Subject: [PATCH 2/2] Update plugin command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c9a8ba..d75dd18 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Create, debug and test Genesys Cloud Architect Flows using Claude Code. /plugin marketplace add MakingChatbots/genesys-cloud-plugins # Install the plugin -/plugin install genesys-cloud-architect@makingchatbots +/plugin install genesys-cloud-architect@makingchatbots-genesys-cloud-plugins ``` ## Getting Started