@xerg/cli 0.1.1 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +9 -21
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,10 +1,8 @@
1
1
  # xerg
2
2
 
3
- Xerg is a local-first CLI for OpenClaw waste intelligence.
3
+ Xerg is the unit economics engine for AI agents — starting with local waste intelligence for OpenClaw workflows.
4
4
 
5
- It does not try to be generic LLM observability. It reads your agent logs, shows
6
- where money is leaking, and lets you re-run the same audit with `--compare` so
7
- you can see what changed after a fix.
5
+ It reads your OpenClaw gateway logs and session transcripts, shows where money is leaking in dollars, classifies waste into five categories with distinct fixes, and lets you re-run the same audit with `--compare` so you can see what changed after a fix.
8
6
 
9
7
  ## Install
10
8
 
@@ -50,24 +48,14 @@ Audit a specific window:
50
48
  xerg audit --since 24h --compare
51
49
  ```
52
50
 
53
- ## What Xerg reports today
51
+ ## What the audit shows
54
52
 
55
- - total spend
56
- - observed vs estimated spend
57
- - workflow and model breakdowns
58
- - high-confidence waste
59
- - directional savings opportunities
60
- - before/after re-audit deltas
53
+ - Total spend by workflow and model, in dollars
54
+ - Observed vs. estimated cost (always labeled)
55
+ - Structural waste: retry, context bloat, loop, downgrade candidates, idle
56
+ - Savings recommendations with suggested A/B tests
57
+ - Before/after deltas on re-audit
61
58
 
62
59
  ## Privacy
63
60
 
64
- Xerg v0 stores economic metadata and audit summaries locally. It does not store
65
- prompt or response content.
66
-
67
- ## Support
68
-
69
- For beta access and support, contact `query@xerg.ai`.
70
-
71
- ## Website
72
-
73
- [xerg.ai](https://xerg.ai)
61
+ Xerg v0 stores economic metadata and audit summaries locally. It does not store prompt or response content.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@xerg/cli",
3
- "version": "0.1.1",
4
- "description": "CLI waste intelligence for OpenClaw workflows.",
3
+ "version": "0.1.3",
4
+ "description": "Audit OpenClaw agent spend, waste, and before/after improvements.",
5
5
  "keywords": ["ai", "agents", "finops", "llm", "openclaw", "cost", "cli"],
6
6
  "homepage": "https://xerg.ai",
7
7
  "repository": {