diff --git a/README.md b/README.md index 6e3d436..1894f16 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ through the MCP client's OAuth flow. In Cursor chat, run: ```text -/add-plugin https://github.com/dodeja/agent-plugins +/add-plugin https://github.com/Terminal49/agent-plugins ``` Then select and install **Terminal49**. Cursor will prompt you to connect the @@ -36,14 +36,14 @@ MCP server when the plugin first needs it. ### Claude Code ```sh -claude plugin marketplace add dodeja/agent-plugins +claude plugin marketplace add Terminal49/agent-plugins claude plugin install terminal49@terminal49 ``` ### Codex ```sh -codex plugin marketplace add dodeja/agent-plugins +codex plugin marketplace add Terminal49/agent-plugins codex plugin add terminal49@terminal49 ``` @@ -53,7 +53,7 @@ Copilot CLI can read the Claude-compatible marketplace included in this repository: ```sh -copilot plugin marketplace add dodeja/agent-plugins +copilot plugin marketplace add Terminal49/agent-plugins copilot plugin install terminal49@terminal49 ``` diff --git a/plugins/terminal49/.claude-plugin/plugin.json b/plugins/terminal49/.claude-plugin/plugin.json index 2fbad1b..6aca362 100644 --- a/plugins/terminal49/.claude-plugin/plugin.json +++ b/plugins/terminal49/.claude-plugin/plugin.json @@ -8,7 +8,7 @@ "name": "Terminal49" }, "homepage": "https://terminal49.com", - "repository": "https://github.com/dodeja/agent-plugins", + "repository": "https://github.com/Terminal49/agent-plugins", "license": "Apache-2.0", "keywords": [ "container-tracking", diff --git a/plugins/terminal49/.codex-plugin/plugin.json b/plugins/terminal49/.codex-plugin/plugin.json index 674668e..3df301d 100644 --- a/plugins/terminal49/.codex-plugin/plugin.json +++ b/plugins/terminal49/.codex-plugin/plugin.json @@ -7,7 +7,7 @@ "name": "Terminal49" }, "homepage": "https://terminal49.com", - "repository": "https://github.com/dodeja/agent-plugins", + "repository": "https://github.com/Terminal49/agent-plugins", "license": "Apache-2.0", "keywords": [ "container-tracking", diff --git a/plugins/terminal49/.cursor-plugin/plugin.json b/plugins/terminal49/.cursor-plugin/plugin.json index b889e5f..4c900e9 100644 --- a/plugins/terminal49/.cursor-plugin/plugin.json +++ b/plugins/terminal49/.cursor-plugin/plugin.json @@ -7,7 +7,7 @@ "name": "Terminal49" }, "homepage": "https://terminal49.com", - "repository": "https://github.com/dodeja/agent-plugins", + "repository": "https://github.com/Terminal49/agent-plugins", "license": "Apache-2.0", "logo": "assets/logo.svg", "keywords": [ diff --git a/plugins/terminal49/README.md b/plugins/terminal49/README.md index 3e8dccd..83abcde 100644 --- a/plugins/terminal49/README.md +++ b/plugins/terminal49/README.md @@ -1,7 +1,9 @@ # Terminal49 plugin This plugin connects an agent to Terminal49's hosted MCP server and supplies a -shared skill for reliable container-tracking workflows. +shared skill for reliable container-tracking workflows. It is published from +the [Terminal49/agent-plugins](https://github.com/Terminal49/agent-plugins) +marketplace — see that README for installation instructions. ## Authentication