From 113dcba601c1a9e859ed9892cdcbe2954273c561 Mon Sep 17 00:00:00 2001 From: Jake Lee Date: Wed, 24 Jun 2026 18:31:38 -0400 Subject: [PATCH] feat(network): xenia-ops moves to ops.xenia.host; release v0.5.1 Xenia Operations now lives on its own subdomain. xenia.host is reserved for the Xenia Network umbrella, so XENIA_NETWORK.url (xenia.host/network) is left as-is. Data-only change; 86 tests green. Co-Authored-By: Claude Opus 4.8 --- CHANGELOG.md | 3 +++ package.json | 2 +- src/network/index.ts | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9534f34..614d598 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ ## Unreleased - landstar donor-parity (replacing its general scripts with the kit): still pending. +## 0.5.1 +- `network`: **Xenia Operations moved to its own subdomain** — `xenia-ops.url` is now `https://ops.xenia.host` (was `https://xenia.host`). `xenia.host` is reserved for the Xenia Network umbrella, so `XENIA_NETWORK.url` (`https://xenia.host/network`) is unchanged. Data-only; no API change. + ## 0.5.0 - **`@iserlabs/web-kit/network`** — new export: The Xenia Network member registry (`networkMembers`, `memberById`, `footerMembersFor`, `managementBrands`, `engines`, `brandListLabel`, `XENIA_NETWORK`, `STREAMLINED_ID`, `includeStreamlinedInBrandFooters`) plus the JSON-LD builder (`networkGraph`, `NETWORK_ID`). Pure data + functions; first fleet-content module in the kit. Lifted verbatim from `xenia-hospitality-operations` so every affiliated site consumes one source of truth (Xenia Network rollout, plan 2 of 4). Schema models the umbrella with `subOrganization`/`memberOf` — never `sameAs`; Columbus excluded by design. diff --git a/package.json b/package.json index fdc5a78..0c15b21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iserlabs/web-kit", - "version": "0.5.0", + "version": "0.5.1", "private": false, "type": "module", "license": "MIT", diff --git a/src/network/index.ts b/src/network/index.ts index e5bb25e..7c0f400 100644 --- a/src/network/index.ts +++ b/src/network/index.ts @@ -68,7 +68,7 @@ export const networkMembers: readonly NetworkMember[] = [ id: "xenia-ops", name: "Xenia Operations", role: "engine", - url: "https://xenia.host", + url: "https://ops.xenia.host", blurb: "Remote, done-for-you hospitality operations desk — guest messaging, coordination, escalation.", routeBy: { kind: "need", label: "Run it for me, remotely" },