bandit-stealth-cli 1.7.444 → 1.7.446

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 +3 -3
package/README.md CHANGED
@@ -13,7 +13,7 @@ Installing this package pulls the latest scoped package and exposes the same `ba
13
13
  npm rm -g @burtson-labs/bandit-stealth-cli
14
14
  ```
15
15
 
16
- - Repo: https://github.com/Burtson-Labs/bandit-agent-framework
16
+ - Repo: https://github.com/Burtson-Labs/bandit-stealth
17
17
  - Docs: https://docs.burtson.ai
18
18
 
19
19
  Apache-2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bandit-stealth-cli",
3
- "version": "1.7.444",
3
+ "version": "1.7.446",
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",
@@ -18,7 +18,7 @@
18
18
  ],
19
19
  "homepage": "https://burtson.ai",
20
20
  "bugs": {
21
- "url": "https://github.com/Burtson-Labs/bandit-agent-framework/issues",
21
+ "url": "https://github.com/Burtson-Labs/bandit-stealth/issues",
22
22
  "email": "team@burtson.ai"
23
23
  },
24
24
  "license": "Apache-2.0",
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "repository": {
31
31
  "type": "git",
32
- "url": "git+https://github.com/Burtson-Labs/bandit-agent-framework.git",
32
+ "url": "git+https://github.com/Burtson-Labs/bandit-stealth.git",
33
33
  "directory": "apps/bandit-stealth-cli-alias"
34
34
  },
35
35
  "type": "module",