@rosh100yx/outlier 0.4.16 → 0.4.19

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
@@ -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.19",
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
  ],
@@ -2406,17 +2406,12 @@ Read the full academic foundation at: ${import_picocolors.default.underline("htt
2406
2406
  }
2407
2407
  if (action === "status") {
2408
2408
  console.log("");
2409
- console.log(import_picocolors.default.bold(" Explore Outlier:"));
2410
- console.log(import_picocolors.default.dim(" ────────────────────────────────────────────────────────────"));
2411
- console.log(` ${import_picocolors.default.cyan("outlier policy")} Configure CI/CD guardrails and thresholds`);
2412
- console.log(` ${import_picocolors.default.cyan("outlier capabilities")} Audit active MCPs, skills, and orchestrations`);
2413
- console.log(` ${import_picocolors.default.cyan("outlier impact")} See the compounding horizon of AI Deskilling`);
2414
- console.log(` ${import_picocolors.default.cyan("outlier participate")} Help build the academic literature`);
2415
- console.log(import_picocolors.default.dim(` ────────────────────────────────────────────────────────────
2416
- `));
2409
+ console.log(import_picocolors.default.bold(import_picocolors.default.cyan(" Participate: ")) + "Help build the literature on AI deskilling ➔ " + import_picocolors.default.bold("outlier participate"));
2417
2410
  console.log(import_picocolors.default.bold(import_picocolors.default.green(" └ Prove Your Mastery: ")) + import_picocolors.default.underline(`https://x.com/intent/tweet?text=${encodeURIComponent(`I just audited my codebase for AI reliance and deskilling risk. What does your repo score?
2418
2411
 
2419
2412
  \uD83D\uDCCF #Outlier`)}`));
2413
+ console.log(import_picocolors.default.dim(`
2414
+ (To see all local governance modules, run: `) + import_picocolors.default.dim(import_picocolors.default.bold("outlier --help")) + import_picocolors.default.dim(")"));
2420
2415
  }
2421
2416
  }
2422
2417
  main().catch(console.error);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rosh100yx/outlier",
3
- "version": "0.4.16",
3
+ "version": "0.4.19",
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
  ],
package/src/cli.ts CHANGED
@@ -523,17 +523,15 @@ Artifact: ${pc.cyan(reportPath)}`,
523
523
 
524
524
  if (action === 'status') {
525
525
  console.log('');
526
- console.log(pc.bold(' Explore Outlier:'));
527
- console.log(pc.dim(' ────────────────────────────────────────────────────────────'));
528
- console.log(` ${pc.cyan('outlier policy')} Configure CI/CD guardrails and thresholds`);
529
- console.log(` ${pc.cyan('outlier capabilities')} Audit active MCPs, skills, and orchestrations`);
530
- console.log(` ${pc.cyan('outlier impact')} See the compounding horizon of AI Deskilling`);
531
- console.log(` ${pc.cyan('outlier participate')} Help build the academic literature`);
532
- console.log(pc.dim(' ────────────────────────────────────────────────────────────\n'));
533
-
526
+ console.log(
527
+ pc.bold(pc.cyan(' └ Participate: ')) + 'Help build the literature on AI deskilling ➔ ' + pc.bold('outlier participate')
528
+ );
534
529
  console.log(
535
530
  pc.bold(pc.green(' └ Prove Your Mastery: ')) + pc.underline(`https://x.com/intent/tweet?text=${encodeURIComponent('I just audited my codebase for AI reliance and deskilling risk. What does your repo score?\n\n📏 #Outlier')}`)
536
531
  );
532
+ console.log(
533
+ pc.dim('\n (To see all local governance modules, run: ') + pc.dim(pc.bold('outlier --help')) + pc.dim(')')
534
+ );
537
535
  }
538
536
  }
539
537