@rely-ai/caliber 1.24.0-dev.1773820755 → 1.24.0-dev.1773821381
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/dist/bin.js +34 -7
- package/package.json +1 -1
package/dist/bin.js
CHANGED
|
@@ -7196,9 +7196,9 @@ var waiting_cards_default = [
|
|
|
7196
7196
|
title: "Welcome to Caliber!",
|
|
7197
7197
|
icon: "?",
|
|
7198
7198
|
lines: [
|
|
7199
|
-
"Caliber is your
|
|
7200
|
-
"
|
|
7201
|
-
"
|
|
7199
|
+
"Caliber is your AI agent's memory. It analyzes your repo,",
|
|
7200
|
+
"learns from every session, and keeps your agent context",
|
|
7201
|
+
"fresh, grounded, and personal to your project."
|
|
7202
7202
|
]
|
|
7203
7203
|
},
|
|
7204
7204
|
{
|
|
@@ -7228,6 +7228,24 @@ var waiting_cards_default = [
|
|
|
7228
7228
|
"shaped to your project. Browse more with `caliber skills`."
|
|
7229
7229
|
]
|
|
7230
7230
|
},
|
|
7231
|
+
{
|
|
7232
|
+
title: "Learns from Every Session",
|
|
7233
|
+
icon: "\u2B50",
|
|
7234
|
+
lines: [
|
|
7235
|
+
"Caliber watches your agent work. When something goes wrong",
|
|
7236
|
+
"\u2014 a tool fails, you correct a mistake \u2014 it captures the",
|
|
7237
|
+
"lesson so the same mistake never happens twice."
|
|
7238
|
+
]
|
|
7239
|
+
},
|
|
7240
|
+
{
|
|
7241
|
+
title: "Gets Smarter Over Time",
|
|
7242
|
+
icon: "\u{1F9E0}",
|
|
7243
|
+
lines: [
|
|
7244
|
+
"Learnings accumulate in CALIBER_LEARNINGS.md and feed back",
|
|
7245
|
+
"into your configs automatically. The more you use your agent,",
|
|
7246
|
+
"the better it gets. Your whole team benefits."
|
|
7247
|
+
]
|
|
7248
|
+
},
|
|
7231
7249
|
{
|
|
7232
7250
|
title: "Stays in Sync",
|
|
7233
7251
|
icon: "\u21BB",
|
|
@@ -7238,12 +7256,21 @@ var waiting_cards_default = [
|
|
|
7238
7256
|
]
|
|
7239
7257
|
},
|
|
7240
7258
|
{
|
|
7241
|
-
title: "
|
|
7259
|
+
title: "Runs in CI",
|
|
7260
|
+
icon: "\u2713",
|
|
7261
|
+
lines: [
|
|
7262
|
+
"Add Caliber to your GitHub pipeline. It scores every PR,",
|
|
7263
|
+
"catches config drift, and blocks merges when agent quality",
|
|
7264
|
+
"drops. `caliber score --compare main` shows the delta."
|
|
7265
|
+
]
|
|
7266
|
+
},
|
|
7267
|
+
{
|
|
7268
|
+
title: "Measures What Matters",
|
|
7242
7269
|
icon: "\u2605",
|
|
7243
7270
|
lines: [
|
|
7244
|
-
"`caliber score` checks
|
|
7245
|
-
"
|
|
7246
|
-
"
|
|
7271
|
+
"`caliber score` checks config quality \u2014 grounding, accuracy,",
|
|
7272
|
+
"freshness. `caliber insights` goes further: task success rate,",
|
|
7273
|
+
"failure trends, and proof that your agent is improving."
|
|
7247
7274
|
]
|
|
7248
7275
|
}
|
|
7249
7276
|
];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rely-ai/caliber",
|
|
3
|
-
"version": "1.24.0-dev.
|
|
3
|
+
"version": "1.24.0-dev.1773821381",
|
|
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": {
|