@rulemetric/cli 0.7.29 → 0.7.30

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.
@@ -4323,5 +4323,5 @@
4323
4323
  ]
4324
4324
  }
4325
4325
  },
4326
- "version": "0.7.29"
4326
+ "version": "0.7.30"
4327
4327
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rulemetric/cli",
3
- "version": "0.7.29",
3
+ "version": "0.7.30",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -74,9 +74,9 @@
74
74
  "postgres": "^3.4.0",
75
75
  "react": "^19.0.0",
76
76
  "zod": "^3.24.0",
77
- "@rulemetric/hooks": "0.7.29",
78
- "@rulemetric/proxy": "0.7.29",
79
- "@rulemetric/skills-registry": "0.7.29"
77
+ "@rulemetric/hooks": "0.7.30",
78
+ "@rulemetric/skills-registry": "0.7.30",
79
+ "@rulemetric/proxy": "0.7.30"
80
80
  },
81
81
  "//deps": "Worker (`evals agent`) runtime deps: the @opentelemetry/* set, @sentry/node, and postgres are STATIC top-level imports loaded at worker startup (via bundled @rulemetric/{telemetry,db}) — they MUST be runtime deps or a clean `npm i -g` crashes with ModuleLoadError. `better-sqlite3` is optionalDependencies (below): it's a native module, lazy `require()`'d inside a try/catch (packages/session providers cursor/opencode) so a missing binary degrades gracefully — making it a hard dep would break `npm i -g` on platforms without prebuilt binaries. `resend` stays a devDep: lazy `await import('resend')` guarded by RESEND_API_KEY, which end-user workers never set (provider falls back to noop). Classification verified via import-graph scan of dist/commands/evals/agent.js + per-importer static/lazy check.",
82
82
  "optionalDependencies": {
@@ -94,14 +94,14 @@
94
94
  "tsx": "^4.19.0",
95
95
  "typescript": "^5.9.0",
96
96
  "vitest": "^3.2.0",
97
+ "@rulemetric/api": "0.0.1",
97
98
  "@rulemetric/core": "0.0.1",
98
- "@rulemetric/effectiveness": "0.0.1",
99
+ "@rulemetric/db": "0.0.1",
99
100
  "@rulemetric/email": "0.0.1",
100
- "@rulemetric/api": "0.0.1",
101
+ "@rulemetric/effectiveness": "0.0.1",
101
102
  "@rulemetric/session": "0.2.1",
102
- "@rulemetric/typescript-config": "0.0.0",
103
103
  "@rulemetric/telemetry": "0.0.1",
104
- "@rulemetric/db": "0.0.1"
104
+ "@rulemetric/typescript-config": "0.0.0"
105
105
  },
106
106
  "scripts": {
107
107
  "build": "node scripts/build.mjs",