Skip to content

Commit 70caccb

Browse files
piotrskiclaude
andauthored
chore: update repository URL to callstackincubator org (#51)
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 <noreply@anthropic.com>
1 parent 7ba7a0f commit 70caccb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ agent-react-devtools status # Should show "Apps: 1 connected"
272272
Add the skill to your AI coding assistant for richer context:
273273

274274
```sh
275-
npx skills add piotrski/agent-react-devtools
275+
npx skills add callstackincubator/agent-react-devtools
276276
```
277277

278278
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
282282
You can also install via the Claude Code plugin marketplace:
283283

284284
```
285-
/plugin marketplace add piotrski/agent-react-devtools
285+
/plugin marketplace add callstackincubator/agent-react-devtools
286286
/plugin install agent-react-devtools@piotrski
287287
```
288288

packages/agent-react-devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"repository": {
3636
"type": "git",
37-
"url": "https://github.com/piotrski/agent-react-devtools.git",
37+
"url": "https://github.com/callstackincubator/agent-react-devtools.git",
3838
"directory": "packages/agent-react-devtools"
3939
},
4040
"license": "MIT",

0 commit comments

Comments
 (0)