/** * Regression-protection for the cwd → configRoot path-harmonization fix * (mmnto-ai/totem#1796). * * Both `compileCommand` and `testRulesCommand` previously joined * `config.totemDir` against `process.cwd()`. In monorepo subpackage * invocations where `cwd != configRoot`, that resolved `.totem/` to * the wrong directory — pack/manifest state was read from the * configRoot (per PR #1795's `bootstrapEngine` wiring), but lessons, * compiled rules, and test fixtures were read from the subpackage's * cwd. These tests prove the fix by asserting the downstream * consumers (`@mmnto/totem` exports `readAllLessons` and * `runRuleTests`) are called with `configRoot`-relative paths even * when `cwd` points at a nested subpackage directory. */ export {}; //# sourceMappingURL=path-harmonization.test.d.ts.map