(prefix: string)
| 12 | import { createTestDb } from "./test-utils.test"; |
| 13 | |
| 14 | function tempDir(prefix: string): string { |
| 15 | return mkdtempSync(join(tmpdir(), prefix)); |
| 16 | } |
| 17 | |
| 18 | describe("buildMagicContextBlock v2 system-prompt parity", () => { |
| 19 | it("keeps Magic Context guidance in the system prompt", () => { |