From 8090463ecc928fdcb60d7d573e0c1192355bb2cc Mon Sep 17 00:00:00 2001 From: Hayden <154503486+groupthinking@users.noreply.github.com> Date: Fri, 7 Aug 2026 15:11:47 -0500 Subject: [PATCH] chore(web): rename apps/web package to eventrelay-web (F8a) Replace the leftover next-enterprise-era name building-production-ai-infrastructure-platform with eventrelay-web so the workspace package matches the EventRelay product monorepo. --- apps/web/package.json | 2 +- docs/F8_WEB_OWNERSHIP.md | 2 +- package-lock.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/web/package.json b/apps/web/package.json index 7109ecf63..64651704c 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -1,5 +1,5 @@ { - "name": "building-production-ai-infrastructure-platform", + "name": "eventrelay-web", "version": "0.1.0", "private": true, "scripts": { diff --git a/docs/F8_WEB_OWNERSHIP.md b/docs/F8_WEB_OWNERSHIP.md index 4af6af1f5..1f92aa511 100644 --- a/docs/F8_WEB_OWNERSHIP.md +++ b/docs/F8_WEB_OWNERSHIP.md @@ -21,5 +21,5 @@ Root `vercel.json` already permanent-redirects `v0-uvai.vercel.app` and `event-r ## Optional hygiene (not blocking) -- Rename `apps/web` package from `building-production-ai-infrastructure-platform` to a clearer name. +- ~~Rename `apps/web` package~~ **done (F8a):** `eventrelay-web` (was `building-production-ai-infrastructure-platform`). - Point `groupthinking/uvai.io` README at EventRelay if that remote is retained for history. diff --git a/package-lock.json b/package-lock.json index 64981ab65..9f2b2d4e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ } }, "apps/web": { - "name": "building-production-ai-infrastructure-platform", + "name": "eventrelay-web", "version": "0.1.0", "dependencies": { "@ai-sdk/gateway": "^4.0.36", @@ -6802,7 +6802,7 @@ "integrity": "sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==", "license": "BSD-3-Clause" }, - "node_modules/building-production-ai-infrastructure-platform": { + "node_modules/eventrelay-web": { "resolved": "apps/web", "link": true },