From e019448f9c339446dbda86a50c9094f8e8046c43 Mon Sep 17 00:00:00 2001 From: Amir Benvenisti <128422269+starfleeth@users.noreply.github.com> Date: Fri, 24 Apr 2026 14:18:37 -0700 Subject: [PATCH 1/2] Simplify README install flow Lead with the two slash commands (`/plugin marketplace add` + `/plugin install`) as the primary install path, and move the plugin-manager walkthrough below as an alternative interactive flow. Replace "Restart Claude Code" with `/reload-plugins`, which activates the plugin in the current session without a restart. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 689e82a..e0bb217 100644 --- a/README.md +++ b/README.md @@ -8,17 +8,21 @@ This repository provides a [Claude Code plugin](https://code.claude.com/docs/en/ ## Installation -**Step 1:** Marketplace Installation +From inside Claude Code, run: -1. Run `/plugin marketplace add temporalio/claude-temporal-plugin` -2. Run `/plugin` to open the plugin manager -3. Select **Marketplaces** -4. Choose `temporal-marketplace` from the list -5. Select **Enable auto-update** or **Disable auto-update** +1. `/plugin marketplace add temporalio/claude-temporal-plugin` +2. `/plugin install temporal@temporal-marketplace` -**Step 2:** Plugin Installation -1. Run `/plugin install temporal@temporal-marketplace` -2. Restart Claude Code +Then run `/reload-plugins` to activate the plugin in the current session. + +### Alternative: interactive install + +1. Run `/plugin` to open the plugin manager +2. Select **Marketplaces** +3. Choose `temporal-marketplace` from the list +4. Select **Enable auto-update** or **Disable auto-update** +5. Install the `temporal` plugin +6. Run `/reload-plugins` ## What's Included From e322f11a1c7a2cd65462c3be9ae8f10fff1bf774 Mon Sep 17 00:00:00 2001 From: Amir Benvenisti <128422269+starfleeth@users.noreply.github.com> Date: Thu, 30 Apr 2026 15:23:40 -0700 Subject: [PATCH 2/2] Update README.md clarify auto-update selection --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e0bb217..cf6e1c0 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,14 @@ From inside Claude Code, run: Then run `/reload-plugins` to activate the plugin in the current session. +*Note:* We recommend enabling automatic updates using the interactive `/plugin` menu + ### Alternative: interactive install 1. Run `/plugin` to open the plugin manager 2. Select **Marketplaces** 3. Choose `temporal-marketplace` from the list -4. Select **Enable auto-update** or **Disable auto-update** +4. Select **Enable auto-update** (recommended) or **Disable auto-update** 5. Install the `temporal` plugin 6. Run `/reload-plugins`