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.
17 行
395 B
TOML
17 行
395 B
TOML
[project]
|
|
name = "superclaude-eval"
|
|
version = "0.1.0"
|
|
description = "Head-to-head eval harness: gate-zero A/B of candidate components vs native Claude Code"
|
|
requires-python = ">=3.10"
|
|
dependencies = ["pyyaml>=6.0"]
|
|
|
|
[project.scripts]
|
|
sc-eval = "harness.cli:main"
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[tool.hatch.build.targets.wheel]
|
|
packages = ["harness"]
|