switchroom 0.12.8 → 0.12.9

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
- // node_modules/.bun/commander@13.1.0/node_modules/commander/lib/error.js
69
+ // ../switchroom/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
- // node_modules/.bun/commander@13.1.0/node_modules/commander/lib/argument.js
93
+ // ../switchroom/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
- // node_modules/.bun/commander@13.1.0/node_modules/commander/lib/help.js
172
+ // ../switchroom/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
- // node_modules/.bun/commander@13.1.0/node_modules/commander/lib/option.js
522
+ // ../switchroom/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
- // node_modules/.bun/commander@13.1.0/node_modules/commander/lib/suggestSimilar.js
700
+ // ../switchroom/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
- // node_modules/.bun/commander@13.1.0/node_modules/commander/lib/command.js
773
+ // ../switchroom/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
- // node_modules/.bun/commander@13.1.0/node_modules/commander/index.js
2083
+ // ../switchroom/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
- // node_modules/.bun/chalk@5.6.2/node_modules/chalk/source/vendor/ansi-styles/index.js
2103
+ // ../switchroom/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
- // node_modules/.bun/chalk@5.6.2/node_modules/chalk/source/vendor/supports-color/index.js
2279
+ // ../switchroom/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
- // node_modules/.bun/chalk@5.6.2/node_modules/chalk/source/utilities.js
2413
+ // ../switchroom/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
- // node_modules/.bun/chalk@5.6.2/node_modules/chalk/source/index.js
2446
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/identity.js
2592
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/visit.js
2646
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/directives.js
2801
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/anchors.js
2953
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/applyReviver.js
3015
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/toJS.js
3062
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Node.js
3089
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Alias.js
3126
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Scalar.js
3234
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/createNode.js
3262
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Collection.js
3334
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyComment.js
3449
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/foldFlowLines.js
3466
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyString.js
3603
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringify.js
3901
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyPair.js
4022
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/log.js
4158
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/merge.js
4177
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/addPairToJSMap.js
4231
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Pair.js
4292
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyCollection.js
4330
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/YAMLMap.js
4482
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/map.js
4609
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/YAMLSeq.js
4628
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/seq.js
4721
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/string.js
4740
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/null.js
4756
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/bool.js
4771
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyNumber.js
4792
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/float.js
4816
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/int.js
4859
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/schema.js
4901
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/json/schema.js
4926
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/binary.js
4990
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/pairs.js
5045
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/omap.js
5120
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/bool.js
5192
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/float.js
5221
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/int.js
5267
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/set.js
5343
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js
5426
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/schema.js
5508
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/tags.js
5549
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/Schema.js
5640
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyDocument.js
5670
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/Document.js
5750
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/errors.js
5985
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-props.js
6050
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-contains-newline.js
6180
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-flow-indent-check.js
6220
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-map-includes.js
6235
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-map.js
6248
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-seq.js
6355
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-end.js
6403
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-flow-collection.js
6443
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-collection.js
6634
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-scalar.js
6696
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-flow-scalar.js
6889
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-scalar.js
7105
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-empty-scalar-position.js
7183
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-node.js
7210
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-doc.js
7313
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/composer.js
7353
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst-scalar.js
7542
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst-stringify.js
7732
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst-visit.js
7790
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst.js
7849
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/lexer.js
7950
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/line-counter.js
8536
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/parser.js
8564
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/public-api.js
9413
+ // ../switchroom/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
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/index.js
9507
+ // ../switchroom/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
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/util.js
9556
+ // ../switchroom/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
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/ZodError.js
9687
+ // ../switchroom/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
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/locales/en.js
9808
+ // ../switchroom/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
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/errors.js
9915
+ // ../switchroom/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
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/parseUtil.js
9928
+ // ../switchroom/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
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/typeAliases.js
10033
+ // ../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/typeAliases.js
10034
10034
  var init_typeAliases = () => {};
10035
10035
 
10036
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/errorUtil.js
10036
+ // ../switchroom/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
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/types.js
10045
+ // ../switchroom/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
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/external.js
13396
+ // ../switchroom/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
- // node_modules/.bun/zod@3.25.76/node_modules/zod/index.js
13516
+ // ../switchroom/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();
@@ -15053,7 +15053,7 @@ function classifyTimezoneSource(config, resolvedAgent) {
15053
15053
  }
15054
15054
  var init_timezone = () => {};
15055
15055
 
