@rely-ai/caliber 1.12.9 → 1.12.11
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 +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="assets/social-preview.png" alt="Caliber" width="640">
|
|
2
|
+
<img src="assets/social-preview.png" alt="Caliber — AI setup tailored for your codebase" width="640">
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<p align="center">
|
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
<a href="https://nodejs.org"><img src="https://img.shields.io/node/v/@rely-ai/caliber" alt="node"></a>
|
|
9
9
|
</p>
|
|
10
10
|
|
|
11
|
-
<p align="center"><strong>Improve your agentic development experience with one command</strong></p>
|
|
12
|
-
|
|
13
11
|
<p align="center">
|
|
14
|
-
<
|
|
12
|
+
<video src="https://github.com/rely-ai-org/caliber/raw/master/assets/demo.mp4" width="640" controls muted playsinline>
|
|
13
|
+
Your browser does not support video. <a href="assets/demo.mp4">Watch the demo</a>.
|
|
14
|
+
</video>
|
|
15
15
|
</p>
|
|
16
16
|
|
|
17
17
|
---
|
package/package.json
CHANGED