@rely-ai/caliber 1.29.1 → 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.
Files changed (2) hide show
  1. package/README.md +0 -4
  2. 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rely-ai/caliber",
3
- "version": "1.29.1",
3
+ "version": "1.29.2",
4
4
  "description": "Analyze your codebase and generate optimized AI agent configs (CLAUDE.md, .cursorrules, skills) — no API key needed",
5
5
  "type": "module",
6
6
  "bin": {