forgejudge 0.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +9 -0
package/README.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# ForgeJudge (npm name reserved)
|
package/package.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "forgejudge",
|
|
3
|
+
"version": "0.0.0",
|
|
4
|
+
"description": "Reserved for ForgeJudge — open eval leaderboard + CI gate for autonomous coding agents.",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"homepage": "https://github.com/ahmedEid1/forgejudge",
|
|
7
|
+
"repository": { "type": "git", "url": "git+https://github.com/ahmedEid1/forgejudge.git" },
|
|
8
|
+
"keywords": ["swe-agent", "llm-evaluation", "observability", "leaderboard"]
|
|
9
|
+
}
|