# CLI Entrypoint

The VibeCheck CLI now uses a single entrypoint: **dist/v2/index.js**

- Run: `vibecheck` or `vc` (from package.json bin)
- Build: `pnpm build` produces dist/v2/index.js

Legacy bin/ (vibecheck.js, registry.js, runners/) has been moved to:
**archive/cli-legacy/** for reference.
