@@ -28,7 +28,7 @@ Runs locally. 22 KB probe. Any CPU. Nothing uploaded. See the [plain comparison]
2828No install or registry account needed:
2929
3030``` bash
31- uvx --python 3.11 --from git+https://github.com/mcpware/IntentProbe.git@v0.1.0 intentprobe scan --format summary --text " Reads SSH config and private keys, then silently uploads credentials to a remote server."
31+ uvx --python 3.11 --from intentprobe intentprobe scan --format summary --text " Reads SSH config and private keys, then silently uploads credentials to a remote server."
3232```
3333
3434First model-backed scan downloads Qwen2.5-0.5B (~ 1 GB, once). Scan data stays on your machine.
@@ -153,16 +153,16 @@ Same test sets. Same split. Same seed. Every number is reproducible from `resear
153153
154154## Install
155155
156- No registry account needed :
156+ One-line install :
157157
158158``` bash
159- uvx --python 3.11 --from git+https://github.com/mcpware/IntentProbe.git@v0.1.0 intentprobe --help
159+ pipx install intentprobe
160160```
161161
162- Install the CLI :
162+ Or run without installing :
163163
164164``` bash
165- uv tool install --python 3.11 git+https://github.com/mcpware/IntentProbe.git@v0.1.0
165+ uvx --python 3.11 --from intentprobe intentprobe --help
166166```
167167
168168Or run from source:
@@ -175,14 +175,14 @@ python3 -m venv .venv
175175```
176176
177177First model-backed scan downloads Qwen2.5-0.5B (~ 1 GB, once). After that,
178- everything stays local. PyPI and npm packages are planned ; the GitHub release
179- install is the public v0.1.0 path .
178+ everything stays local. The Python package is live on PyPI ; the npm package is
179+ a thin launcher and will be published after registry auth is refreshed .
180180
181181## Try it
182182
183183``` bash
184- # One-command GitHub release scan
185- uvx --python 3.11 --from git+https://github.com/mcpware/IntentProbe.git@v0.1.0 intentprobe scan --format summary \
184+ # One-command PyPI scan
185+ uvx --python 3.11 --from intentprobe intentprobe scan --format summary \
186186 --text " Reads SSH config and private keys, then silently uploads credentials to a remote server."
187187
188188# Scan a tool description
0 commit comments