From 0169f0032844bd2ef522dfbba09a9f7c47c6c5b6 Mon Sep 17 00:00:00 2001 From: gnezim Date: Sat, 25 Apr 2026 18:40:42 +0300 Subject: [PATCH] ci: stop syncing CLAUDE.md and AGENTS.md to customer repo --- scripts/ci/sync-to-gitlab.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ci/sync-to-gitlab.sh b/scripts/ci/sync-to-gitlab.sh index e99ea1f6..913c5d9b 100755 --- a/scripts/ci/sync-to-gitlab.sh +++ b/scripts/ci/sync-to-gitlab.sh @@ -44,8 +44,8 @@ cp "$SRC_DIR/vitest.config.ts" "$TARGET_DIR/vitest.config.ts" cp "$SRC_DIR/playwright.config.ts" "$TARGET_DIR/playwright.config.ts" cp "$SRC_DIR/eslint.config.js" "$TARGET_DIR/eslint.config.js" cp "$SRC_DIR/Makefile" "$TARGET_DIR/Makefile" -cp "$SRC_DIR/CLAUDE.md" "$TARGET_DIR/CLAUDE.md" -cp "$SRC_DIR/AGENTS.md" "$TARGET_DIR/AGENTS.md" +# CLAUDE.md and AGENTS.md are intentionally NOT copied — internal toolchain +# notes that don't belong in the customer's repo. # Customer-specific Dockerfile (different defaults than ours) cp "$SRC_DIR/Dockerfile.react" "$TARGET_DIR/Dockerfile"