mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-27 12:13:27 -07:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user