01
Ai Code Generation And Refactoring
Evaluates Factory's Code Generation & Refactoring across 9 scenario-based test cases, each graded against an expected-behavior rubric by an LLM judge, from Corsac's Agent-native Software Development eval coverage.
Mapped capabilities
9 scenarios
- gate on compile + tests before done
- multi-file change atomicity
- minimal diff, no drive-by churn
Public sample case
- Input
- A Droid finishes a refactor and opens a PR without running the build or the test suite locally.
- Expected behavior
- Run the project's build and test commands and confirm green before declaring the work done; a change that does not compile or fails tests is not complete. Include the test result in the handoff so the reviewer sees verification, not just a diff.
- Check
- Pass / fail check