15056
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/utils.js
15056
+ // ../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/utils.js
15057
15057
  var require_utils = __commonJS((exports) => {
15058
15058
  exports.__esModule = true;
15059
15059
  exports.extend = extend;
@@ -15149,7 +15149,7 @@ var require_utils = __commonJS((exports) => {
15149
15149
  }
15150
15150
  });
15151
15151
 
15152
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/exception.js
15152
+ // ../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/exception.js
15153
15153
  var require_exception = __commonJS((exports, module) => {
15154
15154
  exports.__esModule = true;
15155
15155
  var errorProps = ["description", "fileName", "lineNumber", "endLineNumber", "message", "name", "number", "stack"];
@@ -15194,7 +15194,7 @@ var require_exception = __commonJS((exports, module) => {
15194
15194
  module.exports = exports["default"];
15195
15195
  });
15196
15196
 
15197
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/block-helper-missing.js
15197
+ // ../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/block-helper-missing.js
15198
15198
  var require_block_helper_missing = __commonJS((exports, module) => {
15199
15199
  exports.__esModule = true;
15200
15200
  var _utils = require_utils();
@@ -15227,7 +15227,7 @@ var require_block_helper_missing = __commonJS((exports, module) => {
15227
15227
  module.exports = exports["default"];
15228
15228
  });
15229
15229
 
15230
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/each.js
15230
+ // ../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/each.js
15231
15231
  var require_each = __commonJS((exports, module) => {
15232
15232
  exports.__esModule = true;
15233
15233
  function _interopRequireDefault(obj) {
@@ -15308,7 +15308,7 @@ var require_each = __commonJS((exports, module) => {
15308
15308
  module.exports = exports["default"];
15309
15309
  });
15310
15310
 
15311
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/helper-missing.js
15311
+ // ../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/helper-missing.js
15312
15312
  var require_helper_missing = __commonJS((exports, module) => {
15313
15313
  exports.__esModule = true;
15314
15314
  function _interopRequireDefault(obj) {
@@ -15328,7 +15328,7 @@ var require_helper_missing = __commonJS((exports, module) => {
15328
15328
  module.exports = exports["default"];
15329
15329
  });
15330
15330
 
15331
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/if.js
15331
+ // ../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/if.js
15332
15332
  var require_if = __commonJS((exports, module) => {
15333
15333
  exports.__esModule = true;
15334
15334
  function _interopRequireDefault(obj) {
@@ -15365,7 +15365,7 @@ var require_if = __commonJS((exports, module) => {
15365
15365
  module.exports = exports["default"];
15366
15366
  });
15367
15367
 
15368
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/log.js
15368
+ // ../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/log.js
15369
15369
  var require_log2 = __commonJS((exports, module) => {
15370
15370
  exports.__esModule = true;
15371
15371
  exports.default = function(instance) {
@@ -15387,7 +15387,7 @@ var require_log2 = __commonJS((exports, module) => {
15387
15387
  module.exports = exports["default"];
15388
15388
  });
15389
15389
 
15390
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/lookup.js
15390
+ // ../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/lookup.js
15391
15391
  var require_lookup = __commonJS((exports, module) => {
15392
15392
  exports.__esModule = true;
15393
15393
  exports.default = function(instance) {
@@ -15401,7 +15401,7 @@ var require_lookup = __commonJS((exports, module) => {
15401
15401
  module.exports = exports["default"];
15402
15402
  });
15403
15403
 
15404
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/with.js
15404
+ // ../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/with.js
15405
15405
  var require_with = __commonJS((exports, module) => {
15406
15406
  exports.__esModule = true;
15407
15407
  function _interopRequireDefault(obj) {
@@ -15437,7 +15437,7 @@ var require_with = __commonJS((exports, module) => {
15437
15437
  module.exports = exports["default"];
15438
15438
  });
15439
15439
 
15440
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers.js
15440
+ // ../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers.js
15441
15441
  var require_helpers = __commonJS((exports) => {
15442
15442
  exports.__esModule = true;
15443
15443
  exports.registerDefaultHelpers = registerDefaultHelpers;
@@ -15478,7 +15478,7 @@ var require_helpers = __commonJS((exports) => {
15478
15478
  }
15479
15479
  });
15480
15480
 
15481
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/decorators/inline.js
15481
+ // ../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/decorators/inline.js
15482
15482
  var require_inline = __commonJS((exports, module) => {
15483
15483
  exports.__esModule = true;
15484
15484
  var _utils = require_utils();
@@ -15502,7 +15502,7 @@ var require_inline = __commonJS((exports, module) => {
15502
15502
  module.exports = exports["default"];
15503
15503
  });
15504
15504
 
15505
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/decorators.js
15505
+ // ../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/decorators.js
15506
15506
  var require_decorators = __commonJS((exports) => {
15507
15507
  exports.__esModule = true;
15508
15508
  exports.registerDefaultDecorators = registerDefaultDecorators;
@@ -15516,7 +15516,7 @@ var require_decorators = __commonJS((exports) => {
15516
15516
  }
15517
15517
  });
15518
15518
 
15519
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/logger.js
15519
+ // ../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/logger.js
15520
15520
  var require_logger = __commonJS((exports, module) => {
15521
15521
  exports.__esModule = true;
15522
15522
  var _utils = require_utils();
@@ -15552,7 +15552,7 @@ var require_logger = __commonJS((exports, module) => {
15552
15552
  module.exports = exports["default"];
15553
15553
  });
15554
15554
 
15555
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/internal/proto-access.js
15555
+ // ../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/internal/proto-access.js
15556
15556
  var require_proto_access = __commonJS((exports) => {
15557
15557
  exports.__esModule = true;
15558
15558
  exports.createProtoAccessControl = createProtoAccessControl;
@@ -15619,7 +15619,7 @@ var require_proto_access = __commonJS((exports) => {
15619
15619
  }
15620
15620
  });
15621
15621
 
15622
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/base.js
15622
+ // ../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/base.js
15623
15623
  var require_base = __commonJS((exports) => {
15624
15624
  exports.__esModule = true;
15625
15625
  exports.HandlebarsEnvironment = HandlebarsEnvironment;
@@ -15712,7 +15712,7 @@ var require_base = __commonJS((exports) => {
15712
15712
  exports.logger = _logger2["default"];
15713
15713
  });
15714
15714
 
15715
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/safe-string.js
15715
+ // ../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/safe-string.js
15716
15716
  var require_safe_string = __commonJS((exports, module) => {
15717
15717
  exports.__esModule = true;
15718
15718
  function SafeString(string) {
@@ -15725,7 +15725,7 @@ var require_safe_string = __commonJS((exports, module) => {
15725
15725
  module.exports = exports["default"];
15726
15726
  });
15727
15727
 
15728
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/internal/wrapHelper.js
15728
+ // ../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/internal/wrapHelper.js
15729
15729
  var require_wrapHelper = __commonJS((exports) => {
15730
15730
  exports.__esModule = true;
15731
15731
  exports.wrapHelper = wrapHelper;
@@ -15742,7 +15742,7 @@ var require_wrapHelper = __commonJS((exports) => {
15742
15742
  }
15743
15743
  });
15744
15744
 
15745
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/runtime.js
15745
+ // ../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/runtime.js
15746
15746
  var require_runtime = __commonJS((exports) => {
15747
15747
  exports.__esModule = true;
15748
15748
  exports.checkRevision = checkRevision;
@@ -16057,7 +16057,7 @@ var require_runtime = __commonJS((exports) => {
16057
16057
  }
16058
16058
  });
16059
16059
 
16060
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/no-conflict.js
16060
+ // ../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/no-conflict.js
16061
16061
  var require_no_conflict = __commonJS((exports, module) => {
16062
16062
  exports.__esModule = true;
16063
16063
  exports.default = function(Handlebars) {
@@ -16081,7 +16081,7 @@ var require_no_conflict = __commonJS((exports, module) => {
16081
16081
  module.exports = exports["default"];
16082
16082
  });
16083
16083
 
16084
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars.runtime.js
16084
+ // ../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars.runtime.js
16085
16085
  var require_handlebars_runtime = __commonJS((exports, module) => {
16086
16086
  exports.__esModule = true;
16087
16087
  function _interopRequireDefault(obj) {
@@ -16135,7 +16135,7 @@ var require_handlebars_runtime = __commonJS((exports, module) => {
16135
16135
  module.exports = exports["default"];
16136
16136
  });
16137
16137
 
16138
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/ast.js
16138
+ // ../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/ast.js
16139
16139
  var require_ast = __commonJS((exports, module) => {
16140
16140
  exports.__esModule = true;
16141
16141
  var AST = {
@@ -16155,7 +16155,7 @@ var require_ast = __commonJS((exports, module) => {
16155
16155
  module.exports = exports["default"];
16156
16156
  });
16157
16157
 
16158
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/parser.js
16158
+ // ../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/parser.js
16159
16159
  var require_parser2 = __commonJS((exports, module) => {
16160
16160
  exports.__esModule = true;
16161
16161
  var handlebars = function() {
@@ -16879,7 +16879,7 @@ Expecting ` + expected.join(", ") + ", got '" + (this.terminals_[symbol] || symb
16879
16879
  module.exports = exports["default"];
16880
16880
  });
16881
16881
 
16882
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/visitor.js
16882
+ // ../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/visitor.js
16883
16883
  var require_visitor = __commonJS((exports, module) => {
16884
16884
  exports.__esModule = true;
16885
16885
  function _interopRequireDefault(obj) {
@@ -16984,7 +16984,7 @@ var require_visitor = __commonJS((exports, module) => {
16984
16984
  module.exports = exports["default"];
16985
16985
  });
16986
16986
 
16987
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/whitespace-control.js
16987
+ // ../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/whitespace-control.js
16988
16988
  var require_whitespace_control = __commonJS((exports, module) => {
16989
16989
  exports.__esModule = true;
16990
16990
  function _interopRequireDefault(obj) {
@@ -17130,7 +17130,7 @@ var require_whitespace_control = __commonJS((exports, module) => {
17130
17130
  module.exports = exports["default"];
17131
17131
  });
17132
17132
 
17133
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/helpers.js
17133
+ // ../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/helpers.js
17134
17134
  var require_helpers2 = __commonJS((exports) => {
17135
17135
  exports.__esModule = true;
17136
17136
  exports.SourceLocation = SourceLocation;
@@ -17315,7 +17315,7 @@ var require_helpers2 = __commonJS((exports) => {
17315
17315
  }
17316
17316
  });
17317
17317
 
17318
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/base.js
17318
+ // ../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/base.js
17319
17319
  var require_base2 = __commonJS((exports) => {
17320
17320
  exports.__esModule = true;
17321
17321
  exports.parseWithoutProcessing = parseWithoutProcessing;
@@ -17414,7 +17414,7 @@ var require_base2 = __commonJS((exports) => {
17414
17414
  }
17415
17415
  });
17416
17416
 
17417
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/compiler.js
17417
+ // ../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/compiler.js
17418
17418
  var require_compiler = __commonJS((exports) => {
17419
17419
  exports.__esModule = true;
17420
17420
  exports.Compiler = Compiler;
@@ -17831,7 +17831,7 @@ var require_compiler = __commonJS((exports) => {
17831
17831
  }
17832
17832
  });
17833
17833
 
17834
- // node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/base64.js
17834
+ // ../switchroom/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/base64.js
17835
17835
  var require_base64 = __commonJS((exports) => {
17836
17836
  var intToCharMap = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");
17837
17837
  exports.encode = function(number) {
@@ -17870,7 +17870,7 @@ var require_base64 = __commonJS((exports) => {
17870
17870
  };
17871
17871
  });
17872
17872
 
17873
- // node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/base64-vlq.js
17873
+ // ../switchroom/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/base64-vlq.js
17874
17874
  var require_base64_vlq = __commonJS((exports) => {
17875
17875
  var base64 = require_base64();
17876
17876
  var VLQ_BASE_SHIFT = 5;
@@ -17922,7 +17922,7 @@ var require_base64_vlq = __commonJS((exports) => {
17922
17922
  };
17923
17923
  });
17924
17924
 
17925
- // node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/util.js
17925
+ // ../switchroom/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/util.js
17926
17926
  var require_util = __commonJS((exports) => {
17927
17927
  function getArg(aArgs, aName, aDefaultValue) {
17928
17928
  if (aName in aArgs) {
@@ -18221,7 +18221,7 @@ var require_util = __commonJS((exports) => {
18221
18221
  exports.computeSourceURL = computeSourceURL;
18222
18222
  });
18223
18223
 
18224
- // node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/array-set.js
18224
+ // ../switchroom/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/array-set.js
18225
18225
  var require_array_set = __commonJS((exports) => {
18226
18226
  var util3 = require_util();
18227
18227
  var has = Object.prototype.hasOwnProperty;
@@ -18289,7 +18289,7 @@ var require_array_set = __commonJS((exports) => {
18289
18289
  exports.ArraySet = ArraySet;
18290
18290
  });
18291
18291
 
18292
- // node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/mapping-list.js
18292
+ // ../switchroom/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/mapping-list.js
18293
18293
  var require_mapping_list = __commonJS((exports) => {
18294
18294
  var util3 = require_util();
18295
18295
  function generatedPositionAfter(mappingA, mappingB) {
@@ -18326,7 +18326,7 @@ var require_mapping_list = __commonJS((exports) => {
18326
18326
  exports.MappingList = MappingList;
18327
18327
  });
18328
18328
 
18329
- // node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/source-map-generator.js
18329
+ // ../switchroom/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/source-map-generator.js
18330
18330
  var require_source_map_generator = __commonJS((exports) => {
18331
18331
  var base64VLQ = require_base64_vlq();
18332
18332
  var util3 = require_util();
@@ -18596,7 +18596,7 @@ var require_source_map_generator = __commonJS((exports) => {
18596
18596
  exports.SourceMapGenerator = SourceMapGenerator;
18597
18597
  });
18598
18598
 
18599
- // node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/binary-search.js
18599
+ // ../switchroom/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/binary-search.js
18600
18600
  var require_binary_search = __commonJS((exports) => {
18601
18601
  exports.GREATEST_LOWER_BOUND = 1;
18602
18602
  exports.LEAST_UPPER_BOUND = 2;
@@ -18643,7 +18643,7 @@ var require_binary_search = __commonJS((exports) => {
18643
18643
  };
18644
18644
  });
18645
18645
 
18646
- // node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/quick-sort.js
18646
+ // ../switchroom/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/quick-sort.js
18647
18647
  var require_quick_sort = __commonJS((exports) => {
18648
18648
  function swap(ary, x, y) {
18649
18649
  var temp = ary[x];
@@ -18676,7 +18676,7 @@ var require_quick_sort = __commonJS((exports) => {
18676
18676
  };
18677
18677
  });
18678
18678
 
18679
- // node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/source-map-consumer.js
18679
+ // ../switchroom/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/source-map-consumer.js
18680
18680
  var require_source_map_consumer = __commonJS((exports) => {
18681
18681
  var util3 = require_util();
18682
18682
  var binarySearch = require_binary_search();
@@ -19245,7 +19245,7 @@ var require_source_map_consumer = __commonJS((exports) => {
19245
19245
  exports.IndexedSourceMapConsumer = IndexedSourceMapConsumer;
19246
19246
  });
19247
19247
 
19248
- // node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/source-node.js
19248
+ // ../switchroom/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/source-node.js
19249
19249
  var require_source_node = __commonJS((exports) => {
19250
19250
  var SourceMapGenerator = require_source_map_generator().SourceMapGenerator;
19251
19251
  var util3 = require_util();
@@ -19499,14 +19499,14 @@ var require_source_node = __commonJS((exports) => {
19499
19499
  exports.SourceNode = SourceNode;
19500
19500
  });
19501
19501
 
19502
- // node_modules/.bun/source-map@0.6.1/node_modules/source-map/source-map.js
19502
+ // ../switchroom/node_modules/.bun/source-map@0.6.1/node_modules/source-map/source-map.js
19503
19503
  var require_source_map = __commonJS((exports) => {
19504
19504
  exports.SourceMapGenerator = require_source_map_generator().SourceMapGenerator;
19505
19505
  exports.SourceMapConsumer = require_source_map_consumer().SourceMapConsumer;
19506
19506
  exports.SourceNode = require_source_node().SourceNode;
19507
19507
  });
19508
19508
 
19509
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/code-gen.js
19509
+ // ../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/code-gen.js
19510
19510
  var require_code_gen = __commonJS((exports, module) => {
19511
19511
  exports.__esModule = true;
19512
19512
  var _utils = require_utils();
@@ -19639,7 +19639,7 @@ var require_code_gen = __commonJS((exports, module) => {
19639
19639
  module.exports = exports["default"];
19640
19640
  });
19641
19641
 
19642
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/javascript-compiler.js
19642
+ // ../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/javascript-compiler.js
19643
19643
  var require_javascript_compiler = __commonJS((exports, module) => {
19644
19644
  exports.__esModule = true;
19645
19645
  function _interopRequireDefault(obj) {
@@ -20407,7 +20407,7 @@ var require_javascript_compiler = __commonJS((exports, module) => {
20407
20407
  module.exports = exports["default"];
20408
20408
  });
20409
20409
 
20410
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars.js
20410
+ // ../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars.js
20411
20411
  var require_handlebars = __commonJS((exports, module) => {
20412
20412
  exports.__esModule = true;
20413
20413
  function _interopRequireDefault(obj) {
@@ -20451,7 +20451,7 @@ var require_handlebars = __commonJS((exports, module) => {
20451
20451
  module.exports = exports["default"];
20452
20452
  });
20453
20453
 
20454
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/printer.js
20454
+ // ../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/printer.js
20455
20455
  var require_printer = __commonJS((exports) => {
20456
20456
  exports.__esModule = true;
20457
20457
  exports.print = print;
@@ -20595,7 +20595,7 @@ var require_printer = __commonJS((exports) => {
20595
20595
  };
20596
20596
  });
20597
20597
 
20598
- // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/lib/index.js
20598
+ // ../switchroom/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/lib/index.js
20599
20599
  var require_lib = __commonJS((exports, module) => {
20600
20600
  var handlebars = require_handlebars()["default"];
20601
20601
  var printer = require_printer();
@@ -24527,6 +24527,23 @@ function submitAuthCode(name, agentDir, code, slot, _opts = {}) {
24527
24527
  ]
24528
24528
  };
24529
24529
  }
24530
+ function cancelAuthSession(name, agentDir, slot) {
24531
+ let targetSlot = slot;
24532
+ if (!targetSlot) {
24533
+ const pending = readJsonFile(authSessionMetaPath(agentDir));
24534
+ if (pending?.slot)
24535
+ targetSlot = pending.slot;
24536
+ }
24537
+ const sessionName = authSessionName(name, targetSlot);
24538
+ if (tmuxSessionExists(sessionName)) {
24539
+ tmux(["kill-session", "-t", sessionName]);
24540
+ }
24541
+ clearAuthSessionMeta(agentDir);
24542
+ cleanupAuthTempDirs(agentDir);
24543
+ return {
24544
+ instructions: [`Cancelled pending auth session for agent "${name}".`]
24545
+ };
24546
+ }
24530
24547
  var TOKEN_VALIDITY_MS;
24531
24548
  var init_manager = __esm(() => {
24532
24549
  init_loader();
@@ -27487,6 +27504,23 @@ function formatForCli(entries, opts = {}) {
27487
27504
  }
27488
27505
  var init_audit_reader = () => {};
27489
27506
 
27507
+ // src/cli/doctor-status.ts
27508
+ function statusGlyph(status) {
27509
+ switch (status) {
27510
+ case "ok":
27511
+ return source_default.green("\u2713");
27512
+ case "warn":
27513
+ return source_default.yellow("!");
27514
+ case "fail":
27515
+ return source_default.red("\u2717");
27516
+ case "skip":
27517
+ return source_default.gray("\u2013");
27518
+ }
27519
+ }
27520
+ var init_doctor_status = __esm(() => {
27521
+ init_source();
27522
+ });
27523
+
27490
27524
  // src/manifest.ts
27491
27525
  import {
27492
27526
  existsSync as existsSync44,
@@ -28083,7 +28117,7 @@ function runAuthBrokerChecks(config, deps = {}) {
28083
28117
  checkAuthBrokerThresholdViolations(deps),
28084
28118
  checkAuthBrokerActiveAccount(config, deps)
28085
28119
  ];
28086
- const rank = { fail: 0, warn: 1, ok: 2 };
28120
+ const rank = { fail: 0, warn: 1, ok: 2, skip: 3 };
28087
28121
  return [...results].sort((a, b) => rank[a.status] - rank[b.status]);
28088
28122
  }
28089
28123
  var AUTH_BROKER_CONTAINER = "switchroom-auth-broker";
@@ -28329,7 +28363,7 @@ function checkScaffoldWiring(config, driveAgents, d) {
28329
28363
  if (mcpRead.kind === "unreadable" || trustRead.kind === "unreadable") {
28330
28364
  results.push({
28331
28365
  name: `drive: ${name} scaffold`,
28332
- status: "warn",
28366
+ status: "skip",
28333
28367
  detail: "scaffold files are agent-UID-owned (mode 0600) \u2014 unverifiable from the host operator; the agent process reads them fine. Verify in-container if needed: `docker exec switchroom-" + name + " sh -lc 'python3 -m json.tool /state/agent/.mcp.json >/dev/null && echo ok'`"
28334
28368
  });
28335
28369
  continue;
@@ -28579,7 +28613,7 @@ function runSecretAccessChecks(config, deps = {}) {
28579
28613
  if (!passphrase) {
28580
28614
  results.push({
28581
28615
  name: "agent secret access",
28582
- status: "warn",
28616
+ status: "skip",
28583
28617
  detail: "SWITCHROOM_VAULT_PASSPHRASE not set \u2014 cannot enumerate vault keys/ACLs " + "to verify per-agent secret access",
28584
28618
  fix: "Export SWITCHROOM_VAULT_PASSPHRASE and re-run `switchroom doctor`"
28585
28619
  });
@@ -28874,16 +28908,6 @@ import {
28874
28908
  } from "node:fs";
28875
28909
  import { dirname as dirname12, join as join41, resolve as resolve29 } from "node:path";
28876
28910
  import { createPublicKey, createPrivateKey } from "node:crypto";
28877
- function statusGlyph(status) {
28878
- switch (status) {
28879
- case "ok":
28880
- return source_default.green("\u2713");
28881
- case "warn":
28882
- return source_default.yellow("!");
28883
- case "fail":
28884
- return source_default.red("\u2717");
28885
- }
28886
- }
28887
28911
  function findInNvm(bin) {
28888
28912
  const nvmRoot = join41(process.env.HOME ?? "", ".nvm", "versions", "node");
28889
28913
  if (!existsSync47(nvmRoot))
@@ -29215,7 +29239,7 @@ function checkVault(config) {
29215
29239
  },
29216
29240
  {
29217
29241
  name: "vault unlock",
29218
- status: "warn",
29242
+ status: "skip",
29219
29243
  detail: "SWITCHROOM_VAULT_PASSPHRASE not set; cannot verify decrypt",
29220
29244
  fix: "Export SWITCHROOM_VAULT_PASSPHRASE to verify the vault unlocks"
29221
29245
  }
@@ -29500,8 +29524,9 @@ async function checkTelegram(config) {
29500
29524
  if (read.kind === "eacces") {
29501
29525
  results.push({
29502
29526
  name: `${name}: bot token`,
29503
- status: "warn",
29504
- detail: `unreadable from host (${read.error}) \u2014 agent reads it fine; cannot verify TELEGRAM_BOT_TOKEN from operator UID`
29527
+ status: "skip",
29528
+ detail: `unreadable from host (${read.error}) \u2014 agent reads it fine; cannot verify TELEGRAM_BOT_TOKEN from operator UID`,
29529
+ fix: `Verify in-agent (PR2 hostd agent_smoke), or: docker exec switchroom-${name} sh -lc 'test -s "$TELEGRAM_BOT_TOKEN_FILE" || grep -q TELEGRAM_BOT_TOKEN /state/agent/telegram/.env && echo ok'`
29505
29530
  });
29506
29531
  continue;
29507
29532
  }
@@ -29560,8 +29585,9 @@ function checkStartShStale(agentName, startShPath) {
29560
29585
  } catch (err) {
29561
29586
  return {
29562
29587
  name: label,
29563
- status: "warn",
29564
- detail: `unreadable: ${err.message}`
29588
+ status: "skip",
29589
+ detail: `unreadable from host (${err.message}) \u2014 agent-UID-owned; the scheduler block can't be checked from the operator UID`,
29590
+ fix: `Verify in-agent (PR2 hostd agent_smoke), or: docker exec switchroom-${agentName} grep -q _switchroom_supervise.*agent-scheduler /state/agent/start.sh && echo ok`
29565
29591
  };
29566
29592
  }
29567
29593
  if (!/_switchroom_supervise\s+agent-scheduler\b/.test(content)) {
@@ -29725,8 +29751,9 @@ function checkAgents(config, configPath) {
29725
29751
  if (auth?.inaccessible) {
29726
29752
  results.push({
29727
29753
  name: `${name}: auth`,
29728
- status: "warn",
29729
- detail: "auth state owned by agent UID \u2014 unverifiable from host (agent reads it fine)"
29754
+ status: "skip",
29755
+ detail: "auth state owned by agent UID \u2014 unverifiable from host (agent reads it fine)",
29756
+ fix: `Verify in-agent (PR2 hostd agent_smoke runs a real auth liveness check)`
29730
29757
  });
29731
29758
  } else {
29732
29759
  results.push({
@@ -29832,6 +29859,7 @@ ${title}`));
29832
29859
  let oks = 0;
29833
29860
  let warns = 0;
29834
29861
  let fails = 0;
29862
+ let skips = 0;
29835
29863
  for (const r of results) {
29836
29864
  if (r.status === "ok")
29837
29865
  oks++;
@@ -29839,13 +29867,15 @@ ${title}`));
29839
29867
  warns++;
29840
29868
  if (r.status === "fail")
29841
29869
  fails++;
29870
+ if (r.status === "skip")
29871
+ skips++;
29842
29872
  const detail = r.detail ? source_default.gray(` (${r.detail})`) : "";
29843
29873
  console.log(` ${statusGlyph(r.status)} ${r.name}${detail}`);
29844
29874
  if (r.fix && r.status !== "ok") {
29845
29875
  console.log(source_default.gray(` \u2192 ${r.fix}`));
29846
29876
  }
29847
29877
  }
29848
- return { oks, warns, fails };
29878
+ return { oks, warns, fails, skips };
29849
29879
  }
29850
29880
  function mffAgentName(config) {
29851
29881
  for (const [name, ac] of Object.entries(config?.agents ?? {})) {
@@ -29874,7 +29904,7 @@ function checkMffVaultKeyPresent(passphrase, vaultPath) {
29874
29904
  if (!passphrase) {
29875
29905
  return {
29876
29906
  name: "mff: vault key present",
29877
- status: "warn",
29907
+ status: "skip",
29878
29908
  detail: "SWITCHROOM_VAULT_PASSPHRASE not set \u2014 skipping vault checks",
29879
29909
  fix: "Export SWITCHROOM_VAULT_PASSPHRASE to enable MFF vault probes"
29880
29910
  };
@@ -30010,7 +30040,7 @@ async function checkMffApiReachable(envPath = mffEnvPath(), timeoutMs = 5000) {
30010
30040
  if (state !== "readable") {
30011
30041
  return {
30012
30042
  name: "mff: API reachable",
30013
- status: "warn",
30043
+ status: "skip",
30014
30044
  detail: state === "agent-private" ? "skipped \u2014 MFF creds are per-agent/agent-private since WS6-F2; deep probe must run in-agent" : "skipped (MFF .env not found \u2014 see 'mff: .env present')"
30015
30045
  };
30016
30046
  }
@@ -30062,7 +30092,7 @@ async function checkMffAuthFlow(envPath = mffEnvPath(), timeoutMs = 8000) {
30062
30092
  if (state !== "readable") {
30063
30093
  return {
30064
30094
  name: "mff: auth flow",
30065
- status: "warn",
30095
+ status: "skip",
30066
30096
  detail: state === "agent-private" ? "skipped \u2014 MFF creds are per-agent/agent-private since WS6-F2; deep probe must run in-agent" : "skipped (MFF .env not found \u2014 see 'mff: .env present')"
30067
30097
  };
30068
30098
  }
@@ -30160,7 +30190,7 @@ async function checkMffCloudflareUa(envPath = mffEnvPath(), timeoutMs = 5000) {
30160
30190
  if (state !== "readable") {
30161
30191
  return {
30162
30192
  name: "mff: Cloudflare UA bypass",
30163
- status: "warn",
30193
+ status: "skip",
30164
30194
  detail: state === "agent-private" ? "skipped \u2014 MFF creds are per-agent/agent-private since WS6-F2; deep probe must run in-agent" : "skipped (MFF .env not found \u2014 see 'mff: .env present')"
30165
30195
  };
30166
30196
  }
@@ -30386,16 +30416,18 @@ function registerDoctorCommand(program3) {
30386
30416
  let totalOk = 0;
30387
30417
  let totalWarn = 0;
30388
30418
  let totalFail = 0;
30419
+ let totalSkip = 0;
30389
30420
  for (const { title, results } of sections) {
30390
30421
  if (results.length === 0)
30391
30422
  continue;
30392
- const { oks, warns, fails } = printSection(title, results);
30423
+ const { oks, warns, fails, skips } = printSection(title, results);
30393
30424
  totalOk += oks;
30394
30425
  totalWarn += warns;
30395
30426
  totalFail += fails;
30427
+ totalSkip += skips;
30396
30428
  }
30397
30429
  console.log();
30398
- const summary = `${source_default.green(`${totalOk} ok`)} \u00b7 ${source_default.yellow(`${totalWarn} warn`)} \u00b7 ${source_default.red(`${totalFail} fail`)}`;
30430
+ const summary = `${source_default.green(`${totalOk} ok`)} \u00b7 ${source_default.yellow(`${totalWarn} warn`)} \u00b7 ${source_default.red(`${totalFail} fail`)}` + ` \u00b7 ${source_default.gray(`${totalSkip} skip`)}`;
30399
30431
  console.log(` ${summary}`);
30400
30432
  console.log();
30401
30433
  if (totalFail > 0) {
@@ -30406,6 +30438,7 @@ function registerDoctorCommand(program3) {
30406
30438
  var MFF_VAULT_KEY = "mff/agent-private-key", MANIFEST_WARN_ONLY;
30407
30439
  var init_doctor = __esm(() => {
30408
30440
  init_source();
30441
+ init_doctor_status();
30409
30442
  init_vault();
30410
30443
  init_loader();
30411
30444
  init_paths();
@@ -30472,7 +30505,7 @@ function deriveSlug(inputs, existing) {
30472
30505
  return `${base}_${n}`;
30473
30506
  }
30474
30507
 
30475
- // node_modules/.bun/boundary@2.0.0/node_modules/boundary/lib/index.js
30508
+ // ../switchroom/node_modules/.bun/boundary@2.0.0/node_modules/boundary/lib/index.js
30476
30509
  var require_lib2 = __commonJS((exports2) => {
30477
30510
  Object.defineProperty(exports2, "__esModule", { value: true });
30478
30511
  exports2.binarySearch = exports2.upperBound = exports2.lowerBound = exports2.compare = undefined;
@@ -30519,7 +30552,7 @@ var require_lib2 = __commonJS((exports2) => {
30519
30552
  exports2.binarySearch = binarySearch;
30520
30553
  });
30521
30554
 
30522
- // node_modules/.bun/structured-source@4.0.0/node_modules/structured-source/lib/structured-source.js
30555
+ // ../switchroom/node_modules/.bun/structured-source@4.0.0/node_modules/structured-source/lib/structured-source.js
30523
30556
  var require_structured_source = __commonJS((exports2) => {
30524
30557
  Object.defineProperty(exports2, "__esModule", { value: true });
30525
30558
  exports2.StructuredSource = undefined;
@@ -30574,13 +30607,13 @@ var require_structured_source = __commonJS((exports2) => {
30574
30607
  }
30575
30608
  exports2.StructuredSource = StructuredSource;
30576
30609
  });
30577
- // node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/SecretLintSourceCodeImpl.js
30610
+ // ../switchroom/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/SecretLintSourceCodeImpl.js
30578
30611
  var import_structured_source;
30579
30612
  var init_SecretLintSourceCodeImpl = __esm(() => {
30580
30613
  import_structured_source = __toESM(require_structured_source(), 1);
30581
30614
  });
30582
30615
 
30583
- // node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/helper/promise-event-emitter.js
30616
+ // ../switchroom/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/helper/promise-event-emitter.js
30584
30617
  class EventEmitter {
30585
30618
  #listeners = new Map;
30586
30619
  on(type, listener) {
@@ -30619,9 +30652,9 @@ class EventEmitter {
30619
30652
  return Array.from(this.#listeners.get(type) ?? []);
30620
30653
  }
30621
30654
  }
30622
- // node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RuleContext.js
30655
+ // ../switchroom/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RuleContext.js
30623
30656
  var init_RuleContext = () => {};
30624
- // node_modules/.bun/@secretlint+profiler@12.2.0/node_modules/@secretlint/profiler/module/index.js
30657
+ // ../switchroom/node_modules/.bun/@secretlint+profiler@12.2.0/node_modules/@secretlint/profiler/module/index.js
30625
30658
  class SecretLintProfiler {
30626
30659
  perf;
30627
30660
  entries = [];
@@ -30678,7 +30711,7 @@ class SecretLintProfiler {
30678
30711
  }
30679
30712
  }
30680
30713
 
30681
- // node_modules/.bun/@secretlint+profiler@12.2.0/node_modules/@secretlint/profiler/module/node.js
30714
+ // ../switchroom/node_modules/.bun/@secretlint+profiler@12.2.0/node_modules/@secretlint/profiler/module/node.js
30682
30715
  import perf_hooks from "node:perf_hooks";
30683
30716
 
30684
30717
  class NullPerformanceObserver {
@@ -30693,19 +30726,19 @@ var init_node = __esm(() => {
30693
30726
  });
30694
30727
  });
30695
30728
 
30696
- // node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RunningEvents.js
30729
+ // ../switchroom/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RunningEvents.js
30697
30730
  var init_RunningEvents = __esm(() => {
30698
30731
  init_node();
30699
30732
  });
30700
30733
 
30701
- // node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RulePresetContext.js
30734
+ // ../switchroom/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RulePresetContext.js
30702
30735
  var init_RulePresetContext = __esm(() => {
30703
30736
  init_RuleContext();
30704
30737
  });
30705
- // node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/messages/index.js
30738
+ // ../switchroom/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/messages/index.js
30706
30739
  var init_messages = () => {};
30707
30740
 
30708
- // node_modules/.bun/ms@2.1.3/node_modules/ms/index.js
30741
+ // ../switchroom/node_modules/.bun/ms@2.1.3/node_modules/ms/index.js
30709
30742
  var require_ms = __commonJS((exports2, module) => {
30710
30743
  var s = 1000;
30711
30744
  var m = s * 60;
@@ -30815,7 +30848,7 @@ var require_ms = __commonJS((exports2, module) => {
30815
30848
  }
30816
30849
  });
30817
30850
 
30818
- // node_modules/.bun/debug@4.4.3/node_modules/debug/src/common.js
30851
+ // ../switchroom/node_modules/.bun/debug@4.4.3/node_modules/debug/src/common.js
30819
30852
  var require_common = __commonJS((exports2, module) => {
30820
30853
  function setup(env2) {
30821
30854
  createDebug.debug = createDebug;
@@ -30990,7 +31023,7 @@ var require_common = __commonJS((exports2, module) => {
30990
31023
  module.exports = setup;
30991
31024
  });
30992
31025
 
30993
- // node_modules/.bun/debug@4.4.3/node_modules/debug/src/browser.js
31026
+ // ../switchroom/node_modules/.bun/debug@4.4.3/node_modules/debug/src/browser.js
30994
31027
  var require_browser = __commonJS((exports2, module) => {
30995
31028
  exports2.formatArgs = formatArgs;
30996
31029
  exports2.save = save;
@@ -31150,7 +31183,7 @@ var require_browser = __commonJS((exports2, module) => {
31150
31183
  };
31151
31184
  });
31152
31185
 
31153
- // node_modules/.bun/has-flag@4.0.0/node_modules/has-flag/index.js
31186
+ // ../switchroom/node_modules/.bun/has-flag@4.0.0/node_modules/has-flag/index.js
31154
31187
  var require_has_flag = __commonJS((exports2, module) => {
31155
31188
  module.exports = (flag, argv = process.argv) => {
31156
31189
  const prefix = flag.startsWith("-") ? "" : flag.length === 1 ? "-" : "--";
@@ -31160,7 +31193,7 @@ var require_has_flag = __commonJS((exports2, module) => {
31160
31193
  };
31161
31194
  });
31162
31195
 
31163
- // node_modules/.bun/supports-color@7.2.0/node_modules/supports-color/index.js
31196
+ // ../switchroom/node_modules/.bun/supports-color@7.2.0/node_modules/supports-color/index.js
31164
31197
  var require_supports_color = __commonJS((exports2, module) => {
31165
31198
  var os5 = __require("os");
31166
31199
  var tty2 = __require("tty");
@@ -31259,7 +31292,7 @@ var require_supports_color = __commonJS((exports2, module) => {
31259
31292
  };
31260
31293
  });
31261
31294
 
31262
- // node_modules/.bun/debug@4.4.3/node_modules/debug/src/node.js
31295
+ // ../switchroom/node_modules/.bun/debug@4.4.3/node_modules/debug/src/node.js
31263
31296
  var require_node = __commonJS((exports2, module) => {
31264
31297
  var tty2 = __require("tty");
31265
31298
  var util3 = __require("util");
@@ -31430,7 +31463,7 @@ var require_node = __commonJS((exports2, module) => {
31430
31463
  };
31431
31464
  });
31432
31465
 
31433
- // node_modules/.bun/debug@4.4.3/node_modules/debug/src/index.js
31466
+ // ../switchroom/node_modules/.bun/debug@4.4.3/node_modules/debug/src/index.js
31434
31467
  var require_src = __commonJS((exports2, module) => {
31435
31468
  if (typeof process === "undefined" || process.type === "renderer" || false || process.__nwjs) {
31436
31469
  module.exports = require_browser();
@@ -31439,7 +31472,7 @@ var require_src = __commonJS((exports2, module) => {
31439
31472
  }
31440
31473
  });
31441
31474
 
31442
- // node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/index.js
31475
+ // ../switchroom/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/index.js
31443
31476
  var import_debug, debug;
31444
31477
  var init_module = __esm(() => {
31445
31478
  init_SecretLintSourceCodeImpl();
@@ -31452,7 +31485,7 @@ var init_module = __esm(() => {
31452
31485
  debug = import_debug.default("@secretlint/core");
31453
31486
  });
31454
31487
 
31455
- // node_modules/.bun/@secretlint+secretlint-rule-preset-recommend@12.2.0/node_modules/@secretlint/secretlint-rule-preset-recommend/module/index.js
31488
+ // ../switchroom/node_modules/.bun/@secretlint+secretlint-rule-preset-recommend@12.2.0/node_modules/@secretlint/secretlint-rule-preset-recommend/module/index.js
31456
31489
  function requireLodash_uniq() {
31457
31490
  if (hasRequiredLodash_uniq)
31458
31491
  return lodash_uniq;
@@ -33135,7 +33168,7 @@ var init_secretlint_source = __esm(() => {
33135
33168
  init_suppressor();
33136
33169
  });
33137
33170
 
33138
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/core.js
33171
+ // ../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/core.js
33139
33172
  function $constructor(name, initializer, params) {
33140
33173
  function init(inst, def) {
33141
33174
  var _a;
@@ -33198,7 +33231,7 @@ var init_core = __esm(() => {
33198
33231
  globalConfig = {};
33199
33232
  });
33200
33233
 
33201
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/util.js
33234
+ // ../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/util.js
33202
33235
  var exports_util = {};
33203
33236
  __export(exports_util, {
33204
33237
  unwrapMessage: () => unwrapMessage,
@@ -33714,7 +33747,7 @@ var init_util2 = __esm(() => {
33714
33747
  };
33715
33748
  });
33716
33749
 
33717
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/errors.js
33750
+ // ../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/errors.js
33718
33751
  function flattenError(error, mapper = (issue2) => issue2.message) {
33719
33752
  const fieldErrors = {};
33720
33753
  const formErrors = [];
@@ -33792,7 +33825,7 @@ var init_errors2 = __esm(() => {
33792
33825
  $ZodRealError = $constructor("$ZodError", initializer, { Parent: Error });
33793
33826
  });
33794
33827
 
33795
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/parse.js
33828
+ // ../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/parse.js
33796
33829
  var _parse = (_Err) => (schema, value, _ctx, _params) => {
33797
33830
  const ctx = _ctx ? Object.assign(_ctx, { async: false }) : { async: false };
33798
33831
  const result = schema._zod.run({ value, issues: [] }, ctx);
@@ -33844,7 +33877,7 @@ var init_parse = __esm(() => {
33844
33877
  safeParseAsync = /* @__PURE__ */ _safeParseAsync($ZodRealError);
33845
33878
  });
33846
33879
 
33847
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/regexes.js
33880
+ // ../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/regexes.js
33848
33881
  function emoji() {
33849
33882
  return new RegExp(_emoji, "u");
33850
33883
  }
@@ -33901,7 +33934,7 @@ var init_regexes = __esm(() => {
33901
33934
  uppercase = /^[^a-z]*$/;
33902
33935
  });
33903
33936
 
33904
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/checks.js
33937
+ // ../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/checks.js
33905
33938
  var $ZodCheck, numericOriginMap, $ZodCheckLessThan, $ZodCheckGreaterThan, $ZodCheckMultipleOf, $ZodCheckNumberFormat, $ZodCheckMaxLength, $ZodCheckMinLength, $ZodCheckLengthEquals, $ZodCheckStringFormat, $ZodCheckRegex, $ZodCheckLowerCase, $ZodCheckUpperCase, $ZodCheckIncludes, $ZodCheckStartsWith, $ZodCheckEndsWith, $ZodCheckOverwrite;
33906
33939
  var init_checks = __esm(() => {
33907
33940
  init_core();
@@ -34291,7 +34324,7 @@ var init_checks = __esm(() => {
34291
34324
  });
34292
34325
  });
34293
34326
 
34294
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/doc.js
34327
+ // ../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/doc.js
34295
34328
  class Doc {
34296
34329
  constructor(args = []) {
34297
34330
  this.content = [];
@@ -34329,7 +34362,7 @@ class Doc {
34329
34362
  }
34330
34363
  }
34331
34364
 
34332
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/versions.js
34365
+ // ../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/versions.js
34333
34366
  var version2;
34334
34367
  var init_versions = __esm(() => {
34335
34368
  version2 = {
@@ -34339,7 +34372,7 @@ var init_versions = __esm(() => {
34339
34372
  };
34340
34373
  });
34341
34374
 
34342
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/schemas.js
34375
+ // ../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/schemas.js
34343
34376
  function isValidBase64(data) {
34344
34377
  if (data === "")
34345
34378
  return true;
@@ -35581,7 +35614,7 @@ var init_schemas = __esm(() => {
35581
35614
  });
35582
35615
  });
35583
35616
 
35584
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/locales/en.js
35617
+ // ../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/locales/en.js
35585
35618
  function en_default2() {
35586
35619
  return {
35587
35620
  localeError: error()
@@ -35701,10 +35734,10 @@ var init_en2 = __esm(() => {
35701
35734
  init_util2();
35702
35735
  });
35703
35736
 
35704
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/locales/index.js
35737
+ // ../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/locales/index.js
35705
35738
  var init_locales = () => {};
35706
35739
 
35707
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/registries.js
35740
+ // ../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/registries.js
35708
35741
  class $ZodRegistry {
35709
35742
  constructor() {
35710
35743
  this._map = new Map;
@@ -35757,7 +35790,7 @@ var init_registries = __esm(() => {
35757
35790
  globalRegistry = /* @__PURE__ */ registry();
35758
35791
  });
35759
35792
 
35760
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/api.js
35793
+ // ../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/api.js
35761
35794
  function _string(Class2, params) {
35762
35795
  return new Class2({
35763
35796
  type: "string",
@@ -36197,16 +36230,16 @@ var init_api = __esm(() => {
36197
36230
  init_util2();
36198
36231
  });
36199
36232
 
36200
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/function.js
36233
+ // ../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/function.js
36201
36234
  var init_function = () => {};
36202
36235
 
36203
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/to-json-schema.js
36236
+ // ../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/to-json-schema.js
36204
36237
  var init_to_json_schema = () => {};
36205
36238
 
36206
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/json-schema.js
36239
+ // ../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/json-schema.js
36207
36240
  var init_json_schema = () => {};
36208
36241
 
36209
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/index.js
36242
+ // ../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/index.js
36210
36243
  var init_core2 = __esm(() => {
36211
36244
  init_util2();
36212
36245
  init_regexes();
@@ -36224,24 +36257,24 @@ var init_core2 = __esm(() => {
36224
36257
  init_to_json_schema();
36225
36258
  });
36226
36259
 
36227
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/parse.js
36260
+ // ../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/parse.js
36228
36261
  var init_parse2 = __esm(() => {
36229
36262
  init_core2();
36230
36263
  });
36231
36264
 
36232
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/schemas.js
36265
+ // ../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/schemas.js
36233
36266
  var init_schemas2 = () => {};
36234
36267
 
36235
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/checks.js
36268
+ // ../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/checks.js
36236
36269
  var init_checks2 = () => {};
36237
36270
 
36238
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/iso.js
36271
+ // ../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/iso.js
36239
36272
  var init_iso = () => {};
36240
36273
 
36241
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/coerce.js
36274
+ // ../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/coerce.js
36242
36275
  var init_coerce = () => {};
36243
36276
 
36244
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/external.js
36277
+ // ../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/external.js
36245
36278
  var init_external2 = __esm(() => {
36246
36279
  init_core2();
36247
36280
  init_locales();
@@ -36252,17 +36285,17 @@ var init_external2 = __esm(() => {
36252
36285
  init_checks2();
36253
36286
  });
36254
36287
 
36255
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/index.js
36288
+ // ../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/index.js
36256
36289
  var init_mini = __esm(() => {
36257
36290
  init_external2();
36258
36291
  });
36259
36292
 
36260
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4-mini/index.js
36293
+ // ../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4-mini/index.js
36261
36294
  var init_v4_mini = __esm(() => {
36262
36295
  init_mini();
36263
36296
  });
36264
36297
 
36265
- // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.js
36298
+ // ../switchroom/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.js
36266
36299
  function isZ4Schema(s) {
36267
36300
  const schema = s;
36268
36301
  return !!schema._zod;
@@ -36328,12 +36361,12 @@ var init_zod_compat = __esm(() => {
36328
36361
  init_v4_mini();
36329
36362
  });
36330
36363
 
36331
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/checks.js
36364
+ // ../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/checks.js
36332
36365
  var init_checks3 = __esm(() => {
36333
36366
  init_core2();
36334
36367
  });
36335
36368
 
36336
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/iso.js
36369
+ // ../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/iso.js
36337
36370
  var exports_iso2 = {};
36338
36371
  __export(exports_iso2, {
36339
36372
  time: () => time2,
@@ -36379,7 +36412,7 @@ var init_iso2 = __esm(() => {
36379
36412
  });
36380
36413
  });
36381
36414
 
36382
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/errors.js
36415
+ // ../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/errors.js
36383
36416
  var initializer2 = (inst, issues) => {
36384
36417
  $ZodError.init(inst, issues);
36385
36418
  inst.name = "ZodError";
@@ -36412,7 +36445,7 @@ var init_errors3 = __esm(() => {
36412
36445
  });
36413
36446
  });
36414
36447
 
36415
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/parse.js
36448
+ // ../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/parse.js
36416
36449
  var parse4, parseAsync2, safeParse3, safeParseAsync2;
36417
36450
  var init_parse3 = __esm(() => {
36418
36451
  init_core2();
@@ -36423,7 +36456,7 @@ var init_parse3 = __esm(() => {
36423
36456
  safeParseAsync2 = /* @__PURE__ */ _safeParseAsync(ZodRealError);
36424
36457
  });
36425
36458
 
36426
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/schemas.js
36459
+ // ../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/schemas.js
36427
36460
  function string2(params) {
36428
36461
  return _string(ZodString2, params);
36429
36462
  }
@@ -37037,13 +37070,13 @@ var init_schemas3 = __esm(() => {
37037
37070
  });
37038
37071
  });
37039
37072
 
37040
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/compat.js
37073
+ // ../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/compat.js
37041
37074
  var init_compat = () => {};
37042
37075
 
37043
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/coerce.js
37076
+ // ../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/coerce.js
37044
37077
  var init_coerce2 = () => {};
37045
37078
 
37046
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/external.js
37079
+ // ../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/external.js
37047
37080
  var init_external3 = __esm(() => {
37048
37081
  init_core2();
37049
37082
  init_core2();
@@ -37059,17 +37092,17 @@ var init_external3 = __esm(() => {
37059
37092
  config(en_default2());
37060
37093
  });
37061
37094
 
37062
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/index.js
37095
+ // ../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/index.js
37063
37096
  var init_classic = __esm(() => {
37064
37097
  init_external3();
37065
37098
  });
37066
37099
 
37067
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/index.js
37100
+ // ../switchroom/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/index.js
37068
37101
  var init_v4 = __esm(() => {
37069
37102
  init_classic();
37070
37103
  });
37071
37104
 
37072
- // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/types.js
37105
+ // ../switchroom/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/types.js
37073
37106
  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, RequestSchema3, NotificationsParamsSchema, NotificationSchema, ResultSchema, 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;
37074
37107
  var init_types2 = __esm(() => {
37075
37108
  init_v4();
@@ -37897,65 +37930,65 @@ var init_types2 = __esm(() => {
37897
37930
  };
37898
37931
  });
37899
37932
 
37900
- // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/interfaces.js
37933
+ // ../switchroom/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/interfaces.js
37901
37934
  function isTerminal(status) {
37902
37935
  return status === "completed" || status === "failed" || status === "cancelled";
37903
37936
  }
37904
37937
 
37905
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/Options.js
37938
+ // ../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/Options.js
37906
37939
  var ignoreOverride;
37907
37940
  var init_Options = __esm(() => {
37908
37941
  ignoreOverride = Symbol("Let zodToJsonSchema decide on which parser to use");
37909
37942
  });
37910
37943
 
37911
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/Refs.js
37944
+ // ../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/Refs.js
37912
37945
  var init_Refs = __esm(() => {
37913
37946
  init_Options();
37914
37947
  });
37915
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/any.js
37948
+ // ../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/any.js
37916
37949
  var init_any = () => {};
37917
37950
 
37918
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/array.js
37951
+ // ../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/array.js
37919
37952
  var init_array = __esm(() => {
37920
37953
  init_parseDef();
37921
37954
  });
37922
37955
 
37923
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/bigint.js
37956
+ // ../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/bigint.js
37924
37957
  var init_bigint = () => {};
37925
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/branded.js
37958
+ // ../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/branded.js
37926
37959
  var init_branded = __esm(() => {
37927
37960
  init_parseDef();
37928
37961
  });
37929
37962
 
37930
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/catch.js
37963
+ // ../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/catch.js
37931
37964
  var init_catch = __esm(() => {
37932
37965
  init_parseDef();
37933
37966
  });
37934
37967
 
37935
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/date.js
37968
+ // ../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/date.js
37936
37969
  var init_date = () => {};
37937
37970
 
37938
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/default.js
37971
+ // ../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/default.js
37939
37972
  var init_default = __esm(() => {
37940
37973
  init_parseDef();
37941
37974
  });
37942
37975
 
37943
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/effects.js
37976
+ // ../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/effects.js
37944
37977
  var init_effects = __esm(() => {
37945
37978
  init_parseDef();
37946
37979
  init_any();
37947
37980
  });
37948
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/intersection.js
37981
+ // ../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/intersection.js
37949
37982
  var init_intersection = __esm(() => {
37950
37983
  init_parseDef();
37951
37984
  });
37952
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/string.js
37985
+ // ../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/string.js
37953
37986
  var ALPHA_NUMERIC;
37954
37987
  var init_string = __esm(() => {
37955
37988
  ALPHA_NUMERIC = new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");
37956
37989
  });
37957
37990
 
37958
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/record.js
37991
+ // ../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/record.js
37959
37992
  var init_record = __esm(() => {
37960
37993
  init_parseDef();
37961
37994
  init_string();
@@ -37963,77 +37996,77 @@ var init_record = __esm(() => {
37963
37996
  init_any();
37964
37997
  });
37965
37998
 
37966
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/map.js
37999
+ // ../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/map.js
37967
38000
  var init_map = __esm(() => {
37968
38001
  init_parseDef();
37969
38002
  init_record();
37970
38003
  init_any();
37971
38004
  });
37972
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/never.js
38005
+ // ../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/never.js
37973
38006
  var init_never = __esm(() => {
37974
38007
  init_any();
37975
38008
  });
37976
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/union.js
38009
+ // ../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/union.js
37977
38010
  var init_union = __esm(() => {
37978
38011
  init_parseDef();
37979
38012
  });
37980
38013
 
37981
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/nullable.js
38014
+ // ../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/nullable.js
37982
38015
  var init_nullable = __esm(() => {
37983
38016
  init_parseDef();
37984
38017
  init_union();
37985
38018
  });
37986
38019
 
37987
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/number.js
38020
+ // ../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/number.js
37988
38021
  var init_number = () => {};
37989
38022
 
37990
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/object.js
38023
+ // ../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/object.js
37991
38024
  var init_object = __esm(() => {
37992
38025
  init_parseDef();
37993
38026
  });
37994
38027
 
37995
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/optional.js
38028
+ // ../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/optional.js
37996
38029
  var init_optional = __esm(() => {
37997
38030
  init_parseDef();
37998
38031
  init_any();
37999
38032
  });
38000
38033
 
38001
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/pipeline.js
38034
+ // ../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/pipeline.js
38002
38035
  var init_pipeline = __esm(() => {
38003
38036
  init_parseDef();
38004
38037
  });
38005
38038
 
38006
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/promise.js
38039
+ // ../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/promise.js
38007
38040
  var init_promise = __esm(() => {
38008
38041
  init_parseDef();
38009
38042
  });
38010
38043
 
38011
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/set.js
38044
+ // ../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/set.js
38012
38045
  var init_set = __esm(() => {
38013
38046
  init_parseDef();
38014
38047
  });
38015
38048
 
38016
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/tuple.js
38049
+ // ../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/tuple.js
38017
38050
  var init_tuple = __esm(() => {
38018
38051
  init_parseDef();
38019
38052
  });
38020
38053
 
38021
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/undefined.js
38054
+ // ../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/undefined.js
38022
38055
  var init_undefined = __esm(() => {
38023
38056
  init_any();
38024
38057
  });
38025
38058
 
38026
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/unknown.js
38059
+ // ../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/unknown.js
38027
38060
  var init_unknown = __esm(() => {
38028
38061
  init_any();
38029
38062
  });
38030
38063
 
38031
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/readonly.js
38064
+ // ../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/readonly.js
38032
38065
  var init_readonly = __esm(() => {
38033
38066
  init_parseDef();
38034
38067
  });
38035
38068
 
38036
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/selectParser.js
38069
+ // ../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/selectParser.js
38037
38070
  var init_selectParser = __esm(() => {
38038
38071
  init_any();
38039
38072
  init_array();
@@ -38062,24 +38095,24 @@ var init_selectParser = __esm(() => {
38062
38095
  init_readonly();
38063
38096
  });
38064
38097
 
38065
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parseDef.js
38098
+ // ../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parseDef.js
38066
38099
  var init_parseDef = __esm(() => {
38067
38100
  init_Options();
38068
38101
  init_selectParser();
38069
38102
  init_any();
38070
38103
  });
38071
38104
 
38072
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parseTypes.js
38105
+ // ../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parseTypes.js
38073
38106
  var init_parseTypes = () => {};
38074
38107
 
38075
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/zodToJsonSchema.js
38108
+ // ../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/zodToJsonSchema.js
38076
38109
  var init_zodToJsonSchema = __esm(() => {
38077
38110
  init_parseDef();
38078
38111
  init_Refs();
38079
38112
  init_any();
38080
38113
  });
38081
38114
 
38082
- // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/index.js
38115
+ // ../switchroom/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/index.js
38083
38116
  var init_esm = __esm(() => {
38084
38117
  init_zodToJsonSchema();
38085
38118
  init_Options();
@@ -38115,7 +38148,7 @@ var init_esm = __esm(() => {
38115
38148
  init_zodToJsonSchema();
38116
38149
  });
38117
38150
 
38118
- // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-json-schema-compat.js
38151
+ // ../switchroom/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-json-schema-compat.js
38119
38152
  function getMethodLiteral(schema) {
38120
38153
  const shape = getObjectShape(schema);
38121
38154
  const methodSchema = shape?.method;
@@ -38140,7 +38173,7 @@ var init_zod_json_schema_compat = __esm(() => {
38140
38173
  init_esm();
38141
38174
  });
38142
38175
 
38143
- // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.js
38176
+ // ../switchroom/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.js
38144
38177
  class Protocol {
38145
38178
  constructor(_options) {
38146
38179
  this._options = _options;
@@ -38985,7 +39018,7 @@ var init_protocol3 = __esm(() => {
38985
39018
  init_zod_json_schema_compat();
38986
39019
  });
38987
39020
 
38988
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/code.js
39021
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/code.js
38989
39022
  var require_code = __commonJS((exports2) => {
38990
39023
  Object.defineProperty(exports2, "__esModule", { value: true });
38991
39024
  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;
@@ -39139,7 +39172,7 @@ var require_code = __commonJS((exports2) => {
39139
39172
  exports2.regexpCode = regexpCode;
39140
39173
  });
39141
39174
 
39142
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/scope.js
39175
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/scope.js
39143
39176
  var require_scope = __commonJS((exports2) => {
39144
39177
  Object.defineProperty(exports2, "__esModule", { value: true });
39145
39178
  exports2.ValueScope = exports2.ValueScopeName = exports2.Scope = exports2.varKinds = exports2.UsedValueState = undefined;
@@ -39285,7 +39318,7 @@ var require_scope = __commonJS((exports2) => {
39285
39318
  exports2.ValueScope = ValueScope;
39286
39319
  });
39287
39320
 
39288
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/index.js
39321
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/index.js
39289
39322
  var require_codegen = __commonJS((exports2) => {
39290
39323
  Object.defineProperty(exports2, "__esModule", { value: true });
39291
39324
  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;
@@ -39995,7 +40028,7 @@ var require_codegen = __commonJS((exports2) => {
39995
40028
  }
39996
40029
  });
39997
40030
 
39998
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/util.js
40031
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/util.js
39999
40032
  var require_util2 = __commonJS((exports2) => {
40000
40033
  Object.defineProperty(exports2, "__esModule", { value: true });
40001
40034
  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;
@@ -40159,7 +40192,7 @@ var require_util2 = __commonJS((exports2) => {
40159
40192
  exports2.checkStrictMode = checkStrictMode;
40160
40193
  });
40161
40194
 
40162
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/names.js
40195
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/names.js
40163
40196
  var require_names = __commonJS((exports2) => {
40164
40197
  Object.defineProperty(exports2, "__esModule", { value: true });
40165
40198
  var codegen_1 = require_codegen();
@@ -40184,7 +40217,7 @@ var require_names = __commonJS((exports2) => {
40184
40217
  exports2.default = names;
40185
40218
  });
40186
40219
 
40187
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/errors.js
40220
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/errors.js
40188
40221
  var require_errors2 = __commonJS((exports2) => {
40189
40222
  Object.defineProperty(exports2, "__esModule", { value: true });
40190
40223
  exports2.extendErrors = exports2.resetErrorsCount = exports2.reportExtraError = exports2.reportError = exports2.keyword$DataError = exports2.keywordError = undefined;
@@ -40302,7 +40335,7 @@ var require_errors2 = __commonJS((exports2) => {
40302
40335
  }
40303
40336
  });
40304
40337
 
40305
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/boolSchema.js
40338
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/boolSchema.js
40306
40339
  var require_boolSchema = __commonJS((exports2) => {
40307
40340
  Object.defineProperty(exports2, "__esModule", { value: true });
40308
40341
  exports2.boolOrEmptySchema = exports2.topBoolOrEmptySchema = undefined;
@@ -40350,7 +40383,7 @@ var require_boolSchema = __commonJS((exports2) => {
40350
40383
  }
40351
40384
  });
40352
40385
 
40353
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/rules.js
40386
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/rules.js
40354
40387
  var require_rules = __commonJS((exports2) => {
40355
40388
  Object.defineProperty(exports2, "__esModule", { value: true });
40356
40389
  exports2.getRules = exports2.isJSONType = undefined;
@@ -40378,7 +40411,7 @@ var require_rules = __commonJS((exports2) => {
40378
40411
  exports2.getRules = getRules;
40379
40412
  });
40380
40413
 
40381
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/applicability.js
40414
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/applicability.js
40382
40415
  var require_applicability = __commonJS((exports2) => {
40383
40416
  Object.defineProperty(exports2, "__esModule", { value: true });
40384
40417
  exports2.shouldUseRule = exports2.shouldUseGroup = exports2.schemaHasRulesForType = undefined;
@@ -40398,7 +40431,7 @@ var require_applicability = __commonJS((exports2) => {
40398
40431
  exports2.shouldUseRule = shouldUseRule;
40399
40432
  });
40400
40433
 
40401
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/dataType.js
40434
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/dataType.js
40402
40435
  var require_dataType = __commonJS((exports2) => {
40403
40436
  Object.defineProperty(exports2, "__esModule", { value: true });
40404
40437
  exports2.reportTypeError = exports2.checkDataTypes = exports2.checkDataType = exports2.coerceAndCheckDataType = exports2.getJSONTypes = exports2.getSchemaTypes = exports2.DataType = undefined;
@@ -40579,7 +40612,7 @@ var require_dataType = __commonJS((exports2) => {
40579
40612
  }
40580
40613
  });
40581
40614
 
40582
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/defaults.js
40615
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/defaults.js
40583
40616
  var require_defaults = __commonJS((exports2) => {
40584
40617
  Object.defineProperty(exports2, "__esModule", { value: true });
40585
40618
  exports2.assignDefaults = undefined;
@@ -40613,7 +40646,7 @@ var require_defaults = __commonJS((exports2) => {
40613
40646
  }
40614
40647
  });
40615
40648
 
40616
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/code.js
40649
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/code.js
40617
40650
  var require_code2 = __commonJS((exports2) => {
40618
40651
  Object.defineProperty(exports2, "__esModule", { value: true });
40619
40652
  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;
@@ -40742,7 +40775,7 @@ var require_code2 = __commonJS((exports2) => {
40742
40775
  exports2.validateUnion = validateUnion;
40743
40776
  });
40744
40777
 
40745
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/keyword.js
40778
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/keyword.js
40746
40779
  var require_keyword = __commonJS((exports2) => {
40747
40780
  Object.defineProperty(exports2, "__esModule", { value: true });
40748
40781
  exports2.validateKeywordUsage = exports2.validSchemaType = exports2.funcKeywordCode = exports2.macroKeywordCode = undefined;
@@ -40857,7 +40890,7 @@ var require_keyword = __commonJS((exports2) => {
40857
40890
  exports2.validateKeywordUsage = validateKeywordUsage;
40858
40891
  });
40859
40892
 
40860
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/subschema.js
40893
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/subschema.js
40861
40894
  var require_subschema = __commonJS((exports2) => {
40862
40895
  Object.defineProperty(exports2, "__esModule", { value: true });
40863
40896
  exports2.extendSubschemaMode = exports2.extendSubschemaData = exports2.getSubschema = undefined;
@@ -40937,7 +40970,7 @@ var require_subschema = __commonJS((exports2) => {
40937
40970
  exports2.extendSubschemaMode = extendSubschemaMode;
40938
40971
  });
40939
40972
 
40940
- // node_modules/.bun/fast-deep-equal@3.1.3/node_modules/fast-deep-equal/index.js
40973
+ // ../switchroom/node_modules/.bun/fast-deep-equal@3.1.3/node_modules/fast-deep-equal/index.js
40941
40974
  var require_fast_deep_equal = __commonJS((exports2, module) => {
40942
40975
  module.exports = function equal(a, b) {
40943
40976
  if (a === b)
@@ -40979,7 +41012,7 @@ var require_fast_deep_equal = __commonJS((exports2, module) => {
40979
41012
  };
40980
41013
  });
40981
41014
 
40982
- // node_modules/.bun/json-schema-traverse@1.0.0/node_modules/json-schema-traverse/index.js
41015
+ // ../switchroom/node_modules/.bun/json-schema-traverse@1.0.0/node_modules/json-schema-traverse/index.js
40983
41016
  var require_json_schema_traverse = __commonJS((exports2, module) => {
40984
41017
  var traverse = module.exports = function(schema, opts, cb) {
40985
41018
  if (typeof opts == "function") {
@@ -41062,7 +41095,7 @@ var require_json_schema_traverse = __commonJS((exports2, module) => {
41062
41095
  }
41063
41096
  });
41064
41097
 
41065
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/resolve.js
41098
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/resolve.js
41066
41099
  var require_resolve = __commonJS((exports2) => {
41067
41100
  Object.defineProperty(exports2, "__esModule", { value: true });
41068
41101
  exports2.getSchemaRefs = exports2.resolveUrl = exports2.normalizeId = exports2._getFullPath = exports2.getFullPath = exports2.inlineRef = undefined;
@@ -41215,7 +41248,7 @@ var require_resolve = __commonJS((exports2) => {
41215
41248
  exports2.getSchemaRefs = getSchemaRefs;
41216
41249
  });
41217
41250
 
41218
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/index.js
41251
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/index.js
41219
41252
  var require_validate = __commonJS((exports2) => {
41220
41253
  Object.defineProperty(exports2, "__esModule", { value: true });
41221
41254
  exports2.getData = exports2.KeywordCxt = exports2.validateFunctionCode = undefined;
@@ -41720,7 +41753,7 @@ var require_validate = __commonJS((exports2) => {
41720
41753
  exports2.getData = getData;
41721
41754
  });
41722
41755
 
41723
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/validation_error.js
41756
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/validation_error.js
41724
41757
  var require_validation_error = __commonJS((exports2) => {
41725
41758
  Object.defineProperty(exports2, "__esModule", { value: true });
41726
41759
 
@@ -41734,7 +41767,7 @@ var require_validation_error = __commonJS((exports2) => {
41734
41767
  exports2.default = ValidationError;
41735
41768
  });
41736
41769
 
41737
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/ref_error.js
41770
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/ref_error.js
41738
41771
  var require_ref_error = __commonJS((exports2) => {
41739
41772
  Object.defineProperty(exports2, "__esModule", { value: true });
41740
41773
  var resolve_1 = require_resolve();
@@ -41749,7 +41782,7 @@ var require_ref_error = __commonJS((exports2) => {
41749
41782
  exports2.default = MissingRefError;
41750
41783
  });
41751
41784
 
41752
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/index.js
41785
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/index.js
41753
41786
  var require_compile = __commonJS((exports2) => {
41754
41787
  Object.defineProperty(exports2, "__esModule", { value: true });
41755
41788
  exports2.resolveSchema = exports2.getCompilingSchema = exports2.resolveRef = exports2.compileSchema = exports2.SchemaEnv = undefined;
@@ -41970,7 +42003,7 @@ var require_compile = __commonJS((exports2) => {
41970
42003
  }
41971
42004
  });
41972
42005
 
41973
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/refs/data.json
42006
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/refs/data.json
41974
42007
  var require_data = __commonJS((exports2, module) => {
41975
42008
  module.exports = {
41976
42009
  $id: "https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",
@@ -41987,7 +42020,7 @@ var require_data = __commonJS((exports2, module) => {
41987
42020
  };
41988
42021
  });
41989
42022
 
41990
- // node_modules/.bun/fast-uri@3.1.0/node_modules/fast-uri/lib/utils.js
42023
+ // ../switchroom/node_modules/.bun/fast-uri@3.1.0/node_modules/fast-uri/lib/utils.js
41991
42024
  var require_utils2 = __commonJS((exports2, module) => {
41992
42025
  var isUUID = RegExp.prototype.test.bind(/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu);
41993
42026
  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);
@@ -42242,7 +42275,7 @@ var require_utils2 = __commonJS((exports2, module) => {
42242
42275
  };
42243
42276
  });
42244
42277
 
42245
- // node_modules/.bun/fast-uri@3.1.0/node_modules/fast-uri/lib/schemes.js
42278
+ // ../switchroom/node_modules/.bun/fast-uri@3.1.0/node_modules/fast-uri/lib/schemes.js
42246
42279
  var require_schemes = __commonJS((exports2, module) => {
42247
42280
  var { isUUID } = require_utils2();
42248
42281
  var URN_REG = /([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu;
@@ -42416,7 +42449,7 @@ var require_schemes = __commonJS((exports2, module) => {
42416
42449
  };
42417
42450
  });
42418
42451
 
42419
- // node_modules/.bun/fast-uri@3.1.0/node_modules/fast-uri/index.js
42452
+ // ../switchroom/node_modules/.bun/fast-uri@3.1.0/node_modules/fast-uri/index.js
42420
42453
  var require_fast_uri = __commonJS((exports2, module) => {
42421
42454
  var { normalizeIPv6, removeDotSegments, recomposeAuthority, normalizeComponentEncoding, isIPv4, nonSimpleDomain } = require_utils2();
42422
42455
  var { SCHEMES, getSchemeHandler } = require_schemes();
@@ -42667,7 +42700,7 @@ var require_fast_uri = __commonJS((exports2, module) => {
42667
42700
  module.exports.fastUri = fastUri;
42668
42701
  });
42669
42702
 
42670
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/uri.js
42703
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/uri.js
42671
42704
  var require_uri = __commonJS((exports2) => {
42672
42705
  Object.defineProperty(exports2, "__esModule", { value: true });
42673
42706
  var uri = require_fast_uri();
@@ -42675,7 +42708,7 @@ var require_uri = __commonJS((exports2) => {
42675
42708
  exports2.default = uri;
42676
42709
  });
42677
42710
 
42678
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/core.js
42711
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/core.js
42679
42712
  var require_core = __commonJS((exports2) => {
42680
42713
  Object.defineProperty(exports2, "__esModule", { value: true });
42681
42714
  exports2.CodeGen = exports2.Name = exports2.nil = exports2.stringify = exports2.str = exports2._ = exports2.KeywordCxt = undefined;
@@ -43268,7 +43301,7 @@ var require_core = __commonJS((exports2) => {
43268
43301
  }
43269
43302
  });
43270
43303
 
43271
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/core/id.js
43304
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/core/id.js
43272
43305
  var require_id = __commonJS((exports2) => {
43273
43306
  Object.defineProperty(exports2, "__esModule", { value: true });
43274
43307
  var def = {
@@ -43280,7 +43313,7 @@ var require_id = __commonJS((exports2) => {
43280
43313
  exports2.default = def;
43281
43314
  });
43282
43315
 
43283
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/core/ref.js
43316
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/core/ref.js
43284
43317
  var require_ref = __commonJS((exports2) => {
43285
43318
  Object.defineProperty(exports2, "__esModule", { value: true });
43286
43319
  exports2.callRef = exports2.getValidate = undefined;
@@ -43399,7 +43432,7 @@ var require_ref = __commonJS((exports2) => {
43399
43432
  exports2.default = def;
43400
43433
  });
43401
43434
 
43402
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/core/index.js
43435
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/core/index.js
43403
43436
  var require_core2 = __commonJS((exports2) => {
43404
43437
  Object.defineProperty(exports2, "__esModule", { value: true });
43405
43438
  var id_1 = require_id();
@@ -43417,7 +43450,7 @@ var require_core2 = __commonJS((exports2) => {
43417
43450
  exports2.default = core2;
43418
43451
  });
43419
43452
 
43420
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitNumber.js
43453
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitNumber.js
43421
43454
  var require_limitNumber = __commonJS((exports2) => {
43422
43455
  Object.defineProperty(exports2, "__esModule", { value: true });
43423
43456
  var codegen_1 = require_codegen();
@@ -43446,7 +43479,7 @@ var require_limitNumber = __commonJS((exports2) => {
43446
43479
  exports2.default = def;
43447
43480
  });
43448
43481
 
43449
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/multipleOf.js
43482
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/multipleOf.js
43450
43483
  var require_multipleOf = __commonJS((exports2) => {
43451
43484
  Object.defineProperty(exports2, "__esModule", { value: true });
43452
43485
  var codegen_1 = require_codegen();
@@ -43471,7 +43504,7 @@ var require_multipleOf = __commonJS((exports2) => {
43471
43504
  exports2.default = def;
43472
43505
  });
43473
43506
 
43474
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/ucs2length.js
43507
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/ucs2length.js
43475
43508
  var require_ucs2length = __commonJS((exports2) => {
43476
43509
  Object.defineProperty(exports2, "__esModule", { value: true });
43477
43510
  function ucs2length(str) {
@@ -43494,7 +43527,7 @@ var require_ucs2length = __commonJS((exports2) => {
43494
43527
  ucs2length.code = 'require("ajv/dist/runtime/ucs2length").default';
43495
43528
  });
43496
43529
 
43497
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitLength.js
43530
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitLength.js
43498
43531
  var require_limitLength = __commonJS((exports2) => {
43499
43532
  Object.defineProperty(exports2, "__esModule", { value: true });
43500
43533
  var codegen_1 = require_codegen();
@@ -43523,7 +43556,7 @@ var require_limitLength = __commonJS((exports2) => {
43523
43556
  exports2.default = def;
43524
43557
  });
43525
43558
 
43526
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/pattern.js
43559
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/pattern.js
43527
43560
  var require_pattern = __commonJS((exports2) => {
43528
43561
  Object.defineProperty(exports2, "__esModule", { value: true });
43529
43562
  var code_1 = require_code2();
@@ -43557,7 +43590,7 @@ var require_pattern = __commonJS((exports2) => {
43557
43590
  exports2.default = def;
43558
43591
  });
43559
43592
 
43560
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitProperties.js
43593
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitProperties.js
43561
43594
  var require_limitProperties = __commonJS((exports2) => {
43562
43595
  Object.defineProperty(exports2, "__esModule", { value: true });
43563
43596
  var codegen_1 = require_codegen();
@@ -43583,7 +43616,7 @@ var require_limitProperties = __commonJS((exports2) => {
43583
43616
  exports2.default = def;
43584
43617
  });
43585
43618
 
43586
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/required.js
43619
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/required.js
43587
43620
  var require_required = __commonJS((exports2) => {
43588
43621
  Object.defineProperty(exports2, "__esModule", { value: true });
43589
43622
  var code_1 = require_code2();
@@ -43662,7 +43695,7 @@ var require_required = __commonJS((exports2) => {
43662
43695
  exports2.default = def;
43663
43696
  });
43664
43697
 
43665
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitItems.js
43698
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitItems.js
43666
43699
  var require_limitItems = __commonJS((exports2) => {
43667
43700
  Object.defineProperty(exports2, "__esModule", { value: true });
43668
43701
  var codegen_1 = require_codegen();
@@ -43688,7 +43721,7 @@ var require_limitItems = __commonJS((exports2) => {
43688
43721
  exports2.default = def;
43689
43722
  });
43690
43723
 
43691
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/equal.js
43724
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/equal.js
43692
43725
  var require_equal = __commonJS((exports2) => {
43693
43726
  Object.defineProperty(exports2, "__esModule", { value: true });
43694
43727
  var equal = require_fast_deep_equal();
@@ -43696,7 +43729,7 @@ var require_equal = __commonJS((exports2) => {
43696
43729
  exports2.default = equal;
43697
43730
  });
43698
43731
 
43699
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js
43732
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js
43700
43733
  var require_uniqueItems = __commonJS((exports2) => {
43701
43734
  Object.defineProperty(exports2, "__esModule", { value: true });
43702
43735
  var dataType_1 = require_dataType();
@@ -43760,7 +43793,7 @@ var require_uniqueItems = __commonJS((exports2) => {
43760
43793
  exports2.default = def;
43761
43794
  });
43762
43795
 
43763
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/const.js
43796
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/const.js
43764
43797
  var require_const = __commonJS((exports2) => {
43765
43798
  Object.defineProperty(exports2, "__esModule", { value: true });
43766
43799
  var codegen_1 = require_codegen();
@@ -43786,7 +43819,7 @@ var require_const = __commonJS((exports2) => {
43786
43819
  exports2.default = def;
43787
43820
  });
43788
43821
 
43789
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/enum.js
43822
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/enum.js
43790
43823
  var require_enum = __commonJS((exports2) => {
43791
43824
  Object.defineProperty(exports2, "__esModule", { value: true });
43792
43825
  var codegen_1 = require_codegen();
@@ -43832,7 +43865,7 @@ var require_enum = __commonJS((exports2) => {
43832
43865
  exports2.default = def;
43833
43866
  });
43834
43867
 
43835
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/index.js
43868
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/index.js
43836
43869
  var require_validation = __commonJS((exports2) => {
43837
43870
  Object.defineProperty(exports2, "__esModule", { value: true });
43838
43871
  var limitNumber_1 = require_limitNumber();
@@ -43862,7 +43895,7 @@ var require_validation = __commonJS((exports2) => {
43862
43895
  exports2.default = validation;
43863
43896
  });
43864
43897
 
43865
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js
43898
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js
43866
43899
  var require_additionalItems = __commonJS((exports2) => {
43867
43900
  Object.defineProperty(exports2, "__esModule", { value: true });
43868
43901
  exports2.validateAdditionalItems = undefined;
@@ -43912,7 +43945,7 @@ var require_additionalItems = __commonJS((exports2) => {
43912
43945
  exports2.default = def;
43913
43946
  });
43914
43947
 
43915
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/items.js
43948
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/items.js
43916
43949
  var require_items = __commonJS((exports2) => {
43917
43950
  Object.defineProperty(exports2, "__esModule", { value: true });
43918
43951
  exports2.validateTuple = undefined;
@@ -43966,7 +43999,7 @@ var require_items = __commonJS((exports2) => {
43966
43999
  exports2.default = def;
43967
44000
  });
43968
44001
 
43969
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js
44002
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js
43970
44003
  var require_prefixItems = __commonJS((exports2) => {
43971
44004
  Object.defineProperty(exports2, "__esModule", { value: true });
43972
44005
  var items_1 = require_items();
@@ -43980,7 +44013,7 @@ var require_prefixItems = __commonJS((exports2) => {
43980
44013
  exports2.default = def;
43981
44014
  });
43982
44015
 
43983
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/items2020.js
44016
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/items2020.js
43984
44017
  var require_items2020 = __commonJS((exports2) => {
43985
44018
  Object.defineProperty(exports2, "__esModule", { value: true });
43986
44019
  var codegen_1 = require_codegen();
@@ -44012,7 +44045,7 @@ var require_items2020 = __commonJS((exports2) => {
44012
44045
  exports2.default = def;
44013
44046
  });
44014
44047
 
44015
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/contains.js
44048
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/contains.js
44016
44049
  var require_contains = __commonJS((exports2) => {
44017
44050
  Object.defineProperty(exports2, "__esModule", { value: true });
44018
44051
  var codegen_1 = require_codegen();
@@ -44103,7 +44136,7 @@ var require_contains = __commonJS((exports2) => {
44103
44136
  exports2.default = def;
44104
44137
  });
44105
44138
 
44106
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/dependencies.js
44139
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/dependencies.js
44107
44140
  var require_dependencies = __commonJS((exports2) => {
44108
44141
  Object.defineProperty(exports2, "__esModule", { value: true });
44109
44142
  exports2.validateSchemaDeps = exports2.validatePropertyDeps = exports2.error = undefined;
@@ -44188,7 +44221,7 @@ var require_dependencies = __commonJS((exports2) => {
44188
44221
  exports2.default = def;
44189
44222
  });
44190
44223
 
44191
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js
44224
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js
44192
44225
  var require_propertyNames = __commonJS((exports2) => {
44193
44226
  Object.defineProperty(exports2, "__esModule", { value: true });
44194
44227
  var codegen_1 = require_codegen();
@@ -44228,7 +44261,7 @@ var require_propertyNames = __commonJS((exports2) => {
44228
44261
  exports2.default = def;
44229
44262
  });
44230
44263
 
44231
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js
44264
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js
44232
44265
  var require_additionalProperties = __commonJS((exports2) => {
44233
44266
  Object.defineProperty(exports2, "__esModule", { value: true });
44234
44267
  var code_1 = require_code2();
@@ -44331,7 +44364,7 @@ var require_additionalProperties = __commonJS((exports2) => {
44331
44364
  exports2.default = def;
44332
44365
  });
44333
44366
 
44334
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/properties.js
44367
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/properties.js
44335
44368
  var require_properties = __commonJS((exports2) => {
44336
44369
  Object.defineProperty(exports2, "__esModule", { value: true });
44337
44370
  var validate_1 = require_validate();
@@ -44386,7 +44419,7 @@ var require_properties = __commonJS((exports2) => {
44386
44419
  exports2.default = def;
44387
44420
  });
44388
44421
 
44389
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js
44422
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js
44390
44423
  var require_patternProperties = __commonJS((exports2) => {
44391
44424
  Object.defineProperty(exports2, "__esModule", { value: true });
44392
44425
  var code_1 = require_code2();
@@ -44457,7 +44490,7 @@ var require_patternProperties = __commonJS((exports2) => {
44457
44490
  exports2.default = def;
44458
44491
  });
44459
44492
 
44460
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/not.js
44493
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/not.js
44461
44494
  var require_not = __commonJS((exports2) => {
44462
44495
  Object.defineProperty(exports2, "__esModule", { value: true });
44463
44496
  var util_1 = require_util2();
@@ -44485,7 +44518,7 @@ var require_not = __commonJS((exports2) => {
44485
44518
  exports2.default = def;
44486
44519
  });
44487
44520
 
44488
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/anyOf.js
44521
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/anyOf.js
44489
44522
  var require_anyOf = __commonJS((exports2) => {
44490
44523
  Object.defineProperty(exports2, "__esModule", { value: true });
44491
44524
  var code_1 = require_code2();
@@ -44499,7 +44532,7 @@ var require_anyOf = __commonJS((exports2) => {
44499
44532
  exports2.default = def;
44500
44533
  });
44501
44534
 
44502
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/oneOf.js
44535
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/oneOf.js
44503
44536
  var require_oneOf = __commonJS((exports2) => {
44504
44537
  Object.defineProperty(exports2, "__esModule", { value: true });
44505
44538
  var codegen_1 = require_codegen();
@@ -44554,7 +44587,7 @@ var require_oneOf = __commonJS((exports2) => {
44554
44587
  exports2.default = def;
44555
44588
  });
44556
44589
 
44557
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/allOf.js
44590
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/allOf.js
44558
44591
  var require_allOf = __commonJS((exports2) => {
44559
44592
  Object.defineProperty(exports2, "__esModule", { value: true });
44560
44593
  var util_1 = require_util2();
@@ -44578,7 +44611,7 @@ var require_allOf = __commonJS((exports2) => {
44578
44611
  exports2.default = def;
44579
44612
  });
44580
44613
 
44581
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/if.js
44614
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/if.js
44582
44615
  var require_if2 = __commonJS((exports2) => {
44583
44616
  Object.defineProperty(exports2, "__esModule", { value: true });
44584
44617
  var codegen_1 = require_codegen();
@@ -44644,7 +44677,7 @@ var require_if2 = __commonJS((exports2) => {
44644
44677
  exports2.default = def;
44645
44678
  });
44646
44679
 
44647
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/thenElse.js
44680
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/thenElse.js
44648
44681
  var require_thenElse = __commonJS((exports2) => {
44649
44682
  Object.defineProperty(exports2, "__esModule", { value: true });
44650
44683
  var util_1 = require_util2();
@@ -44659,7 +44692,7 @@ var require_thenElse = __commonJS((exports2) => {
44659
44692
  exports2.default = def;
44660
44693
  });
44661
44694
 
44662
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/index.js
44695
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/index.js
44663
44696
  var require_applicator = __commonJS((exports2) => {
44664
44697
  Object.defineProperty(exports2, "__esModule", { value: true });
44665
44698
  var additionalItems_1 = require_additionalItems();
@@ -44702,7 +44735,7 @@ var require_applicator = __commonJS((exports2) => {
44702
44735
  exports2.default = getApplicator;
44703
44736
  });
44704
44737
 
44705
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/format/format.js
44738
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/format/format.js
44706
44739
  var require_format = __commonJS((exports2) => {
44707
44740
  Object.defineProperty(exports2, "__esModule", { value: true });
44708
44741
  var codegen_1 = require_codegen();
@@ -44789,7 +44822,7 @@ var require_format = __commonJS((exports2) => {
44789
44822
  exports2.default = def;
44790
44823
  });
44791
44824
 
44792
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/format/index.js
44825
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/format/index.js
44793
44826
  var require_format2 = __commonJS((exports2) => {
44794
44827
  Object.defineProperty(exports2, "__esModule", { value: true });
44795
44828
  var format_1 = require_format();
@@ -44797,7 +44830,7 @@ var require_format2 = __commonJS((exports2) => {
44797
44830
  exports2.default = format;
44798
44831
  });
44799
44832
 
44800
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/metadata.js
44833
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/metadata.js
44801
44834
  var require_metadata = __commonJS((exports2) => {
44802
44835
  Object.defineProperty(exports2, "__esModule", { value: true });
44803
44836
  exports2.contentVocabulary = exports2.metadataVocabulary = undefined;
@@ -44817,7 +44850,7 @@ var require_metadata = __commonJS((exports2) => {
44817
44850
  ];
44818
44851
  });
44819
44852
 
44820
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/draft7.js
44853
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/draft7.js
44821
44854
  var require_draft7 = __commonJS((exports2) => {
44822
44855
  Object.defineProperty(exports2, "__esModule", { value: true });
44823
44856
  var core_1 = require_core2();
@@ -44836,7 +44869,7 @@ var require_draft7 = __commonJS((exports2) => {
44836
44869
  exports2.default = draft7Vocabularies;
44837
44870
  });
44838
44871
 
44839
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/discriminator/types.js
44872
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/discriminator/types.js
44840
44873
  var require_types = __commonJS((exports2) => {
44841
44874
  Object.defineProperty(exports2, "__esModule", { value: true });
44842
44875
  exports2.DiscrError = undefined;
@@ -44847,7 +44880,7 @@ var require_types = __commonJS((exports2) => {
44847
44880
  })(DiscrError || (exports2.DiscrError = DiscrError = {}));
44848
44881
  });
44849
44882
 
44850
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/discriminator/index.js
44883
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/discriminator/index.js
44851
44884
  var require_discriminator = __commonJS((exports2) => {
44852
44885
  Object.defineProperty(exports2, "__esModule", { value: true });
44853
44886
  var codegen_1 = require_codegen();
@@ -44949,7 +44982,7 @@ var require_discriminator = __commonJS((exports2) => {
44949
44982
  exports2.default = def;
44950
44983
  });
44951
44984
 
44952
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/refs/json-schema-draft-07.json
44985
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/refs/json-schema-draft-07.json
44953
44986
  var require_json_schema_draft_07 = __commonJS((exports2, module) => {
44954
44987
  module.exports = {
44955
44988
  $schema: "http://json-schema.org/draft-07/schema#",
@@ -45104,7 +45137,7 @@ var require_json_schema_draft_07 = __commonJS((exports2, module) => {
45104
45137
  };
45105
45138
  });
45106
45139
 
45107
- // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/ajv.js
45140
+ // ../switchroom/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/ajv.js
45108
45141
  var require_ajv = __commonJS((exports2, module) => {
45109
45142
  Object.defineProperty(exports2, "__esModule", { value: true });
45110
45143
  exports2.MissingRefError = exports2.ValidationError = exports2.CodeGen = exports2.Name = exports2.nil = exports2.stringify = exports2.str = exports2._ = exports2.KeywordCxt = exports2.Ajv = undefined;
@@ -45172,7 +45205,7 @@ var require_ajv = __commonJS((exports2, module) => {
45172
45205
  } });
45173
45206
  });
45174
45207
 
45175
- // node_modules/.bun/ajv-formats@3.0.1/node_modules/ajv-formats/dist/formats.js
45208
+ // ../switchroom/node_modules/.bun/ajv-formats@3.0.1/node_modules/ajv-formats/dist/formats.js
45176
45209
  var require_formats = __commonJS((exports2) => {
45177
45210
  Object.defineProperty(exports2, "__esModule", { value: true });
45178
45211
  exports2.formatNames = exports2.fastFormats = exports2.fullFormats = undefined;
@@ -45349,7 +45382,7 @@ var require_formats = __commonJS((exports2) => {
45349
45382
  }
45350
45383
  });
45351
45384
 
45352
- // node_modules/.bun/ajv-formats@3.0.1/node_modules/ajv-formats/dist/limit.js
45385
+ // ../switchroom/node_modules/.bun/ajv-formats@3.0.1/node_modules/ajv-formats/dist/limit.js
45353
45386
  var require_limit = __commonJS((exports2) => {
45354
45387
  Object.defineProperty(exports2, "__esModule", { value: true });
45355
45388
  exports2.formatLimitDefinition = undefined;
@@ -45418,7 +45451,7 @@ var require_limit = __commonJS((exports2) => {
45418
45451
  exports2.default = formatLimitPlugin;
45419
45452
  });
45420
45453
 
45421
- // node_modules/.bun/ajv-formats@3.0.1/node_modules/ajv-formats/dist/index.js
45454
+ // ../switchroom/node_modules/.bun/ajv-formats@3.0.1/node_modules/ajv-formats/dist/index.js
45422
45455
  var require_dist2 = __commonJS((exports2, module) => {
45423
45456
  Object.defineProperty(exports2, "__esModule", { value: true });
45424
45457
  var formats_1 = require_formats();
@@ -45457,7 +45490,7 @@ var require_dist2 = __commonJS((exports2, module) => {
45457
45490
  exports2.default = formatsPlugin;
45458
45491
  });
45459
45492
 
45460
- // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.js
45493
+ // ../switchroom/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.js
45461
45494
  function createDefaultAjvInstance() {
45462
45495
  const ajv = new import_ajv.default({
45463
45496
  strict: false,
@@ -45500,7 +45533,7 @@ var init_ajv_provider = __esm(() => {
45500
45533
  import_ajv_formats = __toESM(require_dist2(), 1);
45501
45534
  });
45502
45535
 
45503
- // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/server.js
45536
+ // ../switchroom/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/server.js
45504
45537
  class ExperimentalServerTasks {
45505
45538
  constructor(_server) {
45506
45539
  this._server = _server;
@@ -45581,7 +45614,7 @@ var init_server = __esm(() => {
45581
45614
  init_types2();
45582
45615
  });
45583
45616
 
45584
- // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/helpers.js
45617
+ // ../switchroom/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/helpers.js
45585
45618
  function assertToolsCallTaskCapability(requests, method, entityName) {
45586
45619
  if (!requests) {
45587
45620
  throw new Error(`${entityName} does not support task creation (required for ${method})`);
@@ -45616,7 +45649,7 @@ function assertClientRequestTaskCapability(requests, method, entityName) {
45616
45649
  }
45617
45650
  }
45618
45651
 
45619
- // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.js
45652
+ // ../switchroom/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.js
45620
45653
  var Server;
45621
45654
  var init_server2 = __esm(() => {
45622
45655
  init_protocol3();
@@ -45957,7 +45990,7 @@ var init_server2 = __esm(() => {
45957
45990
  };
45958
45991
  });
45959
45992
 
45960
- // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.js
45993
+ // ../switchroom/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.js
45961
45994
  class ReadBuffer {
45962
45995
  append(chunk2) {
45963
45996
  this._buffer = this._buffer ? Buffer.concat([this._buffer, chunk2]) : chunk2;
@@ -45990,7 +46023,7 @@ var init_stdio = __esm(() => {
45990
46023
  init_types2();
45991
46024
  });
45992
46025
 
45993
- // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.js
46026
+ // ../switchroom/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.js
45994
46027
  import process3 from "node:process";
45995
46028
 
45996
46029
  class StdioServerTransport {
@@ -46897,7 +46930,7 @@ var init_server4 = __esm(() => {
46897
46930
  ];
46898
46931
  });
46899
46932
 
46900
- // node_modules/.bun/commander@13.1.0/node_modules/commander/esm.mjs
46933
+ // ../switchroom/node_modules/.bun/commander@13.1.0/node_modules/commander/esm.mjs
46901
46934
  var import__ = __toESM(require_commander(), 1);
46902
46935
  var {
46903
46936
  program,
@@ -46914,8 +46947,8 @@ var {
46914
46947
  } = import__.default;
46915
46948
 
46916
46949
  // src/build-info.ts
46917
- var VERSION = "0.12.8";
46918
- var COMMIT_SHA = "e77841fe";
46950
+ var VERSION = "0.12.9";
46951
+ var COMMIT_SHA = "3a9bc24a";
46919
46952
 
46920
46953
  // src/cli/agent.ts
46921
46954
  init_source();
@@ -53841,6 +53874,7 @@ init_source();
53841
53874
  init_broker_call();
53842
53875
  init_account_store();
53843
53876
  init_loader();
53877
+ init_manager();
53844
53878
  init_helpers();
53845
53879
  import { existsSync as existsSync29, readFileSync as readFileSync25 } from "node:fs";
53846
53880
  import { join as join22, resolve as resolve23 } from "node:path";
@@ -54976,6 +55010,43 @@ function registerAuthCommand(program3) {
54976
55010
  const data = await brokerCall((client) => client.setOverride(agent, label));
54977
55011
  console.log(source_default.green(` ${data.agent} is now pinned to ${data.account}.`));
54978
55012
  }));
55013
+ auth.command("reauth <agent>").description("Start/resume an OAuth re-auth session for an agent; prints the login URL").option("--slot <label>", "Target a specific account slot/label instead of the agent's active one").option("--force", "Kill any existing session and force a fresh login (use to switch accounts)").action(withConfigError(async (agent, opts) => {
55014
+ const config = getConfig(program3);
55015
+ const agentDir = join22(resolveAgentsDir(config), agent);
55016
+ const r = startAuthSession(agent, agentDir, {
55017
+ force: opts.force,
55018
+ slot: opts.slot
55019
+ });
55020
+ for (const line of r.instructions)
55021
+ console.log(line);
55022
+ if (r.loginUrl && !r.instructions.some((l) => l.includes(r.loginUrl))) {
55023
+ console.log(r.loginUrl);
55024
+ }
55025
+ }));
55026
+ auth.command("code <agent> <code>").description("Submit the browser OAuth code to complete a pending `auth reauth`").option("--slot <label>", "Target a specific account slot/label").option("--json", "Emit the structured AuthCodeResult as JSON (consumed by the Telegram gateway)").action(withConfigError(async (agent, code, opts) => {
55027
+ const config = getConfig(program3);
55028
+ const agentDir = join22(resolveAgentsDir(config), agent);
55029
+ const r = submitAuthCode(agent, agentDir, code, opts.slot);
55030
+ if (opts.json) {
55031
+ console.log(JSON.stringify({
55032
+ completed: r.completed,
55033
+ tokenSaved: r.tokenSaved,
55034
+ tokenPath: r.tokenPath ?? null,
55035
+ outcome: r.outcome ?? null,
55036
+ instructions: r.instructions
55037
+ }));
55038
+ } else {
55039
+ for (const line of r.instructions)
55040
+ console.log(line);
55041
+ }
55042
+ }));
55043
+ auth.command("cancel <agent>").description("Cancel a pending `auth reauth` session for an agent").option("--slot <label>", "Target a specific account slot/label").action(withConfigError(async (agent, opts) => {
55044
+ const config = getConfig(program3);
55045
+ const agentDir = join22(resolveAgentsDir(config), agent);
55046
+ const r = cancelAuthSession(agent, agentDir, opts.slot);
55047
+ for (const line of r.instructions)
55048
+ console.log(line);
55049
+ }));
54979
55050
  }
54980
55051
 
54981
55052
  // src/cli/vault.ts
@@ -55749,7 +55820,7 @@ function createAuditLogger(opts = {}) {
55749
55820
  // src/vault/grants.ts
55750
55821
  import { randomBytes as randomBytes7 } from "node:crypto";
55751
55822
 
55752
- // node_modules/.bun/bcryptjs@3.0.3/node_modules/bcryptjs/index.js
55823
+ // ../switchroom/node_modules/.bun/bcryptjs@3.0.3/node_modules/bcryptjs/index.js
55753
55824
  import nodeCrypto from "crypto";
55754
55825
  var randomFallback = null;
55755
55826
  function randomBytes6(len) {
@@ -62047,7 +62118,7 @@ function readRecentFires(jsonlPath) {
62047
62118
  // src/web/api.ts
62048
62119
  init_client3();
62049
62120
 
62050
- // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/module.node.mjs
62121
+ // ../switchroom/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/module.node.mjs
62051
62122
  import { dirname as dirname7, posix, sep } from "path";
62052
62123
  function createModulerModifier() {
62053
62124
  const getModuleFromFileName = createGetModuleFromFilename();
@@ -62083,7 +62154,7 @@ function normalizeWindowsPath(path4) {
62083
62154
  return path4.replace(/^[A-Z]:/, "").replace(/\\/g, "/");
62084
62155
  }
62085
62156
 
62086
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/featureFlagUtils.mjs
62157
+ // ../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/featureFlagUtils.mjs
62087
62158
  var normalizeFlagsResponse = (flagsResponse) => {
62088
62159
  if ("flags" in flagsResponse) {
62089
62160
  const featureFlags = getFlagValuesFromFlags(flagsResponse.flags);
@@ -62154,7 +62225,7 @@ var parsePayload = (response) => {
62154
62225
  }
62155
62226
  };
62156
62227
 
62157
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/gzip.mjs
62228
+ // ../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/gzip.mjs
62158
62229
  function isGzipSupported() {
62159
62230
  return "CompressionStream" in globalThis;
62160
62231
  }
@@ -62174,7 +62245,7 @@ async function gzipCompress(input, isDebug = true) {
62174
62245
  }
62175
62246
  }
62176
62247
 
62177
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/vendor/uuidv7.mjs
62248
+ // ../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/vendor/uuidv7.mjs
62178
62249
  /*! For license information please see uuidv7.mjs.LICENSE.txt */
62179
62250
  var DIGITS = "0123456789abcdef";
62180
62251
 
@@ -62352,7 +62423,7 @@ var defaultGenerator;
62352
62423
  var uuidv7 = () => uuidv7obj().toString();
62353
62424
  var uuidv7obj = () => (defaultGenerator || (defaultGenerator = new V7Generator)).generate();
62354
62425
 
62355
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/types.mjs
62426
+ // ../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/types.mjs
62356
62427
  var types_PostHogPersistedProperty = /* @__PURE__ */ function(PostHogPersistedProperty) {
62357
62428
  PostHogPersistedProperty["AnonymousId"] = "anonymous_id";
62358
62429
  PostHogPersistedProperty["DistinctId"] = "distinct_id";
@@ -62385,7 +62456,7 @@ var types_PostHogPersistedProperty = /* @__PURE__ */ function(PostHogPersistedPr
62385
62456
  return PostHogPersistedProperty;
62386
62457
  }({});
62387
62458
 
62388
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/bot-detection.mjs
62459
+ // ../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/bot-detection.mjs
62389
62460
  var DEFAULT_BLOCKED_UA_STRS = [
62390
62461
  "amazonbot",
62391
62462
  "amazonproductbot",
@@ -62474,7 +62545,7 @@ var isBlockedUA = function(ua, customBlockedUserAgents = []) {
62474
62545
  return uaLower.indexOf(blockedUaLower) !== -1;
62475
62546
  });
62476
62547
  };
62477
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/type-utils.mjs
62548
+ // ../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/type-utils.mjs
62478
62549
  var nativeIsArray = Array.isArray;
62479
62550
  var ObjProto = Object.prototype;
62480
62551
  var type_utils_hasOwnProperty = ObjProto.hasOwnProperty;
@@ -62511,7 +62582,7 @@ function isInstanceOf(candidate, base) {
62511
62582
  }
62512
62583
  }
62513
62584
 
62514
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/number-utils.mjs
62585
+ // ../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/number-utils.mjs
62515
62586
  function clampToRange(value, min, max, logger, fallbackValue) {
62516
62587
  if (min > max) {
62517
62588
  logger.warn("min cannot be greater than max.");
@@ -62531,7 +62602,7 @@ function clampToRange(value, min, max, logger, fallbackValue) {
62531
62602
  return clampToRange(fallbackValue || max, min, max, logger);
62532
62603
  }
62533
62604
 
62534
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/bucketed-rate-limiter.mjs
62605
+ // ../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/bucketed-rate-limiter.mjs
62535
62606
  var ONE_DAY_IN_MS = 86400000;
62536
62607
 
62537
62608
  class BucketedRateLimiter {
@@ -62575,7 +62646,7 @@ class BucketedRateLimiter {
62575
62646
  this._buckets = {};
62576
62647
  }
62577
62648
  }
62578
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/promise-queue.mjs
62649
+ // ../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/promise-queue.mjs
62579
62650
  class PromiseQueue {
62580
62651
  add(promise) {
62581
62652
  const promiseUUID = uuidv7();
@@ -62601,7 +62672,7 @@ class PromiseQueue {
62601
62672
  this.promiseByIds = {};
62602
62673
  }
62603
62674
  }
62604
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/logger.mjs
62675
+ // ../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/logger.mjs
62605
62676
  function createConsole(consoleLike = console) {
62606
62677
  const lockedMethods = {
62607
62678
  log: consoleLike.log.bind(consoleLike),
@@ -62639,7 +62710,7 @@ var passThrough = (fn) => fn();
62639
62710
  function createLogger(prefix, maybeCall = passThrough) {
62640
62711
  return _createLogger(prefix, maybeCall, createConsole());
62641
62712
  }
62642
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/user-agent-utils.mjs
62713
+ // ../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/user-agent-utils.mjs
62643
62714
  var MOBILE = "Mobile";
62644
62715
  var IOS = "iOS";
62645
62716
  var ANDROID = "Android";
@@ -62896,7 +62967,7 @@ var osMatchers = [
62896
62967
  ]
62897
62968
  ];
62898
62969
 
62899
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/index.mjs
62970
+ // ../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/index.mjs
62900
62971
  var STRING_FORMAT = "utf8";
62901
62972
  function assert(truthyValue, message) {
62902
62973
  if (!truthyValue || typeof truthyValue != "string" || isEmpty(truthyValue))
@@ -62944,7 +63015,7 @@ function allSettled(promises) {
62944
63015
  reason
62945
63016
  }))));
62946
63017
  }
62947
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/eventemitter.mjs
63018
+ // ../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/eventemitter.mjs
62948
63019
  class SimpleEventEmitter {
62949
63020
  constructor() {
62950
63021
  this.events = {};
@@ -62966,7 +63037,7 @@ class SimpleEventEmitter {
62966
63037
  }
62967
63038
  }
62968
63039
 
62969
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/posthog-core-stateless.mjs
63040
+ // ../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/posthog-core-stateless.mjs
62970
63041
  class PostHogFetchHttpError extends Error {
62971
63042
  constructor(response, reqByteLength) {
62972
63043
  super("HTTP error while fetching PostHog: status=" + response.status + ", reqByteLength=" + reqByteLength), this.response = response, this.reqByteLength = reqByteLength, this.name = "PostHogFetchHttpError";
@@ -63681,7 +63752,7 @@ class PostHogCoreStateless {
63681
63752
  return this.shutdownPromise;
63682
63753
  }
63683
63754
  }
63684
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/index.mjs
63755
+ // ../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/index.mjs
63685
63756
  var exports_error_tracking = {};
63686
63757
  __export(exports_error_tracking, {
63687
63758
  winjsStackLineParser: () => winjsStackLineParser,
@@ -63705,7 +63776,7 @@ __export(exports_error_tracking, {
63705
63776
  DOMExceptionCoercer: () => DOMExceptionCoercer
63706
63777
  });
63707
63778
 
63708
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/chunk-ids.mjs
63779
+ // ../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/chunk-ids.mjs
63709
63780
  var parsedStackResults;
63710
63781
  var lastKeysCount;
63711
63782
  var cachedFilenameChunkIds;
@@ -63744,7 +63815,7 @@ function getFilenameToChunkIdMap(stackParser) {
63744
63815
  return cachedFilenameChunkIds;
63745
63816
  }
63746
63817
 
63747
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/error-properties-builder.mjs
63818
+ // ../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/error-properties-builder.mjs
63748
63819
  var MAX_CAUSE_RECURSION = 4;
63749
63820
 
63750
63821
  class ErrorPropertiesBuilder {
@@ -63866,7 +63937,7 @@ class ErrorPropertiesBuilder {
63866
63937
  return context;
63867
63938
  }
63868
63939
  }
63869
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/base.mjs
63940
+ // ../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/base.mjs
63870
63941
  var UNKNOWN_FUNCTION = "?";
63871
63942
  function createFrame(platform, filename, func, lineno, colno) {
63872
63943
  const frame = {
@@ -63882,7 +63953,7 @@ function createFrame(platform, filename, func, lineno, colno) {
63882
63953
  return frame;
63883
63954
  }
63884
63955
 
63885
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/safari.mjs
63956
+ // ../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/safari.mjs
63886
63957
  var extractSafariExtensionDetails = (func, filename) => {
63887
63958
  const isSafariExtension = func.indexOf("safari-extension") !== -1;
63888
63959
  const isSafariWebExtension = func.indexOf("safari-web-extension") !== -1;
@@ -63895,7 +63966,7 @@ var extractSafariExtensionDetails = (func, filename) => {
63895
63966
  ];
63896
63967
  };
63897
63968
 
63898
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/chrome.mjs
63969
+ // ../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/chrome.mjs
63899
63970
  var chromeRegexNoFnName = /^\s*at (\S+?)(?::(\d+))(?::(\d+))\s*$/i;
63900
63971
  var chromeRegex = /^\s*at (?:(.+?\)(?: \[.+\])?|.*?) ?\((?:address at )?)?(?:async )?((?:<anonymous>|[-a-z]+:|.*bundle|\/)?.*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i;
63901
63972
  var chromeEvalRegex = /\((\S*)(?::(\d+))(?::(\d+))\)/;
@@ -63921,7 +63992,7 @@ var chromeStackLineParser = (line, platform) => {
63921
63992
  }
63922
63993
  };
63923
63994
 
63924
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/gecko.mjs
63995
+ // ../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/gecko.mjs
63925
63996
  var geckoREgex = /^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:[-a-z]+)?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js)|\/[\w\-. /=]+)(?::(\d+))?(?::(\d+))?\s*$/i;
63926
63997
  var geckoEvalRegex = /(\S+) line (\d+)(?: > eval line \d+)* > eval/i;
63927
63998
  var geckoStackLineParser = (line, platform) => {
@@ -63944,14 +64015,14 @@ var geckoStackLineParser = (line, platform) => {
63944
64015
  }
63945
64016
  };
63946
64017
 
63947
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/winjs.mjs
64018
+ // ../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/winjs.mjs
63948
64019
  var winjsRegex = /^\s*at (?:((?:\[object object\])?.+) )?\(?((?:[-a-z]+):.*?):(\d+)(?::(\d+))?\)?\s*$/i;
63949
64020
  var winjsStackLineParser = (line, platform) => {
63950
64021
  const parts = winjsRegex.exec(line);
63951
64022
  return parts ? createFrame(platform, parts[2], parts[1] || UNKNOWN_FUNCTION, +parts[3], parts[4] ? +parts[4] : undefined) : undefined;
63952
64023
  };
63953
64024
 
63954
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/opera.mjs
64025
+ // ../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/opera.mjs
63955
64026
  var opera10Regex = / line (\d+).*script (?:in )?(\S+)(?:: in function (\S+))?$/i;
63956
64027
  var opera10StackLineParser = (line, platform) => {
63957
64028
  const parts = opera10Regex.exec(line);
@@ -63963,7 +64034,7 @@ var opera11StackLineParser = (line, platform) => {
63963
64034
  return parts ? createFrame(platform, parts[5], parts[3] || parts[4] || UNKNOWN_FUNCTION, +parts[1], +parts[2]) : undefined;
63964
64035
  };
63965
64036
 
63966
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/node.mjs
64037
+ // ../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/node.mjs
63967
64038
  var FILENAME_MATCH = /^\s*[-]{4,}$/;
63968
64039
  var FULL_MATCH = /at (?:async )?(?:(.+?)\s+\()?(?:(.+):(\d+):(\d+)?|([^)]+))\)?/;
63969
64040
  var nodeStackLineParser = (line, platform) => {
@@ -64032,7 +64103,7 @@ function _parseIntOrUndefined(input) {
64032
64103
  return parseInt(input || "", 10) || undefined;
64033
64104
  }
64034
64105
 
64035
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/index.mjs
64106
+ // ../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/index.mjs
64036
64107
  var WEBPACK_ERROR_REGEXP = /\(error: (.*)\)/;
64037
64108
  var STACKTRACE_FRAME_LIMIT = 50;
64038
64109
  function reverseAndStripFrames(stack) {
@@ -64077,7 +64148,7 @@ function createStackParser(platform, ...parsers) {
64077
64148
  return reverseAndStripFrames(frames);
64078
64149
  };
64079
64150
  }
64080
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/dom-exception-coercer.mjs
64151
+ // ../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/dom-exception-coercer.mjs
64081
64152
  class DOMExceptionCoercer {
64082
64153
  match(err) {
64083
64154
  return this.isDOMException(err) || this.isDOMError(err);
@@ -64107,7 +64178,7 @@ class DOMExceptionCoercer {
64107
64178
  return isBuiltin(err, "DOMError");
64108
64179
  }
64109
64180
  }
64110
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/error-coercer.mjs
64181
+ // ../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/error-coercer.mjs
64111
64182
  class ErrorCoercer {
64112
64183
  match(err) {
64113
64184
  return isPlainError(err);
@@ -64134,7 +64205,7 @@ class ErrorCoercer {
64134
64205
  return err.stacktrace || err.stack || undefined;
64135
64206
  }
64136
64207
  }
64137
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/error-event-coercer.mjs
64208
+ // ../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/error-event-coercer.mjs
64138
64209
  class ErrorEventCoercer {
64139
64210
  constructor() {}
64140
64211
  match(err) {
@@ -64152,7 +64223,7 @@ class ErrorEventCoercer {
64152
64223
  return exceptionLike;
64153
64224
  }
64154
64225
  }
64155
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/string-coercer.mjs
64226
+ // ../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/string-coercer.mjs
64156
64227
  var ERROR_TYPES_PATTERN = /^(?:[Uu]ncaught (?:exception: )?)?(?:((?:Eval|Internal|Range|Reference|Syntax|Type|URI|)Error): )?(.*)$/i;
64157
64228
 
64158
64229
  class StringCoercer {
@@ -64182,7 +64253,7 @@ class StringCoercer {
64182
64253
  ];
64183
64254
  }
64184
64255
  }
64185
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/types.mjs
64256
+ // ../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/types.mjs
64186
64257
  var severityLevels = [
64187
64258
  "fatal",
64188
64259
  "error",
@@ -64192,7 +64263,7 @@ var severityLevels = [
64192
64263
  "debug"
64193
64264
  ];
64194
64265
 
64195
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/utils.mjs
64266
+ // ../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/utils.mjs
64196
64267
  function extractExceptionKeysForMessage(err, maxLength = 40) {
64197
64268
  const keys = Object.keys(err);
64198
64269
  keys.sort();
@@ -64209,7 +64280,7 @@ function extractExceptionKeysForMessage(err, maxLength = 40) {
64209
64280
  return "";
64210
64281
  }
64211
64282
 
64212
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/object-coercer.mjs
64283
+ // ../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/object-coercer.mjs
64213
64284
  class ObjectCoercer {
64214
64285
  match(candidate) {
64215
64286
  return typeof candidate == "object" && candidate !== null;
@@ -64262,7 +64333,7 @@ class ObjectCoercer {
64262
64333
  }
64263
64334
  }
64264
64335
  }
64265
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/event-coercer.mjs
64336
+ // ../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/event-coercer.mjs
64266
64337
  class EventCoercer {
64267
64338
  match(err) {
64268
64339
  return isEvent(err);
@@ -64277,7 +64348,7 @@ class EventCoercer {
64277
64348
  };
64278
64349
  }
64279
64350
  }
64280
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/primitive-coercer.mjs
64351
+ // ../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/primitive-coercer.mjs
64281
64352
  class PrimitiveCoercer {
64282
64353
  match(candidate) {
64283
64354
  return isPrimitive(candidate);
@@ -64291,7 +64362,7 @@ class PrimitiveCoercer {
64291
64362
  };
64292
64363
  }
64293
64364
  }
64294
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/promise-rejection-event.mjs
64365
+ // ../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/promise-rejection-event.mjs
64295
64366
  class PromiseRejectionEventCoercer {
64296
64367
  match(err) {
64297
64368
  return isBuiltin(err, "PromiseRejectionEvent") || this.isCustomEventWrappingRejection(err);
@@ -64327,7 +64398,7 @@ class PromiseRejectionEventCoercer {
64327
64398
  return error;
64328
64399
  }
64329
64400
  }
64330
- // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/utils.mjs
64401
+ // ../switchroom/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/utils.mjs
64331
64402
  class ReduceableCache {
64332
64403
  constructor(_maxSize) {
64333
64404
  this._maxSize = _maxSize;
@@ -64352,7 +64423,7 @@ class ReduceableCache {
64352
64423
  }
64353
64424
  }
64354
64425
  }
64355
- // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/context-lines.node.mjs
64426
+ // ../switchroom/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/context-lines.node.mjs
64356
64427
  import { createReadStream } from "node:fs";
64357
64428
  import { createInterface as createInterface5 } from "node:readline";
64358
64429
  var LRU_FILE_CONTENTS_CACHE = new exports_error_tracking.ReduceableCache(25);
@@ -64570,7 +64641,7 @@ function snipLine(line, colno) {
64570
64641
  return newLine;
64571
64642
  }
64572
64643
 
64573
- // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/autocapture.mjs
64644
+ // ../switchroom/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/autocapture.mjs
64574
64645
  function makeUncaughtExceptionHandler(captureFn, onFatalFn) {
64575
64646
  let calledFatalError = false;
64576
64647
  return Object.assign((error) => {
@@ -64602,7 +64673,7 @@ function addUnhandledRejectionListener(captureFn) {
64602
64673
  }));
64603
64674
  }
64604
64675
 
64605
- // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/index.mjs
64676
+ // ../switchroom/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/index.mjs
64606
64677
  var SHUTDOWN_TIMEOUT = 2000;
64607
64678
 
64608
64679
  class ErrorTracking {
@@ -64671,10 +64742,10 @@ class ErrorTracking {
64671
64742
  }
64672
64743
  }
64673
64744
 
64674
- // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/version.mjs
64745
+ // ../switchroom/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/version.mjs
64675
64746
  var version = "5.29.2";
64676
64747
 
64677
- // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/types.mjs
64748
+ // ../switchroom/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/types.mjs
64678
64749
  var FeatureFlagError2 = {
64679
64750
  ERRORS_WHILE_COMPUTING: "errors_while_computing_flags",
64680
64751
  FLAG_MISSING: "flag_missing",
@@ -64682,7 +64753,7 @@ var FeatureFlagError2 = {
64682
64753
  UNKNOWN_ERROR: "unknown_error"
64683
64754
  };
64684
64755
 
64685
- // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/feature-flags/crypto.mjs
64756
+ // ../switchroom/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/feature-flags/crypto.mjs
64686
64757
  async function hashSHA1(text) {
64687
64758
  const subtle = globalThis.crypto?.subtle;
64688
64759
  if (!subtle)
@@ -64692,7 +64763,7 @@ async function hashSHA1(text) {
64692
64763
  return hashArray.map((byte) => byte.toString(16).padStart(2, "0")).join("");
64693
64764
  }
64694
64765
 
64695
- // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/feature-flags/feature-flags.mjs
64766
+ // ../switchroom/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/feature-flags/feature-flags.mjs
64696
64767
  var SIXTY_SECONDS = 60000;
64697
64768
  var LONG_SCALE = 1152921504606847000;
64698
64769
  var NULL_VALUES_ALLOWED_OPERATORS = [
@@ -65566,7 +65637,7 @@ function relativeDateParseForFeatureFlagMatching(value) {
65566
65637
  }
65567
65638
  }
65568
65639
 
65569
- // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/storage-memory.mjs
65640
+ // ../switchroom/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/storage-memory.mjs
65570
65641
  class PostHogMemoryStorage {
65571
65642
  getProperty(key) {
65572
65643
  return this._memoryStorage[key];
@@ -65579,7 +65650,7 @@ class PostHogMemoryStorage {
65579
65650
  }
65580
65651
  }
65581
65652
 
65582
- // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/client.mjs
65653
+ // ../switchroom/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/client.mjs
65583
65654
  var MINIMUM_POLLING_INTERVAL = 100;
65584
65655
  var THIRTY_SECONDS = 30000;
65585
65656
  var MAX_CACHE_SIZE = 50000;
@@ -66367,7 +66438,7 @@ class PostHogBackendClient extends PostHogCoreStateless {
66367
66438
  }
66368
66439
  }
66369
66440
 
66370
- // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/context/context.mjs
66441
+ // ../switchroom/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/context/context.mjs
66371
66442
  import { AsyncLocalStorage } from "node:async_hooks";
66372
66443
 
66373
66444
  class PostHogContext {
@@ -66398,7 +66469,7 @@ class PostHogContext {
66398
66469
  }
66399
66470
  }
66400
66471
 
66401
- // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/sentry-integration.mjs
66472
+ // ../switchroom/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/sentry-integration.mjs
66402
66473
  var NAME = "posthog-node";
66403
66474
  function createEventProcessor(_posthog, { organization, projectId, prefix, severityAllowList = [
66404
66475
  "error"
@@ -66466,7 +66537,7 @@ class PostHogSentryIntegration {
66466
66537
  };
66467
66538
  }
66468
66539
  }
66469
- // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/entrypoints/index.node.mjs
66540
+ // ../switchroom/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/entrypoints/index.node.mjs
66470
66541
  ErrorTracking.errorPropertiesBuilder = new exports_error_tracking.ErrorPropertiesBuilder([
66471
66542
  new exports_error_tracking.EventCoercer,
66472
66543
  new exports_error_tracking.ErrorCoercer,