@skillrecordings/cli 0.2.2 → 0.2.3

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.
@@ -3,7 +3,7 @@ import {
3
3
  SUPPORT_AGENT_PROMPT,
4
4
  agentTools,
5
5
  runSupportAgent
6
- } from "./chunk-XHLN776K.js";
6
+ } from "./chunk-HCFBOGCL.js";
7
7
  import "./chunk-F4EM72IH.js";
8
8
  import "./chunk-KEV3QKXP.js";
9
9
  import "./chunk-MLNDSBZ4.js";
@@ -17,4 +17,4 @@ export {
17
17
  agentTools,
18
18
  runSupportAgent
19
19
  };
20
- //# sourceMappingURL=config-5DDRFZMG.js.map
20
+ //# sourceMappingURL=config-523F4OBH.js.map
package/dist/index.js CHANGED
@@ -23,7 +23,7 @@ import {
23
23
  gte,
24
24
  or,
25
25
  sql
26
- } from "./chunk-XHLN776K.js";
26
+ } from "./chunk-HCFBOGCL.js";
27
27
  import "./chunk-F4EM72IH.js";
28
28
  import {
29
29
  DEFAULT_CATEGORY_TAG_MAPPING,
@@ -36,7 +36,7 @@ import {
36
36
  runPipeline,
37
37
  validate,
38
38
  validateSync
39
- } from "./chunk-SASXI5PZ.js";
39
+ } from "./chunk-5QCJIGF3.js";
40
40
  import "./chunk-KEV3QKXP.js";
41
41
  import "./chunk-HK3PEWFD.js";
42
42
  import "./chunk-WYKL32C3.js";
@@ -76377,7 +76377,7 @@ async function compare(options) {
76377
76377
  console.log(`Baseline: ${baseline}`);
76378
76378
  }
76379
76379
  } else {
76380
- const { SUPPORT_AGENT_PROMPT: SUPPORT_AGENT_PROMPT2 } = await import("./config-5DDRFZMG.js");
76380
+ const { SUPPORT_AGENT_PROMPT: SUPPORT_AGENT_PROMPT2 } = await import("./config-523F4OBH.js");
76381
76381
  baselinePrompt = SUPPORT_AGENT_PROMPT2;
76382
76382
  if (!json) {
76383
76383
  console.log("Baseline: Production prompt");
@@ -79665,7 +79665,7 @@ async function runValidateEval(scenarios, options) {
79665
79665
  return results;
79666
79666
  }
79667
79667
  async function runE2EEval(scenarios, options) {
79668
- const { runPipeline: runPipeline2 } = await import("./pipeline-W23TKSVR.js");
79668
+ const { runPipeline: runPipeline2 } = await import("./pipeline-JELLPZAE.js");
79669
79669
  const concurrency = options.parallel || 1;
79670
79670
  let completed = 0;
79671
79671
  if (options.realTools && options.verbose) {
@@ -111606,7 +111606,7 @@ function registerPipelineCommands(program3) {
111606
111606
  await runE2EEval2(opts);
111607
111607
  });
111608
111608
  pipeline.command("run").description("Run pipeline on a single message").requiredOption("--subject <text>", "Message subject").requiredOption("--body <text>", "Message body").option("--app <id>", "App ID", "total-typescript").option("--dry-run", "Don't actually send", true).option("--json", "JSON output").action(async (opts) => {
111609
- const { runPipeline: runPipeline2 } = await import("./pipeline-W23TKSVR.js");
111609
+ const { runPipeline: runPipeline2 } = await import("./pipeline-JELLPZAE.js");
111610
111610
  const result = await runPipeline2({
111611
111611
  message: {
111612
111612
  subject: opts.subject,
@@ -53,7 +53,7 @@ import {
53
53
  storeDraftSuccess,
54
54
  validate,
55
55
  validateSync
56
- } from "./chunk-SASXI5PZ.js";
56
+ } from "./chunk-5QCJIGF3.js";
57
57
  import "./chunk-KEV3QKXP.js";
58
58
  import "./chunk-HK3PEWFD.js";
59
59
  import "./chunk-WYKL32C3.js";
@@ -117,4 +117,4 @@ export {
117
117
  validate,
118
118
  validateSync
119
119
  };
120
- //# sourceMappingURL=pipeline-W23TKSVR.js.map
120
+ //# sourceMappingURL=pipeline-JELLPZAE.js.map
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@skillrecordings/cli",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "skill": "./bin/skill.mjs"
7
7
  },
8
- "files": ["dist", "bin"],
8
+ "files": ["dist", "bin", ".env.encrypted"],
9
9
  "scripts": {
10
10
  "dev": "bun src/index.ts",
11
11
  "build": "tsup",