@rosh100yx/outlier 0.4.16 → 0.4.18

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 (3) hide show
  1. package/README.md +7 -7
  2. package/bin/outlier.js +11 -11
  3. package/package.json +11 -11
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  <div align="center">
2
- <img src="https://raw.githubusercontent.com/rosh100yx/outlier/main/assets/cover.jpg" alt="Outlier Cover" width="100%" />
3
- <h1>outlier</h1>
4
- <p><b>The Governance & Policy Engine for AI Engineering</b></p>
5
- <p><i>Measure AI adoption. Enforce Zero-Trust. Protect Human Mastery.</i></p>
2
+ <img src="https://raw.githubusercontent.com/rosh100yx/outlier/main/assets/cover.jpg" alt="Outlier: AI Code Governance and Policy Engine" width="100%" />
3
+ <h1>Outlier: The Governance & Policy Engine for AI Engineering</h1>
4
+ <p><b>Measure AI adoption. Enforce Zero-Trust. Protect Human Mastery.</b></p>
5
+ <p><i>Outlier is an open-source, local-first CLI tool that measures AI code reliance, enforces zero-trust telemetry, and protects developers from deskilling by auditing local agent logs (Claude, Cursor) and Git history.</i></p>
6
6
  <br/>
7
7
 
8
8
  <p>
@@ -104,13 +104,13 @@ If you run `npx @rosh100yx/outlier` directly, you'll instantly get your Thermal
104
104
  ```bash
105
105
  git commit -am "added massive ai feature"
106
106
  ```
107
- *Watch the Bouncer block your commit for deskilling risk.*
107
+ *Watch the Bouncer physically block your commit for deskilling risk.*
108
108
 
109
109
  3. **Measure the Damage**
110
110
  ```bash
111
- npx @rosh100yx/outlier audit
111
+ npx @rosh100yx/outlier
112
112
  ```
113
- *See your exact AI Authorship ratio and Token Waste.*
113
+ *Instantly generate your Thermal Receipt to see your exact AI Authorship ratio and Token Waste.*
114
114
 
115
115
  ## Theoretical Foundations
116
116
  `outlier` is the live, technical implementation of an academic thesis on the thermodynamics of AI code generation and digital sovereignty.
package/bin/outlier.js CHANGED
@@ -165,7 +165,7 @@ var require_picocolors = __commonJS((exports, module) => {
165
165
  var require_package = __commonJS((exports, module) => {
166
166
  module.exports = {
167
167
  name: "@rosh100yx/outlier",
168
- version: "0.4.16",
168
+ version: "0.4.18",
169
169
  description: "AI Code Governance & Capability Auditing for the Terminal. Measures AI reliance, context waste, and enforces local CI/CD policies.",
170
170
  bin: {
171
171
  outlier: "bin/outlier.js"
@@ -180,7 +180,8 @@ var require_package = __commonJS((exports, module) => {
180
180
  build: "bunx tsc --noEmit && bun build ./src/cli.ts --target=node --outfile bin/outlier.js",
181
181
  test: "bun test",
182
182
  start: "bun run src/cli.ts",
183
- postinstall: "node bin/postinstall.js"
183
+ postinstall: "node bin/postinstall.js",
184
+ prepublishOnly: "npm run build"
184
185
  },
185
186
  type: "module",
186
187
  private: false,
@@ -191,17 +192,16 @@ var require_package = __commonJS((exports, module) => {
191
192
  url: "https://github.com/rosh100yx/outlier.git"
192
193
  },
193
194
  keywords: [
194
- "ai",
195
- "governance",
196
- "carbon",
197
- "compliance",
195
+ "ai-governance",
198
196
  "ai-safety",
199
- "policy-engine",
200
- "zero-trust",
201
- "carbon-footprint",
202
- "global-south",
203
- "observability",
197
+ "deskilling",
198
+ "claude-code",
199
+ "cursor",
200
+ "git-hook",
201
+ "pre-commit",
204
202
  "telemetry",
203
+ "carbon-footprint",
204
+ "zero-trust",
205
205
  "authorship",
206
206
  "cli"
207
207
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rosh100yx/outlier",
3
- "version": "0.4.16",
3
+ "version": "0.4.18",
4
4
  "description": "AI Code Governance & Capability Auditing for the Terminal. Measures AI reliance, context waste, and enforces local CI/CD policies.",
5
5
  "bin": {
6
6
  "outlier": "bin/outlier.js"
@@ -15,7 +15,8 @@
15
15
  "build": "bunx tsc --noEmit && bun build ./src/cli.ts --target=node --outfile bin/outlier.js",
16
16
  "test": "bun test",
17
17
  "start": "bun run src/cli.ts",
18
- "postinstall": "node bin/postinstall.js"
18
+ "postinstall": "node bin/postinstall.js",
19
+ "prepublishOnly": "npm run build"
19
20
  },
20
21
  "type": "module",
21
22
  "private": false,
@@ -26,17 +27,16 @@
26
27
  "url": "https://github.com/rosh100yx/outlier.git"
27
28
  },
28
29
  "keywords": [
29
- "ai",
30
- "governance",
31
- "carbon",
32
- "compliance",
30
+ "ai-governance",
33
31
  "ai-safety",
34
- "policy-engine",
35
- "zero-trust",
36
- "carbon-footprint",
37
- "global-south",
38
- "observability",
32
+ "deskilling",
33
+ "claude-code",
34
+ "cursor",
35
+ "git-hook",
36
+ "pre-commit",
39
37
  "telemetry",
38
+ "carbon-footprint",
39
+ "zero-trust",
40
40
  "authorship",
41
41
  "cli"
42
42
  ],