switchroom 0.12.29 → 0.13.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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-sec-1417/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();
@@ -13609,6 +13609,7 @@ var init_schema = __esm(() => {
13609
13609
  format: exports_external.enum(["html", "markdownv2", "text"]).optional().describe("Default reply format passed to the plugin"),
13610
13610
  rate_limit_ms: exports_external.number().optional().describe("Minimum delay between outgoing messages in ms"),
13611
13611
  stream_mode: exports_external.enum(["pty", "checklist"]).optional().describe("How live progress is streamed to Telegram during a turn. " + "'pty' (default) surfaces text snapshots of Claude Code's TUI \u2014 " + "compatible but can flicker as Ink re-renders. 'checklist' drives " + "a structured progress card from session-tail events \u2014 stable " + "order, per-tool status emojis, fires only on semantic transitions."),
13612
+ stream_throttle_ms: exports_external.number().int().nonnegative().optional().describe("Throttle window in ms between successive stream edits (or " + "sendMessageDraft tics) during a turn. Lower = more responsive " + "stream, higher = fewer API calls. Floored at 250 by draft-stream " + "itself. Default 300 for draft transport (DMs) and 1000 for " + "message transport (groups/forums). Override per-agent if a " + "particular agent needs snappier or quieter streaming."),
13612
13613
  hotReloadStable: exports_external.boolean().optional().describe("If true, the stable workspace prefix (AGENTS.md, SOUL.md, USER.md, " + "IDENTITY.md, TOOLS.md, HEARTBEAT.md) is re-injected on every turn via " + "the UserPromptSubmit hook instead of baked into --append-system-prompt " + "at session start. Lets workspace edits propagate without a restart. " + "Costs ~5-10% per-turn latency/spend since the stable prefix is no " + "longer prompt-cached."),
13613
13614
  orphan_promotion_ms: exports_external.number().int().nonnegative().optional().describe("How long (ms) a parent turn waits for a sub-agent JSONL watcher " + "to deliver sub_agent_started before the heartbeat promotes the spawn " + "to a synthesised 'running' row. Default 5000. Set to 0 to disable " + "orphan promotion entirely."),
13614
13615
  cold_sub_agent_threshold_ms: exports_external.number().int().nonnegative().optional().describe("JSONL-cold threshold (ms). When a running sub-agent emits no events " + "for this long, the heartbeat synthesises a turn_end for it so the " + "deferred-completion path can proceed. Default 30000. Set to 0 to " + "disable the synthetic close."),
@@ -15058,7 +15059,7 @@ function classifyTimezoneSource(config, resolvedAgent) {
15058
15059
  }
15059
15060
  var init_timezone = () => {};
15060
15061
 
15061
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/utils.js
15062
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/utils.js
15062
15063
  var require_utils = __commonJS((exports) => {
15063
15064
  exports.__esModule = true;
15064
15065
  exports.extend = extend;
@@ -15154,7 +15155,7 @@ var require_utils = __commonJS((exports) => {
15154
15155
  }
15155
15156
  });
15156
15157
 
15157
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/exception.js
15158
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/exception.js
15158
15159
  var require_exception = __commonJS((exports, module) => {
15159
15160
  exports.__esModule = true;
15160
15161
  var errorProps = ["description", "fileName", "lineNumber", "endLineNumber", "message", "name", "number", "stack"];
@@ -15199,7 +15200,7 @@ var require_exception = __commonJS((exports, module) => {
15199
15200
  module.exports = exports["default"];
15200
15201
  });
15201
15202
 
15202
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/block-helper-missing.js
15203
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/block-helper-missing.js
15203
15204
  var require_block_helper_missing = __commonJS((exports, module) => {
15204
15205
  exports.__esModule = true;
15205
15206
  var _utils = require_utils();
@@ -15232,7 +15233,7 @@ var require_block_helper_missing = __commonJS((exports, module) => {
15232
15233
  module.exports = exports["default"];
15233
15234
  });
15234
15235
 
15235
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/each.js
15236
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/each.js
15236
15237
  var require_each = __commonJS((exports, module) => {
15237
15238
  exports.__esModule = true;
15238
15239
  function _interopRequireDefault(obj) {
@@ -15313,7 +15314,7 @@ var require_each = __commonJS((exports, module) => {
15313
15314
  module.exports = exports["default"];
15314
15315
  });
15315
15316
 
15316
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/helper-missing.js
15317
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/helper-missing.js
15317
15318
  var require_helper_missing = __commonJS((exports, module) => {
15318
15319
  exports.__esModule = true;
15319
15320
  function _interopRequireDefault(obj) {
@@ -15333,7 +15334,7 @@ var require_helper_missing = __commonJS((exports, module) => {
15333
15334
  module.exports = exports["default"];
15334
15335
  });
15335
15336
 
15336
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/if.js
15337
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/if.js
15337
15338
  var require_if = __commonJS((exports, module) => {
15338
15339
  exports.__esModule = true;
15339
15340
  function _interopRequireDefault(obj) {
@@ -15370,7 +15371,7 @@ var require_if = __commonJS((exports, module) => {
15370
15371
  module.exports = exports["default"];
15371
15372
  });
15372
15373
 
15373
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/log.js
15374
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/log.js
15374
15375
  var require_log2 = __commonJS((exports, module) => {
15375
15376
  exports.__esModule = true;
15376
15377
  exports.default = function(instance) {
@@ -15392,7 +15393,7 @@ var require_log2 = __commonJS((exports, module) => {
15392
15393
  module.exports = exports["default"];
15393
15394
  });
15394
15395
 
15395
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/lookup.js
15396
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/lookup.js
15396
15397
  var require_lookup = __commonJS((exports, module) => {
15397
15398
  exports.__esModule = true;
15398
15399
  exports.default = function(instance) {
@@ -15406,7 +15407,7 @@ var require_lookup = __commonJS((exports, module) => {
15406
15407
  module.exports = exports["default"];
15407
15408
  });
15408
15409
 
15409
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/with.js
15410
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/with.js
15410
15411
  var require_with = __commonJS((exports, module) => {
15411
15412
  exports.__esModule = true;
15412
15413
  function _interopRequireDefault(obj) {
@@ -15442,7 +15443,7 @@ var require_with = __commonJS((exports, module) => {
15442
15443
  module.exports = exports["default"];
15443
15444
  });
15444
15445
 
15445
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers.js
15446
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers.js
15446
15447
  var require_helpers = __commonJS((exports) => {
15447
15448
  exports.__esModule = true;
15448
15449
  exports.registerDefaultHelpers = registerDefaultHelpers;
@@ -15483,7 +15484,7 @@ var require_helpers = __commonJS((exports) => {
15483
15484
  }
15484
15485
  });
15485
15486
 
15486
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/decorators/inline.js
15487
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/decorators/inline.js
15487
15488
  var require_inline = __commonJS((exports, module) => {
15488
15489
  exports.__esModule = true;
15489
15490
  var _utils = require_utils();
@@ -15507,7 +15508,7 @@ var require_inline = __commonJS((exports, module) => {
15507
15508
  module.exports = exports["default"];
15508
15509
  });
15509
15510
 
15510
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/decorators.js
15511
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/decorators.js
15511
15512
  var require_decorators = __commonJS((exports) => {
15512
15513
  exports.__esModule = true;
15513
15514
  exports.registerDefaultDecorators = registerDefaultDecorators;
@@ -15521,7 +15522,7 @@ var require_decorators = __commonJS((exports) => {
15521
15522
  }
15522
15523
  });
15523
15524
 
15524
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/logger.js
15525
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/logger.js
15525
15526
  var require_logger = __commonJS((exports, module) => {
15526
15527
  exports.__esModule = true;
15527
15528
  var _utils = require_utils();
@@ -15557,7 +15558,7 @@ var require_logger = __commonJS((exports, module) => {
15557
15558
  module.exports = exports["default"];
15558
15559
  });
15559
15560
 
15560
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/internal/proto-access.js
15561
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/internal/proto-access.js
15561
15562
  var require_proto_access = __commonJS((exports) => {
15562
15563
  exports.__esModule = true;
15563
15564
  exports.createProtoAccessControl = createProtoAccessControl;
@@ -15624,7 +15625,7 @@ var require_proto_access = __commonJS((exports) => {
15624
15625
  }
15625
15626
  });
15626
15627
 
15627
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/base.js
15628
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/base.js
15628
15629
  var require_base = __commonJS((exports) => {
15629
15630
  exports.__esModule = true;
15630
15631
  exports.HandlebarsEnvironment = HandlebarsEnvironment;
@@ -15717,7 +15718,7 @@ var require_base = __commonJS((exports) => {
15717
15718
  exports.logger = _logger2["default"];
15718
15719
  });
15719
15720
 
15720
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/safe-string.js
15721
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/safe-string.js
15721
15722
  var require_safe_string = __commonJS((exports, module) => {
15722
15723
  exports.__esModule = true;
15723
15724
  function SafeString(string) {
@@ -15730,7 +15731,7 @@ var require_safe_string = __commonJS((exports, module) => {
15730
15731
  module.exports = exports["default"];
15731
15732
  });
15732
15733
 
15733
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/internal/wrapHelper.js
15734
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/internal/wrapHelper.js
15734
15735
  var require_wrapHelper = __commonJS((exports) => {
15735
15736
  exports.__esModule = true;
15736
15737
  exports.wrapHelper = wrapHelper;
@@ -15747,7 +15748,7 @@ var require_wrapHelper = __commonJS((exports) => {
15747
15748
  }
15748
15749
  });
15749
15750
 
15750
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/runtime.js
15751
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/runtime.js
15751
15752
  var require_runtime = __commonJS((exports) => {
15752
15753
  exports.__esModule = true;
15753
15754
  exports.checkRevision = checkRevision;
@@ -16062,7 +16063,7 @@ var require_runtime = __commonJS((exports) => {
16062
16063
  }
16063
16064
  });
16064
16065
 
16065
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/no-conflict.js
16066
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/no-conflict.js
16066
16067
  var require_no_conflict = __commonJS((exports, module) => {
16067
16068
  exports.__esModule = true;
16068
16069
  exports.default = function(Handlebars) {
@@ -16086,7 +16087,7 @@ var require_no_conflict = __commonJS((exports, module) => {
16086
16087
  module.exports = exports["default"];
16087
16088
  });
16088
16089
 
16089
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars.runtime.js
16090
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars.runtime.js
16090
16091
  var require_handlebars_runtime = __commonJS((exports, module) => {
16091
16092
  exports.__esModule = true;
16092
16093
  function _interopRequireDefault(obj) {
@@ -16140,7 +16141,7 @@ var require_handlebars_runtime = __commonJS((exports, module) => {
16140
16141
  module.exports = exports["default"];
16141
16142
  });
16142
16143
 
16143
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/ast.js
16144
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/ast.js
16144
16145
  var require_ast = __commonJS((exports, module) => {
16145
16146
  exports.__esModule = true;
16146
16147
  var AST = {
@@ -16160,7 +16161,7 @@ var require_ast = __commonJS((exports, module) => {
16160
16161
  module.exports = exports["default"];
16161
16162
  });
16162
16163
 
16163
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/parser.js
16164
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/parser.js
16164
16165
  var require_parser2 = __commonJS((exports, module) => {
16165
16166
  exports.__esModule = true;
16166
16167
  var handlebars = function() {
@@ -16884,7 +16885,7 @@ Expecting ` + expected.join(", ") + ", got '" + (this.terminals_[symbol] || symb
16884
16885
  module.exports = exports["default"];
16885
16886
  });
16886
16887
 
16887
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/visitor.js
16888
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/visitor.js
16888
16889
  var require_visitor = __commonJS((exports, module) => {
16889
16890
  exports.__esModule = true;
16890
16891
  function _interopRequireDefault(obj) {
@@ -16989,7 +16990,7 @@ var require_visitor = __commonJS((exports, module) => {
16989
16990
  module.exports = exports["default"];
16990
16991
  });
16991
16992
 
16992
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/whitespace-control.js
16993
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/whitespace-control.js
16993
16994
  var require_whitespace_control = __commonJS((exports, module) => {
16994
16995
  exports.__esModule = true;
16995
16996
  function _interopRequireDefault(obj) {
@@ -17135,7 +17136,7 @@ var require_whitespace_control = __commonJS((exports, module) => {
17135
17136
  module.exports = exports["default"];
17136
17137
  });
17137
17138
 
17138
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/helpers.js
17139
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/helpers.js
17139
17140
  var require_helpers2 = __commonJS((exports) => {
17140
17141
  exports.__esModule = true;
17141
17142
  exports.SourceLocation = SourceLocation;
@@ -17320,7 +17321,7 @@ var require_helpers2 = __commonJS((exports) => {
17320
17321
  }
17321
17322
  });
17322
17323
 
17323
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/base.js
17324
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/base.js
17324
17325
  var require_base2 = __commonJS((exports) => {
17325
17326
  exports.__esModule = true;
17326
17327
  exports.parseWithoutProcessing = parseWithoutProcessing;
@@ -17419,7 +17420,7 @@ var require_base2 = __commonJS((exports) => {
17419
17420
  }
17420
17421
  });
17421
17422
 
17422
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/compiler.js
17423
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/compiler.js
17423
17424
  var require_compiler = __commonJS((exports) => {
17424
17425
  exports.__esModule = true;
17425
17426
  exports.Compiler = Compiler;
@@ -17836,7 +17837,7 @@ var require_compiler = __commonJS((exports) => {
17836
17837
  }
17837
17838
  });
17838
17839
 
17839
- // ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/base64.js
17840
+ // node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/base64.js
17840
17841
  var require_base64 = __commonJS((exports) => {
17841
17842
  var intToCharMap = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");
17842
17843
  exports.encode = function(number) {
@@ -17875,7 +17876,7 @@ var require_base64 = __commonJS((exports) => {
17875
17876
  };
17876
17877
  });
17877
17878
 
17878
- // ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/base64-vlq.js
17879
+ // node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/base64-vlq.js
17879
17880
  var require_base64_vlq = __commonJS((exports) => {
17880
17881
  var base64 = require_base64();
17881
17882
  var VLQ_BASE_SHIFT = 5;
@@ -17927,7 +17928,7 @@ var require_base64_vlq = __commonJS((exports) => {
17927
17928
  };
17928
17929
  });
17929
17930
 
17930
- // ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/util.js
17931
+ // node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/util.js
17931
17932
  var require_util = __commonJS((exports) => {
17932
17933
  function getArg(aArgs, aName, aDefaultValue) {
17933
17934
  if (aName in aArgs) {
@@ -18226,7 +18227,7 @@ var require_util = __commonJS((exports) => {
18226
18227
  exports.computeSourceURL = computeSourceURL;
18227
18228
  });
18228
18229
 
18229
- // ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/array-set.js
18230
+ // node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/array-set.js
18230
18231
  var require_array_set = __commonJS((exports) => {
18231
18232
  var util3 = require_util();
18232
18233
  var has = Object.prototype.hasOwnProperty;
@@ -18294,7 +18295,7 @@ var require_array_set = __commonJS((exports) => {
18294
18295
  exports.ArraySet = ArraySet;
18295
18296
  });
18296
18297
 
18297
- // ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/mapping-list.js
18298
+ // node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/mapping-list.js
18298
18299
  var require_mapping_list = __commonJS((exports) => {
18299
18300
  var util3 = require_util();
18300
18301
  function generatedPositionAfter(mappingA, mappingB) {
@@ -18331,7 +18332,7 @@ var require_mapping_list = __commonJS((exports) => {
18331
18332
  exports.MappingList = MappingList;
18332
18333
  });
18333
18334
 
18334
- // ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/source-map-generator.js
18335
+ // node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/source-map-generator.js
18335
18336
  var require_source_map_generator = __commonJS((exports) => {
18336
18337
  var base64VLQ = require_base64_vlq();
18337
18338
  var util3 = require_util();
@@ -18601,7 +18602,7 @@ var require_source_map_generator = __commonJS((exports) => {
18601
18602
  exports.SourceMapGenerator = SourceMapGenerator;
18602
18603
  });
18603
18604
 
18604
- // ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/binary-search.js
18605
+ // node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/binary-search.js
18605
18606
  var require_binary_search = __commonJS((exports) => {
18606
18607
  exports.GREATEST_LOWER_BOUND = 1;
18607
18608
  exports.LEAST_UPPER_BOUND = 2;
@@ -18648,7 +18649,7 @@ var require_binary_search = __commonJS((exports) => {
18648
18649
  };
18649
18650
  });
18650
18651
 
18651
- // ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/quick-sort.js
18652
+ // node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/quick-sort.js
18652
18653
  var require_quick_sort = __commonJS((exports) => {
18653
18654
  function swap(ary, x, y) {
18654
18655
  var temp = ary[x];
@@ -18681,7 +18682,7 @@ var require_quick_sort = __commonJS((exports) => {
18681
18682
  };
18682
18683
  });
18683
18684
 
18684
- // ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/source-map-consumer.js
18685
+ // node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/source-map-consumer.js
18685
18686
  var require_source_map_consumer = __commonJS((exports) => {
18686
18687
  var util3 = require_util();
18687
18688
  var binarySearch = require_binary_search();
@@ -19250,7 +19251,7 @@ var require_source_map_consumer = __commonJS((exports) => {
19250
19251
  exports.IndexedSourceMapConsumer = IndexedSourceMapConsumer;
19251
19252
  });
19252
19253
 
19253
- // ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/source-node.js
19254
+ // node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/source-node.js
19254
19255
  var require_source_node = __commonJS((exports) => {
19255
19256
  var SourceMapGenerator = require_source_map_generator().SourceMapGenerator;
19256
19257
  var util3 = require_util();
@@ -19504,14 +19505,14 @@ var require_source_node = __commonJS((exports) => {
19504
19505
  exports.SourceNode = SourceNode;
19505
19506
  });
19506
19507
 
19507
- // ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/source-map.js
19508
+ // node_modules/.bun/source-map@0.6.1/node_modules/source-map/source-map.js
19508
19509
  var require_source_map = __commonJS((exports) => {
19509
19510
  exports.SourceMapGenerator = require_source_map_generator().SourceMapGenerator;
19510
19511
  exports.SourceMapConsumer = require_source_map_consumer().SourceMapConsumer;
19511
19512
  exports.SourceNode = require_source_node().SourceNode;
19512
19513
  });
19513
19514
 
19514
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/code-gen.js
19515
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/code-gen.js
19515
19516
  var require_code_gen = __commonJS((exports, module) => {
19516
19517
  exports.__esModule = true;
19517
19518
  var _utils = require_utils();
@@ -19644,7 +19645,7 @@ var require_code_gen = __commonJS((exports, module) => {
19644
19645
  module.exports = exports["default"];
19645
19646
  });
19646
19647
 
19647
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/javascript-compiler.js
19648
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/javascript-compiler.js
19648
19649
  var require_javascript_compiler = __commonJS((exports, module) => {
19649
19650
  exports.__esModule = true;
19650
19651
  function _interopRequireDefault(obj) {
@@ -20412,7 +20413,7 @@ var require_javascript_compiler = __commonJS((exports, module) => {
20412
20413
  module.exports = exports["default"];
20413
20414
  });
20414
20415
 
20415
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars.js
20416
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars.js
20416
20417
  var require_handlebars = __commonJS((exports, module) => {
20417
20418
  exports.__esModule = true;
20418
20419
  function _interopRequireDefault(obj) {
@@ -20456,7 +20457,7 @@ var require_handlebars = __commonJS((exports, module) => {
20456
20457
  module.exports = exports["default"];
20457
20458
  });
20458
20459
 
20459
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/printer.js
20460
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/printer.js
20460
20461
  var require_printer = __commonJS((exports) => {
20461
20462
  exports.__esModule = true;
20462
20463
  exports.print = print;
@@ -20600,7 +20601,7 @@ var require_printer = __commonJS((exports) => {
20600
20601
  };
20601
20602
  });
20602
20603
 
20603
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/lib/index.js
20604
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/lib/index.js
20604
20605
  var require_lib = __commonJS((exports, module) => {
20605
20606
  var handlebars = require_handlebars()["default"];
20606
20607
  var printer = require_printer();
@@ -31015,7 +31016,7 @@ function deriveSlug(inputs, existing) {
31015
31016
  return `${base}_${n}`;
31016
31017
  }
31017
31018
 
31018
- // ../switchroom-sec-1417/node_modules/.bun/boundary@2.0.0/node_modules/boundary/lib/index.js
31019
+ // node_modules/.bun/boundary@2.0.0/node_modules/boundary/lib/index.js
31019
31020
  var require_lib2 = __commonJS((exports2) => {
31020
31021
  Object.defineProperty(exports2, "__esModule", { value: true });
31021
31022
  exports2.binarySearch = exports2.upperBound = exports2.lowerBound = exports2.compare = undefined;
@@ -31062,7 +31063,7 @@ var require_lib2 = __commonJS((exports2) => {
31062
31063
  exports2.binarySearch = binarySearch;
31063
31064
  });
31064
31065
 
31065
- // ../switchroom-sec-1417/node_modules/.bun/structured-source@4.0.0/node_modules/structured-source/lib/structured-source.js
31066
+ // node_modules/.bun/structured-source@4.0.0/node_modules/structured-source/lib/structured-source.js
31066
31067
  var require_structured_source = __commonJS((exports2) => {
31067
31068
  Object.defineProperty(exports2, "__esModule", { value: true });
31068
31069
  exports2.StructuredSource = undefined;
@@ -31117,13 +31118,13 @@ var require_structured_source = __commonJS((exports2) => {
31117
31118
  }
31118
31119
  exports2.StructuredSource = StructuredSource;
31119
31120
  });
31120
- // ../switchroom-sec-1417/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/SecretLintSourceCodeImpl.js
31121
+ // node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/SecretLintSourceCodeImpl.js
31121
31122
  var import_structured_source;
31122
31123
  var init_SecretLintSourceCodeImpl = __esm(() => {
31123
31124
  import_structured_source = __toESM(require_structured_source(), 1);
31124
31125
  });
31125
31126
 
31126
- // ../switchroom-sec-1417/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/helper/promise-event-emitter.js
31127
+ // node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/helper/promise-event-emitter.js
31127
31128
  class EventEmitter {
31128
31129
  #listeners = new Map;
31129
31130
  on(type, listener) {
@@ -31162,9 +31163,9 @@ class EventEmitter {
31162
31163
  return Array.from(this.#listeners.get(type) ?? []);
31163
31164
  }
31164
31165
  }
31165
- // ../switchroom-sec-1417/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RuleContext.js
31166
+ // node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RuleContext.js
31166
31167
  var init_RuleContext = () => {};
31167
- // ../switchroom-sec-1417/node_modules/.bun/@secretlint+profiler@12.2.0/node_modules/@secretlint/profiler/module/index.js
31168
+ // node_modules/.bun/@secretlint+profiler@12.2.0/node_modules/@secretlint/profiler/module/index.js
31168
31169
  class SecretLintProfiler {
31169
31170
  perf;
31170
31171
  entries = [];
@@ -31221,7 +31222,7 @@ class SecretLintProfiler {
31221
31222
  }
31222
31223
  }
31223
31224
 
31224
- // ../switchroom-sec-1417/node_modules/.bun/@secretlint+profiler@12.2.0/node_modules/@secretlint/profiler/module/node.js
31225
+ // node_modules/.bun/@secretlint+profiler@12.2.0/node_modules/@secretlint/profiler/module/node.js
31225
31226
  import perf_hooks from "node:perf_hooks";
31226
31227
 
31227
31228
  class NullPerformanceObserver {
@@ -31236,19 +31237,19 @@ var init_node = __esm(() => {
31236
31237
  });
31237
31238
  });
31238
31239
 
31239
- // ../switchroom-sec-1417/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RunningEvents.js
31240
+ // node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RunningEvents.js
31240
31241
  var init_RunningEvents = __esm(() => {
31241
31242
  init_node();
31242
31243
  });
31243
31244
 
31244
- // ../switchroom-sec-1417/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RulePresetContext.js
31245
+ // node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RulePresetContext.js
31245
31246
  var init_RulePresetContext = __esm(() => {
31246
31247
  init_RuleContext();
31247
31248
  });
31248
- // ../switchroom-sec-1417/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/messages/index.js
31249
+ // node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/messages/index.js
31249
31250
  var init_messages = () => {};
31250
31251
 
31251
- // ../switchroom-sec-1417/node_modules/.bun/ms@2.1.3/node_modules/ms/index.js
31252
+ // node_modules/.bun/ms@2.1.3/node_modules/ms/index.js
31252
31253
  var require_ms = __commonJS((exports2, module) => {
31253
31254
  var s = 1000;
31254
31255
  var m = s * 60;
@@ -31358,7 +31359,7 @@ var require_ms = __commonJS((exports2, module) => {
31358
31359
  }
31359
31360
  });
31360
31361
 
31361
- // ../switchroom-sec-1417/node_modules/.bun/debug@4.4.3/node_modules/debug/src/common.js
31362
+ // node_modules/.bun/debug@4.4.3/node_modules/debug/src/common.js
31362
31363
  var require_common = __commonJS((exports2, module) => {
31363
31364
  function setup(env2) {
31364
31365
  createDebug.debug = createDebug;
@@ -31533,7 +31534,7 @@ var require_common = __commonJS((exports2, module) => {
31533
31534
  module.exports = setup;
31534
31535
  });
31535
31536
 
31536
- // ../switchroom-sec-1417/node_modules/.bun/debug@4.4.3/node_modules/debug/src/browser.js
31537
+ // node_modules/.bun/debug@4.4.3/node_modules/debug/src/browser.js
31537
31538
  var require_browser = __commonJS((exports2, module) => {
31538
31539
  exports2.formatArgs = formatArgs;
31539
31540
  exports2.save = save;
@@ -31693,7 +31694,7 @@ var require_browser = __commonJS((exports2, module) => {
31693
31694
  };
31694
31695
  });
31695
31696
 
31696
- // ../switchroom-sec-1417/node_modules/.bun/has-flag@4.0.0/node_modules/has-flag/index.js
31697
+ // node_modules/.bun/has-flag@4.0.0/node_modules/has-flag/index.js
31697
31698
  var require_has_flag = __commonJS((exports2, module) => {
31698
31699
  module.exports = (flag, argv = process.argv) => {
31699
31700
  const prefix = flag.startsWith("-") ? "" : flag.length === 1 ? "-" : "--";
@@ -31703,7 +31704,7 @@ var require_has_flag = __commonJS((exports2, module) => {
31703
31704
  };
31704
31705
  });
31705
31706
 
31706
- // ../switchroom-sec-1417/node_modules/.bun/supports-color@7.2.0/node_modules/supports-color/index.js
31707
+ // node_modules/.bun/supports-color@7.2.0/node_modules/supports-color/index.js
31707
31708
  var require_supports_color = __commonJS((exports2, module) => {
31708
31709
  var os5 = __require("os");
31709
31710
  var tty2 = __require("tty");
@@ -31802,7 +31803,7 @@ var require_supports_color = __commonJS((exports2, module) => {
31802
31803
  };
31803
31804
  });
31804
31805
 
31805
- // ../switchroom-sec-1417/node_modules/.bun/debug@4.4.3/node_modules/debug/src/node.js
31806
+ // node_modules/.bun/debug@4.4.3/node_modules/debug/src/node.js
31806
31807
  var require_node = __commonJS((exports2, module) => {
31807
31808
  var tty2 = __require("tty");
31808
31809
  var util3 = __require("util");
@@ -31973,7 +31974,7 @@ var require_node = __commonJS((exports2, module) => {
31973
31974
  };
31974
31975
  });
31975
31976
 
31976
- // ../switchroom-sec-1417/node_modules/.bun/debug@4.4.3/node_modules/debug/src/index.js
31977
+ // node_modules/.bun/debug@4.4.3/node_modules/debug/src/index.js
31977
31978
  var require_src = __commonJS((exports2, module) => {
31978
31979
  if (typeof process === "undefined" || process.type === "renderer" || false || process.__nwjs) {
31979
31980
  module.exports = require_browser();
@@ -31982,7 +31983,7 @@ var require_src = __commonJS((exports2, module) => {
31982
31983
  }
31983
31984
  });
31984
31985
 
31985
- // ../switchroom-sec-1417/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/index.js
31986
+ // node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/index.js
31986
31987
  var import_debug, debug;
31987
31988
  var init_module = __esm(() => {
31988
31989
  init_SecretLintSourceCodeImpl();
@@ -31995,7 +31996,7 @@ var init_module = __esm(() => {
31995
31996
  debug = import_debug.default("@secretlint/core");
31996
31997
  });
31997
31998
 
31998
- // ../switchroom-sec-1417/node_modules/.bun/@secretlint+secretlint-rule-preset-recommend@12.2.0/node_modules/@secretlint/secretlint-rule-preset-recommend/module/index.js
31999
+ // node_modules/.bun/@secretlint+secretlint-rule-preset-recommend@12.2.0/node_modules/@secretlint/secretlint-rule-preset-recommend/module/index.js
31999
32000
  function requireLodash_uniq() {
32000
32001
  if (hasRequiredLodash_uniq)
32001
32002
  return lodash_uniq;
@@ -33678,7 +33679,7 @@ var init_secretlint_source = __esm(() => {
33678
33679
  init_suppressor();
33679
33680
  });
33680
33681
 
33681
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/core.js
33682
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/core.js
33682
33683
  function $constructor(name, initializer, params) {
33683
33684
  function init(inst, def) {
33684
33685
  var _a;
@@ -33741,7 +33742,7 @@ var init_core = __esm(() => {
33741
33742
  globalConfig = {};
33742
33743
  });
33743
33744
 
33744
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/util.js
33745
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/util.js
33745
33746
  var exports_util = {};
33746
33747
  __export(exports_util, {
33747
33748
  unwrapMessage: () => unwrapMessage,
@@ -34257,7 +34258,7 @@ var init_util2 = __esm(() => {
34257
34258
  };
34258
34259
  });
34259
34260
 
34260
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/errors.js
34261
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/errors.js
34261
34262
  function flattenError(error, mapper = (issue2) => issue2.message) {
34262
34263
  const fieldErrors = {};
34263
34264
  const formErrors = [];
@@ -34335,7 +34336,7 @@ var init_errors2 = __esm(() => {
34335
34336
  $ZodRealError = $constructor("$ZodError", initializer, { Parent: Error });
34336
34337
  });
34337
34338
 
34338
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/parse.js
34339
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/parse.js
34339
34340
  var _parse = (_Err) => (schema, value, _ctx, _params) => {
34340
34341
  const ctx = _ctx ? Object.assign(_ctx, { async: false }) : { async: false };
34341
34342
  const result = schema._zod.run({ value, issues: [] }, ctx);
@@ -34387,7 +34388,7 @@ var init_parse = __esm(() => {
34387
34388
  safeParseAsync = /* @__PURE__ */ _safeParseAsync($ZodRealError);
34388
34389
  });
34389
34390
 
34390
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/regexes.js
34391
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/regexes.js
34391
34392
  function emoji() {
34392
34393
  return new RegExp(_emoji, "u");
34393
34394
  }
@@ -34444,7 +34445,7 @@ var init_regexes = __esm(() => {
34444
34445
  uppercase = /^[^a-z]*$/;
34445
34446
  });
34446
34447
 
34447
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/checks.js
34448
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/checks.js
34448
34449
  var $ZodCheck, numericOriginMap, $ZodCheckLessThan, $ZodCheckGreaterThan, $ZodCheckMultipleOf, $ZodCheckNumberFormat, $ZodCheckMaxLength, $ZodCheckMinLength, $ZodCheckLengthEquals, $ZodCheckStringFormat, $ZodCheckRegex, $ZodCheckLowerCase, $ZodCheckUpperCase, $ZodCheckIncludes, $ZodCheckStartsWith, $ZodCheckEndsWith, $ZodCheckOverwrite;
34449
34450
  var init_checks = __esm(() => {
34450
34451
  init_core();
@@ -34834,7 +34835,7 @@ var init_checks = __esm(() => {
34834
34835
  });
34835
34836
  });
34836
34837
 
34837
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/doc.js
34838
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/doc.js
34838
34839
  class Doc {
34839
34840
  constructor(args = []) {
34840
34841
  this.content = [];
@@ -34872,7 +34873,7 @@ class Doc {
34872
34873
  }
34873
34874
  }
34874
34875
 
34875
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/versions.js
34876
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/versions.js
34876
34877
  var version2;
34877
34878
  var init_versions = __esm(() => {
34878
34879
  version2 = {
@@ -34882,7 +34883,7 @@ var init_versions = __esm(() => {
34882
34883
  };
34883
34884
  });
34884
34885
 
34885
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/schemas.js
34886
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/schemas.js
34886
34887
  function isValidBase64(data) {
34887
34888
  if (data === "")
34888
34889
  return true;
@@ -36124,7 +36125,7 @@ var init_schemas = __esm(() => {
36124
36125
  });
36125
36126
  });
36126
36127
 
36127
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/locales/en.js
36128
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/locales/en.js
36128
36129
  function en_default2() {
36129
36130
  return {
36130
36131
  localeError: error()
@@ -36244,10 +36245,10 @@ var init_en2 = __esm(() => {
36244
36245
  init_util2();
36245
36246
  });
36246
36247
 
36247
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/locales/index.js
36248
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/locales/index.js
36248
36249
  var init_locales = () => {};
36249
36250
 
36250
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/registries.js
36251
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/registries.js
36251
36252
  class $ZodRegistry {
36252
36253
  constructor() {
36253
36254
  this._map = new Map;
@@ -36300,7 +36301,7 @@ var init_registries = __esm(() => {
36300
36301
  globalRegistry = /* @__PURE__ */ registry();
36301
36302
  });
36302
36303
 
36303
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/api.js
36304
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/api.js
36304
36305
  function _string(Class2, params) {
36305
36306
  return new Class2({
36306
36307
  type: "string",
@@ -36740,16 +36741,16 @@ var init_api = __esm(() => {
36740
36741
  init_util2();
36741
36742
  });
36742
36743
 
36743
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/function.js
36744
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/function.js
36744
36745
  var init_function = () => {};
36745
36746
 
36746
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/to-json-schema.js
36747
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/to-json-schema.js
36747
36748
  var init_to_json_schema = () => {};
36748
36749
 
36749
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/json-schema.js
36750
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/json-schema.js
36750
36751
  var init_json_schema = () => {};
36751
36752
 
36752
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/index.js
36753
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/index.js
36753
36754
  var init_core2 = __esm(() => {
36754
36755
  init_util2();
36755
36756
  init_regexes();
@@ -36767,24 +36768,24 @@ var init_core2 = __esm(() => {
36767
36768
  init_to_json_schema();
36768
36769
  });
36769
36770
 
36770
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/parse.js
36771
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/parse.js
36771
36772
  var init_parse2 = __esm(() => {
36772
36773
  init_core2();
36773
36774
  });
36774
36775
 
36775
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/schemas.js
36776
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/schemas.js
36776
36777
  var init_schemas2 = () => {};
36777
36778
 
36778
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/checks.js
36779
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/checks.js
36779
36780
  var init_checks2 = () => {};
36780
36781
 
36781
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/iso.js
36782
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/iso.js
36782
36783
  var init_iso = () => {};
36783
36784
 
36784
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/coerce.js
36785
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/coerce.js
36785
36786
  var init_coerce = () => {};
36786
36787
 
36787
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/external.js
36788
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/external.js
36788
36789
  var init_external2 = __esm(() => {
36789
36790
  init_core2();
36790
36791
  init_locales();
@@ -36795,17 +36796,17 @@ var init_external2 = __esm(() => {
36795
36796
  init_checks2();
36796
36797
  });
36797
36798
 
36798
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/index.js
36799
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/index.js
36799
36800
  var init_mini = __esm(() => {
36800
36801
  init_external2();
36801
36802
  });
36802
36803
 
36803
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4-mini/index.js
36804
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4-mini/index.js
36804
36805
  var init_v4_mini = __esm(() => {
36805
36806
  init_mini();
36806
36807
  });
36807
36808
 
36808
- // ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.js
36809
+ // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.js
36809
36810
  function isZ4Schema(s) {
36810
36811
  const schema = s;
36811
36812
  return !!schema._zod;
@@ -36871,12 +36872,12 @@ var init_zod_compat = __esm(() => {
36871
36872
  init_v4_mini();
36872
36873
  });
36873
36874
 
36874
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/checks.js
36875
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/checks.js
36875
36876
  var init_checks3 = __esm(() => {
36876
36877
  init_core2();
36877
36878
  });
36878
36879
 
36879
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/iso.js
36880
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/iso.js
36880
36881
  var exports_iso2 = {};
36881
36882
  __export(exports_iso2, {
36882
36883
  time: () => time2,
@@ -36922,7 +36923,7 @@ var init_iso2 = __esm(() => {
36922
36923
  });
36923
36924
  });
36924
36925
 
36925
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/errors.js
36926
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/errors.js
36926
36927
  var initializer2 = (inst, issues) => {
36927
36928
  $ZodError.init(inst, issues);
36928
36929
  inst.name = "ZodError";
@@ -36955,7 +36956,7 @@ var init_errors3 = __esm(() => {
36955
36956
  });
36956
36957
  });
36957
36958
 
36958
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/parse.js
36959
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/parse.js
36959
36960
  var parse4, parseAsync2, safeParse3, safeParseAsync2;
36960
36961
  var init_parse3 = __esm(() => {
36961
36962
  init_core2();
@@ -36966,7 +36967,7 @@ var init_parse3 = __esm(() => {
36966
36967
  safeParseAsync2 = /* @__PURE__ */ _safeParseAsync(ZodRealError);
36967
36968
  });
36968
36969
 
36969
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/schemas.js
36970
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/schemas.js
36970
36971
  function string2(params) {
36971
36972
  return _string(ZodString2, params);
36972
36973
  }
@@ -37580,13 +37581,13 @@ var init_schemas3 = __esm(() => {
37580
37581
  });
37581
37582
  });
37582
37583
 
37583
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/compat.js
37584
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/compat.js
37584
37585
  var init_compat = () => {};
37585
37586
 
37586
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/coerce.js
37587
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/coerce.js
37587
37588
  var init_coerce2 = () => {};
37588
37589
 
37589
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/external.js
37590
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/external.js
37590
37591
  var init_external3 = __esm(() => {
37591
37592
  init_core2();
37592
37593
  init_core2();
@@ -37602,17 +37603,17 @@ var init_external3 = __esm(() => {
37602
37603
  config(en_default2());
37603
37604
  });
37604
37605
 
37605
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/index.js
37606
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/index.js
37606
37607
  var init_classic = __esm(() => {
37607
37608
  init_external3();
37608
37609
  });
37609
37610
 
37610
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/index.js
37611
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/index.js
37611
37612
  var init_v4 = __esm(() => {
37612
37613
  init_classic();
37613
37614
  });
37614
37615
 
37615
- // ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/types.js
37616
+ // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/types.js
37616
37617
  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;
37617
37618
  var init_types2 = __esm(() => {
37618
37619
  init_v4();
@@ -38440,65 +38441,65 @@ var init_types2 = __esm(() => {
38440
38441
  };
38441
38442
  });
38442
38443
 
38443
- // ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/interfaces.js
38444
+ // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/interfaces.js
38444
38445
  function isTerminal(status) {
38445
38446
  return status === "completed" || status === "failed" || status === "cancelled";
38446
38447
  }
38447
38448
 
38448
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/Options.js
38449
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/Options.js
38449
38450
  var ignoreOverride;
38450
38451
  var init_Options = __esm(() => {
38451
38452
  ignoreOverride = Symbol("Let zodToJsonSchema decide on which parser to use");
38452
38453
  });
38453
38454
 
38454
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/Refs.js
38455
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/Refs.js
38455
38456
  var init_Refs = __esm(() => {
38456
38457
  init_Options();
38457
38458
  });
38458
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/any.js
38459
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/any.js
38459
38460
  var init_any = () => {};
38460
38461
 
38461
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/array.js
38462
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/array.js
38462
38463
  var init_array = __esm(() => {
38463
38464
  init_parseDef();
38464
38465
  });
38465
38466
 
38466
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/bigint.js
38467
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/bigint.js
38467
38468
  var init_bigint = () => {};
38468
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/branded.js
38469
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/branded.js
38469
38470
  var init_branded = __esm(() => {
38470
38471
  init_parseDef();
38471
38472
  });
38472
38473
 
38473
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/catch.js
38474
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/catch.js
38474
38475
  var init_catch = __esm(() => {
38475
38476
  init_parseDef();
38476
38477
  });
38477
38478
 
38478
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/date.js
38479
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/date.js
38479
38480
  var init_date = () => {};
38480
38481
 
38481
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/default.js
38482
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/default.js
38482
38483
  var init_default = __esm(() => {
38483
38484
  init_parseDef();
38484
38485
  });
38485
38486
 
38486
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/effects.js
38487
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/effects.js
38487
38488
  var init_effects = __esm(() => {
38488
38489
  init_parseDef();
38489
38490
  init_any();
38490
38491
  });
38491
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/intersection.js
38492
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/intersection.js
38492
38493
  var init_intersection = __esm(() => {
38493
38494
  init_parseDef();
38494
38495
  });
38495
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/string.js
38496
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/string.js
38496
38497
  var ALPHA_NUMERIC;
38497
38498
  var init_string = __esm(() => {
38498
38499
  ALPHA_NUMERIC = new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");
38499
38500
  });
38500
38501
 
38501
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/record.js
38502
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/record.js
38502
38503
  var init_record = __esm(() => {
38503
38504
  init_parseDef();
38504
38505
  init_string();
@@ -38506,77 +38507,77 @@ var init_record = __esm(() => {
38506
38507
  init_any();
38507
38508
  });
38508
38509
 
38509
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/map.js
38510
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/map.js
38510
38511
  var init_map = __esm(() => {
38511
38512
  init_parseDef();
38512
38513
  init_record();
38513
38514
  init_any();
38514
38515
  });
38515
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/never.js
38516
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/never.js
38516
38517
  var init_never = __esm(() => {
38517
38518
  init_any();
38518
38519
  });
38519
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/union.js
38520
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/union.js
38520
38521
  var init_union = __esm(() => {
38521
38522
  init_parseDef();
38522
38523
  });
38523
38524
 
38524
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/nullable.js
38525
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/nullable.js
38525
38526
  var init_nullable = __esm(() => {
38526
38527
  init_parseDef();
38527
38528
  init_union();
38528
38529
  });
38529
38530
 
38530
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/number.js
38531
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/number.js
38531
38532
  var init_number = () => {};
38532
38533
 
38533
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/object.js
38534
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/object.js
38534
38535
  var init_object = __esm(() => {
38535
38536
  init_parseDef();
38536
38537
  });
38537
38538
 
38538
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/optional.js
38539
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/optional.js
38539
38540
  var init_optional = __esm(() => {
38540
38541
  init_parseDef();
38541
38542
  init_any();
38542
38543
  });
38543
38544
 
38544
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/pipeline.js
38545
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/pipeline.js
38545
38546
  var init_pipeline = __esm(() => {
38546
38547
  init_parseDef();
38547
38548
  });
38548
38549
 
38549
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/promise.js
38550
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/promise.js
38550
38551
  var init_promise = __esm(() => {
38551
38552
  init_parseDef();
38552
38553
  });
38553
38554
 
38554
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/set.js
38555
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/set.js
38555
38556
  var init_set = __esm(() => {
38556
38557
  init_parseDef();
38557
38558
  });
38558
38559
 
38559
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/tuple.js
38560
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/tuple.js
38560
38561
  var init_tuple = __esm(() => {
38561
38562
  init_parseDef();
38562
38563
  });
38563
38564
 
38564
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/undefined.js
38565
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/undefined.js
38565
38566
  var init_undefined = __esm(() => {
38566
38567
  init_any();
38567
38568
  });
38568
38569
 
38569
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/unknown.js
38570
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/unknown.js
38570
38571
  var init_unknown = __esm(() => {
38571
38572
  init_any();
38572
38573
  });
38573
38574
 
38574
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/readonly.js
38575
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/readonly.js
38575
38576
  var init_readonly = __esm(() => {
38576
38577
  init_parseDef();
38577
38578
  });
38578
38579
 
38579
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/selectParser.js
38580
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/selectParser.js
38580
38581
  var init_selectParser = __esm(() => {
38581
38582
  init_any();
38582
38583
  init_array();
@@ -38605,24 +38606,24 @@ var init_selectParser = __esm(() => {
38605
38606
  init_readonly();
38606
38607
  });
38607
38608
 
38608
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parseDef.js
38609
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parseDef.js
38609
38610
  var init_parseDef = __esm(() => {
38610
38611
  init_Options();
38611
38612
  init_selectParser();
38612
38613
  init_any();
38613
38614
  });
38614
38615
 
38615
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parseTypes.js
38616
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parseTypes.js
38616
38617
  var init_parseTypes = () => {};
38617
38618
 
38618
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/zodToJsonSchema.js
38619
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/zodToJsonSchema.js
38619
38620
  var init_zodToJsonSchema = __esm(() => {
38620
38621
  init_parseDef();
38621
38622
  init_Refs();
38622
38623
  init_any();
38623
38624
  });
38624
38625
 
38625
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/index.js
38626
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/index.js
38626
38627
  var init_esm = __esm(() => {
38627
38628
  init_zodToJsonSchema();
38628
38629
  init_Options();
@@ -38658,7 +38659,7 @@ var init_esm = __esm(() => {
38658
38659
  init_zodToJsonSchema();
38659
38660
  });
38660
38661
 
38661
- // ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-json-schema-compat.js
38662
+ // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-json-schema-compat.js
38662
38663
  function getMethodLiteral(schema) {
38663
38664
  const shape = getObjectShape(schema);
38664
38665
  const methodSchema = shape?.method;
@@ -38683,7 +38684,7 @@ var init_zod_json_schema_compat = __esm(() => {
38683
38684
  init_esm();
38684
38685
  });
38685
38686
 
38686
- // ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.js
38687
+ // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.js
38687
38688
  class Protocol {
38688
38689
  constructor(_options) {
38689
38690
  this._options = _options;
@@ -39528,7 +39529,7 @@ var init_protocol4 = __esm(() => {
39528
39529
  init_zod_json_schema_compat();
39529
39530
  });
39530
39531
 
39531
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/code.js
39532
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/code.js
39532
39533
  var require_code = __commonJS((exports2) => {
39533
39534
  Object.defineProperty(exports2, "__esModule", { value: true });
39534
39535
  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;
@@ -39682,7 +39683,7 @@ var require_code = __commonJS((exports2) => {
39682
39683
  exports2.regexpCode = regexpCode;
39683
39684
  });
39684
39685
 
39685
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/scope.js
39686
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/scope.js
39686
39687
  var require_scope = __commonJS((exports2) => {
39687
39688
  Object.defineProperty(exports2, "__esModule", { value: true });
39688
39689
  exports2.ValueScope = exports2.ValueScopeName = exports2.Scope = exports2.varKinds = exports2.UsedValueState = undefined;
@@ -39828,7 +39829,7 @@ var require_scope = __commonJS((exports2) => {
39828
39829
  exports2.ValueScope = ValueScope;
39829
39830
  });
39830
39831
 
39831
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/index.js
39832
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/index.js
39832
39833
  var require_codegen = __commonJS((exports2) => {
39833
39834
  Object.defineProperty(exports2, "__esModule", { value: true });
39834
39835
  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;
@@ -40538,7 +40539,7 @@ var require_codegen = __commonJS((exports2) => {
40538
40539
  }
40539
40540
  });
40540
40541
 
40541
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/util.js
40542
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/util.js
40542
40543
  var require_util2 = __commonJS((exports2) => {
40543
40544
  Object.defineProperty(exports2, "__esModule", { value: true });
40544
40545
  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;
@@ -40702,7 +40703,7 @@ var require_util2 = __commonJS((exports2) => {
40702
40703
  exports2.checkStrictMode = checkStrictMode;
40703
40704
  });
40704
40705
 
40705
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/names.js
40706
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/names.js
40706
40707
  var require_names = __commonJS((exports2) => {
40707
40708
  Object.defineProperty(exports2, "__esModule", { value: true });
40708
40709
  var codegen_1 = require_codegen();
@@ -40727,7 +40728,7 @@ var require_names = __commonJS((exports2) => {
40727
40728
  exports2.default = names;
40728
40729
  });
40729
40730
 
40730
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/errors.js
40731
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/errors.js
40731
40732
  var require_errors2 = __commonJS((exports2) => {
40732
40733
  Object.defineProperty(exports2, "__esModule", { value: true });
40733
40734
  exports2.extendErrors = exports2.resetErrorsCount = exports2.reportExtraError = exports2.reportError = exports2.keyword$DataError = exports2.keywordError = undefined;
@@ -40845,7 +40846,7 @@ var require_errors2 = __commonJS((exports2) => {
40845
40846
  }
40846
40847
  });
40847
40848
 
40848
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/boolSchema.js
40849
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/boolSchema.js
40849
40850
  var require_boolSchema = __commonJS((exports2) => {
40850
40851
  Object.defineProperty(exports2, "__esModule", { value: true });
40851
40852
  exports2.boolOrEmptySchema = exports2.topBoolOrEmptySchema = undefined;
@@ -40893,7 +40894,7 @@ var require_boolSchema = __commonJS((exports2) => {
40893
40894
  }
40894
40895
  });
40895
40896
 
40896
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/rules.js
40897
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/rules.js
40897
40898
  var require_rules = __commonJS((exports2) => {
40898
40899
  Object.defineProperty(exports2, "__esModule", { value: true });
40899
40900
  exports2.getRules = exports2.isJSONType = undefined;
@@ -40921,7 +40922,7 @@ var require_rules = __commonJS((exports2) => {
40921
40922
  exports2.getRules = getRules;
40922
40923
  });
40923
40924
 
40924
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/applicability.js
40925
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/applicability.js
40925
40926
  var require_applicability = __commonJS((exports2) => {
40926
40927
  Object.defineProperty(exports2, "__esModule", { value: true });
40927
40928
  exports2.shouldUseRule = exports2.shouldUseGroup = exports2.schemaHasRulesForType = undefined;
@@ -40941,7 +40942,7 @@ var require_applicability = __commonJS((exports2) => {
40941
40942
  exports2.shouldUseRule = shouldUseRule;
40942
40943
  });
40943
40944
 
40944
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/dataType.js
40945
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/dataType.js
40945
40946
  var require_dataType = __commonJS((exports2) => {
40946
40947
  Object.defineProperty(exports2, "__esModule", { value: true });
40947
40948
  exports2.reportTypeError = exports2.checkDataTypes = exports2.checkDataType = exports2.coerceAndCheckDataType = exports2.getJSONTypes = exports2.getSchemaTypes = exports2.DataType = undefined;
@@ -41122,7 +41123,7 @@ var require_dataType = __commonJS((exports2) => {
41122
41123
  }
41123
41124
  });
41124
41125
 
41125
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/defaults.js
41126
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/defaults.js
41126
41127
  var require_defaults = __commonJS((exports2) => {
41127
41128
  Object.defineProperty(exports2, "__esModule", { value: true });
41128
41129
  exports2.assignDefaults = undefined;
@@ -41156,7 +41157,7 @@ var require_defaults = __commonJS((exports2) => {
41156
41157
  }
41157
41158
  });
41158
41159
 
41159
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/code.js
41160
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/code.js
41160
41161
  var require_code2 = __commonJS((exports2) => {
41161
41162
  Object.defineProperty(exports2, "__esModule", { value: true });
41162
41163
  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;
@@ -41285,7 +41286,7 @@ var require_code2 = __commonJS((exports2) => {
41285
41286
  exports2.validateUnion = validateUnion;
41286
41287
  });
41287
41288
 
41288
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/keyword.js
41289
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/keyword.js
41289
41290
  var require_keyword = __commonJS((exports2) => {
41290
41291
  Object.defineProperty(exports2, "__esModule", { value: true });
41291
41292
  exports2.validateKeywordUsage = exports2.validSchemaType = exports2.funcKeywordCode = exports2.macroKeywordCode = undefined;
@@ -41400,7 +41401,7 @@ var require_keyword = __commonJS((exports2) => {
41400
41401
  exports2.validateKeywordUsage = validateKeywordUsage;
41401
41402
  });
41402
41403
 
41403
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/subschema.js
41404
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/subschema.js
41404
41405
  var require_subschema = __commonJS((exports2) => {
41405
41406
  Object.defineProperty(exports2, "__esModule", { value: true });
41406
41407
  exports2.extendSubschemaMode = exports2.extendSubschemaData = exports2.getSubschema = undefined;
@@ -41480,7 +41481,7 @@ var require_subschema = __commonJS((exports2) => {
41480
41481
  exports2.extendSubschemaMode = extendSubschemaMode;
41481
41482
  });
41482
41483
 
41483
- // ../switchroom-sec-1417/node_modules/.bun/fast-deep-equal@3.1.3/node_modules/fast-deep-equal/index.js
41484
+ // node_modules/.bun/fast-deep-equal@3.1.3/node_modules/fast-deep-equal/index.js
41484
41485
  var require_fast_deep_equal = __commonJS((exports2, module) => {
41485
41486
  module.exports = function equal(a, b) {
41486
41487
  if (a === b)
@@ -41522,7 +41523,7 @@ var require_fast_deep_equal = __commonJS((exports2, module) => {
41522
41523
  };
41523
41524
  });
41524
41525
 
41525
- // ../switchroom-sec-1417/node_modules/.bun/json-schema-traverse@1.0.0/node_modules/json-schema-traverse/index.js
41526
+ // node_modules/.bun/json-schema-traverse@1.0.0/node_modules/json-schema-traverse/index.js
41526
41527
  var require_json_schema_traverse = __commonJS((exports2, module) => {
41527
41528
  var traverse = module.exports = function(schema, opts, cb) {
41528
41529
  if (typeof opts == "function") {
@@ -41605,7 +41606,7 @@ var require_json_schema_traverse = __commonJS((exports2, module) => {
41605
41606
  }
41606
41607
  });
41607
41608
 
41608
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/resolve.js
41609
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/resolve.js
41609
41610
  var require_resolve = __commonJS((exports2) => {
41610
41611
  Object.defineProperty(exports2, "__esModule", { value: true });
41611
41612
  exports2.getSchemaRefs = exports2.resolveUrl = exports2.normalizeId = exports2._getFullPath = exports2.getFullPath = exports2.inlineRef = undefined;
@@ -41758,7 +41759,7 @@ var require_resolve = __commonJS((exports2) => {
41758
41759
  exports2.getSchemaRefs = getSchemaRefs;
41759
41760
  });
41760
41761
 
41761
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/index.js
41762
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/index.js
41762
41763
  var require_validate = __commonJS((exports2) => {
41763
41764
  Object.defineProperty(exports2, "__esModule", { value: true });
41764
41765
  exports2.getData = exports2.KeywordCxt = exports2.validateFunctionCode = undefined;
@@ -42263,7 +42264,7 @@ var require_validate = __commonJS((exports2) => {
42263
42264
  exports2.getData = getData;
42264
42265
  });
42265
42266
 
42266
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/validation_error.js
42267
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/validation_error.js
42267
42268
  var require_validation_error = __commonJS((exports2) => {
42268
42269
  Object.defineProperty(exports2, "__esModule", { value: true });
42269
42270
 
@@ -42277,7 +42278,7 @@ var require_validation_error = __commonJS((exports2) => {
42277
42278
  exports2.default = ValidationError;
42278
42279
  });
42279
42280
 
42280
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/ref_error.js
42281
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/ref_error.js
42281
42282
  var require_ref_error = __commonJS((exports2) => {
42282
42283
  Object.defineProperty(exports2, "__esModule", { value: true });
42283
42284
  var resolve_1 = require_resolve();
@@ -42292,7 +42293,7 @@ var require_ref_error = __commonJS((exports2) => {
42292
42293
  exports2.default = MissingRefError;
42293
42294
  });
42294
42295
 
42295
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/index.js
42296
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/index.js
42296
42297
  var require_compile = __commonJS((exports2) => {
42297
42298
  Object.defineProperty(exports2, "__esModule", { value: true });
42298
42299
  exports2.resolveSchema = exports2.getCompilingSchema = exports2.resolveRef = exports2.compileSchema = exports2.SchemaEnv = undefined;
@@ -42513,7 +42514,7 @@ var require_compile = __commonJS((exports2) => {
42513
42514
  }
42514
42515
  });
42515
42516
 
42516
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/refs/data.json
42517
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/refs/data.json
42517
42518
  var require_data = __commonJS((exports2, module) => {
42518
42519
  module.exports = {
42519
42520
  $id: "https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",
@@ -42530,7 +42531,7 @@ var require_data = __commonJS((exports2, module) => {
42530
42531
  };
42531
42532
  });
42532
42533
 
42533
- // ../switchroom-sec-1417/node_modules/.bun/fast-uri@3.1.0/node_modules/fast-uri/lib/utils.js
42534
+ // node_modules/.bun/fast-uri@3.1.0/node_modules/fast-uri/lib/utils.js
42534
42535
  var require_utils2 = __commonJS((exports2, module) => {
42535
42536
  var isUUID = RegExp.prototype.test.bind(/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu);
42536
42537
  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);
@@ -42785,7 +42786,7 @@ var require_utils2 = __commonJS((exports2, module) => {
42785
42786
  };
42786
42787
  });
42787
42788
 
42788
- // ../switchroom-sec-1417/node_modules/.bun/fast-uri@3.1.0/node_modules/fast-uri/lib/schemes.js
42789
+ // node_modules/.bun/fast-uri@3.1.0/node_modules/fast-uri/lib/schemes.js
42789
42790
  var require_schemes = __commonJS((exports2, module) => {
42790
42791
  var { isUUID } = require_utils2();
42791
42792
  var URN_REG = /([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu;
@@ -42959,7 +42960,7 @@ var require_schemes = __commonJS((exports2, module) => {
42959
42960
  };
42960
42961
  });
42961
42962
 
42962
- // ../switchroom-sec-1417/node_modules/.bun/fast-uri@3.1.0/node_modules/fast-uri/index.js
42963
+ // node_modules/.bun/fast-uri@3.1.0/node_modules/fast-uri/index.js
42963
42964
  var require_fast_uri = __commonJS((exports2, module) => {
42964
42965
  var { normalizeIPv6, removeDotSegments, recomposeAuthority, normalizeComponentEncoding, isIPv4, nonSimpleDomain } = require_utils2();
42965
42966
  var { SCHEMES, getSchemeHandler } = require_schemes();
@@ -43210,7 +43211,7 @@ var require_fast_uri = __commonJS((exports2, module) => {
43210
43211
  module.exports.fastUri = fastUri;
43211
43212
  });
43212
43213
 
43213
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/uri.js
43214
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/uri.js
43214
43215
  var require_uri = __commonJS((exports2) => {
43215
43216
  Object.defineProperty(exports2, "__esModule", { value: true });
43216
43217
  var uri = require_fast_uri();
@@ -43218,7 +43219,7 @@ var require_uri = __commonJS((exports2) => {
43218
43219
  exports2.default = uri;
43219
43220
  });
43220
43221
 
43221
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/core.js
43222
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/core.js
43222
43223
  var require_core = __commonJS((exports2) => {
43223
43224
  Object.defineProperty(exports2, "__esModule", { value: true });
43224
43225
  exports2.CodeGen = exports2.Name = exports2.nil = exports2.stringify = exports2.str = exports2._ = exports2.KeywordCxt = undefined;
@@ -43811,7 +43812,7 @@ var require_core = __commonJS((exports2) => {
43811
43812
  }
43812
43813
  });
43813
43814
 
43814
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/core/id.js
43815
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/core/id.js
43815
43816
  var require_id = __commonJS((exports2) => {
43816
43817
  Object.defineProperty(exports2, "__esModule", { value: true });
43817
43818
  var def = {
@@ -43823,7 +43824,7 @@ var require_id = __commonJS((exports2) => {
43823
43824
  exports2.default = def;
43824
43825
  });
43825
43826
 
43826
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/core/ref.js
43827
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/core/ref.js
43827
43828
  var require_ref = __commonJS((exports2) => {
43828
43829
  Object.defineProperty(exports2, "__esModule", { value: true });
43829
43830
  exports2.callRef = exports2.getValidate = undefined;
@@ -43942,7 +43943,7 @@ var require_ref = __commonJS((exports2) => {
43942
43943
  exports2.default = def;
43943
43944
  });
43944
43945
 
43945
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/core/index.js
43946
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/core/index.js
43946
43947
  var require_core2 = __commonJS((exports2) => {
43947
43948
  Object.defineProperty(exports2, "__esModule", { value: true });
43948
43949
  var id_1 = require_id();
@@ -43960,7 +43961,7 @@ var require_core2 = __commonJS((exports2) => {
43960
43961
  exports2.default = core2;
43961
43962
  });
43962
43963
 
43963
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitNumber.js
43964
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitNumber.js
43964
43965
  var require_limitNumber = __commonJS((exports2) => {
43965
43966
  Object.defineProperty(exports2, "__esModule", { value: true });
43966
43967
  var codegen_1 = require_codegen();
@@ -43989,7 +43990,7 @@ var require_limitNumber = __commonJS((exports2) => {
43989
43990
  exports2.default = def;
43990
43991
  });
43991
43992
 
43992
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/multipleOf.js
43993
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/multipleOf.js
43993
43994
  var require_multipleOf = __commonJS((exports2) => {
43994
43995
  Object.defineProperty(exports2, "__esModule", { value: true });
43995
43996
  var codegen_1 = require_codegen();
@@ -44014,7 +44015,7 @@ var require_multipleOf = __commonJS((exports2) => {
44014
44015
  exports2.default = def;
44015
44016
  });
44016
44017
 
44017
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/ucs2length.js
44018
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/ucs2length.js
44018
44019
  var require_ucs2length = __commonJS((exports2) => {
44019
44020
  Object.defineProperty(exports2, "__esModule", { value: true });
44020
44021
  function ucs2length(str) {
@@ -44037,7 +44038,7 @@ var require_ucs2length = __commonJS((exports2) => {
44037
44038
  ucs2length.code = 'require("ajv/dist/runtime/ucs2length").default';
44038
44039
  });
44039
44040
 
44040
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitLength.js
44041
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitLength.js
44041
44042
  var require_limitLength = __commonJS((exports2) => {
44042
44043
  Object.defineProperty(exports2, "__esModule", { value: true });
44043
44044
  var codegen_1 = require_codegen();
@@ -44066,7 +44067,7 @@ var require_limitLength = __commonJS((exports2) => {
44066
44067
  exports2.default = def;
44067
44068
  });
44068
44069
 
44069
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/pattern.js
44070
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/pattern.js
44070
44071
  var require_pattern = __commonJS((exports2) => {
44071
44072
  Object.defineProperty(exports2, "__esModule", { value: true });
44072
44073
  var code_1 = require_code2();
@@ -44100,7 +44101,7 @@ var require_pattern = __commonJS((exports2) => {
44100
44101
  exports2.default = def;
44101
44102
  });
44102
44103
 
44103
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitProperties.js
44104
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitProperties.js
44104
44105
  var require_limitProperties = __commonJS((exports2) => {
44105
44106
  Object.defineProperty(exports2, "__esModule", { value: true });
44106
44107
  var codegen_1 = require_codegen();
@@ -44126,7 +44127,7 @@ var require_limitProperties = __commonJS((exports2) => {
44126
44127
  exports2.default = def;
44127
44128
  });
44128
44129
 
44129
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/required.js
44130
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/required.js
44130
44131
  var require_required = __commonJS((exports2) => {
44131
44132
  Object.defineProperty(exports2, "__esModule", { value: true });
44132
44133
  var code_1 = require_code2();
@@ -44205,7 +44206,7 @@ var require_required = __commonJS((exports2) => {
44205
44206
  exports2.default = def;
44206
44207
  });
44207
44208
 
44208
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitItems.js
44209
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitItems.js
44209
44210
  var require_limitItems = __commonJS((exports2) => {
44210
44211
  Object.defineProperty(exports2, "__esModule", { value: true });
44211
44212
  var codegen_1 = require_codegen();
@@ -44231,7 +44232,7 @@ var require_limitItems = __commonJS((exports2) => {
44231
44232
  exports2.default = def;
44232
44233
  });
44233
44234
 
44234
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/equal.js
44235
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/equal.js
44235
44236
  var require_equal = __commonJS((exports2) => {
44236
44237
  Object.defineProperty(exports2, "__esModule", { value: true });
44237
44238
  var equal = require_fast_deep_equal();
@@ -44239,7 +44240,7 @@ var require_equal = __commonJS((exports2) => {
44239
44240
  exports2.default = equal;
44240
44241
  });
44241
44242
 
44242
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js
44243
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js
44243
44244
  var require_uniqueItems = __commonJS((exports2) => {
44244
44245
  Object.defineProperty(exports2, "__esModule", { value: true });
44245
44246
  var dataType_1 = require_dataType();
@@ -44303,7 +44304,7 @@ var require_uniqueItems = __commonJS((exports2) => {
44303
44304
  exports2.default = def;
44304
44305
  });
44305
44306
 
44306
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/const.js
44307
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/const.js
44307
44308
  var require_const = __commonJS((exports2) => {
44308
44309
  Object.defineProperty(exports2, "__esModule", { value: true });
44309
44310
  var codegen_1 = require_codegen();
@@ -44329,7 +44330,7 @@ var require_const = __commonJS((exports2) => {
44329
44330
  exports2.default = def;
44330
44331
  });
44331
44332
 
44332
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/enum.js
44333
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/enum.js
44333
44334
  var require_enum = __commonJS((exports2) => {
44334
44335
  Object.defineProperty(exports2, "__esModule", { value: true });
44335
44336
  var codegen_1 = require_codegen();
@@ -44375,7 +44376,7 @@ var require_enum = __commonJS((exports2) => {
44375
44376
  exports2.default = def;
44376
44377
  });
44377
44378
 
44378
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/index.js
44379
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/index.js
44379
44380
  var require_validation = __commonJS((exports2) => {
44380
44381
  Object.defineProperty(exports2, "__esModule", { value: true });
44381
44382
  var limitNumber_1 = require_limitNumber();
@@ -44405,7 +44406,7 @@ var require_validation = __commonJS((exports2) => {
44405
44406
  exports2.default = validation;
44406
44407
  });
44407
44408
 
44408
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js
44409
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js
44409
44410
  var require_additionalItems = __commonJS((exports2) => {
44410
44411
  Object.defineProperty(exports2, "__esModule", { value: true });
44411
44412
  exports2.validateAdditionalItems = undefined;
@@ -44455,7 +44456,7 @@ var require_additionalItems = __commonJS((exports2) => {
44455
44456
  exports2.default = def;
44456
44457
  });
44457
44458
 
44458
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/items.js
44459
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/items.js
44459
44460
  var require_items = __commonJS((exports2) => {
44460
44461
  Object.defineProperty(exports2, "__esModule", { value: true });
44461
44462
  exports2.validateTuple = undefined;
@@ -44509,7 +44510,7 @@ var require_items = __commonJS((exports2) => {
44509
44510
  exports2.default = def;
44510
44511
  });
44511
44512
 
44512
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js
44513
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js
44513
44514
  var require_prefixItems = __commonJS((exports2) => {
44514
44515
  Object.defineProperty(exports2, "__esModule", { value: true });
44515
44516
  var items_1 = require_items();
@@ -44523,7 +44524,7 @@ var require_prefixItems = __commonJS((exports2) => {
44523
44524
  exports2.default = def;
44524
44525
  });
44525
44526
 
44526
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/items2020.js
44527
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/items2020.js
44527
44528
  var require_items2020 = __commonJS((exports2) => {
44528
44529
  Object.defineProperty(exports2, "__esModule", { value: true });
44529
44530
  var codegen_1 = require_codegen();
@@ -44555,7 +44556,7 @@ var require_items2020 = __commonJS((exports2) => {
44555
44556
  exports2.default = def;
44556
44557
  });
44557
44558
 
44558
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/contains.js
44559
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/contains.js
44559
44560
  var require_contains = __commonJS((exports2) => {
44560
44561
  Object.defineProperty(exports2, "__esModule", { value: true });
44561
44562
  var codegen_1 = require_codegen();
@@ -44646,7 +44647,7 @@ var require_contains = __commonJS((exports2) => {
44646
44647
  exports2.default = def;
44647
44648
  });
44648
44649
 
44649
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/dependencies.js
44650
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/dependencies.js
44650
44651
  var require_dependencies = __commonJS((exports2) => {
44651
44652
  Object.defineProperty(exports2, "__esModule", { value: true });
44652
44653
  exports2.validateSchemaDeps = exports2.validatePropertyDeps = exports2.error = undefined;
@@ -44731,7 +44732,7 @@ var require_dependencies = __commonJS((exports2) => {
44731
44732
  exports2.default = def;
44732
44733
  });
44733
44734
 
44734
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js
44735
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js
44735
44736
  var require_propertyNames = __commonJS((exports2) => {
44736
44737
  Object.defineProperty(exports2, "__esModule", { value: true });
44737
44738
  var codegen_1 = require_codegen();
@@ -44771,7 +44772,7 @@ var require_propertyNames = __commonJS((exports2) => {
44771
44772
  exports2.default = def;
44772
44773
  });
44773
44774
 
44774
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js
44775
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js
44775
44776
  var require_additionalProperties = __commonJS((exports2) => {
44776
44777
  Object.defineProperty(exports2, "__esModule", { value: true });
44777
44778
  var code_1 = require_code2();
@@ -44874,7 +44875,7 @@ var require_additionalProperties = __commonJS((exports2) => {
44874
44875
  exports2.default = def;
44875
44876
  });
44876
44877
 
44877
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/properties.js
44878
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/properties.js
44878
44879
  var require_properties = __commonJS((exports2) => {
44879
44880
  Object.defineProperty(exports2, "__esModule", { value: true });
44880
44881
  var validate_1 = require_validate();
@@ -44929,7 +44930,7 @@ var require_properties = __commonJS((exports2) => {
44929
44930
  exports2.default = def;
44930
44931
  });
44931
44932
 
44932
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js
44933
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js
44933
44934
  var require_patternProperties = __commonJS((exports2) => {
44934
44935
  Object.defineProperty(exports2, "__esModule", { value: true });
44935
44936
  var code_1 = require_code2();
@@ -45000,7 +45001,7 @@ var require_patternProperties = __commonJS((exports2) => {
45000
45001
  exports2.default = def;
45001
45002
  });
45002
45003
 
45003
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/not.js
45004
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/not.js
45004
45005
  var require_not = __commonJS((exports2) => {
45005
45006
  Object.defineProperty(exports2, "__esModule", { value: true });
45006
45007
  var util_1 = require_util2();
@@ -45028,7 +45029,7 @@ var require_not = __commonJS((exports2) => {
45028
45029
  exports2.default = def;
45029
45030
  });
45030
45031
 
45031
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/anyOf.js
45032
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/anyOf.js
45032
45033
  var require_anyOf = __commonJS((exports2) => {
45033
45034
  Object.defineProperty(exports2, "__esModule", { value: true });
45034
45035
  var code_1 = require_code2();
@@ -45042,7 +45043,7 @@ var require_anyOf = __commonJS((exports2) => {
45042
45043
  exports2.default = def;
45043
45044
  });
45044
45045
 
45045
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/oneOf.js
45046
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/oneOf.js
45046
45047
  var require_oneOf = __commonJS((exports2) => {
45047
45048
  Object.defineProperty(exports2, "__esModule", { value: true });
45048
45049
  var codegen_1 = require_codegen();
@@ -45097,7 +45098,7 @@ var require_oneOf = __commonJS((exports2) => {
45097
45098
  exports2.default = def;
45098
45099
  });
45099
45100
 
45100
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/allOf.js
45101
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/allOf.js
45101
45102
  var require_allOf = __commonJS((exports2) => {
45102
45103
  Object.defineProperty(exports2, "__esModule", { value: true });
45103
45104
  var util_1 = require_util2();
@@ -45121,7 +45122,7 @@ var require_allOf = __commonJS((exports2) => {
45121
45122
  exports2.default = def;
45122
45123
  });
45123
45124
 
45124
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/if.js
45125
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/if.js
45125
45126
  var require_if2 = __commonJS((exports2) => {
45126
45127
  Object.defineProperty(exports2, "__esModule", { value: true });
45127
45128
  var codegen_1 = require_codegen();
@@ -45187,7 +45188,7 @@ var require_if2 = __commonJS((exports2) => {
45187
45188
  exports2.default = def;
45188
45189
  });
45189
45190
 
45190
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/thenElse.js
45191
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/thenElse.js
45191
45192
  var require_thenElse = __commonJS((exports2) => {
45192
45193
  Object.defineProperty(exports2, "__esModule", { value: true });
45193
45194
  var util_1 = require_util2();
@@ -45202,7 +45203,7 @@ var require_thenElse = __commonJS((exports2) => {
45202
45203
  exports2.default = def;
45203
45204
  });
45204
45205
 
45205
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/index.js
45206
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/index.js
45206
45207
  var require_applicator = __commonJS((exports2) => {
45207
45208
  Object.defineProperty(exports2, "__esModule", { value: true });
45208
45209
  var additionalItems_1 = require_additionalItems();
@@ -45245,7 +45246,7 @@ var require_applicator = __commonJS((exports2) => {
45245
45246
  exports2.default = getApplicator;
45246
45247
  });
45247
45248
 
45248
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/format/format.js
45249
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/format/format.js
45249
45250
  var require_format = __commonJS((exports2) => {
45250
45251
  Object.defineProperty(exports2, "__esModule", { value: true });
45251
45252
  var codegen_1 = require_codegen();
@@ -45332,7 +45333,7 @@ var require_format = __commonJS((exports2) => {
45332
45333
  exports2.default = def;
45333
45334
  });
45334
45335
 
45335
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/format/index.js
45336
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/format/index.js
45336
45337
  var require_format2 = __commonJS((exports2) => {
45337
45338
  Object.defineProperty(exports2, "__esModule", { value: true });
45338
45339
  var format_1 = require_format();
@@ -45340,7 +45341,7 @@ var require_format2 = __commonJS((exports2) => {
45340
45341
  exports2.default = format;
45341
45342
  });
45342
45343
 
45343
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/metadata.js
45344
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/metadata.js
45344
45345
  var require_metadata = __commonJS((exports2) => {
45345
45346
  Object.defineProperty(exports2, "__esModule", { value: true });
45346
45347
  exports2.contentVocabulary = exports2.metadataVocabulary = undefined;
@@ -45360,7 +45361,7 @@ var require_metadata = __commonJS((exports2) => {
45360
45361
  ];
45361
45362
  });
45362
45363
 
45363
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/draft7.js
45364
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/draft7.js
45364
45365
  var require_draft7 = __commonJS((exports2) => {
45365
45366
  Object.defineProperty(exports2, "__esModule", { value: true });
45366
45367
  var core_1 = require_core2();
@@ -45379,7 +45380,7 @@ var require_draft7 = __commonJS((exports2) => {
45379
45380
  exports2.default = draft7Vocabularies;
45380
45381
  });
45381
45382
 
45382
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/discriminator/types.js
45383
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/discriminator/types.js
45383
45384
  var require_types = __commonJS((exports2) => {
45384
45385
  Object.defineProperty(exports2, "__esModule", { value: true });
45385
45386
  exports2.DiscrError = undefined;
@@ -45390,7 +45391,7 @@ var require_types = __commonJS((exports2) => {
45390
45391
  })(DiscrError || (exports2.DiscrError = DiscrError = {}));
45391
45392
  });
45392
45393
 
45393
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/discriminator/index.js
45394
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/discriminator/index.js
45394
45395
  var require_discriminator = __commonJS((exports2) => {
45395
45396
  Object.defineProperty(exports2, "__esModule", { value: true });
45396
45397
  var codegen_1 = require_codegen();
@@ -45492,7 +45493,7 @@ var require_discriminator = __commonJS((exports2) => {
45492
45493
  exports2.default = def;
45493
45494
  });
45494
45495
 
45495
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/refs/json-schema-draft-07.json
45496
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/refs/json-schema-draft-07.json
45496
45497
  var require_json_schema_draft_07 = __commonJS((exports2, module) => {
45497
45498
  module.exports = {
45498
45499
  $schema: "http://json-schema.org/draft-07/schema#",
@@ -45647,7 +45648,7 @@ var require_json_schema_draft_07 = __commonJS((exports2, module) => {
45647
45648
  };
45648
45649
  });
45649
45650
 
45650
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/ajv.js
45651
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/ajv.js
45651
45652
  var require_ajv = __commonJS((exports2, module) => {
45652
45653
  Object.defineProperty(exports2, "__esModule", { value: true });
45653
45654
  exports2.MissingRefError = exports2.ValidationError = exports2.CodeGen = exports2.Name = exports2.nil = exports2.stringify = exports2.str = exports2._ = exports2.KeywordCxt = exports2.Ajv = undefined;
@@ -45715,7 +45716,7 @@ var require_ajv = __commonJS((exports2, module) => {
45715
45716
  } });
45716
45717
  });
45717
45718
 
45718
- // ../switchroom-sec-1417/node_modules/.bun/ajv-formats@3.0.1/node_modules/ajv-formats/dist/formats.js
45719
+ // node_modules/.bun/ajv-formats@3.0.1/node_modules/ajv-formats/dist/formats.js
45719
45720
  var require_formats = __commonJS((exports2) => {
45720
45721
  Object.defineProperty(exports2, "__esModule", { value: true });
45721
45722
  exports2.formatNames = exports2.fastFormats = exports2.fullFormats = undefined;
@@ -45892,7 +45893,7 @@ var require_formats = __commonJS((exports2) => {
45892
45893
  }
45893
45894
  });
45894
45895
 
45895
- // ../switchroom-sec-1417/node_modules/.bun/ajv-formats@3.0.1/node_modules/ajv-formats/dist/limit.js
45896
+ // node_modules/.bun/ajv-formats@3.0.1/node_modules/ajv-formats/dist/limit.js
45896
45897
  var require_limit = __commonJS((exports2) => {
45897
45898
  Object.defineProperty(exports2, "__esModule", { value: true });
45898
45899
  exports2.formatLimitDefinition = undefined;
@@ -45961,7 +45962,7 @@ var require_limit = __commonJS((exports2) => {
45961
45962
  exports2.default = formatLimitPlugin;
45962
45963
  });
45963
45964
 
45964
- // ../switchroom-sec-1417/node_modules/.bun/ajv-formats@3.0.1/node_modules/ajv-formats/dist/index.js
45965
+ // node_modules/.bun/ajv-formats@3.0.1/node_modules/ajv-formats/dist/index.js
45965
45966
  var require_dist2 = __commonJS((exports2, module) => {
45966
45967
  Object.defineProperty(exports2, "__esModule", { value: true });
45967
45968
  var formats_1 = require_formats();
@@ -46000,7 +46001,7 @@ var require_dist2 = __commonJS((exports2, module) => {
46000
46001
  exports2.default = formatsPlugin;
46001
46002
  });
46002
46003
 
46003
- // ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.js
46004
+ // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.js
46004
46005
  function createDefaultAjvInstance() {
46005
46006
  const ajv = new import_ajv.default({
46006
46007
  strict: false,
@@ -46043,7 +46044,7 @@ var init_ajv_provider = __esm(() => {
46043
46044
  import_ajv_formats = __toESM(require_dist2(), 1);
46044
46045
  });
46045
46046
 
46046
- // ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/server.js
46047
+ // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/server.js
46047
46048
  class ExperimentalServerTasks {
46048
46049
  constructor(_server) {
46049
46050
  this._server = _server;
@@ -46124,7 +46125,7 @@ var init_server = __esm(() => {
46124
46125
  init_types2();
46125
46126
  });
46126
46127
 
46127
- // ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/helpers.js
46128
+ // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/helpers.js
46128
46129
  function assertToolsCallTaskCapability(requests, method, entityName) {
46129
46130
  if (!requests) {
46130
46131
  throw new Error(`${entityName} does not support task creation (required for ${method})`);
@@ -46159,7 +46160,7 @@ function assertClientRequestTaskCapability(requests, method, entityName) {
46159
46160
  }
46160
46161
  }
46161
46162
 
46162
- // ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.js
46163
+ // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.js
46163
46164
  var Server;
46164
46165
  var init_server2 = __esm(() => {
46165
46166
  init_protocol4();
@@ -46500,7 +46501,7 @@ var init_server2 = __esm(() => {
46500
46501
  };
46501
46502
  });
46502
46503
 
46503
- // ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.js
46504
+ // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.js
46504
46505
  class ReadBuffer {
46505
46506
  append(chunk2) {
46506
46507
  this._buffer = this._buffer ? Buffer.concat([this._buffer, chunk2]) : chunk2;
@@ -46533,7 +46534,7 @@ var init_stdio = __esm(() => {
46533
46534
  init_types2();
46534
46535
  });
46535
46536
 
46536
- // ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.js
46537
+ // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.js
46537
46538
  import process3 from "node:process";
46538
46539
 
46539
46540
  class StdioServerTransport {
@@ -47230,7 +47231,7 @@ var init_server4 = __esm(() => {
47230
47231
  ];
47231
47232
  });
47232
47233
 
47233
- // ../switchroom-sec-1417/node_modules/.bun/commander@13.1.0/node_modules/commander/esm.mjs
47234
+ // node_modules/.bun/commander@13.1.0/node_modules/commander/esm.mjs
47234
47235
  var import__ = __toESM(require_commander(), 1);
47235
47236
  var {
47236
47237
  program,
@@ -47247,8 +47248,8 @@ var {
47247
47248
  } = import__.default;
47248
47249
 
47249
47250
  // src/build-info.ts
47250
- var VERSION = "0.12.29";
47251
- var COMMIT_SHA = "f7c92422";
47251
+ var VERSION = "0.13.1";
47252
+ var COMMIT_SHA = "b7489c5a";
47252
47253
 
47253
47254
  // src/cli/agent.ts
47254
47255
  init_source();
@@ -48337,6 +48338,9 @@ function channelsToEnv(agent) {
48337
48338
  if (tg.stream_mode !== undefined) {
48338
48339
  out.SWITCHROOM_TG_STREAM_MODE = tg.stream_mode;
48339
48340
  }
48341
+ if (tg.stream_throttle_ms !== undefined) {
48342
+ out.SWITCHROOM_TG_STREAM_THROTTLE_MS = String(tg.stream_throttle_ms);
48343
+ }
48340
48344
  if (tg.orphan_promotion_ms !== undefined) {
48341
48345
  out.SWITCHROOM_TG_ORPHAN_PROMOTION_MS = String(tg.orphan_promotion_ms);
48342
48346
  }
@@ -56142,7 +56146,7 @@ function createAuditLogger(opts = {}) {
56142
56146
  // src/vault/grants.ts
56143
56147
  import { randomBytes as randomBytes7 } from "node:crypto";
56144
56148
 
56145
- // ../switchroom-sec-1417/node_modules/.bun/bcryptjs@3.0.3/node_modules/bcryptjs/index.js
56149
+ // node_modules/.bun/bcryptjs@3.0.3/node_modules/bcryptjs/index.js
56146
56150
  import nodeCrypto from "crypto";
56147
56151
  var randomFallback = null;
56148
56152
  function randomBytes6(len) {
@@ -62769,7 +62773,7 @@ function readRecentFires(jsonlPath) {
62769
62773
  // src/web/api.ts
62770
62774
  init_client3();
62771
62775
 
62772
- // ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/module.node.mjs
62776
+ // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/module.node.mjs
62773
62777
  import { dirname as dirname7, posix, sep } from "path";
62774
62778
  function createModulerModifier() {
62775
62779
  const getModuleFromFileName = createGetModuleFromFilename();
@@ -62805,7 +62809,7 @@ function normalizeWindowsPath(path4) {
62805
62809
  return path4.replace(/^[A-Z]:/, "").replace(/\\/g, "/");
62806
62810
  }
62807
62811
 
62808
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/featureFlagUtils.mjs
62812
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/featureFlagUtils.mjs
62809
62813
  var normalizeFlagsResponse = (flagsResponse) => {
62810
62814
  if ("flags" in flagsResponse) {
62811
62815
  const featureFlags = getFlagValuesFromFlags(flagsResponse.flags);
@@ -62876,7 +62880,7 @@ var parsePayload = (response) => {
62876
62880
  }
62877
62881
  };
62878
62882
 
62879
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/gzip.mjs
62883
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/gzip.mjs
62880
62884
  function isGzipSupported() {
62881
62885
  return "CompressionStream" in globalThis;
62882
62886
  }
@@ -62896,7 +62900,7 @@ async function gzipCompress(input, isDebug = true) {
62896
62900
  }
62897
62901
  }
62898
62902
 
62899
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/vendor/uuidv7.mjs
62903
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/vendor/uuidv7.mjs
62900
62904
  /*! For license information please see uuidv7.mjs.LICENSE.txt */
62901
62905
  var DIGITS = "0123456789abcdef";
62902
62906
 
@@ -63074,7 +63078,7 @@ var defaultGenerator;
63074
63078
  var uuidv7 = () => uuidv7obj().toString();
63075
63079
  var uuidv7obj = () => (defaultGenerator || (defaultGenerator = new V7Generator)).generate();
63076
63080
 
63077
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/types.mjs
63081
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/types.mjs
63078
63082
  var types_PostHogPersistedProperty = /* @__PURE__ */ function(PostHogPersistedProperty) {
63079
63083
  PostHogPersistedProperty["AnonymousId"] = "anonymous_id";
63080
63084
  PostHogPersistedProperty["DistinctId"] = "distinct_id";
@@ -63107,7 +63111,7 @@ var types_PostHogPersistedProperty = /* @__PURE__ */ function(PostHogPersistedPr
63107
63111
  return PostHogPersistedProperty;
63108
63112
  }({});
63109
63113
 
63110
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/bot-detection.mjs
63114
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/bot-detection.mjs
63111
63115
  var DEFAULT_BLOCKED_UA_STRS = [
63112
63116
  "amazonbot",
63113
63117
  "amazonproductbot",
@@ -63196,7 +63200,7 @@ var isBlockedUA = function(ua, customBlockedUserAgents = []) {
63196
63200
  return uaLower.indexOf(blockedUaLower) !== -1;
63197
63201
  });
63198
63202
  };
63199
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/type-utils.mjs
63203
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/type-utils.mjs
63200
63204
  var nativeIsArray = Array.isArray;
63201
63205
  var ObjProto = Object.prototype;
63202
63206
  var type_utils_hasOwnProperty = ObjProto.hasOwnProperty;
@@ -63233,7 +63237,7 @@ function isInstanceOf(candidate, base) {
63233
63237
  }
63234
63238
  }
63235
63239
 
63236
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/number-utils.mjs
63240
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/number-utils.mjs
63237
63241
  function clampToRange(value, min, max, logger, fallbackValue) {
63238
63242
  if (min > max) {
63239
63243
  logger.warn("min cannot be greater than max.");
@@ -63253,7 +63257,7 @@ function clampToRange(value, min, max, logger, fallbackValue) {
63253
63257
  return clampToRange(fallbackValue || max, min, max, logger);
63254
63258
  }
63255
63259
 
63256
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/bucketed-rate-limiter.mjs
63260
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/bucketed-rate-limiter.mjs
63257
63261
  var ONE_DAY_IN_MS = 86400000;
63258
63262
 
63259
63263
  class BucketedRateLimiter {
@@ -63297,7 +63301,7 @@ class BucketedRateLimiter {
63297
63301
  this._buckets = {};
63298
63302
  }
63299
63303
  }
63300
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/promise-queue.mjs
63304
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/promise-queue.mjs
63301
63305
  class PromiseQueue {
63302
63306
  add(promise) {
63303
63307
  const promiseUUID = uuidv7();
@@ -63323,7 +63327,7 @@ class PromiseQueue {
63323
63327
  this.promiseByIds = {};
63324
63328
  }
63325
63329
  }
63326
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/logger.mjs
63330
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/logger.mjs
63327
63331
  function createConsole(consoleLike = console) {
63328
63332
  const lockedMethods = {
63329
63333
  log: consoleLike.log.bind(consoleLike),
@@ -63361,7 +63365,7 @@ var passThrough = (fn) => fn();
63361
63365
  function createLogger(prefix, maybeCall = passThrough) {
63362
63366
  return _createLogger(prefix, maybeCall, createConsole());
63363
63367
  }
63364
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/user-agent-utils.mjs
63368
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/user-agent-utils.mjs
63365
63369
  var MOBILE = "Mobile";
63366
63370
  var IOS = "iOS";
63367
63371
  var ANDROID = "Android";
@@ -63618,7 +63622,7 @@ var osMatchers = [
63618
63622
  ]
63619
63623
  ];
63620
63624
 
63621
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/index.mjs
63625
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/index.mjs
63622
63626
  var STRING_FORMAT = "utf8";
63623
63627
  function assert(truthyValue, message) {
63624
63628
  if (!truthyValue || typeof truthyValue != "string" || isEmpty(truthyValue))
@@ -63666,7 +63670,7 @@ function allSettled(promises) {
63666
63670
  reason
63667
63671
  }))));
63668
63672
  }
63669
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/eventemitter.mjs
63673
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/eventemitter.mjs
63670
63674
  class SimpleEventEmitter {
63671
63675
  constructor() {
63672
63676
  this.events = {};
@@ -63688,7 +63692,7 @@ class SimpleEventEmitter {
63688
63692
  }
63689
63693
  }
63690
63694
 
63691
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/posthog-core-stateless.mjs
63695
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/posthog-core-stateless.mjs
63692
63696
  class PostHogFetchHttpError extends Error {
63693
63697
  constructor(response, reqByteLength) {
63694
63698
  super("HTTP error while fetching PostHog: status=" + response.status + ", reqByteLength=" + reqByteLength), this.response = response, this.reqByteLength = reqByteLength, this.name = "PostHogFetchHttpError";
@@ -64403,7 +64407,7 @@ class PostHogCoreStateless {
64403
64407
  return this.shutdownPromise;
64404
64408
  }
64405
64409
  }
64406
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/index.mjs
64410
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/index.mjs
64407
64411
  var exports_error_tracking = {};
64408
64412
  __export(exports_error_tracking, {
64409
64413
  winjsStackLineParser: () => winjsStackLineParser,
@@ -64427,7 +64431,7 @@ __export(exports_error_tracking, {
64427
64431
  DOMExceptionCoercer: () => DOMExceptionCoercer
64428
64432
  });
64429
64433
 
64430
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/chunk-ids.mjs
64434
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/chunk-ids.mjs
64431
64435
  var parsedStackResults;
64432
64436
  var lastKeysCount;
64433
64437
  var cachedFilenameChunkIds;
@@ -64466,7 +64470,7 @@ function getFilenameToChunkIdMap(stackParser) {
64466
64470
  return cachedFilenameChunkIds;
64467
64471
  }
64468
64472
 
64469
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/error-properties-builder.mjs
64473
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/error-properties-builder.mjs
64470
64474
  var MAX_CAUSE_RECURSION = 4;
64471
64475
 
64472
64476
  class ErrorPropertiesBuilder {
@@ -64588,7 +64592,7 @@ class ErrorPropertiesBuilder {
64588
64592
  return context;
64589
64593
  }
64590
64594
  }
64591
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/base.mjs
64595
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/base.mjs
64592
64596
  var UNKNOWN_FUNCTION = "?";
64593
64597
  function createFrame(platform, filename, func, lineno, colno) {
64594
64598
  const frame = {
@@ -64604,7 +64608,7 @@ function createFrame(platform, filename, func, lineno, colno) {
64604
64608
  return frame;
64605
64609
  }
64606
64610
 
64607
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/safari.mjs
64611
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/safari.mjs
64608
64612
  var extractSafariExtensionDetails = (func, filename) => {
64609
64613
  const isSafariExtension = func.indexOf("safari-extension") !== -1;
64610
64614
  const isSafariWebExtension = func.indexOf("safari-web-extension") !== -1;
@@ -64617,7 +64621,7 @@ var extractSafariExtensionDetails = (func, filename) => {
64617
64621
  ];
64618
64622
  };
64619
64623
 
64620
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/chrome.mjs
64624
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/chrome.mjs
64621
64625
  var chromeRegexNoFnName = /^\s*at (\S+?)(?::(\d+))(?::(\d+))\s*$/i;
64622
64626
  var chromeRegex = /^\s*at (?:(.+?\)(?: \[.+\])?|.*?) ?\((?:address at )?)?(?:async )?((?:<anonymous>|[-a-z]+:|.*bundle|\/)?.*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i;
64623
64627
  var chromeEvalRegex = /\((\S*)(?::(\d+))(?::(\d+))\)/;
@@ -64643,7 +64647,7 @@ var chromeStackLineParser = (line, platform) => {
64643
64647
  }
64644
64648
  };
64645
64649
 
64646
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/gecko.mjs
64650
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/gecko.mjs
64647
64651
  var geckoREgex = /^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:[-a-z]+)?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js)|\/[\w\-. /=]+)(?::(\d+))?(?::(\d+))?\s*$/i;
64648
64652
  var geckoEvalRegex = /(\S+) line (\d+)(?: > eval line \d+)* > eval/i;
64649
64653
  var geckoStackLineParser = (line, platform) => {
@@ -64666,14 +64670,14 @@ var geckoStackLineParser = (line, platform) => {
64666
64670
  }
64667
64671
  };
64668
64672
 
64669
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/winjs.mjs
64673
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/winjs.mjs
64670
64674
  var winjsRegex = /^\s*at (?:((?:\[object object\])?.+) )?\(?((?:[-a-z]+):.*?):(\d+)(?::(\d+))?\)?\s*$/i;
64671
64675
  var winjsStackLineParser = (line, platform) => {
64672
64676
  const parts = winjsRegex.exec(line);
64673
64677
  return parts ? createFrame(platform, parts[2], parts[1] || UNKNOWN_FUNCTION, +parts[3], parts[4] ? +parts[4] : undefined) : undefined;
64674
64678
  };
64675
64679
 
64676
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/opera.mjs
64680
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/opera.mjs
64677
64681
  var opera10Regex = / line (\d+).*script (?:in )?(\S+)(?:: in function (\S+))?$/i;
64678
64682
  var opera10StackLineParser = (line, platform) => {
64679
64683
  const parts = opera10Regex.exec(line);
@@ -64685,7 +64689,7 @@ var opera11StackLineParser = (line, platform) => {
64685
64689
  return parts ? createFrame(platform, parts[5], parts[3] || parts[4] || UNKNOWN_FUNCTION, +parts[1], +parts[2]) : undefined;
64686
64690
  };
64687
64691
 
64688
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/node.mjs
64692
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/node.mjs
64689
64693
  var FILENAME_MATCH = /^\s*[-]{4,}$/;
64690
64694
  var FULL_MATCH = /at (?:async )?(?:(.+?)\s+\()?(?:(.+):(\d+):(\d+)?|([^)]+))\)?/;
64691
64695
  var nodeStackLineParser = (line, platform) => {
@@ -64754,7 +64758,7 @@ function _parseIntOrUndefined(input) {
64754
64758
  return parseInt(input || "", 10) || undefined;
64755
64759
  }
64756
64760
 
64757
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/index.mjs
64761
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/index.mjs
64758
64762
  var WEBPACK_ERROR_REGEXP = /\(error: (.*)\)/;
64759
64763
  var STACKTRACE_FRAME_LIMIT = 50;
64760
64764
  function reverseAndStripFrames(stack) {
@@ -64799,7 +64803,7 @@ function createStackParser(platform, ...parsers) {
64799
64803
  return reverseAndStripFrames(frames);
64800
64804
  };
64801
64805
  }
64802
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/dom-exception-coercer.mjs
64806
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/dom-exception-coercer.mjs
64803
64807
  class DOMExceptionCoercer {
64804
64808
  match(err) {
64805
64809
  return this.isDOMException(err) || this.isDOMError(err);
@@ -64829,7 +64833,7 @@ class DOMExceptionCoercer {
64829
64833
  return isBuiltin(err, "DOMError");
64830
64834
  }
64831
64835
  }
64832
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/error-coercer.mjs
64836
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/error-coercer.mjs
64833
64837
  class ErrorCoercer {
64834
64838
  match(err) {
64835
64839
  return isPlainError(err);
@@ -64856,7 +64860,7 @@ class ErrorCoercer {
64856
64860
  return err.stacktrace || err.stack || undefined;
64857
64861
  }
64858
64862
  }
64859
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/error-event-coercer.mjs
64863
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/error-event-coercer.mjs
64860
64864
  class ErrorEventCoercer {
64861
64865
  constructor() {}
64862
64866
  match(err) {
@@ -64874,7 +64878,7 @@ class ErrorEventCoercer {
64874
64878
  return exceptionLike;
64875
64879
  }
64876
64880
  }
64877
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/string-coercer.mjs
64881
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/string-coercer.mjs
64878
64882
  var ERROR_TYPES_PATTERN = /^(?:[Uu]ncaught (?:exception: )?)?(?:((?:Eval|Internal|Range|Reference|Syntax|Type|URI|)Error): )?(.*)$/i;
64879
64883
 
64880
64884
  class StringCoercer {
@@ -64904,7 +64908,7 @@ class StringCoercer {
64904
64908
  ];
64905
64909
  }
64906
64910
  }
64907
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/types.mjs
64911
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/types.mjs
64908
64912
  var severityLevels = [
64909
64913
  "fatal",
64910
64914
  "error",
@@ -64914,7 +64918,7 @@ var severityLevels = [
64914
64918
  "debug"
64915
64919
  ];
64916
64920
 
64917
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/utils.mjs
64921
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/utils.mjs
64918
64922
  function extractExceptionKeysForMessage(err, maxLength = 40) {
64919
64923
  const keys = Object.keys(err);
64920
64924
  keys.sort();
@@ -64931,7 +64935,7 @@ function extractExceptionKeysForMessage(err, maxLength = 40) {
64931
64935
  return "";
64932
64936
  }
64933
64937
 
64934
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/object-coercer.mjs
64938
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/object-coercer.mjs
64935
64939
  class ObjectCoercer {
64936
64940
  match(candidate) {
64937
64941
  return typeof candidate == "object" && candidate !== null;
@@ -64984,7 +64988,7 @@ class ObjectCoercer {
64984
64988
  }
64985
64989
  }
64986
64990
  }
64987
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/event-coercer.mjs
64991
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/event-coercer.mjs
64988
64992
  class EventCoercer {
64989
64993
  match(err) {
64990
64994
  return isEvent(err);
@@ -64999,7 +65003,7 @@ class EventCoercer {
64999
65003
  };
65000
65004
  }
65001
65005
  }
65002
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/primitive-coercer.mjs
65006
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/primitive-coercer.mjs
65003
65007
  class PrimitiveCoercer {
65004
65008
  match(candidate) {
65005
65009
  return isPrimitive(candidate);
@@ -65013,7 +65017,7 @@ class PrimitiveCoercer {
65013
65017
  };
65014
65018
  }
65015
65019
  }
65016
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/promise-rejection-event.mjs
65020
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/promise-rejection-event.mjs
65017
65021
  class PromiseRejectionEventCoercer {
65018
65022
  match(err) {
65019
65023
  return isBuiltin(err, "PromiseRejectionEvent") || this.isCustomEventWrappingRejection(err);
@@ -65049,7 +65053,7 @@ class PromiseRejectionEventCoercer {
65049
65053
  return error;
65050
65054
  }
65051
65055
  }
65052
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/utils.mjs
65056
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/utils.mjs
65053
65057
  class ReduceableCache {
65054
65058
  constructor(_maxSize) {
65055
65059
  this._maxSize = _maxSize;
@@ -65074,7 +65078,7 @@ class ReduceableCache {
65074
65078
  }
65075
65079
  }
65076
65080
  }
65077
- // ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/context-lines.node.mjs
65081
+ // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/context-lines.node.mjs
65078
65082
  import { createReadStream } from "node:fs";
65079
65083
  import { createInterface as createInterface5 } from "node:readline";
65080
65084
  var LRU_FILE_CONTENTS_CACHE = new exports_error_tracking.ReduceableCache(25);
@@ -65292,7 +65296,7 @@ function snipLine(line, colno) {
65292
65296
  return newLine;
65293
65297
  }
65294
65298
 
65295
- // ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/autocapture.mjs
65299
+ // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/autocapture.mjs
65296
65300
  function makeUncaughtExceptionHandler(captureFn, onFatalFn) {
65297
65301
  let calledFatalError = false;
65298
65302
  return Object.assign((error) => {
@@ -65324,7 +65328,7 @@ function addUnhandledRejectionListener(captureFn) {
65324
65328
  }));
65325
65329
  }
65326
65330
 
65327
- // ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/index.mjs
65331
+ // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/index.mjs
65328
65332
  var SHUTDOWN_TIMEOUT = 2000;
65329
65333
 
65330
65334
  class ErrorTracking {
@@ -65393,10 +65397,10 @@ class ErrorTracking {
65393
65397
  }
65394
65398
  }
65395
65399
 
65396
- // ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/version.mjs
65400
+ // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/version.mjs
65397
65401
  var version = "5.29.2";
65398
65402
 
65399
- // ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/types.mjs
65403
+ // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/types.mjs
65400
65404
  var FeatureFlagError2 = {
65401
65405
  ERRORS_WHILE_COMPUTING: "errors_while_computing_flags",
65402
65406
  FLAG_MISSING: "flag_missing",
@@ -65404,7 +65408,7 @@ var FeatureFlagError2 = {
65404
65408
  UNKNOWN_ERROR: "unknown_error"
65405
65409
  };
65406
65410
 
65407
- // ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/feature-flags/crypto.mjs
65411
+ // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/feature-flags/crypto.mjs
65408
65412
  async function hashSHA1(text) {
65409
65413
  const subtle = globalThis.crypto?.subtle;
65410
65414
  if (!subtle)
@@ -65414,7 +65418,7 @@ async function hashSHA1(text) {
65414
65418
  return hashArray.map((byte) => byte.toString(16).padStart(2, "0")).join("");
65415
65419
  }
65416
65420
 
65417
- // ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/feature-flags/feature-flags.mjs
65421
+ // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/feature-flags/feature-flags.mjs
65418
65422
  var SIXTY_SECONDS = 60000;
65419
65423
  var LONG_SCALE = 1152921504606847000;
65420
65424
  var NULL_VALUES_ALLOWED_OPERATORS = [
@@ -66288,7 +66292,7 @@ function relativeDateParseForFeatureFlagMatching(value) {
66288
66292
  }
66289
66293
  }
66290
66294
 
66291
- // ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/storage-memory.mjs
66295
+ // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/storage-memory.mjs
66292
66296
  class PostHogMemoryStorage {
66293
66297
  getProperty(key) {
66294
66298
  return this._memoryStorage[key];
@@ -66301,7 +66305,7 @@ class PostHogMemoryStorage {
66301
66305
  }
66302
66306
  }
66303
66307
 
66304
- // ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/client.mjs
66308
+ // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/client.mjs
66305
66309
  var MINIMUM_POLLING_INTERVAL = 100;
66306
66310
  var THIRTY_SECONDS = 30000;
66307
66311
  var MAX_CACHE_SIZE = 50000;
@@ -67089,7 +67093,7 @@ class PostHogBackendClient extends PostHogCoreStateless {
67089
67093
  }
67090
67094
  }
67091
67095
 
67092
- // ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/context/context.mjs
67096
+ // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/context/context.mjs
67093
67097
  import { AsyncLocalStorage } from "node:async_hooks";
67094
67098
 
67095
67099
  class PostHogContext {
@@ -67120,7 +67124,7 @@ class PostHogContext {
67120
67124
  }
67121
67125
  }
67122
67126
 
67123
- // ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/sentry-integration.mjs
67127
+ // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/sentry-integration.mjs
67124
67128
  var NAME = "posthog-node";
67125
67129
  function createEventProcessor(_posthog, { organization, projectId, prefix, severityAllowList = [
67126
67130
  "error"
@@ -67188,7 +67192,7 @@ class PostHogSentryIntegration {
67188
67192
  };
67189
67193
  }
67190
67194
  }
67191
- // ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/entrypoints/index.node.mjs
67195
+ // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/entrypoints/index.node.mjs
67192
67196
  ErrorTracking.errorPropertiesBuilder = new exports_error_tracking.ErrorPropertiesBuilder([
67193
67197
  new exports_error_tracking.EventCoercer,
67194
67198
  new exports_error_tracking.ErrorCoercer,