mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-13 04:03:30 +00:00
8 lines
782 B
Markdown
8 lines
782 B
Markdown
# AGENTS.md — Profile integration tests
|
|
|
|
This tree owns cross-package behavior of shipped `dsh` profiles. Start product scenarios through `apps/cli/src/bin.ts --profile <name>`; a test-only Loader driver is allowed only when the public profile output cannot expose the asserted internal evidence.
|
|
|
|
Keep a composition here only when the CLI profile assembly is the subject. Move package-specific Loader configurations and drivers into that package's `tests/fixtures/`. Recorded-session replay belongs under top-level `snapshots/`; other expected output uses `*.expected.e2e.ts` and an owner-local `expected/` directory.
|
|
|
|
User-facing optional overlays live under `apps/cli/config/examples/` and have a published guide under `docs/user/`. They are product assets, not test fixtures.
|