fix(ci): 移除 .claude 配置文件验证步骤

.claude/ 目录在 .gitignore 中被忽略,这些用户特定配置文件
不应该存在于仓库中,也不需要被 CI 检查。

Fixes #53

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
swe-agent[bot]
2025-12-09 17:10:18 +08:00
parent c6cd20d2fd
commit a86ee9340c

View File

@@ -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: