- Fix markdown reporter column width (resolve #1700) (4713108)
- Handle Vitest agent and minimal reporters (#1701) (a71ead1) - thanks @dskwrite!
- Add e2e tests w/ tsgo defs + lib consumption (98113e6)
- Fix pkg name inconsistencies (544c3e6)
- Add
export {}to maintain module shape (27d8a02) - Strip leading UTF-8 BOM before parsing package.json (47e4029)
- Skip workspace with invalid JSON manifest (bfb4867)
- Preserve out-of-bound writes to stdout/err (95faad8)
- Consistent prefix in logError/logWarning (2c6d8a0)
- Don't exit on config file load error (0914bd3)
- Fix tsgo resolution in e2e tests (a689501)