Overview
Implement the "Closed Issues" case type - the gold standard for evaluation. Uses real closed issues from the user's repository with merged PRs as ground truth.
How It Works
- Scan: Find closed issues with associated merged PRs
- Extract: Get issue description + pre-PR codebase state
- Challenge: Agent solves issue from pre-PR state
- Compare: Compare agent's solution to actual merged PR
Tasks
Issue Detection
Case Extraction
Sandbox Setup
Solution Comparison
CLI Integration
Acceptance Criteria
Overview
Implement the "Closed Issues" case type - the gold standard for evaluation. Uses real closed issues from the user's repository with merged PRs as ground truth.
How It Works
Tasks
Issue Detection
Case Extraction
Sandbox Setup
Solution Comparison
CLI Integration
sniff closed-issues scan- find suitable issuessniff closed-issues run- run agent on closed issuessniff closed-issues add <issue>- manually add specific issueAcceptance Criteria