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.
4 行
85 B
Python
4 行
85 B
Python
def add(a, b):
|
|
# BUG: returns the difference instead of the sum
|
|
return a - b
|