v0.12.1
Fixed
npx @radicool/throughline initsilently did nothing. npm invokes the bin
through anode_modules/.binsymlink, which defeated the CLI's
direct-invocation guard (pathToFileURL(process.argv[1])never matched the
real module path), so the installer exited 0 without installing. The guard
now realpath-resolvesargv[1]first, with a symlink-invocation regression
test.