From a86ee9340ceca20a370452c40a56a90822a07502 Mon Sep 17 00:00:00 2001 From: "swe-agent[bot]" <0+swe-agent[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 17:10:18 +0800 Subject: [PATCH] =?UTF-8?q?fix(ci):=20=E7=A7=BB=E9=99=A4=20.claude=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E9=AA=8C=E8=AF=81=E6=AD=A5?= =?UTF-8?q?=E9=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit .claude/ 目录在 .gitignore 中被忽略,这些用户特定配置文件 不应该存在于仓库中,也不需要被 CI 检查。 Fixes #53 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb49308..31558e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,11 +27,6 @@ jobs: cd codeagent-wrapper go tool cover -func=coverage.out | grep total | awk '{print $3}' - - name: Validate JSON configs - run: | - jq empty .claude/settings.json - jq empty .claude/skills/skill-rules.json - - name: Upload coverage uses: codecov/codecov-action@v4 with: