@rely-ai/caliber 1.29.0 → 1.29.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 +0 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -28,10 +28,6 @@ Score your AI agent config in 3 seconds. No API key. No changes to your code. Ju
|
|
|
28
28
|
|
|
29
29
|
Caliber scores, generates, and keeps your AI agent configs in sync with your codebase. It fingerprints your project — languages, frameworks, dependencies, architecture — and produces tailored configs for **Claude Code**, **Cursor**, and **OpenAI Codex**. When your code evolves, Caliber detects the drift and updates your configs to match.
|
|
30
30
|
|
|
31
|
-
<p align="center">
|
|
32
|
-
<img src="assets/demo.gif" alt="Caliber demo" width="640">
|
|
33
|
-
</p>
|
|
34
|
-
|
|
35
31
|
## Before / After
|
|
36
32
|
|
|
37
33
|
Most repos start with a hand-written `CLAUDE.md` and nothing else. Here's what Caliber finds — and fixes:
|
package/package.json
CHANGED