feat: uwf-eval-tasks monorepo + first task (fix-off-by-one) #73
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Phase 2 of eval framework (#34)
Create
shazhou/uwf-eval-tasksmonorepo (new repo) with proman scaffold:2a: Repo scaffold
packages/_template/)2b: First task — fix-off-by-one
packages/fix-off-by-one/package.json—@uwf-eval/fix-off-by-onefixture/— buggy calculator repo (src/calc.ts with off-by-one, src/calc.test.ts that fails)task.yaml— workflow: solve-issue, prompt, limits, judge declarationssrc/judges/test-pass.ts— runspnpm testin cwd, checks exit codesrc/judges/code-quality.ts— LLM judge: minimal change, correct fixschemas/test-pass.json+schemas/code-quality.json— OCAS schemas for judge data2c: End-to-end validation
uwf-eval run packages/fix-off-by-one --agent hermescompletes and stores resulttask.yaml format
Ref: #34
— 小橘 🍊(NEKO Team)