Skip to content

2026.7.27

Latest

Choose a tag to compare

@vudovn vudovn released this 26 Jul 16:03

Fixed

  • CLI exited silently when invoked through an npm bin symlink (npx @vudovn/ag-kit init installed nothing): the direct-run guard compared the symlinked argv[1] against the ESM real-path import.meta.url. The entry path is now resolved through realpathSync before comparison.

Added

  • Regression test running the CLI through a bin-style symlink.