watchmen-cli 1.5.1 → 1.5.3
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.
- package/README.md +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# watchmen-cli
|
|
2
2
|
|
|
3
|
-
Developer environment intelligence platform —
|
|
3
|
+
Developer environment intelligence platform — 15 scanners, 48 MCP tools, zero dependencies.
|
|
4
4
|
|
|
5
5
|
## Install
|
|
6
6
|
|
|
@@ -32,7 +32,7 @@ package it downloads from the registry.
|
|
|
32
32
|
|
|
33
33
|
## What it does
|
|
34
34
|
|
|
35
|
-
WatchmenCLI scans your development environment across
|
|
35
|
+
WatchmenCLI scans your development environment across 15 dimensions (packages, runtimes, secrets, Docker, network, permissions, databases, disk, macOS security posture, and more), indexes 30+ document formats with OCR, and exposes everything as 48 MCP tools (55 with the Enterprise edition) for AI coding assistants.
|
|
36
36
|
|
|
37
37
|
## Usage
|
|
38
38
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "watchmen-cli",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.3",
|
|
4
4
|
"description": "Capture, compare, and transfer your complete development environment",
|
|
5
5
|
"main": "shim.js",
|
|
6
6
|
"keywords": [
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"node": ">=16"
|
|
30
30
|
},
|
|
31
31
|
"optionalDependencies": {
|
|
32
|
-
"watchmen-cli-darwin-arm64": "1.5.
|
|
33
|
-
"watchmen-cli-linux-x64": "1.5.
|
|
34
|
-
"watchmen-cli-win32-x64": "1.5.
|
|
32
|
+
"watchmen-cli-darwin-arm64": "1.5.3",
|
|
33
|
+
"watchmen-cli-linux-x64": "1.5.3",
|
|
34
|
+
"watchmen-cli-win32-x64": "1.5.3"
|
|
35
35
|
},
|
|
36
36
|
"files": [
|
|
37
37
|
"shim.js",
|