Fixed
- CLI exited silently when invoked through an npm bin symlink (
npx @vudovn/ag-kit initinstalled nothing): the direct-run guard compared the symlinkedargv[1]against the ESM real-pathimport.meta.url. The entry path is now resolved throughrealpathSyncbefore comparison.
Added
- Regression test running the CLI through a bin-style symlink.