@rely-ai/caliber 1.30.5 → 1.30.6

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 (2) hide show
  1. package/README.md +1 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
  <a href="https://www.npmjs.com/package/@rely-ai/caliber"><img src="https://img.shields.io/npm/v/@rely-ai/caliber" alt="npm version"></a>
7
7
  <a href="./LICENSE"><img src="https://img.shields.io/npm/l/@rely-ai/caliber" alt="license"></a>
8
8
  <a href="https://nodejs.org"><img src="https://img.shields.io/node/v/@rely-ai/caliber" alt="node"></a>
9
- <img src="https://img.shields.io/badge/caliber-89%2F100-green" alt="Caliber Score">
9
+ <img src="https://img.shields.io/badge/caliber-94%2F100-brightgreen" alt="Caliber Score">
10
10
  <img src="https://img.shields.io/badge/Claude_Code-supported-blue" alt="Claude Code">
11
11
  <img src="https://img.shields.io/badge/Cursor-supported-blue" alt="Cursor">
12
12
  <img src="https://img.shields.io/badge/Codex-supported-blue" alt="Codex">
@@ -356,5 +356,3 @@ Uses [conventional commits](https://www.conventionalcommits.org/) — `feat:` fo
356
356
  ## License
357
357
 
358
358
  MIT
359
-
360
- This Project is awesome !
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rely-ai/caliber",
3
- "version": "1.30.5",
3
+ "version": "1.30.6",
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": {