From 807d73dfc375c8fe2f64fbfcec86641fa74bd7fd Mon Sep 17 00:00:00 2001 From: "dolgolyov.alexei" Date: Wed, 25 Mar 2026 23:15:54 +0300 Subject: [PATCH] docs: expand sync rule to require full pattern compliance check MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When syncing local repos, verify all documented CI/CD patterns are adopted — not just the one that triggered the sync. --- CLAUDE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index bda8c51..bb51865 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -7,3 +7,5 @@ When adding, removing, or renaming any file in this repository, **update README. ## MANDATORY: Keep local repos in sync with CI/CD docs If `LocalRepos.md` exists, read it after updating any CI/CD-related documentation (e.g., `gitea-python-ci-cd.md`, `windows-code-signing.md`). For each listed repo, check whether the change applies to that project's CI workflows, build scripts, or installer configuration — and propagate relevant updates (e.g., NSIS patterns, VBS launchers, workflow fixes, troubleshooting notes) to the corresponding files in those repos. + +When syncing, don't limit the check to just the pattern that changed — verify that each repo has adopted **all** documented patterns that apply to it (e.g., release notes from file, release fallback logic, VBS hidden launcher, Portainer webhook, size optimizations). Report any gaps found.