@rely-ai/caliber 1.18.0 → 1.18.2

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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/dist/bin.js +394 -379
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -107,7 +107,7 @@ Every change Caliber makes is reversible:
107
107
 
108
108
  | Command | Description |
109
109
  | -------------------- | ---------------------------------------------------- |
110
- | `caliber init` | 🏁 Initialize your project — full 6-step wizard |
110
+ | `caliber init` | 🏁 Initialize your project — full 5-step wizard |
111
111
  | `caliber score` | 📊 Score your config quality (deterministic, no LLM) |
112
112
  | `caliber skills` | 🧩 Discover and install community skills |
113
113
  | `caliber regenerate` | 🔄 Re-analyze and regenerate your setup |