feat(optimization): consolidate extraction pipeline and metrics

- Flatten directory structure by moving masking and evals to scripts root.
- Merge evaluation metrics into scripts/optimization/evals.
- Restore and verify extraction tests for the new structure.
This commit is contained in:
Abhijit Balaji
2026-03-04 15:14:45 -08:00
parent 59d377e5e0
commit 9bdf5d5995
10 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
import * as fs from 'node:fs';
import * as path from 'node:path';
import { fileURLToPath } from 'node:url';
import { maskVariables } from './lib/masking.js';
import { maskVariables } from './masking.js';
export interface OptimizationTarget {
id: string;