Skip to content

Commit efc36d7

Browse files
committed
refactor(qa-lab): drop unused report type aliases
1 parent 6cfb025 commit efc36d7

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

extensions/qa-lab/src/harness-parity.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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-
111101
function sha256(value: string) {
112102
return createHash("sha256").update(value).digest("hex");
113103
}

extensions/qa-lab/src/runtime-tool-metadata.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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-
2826
export type RuntimeParityComparisonMode = "default" | "codex-native-workspace" | "outcome-only";
2927

3028
export type QaRuntimeToolCoverageMetadata = {

0 commit comments

Comments
 (0)