switchroom 0.16.4 → 0.16.6

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.
@@ -66,7 +66,7 @@ var __export = (target, all) => {
66
66
  var __esm = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
67
67
  var __require = /* @__PURE__ */ createRequire(import.meta.url);
68
68
 
69
- // ../../switchroom/node_modules/.bun/commander@13.1.0/node_modules/commander/lib/error.js
69
+ // node_modules/.bun/commander@13.1.0/node_modules/commander/lib/error.js
70
70
  var require_error = __commonJS((exports) => {
71
71
  class CommanderError extends Error {
72
72
  constructor(exitCode, code, message) {
@@ -90,7 +90,7 @@ var require_error = __commonJS((exports) => {
90
90
  exports.InvalidArgumentError = InvalidArgumentError;
91
91
  });
92
92
 
93
- // ../../switchroom/node_modules/.bun/commander@13.1.0/node_modules/commander/lib/argument.js
93
+ // node_modules/.bun/commander@13.1.0/node_modules/commander/lib/argument.js
94
94
  var require_argument = __commonJS((exports) => {
95
95
  var { InvalidArgumentError } = require_error();
96
96
 
@@ -169,7 +169,7 @@ var require_argument = __commonJS((exports) => {
169
169
  exports.humanReadableArgName = humanReadableArgName;
170
170
  });
171
171
 
172
- // ../../switchroom/node_modules/.bun/commander@13.1.0/node_modules/commander/lib/help.js
172
+ // node_modules/.bun/commander@13.1.0/node_modules/commander/lib/help.js
173
173
  var require_help = __commonJS((exports) => {
174
174
  var { humanReadableArgName } = require_argument();
175
175
 
@@ -519,7 +519,7 @@ ${itemIndentStr}`);
519
519
  exports.stripColor = stripColor;
520
520
  });
521
521
 
522
- // ../../switchroom/node_modules/.bun/commander@13.1.0/node_modules/commander/lib/option.js
522
+ // node_modules/.bun/commander@13.1.0/node_modules/commander/lib/option.js
523
523
  var require_option = __commonJS((exports) => {
524
524
  var { InvalidArgumentError } = require_error();
525
525
 
@@ -697,7 +697,7 @@ var require_option = __commonJS((exports) => {
697
697
  exports.DualOptions = DualOptions;
698
698
  });
699
699
 
700
- // ../../switchroom/node_modules/.bun/commander@13.1.0/node_modules/commander/lib/suggestSimilar.js
700
+ // node_modules/.bun/commander@13.1.0/node_modules/commander/lib/suggestSimilar.js
701
701
  var require_suggestSimilar = __commonJS((exports) => {
702
702
  var maxDistance = 3;
703
703
  function editDistance(a, b) {
@@ -770,7 +770,7 @@ var require_suggestSimilar = __commonJS((exports) => {
770
770
  exports.suggestSimilar = suggestSimilar;
771
771
  });
772
772
 
773
- // ../../switchroom/node_modules/.bun/commander@13.1.0/node_modules/commander/lib/command.js
773
+ // node_modules/.bun/commander@13.1.0/node_modules/commander/lib/command.js
774
774
  var require_command = __commonJS((exports) => {
775
775
  var EventEmitter = __require("node:events").EventEmitter;
776
776
  var childProcess = __require("node:child_process");
@@ -2080,7 +2080,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
2080
2080
  exports.useColor = useColor;
2081
2081
  });
2082
2082
 
2083
- // ../../switchroom/node_modules/.bun/commander@13.1.0/node_modules/commander/index.js
2083
+ // node_modules/.bun/commander@13.1.0/node_modules/commander/index.js
2084
2084
  var require_commander = __commonJS((exports) => {
2085
2085
  var { Argument } = require_argument();
2086
2086
  var { Command } = require_command();
@@ -2100,7 +2100,7 @@ var require_commander = __commonJS((exports) => {
2100
2100
  exports.InvalidOptionArgumentError = InvalidArgumentError;
2101
2101
  });
2102
2102
 
2103
- // ../../switchroom/node_modules/.bun/chalk@5.6.2/node_modules/chalk/source/vendor/ansi-styles/index.js
2103
+ // node_modules/.bun/chalk@5.6.2/node_modules/chalk/source/vendor/ansi-styles/index.js
2104
2104
  function assembleStyles() {
2105
2105
  const codes = new Map;
2106
2106
  for (const [groupName, group] of Object.entries(styles)) {
@@ -2276,7 +2276,7 @@ var init_ansi_styles = __esm(() => {
2276
2276
  ansi_styles_default = ansiStyles;
2277
2277
  });
2278
2278
 
2279
- // ../../switchroom/node_modules/.bun/chalk@5.6.2/node_modules/chalk/source/vendor/supports-color/index.js
2279
+ // node_modules/.bun/chalk@5.6.2/node_modules/chalk/source/vendor/supports-color/index.js
2280
2280
  import process2 from "node:process";
2281
2281
  import os from "node:os";
2282
2282
  import tty from "node:tty";
@@ -2410,7 +2410,7 @@ var init_supports_color = __esm(() => {
2410
2410
  supports_color_default = supportsColor;
2411
2411
  });
2412
2412
 
2413
- // ../../switchroom/node_modules/.bun/chalk@5.6.2/node_modules/chalk/source/utilities.js
2413
+ // node_modules/.bun/chalk@5.6.2/node_modules/chalk/source/utilities.js
2414
2414
  function stringReplaceAll(string, substring, replacer) {
2415
2415
  let index = string.indexOf(substring);
2416
2416
  if (index === -1) {
@@ -2443,7 +2443,7 @@ function stringEncaseCRLFWithFirstIndex(string, prefix, postfix, index) {
2443
2443
  return returnValue;
2444
2444
  }
2445
2445
 
2446
- // ../../switchroom/node_modules/.bun/chalk@5.6.2/node_modules/chalk/source/index.js
2446
+ // node_modules/.bun/chalk@5.6.2/node_modules/chalk/source/index.js
2447
2447
  function createChalk(options) {
2448
2448
  return chalkFactory(options);
2449
2449
  }
@@ -2589,7 +2589,7 @@ var init_source = __esm(() => {
2589
2589
  source_default = chalk;
2590
2590
  });
2591
2591
 
2592
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/identity.js
2592
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/identity.js
2593
2593
  var require_identity = __commonJS((exports) => {
2594
2594
  var ALIAS = Symbol.for("yaml.alias");
2595
2595
  var DOC = Symbol.for("yaml.document");
@@ -2643,7 +2643,7 @@ var require_identity = __commonJS((exports) => {
2643
2643
  exports.isSeq = isSeq;
2644
2644
  });
2645
2645
 
2646
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/visit.js
2646
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/visit.js
2647
2647
  var require_visit = __commonJS((exports) => {
2648
2648
  var identity = require_identity();
2649
2649
  var BREAK = Symbol("break visit");
@@ -2798,7 +2798,7 @@ var require_visit = __commonJS((exports) => {
2798
2798
  exports.visitAsync = visitAsync;
2799
2799
  });
2800
2800
 
2801
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/directives.js
2801
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/directives.js
2802
2802
  var require_directives = __commonJS((exports) => {
2803
2803
  var identity = require_identity();
2804
2804
  var visit = require_visit();
@@ -2950,7 +2950,7 @@ var require_directives = __commonJS((exports) => {
2950
2950
  exports.Directives = Directives;
2951
2951
  });
2952
2952
 
2953
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/anchors.js
2953
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/anchors.js
2954
2954
  var require_anchors = __commonJS((exports) => {
2955
2955
  var identity = require_identity();
2956
2956
  var visit = require_visit();
@@ -3012,7 +3012,7 @@ var require_anchors = __commonJS((exports) => {
3012
3012
  exports.findNewAnchor = findNewAnchor;
3013
3013
  });
3014
3014
 
3015
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/applyReviver.js
3015
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/applyReviver.js
3016
3016
  var require_applyReviver = __commonJS((exports) => {
3017
3017
  function applyReviver(reviver, obj, key, val) {
3018
3018
  if (val && typeof val === "object") {
@@ -3059,7 +3059,7 @@ var require_applyReviver = __commonJS((exports) => {
3059
3059
  exports.applyReviver = applyReviver;
3060
3060
  });
3061
3061
 
3062
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/toJS.js
3062
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/toJS.js
3063
3063
  var require_toJS = __commonJS((exports) => {
3064
3064
  var identity = require_identity();
3065
3065
  function toJS(value, arg, ctx) {
@@ -3086,7 +3086,7 @@ var require_toJS = __commonJS((exports) => {
3086
3086
  exports.toJS = toJS;
3087
3087
  });
3088
3088
 
3089
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Node.js
3089
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Node.js
3090
3090
  var require_Node = __commonJS((exports) => {
3091
3091
  var applyReviver = require_applyReviver();
3092
3092
  var identity = require_identity();
@@ -3123,7 +3123,7 @@ var require_Node = __commonJS((exports) => {
3123
3123
  exports.NodeBase = NodeBase;
3124
3124
  });
3125
3125
 
3126
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Alias.js
3126
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Alias.js
3127
3127
  var require_Alias = __commonJS((exports) => {
3128
3128
  var anchors = require_anchors();
3129
3129
  var visit = require_visit();
@@ -3231,7 +3231,7 @@ var require_Alias = __commonJS((exports) => {
3231
3231
  exports.Alias = Alias;
3232
3232
  });
3233
3233
 
3234
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Scalar.js
3234
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Scalar.js
3235
3235
  var require_Scalar = __commonJS((exports) => {
3236
3236
  var identity = require_identity();
3237
3237
  var Node = require_Node();
@@ -3259,7 +3259,7 @@ var require_Scalar = __commonJS((exports) => {
3259
3259
  exports.isScalarValue = isScalarValue;
3260
3260
  });
3261
3261
 
3262
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/createNode.js
3262
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/createNode.js
3263
3263
  var require_createNode = __commonJS((exports) => {
3264
3264
  var Alias = require_Alias();
3265
3265
  var identity = require_identity();
@@ -3331,7 +3331,7 @@ var require_createNode = __commonJS((exports) => {
3331
3331
  exports.createNode = createNode;
3332
3332
  });
3333
3333
 
3334
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Collection.js
3334
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Collection.js
3335
3335
  var require_Collection = __commonJS((exports) => {
3336
3336
  var createNode = require_createNode();
3337
3337
  var identity = require_identity();
@@ -3446,7 +3446,7 @@ var require_Collection = __commonJS((exports) => {
3446
3446
  exports.isEmptyPath = isEmptyPath;
3447
3447
  });
3448
3448
 
3449
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyComment.js
3449
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyComment.js
3450
3450
  var require_stringifyComment = __commonJS((exports) => {
3451
3451
  var stringifyComment = (str) => str.replace(/^(?!$)(?: $)?/gm, "#");
3452
3452
  function indentComment(comment, indent) {
@@ -3463,7 +3463,7 @@ var require_stringifyComment = __commonJS((exports) => {
3463
3463
  exports.stringifyComment = stringifyComment;
3464
3464
  });
3465
3465
 
3466
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/foldFlowLines.js
3466
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/foldFlowLines.js
3467
3467
  var require_foldFlowLines = __commonJS((exports) => {
3468
3468
  var FOLD_FLOW = "flow";
3469
3469
  var FOLD_BLOCK = "block";
@@ -3600,7 +3600,7 @@ ${indent}${text.slice(fold + 1, end2)}`;
3600
3600
  exports.foldFlowLines = foldFlowLines;
3601
3601
  });
3602
3602
 
3603
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyString.js
3603
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyString.js
3604
3604
  var require_stringifyString = __commonJS((exports) => {
3605
3605
  var Scalar = require_Scalar();
3606
3606
  var foldFlowLines = require_foldFlowLines();
@@ -3898,7 +3898,7 @@ ${indent}`);
3898
3898
  exports.stringifyString = stringifyString;
3899
3899
  });
3900
3900
 
3901
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringify.js
3901
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringify.js
3902
3902
  var require_stringify = __commonJS((exports) => {
3903
3903
  var anchors = require_anchors();
3904
3904
  var identity = require_identity();
@@ -4019,7 +4019,7 @@ ${ctx.indent}${str}`;
4019
4019
  exports.stringify = stringify;
4020
4020
  });
4021
4021
 
4022
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyPair.js
4022
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyPair.js
4023
4023
  var require_stringifyPair = __commonJS((exports) => {
4024
4024
  var identity = require_identity();
4025
4025
  var Scalar = require_Scalar();
@@ -4155,7 +4155,7 @@ ${ctx.indent}`;
4155
4155
  exports.stringifyPair = stringifyPair;
4156
4156
  });
4157
4157
 
4158
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/log.js
4158
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/log.js
4159
4159
  var require_log = __commonJS((exports) => {
4160
4160
  var node_process = __require("process");
4161
4161
  function debug(logLevel, ...messages) {
@@ -4174,7 +4174,7 @@ var require_log = __commonJS((exports) => {
4174
4174
  exports.warn = warn;
4175
4175
  });
4176
4176
 
4177
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/merge.js
4177
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/merge.js
4178
4178
  var require_merge = __commonJS((exports) => {
4179
4179
  var identity = require_identity();
4180
4180
  var Scalar = require_Scalar();
@@ -4228,7 +4228,7 @@ var require_merge = __commonJS((exports) => {
4228
4228
  exports.merge = merge;
4229
4229
  });
4230
4230
 
4231
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/addPairToJSMap.js
4231
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/addPairToJSMap.js
4232
4232
  var require_addPairToJSMap = __commonJS((exports) => {
4233
4233
  var log = require_log();
4234
4234
  var merge = require_merge();
@@ -4289,7 +4289,7 @@ var require_addPairToJSMap = __commonJS((exports) => {
4289
4289
  exports.addPairToJSMap = addPairToJSMap;
4290
4290
  });
4291
4291
 
4292
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Pair.js
4292
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Pair.js
4293
4293
  var require_Pair = __commonJS((exports) => {
4294
4294
  var createNode = require_createNode();
4295
4295
  var stringifyPair = require_stringifyPair();
@@ -4327,7 +4327,7 @@ var require_Pair = __commonJS((exports) => {
4327
4327
  exports.createPair = createPair;
4328
4328
  });
4329
4329
 
4330
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyCollection.js
4330
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyCollection.js
4331
4331
  var require_stringifyCollection = __commonJS((exports) => {
4332
4332
  var identity = require_identity();
4333
4333
  var stringify = require_stringify();
@@ -4479,7 +4479,7 @@ ${indent}${end}`;
4479
4479
  exports.stringifyCollection = stringifyCollection;
4480
4480
  });
4481
4481
 
4482
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/YAMLMap.js
4482
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/YAMLMap.js
4483
4483
  var require_YAMLMap = __commonJS((exports) => {
4484
4484
  var stringifyCollection = require_stringifyCollection();
4485
4485
  var addPairToJSMap = require_addPairToJSMap();
@@ -4606,7 +4606,7 @@ var require_YAMLMap = __commonJS((exports) => {
4606
4606
  exports.findPair = findPair;
4607
4607
  });
4608
4608
 
4609
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/map.js
4609
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/map.js
4610
4610
  var require_map = __commonJS((exports) => {
4611
4611
  var identity = require_identity();
4612
4612
  var YAMLMap = require_YAMLMap();
@@ -4625,7 +4625,7 @@ var require_map = __commonJS((exports) => {
4625
4625
  exports.map = map;
4626
4626
  });
4627
4627
 
4628
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/YAMLSeq.js
4628
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/YAMLSeq.js
4629
4629
  var require_YAMLSeq = __commonJS((exports) => {
4630
4630
  var createNode = require_createNode();
4631
4631
  var stringifyCollection = require_stringifyCollection();
@@ -4718,7 +4718,7 @@ var require_YAMLSeq = __commonJS((exports) => {
4718
4718
  exports.YAMLSeq = YAMLSeq;
4719
4719
  });
4720
4720
 
4721
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/seq.js
4721
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/seq.js
4722
4722
  var require_seq = __commonJS((exports) => {
4723
4723
  var identity = require_identity();
4724
4724
  var YAMLSeq = require_YAMLSeq();
@@ -4737,7 +4737,7 @@ var require_seq = __commonJS((exports) => {
4737
4737
  exports.seq = seq;
4738
4738
  });
4739
4739
 
4740
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/string.js
4740
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/string.js
4741
4741
  var require_string = __commonJS((exports) => {
4742
4742
  var stringifyString = require_stringifyString();
4743
4743
  var string = {
@@ -4753,7 +4753,7 @@ var require_string = __commonJS((exports) => {
4753
4753
  exports.string = string;
4754
4754
  });
4755
4755
 
4756
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/null.js
4756
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/null.js
4757
4757
  var require_null = __commonJS((exports) => {
4758
4758
  var Scalar = require_Scalar();
4759
4759
  var nullTag = {
@@ -4768,7 +4768,7 @@ var require_null = __commonJS((exports) => {
4768
4768
  exports.nullTag = nullTag;
4769
4769
  });
4770
4770
 
4771
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/bool.js
4771
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/bool.js
4772
4772
  var require_bool = __commonJS((exports) => {
4773
4773
  var Scalar = require_Scalar();
4774
4774
  var boolTag = {
@@ -4789,7 +4789,7 @@ var require_bool = __commonJS((exports) => {
4789
4789
  exports.boolTag = boolTag;
4790
4790
  });
4791
4791
 
4792
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyNumber.js
4792
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyNumber.js
4793
4793
  var require_stringifyNumber = __commonJS((exports) => {
4794
4794
  function stringifyNumber({ format, minFractionDigits, tag, value }) {
4795
4795
  if (typeof value === "bigint")
@@ -4813,7 +4813,7 @@ var require_stringifyNumber = __commonJS((exports) => {
4813
4813
  exports.stringifyNumber = stringifyNumber;
4814
4814
  });
4815
4815
 
4816
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/float.js
4816
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/float.js
4817
4817
  var require_float = __commonJS((exports) => {
4818
4818
  var Scalar = require_Scalar();
4819
4819
  var stringifyNumber = require_stringifyNumber();
@@ -4856,7 +4856,7 @@ var require_float = __commonJS((exports) => {
4856
4856
  exports.floatNaN = floatNaN;
4857
4857
  });
4858
4858
 
4859
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/int.js
4859
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/int.js
4860
4860
  var require_int = __commonJS((exports) => {
4861
4861
  var stringifyNumber = require_stringifyNumber();
4862
4862
  var intIdentify = (value) => typeof value === "bigint" || Number.isInteger(value);
@@ -4898,7 +4898,7 @@ var require_int = __commonJS((exports) => {
4898
4898
  exports.intOct = intOct;
4899
4899
  });
4900
4900
 
4901
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/schema.js
4901
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/schema.js
4902
4902
  var require_schema = __commonJS((exports) => {
4903
4903
  var map = require_map();
4904
4904
  var _null = require_null();
@@ -4923,7 +4923,7 @@ var require_schema = __commonJS((exports) => {
4923
4923
  exports.schema = schema;
4924
4924
  });
4925
4925
 
4926
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/json/schema.js
4926
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/json/schema.js
4927
4927
  var require_schema2 = __commonJS((exports) => {
4928
4928
  var Scalar = require_Scalar();
4929
4929
  var map = require_map();
@@ -4987,7 +4987,7 @@ var require_schema2 = __commonJS((exports) => {
4987
4987
  exports.schema = schema;
4988
4988
  });
4989
4989
 
4990
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/binary.js
4990
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/binary.js
4991
4991
  var require_binary = __commonJS((exports) => {
4992
4992
  var node_buffer = __require("buffer");
4993
4993
  var Scalar = require_Scalar();
@@ -5042,7 +5042,7 @@ var require_binary = __commonJS((exports) => {
5042
5042
  exports.binary = binary;
5043
5043
  });
5044
5044
 
5045
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/pairs.js
5045
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/pairs.js
5046
5046
  var require_pairs = __commonJS((exports) => {
5047
5047
  var identity = require_identity();
5048
5048
  var Pair = require_Pair();
@@ -5117,7 +5117,7 @@ ${cn.comment}` : item.comment;
5117
5117
  exports.resolvePairs = resolvePairs;
5118
5118
  });
5119
5119
 
5120
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/omap.js
5120
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/omap.js
5121
5121
  var require_omap = __commonJS((exports) => {
5122
5122
  var identity = require_identity();
5123
5123
  var toJS = require_toJS();
@@ -5189,7 +5189,7 @@ var require_omap = __commonJS((exports) => {
5189
5189
  exports.omap = omap;
5190
5190
  });
5191
5191
 
5192
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/bool.js
5192
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/bool.js
5193
5193
  var require_bool2 = __commonJS((exports) => {
5194
5194
  var Scalar = require_Scalar();
5195
5195
  function boolStringify({ value, source }, ctx) {
@@ -5218,7 +5218,7 @@ var require_bool2 = __commonJS((exports) => {
5218
5218
  exports.trueTag = trueTag;
5219
5219
  });
5220
5220
 
5221
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/float.js
5221
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/float.js
5222
5222
  var require_float2 = __commonJS((exports) => {
5223
5223
  var Scalar = require_Scalar();
5224
5224
  var stringifyNumber = require_stringifyNumber();
@@ -5264,7 +5264,7 @@ var require_float2 = __commonJS((exports) => {
5264
5264
  exports.floatNaN = floatNaN;
5265
5265
  });
5266
5266
 
5267
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/int.js
5267
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/int.js
5268
5268
  var require_int2 = __commonJS((exports) => {
5269
5269
  var stringifyNumber = require_stringifyNumber();
5270
5270
  var intIdentify = (value) => typeof value === "bigint" || Number.isInteger(value);
@@ -5340,7 +5340,7 @@ var require_int2 = __commonJS((exports) => {
5340
5340
  exports.intOct = intOct;
5341
5341
  });
5342
5342
 
5343
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/set.js
5343
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/set.js
5344
5344
  var require_set = __commonJS((exports) => {
5345
5345
  var identity = require_identity();
5346
5346
  var Pair = require_Pair();
@@ -5423,7 +5423,7 @@ var require_set = __commonJS((exports) => {
5423
5423
  exports.set = set;
5424
5424
  });
5425
5425
 
5426
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js
5426
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js
5427
5427
  var require_timestamp = __commonJS((exports) => {
5428
5428
  var stringifyNumber = require_stringifyNumber();
5429
5429
  function parseSexagesimal(str, asBigInt) {
@@ -5505,7 +5505,7 @@ var require_timestamp = __commonJS((exports) => {
5505
5505
  exports.timestamp = timestamp;
5506
5506
  });
5507
5507
 
5508
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/schema.js
5508
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/schema.js
5509
5509
  var require_schema3 = __commonJS((exports) => {
5510
5510
  var map = require_map();
5511
5511
  var _null = require_null();
@@ -5546,7 +5546,7 @@ var require_schema3 = __commonJS((exports) => {
5546
5546
  exports.schema = schema;
5547
5547
  });
5548
5548
 
5549
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/tags.js
5549
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/tags.js
5550
5550
  var require_tags = __commonJS((exports) => {
5551
5551
  var map = require_map();
5552
5552
  var _null = require_null();
@@ -5637,7 +5637,7 @@ var require_tags = __commonJS((exports) => {
5637
5637
  exports.getTags = getTags;
5638
5638
  });
5639
5639
 
5640
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/Schema.js
5640
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/Schema.js
5641
5641
  var require_Schema = __commonJS((exports) => {
5642
5642
  var identity = require_identity();
5643
5643
  var map = require_map();
@@ -5667,7 +5667,7 @@ var require_Schema = __commonJS((exports) => {
5667
5667
  exports.Schema = Schema;
5668
5668
  });
5669
5669
 
5670
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyDocument.js
5670
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyDocument.js
5671
5671
  var require_stringifyDocument = __commonJS((exports) => {
5672
5672
  var identity = require_identity();
5673
5673
  var stringify = require_stringify();
@@ -5747,7 +5747,7 @@ var require_stringifyDocument = __commonJS((exports) => {
5747
5747
  exports.stringifyDocument = stringifyDocument;
5748
5748
  });
5749
5749
 
5750
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/Document.js
5750
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/Document.js
5751
5751
  var require_Document = __commonJS((exports) => {
5752
5752
  var Alias = require_Alias();
5753
5753
  var Collection = require_Collection();
@@ -5982,7 +5982,7 @@ var require_Document = __commonJS((exports) => {
5982
5982
  exports.Document = Document;
5983
5983
  });
5984
5984
 
5985
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/errors.js
5985
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/errors.js
5986
5986
  var require_errors = __commonJS((exports) => {
5987
5987
  class YAMLError extends Error {
5988
5988
  constructor(name, pos, code, message) {
@@ -6047,7 +6047,7 @@ ${pointer}
6047
6047
  exports.prettifyError = prettifyError;
6048
6048
  });
6049
6049
 
6050
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-props.js
6050
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-props.js
6051
6051
  var require_resolve_props = __commonJS((exports) => {
6052
6052
  function resolveProps(tokens, { flow, indicator, next, offset, onError, parentIndent, startOnNewline }) {
6053
6053
  let spaceBefore = false;
@@ -6177,7 +6177,7 @@ var require_resolve_props = __commonJS((exports) => {
6177
6177
  exports.resolveProps = resolveProps;
6178
6178
  });
6179
6179
 
6180
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-contains-newline.js
6180
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-contains-newline.js
6181
6181
  var require_util_contains_newline = __commonJS((exports) => {
6182
6182
  function containsNewline(key) {
6183
6183
  if (!key)
@@ -6217,7 +6217,7 @@ var require_util_contains_newline = __commonJS((exports) => {
6217
6217
  exports.containsNewline = containsNewline;
6218
6218
  });
6219
6219
 
6220
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-flow-indent-check.js
6220
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-flow-indent-check.js
6221
6221
  var require_util_flow_indent_check = __commonJS((exports) => {
6222
6222
  var utilContainsNewline = require_util_contains_newline();
6223
6223
  function flowIndentCheck(indent, fc, onError) {
@@ -6232,7 +6232,7 @@ var require_util_flow_indent_check = __commonJS((exports) => {
6232
6232
  exports.flowIndentCheck = flowIndentCheck;
6233
6233
  });
6234
6234
 
6235
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-map-includes.js
6235
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-map-includes.js
6236
6236
  var require_util_map_includes = __commonJS((exports) => {
6237
6237
  var identity = require_identity();
6238
6238
  function mapIncludes(ctx, items, search) {
@@ -6245,7 +6245,7 @@ var require_util_map_includes = __commonJS((exports) => {
6245
6245
  exports.mapIncludes = mapIncludes;
6246
6246
  });
6247
6247
 
6248
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-map.js
6248
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-map.js
6249
6249
  var require_resolve_block_map = __commonJS((exports) => {
6250
6250
  var Pair = require_Pair();
6251
6251
  var YAMLMap = require_YAMLMap();
@@ -6352,7 +6352,7 @@ var require_resolve_block_map = __commonJS((exports) => {
6352
6352
  exports.resolveBlockMap = resolveBlockMap;
6353
6353
  });
6354
6354
 
6355
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-seq.js
6355
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-seq.js
6356
6356
  var require_resolve_block_seq = __commonJS((exports) => {
6357
6357
  var YAMLSeq = require_YAMLSeq();
6358
6358
  var resolveProps = require_resolve_props();
@@ -6400,7 +6400,7 @@ var require_resolve_block_seq = __commonJS((exports) => {
6400
6400
  exports.resolveBlockSeq = resolveBlockSeq;
6401
6401
  });
6402
6402
 
6403
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-end.js
6403
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-end.js
6404
6404
  var require_resolve_end = __commonJS((exports) => {
6405
6405
  function resolveEnd(end, offset, reqSpace, onError) {
6406
6406
  let comment = "";
@@ -6440,7 +6440,7 @@ var require_resolve_end = __commonJS((exports) => {
6440
6440
  exports.resolveEnd = resolveEnd;
6441
6441
  });
6442
6442
 
6443
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-flow-collection.js
6443
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-flow-collection.js
6444
6444
  var require_resolve_flow_collection = __commonJS((exports) => {
6445
6445
  var identity = require_identity();
6446
6446
  var Pair = require_Pair();
@@ -6631,7 +6631,7 @@ var require_resolve_flow_collection = __commonJS((exports) => {
6631
6631
  exports.resolveFlowCollection = resolveFlowCollection;
6632
6632
  });
6633
6633
 
6634
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-collection.js
6634
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-collection.js
6635
6635
  var require_compose_collection = __commonJS((exports) => {
6636
6636
  var identity = require_identity();
6637
6637
  var Scalar = require_Scalar();
@@ -6693,7 +6693,7 @@ var require_compose_collection = __commonJS((exports) => {
6693
6693
  exports.composeCollection = composeCollection;
6694
6694
  });
6695
6695
 
6696
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-scalar.js
6696
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-scalar.js
6697
6697
  var require_resolve_block_scalar = __commonJS((exports) => {
6698
6698
  var Scalar = require_Scalar();
6699
6699
  function resolveBlockScalar(ctx, scalar, onError) {
@@ -6886,7 +6886,7 @@ var require_resolve_block_scalar = __commonJS((exports) => {
6886
6886
  exports.resolveBlockScalar = resolveBlockScalar;
6887
6887
  });
6888
6888
 
6889
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-flow-scalar.js
6889
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-flow-scalar.js
6890
6890
  var require_resolve_flow_scalar = __commonJS((exports) => {
6891
6891
  var Scalar = require_Scalar();
6892
6892
  var resolveEnd = require_resolve_end();
@@ -7102,7 +7102,7 @@ var require_resolve_flow_scalar = __commonJS((exports) => {
7102
7102
  exports.resolveFlowScalar = resolveFlowScalar;
7103
7103
  });
7104
7104
 
7105
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-scalar.js
7105
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-scalar.js
7106
7106
  var require_compose_scalar = __commonJS((exports) => {
7107
7107
  var identity = require_identity();
7108
7108
  var Scalar = require_Scalar();
@@ -7180,7 +7180,7 @@ var require_compose_scalar = __commonJS((exports) => {
7180
7180
  exports.composeScalar = composeScalar;
7181
7181
  });
7182
7182
 
7183
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-empty-scalar-position.js
7183
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-empty-scalar-position.js
7184
7184
  var require_util_empty_scalar_position = __commonJS((exports) => {
7185
7185
  function emptyScalarPosition(offset, before, pos) {
7186
7186
  if (before) {
@@ -7207,7 +7207,7 @@ var require_util_empty_scalar_position = __commonJS((exports) => {
7207
7207
  exports.emptyScalarPosition = emptyScalarPosition;
7208
7208
  });
7209
7209
 
7210
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-node.js
7210
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-node.js
7211
7211
  var require_compose_node = __commonJS((exports) => {
7212
7212
  var Alias = require_Alias();
7213
7213
  var identity = require_identity();
@@ -7310,7 +7310,7 @@ var require_compose_node = __commonJS((exports) => {
7310
7310
  exports.composeNode = composeNode;
7311
7311
  });
7312
7312
 
7313
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-doc.js
7313
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-doc.js
7314
7314
  var require_compose_doc = __commonJS((exports) => {
7315
7315
  var Document = require_Document();
7316
7316
  var composeNode = require_compose_node();
@@ -7350,7 +7350,7 @@ var require_compose_doc = __commonJS((exports) => {
7350
7350
  exports.composeDoc = composeDoc;
7351
7351
  });
7352
7352
 
7353
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/composer.js
7353
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/composer.js
7354
7354
  var require_composer = __commonJS((exports) => {
7355
7355
  var node_process = __require("process");
7356
7356
  var directives = require_directives();
@@ -7539,7 +7539,7 @@ ${end.comment}` : end.comment;
7539
7539
  exports.Composer = Composer;
7540
7540
  });
7541
7541
 
7542
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst-scalar.js
7542
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst-scalar.js
7543
7543
  var require_cst_scalar = __commonJS((exports) => {
7544
7544
  var resolveBlockScalar = require_resolve_block_scalar();
7545
7545
  var resolveFlowScalar = require_resolve_flow_scalar();
@@ -7729,7 +7729,7 @@ var require_cst_scalar = __commonJS((exports) => {
7729
7729
  exports.setScalarValue = setScalarValue;
7730
7730
  });
7731
7731
 
7732
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst-stringify.js
7732
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst-stringify.js
7733
7733
  var require_cst_stringify = __commonJS((exports) => {
7734
7734
  var stringify = (cst) => ("type" in cst) ? stringifyToken(cst) : stringifyItem(cst);
7735
7735
  function stringifyToken(token) {
@@ -7787,7 +7787,7 @@ var require_cst_stringify = __commonJS((exports) => {
7787
7787
  exports.stringify = stringify;
7788
7788
  });
7789
7789
 
7790
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst-visit.js
7790
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst-visit.js
7791
7791
  var require_cst_visit = __commonJS((exports) => {
7792
7792
  var BREAK = Symbol("break visit");
7793
7793
  var SKIP = Symbol("skip children");
@@ -7846,7 +7846,7 @@ var require_cst_visit = __commonJS((exports) => {
7846
7846
  exports.visit = visit;
7847
7847
  });
7848
7848
 
7849
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst.js
7849
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst.js
7850
7850
  var require_cst = __commonJS((exports) => {
7851
7851
  var cstScalar = require_cst_scalar();
7852
7852
  var cstStringify = require_cst_stringify();
@@ -7947,7 +7947,7 @@ var require_cst = __commonJS((exports) => {
7947
7947
  exports.tokenType = tokenType;
7948
7948
  });
7949
7949
 
7950
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/lexer.js
7950
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/lexer.js
7951
7951
  var require_lexer = __commonJS((exports) => {
7952
7952
  var cst = require_cst();
7953
7953
  function isEmpty(ch) {
@@ -8533,7 +8533,7 @@ var require_lexer = __commonJS((exports) => {
8533
8533
  exports.Lexer = Lexer;
8534
8534
  });
8535
8535
 
8536
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/line-counter.js
8536
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/line-counter.js
8537
8537
  var require_line_counter = __commonJS((exports) => {
8538
8538
  class LineCounter {
8539
8539
  constructor() {
@@ -8561,7 +8561,7 @@ var require_line_counter = __commonJS((exports) => {
8561
8561
  exports.LineCounter = LineCounter;
8562
8562
  });
8563
8563
 
8564
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/parser.js
8564
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/parser.js
8565
8565
  var require_parser = __commonJS((exports) => {
8566
8566
  var node_process = __require("process");
8567
8567
  var cst = require_cst();
@@ -9410,7 +9410,7 @@ var require_parser = __commonJS((exports) => {
9410
9410
  exports.Parser = Parser;
9411
9411
  });
9412
9412
 
9413
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/public-api.js
9413
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/public-api.js
9414
9414
  var require_public_api = __commonJS((exports) => {
9415
9415
  var composer = require_composer();
9416
9416
  var Document = require_Document();
@@ -9504,7 +9504,7 @@ var require_public_api = __commonJS((exports) => {
9504
9504
  exports.stringify = stringify;
9505
9505
  });
9506
9506
 
9507
- // ../../switchroom/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/index.js
9507
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/index.js
9508
9508
  var require_dist = __commonJS((exports) => {
9509
9509
  var composer = require_composer();
9510
9510
  var Document = require_Document();
@@ -9553,7 +9553,7 @@ var require_dist = __commonJS((exports) => {
9553
9553
  exports.visitAsync = visit.visitAsync;
9554
9554
  });
9555
9555
 
9556
- // ../../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/util.js
9556
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/util.js
9557
9557
  var util, objectUtil, ZodParsedType, getParsedType = (data) => {
9558
9558
  const t = typeof data;
9559
9559
  switch (t) {
@@ -9684,7 +9684,7 @@ var init_util = __esm(() => {
9684
9684
  ]);
9685
9685
  });
9686
9686
 
9687
- // ../../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/ZodError.js
9687
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/ZodError.js
9688
9688
  var ZodIssueCode, quotelessJson = (obj) => {
9689
9689
  const json = JSON.stringify(obj, null, 2);
9690
9690
  return json.replace(/"([^"]+)":/g, "$1:");
@@ -9805,7 +9805,7 @@ var init_ZodError = __esm(() => {
9805
9805
  };
9806
9806
  });
9807
9807
 
9808
- // ../../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/locales/en.js
9808
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/locales/en.js
9809
9809
  var errorMap = (issue, _ctx) => {
9810
9810
  let message;
9811
9811
  switch (issue.code) {
@@ -9912,7 +9912,7 @@ var init_en = __esm(() => {
9912
9912
  en_default = errorMap;
9913
9913
  });
9914
9914
 
9915
- // ../../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/errors.js
9915
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/errors.js
9916
9916
  function setErrorMap(map) {
9917
9917
  overrideErrorMap = map;
9918
9918
  }
@@ -9925,7 +9925,7 @@ var init_errors = __esm(() => {
9925
9925
  overrideErrorMap = en_default;
9926
9926
  });
9927
9927
 
9928
- // ../../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/parseUtil.js
9928
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/parseUtil.js
9929
9929
  function addIssueToContext(ctx, issueData) {
9930
9930
  const overrideMap = getErrorMap();
9931
9931
  const issue = makeIssue({
@@ -10030,10 +10030,10 @@ var init_parseUtil = __esm(() => {
10030
10030
  });
10031
10031
  });
10032
10032
 
10033
- // ../../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/typeAliases.js
10033
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/typeAliases.js
10034
10034
  var init_typeAliases = () => {};
10035
10035
 
10036
- // ../../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/errorUtil.js
10036
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/errorUtil.js
10037
10037
  var errorUtil;
10038
10038
  var init_errorUtil = __esm(() => {
10039
10039
  (function(errorUtil2) {
@@ -10042,7 +10042,7 @@ var init_errorUtil = __esm(() => {
10042
10042
  })(errorUtil || (errorUtil = {}));
10043
10043
  });
10044
10044
 
10045
- // ../../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/types.js
10045
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/types.js
10046
10046
  class ParseInputLazyPath {
10047
10047
  constructor(parent, value, path, key) {
10048
10048
  this._cachedPath = [];
@@ -13393,7 +13393,7 @@ var init_types = __esm(() => {
13393
13393
  NEVER = INVALID;
13394
13394
  });
13395
13395
 
13396
- // ../../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/external.js
13396
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/external.js
13397
13397
  var exports_external = {};
13398
13398
  __export(exports_external, {
13399
13399
  void: () => voidType,
@@ -13513,7 +13513,7 @@ var init_external = __esm(() => {
13513
13513
  init_ZodError();
13514
13514
  });
13515
13515
 
13516
- // ../../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/index.js
13516
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/index.js
13517
13517
  var init_zod = __esm(() => {
13518
13518
  init_external();
13519
13519
  init_external();
@@ -16043,7 +16043,7 @@ var init_acl = __esm(() => {
16043
16043
  ]);
16044
16044
  });
16045
16045
 
16046
- // ../../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/utils.js
16046
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/utils.js
16047
16047
  var require_utils = __commonJS((exports) => {
16048
16048
  exports.__esModule = true;
16049
16049
  exports.extend = extend;
@@ -16139,7 +16139,7 @@ var require_utils = __commonJS((exports) => {
16139
16139
  }
16140
16140
  });
16141
16141
 
16142
- // ../../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/exception.js
16142
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/exception.js
16143
16143
  var require_exception = __commonJS((exports, module) => {
16144
16144
  exports.__esModule = true;
16145
16145
  var errorProps = ["description", "fileName", "lineNumber", "endLineNumber", "message", "name", "number", "stack"];
@@ -16184,7 +16184,7 @@ var require_exception = __commonJS((exports, module) => {
16184
16184
  module.exports = exports["default"];
16185
16185
  });
16186
16186
 
16187
- // ../../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/block-helper-missing.js
16187
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/block-helper-missing.js
16188
16188
  var require_block_helper_missing = __commonJS((exports, module) => {
16189
16189
  exports.__esModule = true;
16190
16190
  var _utils = require_utils();
@@ -16217,7 +16217,7 @@ var require_block_helper_missing = __commonJS((exports, module) => {
16217
16217
  module.exports = exports["default"];
16218
16218
  });
16219
16219
 
16220
- // ../../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/each.js
16220
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/each.js
16221
16221
  var require_each = __commonJS((exports, module) => {
16222
16222
  exports.__esModule = true;
16223
16223
  function _interopRequireDefault(obj) {
@@ -16298,7 +16298,7 @@ var require_each = __commonJS((exports, module) => {
16298
16298
  module.exports = exports["default"];
16299
16299
  });
16300
16300
 
16301
- // ../../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/helper-missing.js
16301
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/helper-missing.js
16302
16302
  var require_helper_missing = __commonJS((exports, module) => {
16303
16303
  exports.__esModule = true;
16304
16304
  function _interopRequireDefault(obj) {
@@ -16318,7 +16318,7 @@ var require_helper_missing = __commonJS((exports, module) => {
16318
16318
  module.exports = exports["default"];
16319
16319
  });
16320
16320
 
16321
- // ../../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/if.js
16321
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/if.js
16322
16322
  var require_if = __commonJS((exports, module) => {
16323
16323
  exports.__esModule = true;
16324
16324
  function _interopRequireDefault(obj) {
@@ -16355,7 +16355,7 @@ var require_if = __commonJS((exports, module) => {
16355
16355
  module.exports = exports["default"];
16356
16356
  });
16357
16357
 
16358
- // ../../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/log.js
16358
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/log.js
16359
16359
  var require_log2 = __commonJS((exports, module) => {
16360
16360
  exports.__esModule = true;
16361
16361
  exports.default = function(instance) {
@@ -16377,7 +16377,7 @@ var require_log2 = __commonJS((exports, module) => {
16377
16377
  module.exports = exports["default"];
16378
16378
  });
16379
16379
 
16380
- // ../../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/lookup.js
16380
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/lookup.js
16381
16381
  var require_lookup = __commonJS((exports, module) => {
16382
16382
  exports.__esModule = true;
16383
16383
  exports.default = function(instance) {
@@ -16391,7 +16391,7 @@ var require_lookup = __commonJS((exports, module) => {
16391
16391
  module.exports = exports["default"];
16392
16392
  });
16393
16393
 
16394
- // ../../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/with.js
16394
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/with.js
16395
16395
  var require_with = __commonJS((exports, module) => {
16396
16396
  exports.__esModule = true;
16397
16397
  function _interopRequireDefault(obj) {
@@ -16427,7 +16427,7 @@ var require_with = __commonJS((exports, module) => {
16427
16427
  module.exports = exports["default"];
16428
16428
  });
16429
16429
 
16430
- // ../../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers.js
16430
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers.js
16431
16431
  var require_helpers = __commonJS((exports) => {
16432
16432
  exports.__esModule = true;
16433
16433
  exports.registerDefaultHelpers = registerDefaultHelpers;
@@ -16468,7 +16468,7 @@ var require_helpers = __commonJS((exports) => {
16468
16468
  }
16469
16469
  });
16470
16470
 
16471
- // ../../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/decorators/inline.js
16471
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/decorators/inline.js
16472
16472
  var require_inline = __commonJS((exports, module) => {
16473
16473
  exports.__esModule = true;
16474
16474
  var _utils = require_utils();
@@ -16492,7 +16492,7 @@ var require_inline = __commonJS((exports, module) => {
16492
16492
  module.exports = exports["default"];
16493
16493
  });
16494
16494
 
16495
- // ../../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/decorators.js
16495
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/decorators.js
16496
16496
  var require_decorators = __commonJS((exports) => {
16497
16497
  exports.__esModule = true;
16498
16498
  exports.registerDefaultDecorators = registerDefaultDecorators;
@@ -16506,7 +16506,7 @@ var require_decorators = __commonJS((exports) => {
16506
16506
  }
16507
16507
  });
16508
16508
 
16509
- // ../../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/logger.js
16509
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/logger.js
16510
16510
  var require_logger = __commonJS((exports, module) => {
16511
16511
  exports.__esModule = true;
16512
16512
  var _utils = require_utils();
@@ -16542,7 +16542,7 @@ var require_logger = __commonJS((exports, module) => {
16542
16542
  module.exports = exports["default"];
16543
16543
  });
16544
16544
 
16545
- // ../../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/internal/proto-access.js
16545
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/internal/proto-access.js
16546
16546
  var require_proto_access = __commonJS((exports) => {
16547
16547
  exports.__esModule = true;
16548
16548
  exports.createProtoAccessControl = createProtoAccessControl;
@@ -16609,7 +16609,7 @@ var require_proto_access = __commonJS((exports) => {
16609
16609
  }
16610
16610
  });
16611
16611
 
16612
- // ../../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/base.js
16612
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/base.js
16613
16613
  var require_base = __commonJS((exports) => {
16614
16614
  exports.__esModule = true;
16615
16615
  exports.HandlebarsEnvironment = HandlebarsEnvironment;
@@ -16702,7 +16702,7 @@ var require_base = __commonJS((exports) => {
16702
16702
  exports.logger = _logger2["default"];
16703
16703
  });
16704
16704
 
16705
- // ../../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/safe-string.js
16705
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/safe-string.js
16706
16706
  var require_safe_string = __commonJS((exports, module) => {
16707
16707
  exports.__esModule = true;
16708
16708
  function SafeString(string) {
@@ -16715,7 +16715,7 @@ var require_safe_string = __commonJS((exports, module) => {
16715
16715
  module.exports = exports["default"];
16716
16716
  });
16717
16717
 
16718
- // ../../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/internal/wrapHelper.js
16718
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/internal/wrapHelper.js
16719
16719
  var require_wrapHelper = __commonJS((exports) => {
16720
16720
  exports.__esModule = true;
16721
16721
  exports.wrapHelper = wrapHelper;
@@ -16732,7 +16732,7 @@ var require_wrapHelper = __commonJS((exports) => {
16732
16732
  }
16733
16733
  });
16734
16734
 
16735
- // ../../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/runtime.js
16735
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/runtime.js
16736
16736
  var require_runtime = __commonJS((exports) => {
16737
16737
  exports.__esModule = true;
16738
16738
  exports.checkRevision = checkRevision;
@@ -17047,7 +17047,7 @@ var require_runtime = __commonJS((exports) => {
17047
17047
  }
17048
17048
  });
17049
17049
 
17050
- // ../../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/no-conflict.js
17050
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/no-conflict.js
17051
17051
  var require_no_conflict = __commonJS((exports, module) => {
17052
17052
  exports.__esModule = true;
17053
17053
  exports.default = function(Handlebars) {
@@ -17071,7 +17071,7 @@ var require_no_conflict = __commonJS((exports, module) => {
17071
17071
  module.exports = exports["default"];
17072
17072
  });
17073
17073
 
17074
- // ../../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars.runtime.js
17074
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars.runtime.js
17075
17075
  var require_handlebars_runtime = __commonJS((exports, module) => {
17076
17076
  exports.__esModule = true;
17077
17077
  function _interopRequireDefault(obj) {
@@ -17125,7 +17125,7 @@ var require_handlebars_runtime = __commonJS((exports, module) => {
17125
17125
  module.exports = exports["default"];
17126
17126
  });
17127
17127
 
17128
- // ../../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/ast.js
17128
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/ast.js
17129
17129
  var require_ast = __commonJS((exports, module) => {
17130
17130
  exports.__esModule = true;
17131
17131
  var AST = {
@@ -17145,7 +17145,7 @@ var require_ast = __commonJS((exports, module) => {
17145
17145
  module.exports = exports["default"];
17146
17146
  });
17147
17147
 
17148
- // ../../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/parser.js
17148
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/parser.js
17149
17149
  var require_parser2 = __commonJS((exports, module) => {
17150
17150
  exports.__esModule = true;
17151
17151
  var handlebars = function() {
@@ -17869,7 +17869,7 @@ Expecting ` + expected.join(", ") + ", got '" + (this.terminals_[symbol] || symb
17869
17869
  module.exports = exports["default"];
17870
17870
  });
17871
17871
 
17872
- // ../../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/visitor.js
17872
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/visitor.js
17873
17873
  var require_visitor = __commonJS((exports, module) => {
17874
17874
  exports.__esModule = true;
17875
17875
  function _interopRequireDefault(obj) {
@@ -17974,7 +17974,7 @@ var require_visitor = __commonJS((exports, module) => {
17974
17974
  module.exports = exports["default"];
17975
17975
  });
17976
17976
 
17977
- // ../../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/whitespace-control.js
17977
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/whitespace-control.js
17978
17978
  var require_whitespace_control = __commonJS((exports, module) => {
17979
17979
  exports.__esModule = true;
17980
17980
  function _interopRequireDefault(obj) {
@@ -18120,7 +18120,7 @@ var require_whitespace_control = __commonJS((exports, module) => {
18120
18120
  module.exports = exports["default"];
18121
18121
  });
18122
18122
 
18123
- // ../../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/helpers.js
18123
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/helpers.js
18124
18124
  var require_helpers2 = __commonJS((exports) => {
18125
18125
  exports.__esModule = true;
18126
18126
  exports.SourceLocation = SourceLocation;
@@ -18305,7 +18305,7 @@ var require_helpers2 = __commonJS((exports) => {
18305
18305
  }
18306
18306
  });
18307
18307
 
18308
- // ../../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/base.js
18308
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/base.js
18309
18309
  var require_base2 = __commonJS((exports) => {
18310
18310
  exports.__esModule = true;
18311
18311
  exports.parseWithoutProcessing = parseWithoutProcessing;
@@ -18404,7 +18404,7 @@ var require_base2 = __commonJS((exports) => {
18404
18404
  }
18405
18405
  });
18406
18406
 
18407
- // ../../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/compiler.js
18407
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/compiler.js
18408
18408
  var require_compiler = __commonJS((exports) => {
18409
18409
  exports.__esModule = true;
18410
18410
  exports.Compiler = Compiler;
@@ -18821,7 +18821,7 @@ var require_compiler = __commonJS((exports) => {
18821
18821
  }
18822
18822
  });
18823
18823
 
18824
- // ../../switchroom/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/base64.js
18824
+ // node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/base64.js
18825
18825
  var require_base64 = __commonJS((exports) => {
18826
18826
  var intToCharMap = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");
18827
18827
  exports.encode = function(number) {
@@ -18860,7 +18860,7 @@ var require_base64 = __commonJS((exports) => {
18860
18860
  };
18861
18861
  });
18862
18862
 
18863
- // ../../switchroom/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/base64-vlq.js
18863
+ // node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/base64-vlq.js
18864
18864
  var require_base64_vlq = __commonJS((exports) => {
18865
18865
  var base64 = require_base64();
18866
18866
  var VLQ_BASE_SHIFT = 5;
@@ -18912,7 +18912,7 @@ var require_base64_vlq = __commonJS((exports) => {
18912
18912
  };
18913
18913
  });
18914
18914
 
18915
- // ../../switchroom/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/util.js
18915
+ // node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/util.js
18916
18916
  var require_util = __commonJS((exports) => {
18917
18917
  function getArg(aArgs, aName, aDefaultValue) {
18918
18918
  if (aName in aArgs) {
@@ -19211,7 +19211,7 @@ var require_util = __commonJS((exports) => {
19211
19211
  exports.computeSourceURL = computeSourceURL;
19212
19212
  });
19213
19213
 
19214
- // ../../switchroom/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/array-set.js
19214
+ // node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/array-set.js
19215
19215
  var require_array_set = __commonJS((exports) => {
19216
19216
  var util3 = require_util();
19217
19217
  var has = Object.prototype.hasOwnProperty;
@@ -19279,7 +19279,7 @@ var require_array_set = __commonJS((exports) => {
19279
19279
  exports.ArraySet = ArraySet;
19280
19280
  });
19281
19281
 
19282
- // ../../switchroom/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/mapping-list.js
19282
+ // node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/mapping-list.js
19283
19283
  var require_mapping_list = __commonJS((exports) => {
19284
19284
  var util3 = require_util();
19285
19285
  function generatedPositionAfter(mappingA, mappingB) {
@@ -19316,7 +19316,7 @@ var require_mapping_list = __commonJS((exports) => {
19316
19316
  exports.MappingList = MappingList;
19317
19317
  });
19318
19318
 
19319
- // ../../switchroom/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/source-map-generator.js
19319
+ // node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/source-map-generator.js
19320
19320
  var require_source_map_generator = __commonJS((exports) => {
19321
19321
  var base64VLQ = require_base64_vlq();
19322
19322
  var util3 = require_util();
@@ -19586,7 +19586,7 @@ var require_source_map_generator = __commonJS((exports) => {
19586
19586
  exports.SourceMapGenerator = SourceMapGenerator;
19587
19587
  });
19588
19588
 
19589
- // ../../switchroom/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/binary-search.js
19589
+ // node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/binary-search.js
19590
19590
  var require_binary_search = __commonJS((exports) => {
19591
19591
  exports.GREATEST_LOWER_BOUND = 1;
19592
19592
  exports.LEAST_UPPER_BOUND = 2;
@@ -19633,7 +19633,7 @@ var require_binary_search = __commonJS((exports) => {
19633
19633
  };
19634
19634
  });
19635
19635
 
19636
- // ../../switchroom/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/quick-sort.js
19636
+ // node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/quick-sort.js
19637
19637
  var require_quick_sort = __commonJS((exports) => {
19638
19638
  function swap(ary, x, y) {
19639
19639
  var temp = ary[x];
@@ -19666,7 +19666,7 @@ var require_quick_sort = __commonJS((exports) => {
19666
19666
  };
19667
19667
  });
19668
19668
 
19669
- // ../../switchroom/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/source-map-consumer.js
19669
+ // node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/source-map-consumer.js
19670
19670
  var require_source_map_consumer = __commonJS((exports) => {
19671
19671
  var util3 = require_util();
19672
19672
  var binarySearch = require_binary_search();
@@ -20235,7 +20235,7 @@ var require_source_map_consumer = __commonJS((exports) => {
20235
20235
  exports.IndexedSourceMapConsumer = IndexedSourceMapConsumer;
20236
20236
  });
20237
20237
 
20238
- // ../../switchroom/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/source-node.js
20238
+ // node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/source-node.js
20239
20239
  var require_source_node = __commonJS((exports) => {
20240
20240
  var SourceMapGenerator = require_source_map_generator().SourceMapGenerator;
20241
20241
  var util3 = require_util();
@@ -20489,14 +20489,14 @@ var require_source_node = __commonJS((exports) => {
20489
20489
  exports.SourceNode = SourceNode;
20490
20490
  });
20491
20491
 
20492
- // ../../switchroom/node_modules/.bun/source-map@0.6.1/node_modules/source-map/source-map.js
20492
+ // node_modules/.bun/source-map@0.6.1/node_modules/source-map/source-map.js
20493
20493
  var require_source_map = __commonJS((exports) => {
20494
20494
  exports.SourceMapGenerator = require_source_map_generator().SourceMapGenerator;
20495
20495
  exports.SourceMapConsumer = require_source_map_consumer().SourceMapConsumer;
20496
20496
  exports.SourceNode = require_source_node().SourceNode;
20497
20497
  });
20498
20498
 
20499
- // ../../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/code-gen.js
20499
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/code-gen.js
20500
20500
  var require_code_gen = __commonJS((exports, module) => {
20501
20501
  exports.__esModule = true;
20502
20502
  var _utils = require_utils();
@@ -20629,7 +20629,7 @@ var require_code_gen = __commonJS((exports, module) => {
20629
20629
  module.exports = exports["default"];
20630
20630
  });
20631
20631
 
20632
- // ../../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/javascript-compiler.js
20632
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/javascript-compiler.js
20633
20633
  var require_javascript_compiler = __commonJS((exports, module) => {
20634
20634
  exports.__esModule = true;
20635
20635
  function _interopRequireDefault(obj) {
@@ -21397,7 +21397,7 @@ var require_javascript_compiler = __commonJS((exports, module) => {
21397
21397
  module.exports = exports["default"];
21398
21398
  });
21399
21399
 
21400
- // ../../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars.js
21400
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars.js
21401
21401
  var require_handlebars = __commonJS((exports, module) => {
21402
21402
  exports.__esModule = true;
21403
21403
  function _interopRequireDefault(obj) {
@@ -21441,7 +21441,7 @@ var require_handlebars = __commonJS((exports, module) => {
21441
21441
  module.exports = exports["default"];
21442
21442
  });
21443
21443
 
21444
- // ../../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/printer.js
21444
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/printer.js
21445
21445
  var require_printer = __commonJS((exports) => {
21446
21446
  exports.__esModule = true;
21447
21447
  exports.print = print;
@@ -21585,7 +21585,7 @@ var require_printer = __commonJS((exports) => {
21585
21585
  };
21586
21586
  });
21587
21587
 
21588
- // ../../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/lib/index.js
21588
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/lib/index.js
21589
21589
  var require_lib = __commonJS((exports, module) => {
21590
21590
  var handlebars = require_handlebars()["default"];
21591
21591
  var printer = require_printer();
@@ -35014,7 +35014,7 @@ function deriveSlug(inputs, existing) {
35014
35014
  return `${base}_${n}`;
35015
35015
  }
35016
35016
 
35017
- // ../../switchroom/node_modules/.bun/boundary@2.0.0/node_modules/boundary/lib/index.js
35017
+ // node_modules/.bun/boundary@2.0.0/node_modules/boundary/lib/index.js
35018
35018
  var require_lib2 = __commonJS((exports2) => {
35019
35019
  Object.defineProperty(exports2, "__esModule", { value: true });
35020
35020
  exports2.binarySearch = exports2.upperBound = exports2.lowerBound = exports2.compare = undefined;
@@ -35061,7 +35061,7 @@ var require_lib2 = __commonJS((exports2) => {
35061
35061
  exports2.binarySearch = binarySearch;
35062
35062
  });
35063
35063
 
35064
- // ../../switchroom/node_modules/.bun/structured-source@4.0.0/node_modules/structured-source/lib/structured-source.js
35064
+ // node_modules/.bun/structured-source@4.0.0/node_modules/structured-source/lib/structured-source.js
35065
35065
  var require_structured_source = __commonJS((exports2) => {
35066
35066
  Object.defineProperty(exports2, "__esModule", { value: true });
35067
35067
  exports2.StructuredSource = undefined;
@@ -35116,13 +35116,13 @@ var require_structured_source = __commonJS((exports2) => {
35116
35116
  }
35117
35117
  exports2.StructuredSource = StructuredSource;
35118
35118
  });
35119
- // ../../switchroom/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/SecretLintSourceCodeImpl.js
35119
+ // node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/SecretLintSourceCodeImpl.js
35120
35120
  var import_structured_source;
35121
35121
  var init_SecretLintSourceCodeImpl = __esm(() => {
35122
35122
  import_structured_source = __toESM(require_structured_source(), 1);
35123
35123
  });
35124
35124
 
35125
- // ../../switchroom/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/helper/promise-event-emitter.js
35125
+ // node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/helper/promise-event-emitter.js
35126
35126
  class EventEmitter {
35127
35127
  #listeners = new Map;
35128
35128
  on(type, listener) {
@@ -35161,9 +35161,9 @@ class EventEmitter {
35161
35161
  return Array.from(this.#listeners.get(type) ?? []);
35162
35162
  }
35163
35163
  }
35164
- // ../../switchroom/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RuleContext.js
35164
+ // node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RuleContext.js
35165
35165
  var init_RuleContext = () => {};
35166
- // ../../switchroom/node_modules/.bun/@secretlint+profiler@12.2.0/node_modules/@secretlint/profiler/module/index.js
35166
+ // node_modules/.bun/@secretlint+profiler@12.2.0/node_modules/@secretlint/profiler/module/index.js
35167
35167
  class SecretLintProfiler {
35168
35168
  perf;
35169
35169
  entries = [];
@@ -35220,7 +35220,7 @@ class SecretLintProfiler {
35220
35220
  }
35221
35221
  }
35222
35222
 
35223
- // ../../switchroom/node_modules/.bun/@secretlint+profiler@12.2.0/node_modules/@secretlint/profiler/module/node.js
35223
+ // node_modules/.bun/@secretlint+profiler@12.2.0/node_modules/@secretlint/profiler/module/node.js
35224
35224
  import perf_hooks from "node:perf_hooks";
35225
35225
 
35226
35226
  class NullPerformanceObserver {
@@ -35235,19 +35235,19 @@ var init_node = __esm(() => {
35235
35235
  });
35236
35236
  });
35237
35237
 
35238
- // ../../switchroom/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RunningEvents.js
35238
+ // node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RunningEvents.js
35239
35239
  var init_RunningEvents = __esm(() => {
35240
35240
  init_node();
35241
35241
  });
35242
35242
 
35243
- // ../../switchroom/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RulePresetContext.js
35243
+ // node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RulePresetContext.js
35244
35244
  var init_RulePresetContext = __esm(() => {
35245
35245
  init_RuleContext();
35246
35246
  });
35247
- // ../../switchroom/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/messages/index.js
35247
+ // node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/messages/index.js
35248
35248
  var init_messages = () => {};
35249
35249
 
35250
- // ../../switchroom/node_modules/.bun/ms@2.1.3/node_modules/ms/index.js
35250
+ // node_modules/.bun/ms@2.1.3/node_modules/ms/index.js
35251
35251
  var require_ms = __commonJS((exports2, module) => {
35252
35252
  var s = 1000;
35253
35253
  var m = s * 60;
@@ -35357,7 +35357,7 @@ var require_ms = __commonJS((exports2, module) => {
35357
35357
  }
35358
35358
  });
35359
35359
 
35360
- // ../../switchroom/node_modules/.bun/debug@4.4.3/node_modules/debug/src/common.js
35360
+ // node_modules/.bun/debug@4.4.3/node_modules/debug/src/common.js
35361
35361
  var require_common = __commonJS((exports2, module) => {
35362
35362
  function setup(env2) {
35363
35363
  createDebug.debug = createDebug;
@@ -35532,7 +35532,7 @@ var require_common = __commonJS((exports2, module) => {
35532
35532
  module.exports = setup;
35533
35533
  });
35534
35534
 
35535
- // ../../switchroom/node_modules/.bun/debug@4.4.3/node_modules/debug/src/browser.js
35535
+ // node_modules/.bun/debug@4.4.3/node_modules/debug/src/browser.js
35536
35536
  var require_browser = __commonJS((exports2, module) => {
35537
35537
  exports2.formatArgs = formatArgs;
35538
35538
  exports2.save = save;
@@ -35692,7 +35692,7 @@ var require_browser = __commonJS((exports2, module) => {
35692
35692
  };
35693
35693
  });
35694
35694
 
35695
- // ../../switchroom/node_modules/.bun/has-flag@4.0.0/node_modules/has-flag/index.js
35695
+ // node_modules/.bun/has-flag@4.0.0/node_modules/has-flag/index.js
35696
35696
  var require_has_flag = __commonJS((exports2, module) => {
35697
35697
  module.exports = (flag, argv = process.argv) => {
35698
35698
  const prefix = flag.startsWith("-") ? "" : flag.length === 1 ? "-" : "--";
@@ -35702,7 +35702,7 @@ var require_has_flag = __commonJS((exports2, module) => {
35702
35702
  };
35703
35703
  });
35704
35704
 
35705
- // ../../switchroom/node_modules/.bun/supports-color@7.2.0/node_modules/supports-color/index.js
35705
+ // node_modules/.bun/supports-color@7.2.0/node_modules/supports-color/index.js
35706
35706
  var require_supports_color = __commonJS((exports2, module) => {
35707
35707
  var os5 = __require("os");
35708
35708
  var tty2 = __require("tty");
@@ -35801,7 +35801,7 @@ var require_supports_color = __commonJS((exports2, module) => {
35801
35801
  };
35802
35802
  });
35803
35803
 
35804
- // ../../switchroom/node_modules/.bun/debug@4.4.3/node_modules/debug/src/node.js
35804
+ // node_modules/.bun/debug@4.4.3/node_modules/debug/src/node.js
35805
35805
  var require_node = __commonJS((exports2, module) => {
35806
35806
  var tty2 = __require("tty");
35807
35807
  var util3 = __require("util");
@@ -35972,7 +35972,7 @@ var require_node = __commonJS((exports2, module) => {
35972
35972
  };
35973
35973
  });
35974
35974
 
35975
- // ../../switchroom/node_modules/.bun/debug@4.4.3/node_modules/debug/src/index.js
35975
+ // node_modules/.bun/debug@4.4.3/node_modules/debug/src/index.js
35976
35976
  var require_src = __commonJS((exports2, module) => {
35977
35977
  if (typeof process === "undefined" || process.type === "renderer" || false || process.__nwjs) {
35978
35978
  module.exports = require_browser();
@@ -35981,7 +35981,7 @@ var require_src = __commonJS((exports2, module) => {
35981
35981
  }
35982
35982
  });
35983
35983
 
35984
- // ../../switchroom/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/index.js
35984
+ // node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/index.js
35985
35985
  var import_debug, debug;
35986
35986
  var init_module = __esm(() => {
35987
35987
  init_SecretLintSourceCodeImpl();
@@ -35994,7 +35994,7 @@ var init_module = __esm(() => {
35994
35994
  debug = import_debug.default("@secretlint/core");
35995
35995
  });
35996
35996
 
35997
- // ../../switchroom/node_modules/.bun/@secretlint+secretlint-rule-preset-recommend@12.2.0/node_modules/@secretlint/secretlint-rule-preset-recommend/module/index.js
35997
+ // node_modules/.bun/@secretlint+secretlint-rule-preset-recommend@12.2.0/node_modules/@secretlint/secretlint-rule-preset-recommend/module/index.js
35998
35998
  function requireLodash_uniq() {
35999
35999
  if (hasRequiredLodash_uniq)
36000
36000
  return lodash_uniq;
@@ -37779,7 +37779,7 @@ var init_provision = __esm(() => {
37779
37779
  };
37780
37780
  });
37781
37781
 
37782
- // ../../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/core.js
37782
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/core.js
37783
37783
  function $constructor(name, initializer, params) {
37784
37784
  function init(inst, def) {
37785
37785
  var _a;
@@ -37842,7 +37842,7 @@ var init_core = __esm(() => {
37842
37842
  globalConfig = {};
37843
37843
  });
37844
37844
 
37845
- // ../../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/util.js
37845
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/util.js
37846
37846
  var exports_util = {};
37847
37847
  __export(exports_util, {
37848
37848
  unwrapMessage: () => unwrapMessage,
@@ -38358,7 +38358,7 @@ var init_util2 = __esm(() => {
38358
38358
  };
38359
38359
  });
38360
38360
 
38361
- // ../../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/errors.js
38361
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/errors.js
38362
38362
  function flattenError(error, mapper = (issue2) => issue2.message) {
38363
38363
  const fieldErrors = {};
38364
38364
  const formErrors = [];
@@ -38436,7 +38436,7 @@ var init_errors2 = __esm(() => {
38436
38436
  $ZodRealError = $constructor("$ZodError", initializer, { Parent: Error });
38437
38437
  });
38438
38438
 
38439
- // ../../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/parse.js
38439
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/parse.js
38440
38440
  var _parse = (_Err) => (schema, value, _ctx, _params) => {
38441
38441
  const ctx = _ctx ? Object.assign(_ctx, { async: false }) : { async: false };
38442
38442
  const result = schema._zod.run({ value, issues: [] }, ctx);
@@ -38488,7 +38488,7 @@ var init_parse = __esm(() => {
38488
38488
  safeParseAsync = /* @__PURE__ */ _safeParseAsync($ZodRealError);
38489
38489
  });
38490
38490
 
38491
- // ../../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/regexes.js
38491
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/regexes.js
38492
38492
  function emoji() {
38493
38493
  return new RegExp(_emoji, "u");
38494
38494
  }
@@ -38545,7 +38545,7 @@ var init_regexes = __esm(() => {
38545
38545
  uppercase = /^[^a-z]*$/;
38546
38546
  });
38547
38547
 
38548
- // ../../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/checks.js
38548
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/checks.js
38549
38549
  var $ZodCheck, numericOriginMap, $ZodCheckLessThan, $ZodCheckGreaterThan, $ZodCheckMultipleOf, $ZodCheckNumberFormat, $ZodCheckMaxLength, $ZodCheckMinLength, $ZodCheckLengthEquals, $ZodCheckStringFormat, $ZodCheckRegex, $ZodCheckLowerCase, $ZodCheckUpperCase, $ZodCheckIncludes, $ZodCheckStartsWith, $ZodCheckEndsWith, $ZodCheckOverwrite;
38550
38550
  var init_checks = __esm(() => {
38551
38551
  init_core();
@@ -38935,7 +38935,7 @@ var init_checks = __esm(() => {
38935
38935
  });
38936
38936
  });
38937
38937
 
38938
- // ../../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/doc.js
38938
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/doc.js
38939
38939
  class Doc {
38940
38940
  constructor(args = []) {
38941
38941
  this.content = [];
@@ -38973,7 +38973,7 @@ class Doc {
38973
38973
  }
38974
38974
  }
38975
38975
 
38976
- // ../../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/versions.js
38976
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/versions.js
38977
38977
  var version2;
38978
38978
  var init_versions = __esm(() => {
38979
38979
  version2 = {
@@ -38983,7 +38983,7 @@ var init_versions = __esm(() => {
38983
38983
  };
38984
38984
  });
38985
38985
 
38986
- // ../../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/schemas.js
38986
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/schemas.js
38987
38987
  function isValidBase64(data) {
38988
38988
  if (data === "")
38989
38989
  return true;
@@ -40225,7 +40225,7 @@ var init_schemas = __esm(() => {
40225
40225
  });
40226
40226
  });
40227
40227
 
40228
- // ../../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/locales/en.js
40228
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/locales/en.js
40229
40229
  function en_default2() {
40230
40230
  return {
40231
40231
  localeError: error()
@@ -40345,10 +40345,10 @@ var init_en2 = __esm(() => {
40345
40345
  init_util2();
40346
40346
  });
40347
40347
 
40348
- // ../../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/locales/index.js
40348
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/locales/index.js
40349
40349
  var init_locales = () => {};
40350
40350
 
40351
- // ../../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/registries.js
40351
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/registries.js
40352
40352
  class $ZodRegistry {
40353
40353
  constructor() {
40354
40354
  this._map = new Map;
@@ -40401,7 +40401,7 @@ var init_registries = __esm(() => {
40401
40401
  globalRegistry = /* @__PURE__ */ registry();
40402
40402
  });
40403
40403
 
40404
- // ../../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/api.js
40404
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/api.js
40405
40405
  function _string(Class2, params) {
40406
40406
  return new Class2({
40407
40407
  type: "string",
@@ -40841,16 +40841,16 @@ var init_api = __esm(() => {
40841
40841
  init_util2();
40842
40842
  });
40843
40843
 
40844
- // ../../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/function.js
40844
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/function.js
40845
40845
  var init_function = () => {};
40846
40846
 
40847
- // ../../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/to-json-schema.js
40847
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/to-json-schema.js
40848
40848
  var init_to_json_schema = () => {};
40849
40849
 
40850
- // ../../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/json-schema.js
40850
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/json-schema.js
40851
40851
  var init_json_schema = () => {};
40852
40852
 
40853
- // ../../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/index.js
40853
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/index.js
40854
40854
  var init_core2 = __esm(() => {
40855
40855
  init_util2();
40856
40856
  init_regexes();
@@ -40868,24 +40868,24 @@ var init_core2 = __esm(() => {
40868
40868
  init_to_json_schema();
40869
40869
  });
40870
40870
 
40871
- // ../../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/parse.js
40871
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/parse.js
40872
40872
  var init_parse2 = __esm(() => {
40873
40873
  init_core2();
40874
40874
  });
40875
40875
 
40876
- // ../../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/schemas.js
40876
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/schemas.js
40877
40877
  var init_schemas2 = () => {};
40878
40878
 
40879
- // ../../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/checks.js
40879
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/checks.js
40880
40880
  var init_checks2 = () => {};
40881
40881
 
40882
- // ../../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/iso.js
40882
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/iso.js
40883
40883
  var init_iso = () => {};
40884
40884
 
40885
- // ../../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/coerce.js
40885
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/coerce.js
40886
40886
  var init_coerce = () => {};
40887
40887
 
40888
- // ../../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/external.js
40888
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/external.js
40889
40889
  var init_external2 = __esm(() => {
40890
40890
  init_core2();
40891
40891
  init_locales();
@@ -40896,17 +40896,17 @@ var init_external2 = __esm(() => {
40896
40896
  init_checks2();
40897
40897
  });
40898
40898
 
40899
- // ../../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/index.js
40899
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/index.js
40900
40900
  var init_mini = __esm(() => {
40901
40901
  init_external2();
40902
40902
  });
40903
40903
 
40904
- // ../../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4-mini/index.js
40904
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4-mini/index.js
40905
40905
  var init_v4_mini = __esm(() => {
40906
40906
  init_mini();
40907
40907
  });
40908
40908
 
40909
- // ../../switchroom/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.js
40909
+ // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.js
40910
40910
  function isZ4Schema(s) {
40911
40911
  const schema = s;
40912
40912
  return !!schema._zod;
@@ -40972,12 +40972,12 @@ var init_zod_compat = __esm(() => {
40972
40972
  init_v4_mini();
40973
40973
  });
40974
40974
 
40975
- // ../../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/checks.js
40975
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/checks.js
40976
40976
  var init_checks3 = __esm(() => {
40977
40977
  init_core2();
40978
40978
  });
40979
40979
 
40980
- // ../../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/iso.js
40980
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/iso.js
40981
40981
  var exports_iso2 = {};
40982
40982
  __export(exports_iso2, {
40983
40983
  time: () => time2,
@@ -41023,7 +41023,7 @@ var init_iso2 = __esm(() => {
41023
41023
  });
41024
41024
  });
41025
41025
 
41026
- // ../../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/errors.js
41026
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/errors.js
41027
41027
  var initializer2 = (inst, issues) => {
41028
41028
  $ZodError.init(inst, issues);
41029
41029
  inst.name = "ZodError";
@@ -41056,7 +41056,7 @@ var init_errors3 = __esm(() => {
41056
41056
  });
41057
41057
  });
41058
41058
 
41059
- // ../../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/parse.js
41059
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/parse.js
41060
41060
  var parse4, parseAsync2, safeParse3, safeParseAsync2;
41061
41061
  var init_parse3 = __esm(() => {
41062
41062
  init_core2();
@@ -41067,7 +41067,7 @@ var init_parse3 = __esm(() => {
41067
41067
  safeParseAsync2 = /* @__PURE__ */ _safeParseAsync(ZodRealError);
41068
41068
  });
41069
41069
 
41070
- // ../../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/schemas.js
41070
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/schemas.js
41071
41071
  function string2(params) {
41072
41072
  return _string(ZodString2, params);
41073
41073
  }
@@ -41681,13 +41681,13 @@ var init_schemas3 = __esm(() => {
41681
41681
  });
41682
41682
  });
41683
41683
 
41684
- // ../../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/compat.js
41684
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/compat.js
41685
41685
  var init_compat = () => {};
41686
41686
 
41687
- // ../../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/coerce.js
41687
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/coerce.js
41688
41688
  var init_coerce2 = () => {};
41689
41689
 
41690
- // ../../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/external.js
41690
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/external.js
41691
41691
  var init_external3 = __esm(() => {
41692
41692
  init_core2();
41693
41693
  init_core2();
@@ -41703,17 +41703,17 @@ var init_external3 = __esm(() => {
41703
41703
  config(en_default2());
41704
41704
  });
41705
41705
 
41706
- // ../../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/index.js
41706
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/index.js
41707
41707
  var init_classic = __esm(() => {
41708
41708
  init_external3();
41709
41709
  });
41710
41710
 
41711
- // ../../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/index.js
41711
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/index.js
41712
41712
  var init_v4 = __esm(() => {
41713
41713
  init_classic();
41714
41714
  });
41715
41715
 
41716
- // ../../switchroom/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/types.js
41716
+ // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/types.js
41717
41717
  var LATEST_PROTOCOL_VERSION = "2025-11-25", SUPPORTED_PROTOCOL_VERSIONS, RELATED_TASK_META_KEY = "io.modelcontextprotocol/related-task", JSONRPC_VERSION = "2.0", AssertObjectSchema, ProgressTokenSchema, CursorSchema, TaskCreationParamsSchema, TaskMetadataSchema, RelatedTaskMetadataSchema, RequestMetaSchema, BaseRequestParamsSchema, TaskAugmentedRequestParamsSchema, isTaskAugmentedRequestParams = (value) => TaskAugmentedRequestParamsSchema.safeParse(value).success, RequestSchema4, NotificationsParamsSchema, NotificationSchema, ResultSchema2, RequestIdSchema, JSONRPCRequestSchema, isJSONRPCRequest = (value) => JSONRPCRequestSchema.safeParse(value).success, JSONRPCNotificationSchema, isJSONRPCNotification = (value) => JSONRPCNotificationSchema.safeParse(value).success, JSONRPCResultResponseSchema, isJSONRPCResultResponse = (value) => JSONRPCResultResponseSchema.safeParse(value).success, ErrorCode2, JSONRPCErrorResponseSchema, isJSONRPCErrorResponse = (value) => JSONRPCErrorResponseSchema.safeParse(value).success, JSONRPCMessageSchema, JSONRPCResponseSchema, EmptyResultSchema, CancelledNotificationParamsSchema, CancelledNotificationSchema, IconSchema, IconsSchema, BaseMetadataSchema, ImplementationSchema, FormElicitationCapabilitySchema, ElicitationCapabilitySchema, ClientTasksCapabilitySchema, ServerTasksCapabilitySchema, ClientCapabilitiesSchema, InitializeRequestParamsSchema, InitializeRequestSchema, ServerCapabilitiesSchema, InitializeResultSchema, InitializedNotificationSchema, PingRequestSchema, ProgressSchema, ProgressNotificationParamsSchema, ProgressNotificationSchema, PaginatedRequestParamsSchema, PaginatedRequestSchema, PaginatedResultSchema, TaskStatusSchema, TaskSchema, CreateTaskResultSchema, TaskStatusNotificationParamsSchema, TaskStatusNotificationSchema, GetTaskRequestSchema, GetTaskResultSchema, GetTaskPayloadRequestSchema, GetTaskPayloadResultSchema, ListTasksRequestSchema, ListTasksResultSchema, CancelTaskRequestSchema, CancelTaskResultSchema, ResourceContentsSchema, TextResourceContentsSchema, Base64Schema, BlobResourceContentsSchema, RoleSchema, AnnotationsSchema, ResourceSchema, ResourceTemplateSchema, ListResourcesRequestSchema, ListResourcesResultSchema, ListResourceTemplatesRequestSchema, ListResourceTemplatesResultSchema, ResourceRequestParamsSchema, ReadResourceRequestParamsSchema, ReadResourceRequestSchema, ReadResourceResultSchema, ResourceListChangedNotificationSchema, SubscribeRequestParamsSchema, SubscribeRequestSchema, UnsubscribeRequestParamsSchema, UnsubscribeRequestSchema, ResourceUpdatedNotificationParamsSchema, ResourceUpdatedNotificationSchema, PromptArgumentSchema, PromptSchema, ListPromptsRequestSchema, ListPromptsResultSchema, GetPromptRequestParamsSchema, GetPromptRequestSchema, TextContentSchema, ImageContentSchema, AudioContentSchema, ToolUseContentSchema, EmbeddedResourceSchema, ResourceLinkSchema, ContentBlockSchema, PromptMessageSchema, GetPromptResultSchema, PromptListChangedNotificationSchema, ToolAnnotationsSchema, ToolExecutionSchema, ToolSchema, ListToolsRequestSchema, ListToolsResultSchema, CallToolResultSchema, CompatibilityCallToolResultSchema, CallToolRequestParamsSchema, CallToolRequestSchema, ToolListChangedNotificationSchema, ListChangedOptionsBaseSchema, LoggingLevelSchema, SetLevelRequestParamsSchema, SetLevelRequestSchema, LoggingMessageNotificationParamsSchema, LoggingMessageNotificationSchema, ModelHintSchema, ModelPreferencesSchema, ToolChoiceSchema, ToolResultContentSchema, SamplingContentSchema, SamplingMessageContentBlockSchema, SamplingMessageSchema, CreateMessageRequestParamsSchema, CreateMessageRequestSchema, CreateMessageResultSchema, CreateMessageResultWithToolsSchema, BooleanSchemaSchema, StringSchemaSchema, NumberSchemaSchema, UntitledSingleSelectEnumSchemaSchema, TitledSingleSelectEnumSchemaSchema, LegacyTitledEnumSchemaSchema, SingleSelectEnumSchemaSchema, UntitledMultiSelectEnumSchemaSchema, TitledMultiSelectEnumSchemaSchema, MultiSelectEnumSchemaSchema, EnumSchemaSchema, PrimitiveSchemaDefinitionSchema, ElicitRequestFormParamsSchema, ElicitRequestURLParamsSchema, ElicitRequestParamsSchema, ElicitRequestSchema, ElicitationCompleteNotificationParamsSchema, ElicitationCompleteNotificationSchema, ElicitResultSchema, ResourceTemplateReferenceSchema, PromptReferenceSchema, CompleteRequestParamsSchema, CompleteRequestSchema, CompleteResultSchema, RootSchema, ListRootsRequestSchema, ListRootsResultSchema, RootsListChangedNotificationSchema, ClientRequestSchema, ClientNotificationSchema, ClientResultSchema, ServerRequestSchema, ServerNotificationSchema, ServerResultSchema, McpError, UrlElicitationRequiredError;
41718
41718
  var init_types2 = __esm(() => {
41719
41719
  init_v4();
@@ -42541,65 +42541,65 @@ var init_types2 = __esm(() => {
42541
42541
  };
42542
42542
  });
42543
42543
 
42544
- // ../../switchroom/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/interfaces.js
42544
+ // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/interfaces.js
42545
42545
  function isTerminal(status) {
42546
42546
  return status === "completed" || status === "failed" || status === "cancelled";
42547
42547
  }
42548
42548
 
42549
- // ../../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/Options.js
42549
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/Options.js
42550
42550
  var ignoreOverride;
42551
42551
  var init_Options = __esm(() => {
42552
42552
  ignoreOverride = Symbol("Let zodToJsonSchema decide on which parser to use");
42553
42553
  });
42554
42554
 
42555
- // ../../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/Refs.js
42555
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/Refs.js
42556
42556
  var init_Refs = __esm(() => {
42557
42557
  init_Options();
42558
42558
  });
42559
- // ../../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/any.js
42559
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/any.js
42560
42560
  var init_any = () => {};
42561
42561
 
42562
- // ../../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/array.js
42562
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/array.js
42563
42563
  var init_array = __esm(() => {
42564
42564
  init_parseDef();
42565
42565
  });
42566
42566
 
42567
- // ../../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/bigint.js
42567
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/bigint.js
42568
42568
  var init_bigint = () => {};
42569
- // ../../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/branded.js
42569
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/branded.js
42570
42570
  var init_branded = __esm(() => {
42571
42571
  init_parseDef();
42572
42572
  });
42573
42573
 
42574
- // ../../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/catch.js
42574
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/catch.js
42575
42575
  var init_catch = __esm(() => {
42576
42576
  init_parseDef();
42577
42577
  });
42578
42578
 
42579
- // ../../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/date.js
42579
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/date.js
42580
42580
  var init_date = () => {};
42581
42581
 
42582
- // ../../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/default.js
42582
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/default.js
42583
42583
  var init_default = __esm(() => {
42584
42584
  init_parseDef();
42585
42585
  });
42586
42586
 
42587
- // ../../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/effects.js
42587
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/effects.js
42588
42588
  var init_effects = __esm(() => {
42589
42589
  init_parseDef();
42590
42590
  init_any();
42591
42591
  });
42592
- // ../../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/intersection.js
42592
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/intersection.js
42593
42593
  var init_intersection = __esm(() => {
42594
42594
  init_parseDef();
42595
42595
  });
42596
- // ../../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/string.js
42596
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/string.js
42597
42597
  var ALPHA_NUMERIC;
42598
42598
  var init_string = __esm(() => {
42599
42599
  ALPHA_NUMERIC = new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");
42600
42600
  });
42601
42601
 
42602
- // ../../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/record.js
42602
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/record.js
42603
42603
  var init_record = __esm(() => {
42604
42604
  init_parseDef();
42605
42605
  init_string();
@@ -42607,77 +42607,77 @@ var init_record = __esm(() => {
42607
42607
  init_any();
42608
42608
  });
42609
42609
 
42610
- // ../../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/map.js
42610
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/map.js
42611
42611
  var init_map = __esm(() => {
42612
42612
  init_parseDef();
42613
42613
  init_record();
42614
42614
  init_any();
42615
42615
  });
42616
- // ../../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/never.js
42616
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/never.js
42617
42617
  var init_never = __esm(() => {
42618
42618
  init_any();
42619
42619
  });
42620
- // ../../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/union.js
42620
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/union.js
42621
42621
  var init_union = __esm(() => {
42622
42622
  init_parseDef();
42623
42623
  });
42624
42624
 
42625
- // ../../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/nullable.js
42625
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/nullable.js
42626
42626
  var init_nullable = __esm(() => {
42627
42627
  init_parseDef();
42628
42628
  init_union();
42629
42629
  });
42630
42630
 
42631
- // ../../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/number.js
42631
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/number.js
42632
42632
  var init_number = () => {};
42633
42633
 
42634
- // ../../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/object.js
42634
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/object.js
42635
42635
  var init_object = __esm(() => {
42636
42636
  init_parseDef();
42637
42637
  });
42638
42638
 
42639
- // ../../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/optional.js
42639
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/optional.js
42640
42640
  var init_optional = __esm(() => {
42641
42641
  init_parseDef();
42642
42642
  init_any();
42643
42643
  });
42644
42644
 
42645
- // ../../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/pipeline.js
42645
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/pipeline.js
42646
42646
  var init_pipeline = __esm(() => {
42647
42647
  init_parseDef();
42648
42648
  });
42649
42649
 
42650
- // ../../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/promise.js
42650
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/promise.js
42651
42651
  var init_promise = __esm(() => {
42652
42652
  init_parseDef();
42653
42653
  });
42654
42654
 
42655
- // ../../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/set.js
42655
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/set.js
42656
42656
  var init_set = __esm(() => {
42657
42657
  init_parseDef();
42658
42658
  });
42659
42659
 
42660
- // ../../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/tuple.js
42660
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/tuple.js
42661
42661
  var init_tuple = __esm(() => {
42662
42662
  init_parseDef();
42663
42663
  });
42664
42664
 
42665
- // ../../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/undefined.js
42665
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/undefined.js
42666
42666
  var init_undefined = __esm(() => {
42667
42667
  init_any();
42668
42668
  });
42669
42669
 
42670
- // ../../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/unknown.js
42670
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/unknown.js
42671
42671
  var init_unknown = __esm(() => {
42672
42672
  init_any();
42673
42673
  });
42674
42674
 
42675
- // ../../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/readonly.js
42675
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/readonly.js
42676
42676
  var init_readonly = __esm(() => {
42677
42677
  init_parseDef();
42678
42678
  });
42679
42679
 
42680
- // ../../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/selectParser.js
42680
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/selectParser.js
42681
42681
  var init_selectParser = __esm(() => {
42682
42682
  init_any();
42683
42683
  init_array();
@@ -42706,24 +42706,24 @@ var init_selectParser = __esm(() => {
42706
42706
  init_readonly();
42707
42707
  });
42708
42708
 
42709
- // ../../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parseDef.js
42709
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parseDef.js
42710
42710
  var init_parseDef = __esm(() => {
42711
42711
  init_Options();
42712
42712
  init_selectParser();
42713
42713
  init_any();
42714
42714
  });
42715
42715
 
42716
- // ../../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parseTypes.js
42716
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parseTypes.js
42717
42717
  var init_parseTypes = () => {};
42718
42718
 
42719
- // ../../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/zodToJsonSchema.js
42719
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/zodToJsonSchema.js
42720
42720
  var init_zodToJsonSchema = __esm(() => {
42721
42721
  init_parseDef();
42722
42722
  init_Refs();
42723
42723
  init_any();
42724
42724
  });
42725
42725
 
42726
- // ../../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/index.js
42726
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/index.js
42727
42727
  var init_esm = __esm(() => {
42728
42728
  init_zodToJsonSchema();
42729
42729
  init_Options();
@@ -42759,7 +42759,7 @@ var init_esm = __esm(() => {
42759
42759
  init_zodToJsonSchema();
42760
42760
  });
42761
42761
 
42762
- // ../../switchroom/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-json-schema-compat.js
42762
+ // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-json-schema-compat.js
42763
42763
  function getMethodLiteral(schema) {
42764
42764
  const shape = getObjectShape(schema);
42765
42765
  const methodSchema = shape?.method;
@@ -42784,7 +42784,7 @@ var init_zod_json_schema_compat = __esm(() => {
42784
42784
  init_esm();
42785
42785
  });
42786
42786
 
42787
- // ../../switchroom/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.js
42787
+ // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.js
42788
42788
  class Protocol {
42789
42789
  constructor(_options) {
42790
42790
  this._options = _options;
@@ -43629,7 +43629,7 @@ var init_protocol4 = __esm(() => {
43629
43629
  init_zod_json_schema_compat();
43630
43630
  });
43631
43631
 
43632
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/code.js
43632
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/code.js
43633
43633
  var require_code = __commonJS((exports2) => {
43634
43634
  Object.defineProperty(exports2, "__esModule", { value: true });
43635
43635
  exports2.regexpCode = exports2.getEsmExportName = exports2.getProperty = exports2.safeStringify = exports2.stringify = exports2.strConcat = exports2.addCodeArg = exports2.str = exports2._ = exports2.nil = exports2._Code = exports2.Name = exports2.IDENTIFIER = exports2._CodeOrName = undefined;
@@ -43783,7 +43783,7 @@ var require_code = __commonJS((exports2) => {
43783
43783
  exports2.regexpCode = regexpCode;
43784
43784
  });
43785
43785
 
43786
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/scope.js
43786
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/scope.js
43787
43787
  var require_scope = __commonJS((exports2) => {
43788
43788
  Object.defineProperty(exports2, "__esModule", { value: true });
43789
43789
  exports2.ValueScope = exports2.ValueScopeName = exports2.Scope = exports2.varKinds = exports2.UsedValueState = undefined;
@@ -43929,7 +43929,7 @@ var require_scope = __commonJS((exports2) => {
43929
43929
  exports2.ValueScope = ValueScope;
43930
43930
  });
43931
43931
 
43932
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/index.js
43932
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/index.js
43933
43933
  var require_codegen = __commonJS((exports2) => {
43934
43934
  Object.defineProperty(exports2, "__esModule", { value: true });
43935
43935
  exports2.or = exports2.and = exports2.not = exports2.CodeGen = exports2.operators = exports2.varKinds = exports2.ValueScopeName = exports2.ValueScope = exports2.Scope = exports2.Name = exports2.regexpCode = exports2.stringify = exports2.getProperty = exports2.nil = exports2.strConcat = exports2.str = exports2._ = undefined;
@@ -44639,7 +44639,7 @@ var require_codegen = __commonJS((exports2) => {
44639
44639
  }
44640
44640
  });
44641
44641
 
44642
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/util.js
44642
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/util.js
44643
44643
  var require_util2 = __commonJS((exports2) => {
44644
44644
  Object.defineProperty(exports2, "__esModule", { value: true });
44645
44645
  exports2.checkStrictMode = exports2.getErrorPath = exports2.Type = exports2.useFunc = exports2.setEvaluated = exports2.evaluatedPropsToName = exports2.mergeEvaluated = exports2.eachItem = exports2.unescapeJsonPointer = exports2.escapeJsonPointer = exports2.escapeFragment = exports2.unescapeFragment = exports2.schemaRefOrVal = exports2.schemaHasRulesButRef = exports2.schemaHasRules = exports2.checkUnknownRules = exports2.alwaysValidSchema = exports2.toHash = undefined;
@@ -44803,7 +44803,7 @@ var require_util2 = __commonJS((exports2) => {
44803
44803
  exports2.checkStrictMode = checkStrictMode;
44804
44804
  });
44805
44805
 
44806
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/names.js
44806
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/names.js
44807
44807
  var require_names = __commonJS((exports2) => {
44808
44808
  Object.defineProperty(exports2, "__esModule", { value: true });
44809
44809
  var codegen_1 = require_codegen();
@@ -44828,7 +44828,7 @@ var require_names = __commonJS((exports2) => {
44828
44828
  exports2.default = names;
44829
44829
  });
44830
44830
 
44831
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/errors.js
44831
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/errors.js
44832
44832
  var require_errors2 = __commonJS((exports2) => {
44833
44833
  Object.defineProperty(exports2, "__esModule", { value: true });
44834
44834
  exports2.extendErrors = exports2.resetErrorsCount = exports2.reportExtraError = exports2.reportError = exports2.keyword$DataError = exports2.keywordError = undefined;
@@ -44946,7 +44946,7 @@ var require_errors2 = __commonJS((exports2) => {
44946
44946
  }
44947
44947
  });
44948
44948
 
44949
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/boolSchema.js
44949
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/boolSchema.js
44950
44950
  var require_boolSchema = __commonJS((exports2) => {
44951
44951
  Object.defineProperty(exports2, "__esModule", { value: true });
44952
44952
  exports2.boolOrEmptySchema = exports2.topBoolOrEmptySchema = undefined;
@@ -44994,7 +44994,7 @@ var require_boolSchema = __commonJS((exports2) => {
44994
44994
  }
44995
44995
  });
44996
44996
 
44997
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/rules.js
44997
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/rules.js
44998
44998
  var require_rules = __commonJS((exports2) => {
44999
44999
  Object.defineProperty(exports2, "__esModule", { value: true });
45000
45000
  exports2.getRules = exports2.isJSONType = undefined;
@@ -45022,7 +45022,7 @@ var require_rules = __commonJS((exports2) => {
45022
45022
  exports2.getRules = getRules;
45023
45023
  });
45024
45024
 
45025
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/applicability.js
45025
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/applicability.js
45026
45026
  var require_applicability = __commonJS((exports2) => {
45027
45027
  Object.defineProperty(exports2, "__esModule", { value: true });
45028
45028
  exports2.shouldUseRule = exports2.shouldUseGroup = exports2.schemaHasRulesForType = undefined;
@@ -45042,7 +45042,7 @@ var require_applicability = __commonJS((exports2) => {
45042
45042
  exports2.shouldUseRule = shouldUseRule;
45043
45043
  });
45044
45044
 
45045
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/dataType.js
45045
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/dataType.js
45046
45046
  var require_dataType = __commonJS((exports2) => {
45047
45047
  Object.defineProperty(exports2, "__esModule", { value: true });
45048
45048
  exports2.reportTypeError = exports2.checkDataTypes = exports2.checkDataType = exports2.coerceAndCheckDataType = exports2.getJSONTypes = exports2.getSchemaTypes = exports2.DataType = undefined;
@@ -45223,7 +45223,7 @@ var require_dataType = __commonJS((exports2) => {
45223
45223
  }
45224
45224
  });
45225
45225
 
45226
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/defaults.js
45226
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/defaults.js
45227
45227
  var require_defaults = __commonJS((exports2) => {
45228
45228
  Object.defineProperty(exports2, "__esModule", { value: true });
45229
45229
  exports2.assignDefaults = undefined;
@@ -45257,7 +45257,7 @@ var require_defaults = __commonJS((exports2) => {
45257
45257
  }
45258
45258
  });
45259
45259
 
45260
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/code.js
45260
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/code.js
45261
45261
  var require_code2 = __commonJS((exports2) => {
45262
45262
  Object.defineProperty(exports2, "__esModule", { value: true });
45263
45263
  exports2.validateUnion = exports2.validateArray = exports2.usePattern = exports2.callValidateCode = exports2.schemaProperties = exports2.allSchemaProperties = exports2.noPropertyInData = exports2.propertyInData = exports2.isOwnProperty = exports2.hasPropFunc = exports2.reportMissingProp = exports2.checkMissingProp = exports2.checkReportMissingProp = undefined;
@@ -45386,7 +45386,7 @@ var require_code2 = __commonJS((exports2) => {
45386
45386
  exports2.validateUnion = validateUnion;
45387
45387
  });
45388
45388
 
45389
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/keyword.js
45389
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/keyword.js
45390
45390
  var require_keyword = __commonJS((exports2) => {
45391
45391
  Object.defineProperty(exports2, "__esModule", { value: true });
45392
45392
  exports2.validateKeywordUsage = exports2.validSchemaType = exports2.funcKeywordCode = exports2.macroKeywordCode = undefined;
@@ -45501,7 +45501,7 @@ var require_keyword = __commonJS((exports2) => {
45501
45501
  exports2.validateKeywordUsage = validateKeywordUsage;
45502
45502
  });
45503
45503
 
45504
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/subschema.js
45504
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/subschema.js
45505
45505
  var require_subschema = __commonJS((exports2) => {
45506
45506
  Object.defineProperty(exports2, "__esModule", { value: true });
45507
45507
  exports2.extendSubschemaMode = exports2.extendSubschemaData = exports2.getSubschema = undefined;
@@ -45581,7 +45581,7 @@ var require_subschema = __commonJS((exports2) => {
45581
45581
  exports2.extendSubschemaMode = extendSubschemaMode;
45582
45582
  });
45583
45583
 
45584
- // ../../switchroom/node_modules/.bun/fast-deep-equal@3.1.3/node_modules/fast-deep-equal/index.js
45584
+ // node_modules/.bun/fast-deep-equal@3.1.3/node_modules/fast-deep-equal/index.js
45585
45585
  var require_fast_deep_equal = __commonJS((exports2, module) => {
45586
45586
  module.exports = function equal(a, b) {
45587
45587
  if (a === b)
@@ -45623,7 +45623,7 @@ var require_fast_deep_equal = __commonJS((exports2, module) => {
45623
45623
  };
45624
45624
  });
45625
45625
 
45626
- // ../../switchroom/node_modules/.bun/json-schema-traverse@1.0.0/node_modules/json-schema-traverse/index.js
45626
+ // node_modules/.bun/json-schema-traverse@1.0.0/node_modules/json-schema-traverse/index.js
45627
45627
  var require_json_schema_traverse = __commonJS((exports2, module) => {
45628
45628
  var traverse = module.exports = function(schema, opts, cb) {
45629
45629
  if (typeof opts == "function") {
@@ -45706,7 +45706,7 @@ var require_json_schema_traverse = __commonJS((exports2, module) => {
45706
45706
  }
45707
45707
  });
45708
45708
 
45709
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/resolve.js
45709
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/resolve.js
45710
45710
  var require_resolve = __commonJS((exports2) => {
45711
45711
  Object.defineProperty(exports2, "__esModule", { value: true });
45712
45712
  exports2.getSchemaRefs = exports2.resolveUrl = exports2.normalizeId = exports2._getFullPath = exports2.getFullPath = exports2.inlineRef = undefined;
@@ -45859,7 +45859,7 @@ var require_resolve = __commonJS((exports2) => {
45859
45859
  exports2.getSchemaRefs = getSchemaRefs;
45860
45860
  });
45861
45861
 
45862
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/index.js
45862
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/index.js
45863
45863
  var require_validate = __commonJS((exports2) => {
45864
45864
  Object.defineProperty(exports2, "__esModule", { value: true });
45865
45865
  exports2.getData = exports2.KeywordCxt = exports2.validateFunctionCode = undefined;
@@ -46364,7 +46364,7 @@ var require_validate = __commonJS((exports2) => {
46364
46364
  exports2.getData = getData;
46365
46365
  });
46366
46366
 
46367
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/validation_error.js
46367
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/validation_error.js
46368
46368
  var require_validation_error = __commonJS((exports2) => {
46369
46369
  Object.defineProperty(exports2, "__esModule", { value: true });
46370
46370
 
@@ -46378,7 +46378,7 @@ var require_validation_error = __commonJS((exports2) => {
46378
46378
  exports2.default = ValidationError;
46379
46379
  });
46380
46380
 
46381
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/ref_error.js
46381
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/ref_error.js
46382
46382
  var require_ref_error = __commonJS((exports2) => {
46383
46383
  Object.defineProperty(exports2, "__esModule", { value: true });
46384
46384
  var resolve_1 = require_resolve();
@@ -46393,7 +46393,7 @@ var require_ref_error = __commonJS((exports2) => {
46393
46393
  exports2.default = MissingRefError;
46394
46394
  });
46395
46395
 
46396
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/index.js
46396
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/index.js
46397
46397
  var require_compile = __commonJS((exports2) => {
46398
46398
  Object.defineProperty(exports2, "__esModule", { value: true });
46399
46399
  exports2.resolveSchema = exports2.getCompilingSchema = exports2.resolveRef = exports2.compileSchema = exports2.SchemaEnv = undefined;
@@ -46614,7 +46614,7 @@ var require_compile = __commonJS((exports2) => {
46614
46614
  }
46615
46615
  });
46616
46616
 
46617
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/refs/data.json
46617
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/refs/data.json
46618
46618
  var require_data = __commonJS((exports2, module) => {
46619
46619
  module.exports = {
46620
46620
  $id: "https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",
@@ -46631,7 +46631,7 @@ var require_data = __commonJS((exports2, module) => {
46631
46631
  };
46632
46632
  });
46633
46633
 
46634
- // ../../switchroom/node_modules/.bun/fast-uri@3.1.0/node_modules/fast-uri/lib/utils.js
46634
+ // node_modules/.bun/fast-uri@3.1.0/node_modules/fast-uri/lib/utils.js
46635
46635
  var require_utils2 = __commonJS((exports2, module) => {
46636
46636
  var isUUID = RegExp.prototype.test.bind(/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu);
46637
46637
  var isIPv4 = RegExp.prototype.test.bind(/^(?:(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)$/u);
@@ -46886,7 +46886,7 @@ var require_utils2 = __commonJS((exports2, module) => {
46886
46886
  };
46887
46887
  });
46888
46888
 
46889
- // ../../switchroom/node_modules/.bun/fast-uri@3.1.0/node_modules/fast-uri/lib/schemes.js
46889
+ // node_modules/.bun/fast-uri@3.1.0/node_modules/fast-uri/lib/schemes.js
46890
46890
  var require_schemes = __commonJS((exports2, module) => {
46891
46891
  var { isUUID } = require_utils2();
46892
46892
  var URN_REG = /([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu;
@@ -47060,7 +47060,7 @@ var require_schemes = __commonJS((exports2, module) => {
47060
47060
  };
47061
47061
  });
47062
47062
 
47063
- // ../../switchroom/node_modules/.bun/fast-uri@3.1.0/node_modules/fast-uri/index.js
47063
+ // node_modules/.bun/fast-uri@3.1.0/node_modules/fast-uri/index.js
47064
47064
  var require_fast_uri = __commonJS((exports2, module) => {
47065
47065
  var { normalizeIPv6, removeDotSegments, recomposeAuthority, normalizeComponentEncoding, isIPv4, nonSimpleDomain } = require_utils2();
47066
47066
  var { SCHEMES, getSchemeHandler } = require_schemes();
@@ -47311,7 +47311,7 @@ var require_fast_uri = __commonJS((exports2, module) => {
47311
47311
  module.exports.fastUri = fastUri;
47312
47312
  });
47313
47313
 
47314
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/uri.js
47314
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/uri.js
47315
47315
  var require_uri = __commonJS((exports2) => {
47316
47316
  Object.defineProperty(exports2, "__esModule", { value: true });
47317
47317
  var uri = require_fast_uri();
@@ -47319,7 +47319,7 @@ var require_uri = __commonJS((exports2) => {
47319
47319
  exports2.default = uri;
47320
47320
  });
47321
47321
 
47322
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/core.js
47322
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/core.js
47323
47323
  var require_core = __commonJS((exports2) => {
47324
47324
  Object.defineProperty(exports2, "__esModule", { value: true });
47325
47325
  exports2.CodeGen = exports2.Name = exports2.nil = exports2.stringify = exports2.str = exports2._ = exports2.KeywordCxt = undefined;
@@ -47912,7 +47912,7 @@ var require_core = __commonJS((exports2) => {
47912
47912
  }
47913
47913
  });
47914
47914
 
47915
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/core/id.js
47915
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/core/id.js
47916
47916
  var require_id = __commonJS((exports2) => {
47917
47917
  Object.defineProperty(exports2, "__esModule", { value: true });
47918
47918
  var def = {
@@ -47924,7 +47924,7 @@ var require_id = __commonJS((exports2) => {
47924
47924
  exports2.default = def;
47925
47925
  });
47926
47926
 
47927
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/core/ref.js
47927
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/core/ref.js
47928
47928
  var require_ref = __commonJS((exports2) => {
47929
47929
  Object.defineProperty(exports2, "__esModule", { value: true });
47930
47930
  exports2.callRef = exports2.getValidate = undefined;
@@ -48043,7 +48043,7 @@ var require_ref = __commonJS((exports2) => {
48043
48043
  exports2.default = def;
48044
48044
  });
48045
48045
 
48046
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/core/index.js
48046
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/core/index.js
48047
48047
  var require_core2 = __commonJS((exports2) => {
48048
48048
  Object.defineProperty(exports2, "__esModule", { value: true });
48049
48049
  var id_1 = require_id();
@@ -48061,7 +48061,7 @@ var require_core2 = __commonJS((exports2) => {
48061
48061
  exports2.default = core2;
48062
48062
  });
48063
48063
 
48064
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitNumber.js
48064
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitNumber.js
48065
48065
  var require_limitNumber = __commonJS((exports2) => {
48066
48066
  Object.defineProperty(exports2, "__esModule", { value: true });
48067
48067
  var codegen_1 = require_codegen();
@@ -48090,7 +48090,7 @@ var require_limitNumber = __commonJS((exports2) => {
48090
48090
  exports2.default = def;
48091
48091
  });
48092
48092
 
48093
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/multipleOf.js
48093
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/multipleOf.js
48094
48094
  var require_multipleOf = __commonJS((exports2) => {
48095
48095
  Object.defineProperty(exports2, "__esModule", { value: true });
48096
48096
  var codegen_1 = require_codegen();
@@ -48115,7 +48115,7 @@ var require_multipleOf = __commonJS((exports2) => {
48115
48115
  exports2.default = def;
48116
48116
  });
48117
48117
 
48118
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/ucs2length.js
48118
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/ucs2length.js
48119
48119
  var require_ucs2length = __commonJS((exports2) => {
48120
48120
  Object.defineProperty(exports2, "__esModule", { value: true });
48121
48121
  function ucs2length(str) {
@@ -48138,7 +48138,7 @@ var require_ucs2length = __commonJS((exports2) => {
48138
48138
  ucs2length.code = 'require("ajv/dist/runtime/ucs2length").default';
48139
48139
  });
48140
48140
 
48141
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitLength.js
48141
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitLength.js
48142
48142
  var require_limitLength = __commonJS((exports2) => {
48143
48143
  Object.defineProperty(exports2, "__esModule", { value: true });
48144
48144
  var codegen_1 = require_codegen();
@@ -48167,7 +48167,7 @@ var require_limitLength = __commonJS((exports2) => {
48167
48167
  exports2.default = def;
48168
48168
  });
48169
48169
 
48170
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/pattern.js
48170
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/pattern.js
48171
48171
  var require_pattern = __commonJS((exports2) => {
48172
48172
  Object.defineProperty(exports2, "__esModule", { value: true });
48173
48173
  var code_1 = require_code2();
@@ -48201,7 +48201,7 @@ var require_pattern = __commonJS((exports2) => {
48201
48201
  exports2.default = def;
48202
48202
  });
48203
48203
 
48204
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitProperties.js
48204
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitProperties.js
48205
48205
  var require_limitProperties = __commonJS((exports2) => {
48206
48206
  Object.defineProperty(exports2, "__esModule", { value: true });
48207
48207
  var codegen_1 = require_codegen();
@@ -48227,7 +48227,7 @@ var require_limitProperties = __commonJS((exports2) => {
48227
48227
  exports2.default = def;
48228
48228
  });
48229
48229
 
48230
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/required.js
48230
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/required.js
48231
48231
  var require_required = __commonJS((exports2) => {
48232
48232
  Object.defineProperty(exports2, "__esModule", { value: true });
48233
48233
  var code_1 = require_code2();
@@ -48306,7 +48306,7 @@ var require_required = __commonJS((exports2) => {
48306
48306
  exports2.default = def;
48307
48307
  });
48308
48308
 
48309
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitItems.js
48309
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitItems.js
48310
48310
  var require_limitItems = __commonJS((exports2) => {
48311
48311
  Object.defineProperty(exports2, "__esModule", { value: true });
48312
48312
  var codegen_1 = require_codegen();
@@ -48332,7 +48332,7 @@ var require_limitItems = __commonJS((exports2) => {
48332
48332
  exports2.default = def;
48333
48333
  });
48334
48334
 
48335
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/equal.js
48335
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/equal.js
48336
48336
  var require_equal = __commonJS((exports2) => {
48337
48337
  Object.defineProperty(exports2, "__esModule", { value: true });
48338
48338
  var equal = require_fast_deep_equal();
@@ -48340,7 +48340,7 @@ var require_equal = __commonJS((exports2) => {
48340
48340
  exports2.default = equal;
48341
48341
  });
48342
48342
 
48343
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js
48343
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js
48344
48344
  var require_uniqueItems = __commonJS((exports2) => {
48345
48345
  Object.defineProperty(exports2, "__esModule", { value: true });
48346
48346
  var dataType_1 = require_dataType();
@@ -48404,7 +48404,7 @@ var require_uniqueItems = __commonJS((exports2) => {
48404
48404
  exports2.default = def;
48405
48405
  });
48406
48406
 
48407
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/const.js
48407
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/const.js
48408
48408
  var require_const = __commonJS((exports2) => {
48409
48409
  Object.defineProperty(exports2, "__esModule", { value: true });
48410
48410
  var codegen_1 = require_codegen();
@@ -48430,7 +48430,7 @@ var require_const = __commonJS((exports2) => {
48430
48430
  exports2.default = def;
48431
48431
  });
48432
48432
 
48433
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/enum.js
48433
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/enum.js
48434
48434
  var require_enum = __commonJS((exports2) => {
48435
48435
  Object.defineProperty(exports2, "__esModule", { value: true });
48436
48436
  var codegen_1 = require_codegen();
@@ -48476,7 +48476,7 @@ var require_enum = __commonJS((exports2) => {
48476
48476
  exports2.default = def;
48477
48477
  });
48478
48478
 
48479
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/index.js
48479
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/index.js
48480
48480
  var require_validation = __commonJS((exports2) => {
48481
48481
  Object.defineProperty(exports2, "__esModule", { value: true });
48482
48482
  var limitNumber_1 = require_limitNumber();
@@ -48506,7 +48506,7 @@ var require_validation = __commonJS((exports2) => {
48506
48506
  exports2.default = validation;
48507
48507
  });
48508
48508
 
48509
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js
48509
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js
48510
48510
  var require_additionalItems = __commonJS((exports2) => {
48511
48511
  Object.defineProperty(exports2, "__esModule", { value: true });
48512
48512
  exports2.validateAdditionalItems = undefined;
@@ -48556,7 +48556,7 @@ var require_additionalItems = __commonJS((exports2) => {
48556
48556
  exports2.default = def;
48557
48557
  });
48558
48558
 
48559
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/items.js
48559
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/items.js
48560
48560
  var require_items = __commonJS((exports2) => {
48561
48561
  Object.defineProperty(exports2, "__esModule", { value: true });
48562
48562
  exports2.validateTuple = undefined;
@@ -48610,7 +48610,7 @@ var require_items = __commonJS((exports2) => {
48610
48610
  exports2.default = def;
48611
48611
  });
48612
48612
 
48613
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js
48613
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js
48614
48614
  var require_prefixItems = __commonJS((exports2) => {
48615
48615
  Object.defineProperty(exports2, "__esModule", { value: true });
48616
48616
  var items_1 = require_items();
@@ -48624,7 +48624,7 @@ var require_prefixItems = __commonJS((exports2) => {
48624
48624
  exports2.default = def;
48625
48625
  });
48626
48626
 
48627
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/items2020.js
48627
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/items2020.js
48628
48628
  var require_items2020 = __commonJS((exports2) => {
48629
48629
  Object.defineProperty(exports2, "__esModule", { value: true });
48630
48630
  var codegen_1 = require_codegen();
@@ -48656,7 +48656,7 @@ var require_items2020 = __commonJS((exports2) => {
48656
48656
  exports2.default = def;
48657
48657
  });
48658
48658
 
48659
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/contains.js
48659
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/contains.js
48660
48660
  var require_contains = __commonJS((exports2) => {
48661
48661
  Object.defineProperty(exports2, "__esModule", { value: true });
48662
48662
  var codegen_1 = require_codegen();
@@ -48747,7 +48747,7 @@ var require_contains = __commonJS((exports2) => {
48747
48747
  exports2.default = def;
48748
48748
  });
48749
48749
 
48750
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/dependencies.js
48750
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/dependencies.js
48751
48751
  var require_dependencies = __commonJS((exports2) => {
48752
48752
  Object.defineProperty(exports2, "__esModule", { value: true });
48753
48753
  exports2.validateSchemaDeps = exports2.validatePropertyDeps = exports2.error = undefined;
@@ -48832,7 +48832,7 @@ var require_dependencies = __commonJS((exports2) => {
48832
48832
  exports2.default = def;
48833
48833
  });
48834
48834
 
48835
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js
48835
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js
48836
48836
  var require_propertyNames = __commonJS((exports2) => {
48837
48837
  Object.defineProperty(exports2, "__esModule", { value: true });
48838
48838
  var codegen_1 = require_codegen();
@@ -48872,7 +48872,7 @@ var require_propertyNames = __commonJS((exports2) => {
48872
48872
  exports2.default = def;
48873
48873
  });
48874
48874
 
48875
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js
48875
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js
48876
48876
  var require_additionalProperties = __commonJS((exports2) => {
48877
48877
  Object.defineProperty(exports2, "__esModule", { value: true });
48878
48878
  var code_1 = require_code2();
@@ -48975,7 +48975,7 @@ var require_additionalProperties = __commonJS((exports2) => {
48975
48975
  exports2.default = def;
48976
48976
  });
48977
48977
 
48978
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/properties.js
48978
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/properties.js
48979
48979
  var require_properties = __commonJS((exports2) => {
48980
48980
  Object.defineProperty(exports2, "__esModule", { value: true });
48981
48981
  var validate_1 = require_validate();
@@ -49030,7 +49030,7 @@ var require_properties = __commonJS((exports2) => {
49030
49030
  exports2.default = def;
49031
49031
  });
49032
49032
 
49033
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js
49033
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js
49034
49034
  var require_patternProperties = __commonJS((exports2) => {
49035
49035
  Object.defineProperty(exports2, "__esModule", { value: true });
49036
49036
  var code_1 = require_code2();
@@ -49101,7 +49101,7 @@ var require_patternProperties = __commonJS((exports2) => {
49101
49101
  exports2.default = def;
49102
49102
  });
49103
49103
 
49104
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/not.js
49104
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/not.js
49105
49105
  var require_not = __commonJS((exports2) => {
49106
49106
  Object.defineProperty(exports2, "__esModule", { value: true });
49107
49107
  var util_1 = require_util2();
@@ -49129,7 +49129,7 @@ var require_not = __commonJS((exports2) => {
49129
49129
  exports2.default = def;
49130
49130
  });
49131
49131
 
49132
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/anyOf.js
49132
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/anyOf.js
49133
49133
  var require_anyOf = __commonJS((exports2) => {
49134
49134
  Object.defineProperty(exports2, "__esModule", { value: true });
49135
49135
  var code_1 = require_code2();
@@ -49143,7 +49143,7 @@ var require_anyOf = __commonJS((exports2) => {
49143
49143
  exports2.default = def;
49144
49144
  });
49145
49145
 
49146
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/oneOf.js
49146
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/oneOf.js
49147
49147
  var require_oneOf = __commonJS((exports2) => {
49148
49148
  Object.defineProperty(exports2, "__esModule", { value: true });
49149
49149
  var codegen_1 = require_codegen();
@@ -49198,7 +49198,7 @@ var require_oneOf = __commonJS((exports2) => {
49198
49198
  exports2.default = def;
49199
49199
  });
49200
49200
 
49201
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/allOf.js
49201
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/allOf.js
49202
49202
  var require_allOf = __commonJS((exports2) => {
49203
49203
  Object.defineProperty(exports2, "__esModule", { value: true });
49204
49204
  var util_1 = require_util2();
@@ -49222,7 +49222,7 @@ var require_allOf = __commonJS((exports2) => {
49222
49222
  exports2.default = def;
49223
49223
  });
49224
49224
 
49225
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/if.js
49225
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/if.js
49226
49226
  var require_if2 = __commonJS((exports2) => {
49227
49227
  Object.defineProperty(exports2, "__esModule", { value: true });
49228
49228
  var codegen_1 = require_codegen();
@@ -49288,7 +49288,7 @@ var require_if2 = __commonJS((exports2) => {
49288
49288
  exports2.default = def;
49289
49289
  });
49290
49290
 
49291
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/thenElse.js
49291
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/thenElse.js
49292
49292
  var require_thenElse = __commonJS((exports2) => {
49293
49293
  Object.defineProperty(exports2, "__esModule", { value: true });
49294
49294
  var util_1 = require_util2();
@@ -49303,7 +49303,7 @@ var require_thenElse = __commonJS((exports2) => {
49303
49303
  exports2.default = def;
49304
49304
  });
49305
49305
 
49306
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/index.js
49306
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/index.js
49307
49307
  var require_applicator = __commonJS((exports2) => {
49308
49308
  Object.defineProperty(exports2, "__esModule", { value: true });
49309
49309
  var additionalItems_1 = require_additionalItems();
@@ -49346,7 +49346,7 @@ var require_applicator = __commonJS((exports2) => {
49346
49346
  exports2.default = getApplicator;
49347
49347
  });
49348
49348
 
49349
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/format/format.js
49349
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/format/format.js
49350
49350
  var require_format = __commonJS((exports2) => {
49351
49351
  Object.defineProperty(exports2, "__esModule", { value: true });
49352
49352
  var codegen_1 = require_codegen();
@@ -49433,7 +49433,7 @@ var require_format = __commonJS((exports2) => {
49433
49433
  exports2.default = def;
49434
49434
  });
49435
49435
 
49436
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/format/index.js
49436
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/format/index.js
49437
49437
  var require_format2 = __commonJS((exports2) => {
49438
49438
  Object.defineProperty(exports2, "__esModule", { value: true });
49439
49439
  var format_1 = require_format();
@@ -49441,7 +49441,7 @@ var require_format2 = __commonJS((exports2) => {
49441
49441
  exports2.default = format;
49442
49442
  });
49443
49443
 
49444
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/metadata.js
49444
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/metadata.js
49445
49445
  var require_metadata = __commonJS((exports2) => {
49446
49446
  Object.defineProperty(exports2, "__esModule", { value: true });
49447
49447
  exports2.contentVocabulary = exports2.metadataVocabulary = undefined;
@@ -49461,7 +49461,7 @@ var require_metadata = __commonJS((exports2) => {
49461
49461
  ];
49462
49462
  });
49463
49463
 
49464
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/draft7.js
49464
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/draft7.js
49465
49465
  var require_draft7 = __commonJS((exports2) => {
49466
49466
  Object.defineProperty(exports2, "__esModule", { value: true });
49467
49467
  var core_1 = require_core2();
@@ -49480,7 +49480,7 @@ var require_draft7 = __commonJS((exports2) => {
49480
49480
  exports2.default = draft7Vocabularies;
49481
49481
  });
49482
49482
 
49483
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/discriminator/types.js
49483
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/discriminator/types.js
49484
49484
  var require_types = __commonJS((exports2) => {
49485
49485
  Object.defineProperty(exports2, "__esModule", { value: true });
49486
49486
  exports2.DiscrError = undefined;
@@ -49491,7 +49491,7 @@ var require_types = __commonJS((exports2) => {
49491
49491
  })(DiscrError || (exports2.DiscrError = DiscrError = {}));
49492
49492
  });
49493
49493
 
49494
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/discriminator/index.js
49494
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/discriminator/index.js
49495
49495
  var require_discriminator = __commonJS((exports2) => {
49496
49496
  Object.defineProperty(exports2, "__esModule", { value: true });
49497
49497
  var codegen_1 = require_codegen();
@@ -49593,7 +49593,7 @@ var require_discriminator = __commonJS((exports2) => {
49593
49593
  exports2.default = def;
49594
49594
  });
49595
49595
 
49596
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/refs/json-schema-draft-07.json
49596
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/refs/json-schema-draft-07.json
49597
49597
  var require_json_schema_draft_07 = __commonJS((exports2, module) => {
49598
49598
  module.exports = {
49599
49599
  $schema: "http://json-schema.org/draft-07/schema#",
@@ -49748,7 +49748,7 @@ var require_json_schema_draft_07 = __commonJS((exports2, module) => {
49748
49748
  };
49749
49749
  });
49750
49750
 
49751
- // ../../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/ajv.js
49751
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/ajv.js
49752
49752
  var require_ajv = __commonJS((exports2, module) => {
49753
49753
  Object.defineProperty(exports2, "__esModule", { value: true });
49754
49754
  exports2.MissingRefError = exports2.ValidationError = exports2.CodeGen = exports2.Name = exports2.nil = exports2.stringify = exports2.str = exports2._ = exports2.KeywordCxt = exports2.Ajv = undefined;
@@ -49816,7 +49816,7 @@ var require_ajv = __commonJS((exports2, module) => {
49816
49816
  } });
49817
49817
  });
49818
49818
 
49819
- // ../../switchroom/node_modules/.bun/ajv-formats@3.0.1/node_modules/ajv-formats/dist/formats.js
49819
+ // node_modules/.bun/ajv-formats@3.0.1/node_modules/ajv-formats/dist/formats.js
49820
49820
  var require_formats = __commonJS((exports2) => {
49821
49821
  Object.defineProperty(exports2, "__esModule", { value: true });
49822
49822
  exports2.formatNames = exports2.fastFormats = exports2.fullFormats = undefined;
@@ -49993,7 +49993,7 @@ var require_formats = __commonJS((exports2) => {
49993
49993
  }
49994
49994
  });
49995
49995
 
49996
- // ../../switchroom/node_modules/.bun/ajv-formats@3.0.1/node_modules/ajv-formats/dist/limit.js
49996
+ // node_modules/.bun/ajv-formats@3.0.1/node_modules/ajv-formats/dist/limit.js
49997
49997
  var require_limit = __commonJS((exports2) => {
49998
49998
  Object.defineProperty(exports2, "__esModule", { value: true });
49999
49999
  exports2.formatLimitDefinition = undefined;
@@ -50062,7 +50062,7 @@ var require_limit = __commonJS((exports2) => {
50062
50062
  exports2.default = formatLimitPlugin;
50063
50063
  });
50064
50064
 
50065
- // ../../switchroom/node_modules/.bun/ajv-formats@3.0.1/node_modules/ajv-formats/dist/index.js
50065
+ // node_modules/.bun/ajv-formats@3.0.1/node_modules/ajv-formats/dist/index.js
50066
50066
  var require_dist2 = __commonJS((exports2, module) => {
50067
50067
  Object.defineProperty(exports2, "__esModule", { value: true });
50068
50068
  var formats_1 = require_formats();
@@ -50101,7 +50101,7 @@ var require_dist2 = __commonJS((exports2, module) => {
50101
50101
  exports2.default = formatsPlugin;
50102
50102
  });
50103
50103
 
50104
- // ../../switchroom/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.js
50104
+ // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.js
50105
50105
  function createDefaultAjvInstance() {
50106
50106
  const ajv = new import_ajv.default({
50107
50107
  strict: false,
@@ -50144,7 +50144,7 @@ var init_ajv_provider = __esm(() => {
50144
50144
  import_ajv_formats = __toESM(require_dist2(), 1);
50145
50145
  });
50146
50146
 
50147
- // ../../switchroom/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/server.js
50147
+ // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/server.js
50148
50148
  class ExperimentalServerTasks {
50149
50149
  constructor(_server) {
50150
50150
  this._server = _server;
@@ -50225,7 +50225,7 @@ var init_server = __esm(() => {
50225
50225
  init_types2();
50226
50226
  });
50227
50227
 
50228
- // ../../switchroom/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/helpers.js
50228
+ // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/helpers.js
50229
50229
  function assertToolsCallTaskCapability(requests, method, entityName) {
50230
50230
  if (!requests) {
50231
50231
  throw new Error(`${entityName} does not support task creation (required for ${method})`);
@@ -50260,7 +50260,7 @@ function assertClientRequestTaskCapability(requests, method, entityName) {
50260
50260
  }
50261
50261
  }
50262
50262
 
50263
- // ../../switchroom/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.js
50263
+ // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.js
50264
50264
  var Server;
50265
50265
  var init_server2 = __esm(() => {
50266
50266
  init_protocol4();
@@ -50601,7 +50601,7 @@ var init_server2 = __esm(() => {
50601
50601
  };
50602
50602
  });
50603
50603
 
50604
- // ../../switchroom/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.js
50604
+ // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.js
50605
50605
  class ReadBuffer {
50606
50606
  append(chunk2) {
50607
50607
  this._buffer = this._buffer ? Buffer.concat([this._buffer, chunk2]) : chunk2;
@@ -50634,7 +50634,7 @@ var init_stdio = __esm(() => {
50634
50634
  init_types2();
50635
50635
  });
50636
50636
 
50637
- // ../../switchroom/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.js
50637
+ // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.js
50638
50638
  import process3 from "node:process";
50639
50639
 
50640
50640
  class StdioServerTransport {
@@ -51653,7 +51653,7 @@ var init_server4 = __esm(() => {
51653
51653
  ];
51654
51654
  });
51655
51655
 
51656
- // ../../switchroom/node_modules/.bun/commander@13.1.0/node_modules/commander/esm.mjs
51656
+ // node_modules/.bun/commander@13.1.0/node_modules/commander/esm.mjs
51657
51657
  var import__ = __toESM(require_commander(), 1);
51658
51658
  var {
51659
51659
  program,
@@ -51674,8 +51674,8 @@ import { existsSync, readFileSync } from "node:fs";
51674
51674
  import { dirname, join } from "node:path";
51675
51675
 
51676
51676
  // src/build-info.ts
51677
- var VERSION = "0.16.4";
51678
- var COMMIT_SHA = "95622e05";
51677
+ var VERSION = "0.16.6";
51678
+ var COMMIT_SHA = "925f5798";
51679
51679
 
51680
51680
  // src/cli/resolve-version.ts
51681
51681
  function readPackageVersion() {
@@ -63014,7 +63014,7 @@ function createAuditLogger(opts = {}) {
63014
63014
  // src/vault/grants.ts
63015
63015
  import { randomBytes as randomBytes8 } from "node:crypto";
63016
63016
 
63017
- // ../../switchroom/node_modules/.bun/bcryptjs@3.0.3/node_modules/bcryptjs/index.js
63017
+ // node_modules/.bun/bcryptjs@3.0.3/node_modules/bcryptjs/index.js
63018
63018
  import nodeCrypto from "crypto";
63019
63019
  var randomFallback = null;
63020
63020
  function randomBytes7(len) {
@@ -69793,7 +69793,7 @@ function isHindsightContainerExists() {
69793
69793
  return false;
69794
69794
  }
69795
69795
  }
69796
- function startHindsight(ports) {
69796
+ function startHindsight(ports, litellm) {
69797
69797
  const apiPort = ports?.apiPort ?? HINDSIGHT_DEFAULT_API_PORT;
69798
69798
  const uiPort = ports?.uiPort ?? HINDSIGHT_DEFAULT_UI_PORT;
69799
69799
  const envArgs = [
@@ -69824,6 +69824,11 @@ function startHindsight(ports) {
69824
69824
  "-e",
69825
69825
  `HINDSIGHT_API_CONSOLIDATION_MAX_MEMORIES_PER_ROUND=${HINDSIGHT_DEFAULT_CONSOLIDATION_MAX_MEMORIES_PER_ROUND}`
69826
69826
  ];
69827
+ if (litellm) {
69828
+ envArgs.push("-e", `HINDSIGHT_API_PORT=${apiPort}`, "-e", `ANTHROPIC_BASE_URL=${litellm.baseUrl}`, "-e", `ANTHROPIC_CUSTOM_HEADERS=x-litellm-api-key: Bearer ${litellm.apiKey}
69829
+ x-litellm-customer-id: hindsight
69830
+ x-litellm-tags: service:hindsight`);
69831
+ }
69827
69832
  const args = [
69828
69833
  "run",
69829
69834
  "-d",
@@ -69836,7 +69841,7 @@ function startHindsight(ports) {
69836
69841
  `--pids-limit=${HINDSIGHT_DEFAULT_PIDS_LIMIT}`,
69837
69842
  `--shm-size=${HINDSIGHT_DEFAULT_SHM_SIZE}`,
69838
69843
  "--health-cmd",
69839
- HINDSIGHT_HEALTHCHECK_CMD,
69844
+ litellm ? `python3 -c 'import urllib.request,sys; sys.exit(0 if urllib.request.urlopen("http://localhost:${apiPort}/health",timeout=4).getcode()==200 else 1)'` : HINDSIGHT_HEALTHCHECK_CMD,
69840
69845
  "--health-interval",
69841
69846
  "30s",
69842
69847
  "--health-timeout",
@@ -69844,22 +69849,14 @@ function startHindsight(ports) {
69844
69849
  "--health-retries",
69845
69850
  "3",
69846
69851
  "--health-start-period",
69847
- "60s",
69848
- "-p",
69849
- `127.0.0.1:${apiPort}:8888`,
69850
- "-p",
69851
- `127.0.0.1:${uiPort}:9999`,
69852
- "-v",
69853
- "switchroom-hindsight-data:/home/hindsight/.pg0",
69854
- "-v",
69855
- "switchroom-hindsight-backups:/backups",
69856
- "-v",
69857
- `${HINDSIGHT_BROKER_SOCK_VOLUME}:/run/switchroom/auth-broker`,
69858
- "--tmpfs",
69859
- `/run/claude-creds:rw,mode=0700,uid=${HINDSIGHT_DEFAULT_UID},gid=${HINDSIGHT_DEFAULT_UID}`,
69860
- ...envArgs,
69861
- HINDSIGHT_IMAGE
69852
+ "60s"
69862
69853
  ];
69854
+ if (litellm) {
69855
+ args.push("--network", "host");
69856
+ } else {
69857
+ args.push("-p", `127.0.0.1:${apiPort}:8888`, "-p", `127.0.0.1:${uiPort}:9999`);
69858
+ }
69859
+ args.push("-v", "switchroom-hindsight-data:/home/hindsight/.pg0", "-v", "switchroom-hindsight-backups:/backups", "-v", `${HINDSIGHT_BROKER_SOCK_VOLUME}:/run/switchroom/auth-broker`, "--tmpfs", `/run/claude-creds:rw,mode=0700,uid=${HINDSIGHT_DEFAULT_UID},gid=${HINDSIGHT_DEFAULT_UID}`, ...envArgs, HINDSIGHT_IMAGE);
69863
69860
  execFileSync16("docker", args, { stdio: "pipe" });
69864
69861
  }
69865
69862
  function stopHindsight() {
@@ -70006,10 +70003,20 @@ async function ensureHindsightConsumer(configPath, account, uid = HINDSIGHT_DEFA
70006
70003
  }
70007
70004
 
70008
70005
  // src/cli/memory.ts
70006
+ init_client();
70009
70007
  init_loader();
70010
70008
  var import_yaml13 = __toESM(require_dist(), 1);
70011
70009
  import { existsSync as existsSync45, readFileSync as readFileSync41, writeFileSync as writeFileSync23 } from "node:fs";
70012
70010
  import { join as join40 } from "node:path";
70011
+ async function resolveLiteLLMForHindsight(config) {
70012
+ const topLiteLLM = config.litellm;
70013
+ if (!topLiteLLM?.enabled || !topLiteLLM.base_url)
70014
+ return;
70015
+ const result = await getViaBrokerStructured("litellm/hindsight/api-key").catch(() => null);
70016
+ if (!result || result.kind !== "ok" || result.entry.kind !== "string")
70017
+ return;
70018
+ return { baseUrl: topLiteLLM.base_url, apiKey: result.entry.value };
70019
+ }
70013
70020
  function readRecallLog(agentDir, limit) {
70014
70021
  const path4 = join40(agentDir, ".claude", "plugins", "data", "hindsight-memory-inline", "state", "recall_log.jsonl");
70015
70022
  if (!existsSync45(path4))
@@ -70234,7 +70241,11 @@ Cross-agent reflection plan
70234
70241
  const provider = "claude-code";
70235
70242
  console.log(source_default.gray(" Starting Hindsight Docker container..."));
70236
70243
  try {
70237
- startHindsight(ports);
70244
+ const litellmCfg = await resolveLiteLLMForHindsight(getConfig(program3));
70245
+ startHindsight(ports, litellmCfg);
70246
+ if (litellmCfg) {
70247
+ console.log(source_default.gray(" LiteLLM routing enabled for hindsight (--network host)."));
70248
+ }
70238
70249
  console.log(source_default.green(`
70239
70250
  Hindsight container started (switchroom-hindsight) on port ${ports.apiPort}.
70240
70251
  `));
@@ -70590,7 +70601,7 @@ init_client3();
70590
70601
  init_client();
70591
70602
  import { homedir as homedir23 } from "node:os";
70592
70603
 
70593
- // ../../switchroom/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/module.node.mjs
70604
+ // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/module.node.mjs
70594
70605
  import { dirname as dirname10, posix, sep as sep2 } from "path";
70595
70606
  function createModulerModifier() {
70596
70607
  const getModuleFromFileName = createGetModuleFromFilename();
@@ -70626,7 +70637,7 @@ function normalizeWindowsPath(path4) {
70626
70637
  return path4.replace(/^[A-Z]:/, "").replace(/\\/g, "/");
70627
70638
  }
70628
70639
 
70629
- // ../../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/featureFlagUtils.mjs
70640
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/featureFlagUtils.mjs
70630
70641
  var normalizeFlagsResponse = (flagsResponse) => {
70631
70642
  if ("flags" in flagsResponse) {
70632
70643
  const featureFlags = getFlagValuesFromFlags(flagsResponse.flags);
@@ -70697,7 +70708,7 @@ var parsePayload = (response) => {
70697
70708
  }
70698
70709
  };
70699
70710
 
70700
- // ../../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/gzip.mjs
70711
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/gzip.mjs
70701
70712
  function isGzipSupported() {
70702
70713
  return "CompressionStream" in globalThis;
70703
70714
  }
@@ -70717,7 +70728,7 @@ async function gzipCompress(input, isDebug = true) {
70717
70728
  }
70718
70729
  }
70719
70730
 
70720
- // ../../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/vendor/uuidv7.mjs
70731
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/vendor/uuidv7.mjs
70721
70732
  /*! For license information please see uuidv7.mjs.LICENSE.txt */
70722
70733
  var DIGITS = "0123456789abcdef";
70723
70734
 
@@ -70895,7 +70906,7 @@ var defaultGenerator;
70895
70906
  var uuidv7 = () => uuidv7obj().toString();
70896
70907
  var uuidv7obj = () => (defaultGenerator || (defaultGenerator = new V7Generator)).generate();
70897
70908
 
70898
- // ../../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/types.mjs
70909
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/types.mjs
70899
70910
  var types_PostHogPersistedProperty = /* @__PURE__ */ function(PostHogPersistedProperty) {
70900
70911
  PostHogPersistedProperty["AnonymousId"] = "anonymous_id";
70901
70912
  PostHogPersistedProperty["DistinctId"] = "distinct_id";
@@ -70928,7 +70939,7 @@ var types_PostHogPersistedProperty = /* @__PURE__ */ function(PostHogPersistedPr
70928
70939
  return PostHogPersistedProperty;
70929
70940
  }({});
70930
70941
 
70931
- // ../../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/bot-detection.mjs
70942
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/bot-detection.mjs
70932
70943
  var DEFAULT_BLOCKED_UA_STRS = [
70933
70944
  "amazonbot",
70934
70945
  "amazonproductbot",
@@ -71017,7 +71028,7 @@ var isBlockedUA = function(ua, customBlockedUserAgents = []) {
71017
71028
  return uaLower.indexOf(blockedUaLower) !== -1;
71018
71029
  });
71019
71030
  };
71020
- // ../../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/type-utils.mjs
71031
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/type-utils.mjs
71021
71032
  var nativeIsArray = Array.isArray;
71022
71033
  var ObjProto = Object.prototype;
71023
71034
  var type_utils_hasOwnProperty = ObjProto.hasOwnProperty;
@@ -71054,7 +71065,7 @@ function isInstanceOf(candidate, base) {
71054
71065
  }
71055
71066
  }
71056
71067
 
71057
- // ../../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/number-utils.mjs
71068
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/number-utils.mjs
71058
71069
  function clampToRange(value, min, max, logger, fallbackValue) {
71059
71070
  if (min > max) {
71060
71071
  logger.warn("min cannot be greater than max.");
@@ -71074,7 +71085,7 @@ function clampToRange(value, min, max, logger, fallbackValue) {
71074
71085
  return clampToRange(fallbackValue || max, min, max, logger);
71075
71086
  }
71076
71087
 
71077
- // ../../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/bucketed-rate-limiter.mjs
71088
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/bucketed-rate-limiter.mjs
71078
71089
  var ONE_DAY_IN_MS = 86400000;
71079
71090
 
71080
71091
  class BucketedRateLimiter {
@@ -71118,7 +71129,7 @@ class BucketedRateLimiter {
71118
71129
  this._buckets = {};
71119
71130
  }
71120
71131
  }
71121
- // ../../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/promise-queue.mjs
71132
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/promise-queue.mjs
71122
71133
  class PromiseQueue {
71123
71134
  add(promise) {
71124
71135
  const promiseUUID = uuidv7();
@@ -71144,7 +71155,7 @@ class PromiseQueue {
71144
71155
  this.promiseByIds = {};
71145
71156
  }
71146
71157
  }
71147
- // ../../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/logger.mjs
71158
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/logger.mjs
71148
71159
  function createConsole(consoleLike = console) {
71149
71160
  const lockedMethods = {
71150
71161
  log: consoleLike.log.bind(consoleLike),
@@ -71182,7 +71193,7 @@ var passThrough = (fn) => fn();
71182
71193
  function createLogger(prefix, maybeCall = passThrough) {
71183
71194
  return _createLogger(prefix, maybeCall, createConsole());
71184
71195
  }
71185
- // ../../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/user-agent-utils.mjs
71196
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/user-agent-utils.mjs
71186
71197
  var MOBILE = "Mobile";
71187
71198
  var IOS = "iOS";
71188
71199
  var ANDROID = "Android";
@@ -71439,7 +71450,7 @@ var osMatchers = [
71439
71450
  ]
71440
71451
  ];
71441
71452
 
71442
- // ../../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/index.mjs
71453
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/index.mjs
71443
71454
  var STRING_FORMAT = "utf8";
71444
71455
  function assert(truthyValue, message) {
71445
71456
  if (!truthyValue || typeof truthyValue != "string" || isEmpty(truthyValue))
@@ -71487,7 +71498,7 @@ function allSettled(promises) {
71487
71498
  reason
71488
71499
  }))));
71489
71500
  }
71490
- // ../../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/eventemitter.mjs
71501
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/eventemitter.mjs
71491
71502
  class SimpleEventEmitter {
71492
71503
  constructor() {
71493
71504
  this.events = {};
@@ -71509,7 +71520,7 @@ class SimpleEventEmitter {
71509
71520
  }
71510
71521
  }
71511
71522
 
71512
- // ../../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/posthog-core-stateless.mjs
71523
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/posthog-core-stateless.mjs
71513
71524
  class PostHogFetchHttpError extends Error {
71514
71525
  constructor(response, reqByteLength) {
71515
71526
  super("HTTP error while fetching PostHog: status=" + response.status + ", reqByteLength=" + reqByteLength), this.response = response, this.reqByteLength = reqByteLength, this.name = "PostHogFetchHttpError";
@@ -72224,7 +72235,7 @@ class PostHogCoreStateless {
72224
72235
  return this.shutdownPromise;
72225
72236
  }
72226
72237
  }
72227
- // ../../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/index.mjs
72238
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/index.mjs
72228
72239
  var exports_error_tracking = {};
72229
72240
  __export(exports_error_tracking, {
72230
72241
  winjsStackLineParser: () => winjsStackLineParser,
@@ -72248,7 +72259,7 @@ __export(exports_error_tracking, {
72248
72259
  DOMExceptionCoercer: () => DOMExceptionCoercer
72249
72260
  });
72250
72261
 
72251
- // ../../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/chunk-ids.mjs
72262
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/chunk-ids.mjs
72252
72263
  var parsedStackResults;
72253
72264
  var lastKeysCount;
72254
72265
  var cachedFilenameChunkIds;
@@ -72287,7 +72298,7 @@ function getFilenameToChunkIdMap(stackParser) {
72287
72298
  return cachedFilenameChunkIds;
72288
72299
  }
72289
72300
 
72290
- // ../../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/error-properties-builder.mjs
72301
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/error-properties-builder.mjs
72291
72302
  var MAX_CAUSE_RECURSION = 4;
72292
72303
 
72293
72304
  class ErrorPropertiesBuilder {
@@ -72409,7 +72420,7 @@ class ErrorPropertiesBuilder {
72409
72420
  return context;
72410
72421
  }
72411
72422
  }
72412
- // ../../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/base.mjs
72423
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/base.mjs
72413
72424
  var UNKNOWN_FUNCTION = "?";
72414
72425
  function createFrame(platform, filename, func, lineno, colno) {
72415
72426
  const frame = {
@@ -72425,7 +72436,7 @@ function createFrame(platform, filename, func, lineno, colno) {
72425
72436
  return frame;
72426
72437
  }
72427
72438
 
72428
- // ../../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/safari.mjs
72439
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/safari.mjs
72429
72440
  var extractSafariExtensionDetails = (func, filename) => {
72430
72441
  const isSafariExtension = func.indexOf("safari-extension") !== -1;
72431
72442
  const isSafariWebExtension = func.indexOf("safari-web-extension") !== -1;
@@ -72438,7 +72449,7 @@ var extractSafariExtensionDetails = (func, filename) => {
72438
72449
  ];
72439
72450
  };
72440
72451
 
72441
- // ../../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/chrome.mjs
72452
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/chrome.mjs
72442
72453
  var chromeRegexNoFnName = /^\s*at (\S+?)(?::(\d+))(?::(\d+))\s*$/i;
72443
72454
  var chromeRegex = /^\s*at (?:(.+?\)(?: \[.+\])?|.*?) ?\((?:address at )?)?(?:async )?((?:<anonymous>|[-a-z]+:|.*bundle|\/)?.*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i;
72444
72455
  var chromeEvalRegex = /\((\S*)(?::(\d+))(?::(\d+))\)/;
@@ -72464,7 +72475,7 @@ var chromeStackLineParser = (line, platform) => {
72464
72475
  }
72465
72476
  };
72466
72477
 
72467
- // ../../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/gecko.mjs
72478
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/gecko.mjs
72468
72479
  var geckoREgex = /^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:[-a-z]+)?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js)|\/[\w\-. /=]+)(?::(\d+))?(?::(\d+))?\s*$/i;
72469
72480
  var geckoEvalRegex = /(\S+) line (\d+)(?: > eval line \d+)* > eval/i;
72470
72481
  var geckoStackLineParser = (line, platform) => {
@@ -72487,14 +72498,14 @@ var geckoStackLineParser = (line, platform) => {
72487
72498
  }
72488
72499
  };
72489
72500
 
72490
- // ../../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/winjs.mjs
72501
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/winjs.mjs
72491
72502
  var winjsRegex = /^\s*at (?:((?:\[object object\])?.+) )?\(?((?:[-a-z]+):.*?):(\d+)(?::(\d+))?\)?\s*$/i;
72492
72503
  var winjsStackLineParser = (line, platform) => {
72493
72504
  const parts = winjsRegex.exec(line);
72494
72505
  return parts ? createFrame(platform, parts[2], parts[1] || UNKNOWN_FUNCTION, +parts[3], parts[4] ? +parts[4] : undefined) : undefined;
72495
72506
  };
72496
72507
 
72497
- // ../../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/opera.mjs
72508
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/opera.mjs
72498
72509
  var opera10Regex = / line (\d+).*script (?:in )?(\S+)(?:: in function (\S+))?$/i;
72499
72510
  var opera10StackLineParser = (line, platform) => {
72500
72511
  const parts = opera10Regex.exec(line);
@@ -72506,7 +72517,7 @@ var opera11StackLineParser = (line, platform) => {
72506
72517
  return parts ? createFrame(platform, parts[5], parts[3] || parts[4] || UNKNOWN_FUNCTION, +parts[1], +parts[2]) : undefined;
72507
72518
  };
72508
72519
 
72509
- // ../../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/node.mjs
72520
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/node.mjs
72510
72521
  var FILENAME_MATCH = /^\s*[-]{4,}$/;
72511
72522
  var FULL_MATCH = /at (?:async )?(?:(.+?)\s+\()?(?:(.+):(\d+):(\d+)?|([^)]+))\)?/;
72512
72523
  var nodeStackLineParser = (line, platform) => {
@@ -72575,7 +72586,7 @@ function _parseIntOrUndefined(input) {
72575
72586
  return parseInt(input || "", 10) || undefined;
72576
72587
  }
72577
72588
 
72578
- // ../../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/index.mjs
72589
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/index.mjs
72579
72590
  var WEBPACK_ERROR_REGEXP = /\(error: (.*)\)/;
72580
72591
  var STACKTRACE_FRAME_LIMIT = 50;
72581
72592
  function reverseAndStripFrames(stack) {
@@ -72620,7 +72631,7 @@ function createStackParser(platform, ...parsers) {
72620
72631
  return reverseAndStripFrames(frames);
72621
72632
  };
72622
72633
  }
72623
- // ../../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/dom-exception-coercer.mjs
72634
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/dom-exception-coercer.mjs
72624
72635
  class DOMExceptionCoercer {
72625
72636
  match(err) {
72626
72637
  return this.isDOMException(err) || this.isDOMError(err);
@@ -72650,7 +72661,7 @@ class DOMExceptionCoercer {
72650
72661
  return isBuiltin(err, "DOMError");
72651
72662
  }
72652
72663
  }
72653
- // ../../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/error-coercer.mjs
72664
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/error-coercer.mjs
72654
72665
  class ErrorCoercer {
72655
72666
  match(err) {
72656
72667
  return isPlainError(err);
@@ -72677,7 +72688,7 @@ class ErrorCoercer {
72677
72688
  return err.stacktrace || err.stack || undefined;
72678
72689
  }
72679
72690
  }
72680
- // ../../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/error-event-coercer.mjs
72691
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/error-event-coercer.mjs
72681
72692
  class ErrorEventCoercer {
72682
72693
  constructor() {}
72683
72694
  match(err) {
@@ -72695,7 +72706,7 @@ class ErrorEventCoercer {
72695
72706
  return exceptionLike;
72696
72707
  }
72697
72708
  }
72698
- // ../../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/string-coercer.mjs
72709
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/string-coercer.mjs
72699
72710
  var ERROR_TYPES_PATTERN = /^(?:[Uu]ncaught (?:exception: )?)?(?:((?:Eval|Internal|Range|Reference|Syntax|Type|URI|)Error): )?(.*)$/i;
72700
72711
 
72701
72712
  class StringCoercer {
@@ -72725,7 +72736,7 @@ class StringCoercer {
72725
72736
  ];
72726
72737
  }
72727
72738
  }
72728
- // ../../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/types.mjs
72739
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/types.mjs
72729
72740
  var severityLevels = [
72730
72741
  "fatal",
72731
72742
  "error",
@@ -72735,7 +72746,7 @@ var severityLevels = [
72735
72746
  "debug"
72736
72747
  ];
72737
72748
 
72738
- // ../../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/utils.mjs
72749
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/utils.mjs
72739
72750
  function extractExceptionKeysForMessage(err, maxLength = 40) {
72740
72751
  const keys = Object.keys(err);
72741
72752
  keys.sort();
@@ -72752,7 +72763,7 @@ function extractExceptionKeysForMessage(err, maxLength = 40) {
72752
72763
  return "";
72753
72764
  }
72754
72765
 
72755
- // ../../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/object-coercer.mjs
72766
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/object-coercer.mjs
72756
72767
  class ObjectCoercer {
72757
72768
  match(candidate) {
72758
72769
  return typeof candidate == "object" && candidate !== null;
@@ -72805,7 +72816,7 @@ class ObjectCoercer {
72805
72816
  }
72806
72817
  }
72807
72818
  }
72808
- // ../../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/event-coercer.mjs
72819
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/event-coercer.mjs
72809
72820
  class EventCoercer {
72810
72821
  match(err) {
72811
72822
  return isEvent(err);
@@ -72820,7 +72831,7 @@ class EventCoercer {
72820
72831
  };
72821
72832
  }
72822
72833
  }
72823
- // ../../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/primitive-coercer.mjs
72834
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/primitive-coercer.mjs
72824
72835
  class PrimitiveCoercer {
72825
72836
  match(candidate) {
72826
72837
  return isPrimitive(candidate);
@@ -72834,7 +72845,7 @@ class PrimitiveCoercer {
72834
72845
  };
72835
72846
  }
72836
72847
  }
72837
- // ../../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/promise-rejection-event.mjs
72848
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/promise-rejection-event.mjs
72838
72849
  class PromiseRejectionEventCoercer {
72839
72850
  match(err) {
72840
72851
  return isBuiltin(err, "PromiseRejectionEvent") || this.isCustomEventWrappingRejection(err);
@@ -72870,7 +72881,7 @@ class PromiseRejectionEventCoercer {
72870
72881
  return error;
72871
72882
  }
72872
72883
  }
72873
- // ../../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/utils.mjs
72884
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/utils.mjs
72874
72885
  class ReduceableCache {
72875
72886
  constructor(_maxSize) {
72876
72887
  this._maxSize = _maxSize;
@@ -72895,7 +72906,7 @@ class ReduceableCache {
72895
72906
  }
72896
72907
  }
72897
72908
  }
72898
- // ../../switchroom/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/context-lines.node.mjs
72909
+ // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/context-lines.node.mjs
72899
72910
  import { createReadStream } from "node:fs";
72900
72911
  import { createInterface as createInterface5 } from "node:readline";
72901
72912
  var LRU_FILE_CONTENTS_CACHE = new exports_error_tracking.ReduceableCache(25);
@@ -73113,7 +73124,7 @@ function snipLine(line, colno) {
73113
73124
  return newLine;
73114
73125
  }
73115
73126
 
73116
- // ../../switchroom/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/autocapture.mjs
73127
+ // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/autocapture.mjs
73117
73128
  function makeUncaughtExceptionHandler(captureFn, onFatalFn) {
73118
73129
  let calledFatalError = false;
73119
73130
  return Object.assign((error) => {
@@ -73145,7 +73156,7 @@ function addUnhandledRejectionListener(captureFn) {
73145
73156
  }));
73146
73157
  }
73147
73158
 
73148
- // ../../switchroom/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/index.mjs
73159
+ // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/index.mjs
73149
73160
  var SHUTDOWN_TIMEOUT = 2000;
73150
73161
 
73151
73162
  class ErrorTracking {
@@ -73214,10 +73225,10 @@ class ErrorTracking {
73214
73225
  }
73215
73226
  }
73216
73227
 
73217
- // ../../switchroom/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/version.mjs
73228
+ // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/version.mjs
73218
73229
  var version = "5.29.2";
73219
73230
 
73220
- // ../../switchroom/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/types.mjs
73231
+ // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/types.mjs
73221
73232
  var FeatureFlagError2 = {
73222
73233
  ERRORS_WHILE_COMPUTING: "errors_while_computing_flags",
73223
73234
  FLAG_MISSING: "flag_missing",
@@ -73225,7 +73236,7 @@ var FeatureFlagError2 = {
73225
73236
  UNKNOWN_ERROR: "unknown_error"
73226
73237
  };
73227
73238
 
73228
- // ../../switchroom/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/feature-flags/crypto.mjs
73239
+ // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/feature-flags/crypto.mjs
73229
73240
  async function hashSHA1(text) {
73230
73241
  const subtle = globalThis.crypto?.subtle;
73231
73242
  if (!subtle)
@@ -73235,7 +73246,7 @@ async function hashSHA1(text) {
73235
73246
  return hashArray.map((byte) => byte.toString(16).padStart(2, "0")).join("");
73236
73247
  }
73237
73248
 
73238
- // ../../switchroom/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/feature-flags/feature-flags.mjs
73249
+ // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/feature-flags/feature-flags.mjs
73239
73250
  var SIXTY_SECONDS = 60000;
73240
73251
  var LONG_SCALE = 1152921504606847000;
73241
73252
  var NULL_VALUES_ALLOWED_OPERATORS = [
@@ -74109,7 +74120,7 @@ function relativeDateParseForFeatureFlagMatching(value) {
74109
74120
  }
74110
74121
  }
74111
74122
 
74112
- // ../../switchroom/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/storage-memory.mjs
74123
+ // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/storage-memory.mjs
74113
74124
  class PostHogMemoryStorage {
74114
74125
  getProperty(key) {
74115
74126
  return this._memoryStorage[key];
@@ -74122,7 +74133,7 @@ class PostHogMemoryStorage {
74122
74133
  }
74123
74134
  }
74124
74135
 
74125
- // ../../switchroom/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/client.mjs
74136
+ // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/client.mjs
74126
74137
  var MINIMUM_POLLING_INTERVAL = 100;
74127
74138
  var THIRTY_SECONDS = 30000;
74128
74139
  var MAX_CACHE_SIZE = 50000;
@@ -74910,7 +74921,7 @@ class PostHogBackendClient extends PostHogCoreStateless {
74910
74921
  }
74911
74922
  }
74912
74923
 
74913
- // ../../switchroom/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/context/context.mjs
74924
+ // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/context/context.mjs
74914
74925
  import { AsyncLocalStorage } from "node:async_hooks";
74915
74926
 
74916
74927
  class PostHogContext {
@@ -74941,7 +74952,7 @@ class PostHogContext {
74941
74952
  }
74942
74953
  }
74943
74954
 
74944
- // ../../switchroom/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/sentry-integration.mjs
74955
+ // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/sentry-integration.mjs
74945
74956
  var NAME = "posthog-node";
74946
74957
  function createEventProcessor(_posthog, { organization, projectId, prefix, severityAllowList = [
74947
74958
  "error"
@@ -75009,7 +75020,7 @@ class PostHogSentryIntegration {
75009
75020
  };
75010
75021
  }
75011
75022
  }
75012
- // ../../switchroom/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/entrypoints/index.node.mjs
75023
+ // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/entrypoints/index.node.mjs
75013
75024
  ErrorTracking.errorPropertiesBuilder = new exports_error_tracking.ErrorPropertiesBuilder([
75014
75025
  new exports_error_tracking.EventCoercer,
75015
75026
  new exports_error_tracking.ErrorCoercer,
@@ -78032,6 +78043,7 @@ import { existsSync as existsSync52, copyFileSync as copyFileSync8, readFileSync
78032
78043
  import { resolve as resolve30, dirname as dirname13 } from "node:path";
78033
78044
  init_vault();
78034
78045
  init_manager();
78046
+ init_client();
78035
78047
 
78036
78048
  // src/cli/setup-posture-rewrite.ts
78037
78049
  var import_yaml15 = __toESM(require_dist(), 1);
@@ -78567,6 +78579,15 @@ async function stepCreateTopics(config, botToken, nonInteractive) {
78567
78579
  }
78568
78580
  }
78569
78581
  }
78582
+ async function resolveLiteLLMForHindsight2(config) {
78583
+ const topLiteLLM = config.litellm;
78584
+ if (!topLiteLLM?.enabled || !topLiteLLM.base_url)
78585
+ return;
78586
+ const result = await getViaBrokerStructured("litellm/hindsight/api-key").catch(() => null);
78587
+ if (!result || result.kind !== "ok" || result.entry.kind !== "string")
78588
+ return;
78589
+ return { baseUrl: topLiteLLM.base_url, apiKey: result.entry.value };
78590
+ }
78570
78591
  async function stepMemoryBackend(config, nonInteractive, switchroomConfigPath) {
78571
78592
  stepHeader(6, "Memory backend", STEP_ACTIVE);
78572
78593
  const memoryBackend = config.memory?.backend ?? "hindsight";
@@ -78631,7 +78652,11 @@ async function stepMemoryBackend(config, nonInteractive, switchroomConfigPath) {
78631
78652
  }
78632
78653
  const spin = spinner("Starting Hindsight Docker container...");
78633
78654
  try {
78634
- startHindsight();
78655
+ const litellmCfg = await resolveLiteLLMForHindsight2(config);
78656
+ startHindsight(undefined, litellmCfg);
78657
+ if (litellmCfg) {
78658
+ console.log(source_default.gray(" LiteLLM routing enabled (--network host, ANTHROPIC_BASE_URL set)."));
78659
+ }
78635
78660
  if (isHindsightRunning()) {
78636
78661
  spin.stop(source_default.green(`${STEP_DONE} Hindsight container started (switchroom-hindsight)`));
78637
78662
  console.log(source_default.gray(" API: http://localhost:8888/mcp"));
@@ -85580,7 +85605,8 @@ async function provisionLiteLLMKeys(config, agentNames, switchroomConfigPath, ct
85580
85605
  optedIn.push({ name, litellm: resolved.litellm ?? {} });
85581
85606
  }
85582
85607
  }
85583
- if (optedIn.length === 0)
85608
+ const needsHindsight = config.litellm?.enabled === true && config.memory?.backend === "hindsight";
85609
+ if (optedIn.length === 0 && !needsHindsight)
85584
85610
  return;
85585
85611
  const [{ getViaBrokerStructured: getViaBrokerStructured2, putViaBroker: putViaBroker2 }, { ensureTeam: ensureTeam2, ensureKey: ensureKey2 }, { addAgentSecret: addAgentSecret2 }] = await Promise.all([
85586
85612
  Promise.resolve().then(() => (init_client(), exports_client)),
@@ -85595,7 +85621,11 @@ async function provisionLiteLLMKeys(config, agentNames, switchroomConfigPath, ct
85595
85621
  message: `litellm: cannot write virtual key \u2014 no operator vault passphrase available ` + `(set SWITCHROOM_VAULT_PASSPHRASE, or enable auto-unlock with 'switchroom vault broker enable-auto-unlock'). The broker refuses new keys without operator attestation.`
85596
85622
  });
85597
85623
  }
85598
- ctx.writeErr(source_default.red(` x litellm: no operator vault passphrase \u2014 skipping provisioning for ` + `${optedIn.length} opted-in agent(s). They will NOT get routing env until a key exists.
85624
+ const targets = [
85625
+ ...optedIn.map(({ name }) => name),
85626
+ ...needsHindsight ? ["hindsight (service)"] : []
85627
+ ];
85628
+ ctx.writeErr(source_default.red(` x litellm: no operator vault passphrase \u2014 skipping provisioning for ` + `${targets.join(", ")}. They will NOT get routing env until a key exists.
85599
85629
  `));
85600
85630
  return;
85601
85631
  }
@@ -85719,6 +85749,49 @@ async function provisionLiteLLMKeys(config, agentNames, switchroomConfigPath, ct
85719
85749
  `));
85720
85750
  }
85721
85751
  }
85752
+ if (needsHindsight) {
85753
+ const baseUrl = topLevel?.base_url;
85754
+ const adminKeyRef = topLevel?.admin_key;
85755
+ if (baseUrl && adminKeyRef) {
85756
+ const hindsightVaultKey = "litellm/hindsight/api-key";
85757
+ try {
85758
+ const existing = await getViaBrokerStructured2(hindsightVaultKey);
85759
+ if (existing.kind === "ok") {
85760
+ writeOut(source_default.gray(` ~ litellm/hindsight: key already provisioned (skipped)
85761
+ `));
85762
+ } else {
85763
+ let masterKey = adminKeyRef;
85764
+ if (isVaultReference(adminKeyRef)) {
85765
+ const resolved = await getViaBrokerStructured2(parseVaultReference(adminKeyRef));
85766
+ if (resolved.kind === "ok" && resolved.entry.kind === "string") {
85767
+ masterKey = resolved.entry.value;
85768
+ } else {
85769
+ throw new Error(`admin_key vault ref '${adminKeyRef}' did not resolve`);
85770
+ }
85771
+ }
85772
+ const team = topLevel?.team ?? "switchroom";
85773
+ await ensureTeam2(baseUrl, masterKey, team);
85774
+ const { key } = await ensureKey2({
85775
+ baseUrl,
85776
+ masterKey,
85777
+ alias: "service:hindsight",
85778
+ team,
85779
+ metadata: { service: "hindsight", env: "fleet", ...oauthAccount ? { oauth_account: oauthAccount } : {} }
85780
+ });
85781
+ const put = await putViaBroker2(hindsightVaultKey, { kind: "string", value: key }, { passphrase });
85782
+ if (put.kind === "ok") {
85783
+ writeOut(source_default.green(` + litellm/hindsight: provisioned virtual key (team '${team}')
85784
+ `));
85785
+ } else {
85786
+ throw new Error(`vault write failed (${put.kind})`);
85787
+ }
85788
+ }
85789
+ } catch (err) {
85790
+ ctx.writeErr(source_default.yellow(` ! litellm/hindsight: key provisioning failed \u2014 ${err.message}
85791
+ `));
85792
+ }
85793
+ }
85794
+ }
85722
85795
  }
85723
85796
  function resolveVaultBindMountDir(homeDir, ctx) {
85724
85797
  const isCustomPath = ctx.migrationKind === "custom-path-skipped";