From 9b8e27637d31014d90a33a8877c45953b4e9085f Mon Sep 17 00:00:00 2001 From: shreyas-lyzr Date: Sun, 24 May 2026 13:11:07 -0400 Subject: [PATCH] fix: point package.json repository.url at open-gitagent/opengap npm publish --provenance failed with E422: the sigstore provenance bundle requires repository.url to match the repo the build runs in. It still pointed at open-gitagent/gitagent (the original repo name). Updates repository.url (with git+ prefix to avoid npm auto-correction) and bugs.url to open-gitagent/opengap. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8effa54..c1efc2f 100644 --- a/package.json +++ b/package.json @@ -42,11 +42,11 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/open-gitagent/gitagent.git" + "url": "git+https://github.com/open-gitagent/opengap.git" }, "homepage": "https://gitagent.sh", "bugs": { - "url": "https://github.com/open-gitagent/gitagent/issues" + "url": "https://github.com/open-gitagent/opengap/issues" }, "engines": { "node": ">=18"