bearnie 0.2.0
All releasesThe biggest gap versus shadcn closed: users can now pull component fixes after installing.
bearnie diffcompares installed components against the registry with per-file colored diffs (--name-onlyfor a summary).bearnie updatepulls the latest registry version of installed components, warns when you have local edits, asks for confirmation (--yesto skip), and installs any new npm packages the updated components need.bearnie addnow asks before overwriting existing files; new--overwriteflag.- Richer
init: adds the@/*tsconfig path alias, wires@tailwindcss/viteinto simple Astro configs, and installsbearnie.cssand thecnutility from the registry so fresh projects start clean inbearnie diff. - Package-manager detection (npm, pnpm, yarn, bun) across the CLI, create-bearnie, and the MCP server.
- MCP
list_installedtool: reports each installed component as up to date, modified locally, or missing files. - Tag-triggered npm publish workflow using trusted publishing (OIDC) — releases are no longer manual.
- Dependency majors: chalk 6, commander 15, diff 9, execa 10, ora 9; Node ≥22.12 now required, matching Astro 7.