v0.27.1
Fixes
- test(pi): Add module mocks and ADO fallback coverage to
okr.test.ts(#583, closes #580) - chore(pi): Session-factory and delegation cleanups — strip
./prefix innormalizeMemoryDomainPath, add unscoped-lookup comment indelegation.ts(#585, closes #581)
Notes
Issue #582 (replace deprecated namedExports in Pi tests) is deferred — t.mock.module({ exports }) does not properly handle static ESM named import bindings in Node 22.x (CI). Will retry when CI is upgraded to Node 24+.
What's Changed
- test(pi): add module mocks and ADO fallback coverage to okr.test.ts by @bketelsen in #583
- chore(pi): session-factory and delegation cleanups by @bketelsen in #585
Full Changelog: v0.27.0...v0.27.1