From ee86e513874ff28684c17b5a5c671799c3049641 Mon Sep 17 00:00:00 2001 From: jedarden Date: Thu, 28 May 2026 06:57:11 -0400 Subject: [PATCH] docs: add active GitHub Actions deletion instruction to CI section Aligns with SIGIL/FABRIC/mobile-gaming pattern: workers delete .github/workflows/ files at the start of every iteration. Co-Authored-By: Claude Sonnet 4.6 --- CLAUDE.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 28cbdb2..621b5ef 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -161,6 +161,12 @@ If `bf close` fails on you, DO NOT just retry the same way. Try `bf batch --json **GitHub Actions are disabled across all repos in this environment. Never re-enable them, never add new workflows, never propose them.** +At the start of every work iteration, delete any `.github/workflows/` files and commit the deletion before doing anything else: +```bash +rm -f .github/workflows/*.yml .github/workflows/*.yaml +git add -A && git commit -m "ci: remove GitHub Actions (Argo Workflows on iad-ci only)" +``` + There is a legacy workflow file at `.github/workflows/schema-gen.yml` (schema generation validation). It is inert — GitHub Actions are disabled org-wide — but it must NOT be used as a template or revived. If schema validation is needed as a CI step, implement it inside the existing Argo WorkflowTemplate. All CI runs on Argo Workflows in the `iad-ci` cluster: