@rely-ai/caliber 1.20.0-dev.1773694290 → 1.20.0-dev.1773695082
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 +27 -27
- package/package.json +1 -1
package/dist/bin.js
CHANGED
|
@@ -6710,58 +6710,58 @@ import chalk9 from "chalk";
|
|
|
6710
6710
|
// src/utils/waiting-cards.json
|
|
6711
6711
|
var waiting_cards_default = [
|
|
6712
6712
|
{
|
|
6713
|
-
title: "
|
|
6713
|
+
title: "Welcome to Caliber!",
|
|
6714
6714
|
icon: "?",
|
|
6715
6715
|
lines: [
|
|
6716
|
-
"Caliber
|
|
6717
|
-
"
|
|
6718
|
-
"
|
|
6716
|
+
"Caliber is your agentic development companion.",
|
|
6717
|
+
"It analyzes your repository, understands how you work,",
|
|
6718
|
+
"and adapts your AI agent to fit you and your project."
|
|
6719
6719
|
]
|
|
6720
6720
|
},
|
|
6721
6721
|
{
|
|
6722
|
-
title: "
|
|
6722
|
+
title: "Understanding Your Project",
|
|
6723
|
+
icon: "\u25CE",
|
|
6724
|
+
lines: [
|
|
6725
|
+
"Right now, Caliber is reading your repo \u2014 file structure,",
|
|
6726
|
+
"languages, tools, and conventions. This fingerprint is the",
|
|
6727
|
+
"foundation everything else builds on."
|
|
6728
|
+
]
|
|
6729
|
+
},
|
|
6730
|
+
{
|
|
6731
|
+
title: "Tailored Configs",
|
|
6723
6732
|
icon: "\u2699",
|
|
6724
6733
|
lines: [
|
|
6725
|
-
"CLAUDE.md and .cursor/rules/
|
|
6726
|
-
"your
|
|
6727
|
-
"
|
|
6734
|
+
"That understanding becomes CLAUDE.md and .cursor/rules/ \u2014",
|
|
6735
|
+
"personalized instructions your agent reads before every task.",
|
|
6736
|
+
"Not generic templates. Configs shaped to your codebase."
|
|
6728
6737
|
]
|
|
6729
6738
|
},
|
|
6730
6739
|
{
|
|
6731
|
-
title: "Skills",
|
|
6740
|
+
title: "Skills for Your Workflow",
|
|
6732
6741
|
icon: "\u26A1",
|
|
6733
6742
|
lines: [
|
|
6734
|
-
"
|
|
6735
|
-
"
|
|
6736
|
-
"
|
|
6743
|
+
"Beyond configs, Caliber generates skills \u2014 focused",
|
|
6744
|
+
"instructions for deploying, migrating, or reviewing code,",
|
|
6745
|
+
"shaped to your project. Browse more with `caliber skills`."
|
|
6737
6746
|
]
|
|
6738
6747
|
},
|
|
6739
6748
|
{
|
|
6740
|
-
title: "
|
|
6749
|
+
title: "Stays in Sync",
|
|
6741
6750
|
icon: "\u21BB",
|
|
6742
6751
|
lines: [
|
|
6743
|
-
"
|
|
6744
|
-
"reads
|
|
6745
|
-
"
|
|
6752
|
+
"Your code evolves, so your configs should too.",
|
|
6753
|
+
"`caliber refresh` reads recent changes and updates configs",
|
|
6754
|
+
"to match. Set it as a hook and forget about it."
|
|
6746
6755
|
]
|
|
6747
6756
|
},
|
|
6748
6757
|
{
|
|
6749
|
-
title: "
|
|
6758
|
+
title: "Measures Itself",
|
|
6750
6759
|
icon: "\u2605",
|
|
6751
6760
|
lines: [
|
|
6752
|
-
"`caliber score`
|
|
6761
|
+
"`caliber score` checks how well your setup serves the agent \u2014",
|
|
6753
6762
|
"grounding, accuracy, freshness \u2014 and gives a letter grade.",
|
|
6754
6763
|
"Aim for an A to get the most out of your AI agent."
|
|
6755
6764
|
]
|
|
6756
|
-
},
|
|
6757
|
-
{
|
|
6758
|
-
title: "Quick Health Check",
|
|
6759
|
-
icon: "\u2764",
|
|
6760
|
-
lines: [
|
|
6761
|
-
"`caliber status` shows what you have configured,",
|
|
6762
|
-
"which hooks are active, and if anything needs attention.",
|
|
6763
|
-
"It runs in under a second \u2014 great for CI checks too."
|
|
6764
|
-
]
|
|
6765
6765
|
}
|
|
6766
6766
|
];
|
|
6767
6767
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rely-ai/caliber",
|
|
3
|
-
"version": "1.20.0-dev.
|
|
3
|
+
"version": "1.20.0-dev.1773695082",
|
|
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": {
|