@rely-ai/caliber 1.20.0-dev.1773698265 → 1.20.0
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 +1 -1
- package/package.json +1 -1
package/dist/bin.js
CHANGED
|
@@ -7564,7 +7564,7 @@ ${agentRefs.join(" ")}
|
|
|
7564
7564
|
const done = chalk11.green("\u2713");
|
|
7565
7565
|
const skip = chalk11.dim("\u2013");
|
|
7566
7566
|
console.log(chalk11.bold(" What was set up:\n"));
|
|
7567
|
-
console.log(` ${done} Config generated ${title("caliber score")} for full breakdown`);
|
|
7567
|
+
console.log(` ${done} Config generated ${title("caliber score")} ${chalk11.dim("for full breakdown")}`);
|
|
7568
7568
|
const hooksInstalled = hookChoice !== "skip";
|
|
7569
7569
|
if (hooksInstalled) {
|
|
7570
7570
|
const hookLabel = hookChoice === "both" ? "pre-commit + Claude Code" : hookChoice === "precommit" ? "pre-commit" : "Claude Code";
|
package/package.json
CHANGED