@rely-ai/caliber 1.24.1-dev.1773872531 → 1.25.0-dev.1773915517
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 +7 -2
- package/dist/bin.js +1754 -888
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
<a href="https://www.npmjs.com/package/@rely-ai/caliber"><img src="https://img.shields.io/npm/v/@rely-ai/caliber" alt="npm version"></a>
|
|
7
7
|
<a href="./LICENSE"><img src="https://img.shields.io/npm/l/@rely-ai/caliber" alt="license"></a>
|
|
8
8
|
<a href="https://nodejs.org"><img src="https://img.shields.io/node/v/@rely-ai/caliber" alt="node"></a>
|
|
9
|
+
<img src="https://img.shields.io/badge/caliber-89%2F100-green" alt="Caliber Score">
|
|
9
10
|
<img src="https://img.shields.io/badge/Claude_Code-supported-blue" alt="Claude Code">
|
|
10
11
|
<img src="https://img.shields.io/badge/Cursor-supported-blue" alt="Cursor">
|
|
11
12
|
<img src="https://img.shields.io/badge/Codex-supported-blue" alt="Codex">
|
|
@@ -269,11 +270,15 @@ Scoring is fully local. Generation sends your project fingerprint (not source co
|
|
|
269
270
|
|
|
270
271
|
After scoring your project, add a badge to your README:
|
|
271
272
|
|
|
272
|
-
```markdown
|
|
273
273
|

|
|
274
|
+
|
|
275
|
+
Copy this markdown and replace `94` with your actual score:
|
|
276
|
+
|
|
277
|
+
```
|
|
278
|
+

|
|
274
279
|
```
|
|
275
280
|
|
|
276
|
-
|
|
281
|
+
Color guide: `brightgreen` (90+), `green` (70-89), `yellow` (40-69), `red` (<40).
|
|
277
282
|
|
|
278
283
|
## LLM Providers
|
|
279
284
|
|