mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-14 04:01:35 +00:00
21 lines
654 B
YAML
21 lines
654 B
YAML
- id: spill-local
|
|
name: '@deepseek-ai/dsh-spill-local'
|
|
config:
|
|
root: !!js process.env.DSH_SNAPSHOT_SPILL_ROOT ?? './.spill'
|
|
cleanupPeriodDays: 0
|
|
|
|
- insert:
|
|
- id: session-reference
|
|
name: '@deepseek-ai/dsh-session-reference'
|
|
config:
|
|
maxReferenceBytes: 360
|
|
- id: reference-source-fixture
|
|
name: ../../../packages/context/session-reference/tests/fixtures/source-session.ts
|
|
|
|
- insert:
|
|
- id: snapshot-spill-locators
|
|
name: ../../../scripts/snapshot-spill-locators.ts
|
|
config:
|
|
root: !!js process.env.DSH_SNAPSHOT_SPILL_ROOT
|
|
locatorRoot: !!js process.env.DSH_SNAPSHOT_SPILL_LOCATOR_ROOT
|