mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
fix(scripts): keep fixture discovery private
This commit is contained in:
@@ -95,7 +95,7 @@ export function canonicalSessionFixture(content: string, label = '<session-fixtu
|
||||
* @param root - repository root.
|
||||
* @returns Stable repository-relative paths.
|
||||
*/
|
||||
export function discoverJsonlFiles(root: string): string[] {
|
||||
function discoverJsonlFiles(root: string): string[] {
|
||||
return execFileSync(
|
||||
'git',
|
||||
['ls-files', '-z', '--cached', '--others', '--exclude-standard', '--', '*.jsonl'],
|
||||
|
||||
Reference in New Issue
Block a user