@xerg/cli 0.1.8 → 0.1.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xerg/cli",
3
- "version": "0.1.8",
3
+ "version": "0.1.10",
4
4
  "description": "Audit OpenClaw workflows in dollars, compare fixes, and surface savings opportunities.",
5
5
  "keywords": ["ai", "agents", "finops", "llm", "openclaw", "cost", "cli"],
6
6
  "homepage": "https://xerg.ai",
@@ -15,6 +15,7 @@ Local audits need no account. No data leaves your machine unless you explicitly
15
15
 
16
16
  ```bash
17
17
  xerg doctor
18
+ xerg doctor --verbose
18
19
  xerg audit
19
20
  xerg audit --compare
20
21
  ```
@@ -44,10 +45,14 @@ Additional requirements:
44
45
 
45
46
  ```bash
46
47
  xerg doctor
48
+ xerg doctor --verbose
47
49
  xerg doctor --remote user@host
48
50
  xerg doctor --railway
49
51
  ```
50
52
 
53
+ - `xerg doctor --verbose` shows progress on stderr while Xerg checks local paths or remote transports
54
+ - If local defaults are empty, prefer `xerg doctor --remote ...` or `xerg doctor --railway` instead of guessing paths
55
+
51
56
  2. Run a baseline audit:
52
57
 
53
58
  ```bash