/** * Seam-resolution tests for the query-before-derive instrumentation * (mmnto-ai/totem#2510). * * ## Test isolation is load-bearing here, not hygiene * * Every test passes an explicit temp `homeDir`. `resolveConfigPath` falls back * to the global `~/.totem/` profile when the cwd has no config, so a test that * omits it resolves the DEVELOPER'S REAL profile — and on a machine whose * global config sets `totemDir: '.'`, the writer then appends real derive rows * to their live `~/.totem/ledger/events.ndjson`. An earlier version of this * file did exactly that on every suite run. No test here may be *able* to reach * the real profile. */ export {}; //# sourceMappingURL=qbd-seam.test.d.ts.map