superclaude-org--superclaude_framework
15b62467ba
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.
250 B
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.