Changed
- Tagline. "Home-grown model library management from a local talent agent"
is now the hero line across the README, the guide, the package metadata, and
vanity --help. mainno longer requires an approving review. On a solo-maintained repo a
1-approval rule means every change needsgh pr merge --admin, which trains
you to reach for the override reflexively — that erodes the protection more
than lowering the count does. Pull requests, status checks, required
signatures, and no-force-push all stay; code-owner review stays configured so
it takes effect the moment a second maintainer exists.
Fixed
- Test suite portability on Windows. Two path assertions compared against
POSIX separators, and three cases stubgitwith a#!/bin/shscript that
Windows cannot execute. The path assertions now render throughPath; the
stub-based cases are skipped there with the reason stated, since the argv
construction they cover is platform-independent. Product code was not at
fault — this was the Windows CI tier doing its job on its first run.
Full changelog: v0.2.0...v0.2.1