chore: rebrand farhoodliquor → farhoodlabs, API-only mode, split infra

- Rename org references from farhoodliquor to farhoodlabs in CI workflows
  and GHCR image tags
- Rewrite README for Hightower as API-driven K8s fork of Shannon
- Update CLAUDE.md to reflect API-only deployment model
- Delete docker-compose files (K8s only, no Docker Compose support)
- Delete shannon CLI entry point (API-only going forward)
- Move K8s manifests to farhoodlabs/hightower-infra

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-22 07:19:56 -04:00
parent 0013776646
commit 325eac98ea
19 changed files with 110 additions and 1453 deletions
+7 -7
View File
@@ -16,7 +16,7 @@ concurrency:
jobs:
check:
name: Type-check & lint
runs-on: runners-farhoodliquor
runs-on: runners-farhoodlabs
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -43,7 +43,7 @@ jobs:
name: Build & push worker image
needs: check
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
runs-on: runners-farhoodliquor
runs-on: runners-farhoodlabs
permissions:
contents: read
packages: write
@@ -68,14 +68,14 @@ jobs:
context: .
push: true
tags: |
ghcr.io/farhoodliquor/shannon:latest
ghcr.io/farhoodliquor/shannon:sha-${{ github.sha }}
ghcr.io/farhoodlabs/shannon:latest
ghcr.io/farhoodlabs/shannon:sha-${{ github.sha }}
build-api:
name: Build & push API image
needs: check
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
runs-on: runners-farhoodliquor
runs-on: runners-farhoodlabs
permissions:
contents: read
packages: write
@@ -102,5 +102,5 @@ jobs:
push: true
no-cache: true
tags: |
ghcr.io/farhoodliquor/hightower-api:latest
ghcr.io/farhoodliquor/hightower-api:sha-${{ github.sha }}
ghcr.io/farhoodlabs/hightower-api:latest
ghcr.io/farhoodlabs/hightower-api:sha-${{ github.sha }}
+5 -5
View File
@@ -13,7 +13,7 @@ concurrency:
jobs:
preflight:
name: Preflight
runs-on: runners-farhoodliquor
runs-on: runners-farhoodlabs
outputs:
version: ${{ steps.version.outputs.version }}
@@ -47,7 +47,7 @@ jobs:
build-docker:
name: Build Docker (worker)
needs: preflight
runs-on: runners-farhoodliquor
runs-on: runners-farhoodlabs
permissions:
contents: read
@@ -76,7 +76,7 @@ jobs:
build-docker-api:
name: Build Docker (API)
needs: preflight
runs-on: runners-farhoodliquor
runs-on: runners-farhoodlabs
permissions:
contents: read
@@ -106,7 +106,7 @@ jobs:
sign-docker:
name: Sign Docker images
needs: [preflight, build-docker, build-docker-api]
runs-on: runners-farhoodliquor
runs-on: runners-farhoodlabs
permissions:
contents: read
id-token: write
@@ -165,7 +165,7 @@ jobs:
publish-npm:
name: Publish npm (beta)
needs: [preflight, sign-docker]
runs-on: runners-farhoodliquor
runs-on: runners-farhoodlabs
permissions:
contents: read
id-token: write
+6 -6
View File
@@ -13,7 +13,7 @@ concurrency:
jobs:
preflight:
name: Preflight
runs-on: runners-farhoodliquor
runs-on: runners-farhoodlabs
permissions:
contents: write
outputs:
@@ -60,7 +60,7 @@ jobs:
name: Build Docker (worker)
needs: preflight
if: needs.preflight.outputs.should_release == 'true'
runs-on: runners-farhoodliquor
runs-on: runners-farhoodlabs
permissions:
contents: read
@@ -92,7 +92,7 @@ jobs:
name: Build Docker (API)
needs: preflight
if: needs.preflight.outputs.should_release == 'true'
runs-on: runners-farhoodliquor
runs-on: runners-farhoodlabs
permissions:
contents: read
@@ -124,7 +124,7 @@ jobs:
sign-docker:
name: Sign Docker images
needs: [preflight, build-docker, build-docker-api]
runs-on: runners-farhoodliquor
runs-on: runners-farhoodlabs
permissions:
contents: read
id-token: write
@@ -183,7 +183,7 @@ jobs:
publish-npm:
name: Publish npm
needs: [preflight, sign-docker]
runs-on: runners-farhoodliquor
runs-on: runners-farhoodlabs
permissions:
contents: read
id-token: write
@@ -228,7 +228,7 @@ jobs:
release:
name: Create GitHub release
needs: [preflight, publish-npm]
runs-on: runners-farhoodliquor
runs-on: runners-farhoodlabs
permissions:
contents: write
+1 -1
View File
@@ -18,7 +18,7 @@ concurrency:
jobs:
rollback:
name: Roll back npm beta dist-tag
runs-on: runners-farhoodliquor
runs-on: runners-farhoodlabs
steps:
- name: Validate target version
id: target
+1 -1
View File
@@ -18,7 +18,7 @@ concurrency:
jobs:
rollback:
name: Roll back npm, Docker, and GitHub release latest
runs-on: runners-farhoodliquor
runs-on: runners-farhoodlabs
steps:
- name: Checkout tags
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2