项目文件夹

文件
kazuki 15b62467ba feat(eval): port gate-zero A/B eval harness from v5 design
Machine-scored A/B of candidate components vs native Claude Code
(claude -p baseline vs --plugin-dir variants/<comp>). Pre-registered
survive thresholds in preregister.yaml decide what ships in v5;
parallel.py is already a confirmed cut.
2026-06-12 11:05:07 +09:00

250 B

calc.py has a function add(a, b) that is supposed to return the sum of its two arguments, but it currently returns the wrong value. Fix the bug in calc.py so that add(a, b) returns a + b. Do not rename the function or change its signature.