File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -98,16 +98,6 @@ export type HarnessParityResult = {
9898 firstDriftTurn ?: number ;
9999} ;
100100
101- export type HarnessParityReport = {
102- generatedAt : string ;
103- providerMode : string ;
104- left : HarnessVariant ;
105- right : HarnessVariant ;
106- results : HarnessParityResult [ ] ;
107- pass : boolean ;
108- failures : string [ ] ;
109- } ;
110-
111101function sha256 ( value : string ) {
112102 return createHash ( "sha256" ) . update ( value ) . digest ( "hex" ) ;
113103}
Original file line number Diff line number Diff line change @@ -23,8 +23,6 @@ export type QaRuntimeCapabilityLayer =
2323 | "optional-profile-or-plugin"
2424 | "structural-text" ;
2525
26- export type QaCodexToolLoading = "direct" | "searchable" ;
27-
2826export type RuntimeParityComparisonMode = "default" | "codex-native-workspace" | "outcome-only" ;
2927
3028export type QaRuntimeToolCoverageMetadata = {
You can’t perform that action at this time.
0 commit comments