Skip to content

Commit 0fd63fe

Browse files
sjarmakclaude
andcommitted
chore: update remaining configs and runner for ccb_feature/ccb_refactor split
Update mirror_creation_manifest.json task paths, selected_benchmark_tasks.json metadata (294 tasks, 9 SDLC suites), task_rename_map.json key, and daytona_runner.py help text examples. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 228a64e commit 0fd63fe

File tree

4 files changed

+28
-28
lines changed

4 files changed

+28
-28
lines changed

configs/mirror_creation_manifest.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"mirror": "sg-evals/TensorRT-LLM--b98f3fca",
1010
"pin_source": "git checkout b98f3fca2059f5403bee0966434578212bc92f32 (Dockerfile)",
1111
"tasks": [
12-
"ccb_build/tensorrt-mxfp4-quant-feat-001"
12+
"ccb_feature/tensorrt-mxfp4-quant-feat-001"
1313
]
1414
},
1515
{
@@ -27,8 +27,8 @@
2727
"mirror": "sg-evals/Strata--66225ca9",
2828
"pin_source": "FROM ccb-repo-strata-66225ca9",
2929
"tasks": [
30-
"ccb_build/strata-cds-tranche-feat-001",
31-
"ccb_build/strata-fx-european-refac-001"
30+
"ccb_feature/strata-cds-tranche-feat-001",
31+
"ccb_refactor/strata-fx-european-refac-001"
3232
]
3333
},
3434
{
@@ -37,7 +37,7 @@
3737
"mirror": "sg-evals/camel--1006f047",
3838
"pin_source": "FROM ccb-repo-camel-1006f047",
3939
"tasks": [
40-
"ccb_build/camel-fix-protocol-feat-001",
40+
"ccb_feature/camel-fix-protocol-feat-001",
4141
"ccb_design/camel-routing-arch-001"
4242
]
4343
},
@@ -47,7 +47,7 @@
4747
"mirror": "sg-evals/flink--0cc95fcc",
4848
"pin_source": "FROM ccb-repo-flink-0cc95fcc",
4949
"tasks": [
50-
"ccb_build/flink-pricing-window-feat-001",
50+
"ccb_feature/flink-pricing-window-feat-001",
5151
"ccb_design/flink-checkpoint-arch-001",
5252
"ccb_design/kafka-flink-streaming-arch-001"
5353
]
@@ -58,7 +58,7 @@
5858
"mirror": "sg-evals/kafka--0753c489",
5959
"pin_source": "FROM ccb-repo-kafka-0753c489",
6060
"tasks": [
61-
"ccb_build/kafka-batch-accumulator-refac-001",
61+
"ccb_refactor/kafka-batch-accumulator-refac-001",
6262
"ccb_design/kafka-flink-streaming-arch-001",
6363
"ccb_secure/kafka-sasl-auth-audit-001",
6464
"ccb_understand/kafka-message-lifecycle-qa-001"
@@ -164,7 +164,7 @@
164164
"mirror": "sg-evals/django--674eda1c",
165165
"pin_source": "crossrepo base image",
166166
"tasks": [
167-
"ccb_build/python-http-class-naming-refac-001",
167+
"ccb_refactor/python-http-class-naming-refac-001",
168168
"ccb_design/django-modeladmin-impact-001",
169169
"ccb_design/django-pre-validate-signal-design-001",
170170
"ccb_design/django-rate-limit-design-001",
@@ -216,7 +216,7 @@
216216
"mirror": "sg-evals/emissary--3bbdbe0f",
217217
"pin_source": "git fetch origin 3bbdbe0fafcc (Dockerfile)",
218218
"tasks": [
219-
"ccb_build/envoy-grpc-server-impl-001"
219+
"ccb_feature/envoy-grpc-server-impl-001"
220220
]
221221
},
222222
{
@@ -293,7 +293,7 @@
293293
"mirror": "sg-evals/go-control-plane--71637ad6",
294294
"pin_source": "git fetch origin 71637ad69bbc (Dockerfile)",
295295
"tasks": [
296-
"ccb_build/envoy-grpc-server-impl-001",
296+
"ccb_feature/envoy-grpc-server-impl-001",
297297
"ccb_design/envoy-routeconfig-dep-chain-001"
298298
]
299299
},
@@ -438,7 +438,7 @@
438438
"mirror": "sg-evals/istio--2300e245",
439439
"pin_source": "git fetch origin 2300e2458ab7 (Dockerfile)",
440440
"tasks": [
441-
"ccb_build/envoy-grpc-server-impl-001"
441+
"ccb_feature/envoy-grpc-server-impl-001"
442442
]
443443
},
444444
{
@@ -484,7 +484,7 @@
484484
"mirror": "sg-evals/api--f32ed1d6",
485485
"pin_source": "git fetch origin f32ed1d60cf0 (Dockerfile)",
486486
"tasks": [
487-
"ccb_build/k8s-runtime-object-impl-001",
487+
"ccb_feature/k8s-runtime-object-impl-001",
488488
"ccb_design/k8s-typemeta-dep-chain-001"
489489
]
490490
},
@@ -494,7 +494,7 @@
494494
"mirror": "sg-evals/apimachinery--b2e9f88f",
495495
"pin_source": "git fetch origin b2e9f88ff6d4 (Dockerfile)",
496496
"tasks": [
497-
"ccb_build/k8s-runtime-object-impl-001",
497+
"ccb_feature/k8s-runtime-object-impl-001",
498498
"ccb_design/k8s-typemeta-dep-chain-001"
499499
]
500500
},
@@ -548,8 +548,8 @@
548548
"mirror": "sg-evals/kubernetes--v1.30.0",
549549
"pin_source": "task.toml pre_fix_rev",
550550
"tasks": [
551-
"ccb_build/k8s-noschedule-taint-feat-001",
552-
"ccb_build/k8s-score-normalizer-refac-001",
551+
"ccb_feature/k8s-noschedule-taint-feat-001",
552+
"ccb_refactor/k8s-score-normalizer-refac-001",
553553
"ccb_design/k8s-crd-lifecycle-arch-001",
554554
"ccb_design/k8s-scheduler-arch-001",
555555
"ccb_fix/k8s-dra-scheduler-event-fix-001"
@@ -570,7 +570,7 @@
570570
"mirror": "sg-evals/vscode--138f619c",
571571
"pin_source": "git checkout 138f619c86f1199955d53b4166bef66ef252935c (Dockerfile)",
572572
"tasks": [
573-
"ccb_build/vscode-stale-diagnostics-feat-001"
573+
"ccb_feature/vscode-stale-diagnostics-feat-001"
574574
]
575575
},
576576
{
@@ -597,7 +597,7 @@
597597
"mirror": "sg-evals/flask--798e006f",
598598
"pin_source": "crossrepo base image",
599599
"tasks": [
600-
"ccb_build/python-http-class-naming-refac-001"
600+
"ccb_refactor/python-http-class-naming-refac-001"
601601
]
602602
},
603603
{
@@ -634,7 +634,7 @@
634634
"mirror": "sg-evals/requests--421b8733",
635635
"pin_source": "crossrepo base image",
636636
"tasks": [
637-
"ccb_build/python-http-class-naming-refac-001"
637+
"ccb_refactor/python-http-class-naming-refac-001"
638638
]
639639
},
640640
{
@@ -724,7 +724,7 @@
724724
"mirror": "sg-evals/rust--01f6ddf7",
725725
"pin_source": "git checkout 01f6ddf7588f42ae2d7eb0a2f21d44e8e96674cf (Dockerfile)",
726726
"tasks": [
727-
"ccb_build/rust-subtype-relation-refac-001"
727+
"ccb_refactor/rust-subtype-relation-refac-001"
728728
]
729729
},
730730
{
@@ -733,7 +733,7 @@
733733
"mirror": "sg-evals/servo--be6a2f99",
734734
"pin_source": "git checkout be6a2f99a1e80060228f41280fd7d2178983e7ed (Dockerfile)",
735735
"tasks": [
736-
"ccb_build/servo-scrollend-event-feat-001"
736+
"ccb_feature/servo-scrollend-event-feat-001"
737737
]
738738
},
739739
{

configs/selected_benchmark_tasks.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"total_available": 835,
88
"total_selected": 294,
99
"migration_source": "migration_map.json (157 mapped tasks across 8 SDLC suites)",
10-
"target_total": 251,
11-
"target_note": "All SDLC suites at target + 81 MCP-unique tasks across 10 ccb_mcp_* suites.",
10+
"target_total": 294,
11+
"target_note": "All SDLC suites at target (199 tasks across 9 suites) + 95 MCP-unique tasks across 11 ccb_mcp_* suites.",
1212
"last_updated": "2026-02-28",
1313
"note": "Split ccb_build into ccb_feature (10 tasks) and ccb_refactor (7 tasks). Scrapped 3 build-configuration tasks (Bazel/Webpack/Gradle). Removed 8 DI-Bench deps-install tasks (trivially solvable) in prior update. Added 13 cross-file refactoring tasks to ccb_refactor (now 20 tasks)."
1414
},
1515
"methodology": {
16-
"description": "Tasks reorganized from 17 legacy suites into 8 SDLC-phase suites. Each task retains its original scoring and metadata; only the suite assignment and task_dir are updated to reflect the new SDLC taxonomy. Tasks with status 'archived' or 'retired' in migration_map.json are excluded.",
16+
"description": "Tasks reorganized from 17 legacy suites into 9 SDLC-phase suites (ccb_build split into ccb_feature + ccb_refactor). Each task retains its original scoring and metadata; only the suite assignment and task_dir are updated to reflect the new SDLC taxonomy. Tasks with status 'archived' or 'retired' in migration_map.json are excluded.",
1717
"sdlc_suites": [
1818
"ccb_understand",
1919
"ccb_design",

configs/task_rename_map.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"security-code-review-001": "curl-security-review-001",
3232
"security-code-review-002": "kafka-security-review-001"
3333
},
34-
"ccb_build": {
34+
"ccb_refactor": {
3535
"http-class-naming-refac-001": "python-http-class-naming-refac-001"
3636
}
3737
}

scripts/daytona_runner.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
python3 scripts/daytona_runner.py --task cgen-deps-install-001
1111
1212
# Run a full suite
13-
python3 scripts/daytona_runner.py --suite ccb_build --config baseline-local-direct
13+
python3 scripts/daytona_runner.py --suite ccb_feature --config baseline-local-direct
1414
1515
# Run all ready tasks in parallel
1616
python3 scripts/daytona_runner.py --all --parallel 4
1717
1818
# List suites and tasks
1919
python3 scripts/daytona_runner.py --list-suites
20-
python3 scripts/daytona_runner.py --list-tasks --suite ccb_build
20+
python3 scripts/daytona_runner.py --list-tasks --suite ccb_feature
2121
2222
# Dry run (no sandboxes created)
23-
python3 scripts/daytona_runner.py --suite ccb_build --dry-run
23+
python3 scripts/daytona_runner.py --suite ccb_feature --dry-run
2424
"""
2525

2626
import argparse
@@ -830,9 +830,9 @@ def build_cli() -> argparse.ArgumentParser:
830830
epilog="""
831831
Examples:
832832
python3 scripts/daytona_runner.py --task cgen-deps-install-001
833-
python3 scripts/daytona_runner.py --suite ccb_build --config mcp-remote-direct
833+
python3 scripts/daytona_runner.py --suite ccb_feature --config mcp-remote-direct
834834
python3 scripts/daytona_runner.py --all --parallel 4
835-
python3 scripts/daytona_runner.py --suite ccb_build --dry-run
835+
python3 scripts/daytona_runner.py --suite ccb_feature --dry-run
836836
python3 scripts/daytona_runner.py --list-suites
837837
""",
838838
)

0 commit comments

Comments
 (0)