diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 4e7371bd..503e0f52 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -1,7 +1,7 @@ # Auto-merge — nobody is in the merge loop. # # Green, ready PRs merge themselves and deploy themselves. The policy lives in -# ONE place for the whole fleet — catomean/dotfiles, +# ONE place for the whole fleet — bitbaum/dotfiles, # scripts/ci/auto-merge-sweep.sh — and this file only says "run it, with these # settings". # @@ -39,7 +39,7 @@ permissions: jobs: sweep: - uses: catomean/dotfiles/.github/workflows/auto-merge-sweep.yml@master + uses: bitbaum/dotfiles/.github/workflows/auto-merge-sweep.yml@master with: base_branch: main ci_workflow: ci.yml diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1239d355..78059f58 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,7 +1,7 @@ name: Deploy # Push to main → deploy botsmann.orangecat.ch to bitbaum. All the logic lives in -# one place: catomean/fleetcrown/.github/workflows/selfhost-deploy.yml (docs: +# one place: bitbaum/fleetcrown/.github/workflows/selfhost-deploy.yml (docs: # docs/infrastructure/self-host-cd.md there). It waits for this commit's own CI # to go green before anything reaches the box. # @@ -16,7 +16,7 @@ on: jobs: deploy: - uses: catomean/fleetcrown/.github/workflows/selfhost-deploy.yml@main + uses: bitbaum/fleetcrown/.github/workflows/selfhost-deploy.yml@main with: app: botsmann secrets: inherit diff --git a/package-lock.json b/package-lock.json index 10169242..13128309 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@tailwindcss/forms": "^0.5.7", "@tailwindcss/typography": "^0.5.16", "@xenova/transformers": "^2.17.2", - "ai-kit": "github:catomean/ai-kit#v0.4.0", + "ai-kit": "github:bitbaum/ai-kit#v0.4.0", "autoprefixer": "^10.4.17", "date-fns": "^4.1.0", "gray-matter": "^4.0.3", @@ -5457,7 +5457,7 @@ }, "node_modules/ai-kit": { "version": "0.4.0", - "resolved": "git+ssh://git@github.com/catomean/ai-kit.git#44f6bcaa69350c324b419bfd7026053dac1eb187", + "resolved": "git+ssh://git@github.com/bitbaum/ai-kit.git#44f6bcaa69350c324b419bfd7026053dac1eb187", "license": "MIT", "dependencies": { "ai-forms": "^0.1.2" diff --git a/package.json b/package.json index 739d5453..77a5f7dd 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@tailwindcss/forms": "^0.5.7", "@tailwindcss/typography": "^0.5.16", "@xenova/transformers": "^2.17.2", - "ai-kit": "github:catomean/ai-kit#v0.4.0", + "ai-kit": "github:bitbaum/ai-kit#v0.4.0", "autoprefixer": "^10.4.17", "date-fns": "^4.1.0", "gray-matter": "^4.0.3",