@rosh100yx/outlier 0.4.0 → 0.4.2
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 +3 -3
- package/bin/outlier.js +2312 -0
- package/package.json +8 -4
- package/src/cli.ts +39 -13
- package/bin/outlier +0 -0
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<div align="center">
|
|
2
|
-
<img src="assets/cover.jpg" alt="Outlier Cover" width="100%" />
|
|
2
|
+
<img src="https://raw.githubusercontent.com/rosh100yx/outlier/main/assets/cover.jpg" alt="Outlier Cover" width="100%" />
|
|
3
3
|
<h1>outlier</h1>
|
|
4
4
|
<p><b>The Governance & Policy Engine for AI Engineering</b></p>
|
|
5
5
|
<p><i>Measure AI adoption. Enforce Zero-Trust. Protect Human Mastery.</i></p>
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
</p>
|
|
22
22
|
|
|
23
23
|
<br/>
|
|
24
|
-
<img src="assets/cli-demo.png" alt="Outlier CLI Demo" width="800" />
|
|
24
|
+
<img src="https://raw.githubusercontent.com/rosh100yx/outlier/main/assets/cli-demo.png" alt="Outlier CLI Demo" width="800" />
|
|
25
25
|
<br/>
|
|
26
26
|
</div>
|
|
27
27
|
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
> *"In a room full of agents" shifts the perspective. It acknowledges that the developer is no longer a solo coder; they are a manager of bots. The product exists to make sure the human doesn't get lazy while managing them. We all want our time back, but we don't want to lose control of the craft.*
|
|
37
37
|
|
|
38
38
|
<div align="center">
|
|
39
|
-
<img src="assets/codecore.gif" alt="Codecore Aesthetic" width="300" />
|
|
39
|
+
<img src="https://raw.githubusercontent.com/rosh100yx/outlier/main/assets/codecore.gif" alt="Codecore Aesthetic" width="300" />
|
|
40
40
|
</div>
|
|
41
41
|
|
|
42
42
|
## How It Works
|