From 4604bad0f291fc8afc0b307fff6b43f3a1a70ef9 Mon Sep 17 00:00:00 2001 From: G <41178744+catomean@users.noreply.github.com> Date: Fri, 28 Aug 2026 13:56:42 +0200 Subject: [PATCH] docs(ci): the sweep lives in bitbaum/fleet, not dotfiles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The `uses:` line is already correct. What was stale is the prose next to it, which told the reader the policy lives in bitbaum/dotfiles and to go change it THERE. That file no longer exists in dotfiles — the sweep moved to bitbaum/fleet on 2026-08-28, because a repo holding someone's .bashrc is not where a fleet's deploy policy belongs. A comment that misroutes a fix is worse than a missing one: it sends the next person to edit a repo where the change would reach nobody, which is the precise failure the shared sweep exists to prevent. Files: .github/workflows/auto-merge.yml, CLAUDE.md Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01UvjGNAS9CMfEGNW26tUR4P --- .github/workflows/auto-merge.yml | 2 +- CLAUDE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 447fc8c7..177c3628 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 — bitbaum/dotfiles, +# ONE place for the whole fleet — bitbaum/fleet, # scripts/ci/auto-merge-sweep.sh — and this file only says "run it, with these # settings". # diff --git a/CLAUDE.md b/CLAUDE.md index e6577076..245aec54 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -273,7 +273,7 @@ of `npm run verify` (needs network, a session, and a browser download). A green, non-draft PR merges and deploys itself. `.github/workflows/auto-merge.yml` squash-merges it, then dispatches CI on `main` and reconciles Deploy so the box gets the build. The policy is no longer in this repo: it lives once for the whole -fleet in `bitbaum/dotfiles`, `scripts/ci/auto-merge-sweep.sh`, and this repo +fleet in `bitbaum/fleet`, `scripts/ci/auto-merge-sweep.sh`, and this repo calls it as a reusable workflow. Read that file before changing anything here — and change it THERE, because a fix made here would reach nobody.