v1.0.5
Makes the docs match the capability shipped in v1.0.1. The package has run under plain Node (npx headless-tracker) since v1.0.1, but the README's Quick Start still told everyone to git clone + install Bun, and the Claude Desktop config still pointed at a local Bun clone with absolute paths. Lots of repo clones, almost no one using the zero-friction path that already existed.
Changed
- README leads with
npx/ global install, not a Bun clone. Quick Start is nownpm i -g headless-tracker(or prefixnpx), and the Claude Desktop config is just{"command": "npx", "args": ["-y", "headless-tracker"]}-- no absolute paths, no clone, no Bun. Thegit clone+ Bun path moved to the Development section. - Landing page no longer claims "Requires Bun 1.3+" for end users (it runs under Node 22.5+).
Added
headless-tracker version(--version/-v). Previously onlyhelpprinted the version.
Install: npx headless-tracker ( https://www.npmjs.com/package/headless-tracker ). Data aggregation only, not financial advice.