项目文件夹

文件
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

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"]