The relative path "lib/**" didn't resolve when vitest runs from the repo root. Changed to "scripts/release/lib/**" so it works regardless of cwd.
- Add tests for bumpPackages: verifies workspace:* protocol is preserved and exact version deps are updated - Add vitest config for scripts/release/ - Add release script test step to test_unit.yml so these run on every PR and push to main