From 9979170633e69d5a5d4be2684e81b1b41d7e8f5a Mon Sep 17 00:00:00 2001 From: Piotr Tomczewski Date: Fri, 3 Apr 2026 14:10:28 +0200 Subject: [PATCH] chore: update repository URL to callstackincubator org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes OIDC canary publish failures — npm's trusted publishing validates the repo in the provenance claim against the package's repository field, which still pointed to the old piotrski/ location. Also updates skill install commands in README. Co-Authored-By: Claude Sonnet 4.6 --- README.md | 4 ++-- packages/agent-react-devtools/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0a6354c..782a5c7 100644 --- a/README.md +++ b/README.md @@ -272,7 +272,7 @@ agent-react-devtools status # Should show "Apps: 1 connected" Add the skill to your AI coding assistant for richer context: ```sh -npx skills add piotrski/agent-react-devtools +npx skills add callstackincubator/agent-react-devtools ``` This works with Claude Code, Codex, Cursor, Gemini CLI, GitHub Copilot, Goose, OpenCode, and Windsurf. @@ -282,7 +282,7 @@ This works with Claude Code, Codex, Cursor, Gemini CLI, GitHub Copilot, Goose, O You can also install via the Claude Code plugin marketplace: ``` -/plugin marketplace add piotrski/agent-react-devtools +/plugin marketplace add callstackincubator/agent-react-devtools /plugin install agent-react-devtools@piotrski ``` diff --git a/packages/agent-react-devtools/package.json b/packages/agent-react-devtools/package.json index 0ef1325..03c3bd7 100644 --- a/packages/agent-react-devtools/package.json +++ b/packages/agent-react-devtools/package.json @@ -34,7 +34,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/piotrski/agent-react-devtools.git", + "url": "https://github.com/callstackincubator/agent-react-devtools.git", "directory": "packages/agent-react-devtools" }, "license": "MIT",