Commit be8bff8
Complete validation_result migration for remaining 50 verifier tasks
Migrate all remaining verifier families (checklist, ir_checklist, f1,
f1_hybrid, continuous, test_ratio) to emit validation_result.json
sidecar alongside reward.txt. All 264 active tasks now emit the
v1alpha1 validation_result contract.
Families migrated:
- ir_checklist (17 tasks): composite IR scoring with sub_scores
- checklist (16 tasks): heterogeneous fault localization + doc gen
- f1_hybrid (7 tasks): detection F1 + fix quality blend
- continuous (5 tasks): weighted category checklist
- test_ratio (3 tasks): SWE-bench test pass ratio via EXIT trap
- f1 (2 tasks): pure F1 precision/recall scorer
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 699f9c8 commit be8bff8
File tree
54 files changed
+4359
-437
lines changed- benchmarks
- csb_sdlc_debug
- linux-acpi-backlight-fault-001/tests
- linux-hda-intel-suspend-fault-001/tests
- linux-iwlwifi-subdevice-fault-001/tests
- linux-nfs-inode-revalidate-fault-001/tests
- csb_sdlc_design
- camel-routing-arch-001/tests
- django-orm-query-arch-001/tests
- flink-checkpoint-arch-001/tests
- k8s-crd-lifecycle-arch-001/tests
- kafka-flink-streaming-arch-001/tests
- postgres-query-exec-arch-001/tests
- csb_sdlc_document
- docgen-inline-002/tests
- envoy-arch-doc-gen-001/tests
- envoy-migration-doc-gen-001/tests
- k8s-apiserver-doc-gen-001/tests
- k8s-applyconfig-doc-gen-001/tests
- k8s-clientgo-doc-gen-001/tests
- k8s-fairqueuing-doc-gen-001/tests
- k8s-kubelet-cm-doc-gen-001/tests
- kafka-api-doc-gen-001/tests
- csb_sdlc_feature
- camel-fix-protocol-feat-001/tests
- envoy-grpc-server-impl-001/tests
- flink-pricing-window-feat-001/tests
- k8s-runtime-object-impl-001/tests
- strata-cds-tranche-feat-001/tests
- csb_sdlc_fix
- django-select-for-update-fix-001/tests
- element-web-roomheaderbuttons-can-crash-fix-001/tests
- element-web-unread-indicators-diverge-fix-001/tests
- k8s-dra-scheduler-event-fix-001/tests
- kafka-producer-bufpool-fix-001/tests
- teleport-users-can-delete-fix-001/tests
- csb_sdlc_refactor
- k8s-score-normalizer-refac-001/tests
- kafka-batch-accumulator-refac-001/tests
- strata-fx-european-refac-001/tests
- csb_sdlc_secure
- curl-cve-triage-001/tests
- k8s-rbac-auth-audit-001/tests
- kafka-sasl-auth-audit-001/tests
- csb_sdlc_test
- aspnetcore-code-review-001/tests
- calcom-code-review-001/tests
- envoy-code-review-001/tests
- ghost-code-review-001/tests
- kafka-security-review-001/tests
- terraform-code-review-001/tests
- vscode-code-review-001/tests
- csb_sdlc_understand
- argocd-arch-orient-001/tests
- cilium-ebpf-fault-qa-001/tests
- cilium-project-orient-001/tests
- envoy-request-routing-qa-001/tests
- grafana-platform-orient-001/tests
- kafka-build-orient-001/tests
- kafka-contributor-workflow-001/tests
- configs
- docs/ops
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
54 files changed
+4359
-437
lines changedLines changed: 65 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
21 | 81 | | |
22 | 82 | | |
23 | 83 | | |
24 | 84 | | |
25 | | - | |
26 | | - | |
27 | | - | |
| 85 | + | |
| 86 | + | |
28 | 87 | | |
29 | 88 | | |
30 | 89 | | |
31 | 90 | | |
32 | 91 | | |
33 | 92 | | |
34 | | - | |
35 | | - | |
36 | | - | |
| 93 | + | |
| 94 | + | |
37 | 95 | | |
38 | 96 | | |
39 | 97 | | |
| |||
163 | 221 | | |
164 | 222 | | |
165 | 223 | | |
| 224 | + | |
166 | 225 | | |
167 | 226 | | |
Lines changed: 65 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
21 | 81 | | |
22 | 82 | | |
23 | 83 | | |
24 | 84 | | |
25 | | - | |
26 | | - | |
27 | | - | |
| 85 | + | |
| 86 | + | |
28 | 87 | | |
29 | 88 | | |
30 | 89 | | |
31 | 90 | | |
32 | 91 | | |
33 | 92 | | |
34 | | - | |
35 | | - | |
36 | | - | |
| 93 | + | |
| 94 | + | |
37 | 95 | | |
38 | 96 | | |
39 | 97 | | |
| |||
160 | 218 | | |
161 | 219 | | |
162 | 220 | | |
| 221 | + | |
163 | 222 | | |
164 | 223 | | |
Lines changed: 65 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
21 | 81 | | |
22 | 82 | | |
23 | 83 | | |
24 | 84 | | |
25 | | - | |
26 | | - | |
27 | | - | |
| 85 | + | |
| 86 | + | |
28 | 87 | | |
29 | 88 | | |
30 | 89 | | |
31 | 90 | | |
32 | 91 | | |
33 | 92 | | |
34 | | - | |
35 | | - | |
36 | | - | |
| 93 | + | |
| 94 | + | |
37 | 95 | | |
38 | 96 | | |
39 | 97 | | |
| |||
159 | 217 | | |
160 | 218 | | |
161 | 219 | | |
| 220 | + | |
162 | 221 | | |
163 | 222 | | |
Lines changed: 65 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
21 | 81 | | |
22 | 82 | | |
23 | 83 | | |
24 | 84 | | |
25 | | - | |
26 | | - | |
27 | | - | |
| 85 | + | |
| 86 | + | |
28 | 87 | | |
29 | 88 | | |
30 | 89 | | |
31 | 90 | | |
32 | 91 | | |
33 | 92 | | |
34 | | - | |
35 | | - | |
36 | | - | |
| 93 | + | |
| 94 | + | |
37 | 95 | | |
38 | 96 | | |
39 | 97 | | |
| |||
159 | 217 | | |
160 | 218 | | |
161 | 219 | | |
| 220 | + | |
162 | 221 | | |
163 | 222 | | |
0 commit comments