@rely-ai/caliber 1.13.1 → 1.14.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 (2) hide show
  1. package/dist/bin.js +1 -1
  2. package/package.json +1 -1
package/dist/bin.js CHANGED
@@ -446,7 +446,7 @@ var CONFIG_FILE_NAMES = /* @__PURE__ */ new Set([
446
446
  var CONFIG_GLOBS_DIRS = [
447
447
  { dir: ".github/workflows", pattern: /\.ya?ml$/ }
448
448
  ];
449
- var TOTAL_BUDGET = 4e5;
449
+ var TOTAL_BUDGET = 6e5;
450
450
  var CONFIG_BUDGET = Math.floor(TOTAL_BUDGET * 0.15);
451
451
  var SOURCE_BUDGET = Math.floor(TOTAL_BUDGET * 0.85);
452
452
  function analyzeCode(dir) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rely-ai/caliber",
3
- "version": "1.13.1",
3
+ "version": "1.14.0",
4
4
  "description": "Analyze your codebase and generate optimized AI agent configs (CLAUDE.md, .cursorrules, skills) — no API key needed",
5
5
  "type": "module",
6
6
  "bin": {