@rely-ai/caliber 1.31.0-dev.1774712501 → 1.31.0-dev.1774713696
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 +2 -0
- package/package.json +1 -1
package/dist/bin.js
CHANGED
|
@@ -9230,6 +9230,8 @@ async function initCommand(options) {
|
|
|
9230
9230
|
console.log(` ${chalk14.green("\u2713")} Agent skills \u2014 already installed`);
|
|
9231
9231
|
}
|
|
9232
9232
|
console.log("");
|
|
9233
|
+
console.log(chalk14.dim(" New team members can run /setup-caliber inside their coding agent"));
|
|
9234
|
+
console.log(chalk14.dim(" (Claude Code or Cursor) to get set up automatically.\n"));
|
|
9233
9235
|
let baselineScore = computeLocalScore(process.cwd(), targetAgent);
|
|
9234
9236
|
console.log(chalk14.dim(" Current config score:"));
|
|
9235
9237
|
displayScoreSummary(baselineScore);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rely-ai/caliber",
|
|
3
|
-
"version": "1.31.0-dev.
|
|
3
|
+
"version": "1.31.0-dev.1774713696",
|
|
4
4
|
"description": "AI context infrastructure for coding agents — keeps CLAUDE.md, Cursor rules, and skills in sync as your codebase evolves",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|