watchmen-cli 1.7.2 → 1.7.7
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 — 16 scanners, 58 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 16 dimensions (packages, runtimes, secrets, Docker, network, permissions, databases, browser extensions, disk, macOS security posture, and more), adds supply-chain exposure scanning that reads lockfiles without executing the package manager, indexes 30+ document formats with OCR, and exposes everything as 58 MCP tools (66 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.7.
|
|
3
|
+
"version": "1.7.7",
|
|
4
4
|
"description": "Capture, compare, and transfer your complete development environment",
|
|
5
5
|
"main": "shim.js",
|
|
6
6
|
"keywords": [
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
"node": ">=18"
|
|
33
33
|
},
|
|
34
34
|
"optionalDependencies": {
|
|
35
|
-
"watchmen-cli-darwin-arm64": "1.7.
|
|
36
|
-
"watchmen-cli-linux-x64": "1.7.
|
|
37
|
-
"watchmen-cli-win32-x64": "1.7.
|
|
35
|
+
"watchmen-cli-darwin-arm64": "1.7.7",
|
|
36
|
+
"watchmen-cli-linux-x64": "1.7.7",
|
|
37
|
+
"watchmen-cli-win32-x64": "1.7.7"
|
|
38
38
|
},
|
|
39
39
|
"files": [
|
|
40
40
|
"shim.js",
|