Fix: Ensure all skills are tracked as files, not submodules

This commit is contained in:
sck_0
2026-01-14 18:48:48 +01:00
parent 7f46ed8ca1
commit 8bd204708b
1113 changed files with 82065 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
{
"name": "SWE-bench Lite",
"version": "1.0",
"description": "300 real-world GitHub issues for evaluation",
"source": "https://github.com/SWE-bench/SWE-bench",
"problems": 300,
"status": "PLACEHOLDER",
"install_command": "pip install swebench",
"run_command": "python -m swebench.harness.run_evaluation"
}