File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1015,6 +1015,9 @@ function assertFails(
10151015) : ReturnType < typeof validateCapabilityRouterLiveCi > [ number ] {
10161016 const check = checks . find ( ( candidate ) => candidate . name === expectedCheckName ) ;
10171017 if ( ! check ) throw new Error ( `unknown check "${ expectedCheckName } "` ) ;
1018+ if ( process . env . DEBUG_CAPABILITY_ROUTER_AUDIT_SELF_TEST === "true" ) {
1019+ console . error ( `audit self-test check: ${ expectedCheckName } ` ) ;
1020+ }
10181021 const failures = validateCapabilityRouterLiveCi ( candidate , {
10191022 agentPackageJson : candidateAgentPackageJson ,
10201023 coreCapabilitiesSource : candidateCoreCapabilitiesSource ,
Original file line number Diff line number Diff line change 1+ {
2+ "attempts" : {
3+ "synth-871fc8d4" : 3 ,
4+ "synth-10043ebf" : 3 ,
5+ "synth-4f32e40d" : 1 ,
6+ "synth-2421438e" : 1 ,
7+ "synth-96ec546d" : 1 ,
8+ "synth-215e5aca" : 3 ,
9+ "synth-ea1adeb6" : 3 ,
10+ "synth-bbfff044" : 1 ,
11+ "synth-d1f31350" : 1 ,
12+ "synth-b55741da" : 1 ,
13+ "synth-63d72ad4" : 3 ,
14+ "synth-3570ed6f" : 3 ,
15+ "synth-07043111" : 1 ,
16+ "synth-d3d377fb" : 1 ,
17+ "synth-25f6b166" : 1
18+ },
19+ "scores" : {
20+ "synth-871fc8d4" : [
21+ 0.9 ,
22+ 0.9 ,
23+ 0.9
24+ ],
25+ "synth-10043ebf" : [
26+ 0.9 ,
27+ 0.9 ,
28+ 0.9
29+ ],
30+ "synth-4f32e40d" : [
31+ 0.5
32+ ],
33+ "synth-2421438e" : [
34+ 0.7
35+ ],
36+ "synth-96ec546d" : [
37+ 0.9
38+ ],
39+ "synth-215e5aca" : [
40+ 0.9 ,
41+ 0.9 ,
42+ 0.9
43+ ],
44+ "synth-ea1adeb6" : [
45+ 0.9 ,
46+ 0.9 ,
47+ 0.9
48+ ],
49+ "synth-bbfff044" : [
50+ 0.5
51+ ],
52+ "synth-d1f31350" : [
53+ 0.7
54+ ],
55+ "synth-b55741da" : [
56+ 0.9
57+ ],
58+ "synth-63d72ad4" : [
59+ 0.9 ,
60+ 0.9 ,
61+ 0.9
62+ ],
63+ "synth-3570ed6f" : [
64+ 0.9 ,
65+ 0.9 ,
66+ 0.9
67+ ],
68+ "synth-07043111" : [
69+ 0.5
70+ ],
71+ "synth-d3d377fb" : [
72+ 0.7
73+ ],
74+ "synth-25f6b166" : [
75+ 0.9
76+ ]
77+ },
78+ "solved" : [
79+ " synth-ea1adeb6" ,
80+ " synth-63d72ad4" ,
81+ " synth-215e5aca" ,
82+ " synth-3570ed6f" ,
83+ " synth-10043ebf" ,
84+ " synth-871fc8d4"
85+ ],
86+ "last_updated" : " 2026-05-20T04:53:46.120005+00:00"
87+ }
You can’t perform that action at this time.
0 commit comments