From 63ed7a544873c3dab28c770b10ee8e4946cbed9f Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Sun, 8 Mar 2026 02:59:40 +0900 Subject: [PATCH] fix: update repository URLs to oh-my-openagent for npm provenance npm --provenance validates repository.url against the actual GitHub repo. Since the repo was renamed to oh-my-openagent, all platform binary publishes failed with E422 provenance mismatch. --- package.json | 6 +++--- packages/darwin-arm64/package.json | 2 +- packages/darwin-x64-baseline/package.json | 2 +- packages/darwin-x64/package.json | 2 +- packages/linux-arm64-musl/package.json | 2 +- packages/linux-arm64/package.json | 2 +- packages/linux-x64-baseline/package.json | 2 +- packages/linux-x64-musl-baseline/package.json | 2 +- packages/linux-x64-musl/package.json | 2 +- packages/linux-x64/package.json | 2 +- packages/windows-x64-baseline/package.json | 2 +- packages/windows-x64/package.json | 2 +- 12 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index 8a3e3ef1a..481b838d6 100644 --- a/package.json +++ b/package.json @@ -45,12 +45,12 @@ "license": "SUL-1.0", "repository": { "type": "git", - "url": "git+https://github.com/code-yeongyu/oh-my-opencode.git" + "url": "git+https://github.com/code-yeongyu/oh-my-openagent.git" }, "bugs": { - "url": "https://github.com/code-yeongyu/oh-my-opencode/issues" + "url": "https://github.com/code-yeongyu/oh-my-openagent/issues" }, - "homepage": "https://github.com/code-yeongyu/oh-my-opencode#readme", + "homepage": "https://github.com/code-yeongyu/oh-my-openagent#readme", "dependencies": { "@ast-grep/cli": "^0.40.0", "@ast-grep/napi": "^0.40.0", diff --git a/packages/darwin-arm64/package.json b/packages/darwin-arm64/package.json index 3c4b087f3..0aac36062 100644 --- a/packages/darwin-arm64/package.json +++ b/packages/darwin-arm64/package.json @@ -5,7 +5,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/code-yeongyu/oh-my-opencode" + "url": "https://github.com/code-yeongyu/oh-my-openagent" }, "os": [ "darwin" diff --git a/packages/darwin-x64-baseline/package.json b/packages/darwin-x64-baseline/package.json index 1c2dd8f41..d0df9abc2 100644 --- a/packages/darwin-x64-baseline/package.json +++ b/packages/darwin-x64-baseline/package.json @@ -5,7 +5,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/code-yeongyu/oh-my-opencode" + "url": "https://github.com/code-yeongyu/oh-my-openagent" }, "os": [ "darwin" diff --git a/packages/darwin-x64/package.json b/packages/darwin-x64/package.json index ab72b6a96..07d6abeb3 100644 --- a/packages/darwin-x64/package.json +++ b/packages/darwin-x64/package.json @@ -5,7 +5,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/code-yeongyu/oh-my-opencode" + "url": "https://github.com/code-yeongyu/oh-my-openagent" }, "os": [ "darwin" diff --git a/packages/linux-arm64-musl/package.json b/packages/linux-arm64-musl/package.json index f96e16286..46ea9448d 100644 --- a/packages/linux-arm64-musl/package.json +++ b/packages/linux-arm64-musl/package.json @@ -5,7 +5,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/code-yeongyu/oh-my-opencode" + "url": "https://github.com/code-yeongyu/oh-my-openagent" }, "os": [ "linux" diff --git a/packages/linux-arm64/package.json b/packages/linux-arm64/package.json index d13f0e0d3..3f76a1a60 100644 --- a/packages/linux-arm64/package.json +++ b/packages/linux-arm64/package.json @@ -5,7 +5,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/code-yeongyu/oh-my-opencode" + "url": "https://github.com/code-yeongyu/oh-my-openagent" }, "os": [ "linux" diff --git a/packages/linux-x64-baseline/package.json b/packages/linux-x64-baseline/package.json index 40ace20aa..26d6813a5 100644 --- a/packages/linux-x64-baseline/package.json +++ b/packages/linux-x64-baseline/package.json @@ -5,7 +5,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/code-yeongyu/oh-my-opencode" + "url": "https://github.com/code-yeongyu/oh-my-openagent" }, "os": [ "linux" diff --git a/packages/linux-x64-musl-baseline/package.json b/packages/linux-x64-musl-baseline/package.json index fabc54bb8..59e206a9c 100644 --- a/packages/linux-x64-musl-baseline/package.json +++ b/packages/linux-x64-musl-baseline/package.json @@ -5,7 +5,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/code-yeongyu/oh-my-opencode" + "url": "https://github.com/code-yeongyu/oh-my-openagent" }, "os": [ "linux" diff --git a/packages/linux-x64-musl/package.json b/packages/linux-x64-musl/package.json index 225e3732c..29d9fd684 100644 --- a/packages/linux-x64-musl/package.json +++ b/packages/linux-x64-musl/package.json @@ -5,7 +5,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/code-yeongyu/oh-my-opencode" + "url": "https://github.com/code-yeongyu/oh-my-openagent" }, "os": [ "linux" diff --git a/packages/linux-x64/package.json b/packages/linux-x64/package.json index c8ba2b0c4..252a1c46c 100644 --- a/packages/linux-x64/package.json +++ b/packages/linux-x64/package.json @@ -5,7 +5,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/code-yeongyu/oh-my-opencode" + "url": "https://github.com/code-yeongyu/oh-my-openagent" }, "os": [ "linux" diff --git a/packages/windows-x64-baseline/package.json b/packages/windows-x64-baseline/package.json index 05a3b4e82..70a4142c1 100644 --- a/packages/windows-x64-baseline/package.json +++ b/packages/windows-x64-baseline/package.json @@ -5,7 +5,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/code-yeongyu/oh-my-opencode" + "url": "https://github.com/code-yeongyu/oh-my-openagent" }, "os": [ "win32" diff --git a/packages/windows-x64/package.json b/packages/windows-x64/package.json index 3bdd74860..1483ff42c 100644 --- a/packages/windows-x64/package.json +++ b/packages/windows-x64/package.json @@ -5,7 +5,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/code-yeongyu/oh-my-opencode" + "url": "https://github.com/code-yeongyu/oh-my-openagent" }, "os": [ "win32"