Skip to content

Commit 7d0b2ef

Browse files
tepeumutclaude
andcommitted
chore: add repository metadata required for npm provenance
npm's provenance verification rejects publishes when package.json's repository.url doesn't match the GitHub repo URL from the OIDC claim. Add repository, bugs, and homepage pointing at tepeumut/agentpull. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f90afac commit 7d0b2ef

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
@@ -13,6 +13,14 @@
1313
"cli"
1414
],
1515
"license": "MIT",
16+
"repository": {
17+
"type": "git",
18+
"url": "git+https://github.com/tepeumut/agentpull.git"
19+
},
20+
"bugs": {
21+
"url": "https://github.com/tepeumut/agentpull/issues"
22+
},
23+
"homepage": "https://github.com/tepeumut/agentpull#readme",
1624
"type": "module",
1725
"engines": {
1826
"node": ">=20.0.0"

0 commit comments

Comments
 (0)