Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.

Commit 1f47527

Browse files
mcp-tool-shopclaude
andcommitted
fix(package): add repository + homepage + bugs metadata
npm publish --provenance requires `repository.url` to match the GitHub Actions workflow's repo. The release.yml workflow's first fire failed with E422 because package.json had no repository field. Adopts the rig-bridge canonical shape: - repository.type: "git" - repository.url: "git+https://github.com/mcp-tool-shop-org/ai-loadout.git" - homepage: landing page - bugs.url: issues URL Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 513c4d0 commit 1f47527

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@
4444
],
4545
"author": "mcp-tool-shop",
4646
"license": "MIT",
47+
"homepage": "https://mcp-tool-shop-org.github.io/ai-loadout/",
48+
"repository": {
49+
"type": "git",
50+
"url": "git+https://github.com/mcp-tool-shop-org/ai-loadout.git"
51+
},
52+
"bugs": {
53+
"url": "https://github.com/mcp-tool-shop-org/ai-loadout/issues"
54+
},
4755
"engines": {
4856
"node": ">=20"
4957
},

0 commit comments

Comments
 (0)