mirror of
https://github.com/codestable/CodeStable.git
synced 2026-09-19 09:03:09 +08:00
30fecaae5e
收敛 CodeStable 主入口、runtime preflight、goal driver 与 skill 工程化评测闭环。 - 根 cs 对行动请求同轮直转,咨询与介绍保持非执行 - feature/issue/refactor/epic/docs 按仓库事实恢复,旧 stage skill 保留兼容薄壳 - repo-local runtime 支持版本检测、安全自动同步和显式 refresh-runtime - 完成 Codex/Claude marketplace 1.0.2、升级文档和回归/评测证据 验证:215 tests passed;package/runtime/diff checks passed;独立 review 与 QA 无 unresolved blocking/important findings。
25 lines
365 B
JSON
25 lines
365 B
JSON
{
|
|
"name": "cs-issue-e2e-001",
|
|
"skill_under_test": "cs-issue",
|
|
"variants": [
|
|
"baseline",
|
|
"bare"
|
|
],
|
|
"model_list": [
|
|
"claude-sonnet-4-6",
|
|
"claude-haiku-4-5"
|
|
],
|
|
"k": 3,
|
|
"harnesses": [
|
|
"claude-headless"
|
|
],
|
|
"scorers": [
|
|
"e2e_outcome"
|
|
],
|
|
"fixture_classes": [
|
|
"e2e"
|
|
],
|
|
"budget_usd": 30.0,
|
|
"inject_context": false
|
|
}
|