@rosh100yx/outlier 0.4.25 → 0.7.0

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 CHANGED
@@ -88,8 +88,25 @@ We are deliberately honest about this:
88
88
  | `npx @rosh100yx/outlier` | Run the full AI reliance & capability audit |
89
89
  | `npx @rosh100yx/outlier authorship` | Scan git history for AI co-authorship ratio |
90
90
  | `npx @rosh100yx/outlier carbon` | Scan local logs for context waste & token costs |
91
- | `npx @rosh100yx/outlier capabilities` | Audit active MCPs, skills, and orchestrations |
91
+ | `npx @rosh100yx/outlier capabilities` | Map what your agents can reach + blast radius |
92
92
  | `npx @rosh100yx/outlier policy` | Configure Personal, Team, or Enterprise guardrails in CI |
93
+ | `npx @rosh100yx/outlier --json` | Machine-readable audit for agents, CI, and swarms |
94
+
95
+ ### For agents, CI & swarms (`--json`)
96
+
97
+ `outlier --json` emits a clean, ANSI-free JSON audit and nothing else — so an agent (or a supervisor in a swarm) can read its own authorship, cost, carbon, and **blast radius** before it acts, and CI can gate on it. Local-first: it still never leaves the machine.
98
+
99
+ ```jsonc
100
+ {
101
+ "tool": "outlier",
102
+ "authorship": { "aiPercent": 7.4, "provenance": "proxy" },
103
+ "cost": { "totalTokens": 137700000, "estUsd": 63.76, "provenance": "measured" },
104
+ "carbon": { "co2Kg": 0.10, "region": "Global Average", "provenance": "estimated" },
105
+ "reach": { "blastRadius": "HIGH", "toolCount": 13, "writeOrDeployCount": 5,
106
+ "reasons": ["can deploy to production", "can push to your remote repos"] },
107
+ "policy": { "aiCapPercent": 70, "status": "within" }
108
+ }
109
+ ```
93
110
 
94
111
  ### The UX Flow
95
112
  If you run `npx @rosh100yx/outlier` directly, you'll instantly get your Thermal Receipt and a simple list of follow-up commands: