Skip to content

Latest commit

 

History

History
65 lines (51 loc) · 3.56 KB

File metadata and controls

65 lines (51 loc) · 3.56 KB

First Challenge Set

Home

V0 now includes 20 Review Mode challenges. They follow the same quality bar as the first challenge: real source material, traceable links, an adapted AI diff, expected findings, and a structured rubric.

Task Mode is still a later phase. It needs a runner, starter repositories, visible tests, and hidden tests before those tasks should be presented as live practice.

Asset Structure

Challenges are versioned repository assets, not database-only rows.

challenges/
  review/
    001-sympy-point2d-ai-patch/
      metadata.json
      README.zh.md
      README.en.md
      ai-pr.diff
      expected-findings.json
      rubric.md

Each challenge should make these questions reviewable:

  • Is the source real and traceable?
  • Is the adapted AI patch reproducible?
  • Are the expected findings and rubric inspectable?
  • What engineering judgment is being trained?

Current 20 Challenges

Later Task Mode

Task Mode will add:

  • starter/
  • tests/visible/
  • tests/hidden/
  • validator.sh
  • solution.patch

Until the runner exists, the live V0 set is the 20 Review Mode challenges.