From 46af24664865b7bfe8b34c5ad7c9c3e0ec406e96 Mon Sep 17 00:00:00 2001 From: Will Washburn Date: Fri, 24 Apr 2026 22:31:55 -0400 Subject: [PATCH] fix(ci): re-add @agent-relay/cloud to publish-packages matrix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @agent-relay/cloud is a workspace in this repo that was historically published to npm at the lockstep version, until commit c8c8dad5 ("additional clean", Jan 27 2026) silently dropped it from the publish-packages matrix. The workspace kept getting version-bumped to stay in lockstep but was never republished, so the registry's latest \`@agent-relay/cloud\` froze at 2.0.23 while the workspace climbed to 6.0.1. Under the previous bundled architecture this was invisible — the workspace cloud got bundled into the agent-relay tarball, never fetched from the registry. After #788 unbundled @agent-relay/*, the CLI's regular dep on @agent-relay/cloud@ began failing with ETARGET because that version didn't exist on npm. The npm registry's @agent-relay/cloud@2.0.23 lists its repository as this repo, packages/cloud — confirming it's the same codebase, just stale. There is no namespace collision; the only fix needed is to restart publishing. Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index be5fb1336..5dc717405 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -884,6 +884,7 @@ jobs: - hooks - user-directory - config + - cloud - sdk - telemetry - acp-bridge