From 5ba94359a42e4afa84fb481149a1c6562a29adc3 Mon Sep 17 00:00:00 2001 From: Viktor Nagy <137165288+NagyVikt@users.noreply.github.com> Date: Mon, 15 Jun 2026 00:36:54 +0200 Subject: [PATCH] fix(cli): point colonyq repository.url at opencue/colony for npm provenance The org was renamed recodeee -> opencue, but apps/cli/package.json still referenced github.com/recodeee/colony. npm trusted-publishing rejects the release with E422 because the signed provenance source (opencue/colony) must match repository.url. Updates homepage, repository.url, and bugs.url. --- apps/cli/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/cli/package.json b/apps/cli/package.json index 34a4043..07d6b83 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -16,13 +16,13 @@ "llm" ], "author": "Imdeadpool", - "homepage": "https://github.com/recodeee/colony", + "homepage": "https://github.com/opencue/colony", "repository": { "type": "git", - "url": "git+https://github.com/recodeee/colony.git" + "url": "git+https://github.com/opencue/colony.git" }, "bugs": { - "url": "https://github.com/recodeee/colony/issues" + "url": "https://github.com/opencue/colony/issues" }, "engines": { "node": ">=20.0.0"