understanding-prime-env 0.1.0 → 0.1.1
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 +10 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# understanding-prime-env
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/understanding-prime-env)
|
|
4
|
+
[](https://www.npmjs.com/package/understanding-prime-env)
|
|
5
|
+
|
|
3
6
|
A skill that generates a rich, self-contained HTML report explaining any [Prime Intellect verifiers](https://github.com/PrimeIntellect-ai/verifiers) environment.
|
|
4
7
|
|
|
5
8
|
Run it from inside any environment folder and get an instant visual breakdown of:
|
|
@@ -93,3 +96,10 @@ open environment_overview.html
|
|
|
93
96
|
|
|
94
97
|
- Node.js ≥ 16 (for the installer)
|
|
95
98
|
- A verifiers environment directory to analyze
|
|
99
|
+
|
|
100
|
+
---
|
|
101
|
+
|
|
102
|
+
## Links
|
|
103
|
+
|
|
104
|
+
- [npm package](https://www.npmjs.com/package/understanding-prime-env)
|
|
105
|
+
- [GitHub repository](https://github.com/Vidit-Ostwal/understanding-prime-env)
|