From a0953bd9e243f0e45a49e21b97720b9595d92ffa Mon Sep 17 00:00:00 2001 From: G <41178744+catomean@users.noreply.github.com> Date: Fri, 28 Aug 2026 13:59:16 +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/ci.yml Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01UvjGNAS9CMfEGNW26tUR4P --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c9bc3d..ada1d67 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -# Golden CI floor — see dotfiles/templates/ci/README.md. +# Golden CI floor — see bitbaum/fleet templates/ci/README.md. # solon: npm + Prisma. Floor = verify (lint + typecheck + design:check + test) + build. # Lint is `eslint .` — Next 16 removed `next lint`, and ESLint 9 wants flat # config, so the rules live in eslint.config.mjs (eslint-config-next already