bandit-stealth-cli 1.7.371 → 1.7.372

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,7 +7,7 @@ npm i -g bandit-stealth-cli
7
7
  bandit
8
8
  ```
9
9
 
10
- Installing this package pulls the latest scoped package and exposes the same `bandit` command. Both install paths are equivalent — pick one. If you previously installed the scoped package globally, remove it first to avoid a bin conflict:
10
+ Installing this package pulls the latest scoped package and exposes the same `bandit` command. Both install paths are equivalent — pick one. They can't coexist globally: both own the `bandit` bin, so installing one while the other is present fails with `npm error code EEXIST` on the `bandit` bin path. If you previously installed the scoped package globally, remove it first:
11
11
 
12
12
  ```bash
13
13
  npm rm -g @burtson-labs/bandit-stealth-cli
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bandit-stealth-cli",
3
- "version": "1.7.371",
3
+ "version": "1.7.372",
4
4
  "description": "Bandit — a local-first AI coding agent for your terminal. Unscoped alias for @burtson-labs/bandit-stealth-cli.",
5
5
  "keywords": [
6
6
  "ai",