refactor(qa-lab): drop unused report type aliases · openclaw/openclaw@efc36d7
vincentkoc
·
2026-06-20
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -98,16 +98,6 @@ export type HarnessParityResult = {
|
98 | 98 | firstDriftTurn?: number; |
99 | 99 | }; |
100 | 100 | |
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 | | - |
111 | 101 | function sha256(value: string) { |
112 | 102 | return createHash("sha256").update(value).digest("hex"); |
113 | 103 | } |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -23,8 +23,6 @@ export type QaRuntimeCapabilityLayer =
|
23 | 23 | | "optional-profile-or-plugin" |
24 | 24 | | "structural-text"; |
25 | 25 | |
26 | | -export type QaCodexToolLoading = "direct" | "searchable"; |
27 | | - |
28 | 26 | export type RuntimeParityComparisonMode = "default" | "codex-native-workspace" | "outcome-only"; |
29 | 27 | |
30 | 28 | export type QaRuntimeToolCoverageMetadata = { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。