@rely-ai/caliber 1.4.1 → 1.5.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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/dist/bin.js +1743 -1681
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -70,7 +70,7 @@ If these files already exist, Caliber audits them against your actual codebase a
70
70
  |---------|-------------|
71
71
  | `caliber onboard` | Onboard your project for AI-assisted development |
72
72
  | `caliber score` | Score your config quality (deterministic, no LLM needed) |
73
- | `caliber recommend` | Discover and install skills from [skills.sh](https://skills.sh) |
73
+ | `caliber skills` | Discover and install community skills for your project |
74
74
  | `caliber config` | Configure LLM provider, API key, and model |
75
75
 
76
76
  ```bash