@lorekit/cli 1.24.0 → 1.24.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lorekit/cli",
3
- "version": "1.24.0",
3
+ "version": "1.24.1",
4
4
  "description": "Install the LoreKit shared-memory skill and run health checks for the LoreKit MCP server.",
5
5
  "license": "MIT",
6
6
  "repository": {
package/src/telemetry.mjs CHANGED
@@ -200,7 +200,7 @@ export function buildTracePayload({ version, name, attributes, startMs, endMs, s
200
200
  resource: { attributes: resourceAttributes(version) },
201
201
  scopeSpans: [
202
202
  {
203
- scope: { name: 'lorekit-cli', version: String(version) },
203
+ scope: { name: 'cli', version: String(version) },
204
204
  spans: [
205
205
  {
206
206
  traceId: traceId ?? randHex(16),
@@ -230,7 +230,7 @@ export function buildMetricsPayload({ version, attributes, startMs, endMs }) {
230
230
  resource: { attributes: resourceAttributes(version) },
231
231
  scopeMetrics: [
232
232
  {
233
- scope: { name: 'lorekit-cli', version: String(version) },
233
+ scope: { name: 'cli', version: String(version) },
234
234
  metrics: [
235
235
  {
236
236
  name: 'lorekit.cli.invocations',