@rulemetric/cli 0.7.25 → 0.7.26
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/oclif.manifest.json +83 -83
- package/package.json +8 -8
package/oclif.manifest.json
CHANGED
|
@@ -405,88 +405,6 @@
|
|
|
405
405
|
"setup.js"
|
|
406
406
|
]
|
|
407
407
|
},
|
|
408
|
-
"antigravity:backfill": {
|
|
409
|
-
"aliases": [],
|
|
410
|
-
"args": {
|
|
411
|
-
"conversationId": {
|
|
412
|
-
"description": "Antigravity conversationId (UUID) — the directory name under ~/.gemini/antigravity-ide/brain/",
|
|
413
|
-
"name": "conversationId",
|
|
414
|
-
"required": true
|
|
415
|
-
}
|
|
416
|
-
},
|
|
417
|
-
"description": "Backfill historical events from an Antigravity conversation transcript into a RuleMetric session. Useful for seeding a conversation that existed before hooks were installed — the live hook intentionally only captures forward.",
|
|
418
|
-
"examples": [
|
|
419
|
-
"<%= config.bin %> antigravity backfill 26fd215d-f43b-4ea5-b177-dc2c0e696f97 --session 158db9aa-68ee-43fc-961b-f3a180578694",
|
|
420
|
-
"<%= config.bin %> antigravity backfill 26fd215d-f43b-4ea5-b177-dc2c0e696f97 --dry-run"
|
|
421
|
-
],
|
|
422
|
-
"flags": {
|
|
423
|
-
"api-url": {
|
|
424
|
-
"description": "Override API base URL",
|
|
425
|
-
"env": "RULEMETRIC_API_URL",
|
|
426
|
-
"hidden": true,
|
|
427
|
-
"name": "api-url",
|
|
428
|
-
"hasDynamicHelp": false,
|
|
429
|
-
"multiple": false,
|
|
430
|
-
"type": "option"
|
|
431
|
-
},
|
|
432
|
-
"session": {
|
|
433
|
-
"char": "s",
|
|
434
|
-
"description": "RuleMetric session UUID to POST events into. If omitted, resolved from the hook tmp file ($TMPDIR/rulemetric/<conversationId>) — fails if neither is present.",
|
|
435
|
-
"name": "session",
|
|
436
|
-
"hasDynamicHelp": false,
|
|
437
|
-
"multiple": false,
|
|
438
|
-
"type": "option"
|
|
439
|
-
},
|
|
440
|
-
"transcript": {
|
|
441
|
-
"description": "Path to the transcript.jsonl file. Defaults to ~/.gemini/antigravity-ide/brain/<conversationId>/.system_generated/logs/transcript.jsonl",
|
|
442
|
-
"name": "transcript",
|
|
443
|
-
"hasDynamicHelp": false,
|
|
444
|
-
"multiple": false,
|
|
445
|
-
"type": "option"
|
|
446
|
-
},
|
|
447
|
-
"after-step": {
|
|
448
|
-
"description": "Only emit records with step_index > this value. Default: read from existing state file, else -1 (everything).",
|
|
449
|
-
"name": "after-step",
|
|
450
|
-
"hasDynamicHelp": false,
|
|
451
|
-
"multiple": false,
|
|
452
|
-
"type": "option"
|
|
453
|
-
},
|
|
454
|
-
"limit": {
|
|
455
|
-
"description": "Cap on the number of records to process this run.",
|
|
456
|
-
"name": "limit",
|
|
457
|
-
"hasDynamicHelp": false,
|
|
458
|
-
"multiple": false,
|
|
459
|
-
"type": "option"
|
|
460
|
-
},
|
|
461
|
-
"dry-run": {
|
|
462
|
-
"description": "Classify records without POSTing. Reports counts only.",
|
|
463
|
-
"name": "dry-run",
|
|
464
|
-
"allowNo": false,
|
|
465
|
-
"type": "boolean"
|
|
466
|
-
},
|
|
467
|
-
"save-state": {
|
|
468
|
-
"description": "After backfill, persist the highest step_index so the live hook resumes from there.",
|
|
469
|
-
"name": "save-state",
|
|
470
|
-
"allowNo": true,
|
|
471
|
-
"type": "boolean"
|
|
472
|
-
}
|
|
473
|
-
},
|
|
474
|
-
"hasDynamicHelp": false,
|
|
475
|
-
"hiddenAliases": [],
|
|
476
|
-
"id": "antigravity:backfill",
|
|
477
|
-
"pluginAlias": "@rulemetric/cli",
|
|
478
|
-
"pluginName": "@rulemetric/cli",
|
|
479
|
-
"pluginType": "core",
|
|
480
|
-
"strict": true,
|
|
481
|
-
"enableJsonFlag": false,
|
|
482
|
-
"isESM": true,
|
|
483
|
-
"relativePath": [
|
|
484
|
-
"dist",
|
|
485
|
-
"commands",
|
|
486
|
-
"antigravity",
|
|
487
|
-
"backfill.js"
|
|
488
|
-
]
|
|
489
|
-
},
|
|
490
408
|
"auth:create-key": {
|
|
491
409
|
"aliases": [],
|
|
492
410
|
"args": {},
|
|
@@ -928,6 +846,88 @@
|
|
|
928
846
|
"run.js"
|
|
929
847
|
]
|
|
930
848
|
},
|
|
849
|
+
"antigravity:backfill": {
|
|
850
|
+
"aliases": [],
|
|
851
|
+
"args": {
|
|
852
|
+
"conversationId": {
|
|
853
|
+
"description": "Antigravity conversationId (UUID) — the directory name under ~/.gemini/antigravity-ide/brain/",
|
|
854
|
+
"name": "conversationId",
|
|
855
|
+
"required": true
|
|
856
|
+
}
|
|
857
|
+
},
|
|
858
|
+
"description": "Backfill historical events from an Antigravity conversation transcript into a RuleMetric session. Useful for seeding a conversation that existed before hooks were installed — the live hook intentionally only captures forward.",
|
|
859
|
+
"examples": [
|
|
860
|
+
"<%= config.bin %> antigravity backfill 26fd215d-f43b-4ea5-b177-dc2c0e696f97 --session 158db9aa-68ee-43fc-961b-f3a180578694",
|
|
861
|
+
"<%= config.bin %> antigravity backfill 26fd215d-f43b-4ea5-b177-dc2c0e696f97 --dry-run"
|
|
862
|
+
],
|
|
863
|
+
"flags": {
|
|
864
|
+
"api-url": {
|
|
865
|
+
"description": "Override API base URL",
|
|
866
|
+
"env": "RULEMETRIC_API_URL",
|
|
867
|
+
"hidden": true,
|
|
868
|
+
"name": "api-url",
|
|
869
|
+
"hasDynamicHelp": false,
|
|
870
|
+
"multiple": false,
|
|
871
|
+
"type": "option"
|
|
872
|
+
},
|
|
873
|
+
"session": {
|
|
874
|
+
"char": "s",
|
|
875
|
+
"description": "RuleMetric session UUID to POST events into. If omitted, resolved from the hook tmp file ($TMPDIR/rulemetric/<conversationId>) — fails if neither is present.",
|
|
876
|
+
"name": "session",
|
|
877
|
+
"hasDynamicHelp": false,
|
|
878
|
+
"multiple": false,
|
|
879
|
+
"type": "option"
|
|
880
|
+
},
|
|
881
|
+
"transcript": {
|
|
882
|
+
"description": "Path to the transcript.jsonl file. Defaults to ~/.gemini/antigravity-ide/brain/<conversationId>/.system_generated/logs/transcript.jsonl",
|
|
883
|
+
"name": "transcript",
|
|
884
|
+
"hasDynamicHelp": false,
|
|
885
|
+
"multiple": false,
|
|
886
|
+
"type": "option"
|
|
887
|
+
},
|
|
888
|
+
"after-step": {
|
|
889
|
+
"description": "Only emit records with step_index > this value. Default: read from existing state file, else -1 (everything).",
|
|
890
|
+
"name": "after-step",
|
|
891
|
+
"hasDynamicHelp": false,
|
|
892
|
+
"multiple": false,
|
|
893
|
+
"type": "option"
|
|
894
|
+
},
|
|
895
|
+
"limit": {
|
|
896
|
+
"description": "Cap on the number of records to process this run.",
|
|
897
|
+
"name": "limit",
|
|
898
|
+
"hasDynamicHelp": false,
|
|
899
|
+
"multiple": false,
|
|
900
|
+
"type": "option"
|
|
901
|
+
},
|
|
902
|
+
"dry-run": {
|
|
903
|
+
"description": "Classify records without POSTing. Reports counts only.",
|
|
904
|
+
"name": "dry-run",
|
|
905
|
+
"allowNo": false,
|
|
906
|
+
"type": "boolean"
|
|
907
|
+
},
|
|
908
|
+
"save-state": {
|
|
909
|
+
"description": "After backfill, persist the highest step_index so the live hook resumes from there.",
|
|
910
|
+
"name": "save-state",
|
|
911
|
+
"allowNo": true,
|
|
912
|
+
"type": "boolean"
|
|
913
|
+
}
|
|
914
|
+
},
|
|
915
|
+
"hasDynamicHelp": false,
|
|
916
|
+
"hiddenAliases": [],
|
|
917
|
+
"id": "antigravity:backfill",
|
|
918
|
+
"pluginAlias": "@rulemetric/cli",
|
|
919
|
+
"pluginName": "@rulemetric/cli",
|
|
920
|
+
"pluginType": "core",
|
|
921
|
+
"strict": true,
|
|
922
|
+
"enableJsonFlag": false,
|
|
923
|
+
"isESM": true,
|
|
924
|
+
"relativePath": [
|
|
925
|
+
"dist",
|
|
926
|
+
"commands",
|
|
927
|
+
"antigravity",
|
|
928
|
+
"backfill.js"
|
|
929
|
+
]
|
|
930
|
+
},
|
|
931
931
|
"eval-targets:create": {
|
|
932
932
|
"aliases": [],
|
|
933
933
|
"args": {},
|
|
@@ -4323,5 +4323,5 @@
|
|
|
4323
4323
|
]
|
|
4324
4324
|
}
|
|
4325
4325
|
},
|
|
4326
|
-
"version": "0.7.
|
|
4326
|
+
"version": "0.7.26"
|
|
4327
4327
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rulemetric/cli",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.26",
|
|
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.
|
|
78
|
-
"@rulemetric/proxy": "0.7.
|
|
79
|
-
"@rulemetric/skills-registry": "0.7.
|
|
77
|
+
"@rulemetric/hooks": "0.7.26",
|
|
78
|
+
"@rulemetric/proxy": "0.7.26",
|
|
79
|
+
"@rulemetric/skills-registry": "0.7.26"
|
|
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": {
|
|
@@ -95,13 +95,13 @@
|
|
|
95
95
|
"typescript": "^5.9.0",
|
|
96
96
|
"vitest": "^3.2.0",
|
|
97
97
|
"@rulemetric/api": "0.0.1",
|
|
98
|
+
"@rulemetric/core": "0.0.1",
|
|
99
|
+
"@rulemetric/db": "0.0.1",
|
|
98
100
|
"@rulemetric/effectiveness": "0.0.1",
|
|
99
101
|
"@rulemetric/email": "0.0.1",
|
|
100
102
|
"@rulemetric/session": "0.2.1",
|
|
101
|
-
"@rulemetric/
|
|
102
|
-
"@rulemetric/
|
|
103
|
-
"@rulemetric/typescript-config": "0.0.0",
|
|
104
|
-
"@rulemetric/telemetry": "0.0.1"
|
|
103
|
+
"@rulemetric/telemetry": "0.0.1",
|
|
104
|
+
"@rulemetric/typescript-config": "0.0.0"
|
|
105
105
|
},
|
|
106
106
|
"scripts": {
|
|
107
107
|
"build": "node scripts/build.mjs",
|