From bb455f477bb91254f27dfd64be4aa291bca30979 Mon Sep 17 00:00:00 2001 From: chitcommit <208086304+chitcommit@users.noreply.github.com> Date: Wed, 3 Jun 2026 17:54:05 +0000 Subject: [PATCH] refactor(naming): drop legacy 'mothership' label, align with canonical service name Replace 'chittyid-mothership' with 'chittyid' and 'ChittyID Mothership' with 'ChittyID' across live files. The Cloudflare Worker has been named 'chittyid' in wrangler.jsonc; this sweeps the lingering 'mothership' label out of code, prose, config, monitoring, scripts, and the /health response body to conform to the canonical Chitty service-naming rule. Minor breaking change: /health and X-ChittyOS-Service header now return 'chittyid' instead of 'chittyid-mothership'. Backup/original files (.bak/.original) and archived directories left untouched. Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/deploy.yml | 2 +- CLAUDE.md | 2 +- _worker.js | 4 ++-- canon/api-routes-chittyid.js | 6 +++--- canon/worker-chittyid.js | 4 ++-- chitty-cli.ts | 2 +- dashboard.html | 2 +- functions/api/[[route]].js | 6 +++--- manifest.json | 2 +- monitoring/dashboards/grafana-chittyid.json | 2 +- monitoring/metrics/prometheus.yml | 4 ++-- scripts/deploy.sh | 10 +++++----- scripts/monitor-notion-sync.js | 2 +- scripts/setup-env.sh | 4 ++-- src/api/index.js | 2 +- src/components/ChittyDashboard.jsx | 2 +- src/config/index.js | 2 +- src/middleware/pipeline-enforcer.js | 8 ++++---- src/middleware/request-interceptor.js | 2 +- src/services/registry-client.js | 16 ++++++++-------- src/services/topic-sync.js | 4 ++-- src/workers/notion-sync-worker.js | 2 +- test-advanced.sh | 2 +- test-security.sh | 2 +- tests/qa/pipeline-enforcement.test.js | 2 +- worker.js | 10 +++++----- wrangler-pages.toml | 2 +- 27 files changed, 54 insertions(+), 54 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c2ce86a..d84cbca 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -38,7 +38,7 @@ jobs: with: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} - projectName: chittyid-mothership + projectName: chittyid directory: dist gitHubToken: ${{ secrets.GITHUB_TOKEN }} deployment-trigger: ${{ github.event_name }} diff --git a/CLAUDE.md b/CLAUDE.md index 051ba7a..50511d8 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -6,7 +6,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co ## Project Overview -This is the **ChittyID Mothership** - a Cloudflare Worker-based management system for ChittyIDs from the id.chitty.cc service. ChittyID is a universal identity system for people, places, things, and events, implemented as part of the broader ChittyOS ecosystem. +This is the **ChittyID** - a Cloudflare Worker-based management system for ChittyIDs from the id.chitty.cc service. ChittyID is a universal identity system for people, places, things, and events, implemented as part of the broader ChittyOS ecosystem. ### Key Architecture Components diff --git a/_worker.js b/_worker.js index ff5d35b..15dccf5 100644 --- a/_worker.js +++ b/_worker.js @@ -35,7 +35,7 @@ export default { return new Response(` - ChittyID Mothership + ChittyID