switchroom 0.14.34 → 0.14.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -66,7 +66,7 @@ var __export = (target, all) => {
66
66
  var __esm = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
67
67
  var __require = /* @__PURE__ */ createRequire(import.meta.url);
68
68
 
69
- // ../switchroom-sec-1417/node_modules/.bun/commander@13.1.0/node_modules/commander/lib/error.js
69
+ // node_modules/.bun/commander@13.1.0/node_modules/commander/lib/error.js
70
70
  var require_error = __commonJS((exports) => {
71
71
  class CommanderError extends Error {
72
72
  constructor(exitCode, code, message) {
@@ -90,7 +90,7 @@ var require_error = __commonJS((exports) => {
90
90
  exports.InvalidArgumentError = InvalidArgumentError;
91
91
  });
92
92
 
93
- // ../switchroom-sec-1417/node_modules/.bun/commander@13.1.0/node_modules/commander/lib/argument.js
93
+ // node_modules/.bun/commander@13.1.0/node_modules/commander/lib/argument.js
94
94
  var require_argument = __commonJS((exports) => {
95
95
  var { InvalidArgumentError } = require_error();
96
96
 
@@ -169,7 +169,7 @@ var require_argument = __commonJS((exports) => {
169
169
  exports.humanReadableArgName = humanReadableArgName;
170
170
  });
171
171
 
172
- // ../switchroom-sec-1417/node_modules/.bun/commander@13.1.0/node_modules/commander/lib/help.js
172
+ // node_modules/.bun/commander@13.1.0/node_modules/commander/lib/help.js
173
173
  var require_help = __commonJS((exports) => {
174
174
  var { humanReadableArgName } = require_argument();
175
175
 
@@ -519,7 +519,7 @@ ${itemIndentStr}`);
519
519
  exports.stripColor = stripColor;
520
520
  });
521
521
 
522
- // ../switchroom-sec-1417/node_modules/.bun/commander@13.1.0/node_modules/commander/lib/option.js
522
+ // node_modules/.bun/commander@13.1.0/node_modules/commander/lib/option.js
523
523
  var require_option = __commonJS((exports) => {
524
524
  var { InvalidArgumentError } = require_error();
525
525
 
@@ -697,7 +697,7 @@ var require_option = __commonJS((exports) => {
697
697
  exports.DualOptions = DualOptions;
698
698
  });
699
699
 
700
- // ../switchroom-sec-1417/node_modules/.bun/commander@13.1.0/node_modules/commander/lib/suggestSimilar.js
700
+ // node_modules/.bun/commander@13.1.0/node_modules/commander/lib/suggestSimilar.js
701
701
  var require_suggestSimilar = __commonJS((exports) => {
702
702
  var maxDistance = 3;
703
703
  function editDistance(a, b) {
@@ -770,7 +770,7 @@ var require_suggestSimilar = __commonJS((exports) => {
770
770
  exports.suggestSimilar = suggestSimilar;
771
771
  });
772
772
 
773
- // ../switchroom-sec-1417/node_modules/.bun/commander@13.1.0/node_modules/commander/lib/command.js
773
+ // node_modules/.bun/commander@13.1.0/node_modules/commander/lib/command.js
774
774
  var require_command = __commonJS((exports) => {
775
775
  var EventEmitter = __require("node:events").EventEmitter;
776
776
  var childProcess = __require("node:child_process");
@@ -2080,7 +2080,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
2080
2080
  exports.useColor = useColor;
2081
2081
  });
2082
2082
 
2083
- // ../switchroom-sec-1417/node_modules/.bun/commander@13.1.0/node_modules/commander/index.js
2083
+ // node_modules/.bun/commander@13.1.0/node_modules/commander/index.js
2084
2084
  var require_commander = __commonJS((exports) => {
2085
2085
  var { Argument } = require_argument();
2086
2086
  var { Command } = require_command();
@@ -2100,7 +2100,7 @@ var require_commander = __commonJS((exports) => {
2100
2100
  exports.InvalidOptionArgumentError = InvalidArgumentError;
2101
2101
  });
2102
2102
 
2103
- // ../switchroom-sec-1417/node_modules/.bun/chalk@5.6.2/node_modules/chalk/source/vendor/ansi-styles/index.js
2103
+ // node_modules/.bun/chalk@5.6.2/node_modules/chalk/source/vendor/ansi-styles/index.js
2104
2104
  function assembleStyles() {
2105
2105
  const codes = new Map;
2106
2106
  for (const [groupName, group] of Object.entries(styles)) {
@@ -2276,7 +2276,7 @@ var init_ansi_styles = __esm(() => {
2276
2276
  ansi_styles_default = ansiStyles;
2277
2277
  });
2278
2278
 
2279
- // ../switchroom-sec-1417/node_modules/.bun/chalk@5.6.2/node_modules/chalk/source/vendor/supports-color/index.js
2279
+ // node_modules/.bun/chalk@5.6.2/node_modules/chalk/source/vendor/supports-color/index.js
2280
2280
  import process2 from "node:process";
2281
2281
  import os from "node:os";
2282
2282
  import tty from "node:tty";
@@ -2410,7 +2410,7 @@ var init_supports_color = __esm(() => {
2410
2410
  supports_color_default = supportsColor;
2411
2411
  });
2412
2412
 
2413
- // ../switchroom-sec-1417/node_modules/.bun/chalk@5.6.2/node_modules/chalk/source/utilities.js
2413
+ // node_modules/.bun/chalk@5.6.2/node_modules/chalk/source/utilities.js
2414
2414
  function stringReplaceAll(string, substring, replacer) {
2415
2415
  let index = string.indexOf(substring);
2416
2416
  if (index === -1) {
@@ -2443,7 +2443,7 @@ function stringEncaseCRLFWithFirstIndex(string, prefix, postfix, index) {
2443
2443
  return returnValue;
2444
2444
  }
2445
2445
 
2446
- // ../switchroom-sec-1417/node_modules/.bun/chalk@5.6.2/node_modules/chalk/source/index.js
2446
+ // node_modules/.bun/chalk@5.6.2/node_modules/chalk/source/index.js
2447
2447
  function createChalk(options) {
2448
2448
  return chalkFactory(options);
2449
2449
  }
@@ -2589,7 +2589,7 @@ var init_source = __esm(() => {
2589
2589
  source_default = chalk;
2590
2590
  });
2591
2591
 
2592
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/identity.js
2592
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/identity.js
2593
2593
  var require_identity = __commonJS((exports) => {
2594
2594
  var ALIAS = Symbol.for("yaml.alias");
2595
2595
  var DOC = Symbol.for("yaml.document");
@@ -2643,7 +2643,7 @@ var require_identity = __commonJS((exports) => {
2643
2643
  exports.isSeq = isSeq;
2644
2644
  });
2645
2645
 
2646
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/visit.js
2646
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/visit.js
2647
2647
  var require_visit = __commonJS((exports) => {
2648
2648
  var identity = require_identity();
2649
2649
  var BREAK = Symbol("break visit");
@@ -2798,7 +2798,7 @@ var require_visit = __commonJS((exports) => {
2798
2798
  exports.visitAsync = visitAsync;
2799
2799
  });
2800
2800
 
2801
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/directives.js
2801
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/directives.js
2802
2802
  var require_directives = __commonJS((exports) => {
2803
2803
  var identity = require_identity();
2804
2804
  var visit = require_visit();
@@ -2950,7 +2950,7 @@ var require_directives = __commonJS((exports) => {
2950
2950
  exports.Directives = Directives;
2951
2951
  });
2952
2952
 
2953
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/anchors.js
2953
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/anchors.js
2954
2954
  var require_anchors = __commonJS((exports) => {
2955
2955
  var identity = require_identity();
2956
2956
  var visit = require_visit();
@@ -3012,7 +3012,7 @@ var require_anchors = __commonJS((exports) => {
3012
3012
  exports.findNewAnchor = findNewAnchor;
3013
3013
  });
3014
3014
 
3015
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/applyReviver.js
3015
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/applyReviver.js
3016
3016
  var require_applyReviver = __commonJS((exports) => {
3017
3017
  function applyReviver(reviver, obj, key, val) {
3018
3018
  if (val && typeof val === "object") {
@@ -3059,7 +3059,7 @@ var require_applyReviver = __commonJS((exports) => {
3059
3059
  exports.applyReviver = applyReviver;
3060
3060
  });
3061
3061
 
3062
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/toJS.js
3062
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/toJS.js
3063
3063
  var require_toJS = __commonJS((exports) => {
3064
3064
  var identity = require_identity();
3065
3065
  function toJS(value, arg, ctx) {
@@ -3086,7 +3086,7 @@ var require_toJS = __commonJS((exports) => {
3086
3086
  exports.toJS = toJS;
3087
3087
  });
3088
3088
 
3089
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Node.js
3089
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Node.js
3090
3090
  var require_Node = __commonJS((exports) => {
3091
3091
  var applyReviver = require_applyReviver();
3092
3092
  var identity = require_identity();
@@ -3123,7 +3123,7 @@ var require_Node = __commonJS((exports) => {
3123
3123
  exports.NodeBase = NodeBase;
3124
3124
  });
3125
3125
 
3126
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Alias.js
3126
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Alias.js
3127
3127
  var require_Alias = __commonJS((exports) => {
3128
3128
  var anchors = require_anchors();
3129
3129
  var visit = require_visit();
@@ -3231,7 +3231,7 @@ var require_Alias = __commonJS((exports) => {
3231
3231
  exports.Alias = Alias;
3232
3232
  });
3233
3233
 
3234
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Scalar.js
3234
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Scalar.js
3235
3235
  var require_Scalar = __commonJS((exports) => {
3236
3236
  var identity = require_identity();
3237
3237
  var Node = require_Node();
@@ -3259,7 +3259,7 @@ var require_Scalar = __commonJS((exports) => {
3259
3259
  exports.isScalarValue = isScalarValue;
3260
3260
  });
3261
3261
 
3262
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/createNode.js
3262
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/createNode.js
3263
3263
  var require_createNode = __commonJS((exports) => {
3264
3264
  var Alias = require_Alias();
3265
3265
  var identity = require_identity();
@@ -3331,7 +3331,7 @@ var require_createNode = __commonJS((exports) => {
3331
3331
  exports.createNode = createNode;
3332
3332
  });
3333
3333
 
3334
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Collection.js
3334
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Collection.js
3335
3335
  var require_Collection = __commonJS((exports) => {
3336
3336
  var createNode = require_createNode();
3337
3337
  var identity = require_identity();
@@ -3446,7 +3446,7 @@ var require_Collection = __commonJS((exports) => {
3446
3446
  exports.isEmptyPath = isEmptyPath;
3447
3447
  });
3448
3448
 
3449
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyComment.js
3449
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyComment.js
3450
3450
  var require_stringifyComment = __commonJS((exports) => {
3451
3451
  var stringifyComment = (str) => str.replace(/^(?!$)(?: $)?/gm, "#");
3452
3452
  function indentComment(comment, indent) {
@@ -3463,7 +3463,7 @@ var require_stringifyComment = __commonJS((exports) => {
3463
3463
  exports.stringifyComment = stringifyComment;
3464
3464
  });
3465
3465
 
3466
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/foldFlowLines.js
3466
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/foldFlowLines.js
3467
3467
  var require_foldFlowLines = __commonJS((exports) => {
3468
3468
  var FOLD_FLOW = "flow";
3469
3469
  var FOLD_BLOCK = "block";
@@ -3600,7 +3600,7 @@ ${indent}${text.slice(fold + 1, end2)}`;
3600
3600
  exports.foldFlowLines = foldFlowLines;
3601
3601
  });
3602
3602
 
3603
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyString.js
3603
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyString.js
3604
3604
  var require_stringifyString = __commonJS((exports) => {
3605
3605
  var Scalar = require_Scalar();
3606
3606
  var foldFlowLines = require_foldFlowLines();
@@ -3898,7 +3898,7 @@ ${indent}`);
3898
3898
  exports.stringifyString = stringifyString;
3899
3899
  });
3900
3900
 
3901
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringify.js
3901
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringify.js
3902
3902
  var require_stringify = __commonJS((exports) => {
3903
3903
  var anchors = require_anchors();
3904
3904
  var identity = require_identity();
@@ -4019,7 +4019,7 @@ ${ctx.indent}${str}`;
4019
4019
  exports.stringify = stringify;
4020
4020
  });
4021
4021
 
4022
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyPair.js
4022
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyPair.js
4023
4023
  var require_stringifyPair = __commonJS((exports) => {
4024
4024
  var identity = require_identity();
4025
4025
  var Scalar = require_Scalar();
@@ -4155,7 +4155,7 @@ ${ctx.indent}`;
4155
4155
  exports.stringifyPair = stringifyPair;
4156
4156
  });
4157
4157
 
4158
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/log.js
4158
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/log.js
4159
4159
  var require_log = __commonJS((exports) => {
4160
4160
  var node_process = __require("process");
4161
4161
  function debug(logLevel, ...messages) {
@@ -4174,7 +4174,7 @@ var require_log = __commonJS((exports) => {
4174
4174
  exports.warn = warn;
4175
4175
  });
4176
4176
 
4177
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/merge.js
4177
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/merge.js
4178
4178
  var require_merge = __commonJS((exports) => {
4179
4179
  var identity = require_identity();
4180
4180
  var Scalar = require_Scalar();
@@ -4228,7 +4228,7 @@ var require_merge = __commonJS((exports) => {
4228
4228
  exports.merge = merge;
4229
4229
  });
4230
4230
 
4231
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/addPairToJSMap.js
4231
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/addPairToJSMap.js
4232
4232
  var require_addPairToJSMap = __commonJS((exports) => {
4233
4233
  var log = require_log();
4234
4234
  var merge = require_merge();
@@ -4289,7 +4289,7 @@ var require_addPairToJSMap = __commonJS((exports) => {
4289
4289
  exports.addPairToJSMap = addPairToJSMap;
4290
4290
  });
4291
4291
 
4292
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Pair.js
4292
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Pair.js
4293
4293
  var require_Pair = __commonJS((exports) => {
4294
4294
  var createNode = require_createNode();
4295
4295
  var stringifyPair = require_stringifyPair();
@@ -4327,7 +4327,7 @@ var require_Pair = __commonJS((exports) => {
4327
4327
  exports.createPair = createPair;
4328
4328
  });
4329
4329
 
4330
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyCollection.js
4330
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyCollection.js
4331
4331
  var require_stringifyCollection = __commonJS((exports) => {
4332
4332
  var identity = require_identity();
4333
4333
  var stringify = require_stringify();
@@ -4479,7 +4479,7 @@ ${indent}${end}`;
4479
4479
  exports.stringifyCollection = stringifyCollection;
4480
4480
  });
4481
4481
 
4482
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/YAMLMap.js
4482
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/YAMLMap.js
4483
4483
  var require_YAMLMap = __commonJS((exports) => {
4484
4484
  var stringifyCollection = require_stringifyCollection();
4485
4485
  var addPairToJSMap = require_addPairToJSMap();
@@ -4606,7 +4606,7 @@ var require_YAMLMap = __commonJS((exports) => {
4606
4606
  exports.findPair = findPair;
4607
4607
  });
4608
4608
 
4609
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/map.js
4609
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/map.js
4610
4610
  var require_map = __commonJS((exports) => {
4611
4611
  var identity = require_identity();
4612
4612
  var YAMLMap = require_YAMLMap();
@@ -4625,7 +4625,7 @@ var require_map = __commonJS((exports) => {
4625
4625
  exports.map = map;
4626
4626
  });
4627
4627
 
4628
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/YAMLSeq.js
4628
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/YAMLSeq.js
4629
4629
  var require_YAMLSeq = __commonJS((exports) => {
4630
4630
  var createNode = require_createNode();
4631
4631
  var stringifyCollection = require_stringifyCollection();
@@ -4718,7 +4718,7 @@ var require_YAMLSeq = __commonJS((exports) => {
4718
4718
  exports.YAMLSeq = YAMLSeq;
4719
4719
  });
4720
4720
 
4721
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/seq.js
4721
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/seq.js
4722
4722
  var require_seq = __commonJS((exports) => {
4723
4723
  var identity = require_identity();
4724
4724
  var YAMLSeq = require_YAMLSeq();
@@ -4737,7 +4737,7 @@ var require_seq = __commonJS((exports) => {
4737
4737
  exports.seq = seq;
4738
4738
  });
4739
4739
 
4740
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/string.js
4740
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/string.js
4741
4741
  var require_string = __commonJS((exports) => {
4742
4742
  var stringifyString = require_stringifyString();
4743
4743
  var string = {
@@ -4753,7 +4753,7 @@ var require_string = __commonJS((exports) => {
4753
4753
  exports.string = string;
4754
4754
  });
4755
4755
 
4756
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/null.js
4756
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/null.js
4757
4757
  var require_null = __commonJS((exports) => {
4758
4758
  var Scalar = require_Scalar();
4759
4759
  var nullTag = {
@@ -4768,7 +4768,7 @@ var require_null = __commonJS((exports) => {
4768
4768
  exports.nullTag = nullTag;
4769
4769
  });
4770
4770
 
4771
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/bool.js
4771
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/bool.js
4772
4772
  var require_bool = __commonJS((exports) => {
4773
4773
  var Scalar = require_Scalar();
4774
4774
  var boolTag = {
@@ -4789,7 +4789,7 @@ var require_bool = __commonJS((exports) => {
4789
4789
  exports.boolTag = boolTag;
4790
4790
  });
4791
4791
 
4792
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyNumber.js
4792
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyNumber.js
4793
4793
  var require_stringifyNumber = __commonJS((exports) => {
4794
4794
  function stringifyNumber({ format, minFractionDigits, tag, value }) {
4795
4795
  if (typeof value === "bigint")
@@ -4813,7 +4813,7 @@ var require_stringifyNumber = __commonJS((exports) => {
4813
4813
  exports.stringifyNumber = stringifyNumber;
4814
4814
  });
4815
4815
 
4816
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/float.js
4816
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/float.js
4817
4817
  var require_float = __commonJS((exports) => {
4818
4818
  var Scalar = require_Scalar();
4819
4819
  var stringifyNumber = require_stringifyNumber();
@@ -4856,7 +4856,7 @@ var require_float = __commonJS((exports) => {
4856
4856
  exports.floatNaN = floatNaN;
4857
4857
  });
4858
4858
 
4859
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/int.js
4859
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/int.js
4860
4860
  var require_int = __commonJS((exports) => {
4861
4861
  var stringifyNumber = require_stringifyNumber();
4862
4862
  var intIdentify = (value) => typeof value === "bigint" || Number.isInteger(value);
@@ -4898,7 +4898,7 @@ var require_int = __commonJS((exports) => {
4898
4898
  exports.intOct = intOct;
4899
4899
  });
4900
4900
 
4901
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/schema.js
4901
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/schema.js
4902
4902
  var require_schema = __commonJS((exports) => {
4903
4903
  var map = require_map();
4904
4904
  var _null = require_null();
@@ -4923,7 +4923,7 @@ var require_schema = __commonJS((exports) => {
4923
4923
  exports.schema = schema;
4924
4924
  });
4925
4925
 
4926
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/json/schema.js
4926
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/json/schema.js
4927
4927
  var require_schema2 = __commonJS((exports) => {
4928
4928
  var Scalar = require_Scalar();
4929
4929
  var map = require_map();
@@ -4987,7 +4987,7 @@ var require_schema2 = __commonJS((exports) => {
4987
4987
  exports.schema = schema;
4988
4988
  });
4989
4989
 
4990
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/binary.js
4990
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/binary.js
4991
4991
  var require_binary = __commonJS((exports) => {
4992
4992
  var node_buffer = __require("buffer");
4993
4993
  var Scalar = require_Scalar();
@@ -5042,7 +5042,7 @@ var require_binary = __commonJS((exports) => {
5042
5042
  exports.binary = binary;
5043
5043
  });
5044
5044
 
5045
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/pairs.js
5045
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/pairs.js
5046
5046
  var require_pairs = __commonJS((exports) => {
5047
5047
  var identity = require_identity();
5048
5048
  var Pair = require_Pair();
@@ -5117,7 +5117,7 @@ ${cn.comment}` : item.comment;
5117
5117
  exports.resolvePairs = resolvePairs;
5118
5118
  });
5119
5119
 
5120
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/omap.js
5120
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/omap.js
5121
5121
  var require_omap = __commonJS((exports) => {
5122
5122
  var identity = require_identity();
5123
5123
  var toJS = require_toJS();
@@ -5189,7 +5189,7 @@ var require_omap = __commonJS((exports) => {
5189
5189
  exports.omap = omap;
5190
5190
  });
5191
5191
 
5192
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/bool.js
5192
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/bool.js
5193
5193
  var require_bool2 = __commonJS((exports) => {
5194
5194
  var Scalar = require_Scalar();
5195
5195
  function boolStringify({ value, source }, ctx) {
@@ -5218,7 +5218,7 @@ var require_bool2 = __commonJS((exports) => {
5218
5218
  exports.trueTag = trueTag;
5219
5219
  });
5220
5220
 
5221
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/float.js
5221
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/float.js
5222
5222
  var require_float2 = __commonJS((exports) => {
5223
5223
  var Scalar = require_Scalar();
5224
5224
  var stringifyNumber = require_stringifyNumber();
@@ -5264,7 +5264,7 @@ var require_float2 = __commonJS((exports) => {
5264
5264
  exports.floatNaN = floatNaN;
5265
5265
  });
5266
5266
 
5267
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/int.js
5267
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/int.js
5268
5268
  var require_int2 = __commonJS((exports) => {
5269
5269
  var stringifyNumber = require_stringifyNumber();
5270
5270
  var intIdentify = (value) => typeof value === "bigint" || Number.isInteger(value);
@@ -5340,7 +5340,7 @@ var require_int2 = __commonJS((exports) => {
5340
5340
  exports.intOct = intOct;
5341
5341
  });
5342
5342
 
5343
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/set.js
5343
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/set.js
5344
5344
  var require_set = __commonJS((exports) => {
5345
5345
  var identity = require_identity();
5346
5346
  var Pair = require_Pair();
@@ -5423,7 +5423,7 @@ var require_set = __commonJS((exports) => {
5423
5423
  exports.set = set;
5424
5424
  });
5425
5425
 
5426
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js
5426
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js
5427
5427
  var require_timestamp = __commonJS((exports) => {
5428
5428
  var stringifyNumber = require_stringifyNumber();
5429
5429
  function parseSexagesimal(str, asBigInt) {
@@ -5505,7 +5505,7 @@ var require_timestamp = __commonJS((exports) => {
5505
5505
  exports.timestamp = timestamp;
5506
5506
  });
5507
5507
 
5508
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/schema.js
5508
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/schema.js
5509
5509
  var require_schema3 = __commonJS((exports) => {
5510
5510
  var map = require_map();
5511
5511
  var _null = require_null();
@@ -5546,7 +5546,7 @@ var require_schema3 = __commonJS((exports) => {
5546
5546
  exports.schema = schema;
5547
5547
  });
5548
5548
 
5549
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/tags.js
5549
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/tags.js
5550
5550
  var require_tags = __commonJS((exports) => {
5551
5551
  var map = require_map();
5552
5552
  var _null = require_null();
@@ -5637,7 +5637,7 @@ var require_tags = __commonJS((exports) => {
5637
5637
  exports.getTags = getTags;
5638
5638
  });
5639
5639
 
5640
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/Schema.js
5640
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/Schema.js
5641
5641
  var require_Schema = __commonJS((exports) => {
5642
5642
  var identity = require_identity();
5643
5643
  var map = require_map();
@@ -5667,7 +5667,7 @@ var require_Schema = __commonJS((exports) => {
5667
5667
  exports.Schema = Schema;
5668
5668
  });
5669
5669
 
5670
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyDocument.js
5670
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyDocument.js
5671
5671
  var require_stringifyDocument = __commonJS((exports) => {
5672
5672
  var identity = require_identity();
5673
5673
  var stringify = require_stringify();
@@ -5747,7 +5747,7 @@ var require_stringifyDocument = __commonJS((exports) => {
5747
5747
  exports.stringifyDocument = stringifyDocument;
5748
5748
  });
5749
5749
 
5750
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/Document.js
5750
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/Document.js
5751
5751
  var require_Document = __commonJS((exports) => {
5752
5752
  var Alias = require_Alias();
5753
5753
  var Collection = require_Collection();
@@ -5982,7 +5982,7 @@ var require_Document = __commonJS((exports) => {
5982
5982
  exports.Document = Document;
5983
5983
  });
5984
5984
 
5985
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/errors.js
5985
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/errors.js
5986
5986
  var require_errors = __commonJS((exports) => {
5987
5987
  class YAMLError extends Error {
5988
5988
  constructor(name, pos, code, message) {
@@ -6047,7 +6047,7 @@ ${pointer}
6047
6047
  exports.prettifyError = prettifyError;
6048
6048
  });
6049
6049
 
6050
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-props.js
6050
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-props.js
6051
6051
  var require_resolve_props = __commonJS((exports) => {
6052
6052
  function resolveProps(tokens, { flow, indicator, next, offset, onError, parentIndent, startOnNewline }) {
6053
6053
  let spaceBefore = false;
@@ -6177,7 +6177,7 @@ var require_resolve_props = __commonJS((exports) => {
6177
6177
  exports.resolveProps = resolveProps;
6178
6178
  });
6179
6179
 
6180
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-contains-newline.js
6180
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-contains-newline.js
6181
6181
  var require_util_contains_newline = __commonJS((exports) => {
6182
6182
  function containsNewline(key) {
6183
6183
  if (!key)
@@ -6217,7 +6217,7 @@ var require_util_contains_newline = __commonJS((exports) => {
6217
6217
  exports.containsNewline = containsNewline;
6218
6218
  });
6219
6219
 
6220
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-flow-indent-check.js
6220
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-flow-indent-check.js
6221
6221
  var require_util_flow_indent_check = __commonJS((exports) => {
6222
6222
  var utilContainsNewline = require_util_contains_newline();
6223
6223
  function flowIndentCheck(indent, fc, onError) {
@@ -6232,7 +6232,7 @@ var require_util_flow_indent_check = __commonJS((exports) => {
6232
6232
  exports.flowIndentCheck = flowIndentCheck;
6233
6233
  });
6234
6234
 
6235
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-map-includes.js
6235
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-map-includes.js
6236
6236
  var require_util_map_includes = __commonJS((exports) => {
6237
6237
  var identity = require_identity();
6238
6238
  function mapIncludes(ctx, items, search) {
@@ -6245,7 +6245,7 @@ var require_util_map_includes = __commonJS((exports) => {
6245
6245
  exports.mapIncludes = mapIncludes;
6246
6246
  });
6247
6247
 
6248
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-map.js
6248
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-map.js
6249
6249
  var require_resolve_block_map = __commonJS((exports) => {
6250
6250
  var Pair = require_Pair();
6251
6251
  var YAMLMap = require_YAMLMap();
@@ -6352,7 +6352,7 @@ var require_resolve_block_map = __commonJS((exports) => {
6352
6352
  exports.resolveBlockMap = resolveBlockMap;
6353
6353
  });
6354
6354
 
6355
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-seq.js
6355
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-seq.js
6356
6356
  var require_resolve_block_seq = __commonJS((exports) => {
6357
6357
  var YAMLSeq = require_YAMLSeq();
6358
6358
  var resolveProps = require_resolve_props();
@@ -6400,7 +6400,7 @@ var require_resolve_block_seq = __commonJS((exports) => {
6400
6400
  exports.resolveBlockSeq = resolveBlockSeq;
6401
6401
  });
6402
6402
 
6403
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-end.js
6403
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-end.js
6404
6404
  var require_resolve_end = __commonJS((exports) => {
6405
6405
  function resolveEnd(end, offset, reqSpace, onError) {
6406
6406
  let comment = "";
@@ -6440,7 +6440,7 @@ var require_resolve_end = __commonJS((exports) => {
6440
6440
  exports.resolveEnd = resolveEnd;
6441
6441
  });
6442
6442
 
6443
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-flow-collection.js
6443
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-flow-collection.js
6444
6444
  var require_resolve_flow_collection = __commonJS((exports) => {
6445
6445
  var identity = require_identity();
6446
6446
  var Pair = require_Pair();
@@ -6631,7 +6631,7 @@ var require_resolve_flow_collection = __commonJS((exports) => {
6631
6631
  exports.resolveFlowCollection = resolveFlowCollection;
6632
6632
  });
6633
6633
 
6634
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-collection.js
6634
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-collection.js
6635
6635
  var require_compose_collection = __commonJS((exports) => {
6636
6636
  var identity = require_identity();
6637
6637
  var Scalar = require_Scalar();
@@ -6693,7 +6693,7 @@ var require_compose_collection = __commonJS((exports) => {
6693
6693
  exports.composeCollection = composeCollection;
6694
6694
  });
6695
6695
 
6696
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-scalar.js
6696
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-scalar.js
6697
6697
  var require_resolve_block_scalar = __commonJS((exports) => {
6698
6698
  var Scalar = require_Scalar();
6699
6699
  function resolveBlockScalar(ctx, scalar, onError) {
@@ -6886,7 +6886,7 @@ var require_resolve_block_scalar = __commonJS((exports) => {
6886
6886
  exports.resolveBlockScalar = resolveBlockScalar;
6887
6887
  });
6888
6888
 
6889
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-flow-scalar.js
6889
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-flow-scalar.js
6890
6890
  var require_resolve_flow_scalar = __commonJS((exports) => {
6891
6891
  var Scalar = require_Scalar();
6892
6892
  var resolveEnd = require_resolve_end();
@@ -7102,7 +7102,7 @@ var require_resolve_flow_scalar = __commonJS((exports) => {
7102
7102
  exports.resolveFlowScalar = resolveFlowScalar;
7103
7103
  });
7104
7104
 
7105
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-scalar.js
7105
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-scalar.js
7106
7106
  var require_compose_scalar = __commonJS((exports) => {
7107
7107
  var identity = require_identity();
7108
7108
  var Scalar = require_Scalar();
@@ -7180,7 +7180,7 @@ var require_compose_scalar = __commonJS((exports) => {
7180
7180
  exports.composeScalar = composeScalar;
7181
7181
  });
7182
7182
 
7183
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-empty-scalar-position.js
7183
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-empty-scalar-position.js
7184
7184
  var require_util_empty_scalar_position = __commonJS((exports) => {
7185
7185
  function emptyScalarPosition(offset, before, pos) {
7186
7186
  if (before) {
@@ -7207,7 +7207,7 @@ var require_util_empty_scalar_position = __commonJS((exports) => {
7207
7207
  exports.emptyScalarPosition = emptyScalarPosition;
7208
7208
  });
7209
7209
 
7210
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-node.js
7210
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-node.js
7211
7211
  var require_compose_node = __commonJS((exports) => {
7212
7212
  var Alias = require_Alias();
7213
7213
  var identity = require_identity();
@@ -7310,7 +7310,7 @@ var require_compose_node = __commonJS((exports) => {
7310
7310
  exports.composeNode = composeNode;
7311
7311
  });
7312
7312
 
7313
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-doc.js
7313
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-doc.js
7314
7314
  var require_compose_doc = __commonJS((exports) => {
7315
7315
  var Document = require_Document();
7316
7316
  var composeNode = require_compose_node();
@@ -7350,7 +7350,7 @@ var require_compose_doc = __commonJS((exports) => {
7350
7350
  exports.composeDoc = composeDoc;
7351
7351
  });
7352
7352
 
7353
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/composer.js
7353
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/composer.js
7354
7354
  var require_composer = __commonJS((exports) => {
7355
7355
  var node_process = __require("process");
7356
7356
  var directives = require_directives();
@@ -7539,7 +7539,7 @@ ${end.comment}` : end.comment;
7539
7539
  exports.Composer = Composer;
7540
7540
  });
7541
7541
 
7542
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst-scalar.js
7542
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst-scalar.js
7543
7543
  var require_cst_scalar = __commonJS((exports) => {
7544
7544
  var resolveBlockScalar = require_resolve_block_scalar();
7545
7545
  var resolveFlowScalar = require_resolve_flow_scalar();
@@ -7729,7 +7729,7 @@ var require_cst_scalar = __commonJS((exports) => {
7729
7729
  exports.setScalarValue = setScalarValue;
7730
7730
  });
7731
7731
 
7732
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst-stringify.js
7732
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst-stringify.js
7733
7733
  var require_cst_stringify = __commonJS((exports) => {
7734
7734
  var stringify = (cst) => ("type" in cst) ? stringifyToken(cst) : stringifyItem(cst);
7735
7735
  function stringifyToken(token) {
@@ -7787,7 +7787,7 @@ var require_cst_stringify = __commonJS((exports) => {
7787
7787
  exports.stringify = stringify;
7788
7788
  });
7789
7789
 
7790
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst-visit.js
7790
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst-visit.js
7791
7791
  var require_cst_visit = __commonJS((exports) => {
7792
7792
  var BREAK = Symbol("break visit");
7793
7793
  var SKIP = Symbol("skip children");
@@ -7846,7 +7846,7 @@ var require_cst_visit = __commonJS((exports) => {
7846
7846
  exports.visit = visit;
7847
7847
  });
7848
7848
 
7849
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst.js
7849
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst.js
7850
7850
  var require_cst = __commonJS((exports) => {
7851
7851
  var cstScalar = require_cst_scalar();
7852
7852
  var cstStringify = require_cst_stringify();
@@ -7947,7 +7947,7 @@ var require_cst = __commonJS((exports) => {
7947
7947
  exports.tokenType = tokenType;
7948
7948
  });
7949
7949
 
7950
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/lexer.js
7950
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/lexer.js
7951
7951
  var require_lexer = __commonJS((exports) => {
7952
7952
  var cst = require_cst();
7953
7953
  function isEmpty(ch) {
@@ -8533,7 +8533,7 @@ var require_lexer = __commonJS((exports) => {
8533
8533
  exports.Lexer = Lexer;
8534
8534
  });
8535
8535
 
8536
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/line-counter.js
8536
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/line-counter.js
8537
8537
  var require_line_counter = __commonJS((exports) => {
8538
8538
  class LineCounter {
8539
8539
  constructor() {
@@ -8561,7 +8561,7 @@ var require_line_counter = __commonJS((exports) => {
8561
8561
  exports.LineCounter = LineCounter;
8562
8562
  });
8563
8563
 
8564
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/parser.js
8564
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/parser.js
8565
8565
  var require_parser = __commonJS((exports) => {
8566
8566
  var node_process = __require("process");
8567
8567
  var cst = require_cst();
@@ -9410,7 +9410,7 @@ var require_parser = __commonJS((exports) => {
9410
9410
  exports.Parser = Parser;
9411
9411
  });
9412
9412
 
9413
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/public-api.js
9413
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/public-api.js
9414
9414
  var require_public_api = __commonJS((exports) => {
9415
9415
  var composer = require_composer();
9416
9416
  var Document = require_Document();
@@ -9504,7 +9504,7 @@ var require_public_api = __commonJS((exports) => {
9504
9504
  exports.stringify = stringify;
9505
9505
  });
9506
9506
 
9507
- // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/index.js
9507
+ // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/index.js
9508
9508
  var require_dist = __commonJS((exports) => {
9509
9509
  var composer = require_composer();
9510
9510
  var Document = require_Document();
@@ -9553,7 +9553,7 @@ var require_dist = __commonJS((exports) => {
9553
9553
  exports.visitAsync = visit.visitAsync;
9554
9554
  });
9555
9555
 
9556
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/util.js
9556
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/util.js
9557
9557
  var util, objectUtil, ZodParsedType, getParsedType = (data) => {
9558
9558
  const t = typeof data;
9559
9559
  switch (t) {
@@ -9684,7 +9684,7 @@ var init_util = __esm(() => {
9684
9684
  ]);
9685
9685
  });
9686
9686
 
9687
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/ZodError.js
9687
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/ZodError.js
9688
9688
  var ZodIssueCode, quotelessJson = (obj) => {
9689
9689
  const json = JSON.stringify(obj, null, 2);
9690
9690
  return json.replace(/"([^"]+)":/g, "$1:");
@@ -9805,7 +9805,7 @@ var init_ZodError = __esm(() => {
9805
9805
  };
9806
9806
  });
9807
9807
 
9808
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/locales/en.js
9808
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/locales/en.js
9809
9809
  var errorMap = (issue, _ctx) => {
9810
9810
  let message;
9811
9811
  switch (issue.code) {
@@ -9912,7 +9912,7 @@ var init_en = __esm(() => {
9912
9912
  en_default = errorMap;
9913
9913
  });
9914
9914
 
9915
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/errors.js
9915
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/errors.js
9916
9916
  function setErrorMap(map) {
9917
9917
  overrideErrorMap = map;
9918
9918
  }
@@ -9925,7 +9925,7 @@ var init_errors = __esm(() => {
9925
9925
  overrideErrorMap = en_default;
9926
9926
  });
9927
9927
 
9928
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/parseUtil.js
9928
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/parseUtil.js
9929
9929
  function addIssueToContext(ctx, issueData) {
9930
9930
  const overrideMap = getErrorMap();
9931
9931
  const issue = makeIssue({
@@ -10030,10 +10030,10 @@ var init_parseUtil = __esm(() => {
10030
10030
  });
10031
10031
  });
10032
10032
 
10033
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/typeAliases.js
10033
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/typeAliases.js
10034
10034
  var init_typeAliases = () => {};
10035
10035
 
10036
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/errorUtil.js
10036
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/errorUtil.js
10037
10037
  var errorUtil;
10038
10038
  var init_errorUtil = __esm(() => {
10039
10039
  (function(errorUtil2) {
@@ -10042,7 +10042,7 @@ var init_errorUtil = __esm(() => {
10042
10042
  })(errorUtil || (errorUtil = {}));
10043
10043
  });
10044
10044
 
10045
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/types.js
10045
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/types.js
10046
10046
  class ParseInputLazyPath {
10047
10047
  constructor(parent, value, path, key) {
10048
10048
  this._cachedPath = [];
@@ -13393,7 +13393,7 @@ var init_types = __esm(() => {
13393
13393
  NEVER = INVALID;
13394
13394
  });
13395
13395
 
13396
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/external.js
13396
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/external.js
13397
13397
  var exports_external = {};
13398
13398
  __export(exports_external, {
13399
13399
  void: () => voidType,
@@ -13513,7 +13513,7 @@ var init_external = __esm(() => {
13513
13513
  init_ZodError();
13514
13514
  });
13515
13515
 
13516
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/index.js
13516
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/index.js
13517
13517
  var init_zod = __esm(() => {
13518
13518
  init_external();
13519
13519
  init_external();
@@ -15274,7 +15274,7 @@ function classifyTimezoneSource(config, resolvedAgent) {
15274
15274
  }
15275
15275
  var init_timezone = () => {};
15276
15276
 
15277
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/utils.js
15277
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/utils.js
15278
15278
  var require_utils = __commonJS((exports) => {
15279
15279
  exports.__esModule = true;
15280
15280
  exports.extend = extend;
@@ -15370,7 +15370,7 @@ var require_utils = __commonJS((exports) => {
15370
15370
  }
15371
15371
  });
15372
15372
 
15373
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/exception.js
15373
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/exception.js
15374
15374
  var require_exception = __commonJS((exports, module) => {
15375
15375
  exports.__esModule = true;
15376
15376
  var errorProps = ["description", "fileName", "lineNumber", "endLineNumber", "message", "name", "number", "stack"];
@@ -15415,7 +15415,7 @@ var require_exception = __commonJS((exports, module) => {
15415
15415
  module.exports = exports["default"];
15416
15416
  });
15417
15417
 
15418
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/block-helper-missing.js
15418
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/block-helper-missing.js
15419
15419
  var require_block_helper_missing = __commonJS((exports, module) => {
15420
15420
  exports.__esModule = true;
15421
15421
  var _utils = require_utils();
@@ -15448,7 +15448,7 @@ var require_block_helper_missing = __commonJS((exports, module) => {
15448
15448
  module.exports = exports["default"];
15449
15449
  });
15450
15450
 
15451
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/each.js
15451
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/each.js
15452
15452
  var require_each = __commonJS((exports, module) => {
15453
15453
  exports.__esModule = true;
15454
15454
  function _interopRequireDefault(obj) {
@@ -15529,7 +15529,7 @@ var require_each = __commonJS((exports, module) => {
15529
15529
  module.exports = exports["default"];
15530
15530
  });
15531
15531
 
15532
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/helper-missing.js
15532
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/helper-missing.js
15533
15533
  var require_helper_missing = __commonJS((exports, module) => {
15534
15534
  exports.__esModule = true;
15535
15535
  function _interopRequireDefault(obj) {
@@ -15549,7 +15549,7 @@ var require_helper_missing = __commonJS((exports, module) => {
15549
15549
  module.exports = exports["default"];
15550
15550
  });
15551
15551
 
15552
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/if.js
15552
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/if.js
15553
15553
  var require_if = __commonJS((exports, module) => {
15554
15554
  exports.__esModule = true;
15555
15555
  function _interopRequireDefault(obj) {
@@ -15586,7 +15586,7 @@ var require_if = __commonJS((exports, module) => {
15586
15586
  module.exports = exports["default"];
15587
15587
  });
15588
15588
 
15589
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/log.js
15589
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/log.js
15590
15590
  var require_log2 = __commonJS((exports, module) => {
15591
15591
  exports.__esModule = true;
15592
15592
  exports.default = function(instance) {
@@ -15608,7 +15608,7 @@ var require_log2 = __commonJS((exports, module) => {
15608
15608
  module.exports = exports["default"];
15609
15609
  });
15610
15610
 
15611
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/lookup.js
15611
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/lookup.js
15612
15612
  var require_lookup = __commonJS((exports, module) => {
15613
15613
  exports.__esModule = true;
15614
15614
  exports.default = function(instance) {
@@ -15622,7 +15622,7 @@ var require_lookup = __commonJS((exports, module) => {
15622
15622
  module.exports = exports["default"];
15623
15623
  });
15624
15624
 
15625
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/with.js
15625
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers/with.js
15626
15626
  var require_with = __commonJS((exports, module) => {
15627
15627
  exports.__esModule = true;
15628
15628
  function _interopRequireDefault(obj) {
@@ -15658,7 +15658,7 @@ var require_with = __commonJS((exports, module) => {
15658
15658
  module.exports = exports["default"];
15659
15659
  });
15660
15660
 
15661
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers.js
15661
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/helpers.js
15662
15662
  var require_helpers = __commonJS((exports) => {
15663
15663
  exports.__esModule = true;
15664
15664
  exports.registerDefaultHelpers = registerDefaultHelpers;
@@ -15699,7 +15699,7 @@ var require_helpers = __commonJS((exports) => {
15699
15699
  }
15700
15700
  });
15701
15701
 
15702
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/decorators/inline.js
15702
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/decorators/inline.js
15703
15703
  var require_inline = __commonJS((exports, module) => {
15704
15704
  exports.__esModule = true;
15705
15705
  var _utils = require_utils();
@@ -15723,7 +15723,7 @@ var require_inline = __commonJS((exports, module) => {
15723
15723
  module.exports = exports["default"];
15724
15724
  });
15725
15725
 
15726
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/decorators.js
15726
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/decorators.js
15727
15727
  var require_decorators = __commonJS((exports) => {
15728
15728
  exports.__esModule = true;
15729
15729
  exports.registerDefaultDecorators = registerDefaultDecorators;
@@ -15737,7 +15737,7 @@ var require_decorators = __commonJS((exports) => {
15737
15737
  }
15738
15738
  });
15739
15739
 
15740
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/logger.js
15740
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/logger.js
15741
15741
  var require_logger = __commonJS((exports, module) => {
15742
15742
  exports.__esModule = true;
15743
15743
  var _utils = require_utils();
@@ -15773,7 +15773,7 @@ var require_logger = __commonJS((exports, module) => {
15773
15773
  module.exports = exports["default"];
15774
15774
  });
15775
15775
 
15776
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/internal/proto-access.js
15776
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/internal/proto-access.js
15777
15777
  var require_proto_access = __commonJS((exports) => {
15778
15778
  exports.__esModule = true;
15779
15779
  exports.createProtoAccessControl = createProtoAccessControl;
@@ -15840,7 +15840,7 @@ var require_proto_access = __commonJS((exports) => {
15840
15840
  }
15841
15841
  });
15842
15842
 
15843
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/base.js
15843
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/base.js
15844
15844
  var require_base = __commonJS((exports) => {
15845
15845
  exports.__esModule = true;
15846
15846
  exports.HandlebarsEnvironment = HandlebarsEnvironment;
@@ -15933,7 +15933,7 @@ var require_base = __commonJS((exports) => {
15933
15933
  exports.logger = _logger2["default"];
15934
15934
  });
15935
15935
 
15936
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/safe-string.js
15936
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/safe-string.js
15937
15937
  var require_safe_string = __commonJS((exports, module) => {
15938
15938
  exports.__esModule = true;
15939
15939
  function SafeString(string) {
@@ -15946,7 +15946,7 @@ var require_safe_string = __commonJS((exports, module) => {
15946
15946
  module.exports = exports["default"];
15947
15947
  });
15948
15948
 
15949
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/internal/wrapHelper.js
15949
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/internal/wrapHelper.js
15950
15950
  var require_wrapHelper = __commonJS((exports) => {
15951
15951
  exports.__esModule = true;
15952
15952
  exports.wrapHelper = wrapHelper;
@@ -15963,7 +15963,7 @@ var require_wrapHelper = __commonJS((exports) => {
15963
15963
  }
15964
15964
  });
15965
15965
 
15966
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/runtime.js
15966
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/runtime.js
15967
15967
  var require_runtime = __commonJS((exports) => {
15968
15968
  exports.__esModule = true;
15969
15969
  exports.checkRevision = checkRevision;
@@ -16278,7 +16278,7 @@ var require_runtime = __commonJS((exports) => {
16278
16278
  }
16279
16279
  });
16280
16280
 
16281
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/no-conflict.js
16281
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/no-conflict.js
16282
16282
  var require_no_conflict = __commonJS((exports, module) => {
16283
16283
  exports.__esModule = true;
16284
16284
  exports.default = function(Handlebars) {
@@ -16302,7 +16302,7 @@ var require_no_conflict = __commonJS((exports, module) => {
16302
16302
  module.exports = exports["default"];
16303
16303
  });
16304
16304
 
16305
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars.runtime.js
16305
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars.runtime.js
16306
16306
  var require_handlebars_runtime = __commonJS((exports, module) => {
16307
16307
  exports.__esModule = true;
16308
16308
  function _interopRequireDefault(obj) {
@@ -16356,7 +16356,7 @@ var require_handlebars_runtime = __commonJS((exports, module) => {
16356
16356
  module.exports = exports["default"];
16357
16357
  });
16358
16358
 
16359
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/ast.js
16359
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/ast.js
16360
16360
  var require_ast = __commonJS((exports, module) => {
16361
16361
  exports.__esModule = true;
16362
16362
  var AST = {
@@ -16376,7 +16376,7 @@ var require_ast = __commonJS((exports, module) => {
16376
16376
  module.exports = exports["default"];
16377
16377
  });
16378
16378
 
16379
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/parser.js
16379
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/parser.js
16380
16380
  var require_parser2 = __commonJS((exports, module) => {
16381
16381
  exports.__esModule = true;
16382
16382
  var handlebars = function() {
@@ -17100,7 +17100,7 @@ Expecting ` + expected.join(", ") + ", got '" + (this.terminals_[symbol] || symb
17100
17100
  module.exports = exports["default"];
17101
17101
  });
17102
17102
 
17103
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/visitor.js
17103
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/visitor.js
17104
17104
  var require_visitor = __commonJS((exports, module) => {
17105
17105
  exports.__esModule = true;
17106
17106
  function _interopRequireDefault(obj) {
@@ -17205,7 +17205,7 @@ var require_visitor = __commonJS((exports, module) => {
17205
17205
  module.exports = exports["default"];
17206
17206
  });
17207
17207
 
17208
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/whitespace-control.js
17208
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/whitespace-control.js
17209
17209
  var require_whitespace_control = __commonJS((exports, module) => {
17210
17210
  exports.__esModule = true;
17211
17211
  function _interopRequireDefault(obj) {
@@ -17351,7 +17351,7 @@ var require_whitespace_control = __commonJS((exports, module) => {
17351
17351
  module.exports = exports["default"];
17352
17352
  });
17353
17353
 
17354
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/helpers.js
17354
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/helpers.js
17355
17355
  var require_helpers2 = __commonJS((exports) => {
17356
17356
  exports.__esModule = true;
17357
17357
  exports.SourceLocation = SourceLocation;
@@ -17536,7 +17536,7 @@ var require_helpers2 = __commonJS((exports) => {
17536
17536
  }
17537
17537
  });
17538
17538
 
17539
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/base.js
17539
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/base.js
17540
17540
  var require_base2 = __commonJS((exports) => {
17541
17541
  exports.__esModule = true;
17542
17542
  exports.parseWithoutProcessing = parseWithoutProcessing;
@@ -17635,7 +17635,7 @@ var require_base2 = __commonJS((exports) => {
17635
17635
  }
17636
17636
  });
17637
17637
 
17638
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/compiler.js
17638
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/compiler.js
17639
17639
  var require_compiler = __commonJS((exports) => {
17640
17640
  exports.__esModule = true;
17641
17641
  exports.Compiler = Compiler;
@@ -18052,7 +18052,7 @@ var require_compiler = __commonJS((exports) => {
18052
18052
  }
18053
18053
  });
18054
18054
 
18055
- // ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/base64.js
18055
+ // node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/base64.js
18056
18056
  var require_base64 = __commonJS((exports) => {
18057
18057
  var intToCharMap = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");
18058
18058
  exports.encode = function(number) {
@@ -18091,7 +18091,7 @@ var require_base64 = __commonJS((exports) => {
18091
18091
  };
18092
18092
  });
18093
18093
 
18094
- // ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/base64-vlq.js
18094
+ // node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/base64-vlq.js
18095
18095
  var require_base64_vlq = __commonJS((exports) => {
18096
18096
  var base64 = require_base64();
18097
18097
  var VLQ_BASE_SHIFT = 5;
@@ -18143,7 +18143,7 @@ var require_base64_vlq = __commonJS((exports) => {
18143
18143
  };
18144
18144
  });
18145
18145
 
18146
- // ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/util.js
18146
+ // node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/util.js
18147
18147
  var require_util = __commonJS((exports) => {
18148
18148
  function getArg(aArgs, aName, aDefaultValue) {
18149
18149
  if (aName in aArgs) {
@@ -18442,7 +18442,7 @@ var require_util = __commonJS((exports) => {
18442
18442
  exports.computeSourceURL = computeSourceURL;
18443
18443
  });
18444
18444
 
18445
- // ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/array-set.js
18445
+ // node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/array-set.js
18446
18446
  var require_array_set = __commonJS((exports) => {
18447
18447
  var util3 = require_util();
18448
18448
  var has = Object.prototype.hasOwnProperty;
@@ -18510,7 +18510,7 @@ var require_array_set = __commonJS((exports) => {
18510
18510
  exports.ArraySet = ArraySet;
18511
18511
  });
18512
18512
 
18513
- // ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/mapping-list.js
18513
+ // node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/mapping-list.js
18514
18514
  var require_mapping_list = __commonJS((exports) => {
18515
18515
  var util3 = require_util();
18516
18516
  function generatedPositionAfter(mappingA, mappingB) {
@@ -18547,7 +18547,7 @@ var require_mapping_list = __commonJS((exports) => {
18547
18547
  exports.MappingList = MappingList;
18548
18548
  });
18549
18549
 
18550
- // ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/source-map-generator.js
18550
+ // node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/source-map-generator.js
18551
18551
  var require_source_map_generator = __commonJS((exports) => {
18552
18552
  var base64VLQ = require_base64_vlq();
18553
18553
  var util3 = require_util();
@@ -18817,7 +18817,7 @@ var require_source_map_generator = __commonJS((exports) => {
18817
18817
  exports.SourceMapGenerator = SourceMapGenerator;
18818
18818
  });
18819
18819
 
18820
- // ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/binary-search.js
18820
+ // node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/binary-search.js
18821
18821
  var require_binary_search = __commonJS((exports) => {
18822
18822
  exports.GREATEST_LOWER_BOUND = 1;
18823
18823
  exports.LEAST_UPPER_BOUND = 2;
@@ -18864,7 +18864,7 @@ var require_binary_search = __commonJS((exports) => {
18864
18864
  };
18865
18865
  });
18866
18866
 
18867
- // ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/quick-sort.js
18867
+ // node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/quick-sort.js
18868
18868
  var require_quick_sort = __commonJS((exports) => {
18869
18869
  function swap(ary, x, y) {
18870
18870
  var temp = ary[x];
@@ -18897,7 +18897,7 @@ var require_quick_sort = __commonJS((exports) => {
18897
18897
  };
18898
18898
  });
18899
18899
 
18900
- // ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/source-map-consumer.js
18900
+ // node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/source-map-consumer.js
18901
18901
  var require_source_map_consumer = __commonJS((exports) => {
18902
18902
  var util3 = require_util();
18903
18903
  var binarySearch = require_binary_search();
@@ -19466,7 +19466,7 @@ var require_source_map_consumer = __commonJS((exports) => {
19466
19466
  exports.IndexedSourceMapConsumer = IndexedSourceMapConsumer;
19467
19467
  });
19468
19468
 
19469
- // ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/source-node.js
19469
+ // node_modules/.bun/source-map@0.6.1/node_modules/source-map/lib/source-node.js
19470
19470
  var require_source_node = __commonJS((exports) => {
19471
19471
  var SourceMapGenerator = require_source_map_generator().SourceMapGenerator;
19472
19472
  var util3 = require_util();
@@ -19720,14 +19720,14 @@ var require_source_node = __commonJS((exports) => {
19720
19720
  exports.SourceNode = SourceNode;
19721
19721
  });
19722
19722
 
19723
- // ../switchroom-sec-1417/node_modules/.bun/source-map@0.6.1/node_modules/source-map/source-map.js
19723
+ // node_modules/.bun/source-map@0.6.1/node_modules/source-map/source-map.js
19724
19724
  var require_source_map = __commonJS((exports) => {
19725
19725
  exports.SourceMapGenerator = require_source_map_generator().SourceMapGenerator;
19726
19726
  exports.SourceMapConsumer = require_source_map_consumer().SourceMapConsumer;
19727
19727
  exports.SourceNode = require_source_node().SourceNode;
19728
19728
  });
19729
19729
 
19730
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/code-gen.js
19730
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/code-gen.js
19731
19731
  var require_code_gen = __commonJS((exports, module) => {
19732
19732
  exports.__esModule = true;
19733
19733
  var _utils = require_utils();
@@ -19860,7 +19860,7 @@ var require_code_gen = __commonJS((exports, module) => {
19860
19860
  module.exports = exports["default"];
19861
19861
  });
19862
19862
 
19863
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/javascript-compiler.js
19863
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/javascript-compiler.js
19864
19864
  var require_javascript_compiler = __commonJS((exports, module) => {
19865
19865
  exports.__esModule = true;
19866
19866
  function _interopRequireDefault(obj) {
@@ -20628,7 +20628,7 @@ var require_javascript_compiler = __commonJS((exports, module) => {
20628
20628
  module.exports = exports["default"];
20629
20629
  });
20630
20630
 
20631
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars.js
20631
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars.js
20632
20632
  var require_handlebars = __commonJS((exports, module) => {
20633
20633
  exports.__esModule = true;
20634
20634
  function _interopRequireDefault(obj) {
@@ -20672,7 +20672,7 @@ var require_handlebars = __commonJS((exports, module) => {
20672
20672
  module.exports = exports["default"];
20673
20673
  });
20674
20674
 
20675
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/printer.js
20675
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/dist/cjs/handlebars/compiler/printer.js
20676
20676
  var require_printer = __commonJS((exports) => {
20677
20677
  exports.__esModule = true;
20678
20678
  exports.print = print;
@@ -20816,7 +20816,7 @@ var require_printer = __commonJS((exports) => {
20816
20816
  };
20817
20817
  });
20818
20818
 
20819
- // ../switchroom-sec-1417/node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/lib/index.js
20819
+ // node_modules/.bun/handlebars@4.7.9/node_modules/handlebars/lib/index.js
20820
20820
  var require_lib = __commonJS((exports, module) => {
20821
20821
  var handlebars = require_handlebars()["default"];
20822
20822
  var printer = require_printer();
@@ -22012,7 +22012,8 @@ var init_protocol = __esm(() => {
22012
22012
  description: exports_external.string().optional(),
22013
22013
  write_keys: exports_external.array(exports_external.string().min(1)).optional(),
22014
22014
  passphrase: exports_external.string().optional(),
22015
- attest_via_posture: exports_external.boolean().optional()
22015
+ attest_via_posture: exports_external.boolean().optional(),
22016
+ decision_id: exports_external.string().optional()
22016
22017
  });
22017
22018
  ListGrantsRequestSchema = exports_external.object({
22018
22019
  v: exports_external.literal(1),
@@ -32974,7 +32975,7 @@ function deriveSlug(inputs, existing) {
32974
32975
  return `${base}_${n}`;
32975
32976
  }
32976
32977
 
32977
- // ../switchroom-sec-1417/node_modules/.bun/boundary@2.0.0/node_modules/boundary/lib/index.js
32978
+ // node_modules/.bun/boundary@2.0.0/node_modules/boundary/lib/index.js
32978
32979
  var require_lib2 = __commonJS((exports2) => {
32979
32980
  Object.defineProperty(exports2, "__esModule", { value: true });
32980
32981
  exports2.binarySearch = exports2.upperBound = exports2.lowerBound = exports2.compare = undefined;
@@ -33021,7 +33022,7 @@ var require_lib2 = __commonJS((exports2) => {
33021
33022
  exports2.binarySearch = binarySearch;
33022
33023
  });
33023
33024
 
33024
- // ../switchroom-sec-1417/node_modules/.bun/structured-source@4.0.0/node_modules/structured-source/lib/structured-source.js
33025
+ // node_modules/.bun/structured-source@4.0.0/node_modules/structured-source/lib/structured-source.js
33025
33026
  var require_structured_source = __commonJS((exports2) => {
33026
33027
  Object.defineProperty(exports2, "__esModule", { value: true });
33027
33028
  exports2.StructuredSource = undefined;
@@ -33076,13 +33077,13 @@ var require_structured_source = __commonJS((exports2) => {
33076
33077
  }
33077
33078
  exports2.StructuredSource = StructuredSource;
33078
33079
  });
33079
- // ../switchroom-sec-1417/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/SecretLintSourceCodeImpl.js
33080
+ // node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/SecretLintSourceCodeImpl.js
33080
33081
  var import_structured_source;
33081
33082
  var init_SecretLintSourceCodeImpl = __esm(() => {
33082
33083
  import_structured_source = __toESM(require_structured_source(), 1);
33083
33084
  });
33084
33085
 
33085
- // ../switchroom-sec-1417/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/helper/promise-event-emitter.js
33086
+ // node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/helper/promise-event-emitter.js
33086
33087
  class EventEmitter {
33087
33088
  #listeners = new Map;
33088
33089
  on(type, listener) {
@@ -33121,9 +33122,9 @@ class EventEmitter {
33121
33122
  return Array.from(this.#listeners.get(type) ?? []);
33122
33123
  }
33123
33124
  }
33124
- // ../switchroom-sec-1417/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RuleContext.js
33125
+ // node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RuleContext.js
33125
33126
  var init_RuleContext = () => {};
33126
- // ../switchroom-sec-1417/node_modules/.bun/@secretlint+profiler@12.2.0/node_modules/@secretlint/profiler/module/index.js
33127
+ // node_modules/.bun/@secretlint+profiler@12.2.0/node_modules/@secretlint/profiler/module/index.js
33127
33128
  class SecretLintProfiler {
33128
33129
  perf;
33129
33130
  entries = [];
@@ -33180,7 +33181,7 @@ class SecretLintProfiler {
33180
33181
  }
33181
33182
  }
33182
33183
 
33183
- // ../switchroom-sec-1417/node_modules/.bun/@secretlint+profiler@12.2.0/node_modules/@secretlint/profiler/module/node.js
33184
+ // node_modules/.bun/@secretlint+profiler@12.2.0/node_modules/@secretlint/profiler/module/node.js
33184
33185
  import perf_hooks from "node:perf_hooks";
33185
33186
 
33186
33187
  class NullPerformanceObserver {
@@ -33195,19 +33196,19 @@ var init_node = __esm(() => {
33195
33196
  });
33196
33197
  });
33197
33198
 
33198
- // ../switchroom-sec-1417/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RunningEvents.js
33199
+ // node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RunningEvents.js
33199
33200
  var init_RunningEvents = __esm(() => {
33200
33201
  init_node();
33201
33202
  });
33202
33203
 
33203
- // ../switchroom-sec-1417/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RulePresetContext.js
33204
+ // node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/RulePresetContext.js
33204
33205
  var init_RulePresetContext = __esm(() => {
33205
33206
  init_RuleContext();
33206
33207
  });
33207
- // ../switchroom-sec-1417/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/messages/index.js
33208
+ // node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/messages/index.js
33208
33209
  var init_messages = () => {};
33209
33210
 
33210
- // ../switchroom-sec-1417/node_modules/.bun/ms@2.1.3/node_modules/ms/index.js
33211
+ // node_modules/.bun/ms@2.1.3/node_modules/ms/index.js
33211
33212
  var require_ms = __commonJS((exports2, module) => {
33212
33213
  var s = 1000;
33213
33214
  var m = s * 60;
@@ -33317,7 +33318,7 @@ var require_ms = __commonJS((exports2, module) => {
33317
33318
  }
33318
33319
  });
33319
33320
 
33320
- // ../switchroom-sec-1417/node_modules/.bun/debug@4.4.3/node_modules/debug/src/common.js
33321
+ // node_modules/.bun/debug@4.4.3/node_modules/debug/src/common.js
33321
33322
  var require_common = __commonJS((exports2, module) => {
33322
33323
  function setup(env2) {
33323
33324
  createDebug.debug = createDebug;
@@ -33492,7 +33493,7 @@ var require_common = __commonJS((exports2, module) => {
33492
33493
  module.exports = setup;
33493
33494
  });
33494
33495
 
33495
- // ../switchroom-sec-1417/node_modules/.bun/debug@4.4.3/node_modules/debug/src/browser.js
33496
+ // node_modules/.bun/debug@4.4.3/node_modules/debug/src/browser.js
33496
33497
  var require_browser = __commonJS((exports2, module) => {
33497
33498
  exports2.formatArgs = formatArgs;
33498
33499
  exports2.save = save;
@@ -33652,7 +33653,7 @@ var require_browser = __commonJS((exports2, module) => {
33652
33653
  };
33653
33654
  });
33654
33655
 
33655
- // ../switchroom-sec-1417/node_modules/.bun/has-flag@4.0.0/node_modules/has-flag/index.js
33656
+ // node_modules/.bun/has-flag@4.0.0/node_modules/has-flag/index.js
33656
33657
  var require_has_flag = __commonJS((exports2, module) => {
33657
33658
  module.exports = (flag, argv = process.argv) => {
33658
33659
  const prefix = flag.startsWith("-") ? "" : flag.length === 1 ? "-" : "--";
@@ -33662,7 +33663,7 @@ var require_has_flag = __commonJS((exports2, module) => {
33662
33663
  };
33663
33664
  });
33664
33665
 
33665
- // ../switchroom-sec-1417/node_modules/.bun/supports-color@7.2.0/node_modules/supports-color/index.js
33666
+ // node_modules/.bun/supports-color@7.2.0/node_modules/supports-color/index.js
33666
33667
  var require_supports_color = __commonJS((exports2, module) => {
33667
33668
  var os5 = __require("os");
33668
33669
  var tty2 = __require("tty");
@@ -33761,7 +33762,7 @@ var require_supports_color = __commonJS((exports2, module) => {
33761
33762
  };
33762
33763
  });
33763
33764
 
33764
- // ../switchroom-sec-1417/node_modules/.bun/debug@4.4.3/node_modules/debug/src/node.js
33765
+ // node_modules/.bun/debug@4.4.3/node_modules/debug/src/node.js
33765
33766
  var require_node = __commonJS((exports2, module) => {
33766
33767
  var tty2 = __require("tty");
33767
33768
  var util3 = __require("util");
@@ -33932,7 +33933,7 @@ var require_node = __commonJS((exports2, module) => {
33932
33933
  };
33933
33934
  });
33934
33935
 
33935
- // ../switchroom-sec-1417/node_modules/.bun/debug@4.4.3/node_modules/debug/src/index.js
33936
+ // node_modules/.bun/debug@4.4.3/node_modules/debug/src/index.js
33936
33937
  var require_src = __commonJS((exports2, module) => {
33937
33938
  if (typeof process === "undefined" || process.type === "renderer" || false || process.__nwjs) {
33938
33939
  module.exports = require_browser();
@@ -33941,7 +33942,7 @@ var require_src = __commonJS((exports2, module) => {
33941
33942
  }
33942
33943
  });
33943
33944
 
33944
- // ../switchroom-sec-1417/node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/index.js
33945
+ // node_modules/.bun/@secretlint+core@12.2.0/node_modules/@secretlint/core/module/index.js
33945
33946
  var import_debug, debug;
33946
33947
  var init_module = __esm(() => {
33947
33948
  init_SecretLintSourceCodeImpl();
@@ -33954,7 +33955,7 @@ var init_module = __esm(() => {
33954
33955
  debug = import_debug.default("@secretlint/core");
33955
33956
  });
33956
33957
 
33957
- // ../switchroom-sec-1417/node_modules/.bun/@secretlint+secretlint-rule-preset-recommend@12.2.0/node_modules/@secretlint/secretlint-rule-preset-recommend/module/index.js
33958
+ // node_modules/.bun/@secretlint+secretlint-rule-preset-recommend@12.2.0/node_modules/@secretlint/secretlint-rule-preset-recommend/module/index.js
33958
33959
  function requireLodash_uniq() {
33959
33960
  if (hasRequiredLodash_uniq)
33960
33961
  return lodash_uniq;
@@ -35637,7 +35638,7 @@ var init_secretlint_source = __esm(() => {
35637
35638
  init_suppressor();
35638
35639
  });
35639
35640
 
35640
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/core.js
35641
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/core.js
35641
35642
  function $constructor(name, initializer, params) {
35642
35643
  function init(inst, def) {
35643
35644
  var _a;
@@ -35700,7 +35701,7 @@ var init_core = __esm(() => {
35700
35701
  globalConfig = {};
35701
35702
  });
35702
35703
 
35703
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/util.js
35704
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/util.js
35704
35705
  var exports_util = {};
35705
35706
  __export(exports_util, {
35706
35707
  unwrapMessage: () => unwrapMessage,
@@ -36216,7 +36217,7 @@ var init_util2 = __esm(() => {
36216
36217
  };
36217
36218
  });
36218
36219
 
36219
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/errors.js
36220
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/errors.js
36220
36221
  function flattenError(error, mapper = (issue2) => issue2.message) {
36221
36222
  const fieldErrors = {};
36222
36223
  const formErrors = [];
@@ -36294,7 +36295,7 @@ var init_errors2 = __esm(() => {
36294
36295
  $ZodRealError = $constructor("$ZodError", initializer, { Parent: Error });
36295
36296
  });
36296
36297
 
36297
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/parse.js
36298
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/parse.js
36298
36299
  var _parse = (_Err) => (schema, value, _ctx, _params) => {
36299
36300
  const ctx = _ctx ? Object.assign(_ctx, { async: false }) : { async: false };
36300
36301
  const result = schema._zod.run({ value, issues: [] }, ctx);
@@ -36346,7 +36347,7 @@ var init_parse = __esm(() => {
36346
36347
  safeParseAsync = /* @__PURE__ */ _safeParseAsync($ZodRealError);
36347
36348
  });
36348
36349
 
36349
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/regexes.js
36350
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/regexes.js
36350
36351
  function emoji() {
36351
36352
  return new RegExp(_emoji, "u");
36352
36353
  }
@@ -36403,7 +36404,7 @@ var init_regexes = __esm(() => {
36403
36404
  uppercase = /^[^a-z]*$/;
36404
36405
  });
36405
36406
 
36406
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/checks.js
36407
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/checks.js
36407
36408
  var $ZodCheck, numericOriginMap, $ZodCheckLessThan, $ZodCheckGreaterThan, $ZodCheckMultipleOf, $ZodCheckNumberFormat, $ZodCheckMaxLength, $ZodCheckMinLength, $ZodCheckLengthEquals, $ZodCheckStringFormat, $ZodCheckRegex, $ZodCheckLowerCase, $ZodCheckUpperCase, $ZodCheckIncludes, $ZodCheckStartsWith, $ZodCheckEndsWith, $ZodCheckOverwrite;
36408
36409
  var init_checks = __esm(() => {
36409
36410
  init_core();
@@ -36793,7 +36794,7 @@ var init_checks = __esm(() => {
36793
36794
  });
36794
36795
  });
36795
36796
 
36796
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/doc.js
36797
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/doc.js
36797
36798
  class Doc {
36798
36799
  constructor(args = []) {
36799
36800
  this.content = [];
@@ -36831,7 +36832,7 @@ class Doc {
36831
36832
  }
36832
36833
  }
36833
36834
 
36834
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/versions.js
36835
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/versions.js
36835
36836
  var version2;
36836
36837
  var init_versions = __esm(() => {
36837
36838
  version2 = {
@@ -36841,7 +36842,7 @@ var init_versions = __esm(() => {
36841
36842
  };
36842
36843
  });
36843
36844
 
36844
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/schemas.js
36845
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/schemas.js
36845
36846
  function isValidBase64(data) {
36846
36847
  if (data === "")
36847
36848
  return true;
@@ -38083,7 +38084,7 @@ var init_schemas = __esm(() => {
38083
38084
  });
38084
38085
  });
38085
38086
 
38086
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/locales/en.js
38087
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/locales/en.js
38087
38088
  function en_default2() {
38088
38089
  return {
38089
38090
  localeError: error()
@@ -38203,10 +38204,10 @@ var init_en2 = __esm(() => {
38203
38204
  init_util2();
38204
38205
  });
38205
38206
 
38206
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/locales/index.js
38207
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/locales/index.js
38207
38208
  var init_locales = () => {};
38208
38209
 
38209
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/registries.js
38210
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/registries.js
38210
38211
  class $ZodRegistry {
38211
38212
  constructor() {
38212
38213
  this._map = new Map;
@@ -38259,7 +38260,7 @@ var init_registries = __esm(() => {
38259
38260
  globalRegistry = /* @__PURE__ */ registry();
38260
38261
  });
38261
38262
 
38262
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/api.js
38263
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/api.js
38263
38264
  function _string(Class2, params) {
38264
38265
  return new Class2({
38265
38266
  type: "string",
@@ -38699,16 +38700,16 @@ var init_api = __esm(() => {
38699
38700
  init_util2();
38700
38701
  });
38701
38702
 
38702
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/function.js
38703
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/function.js
38703
38704
  var init_function = () => {};
38704
38705
 
38705
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/to-json-schema.js
38706
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/to-json-schema.js
38706
38707
  var init_to_json_schema = () => {};
38707
38708
 
38708
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/json-schema.js
38709
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/json-schema.js
38709
38710
  var init_json_schema = () => {};
38710
38711
 
38711
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/index.js
38712
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/core/index.js
38712
38713
  var init_core2 = __esm(() => {
38713
38714
  init_util2();
38714
38715
  init_regexes();
@@ -38726,24 +38727,24 @@ var init_core2 = __esm(() => {
38726
38727
  init_to_json_schema();
38727
38728
  });
38728
38729
 
38729
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/parse.js
38730
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/parse.js
38730
38731
  var init_parse2 = __esm(() => {
38731
38732
  init_core2();
38732
38733
  });
38733
38734
 
38734
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/schemas.js
38735
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/schemas.js
38735
38736
  var init_schemas2 = () => {};
38736
38737
 
38737
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/checks.js
38738
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/checks.js
38738
38739
  var init_checks2 = () => {};
38739
38740
 
38740
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/iso.js
38741
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/iso.js
38741
38742
  var init_iso = () => {};
38742
38743
 
38743
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/coerce.js
38744
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/coerce.js
38744
38745
  var init_coerce = () => {};
38745
38746
 
38746
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/external.js
38747
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/external.js
38747
38748
  var init_external2 = __esm(() => {
38748
38749
  init_core2();
38749
38750
  init_locales();
@@ -38754,17 +38755,17 @@ var init_external2 = __esm(() => {
38754
38755
  init_checks2();
38755
38756
  });
38756
38757
 
38757
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/index.js
38758
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/mini/index.js
38758
38759
  var init_mini = __esm(() => {
38759
38760
  init_external2();
38760
38761
  });
38761
38762
 
38762
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4-mini/index.js
38763
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4-mini/index.js
38763
38764
  var init_v4_mini = __esm(() => {
38764
38765
  init_mini();
38765
38766
  });
38766
38767
 
38767
- // ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.js
38768
+ // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.js
38768
38769
  function isZ4Schema(s) {
38769
38770
  const schema = s;
38770
38771
  return !!schema._zod;
@@ -38830,12 +38831,12 @@ var init_zod_compat = __esm(() => {
38830
38831
  init_v4_mini();
38831
38832
  });
38832
38833
 
38833
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/checks.js
38834
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/checks.js
38834
38835
  var init_checks3 = __esm(() => {
38835
38836
  init_core2();
38836
38837
  });
38837
38838
 
38838
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/iso.js
38839
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/iso.js
38839
38840
  var exports_iso2 = {};
38840
38841
  __export(exports_iso2, {
38841
38842
  time: () => time2,
@@ -38881,7 +38882,7 @@ var init_iso2 = __esm(() => {
38881
38882
  });
38882
38883
  });
38883
38884
 
38884
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/errors.js
38885
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/errors.js
38885
38886
  var initializer2 = (inst, issues) => {
38886
38887
  $ZodError.init(inst, issues);
38887
38888
  inst.name = "ZodError";
@@ -38914,7 +38915,7 @@ var init_errors3 = __esm(() => {
38914
38915
  });
38915
38916
  });
38916
38917
 
38917
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/parse.js
38918
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/parse.js
38918
38919
  var parse4, parseAsync2, safeParse3, safeParseAsync2;
38919
38920
  var init_parse3 = __esm(() => {
38920
38921
  init_core2();
@@ -38925,7 +38926,7 @@ var init_parse3 = __esm(() => {
38925
38926
  safeParseAsync2 = /* @__PURE__ */ _safeParseAsync(ZodRealError);
38926
38927
  });
38927
38928
 
38928
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/schemas.js
38929
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/schemas.js
38929
38930
  function string2(params) {
38930
38931
  return _string(ZodString2, params);
38931
38932
  }
@@ -39539,13 +39540,13 @@ var init_schemas3 = __esm(() => {
39539
39540
  });
39540
39541
  });
39541
39542
 
39542
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/compat.js
39543
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/compat.js
39543
39544
  var init_compat = () => {};
39544
39545
 
39545
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/coerce.js
39546
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/coerce.js
39546
39547
  var init_coerce2 = () => {};
39547
39548
 
39548
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/external.js
39549
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/external.js
39549
39550
  var init_external3 = __esm(() => {
39550
39551
  init_core2();
39551
39552
  init_core2();
@@ -39561,17 +39562,17 @@ var init_external3 = __esm(() => {
39561
39562
  config(en_default2());
39562
39563
  });
39563
39564
 
39564
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/index.js
39565
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/classic/index.js
39565
39566
  var init_classic = __esm(() => {
39566
39567
  init_external3();
39567
39568
  });
39568
39569
 
39569
- // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v4/index.js
39570
+ // node_modules/.bun/zod@3.25.76/node_modules/zod/v4/index.js
39570
39571
  var init_v4 = __esm(() => {
39571
39572
  init_classic();
39572
39573
  });
39573
39574
 
39574
- // ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/types.js
39575
+ // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/types.js
39575
39576
  var LATEST_PROTOCOL_VERSION = "2025-11-25", SUPPORTED_PROTOCOL_VERSIONS, RELATED_TASK_META_KEY = "io.modelcontextprotocol/related-task", JSONRPC_VERSION = "2.0", AssertObjectSchema, ProgressTokenSchema, CursorSchema, TaskCreationParamsSchema, TaskMetadataSchema, RelatedTaskMetadataSchema, RequestMetaSchema, BaseRequestParamsSchema, TaskAugmentedRequestParamsSchema, isTaskAugmentedRequestParams = (value) => TaskAugmentedRequestParamsSchema.safeParse(value).success, RequestSchema4, NotificationsParamsSchema, NotificationSchema, ResultSchema2, RequestIdSchema, JSONRPCRequestSchema, isJSONRPCRequest = (value) => JSONRPCRequestSchema.safeParse(value).success, JSONRPCNotificationSchema, isJSONRPCNotification = (value) => JSONRPCNotificationSchema.safeParse(value).success, JSONRPCResultResponseSchema, isJSONRPCResultResponse = (value) => JSONRPCResultResponseSchema.safeParse(value).success, ErrorCode2, JSONRPCErrorResponseSchema, isJSONRPCErrorResponse = (value) => JSONRPCErrorResponseSchema.safeParse(value).success, JSONRPCMessageSchema, JSONRPCResponseSchema, EmptyResultSchema, CancelledNotificationParamsSchema, CancelledNotificationSchema, IconSchema, IconsSchema, BaseMetadataSchema, ImplementationSchema, FormElicitationCapabilitySchema, ElicitationCapabilitySchema, ClientTasksCapabilitySchema, ServerTasksCapabilitySchema, ClientCapabilitiesSchema, InitializeRequestParamsSchema, InitializeRequestSchema, ServerCapabilitiesSchema, InitializeResultSchema, InitializedNotificationSchema, PingRequestSchema, ProgressSchema, ProgressNotificationParamsSchema, ProgressNotificationSchema, PaginatedRequestParamsSchema, PaginatedRequestSchema, PaginatedResultSchema, TaskStatusSchema, TaskSchema, CreateTaskResultSchema, TaskStatusNotificationParamsSchema, TaskStatusNotificationSchema, GetTaskRequestSchema, GetTaskResultSchema, GetTaskPayloadRequestSchema, GetTaskPayloadResultSchema, ListTasksRequestSchema, ListTasksResultSchema, CancelTaskRequestSchema, CancelTaskResultSchema, ResourceContentsSchema, TextResourceContentsSchema, Base64Schema, BlobResourceContentsSchema, RoleSchema, AnnotationsSchema, ResourceSchema, ResourceTemplateSchema, ListResourcesRequestSchema, ListResourcesResultSchema, ListResourceTemplatesRequestSchema, ListResourceTemplatesResultSchema, ResourceRequestParamsSchema, ReadResourceRequestParamsSchema, ReadResourceRequestSchema, ReadResourceResultSchema, ResourceListChangedNotificationSchema, SubscribeRequestParamsSchema, SubscribeRequestSchema, UnsubscribeRequestParamsSchema, UnsubscribeRequestSchema, ResourceUpdatedNotificationParamsSchema, ResourceUpdatedNotificationSchema, PromptArgumentSchema, PromptSchema, ListPromptsRequestSchema, ListPromptsResultSchema, GetPromptRequestParamsSchema, GetPromptRequestSchema, TextContentSchema, ImageContentSchema, AudioContentSchema, ToolUseContentSchema, EmbeddedResourceSchema, ResourceLinkSchema, ContentBlockSchema, PromptMessageSchema, GetPromptResultSchema, PromptListChangedNotificationSchema, ToolAnnotationsSchema, ToolExecutionSchema, ToolSchema, ListToolsRequestSchema, ListToolsResultSchema, CallToolResultSchema, CompatibilityCallToolResultSchema, CallToolRequestParamsSchema, CallToolRequestSchema, ToolListChangedNotificationSchema, ListChangedOptionsBaseSchema, LoggingLevelSchema, SetLevelRequestParamsSchema, SetLevelRequestSchema, LoggingMessageNotificationParamsSchema, LoggingMessageNotificationSchema, ModelHintSchema, ModelPreferencesSchema, ToolChoiceSchema, ToolResultContentSchema, SamplingContentSchema, SamplingMessageContentBlockSchema, SamplingMessageSchema, CreateMessageRequestParamsSchema, CreateMessageRequestSchema, CreateMessageResultSchema, CreateMessageResultWithToolsSchema, BooleanSchemaSchema, StringSchemaSchema, NumberSchemaSchema, UntitledSingleSelectEnumSchemaSchema, TitledSingleSelectEnumSchemaSchema, LegacyTitledEnumSchemaSchema, SingleSelectEnumSchemaSchema, UntitledMultiSelectEnumSchemaSchema, TitledMultiSelectEnumSchemaSchema, MultiSelectEnumSchemaSchema, EnumSchemaSchema, PrimitiveSchemaDefinitionSchema, ElicitRequestFormParamsSchema, ElicitRequestURLParamsSchema, ElicitRequestParamsSchema, ElicitRequestSchema, ElicitationCompleteNotificationParamsSchema, ElicitationCompleteNotificationSchema, ElicitResultSchema, ResourceTemplateReferenceSchema, PromptReferenceSchema, CompleteRequestParamsSchema, CompleteRequestSchema, CompleteResultSchema, RootSchema, ListRootsRequestSchema, ListRootsResultSchema, RootsListChangedNotificationSchema, ClientRequestSchema, ClientNotificationSchema, ClientResultSchema, ServerRequestSchema, ServerNotificationSchema, ServerResultSchema, McpError, UrlElicitationRequiredError;
39576
39577
  var init_types2 = __esm(() => {
39577
39578
  init_v4();
@@ -40399,65 +40400,65 @@ var init_types2 = __esm(() => {
40399
40400
  };
40400
40401
  });
40401
40402
 
40402
- // ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/interfaces.js
40403
+ // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/interfaces.js
40403
40404
  function isTerminal(status) {
40404
40405
  return status === "completed" || status === "failed" || status === "cancelled";
40405
40406
  }
40406
40407
 
40407
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/Options.js
40408
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/Options.js
40408
40409
  var ignoreOverride;
40409
40410
  var init_Options = __esm(() => {
40410
40411
  ignoreOverride = Symbol("Let zodToJsonSchema decide on which parser to use");
40411
40412
  });
40412
40413
 
40413
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/Refs.js
40414
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/Refs.js
40414
40415
  var init_Refs = __esm(() => {
40415
40416
  init_Options();
40416
40417
  });
40417
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/any.js
40418
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/any.js
40418
40419
  var init_any = () => {};
40419
40420
 
40420
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/array.js
40421
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/array.js
40421
40422
  var init_array = __esm(() => {
40422
40423
  init_parseDef();
40423
40424
  });
40424
40425
 
40425
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/bigint.js
40426
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/bigint.js
40426
40427
  var init_bigint = () => {};
40427
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/branded.js
40428
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/branded.js
40428
40429
  var init_branded = __esm(() => {
40429
40430
  init_parseDef();
40430
40431
  });
40431
40432
 
40432
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/catch.js
40433
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/catch.js
40433
40434
  var init_catch = __esm(() => {
40434
40435
  init_parseDef();
40435
40436
  });
40436
40437
 
40437
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/date.js
40438
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/date.js
40438
40439
  var init_date = () => {};
40439
40440
 
40440
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/default.js
40441
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/default.js
40441
40442
  var init_default = __esm(() => {
40442
40443
  init_parseDef();
40443
40444
  });
40444
40445
 
40445
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/effects.js
40446
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/effects.js
40446
40447
  var init_effects = __esm(() => {
40447
40448
  init_parseDef();
40448
40449
  init_any();
40449
40450
  });
40450
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/intersection.js
40451
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/intersection.js
40451
40452
  var init_intersection = __esm(() => {
40452
40453
  init_parseDef();
40453
40454
  });
40454
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/string.js
40455
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/string.js
40455
40456
  var ALPHA_NUMERIC;
40456
40457
  var init_string = __esm(() => {
40457
40458
  ALPHA_NUMERIC = new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");
40458
40459
  });
40459
40460
 
40460
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/record.js
40461
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/record.js
40461
40462
  var init_record = __esm(() => {
40462
40463
  init_parseDef();
40463
40464
  init_string();
@@ -40465,77 +40466,77 @@ var init_record = __esm(() => {
40465
40466
  init_any();
40466
40467
  });
40467
40468
 
40468
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/map.js
40469
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/map.js
40469
40470
  var init_map = __esm(() => {
40470
40471
  init_parseDef();
40471
40472
  init_record();
40472
40473
  init_any();
40473
40474
  });
40474
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/never.js
40475
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/never.js
40475
40476
  var init_never = __esm(() => {
40476
40477
  init_any();
40477
40478
  });
40478
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/union.js
40479
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/union.js
40479
40480
  var init_union = __esm(() => {
40480
40481
  init_parseDef();
40481
40482
  });
40482
40483
 
40483
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/nullable.js
40484
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/nullable.js
40484
40485
  var init_nullable = __esm(() => {
40485
40486
  init_parseDef();
40486
40487
  init_union();
40487
40488
  });
40488
40489
 
40489
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/number.js
40490
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/number.js
40490
40491
  var init_number = () => {};
40491
40492
 
40492
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/object.js
40493
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/object.js
40493
40494
  var init_object = __esm(() => {
40494
40495
  init_parseDef();
40495
40496
  });
40496
40497
 
40497
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/optional.js
40498
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/optional.js
40498
40499
  var init_optional = __esm(() => {
40499
40500
  init_parseDef();
40500
40501
  init_any();
40501
40502
  });
40502
40503
 
40503
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/pipeline.js
40504
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/pipeline.js
40504
40505
  var init_pipeline = __esm(() => {
40505
40506
  init_parseDef();
40506
40507
  });
40507
40508
 
40508
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/promise.js
40509
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/promise.js
40509
40510
  var init_promise = __esm(() => {
40510
40511
  init_parseDef();
40511
40512
  });
40512
40513
 
40513
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/set.js
40514
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/set.js
40514
40515
  var init_set = __esm(() => {
40515
40516
  init_parseDef();
40516
40517
  });
40517
40518
 
40518
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/tuple.js
40519
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/tuple.js
40519
40520
  var init_tuple = __esm(() => {
40520
40521
  init_parseDef();
40521
40522
  });
40522
40523
 
40523
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/undefined.js
40524
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/undefined.js
40524
40525
  var init_undefined = __esm(() => {
40525
40526
  init_any();
40526
40527
  });
40527
40528
 
40528
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/unknown.js
40529
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/unknown.js
40529
40530
  var init_unknown = __esm(() => {
40530
40531
  init_any();
40531
40532
  });
40532
40533
 
40533
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/readonly.js
40534
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parsers/readonly.js
40534
40535
  var init_readonly = __esm(() => {
40535
40536
  init_parseDef();
40536
40537
  });
40537
40538
 
40538
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/selectParser.js
40539
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/selectParser.js
40539
40540
  var init_selectParser = __esm(() => {
40540
40541
  init_any();
40541
40542
  init_array();
@@ -40564,24 +40565,24 @@ var init_selectParser = __esm(() => {
40564
40565
  init_readonly();
40565
40566
  });
40566
40567
 
40567
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parseDef.js
40568
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parseDef.js
40568
40569
  var init_parseDef = __esm(() => {
40569
40570
  init_Options();
40570
40571
  init_selectParser();
40571
40572
  init_any();
40572
40573
  });
40573
40574
 
40574
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parseTypes.js
40575
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/parseTypes.js
40575
40576
  var init_parseTypes = () => {};
40576
40577
 
40577
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/zodToJsonSchema.js
40578
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/zodToJsonSchema.js
40578
40579
  var init_zodToJsonSchema = __esm(() => {
40579
40580
  init_parseDef();
40580
40581
  init_Refs();
40581
40582
  init_any();
40582
40583
  });
40583
40584
 
40584
- // ../switchroom-sec-1417/node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/index.js
40585
+ // node_modules/.bun/zod-to-json-schema@3.25.2+27912429049419a2/node_modules/zod-to-json-schema/dist/esm/index.js
40585
40586
  var init_esm = __esm(() => {
40586
40587
  init_zodToJsonSchema();
40587
40588
  init_Options();
@@ -40617,7 +40618,7 @@ var init_esm = __esm(() => {
40617
40618
  init_zodToJsonSchema();
40618
40619
  });
40619
40620
 
40620
- // ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-json-schema-compat.js
40621
+ // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-json-schema-compat.js
40621
40622
  function getMethodLiteral(schema) {
40622
40623
  const shape = getObjectShape(schema);
40623
40624
  const methodSchema = shape?.method;
@@ -40642,7 +40643,7 @@ var init_zod_json_schema_compat = __esm(() => {
40642
40643
  init_esm();
40643
40644
  });
40644
40645
 
40645
- // ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.js
40646
+ // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.js
40646
40647
  class Protocol {
40647
40648
  constructor(_options) {
40648
40649
  this._options = _options;
@@ -41487,7 +41488,7 @@ var init_protocol4 = __esm(() => {
41487
41488
  init_zod_json_schema_compat();
41488
41489
  });
41489
41490
 
41490
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/code.js
41491
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/code.js
41491
41492
  var require_code = __commonJS((exports2) => {
41492
41493
  Object.defineProperty(exports2, "__esModule", { value: true });
41493
41494
  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;
@@ -41641,7 +41642,7 @@ var require_code = __commonJS((exports2) => {
41641
41642
  exports2.regexpCode = regexpCode;
41642
41643
  });
41643
41644
 
41644
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/scope.js
41645
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/scope.js
41645
41646
  var require_scope = __commonJS((exports2) => {
41646
41647
  Object.defineProperty(exports2, "__esModule", { value: true });
41647
41648
  exports2.ValueScope = exports2.ValueScopeName = exports2.Scope = exports2.varKinds = exports2.UsedValueState = undefined;
@@ -41787,7 +41788,7 @@ var require_scope = __commonJS((exports2) => {
41787
41788
  exports2.ValueScope = ValueScope;
41788
41789
  });
41789
41790
 
41790
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/index.js
41791
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/index.js
41791
41792
  var require_codegen = __commonJS((exports2) => {
41792
41793
  Object.defineProperty(exports2, "__esModule", { value: true });
41793
41794
  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;
@@ -42497,7 +42498,7 @@ var require_codegen = __commonJS((exports2) => {
42497
42498
  }
42498
42499
  });
42499
42500
 
42500
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/util.js
42501
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/util.js
42501
42502
  var require_util2 = __commonJS((exports2) => {
42502
42503
  Object.defineProperty(exports2, "__esModule", { value: true });
42503
42504
  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;
@@ -42661,7 +42662,7 @@ var require_util2 = __commonJS((exports2) => {
42661
42662
  exports2.checkStrictMode = checkStrictMode;
42662
42663
  });
42663
42664
 
42664
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/names.js
42665
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/names.js
42665
42666
  var require_names = __commonJS((exports2) => {
42666
42667
  Object.defineProperty(exports2, "__esModule", { value: true });
42667
42668
  var codegen_1 = require_codegen();
@@ -42686,7 +42687,7 @@ var require_names = __commonJS((exports2) => {
42686
42687
  exports2.default = names;
42687
42688
  });
42688
42689
 
42689
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/errors.js
42690
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/errors.js
42690
42691
  var require_errors2 = __commonJS((exports2) => {
42691
42692
  Object.defineProperty(exports2, "__esModule", { value: true });
42692
42693
  exports2.extendErrors = exports2.resetErrorsCount = exports2.reportExtraError = exports2.reportError = exports2.keyword$DataError = exports2.keywordError = undefined;
@@ -42804,7 +42805,7 @@ var require_errors2 = __commonJS((exports2) => {
42804
42805
  }
42805
42806
  });
42806
42807
 
42807
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/boolSchema.js
42808
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/boolSchema.js
42808
42809
  var require_boolSchema = __commonJS((exports2) => {
42809
42810
  Object.defineProperty(exports2, "__esModule", { value: true });
42810
42811
  exports2.boolOrEmptySchema = exports2.topBoolOrEmptySchema = undefined;
@@ -42852,7 +42853,7 @@ var require_boolSchema = __commonJS((exports2) => {
42852
42853
  }
42853
42854
  });
42854
42855
 
42855
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/rules.js
42856
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/rules.js
42856
42857
  var require_rules = __commonJS((exports2) => {
42857
42858
  Object.defineProperty(exports2, "__esModule", { value: true });
42858
42859
  exports2.getRules = exports2.isJSONType = undefined;
@@ -42880,7 +42881,7 @@ var require_rules = __commonJS((exports2) => {
42880
42881
  exports2.getRules = getRules;
42881
42882
  });
42882
42883
 
42883
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/applicability.js
42884
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/applicability.js
42884
42885
  var require_applicability = __commonJS((exports2) => {
42885
42886
  Object.defineProperty(exports2, "__esModule", { value: true });
42886
42887
  exports2.shouldUseRule = exports2.shouldUseGroup = exports2.schemaHasRulesForType = undefined;
@@ -42900,7 +42901,7 @@ var require_applicability = __commonJS((exports2) => {
42900
42901
  exports2.shouldUseRule = shouldUseRule;
42901
42902
  });
42902
42903
 
42903
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/dataType.js
42904
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/dataType.js
42904
42905
  var require_dataType = __commonJS((exports2) => {
42905
42906
  Object.defineProperty(exports2, "__esModule", { value: true });
42906
42907
  exports2.reportTypeError = exports2.checkDataTypes = exports2.checkDataType = exports2.coerceAndCheckDataType = exports2.getJSONTypes = exports2.getSchemaTypes = exports2.DataType = undefined;
@@ -43081,7 +43082,7 @@ var require_dataType = __commonJS((exports2) => {
43081
43082
  }
43082
43083
  });
43083
43084
 
43084
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/defaults.js
43085
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/defaults.js
43085
43086
  var require_defaults = __commonJS((exports2) => {
43086
43087
  Object.defineProperty(exports2, "__esModule", { value: true });
43087
43088
  exports2.assignDefaults = undefined;
@@ -43115,7 +43116,7 @@ var require_defaults = __commonJS((exports2) => {
43115
43116
  }
43116
43117
  });
43117
43118
 
43118
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/code.js
43119
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/code.js
43119
43120
  var require_code2 = __commonJS((exports2) => {
43120
43121
  Object.defineProperty(exports2, "__esModule", { value: true });
43121
43122
  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;
@@ -43244,7 +43245,7 @@ var require_code2 = __commonJS((exports2) => {
43244
43245
  exports2.validateUnion = validateUnion;
43245
43246
  });
43246
43247
 
43247
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/keyword.js
43248
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/keyword.js
43248
43249
  var require_keyword = __commonJS((exports2) => {
43249
43250
  Object.defineProperty(exports2, "__esModule", { value: true });
43250
43251
  exports2.validateKeywordUsage = exports2.validSchemaType = exports2.funcKeywordCode = exports2.macroKeywordCode = undefined;
@@ -43359,7 +43360,7 @@ var require_keyword = __commonJS((exports2) => {
43359
43360
  exports2.validateKeywordUsage = validateKeywordUsage;
43360
43361
  });
43361
43362
 
43362
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/subschema.js
43363
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/subschema.js
43363
43364
  var require_subschema = __commonJS((exports2) => {
43364
43365
  Object.defineProperty(exports2, "__esModule", { value: true });
43365
43366
  exports2.extendSubschemaMode = exports2.extendSubschemaData = exports2.getSubschema = undefined;
@@ -43439,7 +43440,7 @@ var require_subschema = __commonJS((exports2) => {
43439
43440
  exports2.extendSubschemaMode = extendSubschemaMode;
43440
43441
  });
43441
43442
 
43442
- // ../switchroom-sec-1417/node_modules/.bun/fast-deep-equal@3.1.3/node_modules/fast-deep-equal/index.js
43443
+ // node_modules/.bun/fast-deep-equal@3.1.3/node_modules/fast-deep-equal/index.js
43443
43444
  var require_fast_deep_equal = __commonJS((exports2, module) => {
43444
43445
  module.exports = function equal(a, b) {
43445
43446
  if (a === b)
@@ -43481,7 +43482,7 @@ var require_fast_deep_equal = __commonJS((exports2, module) => {
43481
43482
  };
43482
43483
  });
43483
43484
 
43484
- // ../switchroom-sec-1417/node_modules/.bun/json-schema-traverse@1.0.0/node_modules/json-schema-traverse/index.js
43485
+ // node_modules/.bun/json-schema-traverse@1.0.0/node_modules/json-schema-traverse/index.js
43485
43486
  var require_json_schema_traverse = __commonJS((exports2, module) => {
43486
43487
  var traverse = module.exports = function(schema, opts, cb) {
43487
43488
  if (typeof opts == "function") {
@@ -43564,7 +43565,7 @@ var require_json_schema_traverse = __commonJS((exports2, module) => {
43564
43565
  }
43565
43566
  });
43566
43567
 
43567
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/resolve.js
43568
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/resolve.js
43568
43569
  var require_resolve = __commonJS((exports2) => {
43569
43570
  Object.defineProperty(exports2, "__esModule", { value: true });
43570
43571
  exports2.getSchemaRefs = exports2.resolveUrl = exports2.normalizeId = exports2._getFullPath = exports2.getFullPath = exports2.inlineRef = undefined;
@@ -43717,7 +43718,7 @@ var require_resolve = __commonJS((exports2) => {
43717
43718
  exports2.getSchemaRefs = getSchemaRefs;
43718
43719
  });
43719
43720
 
43720
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/index.js
43721
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/validate/index.js
43721
43722
  var require_validate = __commonJS((exports2) => {
43722
43723
  Object.defineProperty(exports2, "__esModule", { value: true });
43723
43724
  exports2.getData = exports2.KeywordCxt = exports2.validateFunctionCode = undefined;
@@ -44222,7 +44223,7 @@ var require_validate = __commonJS((exports2) => {
44222
44223
  exports2.getData = getData;
44223
44224
  });
44224
44225
 
44225
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/validation_error.js
44226
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/validation_error.js
44226
44227
  var require_validation_error = __commonJS((exports2) => {
44227
44228
  Object.defineProperty(exports2, "__esModule", { value: true });
44228
44229
 
@@ -44236,7 +44237,7 @@ var require_validation_error = __commonJS((exports2) => {
44236
44237
  exports2.default = ValidationError;
44237
44238
  });
44238
44239
 
44239
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/ref_error.js
44240
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/ref_error.js
44240
44241
  var require_ref_error = __commonJS((exports2) => {
44241
44242
  Object.defineProperty(exports2, "__esModule", { value: true });
44242
44243
  var resolve_1 = require_resolve();
@@ -44251,7 +44252,7 @@ var require_ref_error = __commonJS((exports2) => {
44251
44252
  exports2.default = MissingRefError;
44252
44253
  });
44253
44254
 
44254
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/index.js
44255
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/compile/index.js
44255
44256
  var require_compile = __commonJS((exports2) => {
44256
44257
  Object.defineProperty(exports2, "__esModule", { value: true });
44257
44258
  exports2.resolveSchema = exports2.getCompilingSchema = exports2.resolveRef = exports2.compileSchema = exports2.SchemaEnv = undefined;
@@ -44472,7 +44473,7 @@ var require_compile = __commonJS((exports2) => {
44472
44473
  }
44473
44474
  });
44474
44475
 
44475
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/refs/data.json
44476
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/refs/data.json
44476
44477
  var require_data = __commonJS((exports2, module) => {
44477
44478
  module.exports = {
44478
44479
  $id: "https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",
@@ -44489,7 +44490,7 @@ var require_data = __commonJS((exports2, module) => {
44489
44490
  };
44490
44491
  });
44491
44492
 
44492
- // ../switchroom-sec-1417/node_modules/.bun/fast-uri@3.1.0/node_modules/fast-uri/lib/utils.js
44493
+ // node_modules/.bun/fast-uri@3.1.0/node_modules/fast-uri/lib/utils.js
44493
44494
  var require_utils2 = __commonJS((exports2, module) => {
44494
44495
  var isUUID = RegExp.prototype.test.bind(/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu);
44495
44496
  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);
@@ -44744,7 +44745,7 @@ var require_utils2 = __commonJS((exports2, module) => {
44744
44745
  };
44745
44746
  });
44746
44747
 
44747
- // ../switchroom-sec-1417/node_modules/.bun/fast-uri@3.1.0/node_modules/fast-uri/lib/schemes.js
44748
+ // node_modules/.bun/fast-uri@3.1.0/node_modules/fast-uri/lib/schemes.js
44748
44749
  var require_schemes = __commonJS((exports2, module) => {
44749
44750
  var { isUUID } = require_utils2();
44750
44751
  var URN_REG = /([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu;
@@ -44918,7 +44919,7 @@ var require_schemes = __commonJS((exports2, module) => {
44918
44919
  };
44919
44920
  });
44920
44921
 
44921
- // ../switchroom-sec-1417/node_modules/.bun/fast-uri@3.1.0/node_modules/fast-uri/index.js
44922
+ // node_modules/.bun/fast-uri@3.1.0/node_modules/fast-uri/index.js
44922
44923
  var require_fast_uri = __commonJS((exports2, module) => {
44923
44924
  var { normalizeIPv6, removeDotSegments, recomposeAuthority, normalizeComponentEncoding, isIPv4, nonSimpleDomain } = require_utils2();
44924
44925
  var { SCHEMES, getSchemeHandler } = require_schemes();
@@ -45169,7 +45170,7 @@ var require_fast_uri = __commonJS((exports2, module) => {
45169
45170
  module.exports.fastUri = fastUri;
45170
45171
  });
45171
45172
 
45172
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/uri.js
45173
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/uri.js
45173
45174
  var require_uri = __commonJS((exports2) => {
45174
45175
  Object.defineProperty(exports2, "__esModule", { value: true });
45175
45176
  var uri = require_fast_uri();
@@ -45177,7 +45178,7 @@ var require_uri = __commonJS((exports2) => {
45177
45178
  exports2.default = uri;
45178
45179
  });
45179
45180
 
45180
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/core.js
45181
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/core.js
45181
45182
  var require_core = __commonJS((exports2) => {
45182
45183
  Object.defineProperty(exports2, "__esModule", { value: true });
45183
45184
  exports2.CodeGen = exports2.Name = exports2.nil = exports2.stringify = exports2.str = exports2._ = exports2.KeywordCxt = undefined;
@@ -45770,7 +45771,7 @@ var require_core = __commonJS((exports2) => {
45770
45771
  }
45771
45772
  });
45772
45773
 
45773
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/core/id.js
45774
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/core/id.js
45774
45775
  var require_id = __commonJS((exports2) => {
45775
45776
  Object.defineProperty(exports2, "__esModule", { value: true });
45776
45777
  var def = {
@@ -45782,7 +45783,7 @@ var require_id = __commonJS((exports2) => {
45782
45783
  exports2.default = def;
45783
45784
  });
45784
45785
 
45785
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/core/ref.js
45786
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/core/ref.js
45786
45787
  var require_ref = __commonJS((exports2) => {
45787
45788
  Object.defineProperty(exports2, "__esModule", { value: true });
45788
45789
  exports2.callRef = exports2.getValidate = undefined;
@@ -45901,7 +45902,7 @@ var require_ref = __commonJS((exports2) => {
45901
45902
  exports2.default = def;
45902
45903
  });
45903
45904
 
45904
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/core/index.js
45905
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/core/index.js
45905
45906
  var require_core2 = __commonJS((exports2) => {
45906
45907
  Object.defineProperty(exports2, "__esModule", { value: true });
45907
45908
  var id_1 = require_id();
@@ -45919,7 +45920,7 @@ var require_core2 = __commonJS((exports2) => {
45919
45920
  exports2.default = core2;
45920
45921
  });
45921
45922
 
45922
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitNumber.js
45923
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitNumber.js
45923
45924
  var require_limitNumber = __commonJS((exports2) => {
45924
45925
  Object.defineProperty(exports2, "__esModule", { value: true });
45925
45926
  var codegen_1 = require_codegen();
@@ -45948,7 +45949,7 @@ var require_limitNumber = __commonJS((exports2) => {
45948
45949
  exports2.default = def;
45949
45950
  });
45950
45951
 
45951
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/multipleOf.js
45952
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/multipleOf.js
45952
45953
  var require_multipleOf = __commonJS((exports2) => {
45953
45954
  Object.defineProperty(exports2, "__esModule", { value: true });
45954
45955
  var codegen_1 = require_codegen();
@@ -45973,7 +45974,7 @@ var require_multipleOf = __commonJS((exports2) => {
45973
45974
  exports2.default = def;
45974
45975
  });
45975
45976
 
45976
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/ucs2length.js
45977
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/ucs2length.js
45977
45978
  var require_ucs2length = __commonJS((exports2) => {
45978
45979
  Object.defineProperty(exports2, "__esModule", { value: true });
45979
45980
  function ucs2length(str) {
@@ -45996,7 +45997,7 @@ var require_ucs2length = __commonJS((exports2) => {
45996
45997
  ucs2length.code = 'require("ajv/dist/runtime/ucs2length").default';
45997
45998
  });
45998
45999
 
45999
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitLength.js
46000
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitLength.js
46000
46001
  var require_limitLength = __commonJS((exports2) => {
46001
46002
  Object.defineProperty(exports2, "__esModule", { value: true });
46002
46003
  var codegen_1 = require_codegen();
@@ -46025,7 +46026,7 @@ var require_limitLength = __commonJS((exports2) => {
46025
46026
  exports2.default = def;
46026
46027
  });
46027
46028
 
46028
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/pattern.js
46029
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/pattern.js
46029
46030
  var require_pattern = __commonJS((exports2) => {
46030
46031
  Object.defineProperty(exports2, "__esModule", { value: true });
46031
46032
  var code_1 = require_code2();
@@ -46059,7 +46060,7 @@ var require_pattern = __commonJS((exports2) => {
46059
46060
  exports2.default = def;
46060
46061
  });
46061
46062
 
46062
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitProperties.js
46063
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitProperties.js
46063
46064
  var require_limitProperties = __commonJS((exports2) => {
46064
46065
  Object.defineProperty(exports2, "__esModule", { value: true });
46065
46066
  var codegen_1 = require_codegen();
@@ -46085,7 +46086,7 @@ var require_limitProperties = __commonJS((exports2) => {
46085
46086
  exports2.default = def;
46086
46087
  });
46087
46088
 
46088
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/required.js
46089
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/required.js
46089
46090
  var require_required = __commonJS((exports2) => {
46090
46091
  Object.defineProperty(exports2, "__esModule", { value: true });
46091
46092
  var code_1 = require_code2();
@@ -46164,7 +46165,7 @@ var require_required = __commonJS((exports2) => {
46164
46165
  exports2.default = def;
46165
46166
  });
46166
46167
 
46167
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitItems.js
46168
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitItems.js
46168
46169
  var require_limitItems = __commonJS((exports2) => {
46169
46170
  Object.defineProperty(exports2, "__esModule", { value: true });
46170
46171
  var codegen_1 = require_codegen();
@@ -46190,7 +46191,7 @@ var require_limitItems = __commonJS((exports2) => {
46190
46191
  exports2.default = def;
46191
46192
  });
46192
46193
 
46193
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/equal.js
46194
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/runtime/equal.js
46194
46195
  var require_equal = __commonJS((exports2) => {
46195
46196
  Object.defineProperty(exports2, "__esModule", { value: true });
46196
46197
  var equal = require_fast_deep_equal();
@@ -46198,7 +46199,7 @@ var require_equal = __commonJS((exports2) => {
46198
46199
  exports2.default = equal;
46199
46200
  });
46200
46201
 
46201
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js
46202
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js
46202
46203
  var require_uniqueItems = __commonJS((exports2) => {
46203
46204
  Object.defineProperty(exports2, "__esModule", { value: true });
46204
46205
  var dataType_1 = require_dataType();
@@ -46262,7 +46263,7 @@ var require_uniqueItems = __commonJS((exports2) => {
46262
46263
  exports2.default = def;
46263
46264
  });
46264
46265
 
46265
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/const.js
46266
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/const.js
46266
46267
  var require_const = __commonJS((exports2) => {
46267
46268
  Object.defineProperty(exports2, "__esModule", { value: true });
46268
46269
  var codegen_1 = require_codegen();
@@ -46288,7 +46289,7 @@ var require_const = __commonJS((exports2) => {
46288
46289
  exports2.default = def;
46289
46290
  });
46290
46291
 
46291
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/enum.js
46292
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/enum.js
46292
46293
  var require_enum = __commonJS((exports2) => {
46293
46294
  Object.defineProperty(exports2, "__esModule", { value: true });
46294
46295
  var codegen_1 = require_codegen();
@@ -46334,7 +46335,7 @@ var require_enum = __commonJS((exports2) => {
46334
46335
  exports2.default = def;
46335
46336
  });
46336
46337
 
46337
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/index.js
46338
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/index.js
46338
46339
  var require_validation = __commonJS((exports2) => {
46339
46340
  Object.defineProperty(exports2, "__esModule", { value: true });
46340
46341
  var limitNumber_1 = require_limitNumber();
@@ -46364,7 +46365,7 @@ var require_validation = __commonJS((exports2) => {
46364
46365
  exports2.default = validation;
46365
46366
  });
46366
46367
 
46367
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js
46368
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js
46368
46369
  var require_additionalItems = __commonJS((exports2) => {
46369
46370
  Object.defineProperty(exports2, "__esModule", { value: true });
46370
46371
  exports2.validateAdditionalItems = undefined;
@@ -46414,7 +46415,7 @@ var require_additionalItems = __commonJS((exports2) => {
46414
46415
  exports2.default = def;
46415
46416
  });
46416
46417
 
46417
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/items.js
46418
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/items.js
46418
46419
  var require_items = __commonJS((exports2) => {
46419
46420
  Object.defineProperty(exports2, "__esModule", { value: true });
46420
46421
  exports2.validateTuple = undefined;
@@ -46468,7 +46469,7 @@ var require_items = __commonJS((exports2) => {
46468
46469
  exports2.default = def;
46469
46470
  });
46470
46471
 
46471
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js
46472
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js
46472
46473
  var require_prefixItems = __commonJS((exports2) => {
46473
46474
  Object.defineProperty(exports2, "__esModule", { value: true });
46474
46475
  var items_1 = require_items();
@@ -46482,7 +46483,7 @@ var require_prefixItems = __commonJS((exports2) => {
46482
46483
  exports2.default = def;
46483
46484
  });
46484
46485
 
46485
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/items2020.js
46486
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/items2020.js
46486
46487
  var require_items2020 = __commonJS((exports2) => {
46487
46488
  Object.defineProperty(exports2, "__esModule", { value: true });
46488
46489
  var codegen_1 = require_codegen();
@@ -46514,7 +46515,7 @@ var require_items2020 = __commonJS((exports2) => {
46514
46515
  exports2.default = def;
46515
46516
  });
46516
46517
 
46517
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/contains.js
46518
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/contains.js
46518
46519
  var require_contains = __commonJS((exports2) => {
46519
46520
  Object.defineProperty(exports2, "__esModule", { value: true });
46520
46521
  var codegen_1 = require_codegen();
@@ -46605,7 +46606,7 @@ var require_contains = __commonJS((exports2) => {
46605
46606
  exports2.default = def;
46606
46607
  });
46607
46608
 
46608
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/dependencies.js
46609
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/dependencies.js
46609
46610
  var require_dependencies = __commonJS((exports2) => {
46610
46611
  Object.defineProperty(exports2, "__esModule", { value: true });
46611
46612
  exports2.validateSchemaDeps = exports2.validatePropertyDeps = exports2.error = undefined;
@@ -46690,7 +46691,7 @@ var require_dependencies = __commonJS((exports2) => {
46690
46691
  exports2.default = def;
46691
46692
  });
46692
46693
 
46693
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js
46694
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js
46694
46695
  var require_propertyNames = __commonJS((exports2) => {
46695
46696
  Object.defineProperty(exports2, "__esModule", { value: true });
46696
46697
  var codegen_1 = require_codegen();
@@ -46730,7 +46731,7 @@ var require_propertyNames = __commonJS((exports2) => {
46730
46731
  exports2.default = def;
46731
46732
  });
46732
46733
 
46733
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js
46734
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js
46734
46735
  var require_additionalProperties = __commonJS((exports2) => {
46735
46736
  Object.defineProperty(exports2, "__esModule", { value: true });
46736
46737
  var code_1 = require_code2();
@@ -46833,7 +46834,7 @@ var require_additionalProperties = __commonJS((exports2) => {
46833
46834
  exports2.default = def;
46834
46835
  });
46835
46836
 
46836
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/properties.js
46837
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/properties.js
46837
46838
  var require_properties = __commonJS((exports2) => {
46838
46839
  Object.defineProperty(exports2, "__esModule", { value: true });
46839
46840
  var validate_1 = require_validate();
@@ -46888,7 +46889,7 @@ var require_properties = __commonJS((exports2) => {
46888
46889
  exports2.default = def;
46889
46890
  });
46890
46891
 
46891
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js
46892
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js
46892
46893
  var require_patternProperties = __commonJS((exports2) => {
46893
46894
  Object.defineProperty(exports2, "__esModule", { value: true });
46894
46895
  var code_1 = require_code2();
@@ -46959,7 +46960,7 @@ var require_patternProperties = __commonJS((exports2) => {
46959
46960
  exports2.default = def;
46960
46961
  });
46961
46962
 
46962
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/not.js
46963
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/not.js
46963
46964
  var require_not = __commonJS((exports2) => {
46964
46965
  Object.defineProperty(exports2, "__esModule", { value: true });
46965
46966
  var util_1 = require_util2();
@@ -46987,7 +46988,7 @@ var require_not = __commonJS((exports2) => {
46987
46988
  exports2.default = def;
46988
46989
  });
46989
46990
 
46990
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/anyOf.js
46991
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/anyOf.js
46991
46992
  var require_anyOf = __commonJS((exports2) => {
46992
46993
  Object.defineProperty(exports2, "__esModule", { value: true });
46993
46994
  var code_1 = require_code2();
@@ -47001,7 +47002,7 @@ var require_anyOf = __commonJS((exports2) => {
47001
47002
  exports2.default = def;
47002
47003
  });
47003
47004
 
47004
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/oneOf.js
47005
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/oneOf.js
47005
47006
  var require_oneOf = __commonJS((exports2) => {
47006
47007
  Object.defineProperty(exports2, "__esModule", { value: true });
47007
47008
  var codegen_1 = require_codegen();
@@ -47056,7 +47057,7 @@ var require_oneOf = __commonJS((exports2) => {
47056
47057
  exports2.default = def;
47057
47058
  });
47058
47059
 
47059
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/allOf.js
47060
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/allOf.js
47060
47061
  var require_allOf = __commonJS((exports2) => {
47061
47062
  Object.defineProperty(exports2, "__esModule", { value: true });
47062
47063
  var util_1 = require_util2();
@@ -47080,7 +47081,7 @@ var require_allOf = __commonJS((exports2) => {
47080
47081
  exports2.default = def;
47081
47082
  });
47082
47083
 
47083
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/if.js
47084
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/if.js
47084
47085
  var require_if2 = __commonJS((exports2) => {
47085
47086
  Object.defineProperty(exports2, "__esModule", { value: true });
47086
47087
  var codegen_1 = require_codegen();
@@ -47146,7 +47147,7 @@ var require_if2 = __commonJS((exports2) => {
47146
47147
  exports2.default = def;
47147
47148
  });
47148
47149
 
47149
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/thenElse.js
47150
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/thenElse.js
47150
47151
  var require_thenElse = __commonJS((exports2) => {
47151
47152
  Object.defineProperty(exports2, "__esModule", { value: true });
47152
47153
  var util_1 = require_util2();
@@ -47161,7 +47162,7 @@ var require_thenElse = __commonJS((exports2) => {
47161
47162
  exports2.default = def;
47162
47163
  });
47163
47164
 
47164
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/index.js
47165
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/index.js
47165
47166
  var require_applicator = __commonJS((exports2) => {
47166
47167
  Object.defineProperty(exports2, "__esModule", { value: true });
47167
47168
  var additionalItems_1 = require_additionalItems();
@@ -47204,7 +47205,7 @@ var require_applicator = __commonJS((exports2) => {
47204
47205
  exports2.default = getApplicator;
47205
47206
  });
47206
47207
 
47207
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/format/format.js
47208
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/format/format.js
47208
47209
  var require_format = __commonJS((exports2) => {
47209
47210
  Object.defineProperty(exports2, "__esModule", { value: true });
47210
47211
  var codegen_1 = require_codegen();
@@ -47291,7 +47292,7 @@ var require_format = __commonJS((exports2) => {
47291
47292
  exports2.default = def;
47292
47293
  });
47293
47294
 
47294
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/format/index.js
47295
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/format/index.js
47295
47296
  var require_format2 = __commonJS((exports2) => {
47296
47297
  Object.defineProperty(exports2, "__esModule", { value: true });
47297
47298
  var format_1 = require_format();
@@ -47299,7 +47300,7 @@ var require_format2 = __commonJS((exports2) => {
47299
47300
  exports2.default = format;
47300
47301
  });
47301
47302
 
47302
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/metadata.js
47303
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/metadata.js
47303
47304
  var require_metadata = __commonJS((exports2) => {
47304
47305
  Object.defineProperty(exports2, "__esModule", { value: true });
47305
47306
  exports2.contentVocabulary = exports2.metadataVocabulary = undefined;
@@ -47319,7 +47320,7 @@ var require_metadata = __commonJS((exports2) => {
47319
47320
  ];
47320
47321
  });
47321
47322
 
47322
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/draft7.js
47323
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/draft7.js
47323
47324
  var require_draft7 = __commonJS((exports2) => {
47324
47325
  Object.defineProperty(exports2, "__esModule", { value: true });
47325
47326
  var core_1 = require_core2();
@@ -47338,7 +47339,7 @@ var require_draft7 = __commonJS((exports2) => {
47338
47339
  exports2.default = draft7Vocabularies;
47339
47340
  });
47340
47341
 
47341
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/discriminator/types.js
47342
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/discriminator/types.js
47342
47343
  var require_types = __commonJS((exports2) => {
47343
47344
  Object.defineProperty(exports2, "__esModule", { value: true });
47344
47345
  exports2.DiscrError = undefined;
@@ -47349,7 +47350,7 @@ var require_types = __commonJS((exports2) => {
47349
47350
  })(DiscrError || (exports2.DiscrError = DiscrError = {}));
47350
47351
  });
47351
47352
 
47352
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/discriminator/index.js
47353
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/vocabularies/discriminator/index.js
47353
47354
  var require_discriminator = __commonJS((exports2) => {
47354
47355
  Object.defineProperty(exports2, "__esModule", { value: true });
47355
47356
  var codegen_1 = require_codegen();
@@ -47451,7 +47452,7 @@ var require_discriminator = __commonJS((exports2) => {
47451
47452
  exports2.default = def;
47452
47453
  });
47453
47454
 
47454
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/refs/json-schema-draft-07.json
47455
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/refs/json-schema-draft-07.json
47455
47456
  var require_json_schema_draft_07 = __commonJS((exports2, module) => {
47456
47457
  module.exports = {
47457
47458
  $schema: "http://json-schema.org/draft-07/schema#",
@@ -47606,7 +47607,7 @@ var require_json_schema_draft_07 = __commonJS((exports2, module) => {
47606
47607
  };
47607
47608
  });
47608
47609
 
47609
- // ../switchroom-sec-1417/node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/ajv.js
47610
+ // node_modules/.bun/ajv@8.18.0/node_modules/ajv/dist/ajv.js
47610
47611
  var require_ajv = __commonJS((exports2, module) => {
47611
47612
  Object.defineProperty(exports2, "__esModule", { value: true });
47612
47613
  exports2.MissingRefError = exports2.ValidationError = exports2.CodeGen = exports2.Name = exports2.nil = exports2.stringify = exports2.str = exports2._ = exports2.KeywordCxt = exports2.Ajv = undefined;
@@ -47674,7 +47675,7 @@ var require_ajv = __commonJS((exports2, module) => {
47674
47675
  } });
47675
47676
  });
47676
47677
 
47677
- // ../switchroom-sec-1417/node_modules/.bun/ajv-formats@3.0.1/node_modules/ajv-formats/dist/formats.js
47678
+ // node_modules/.bun/ajv-formats@3.0.1/node_modules/ajv-formats/dist/formats.js
47678
47679
  var require_formats = __commonJS((exports2) => {
47679
47680
  Object.defineProperty(exports2, "__esModule", { value: true });
47680
47681
  exports2.formatNames = exports2.fastFormats = exports2.fullFormats = undefined;
@@ -47851,7 +47852,7 @@ var require_formats = __commonJS((exports2) => {
47851
47852
  }
47852
47853
  });
47853
47854
 
47854
- // ../switchroom-sec-1417/node_modules/.bun/ajv-formats@3.0.1/node_modules/ajv-formats/dist/limit.js
47855
+ // node_modules/.bun/ajv-formats@3.0.1/node_modules/ajv-formats/dist/limit.js
47855
47856
  var require_limit = __commonJS((exports2) => {
47856
47857
  Object.defineProperty(exports2, "__esModule", { value: true });
47857
47858
  exports2.formatLimitDefinition = undefined;
@@ -47920,7 +47921,7 @@ var require_limit = __commonJS((exports2) => {
47920
47921
  exports2.default = formatLimitPlugin;
47921
47922
  });
47922
47923
 
47923
- // ../switchroom-sec-1417/node_modules/.bun/ajv-formats@3.0.1/node_modules/ajv-formats/dist/index.js
47924
+ // node_modules/.bun/ajv-formats@3.0.1/node_modules/ajv-formats/dist/index.js
47924
47925
  var require_dist2 = __commonJS((exports2, module) => {
47925
47926
  Object.defineProperty(exports2, "__esModule", { value: true });
47926
47927
  var formats_1 = require_formats();
@@ -47959,7 +47960,7 @@ var require_dist2 = __commonJS((exports2, module) => {
47959
47960
  exports2.default = formatsPlugin;
47960
47961
  });
47961
47962
 
47962
- // ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.js
47963
+ // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.js
47963
47964
  function createDefaultAjvInstance() {
47964
47965
  const ajv = new import_ajv.default({
47965
47966
  strict: false,
@@ -48002,7 +48003,7 @@ var init_ajv_provider = __esm(() => {
48002
48003
  import_ajv_formats = __toESM(require_dist2(), 1);
48003
48004
  });
48004
48005
 
48005
- // ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/server.js
48006
+ // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/server.js
48006
48007
  class ExperimentalServerTasks {
48007
48008
  constructor(_server) {
48008
48009
  this._server = _server;
@@ -48083,7 +48084,7 @@ var init_server = __esm(() => {
48083
48084
  init_types2();
48084
48085
  });
48085
48086
 
48086
- // ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/helpers.js
48087
+ // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/helpers.js
48087
48088
  function assertToolsCallTaskCapability(requests, method, entityName) {
48088
48089
  if (!requests) {
48089
48090
  throw new Error(`${entityName} does not support task creation (required for ${method})`);
@@ -48118,7 +48119,7 @@ function assertClientRequestTaskCapability(requests, method, entityName) {
48118
48119
  }
48119
48120
  }
48120
48121
 
48121
- // ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.js
48122
+ // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.js
48122
48123
  var Server;
48123
48124
  var init_server2 = __esm(() => {
48124
48125
  init_protocol4();
@@ -48459,7 +48460,7 @@ var init_server2 = __esm(() => {
48459
48460
  };
48460
48461
  });
48461
48462
 
48462
- // ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.js
48463
+ // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.js
48463
48464
  class ReadBuffer {
48464
48465
  append(chunk2) {
48465
48466
  this._buffer = this._buffer ? Buffer.concat([this._buffer, chunk2]) : chunk2;
@@ -48492,7 +48493,7 @@ var init_stdio = __esm(() => {
48492
48493
  init_types2();
48493
48494
  });
48494
48495
 
48495
- // ../switchroom-sec-1417/node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.js
48496
+ // node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.js
48496
48497
  import process3 from "node:process";
48497
48498
 
48498
48499
  class StdioServerTransport {
@@ -49421,7 +49422,7 @@ var init_server4 = __esm(() => {
49421
49422
  ];
49422
49423
  });
49423
49424
 
49424
- // ../switchroom-sec-1417/node_modules/.bun/commander@13.1.0/node_modules/commander/esm.mjs
49425
+ // node_modules/.bun/commander@13.1.0/node_modules/commander/esm.mjs
49425
49426
  var import__ = __toESM(require_commander(), 1);
49426
49427
  var {
49427
49428
  program,
@@ -49438,8 +49439,8 @@ var {
49438
49439
  } = import__.default;
49439
49440
 
49440
49441
  // src/build-info.ts
49441
- var VERSION = "0.14.34";
49442
- var COMMIT_SHA = "05829ce8";
49442
+ var VERSION = "0.14.35";
49443
+ var COMMIT_SHA = "7ac06aea";
49443
49444
 
49444
49445
  // src/cli/agent.ts
49445
49446
  init_source();
@@ -50341,6 +50342,22 @@ If you genuinely need WebFetch back for one agent (e.g. a workflow
50341
50342
  that depends on its specific output shape), set \`mcp_servers.webkite:
50342
50343
  false\` in that agent's switchroom.yaml block \u2014 webkite goes away
50343
50344
  and the native tools come back together.`;
50345
+ var VAULT_GUIDANCE = `## Secrets in the vault \u2014 discover, don't guess
50346
+
50347
+ Your API keys and credentials live in the Switchroom vault. For normal
50348
+ MCP-tool work they're injected by the launchers and you never touch the
50349
+ raw values. When a task needs a secret directly (a direct API call an
50350
+ MCP tool has no verb for), read it with \`switchroom vault get <key>\`.
50351
+
50352
+ **Never guess a key name.** Run \`switchroom vault list\` to see the
50353
+ exact keys you already hold \u2014 they're usually namespaced \`<you>/...\`
50354
+ (e.g. \`marko/postiz-api-key\`, not \`postiz/api-key\`). Use the real
50355
+ name from that list.
50356
+
50357
+ Only call the \`vault_request_access\` MCP tool \u2014 which pings the
50358
+ operator for a Telegram approval \u2014 for a key you've **confirmed via
50359
+ \`vault list\` you don't already have.** Requesting access to a guessed
50360
+ or already-held key wastes the operator's tap and fails.`;
50344
50361
  function renderFleetInvariants() {
50345
50362
  return [
50346
50363
  "<!--",
@@ -50365,6 +50382,8 @@ function renderFleetInvariants() {
50365
50382
  MEMORY_GUIDANCE,
50366
50383
  "",
50367
50384
  WEB_FETCH_GUIDANCE,
50385
+ "",
50386
+ VAULT_GUIDANCE,
50368
50387
  ""
50369
50388
  ].join(`
50370
50389
  `);
@@ -59006,6 +59025,26 @@ function scrubSqlite(path, values, dryRun) {
59006
59025
  // src/cli/vault.ts
59007
59026
  init_client();
59008
59027
 
59028
+ // src/cli/vault-key-suggest.ts
59029
+ function tokenize(key) {
59030
+ return key.toLowerCase().split(/[/\-_.]+/).filter((t) => t.length > 0);
59031
+ }
59032
+ function suggestVaultKeys(requested, available, max = 3) {
59033
+ const want = new Set(tokenize(requested));
59034
+ if (want.size === 0)
59035
+ return [];
59036
+ const scored = available.map((key) => {
59037
+ const have = new Set(tokenize(key));
59038
+ let shared = 0;
59039
+ for (const t of have)
59040
+ if (want.has(t))
59041
+ shared++;
59042
+ const diff = want.size + have.size - 2 * shared;
59043
+ return { key, shared, diff };
59044
+ }).filter((c) => c.shared > 0 && c.key !== requested).sort((a, b) => b.shared - a.shared || a.diff - b.diff);
59045
+ return scored.slice(0, max).map((c) => c.key);
59046
+ }
59047
+
59009
59048
  // src/cli/vault-broker.ts
59010
59049
  init_loader();
59011
59050
  init_loader();
@@ -59438,7 +59477,7 @@ function createAuditLogger(opts = {}) {
59438
59477
  // src/vault/grants.ts
59439
59478
  import { randomBytes as randomBytes8 } from "node:crypto";
59440
59479
 
59441
- // ../switchroom-sec-1417/node_modules/.bun/bcryptjs@3.0.3/node_modules/bcryptjs/index.js
59480
+ // node_modules/.bun/bcryptjs@3.0.3/node_modules/bcryptjs/index.js
59442
59481
  import nodeCrypto from "crypto";
59443
59482
  var randomFallback = null;
59444
59483
  function randomBytes7(len) {
@@ -61303,9 +61342,20 @@ function migrateApprovalSchema(db) {
61303
61342
  approver_set_canonical TEXT NOT NULL,
61304
61343
  last_used_at INTEGER,
61305
61344
  revoked_at INTEGER,
61306
- revoke_reason TEXT
61345
+ revoke_reason TEXT,
61346
+ -- Provenance of the operator-authorization (RFC vault-approval-hard-
61347
+ -- boundary). 'agent': recorded on a per-agent socket \u2014 claude shares
61348
+ -- that socket, so it is FORGEABLE and must NOT be trusted as proof an
61349
+ -- operator tapped. 'operator': recorded via the host-side verifier on a
61350
+ -- claude-unreachable channel \u2014 the only value the broker's mint gate
61351
+ -- trusts. Default 'agent' (fail-closed for the new gate).
61352
+ origin TEXT NOT NULL DEFAULT 'agent'
61307
61353
  )
61308
61354
  `);
61355
+ const decisionCols = db.query("PRAGMA table_info(approval_decisions)").all();
61356
+ if (!decisionCols.some((c) => c.name === "origin")) {
61357
+ db.run(`ALTER TABLE approval_decisions ADD COLUMN origin TEXT NOT NULL DEFAULT 'agent'`);
61358
+ }
61309
61359
  db.run(`
61310
61360
  CREATE INDEX IF NOT EXISTS approval_decisions_lookup
61311
61361
  ON approval_decisions(agent_unit, scope, action)
@@ -61407,7 +61457,8 @@ function rowToDecision(row) {
61407
61457
  approver_set_canonical: row.approver_set_canonical,
61408
61458
  last_used_at: row.last_used_at ?? null,
61409
61459
  revoked_at: row.revoked_at ?? null,
61410
- revoke_reason: row.revoke_reason ?? null
61460
+ revoke_reason: row.revoke_reason ?? null,
61461
+ origin: row.origin === "operator" ? "operator" : "agent"
61411
61462
  };
61412
61463
  }
61413
61464
  var MAX_PENDING_PER_AGENT = 2;
@@ -61573,8 +61624,8 @@ function recordDecision(db, input, now = Date.now()) {
61573
61624
  db.run(`INSERT INTO approval_decisions
61574
61625
  (id, agent_unit, scope, action, decision,
61575
61626
  ttl_expires_at, granted_at, granted_by_user_id,
61576
- approver_set_canonical, last_used_at, revoked_at, revoke_reason)
61577
- VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, NULL, NULL, NULL)`, [
61627
+ approver_set_canonical, last_used_at, revoked_at, revoke_reason, origin)
61628
+ VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, NULL, NULL, NULL, ?)`, [
61578
61629
  id,
61579
61630
  input.nonce.agent_unit,
61580
61631
  input.nonce.scope,
@@ -61583,7 +61634,8 @@ function recordDecision(db, input, now = Date.now()) {
61583
61634
  ttl_expires_at,
61584
61635
  now,
61585
61636
  input.granted_by_user_id,
61586
- canonical
61637
+ canonical,
61638
+ input.origin ?? "agent"
61587
61639
  ]);
61588
61640
  db.run(`UPDATE approval_nonces SET decision_id = ? WHERE request_id = ?`, [id, input.nonce.request_id]);
61589
61641
  const granted = input.decision === "allow_once" || input.decision === "allow_always" || input.decision === "allow_ttl";
@@ -61637,6 +61689,13 @@ function listDecisions(db, filter, now = Date.now()) {
61637
61689
  const rows = db.query(sql).all(...params);
61638
61690
  return rows.map(rowToDecision);
61639
61691
  }
61692
+ function getDecision(db, id) {
61693
+ const row = db.query(`SELECT * FROM approval_decisions WHERE id = ?`).get(id);
61694
+ return row ? rowToDecision(row) : null;
61695
+ }
61696
+ function isOperatorVerifiedDecision(dec, agent_unit, now = Date.now()) {
61697
+ return dec !== null && dec.origin === "operator" && dec.agent_unit === agent_unit && dec.revoked_at === null && (dec.decision === "allow_once" || dec.decision === "allow_always" || dec.decision === "allow_ttl") && (dec.ttl_expires_at === null || dec.ttl_expires_at > now);
61698
+ }
61640
61699
  function getNonce(db, request_id) {
61641
61700
  const row = db.query(`SELECT * FROM approval_nonces WHERE request_id = ?`).get(request_id);
61642
61701
  return row ? nonceFromRow(row) : null;
@@ -62652,6 +62711,22 @@ class VaultBroker {
62652
62711
  socket.write(encodeResponse(errorResponse("LOCKED", "Broker is locked")));
62653
62712
  return;
62654
62713
  }
62714
+ if (req.op === "mint_grant" && process.env.SWITCHROOM_REQUIRE_OPERATOR_APPROVAL_MINT === "1") {
62715
+ const decisionId = req.decision_id;
62716
+ const dec = decisionId != null && decisionId !== "" ? getDecision(this.grantsDb, decisionId) : null;
62717
+ if (!isOperatorVerifiedDecision(dec, agentName ?? "")) {
62718
+ writeAudit({
62719
+ ts: new Date().toISOString(),
62720
+ op: req.op,
62721
+ caller: auditCaller,
62722
+ pid: auditPid,
62723
+ cgroup: auditCgroup,
62724
+ result: "denied:posture-mint-needs-operator-verified-decision"
62725
+ });
62726
+ socket.write(encodeResponse(errorResponse("DENIED", "posture-attested mint requires an operator-verified approval (host-side tap); none referenced. See RFC vault-approval-hard-boundary.")));
62727
+ return;
62728
+ }
62729
+ }
62655
62730
  mintPostureAttested = true;
62656
62731
  writeAudit({
62657
62732
  ts: new Date().toISOString(),
@@ -64422,14 +64497,19 @@ function refuseSandboxDirectAccess(verbHint) {
64422
64497
  `);
64423
64498
  process.exit(VAULT_EXIT_SANDBOX_CONTEXT);
64424
64499
  }
64425
- function recoveryHint(situation, key) {
64500
+ function recoveryHint(situation, key, suggestions) {
64426
64501
  if (!isSandboxContext()) {
64427
64502
  const keyArg = key ? ` ${key}` : "";
64428
64503
  return `Hint: run 'switchroom vault get --no-broker${keyArg}' for interactive (non-cron) access.`;
64429
64504
  }
64430
64505
  switch (situation) {
64431
- case "denied":
64432
- return `Hint: this agent has no grant for ${key ? `'${key}'` : "this key"}. ` + `Call the \`vault_request_access\` MCP tool ` + `(key=${key ? `'${key}'` : "'<key>'"}, scope='read') ` + `to ask the operator for access via a Telegram approval card. ` + `Do NOT retry with --no-broker \u2014 the vault file is not mounted ` + `into agent containers.`;
64506
+ case "denied": {
64507
+ const named = key ? `'${key}'` : "this key";
64508
+ if (suggestions && suggestions.length > 0) {
64509
+ return `Hint: you have no grant for ${named} \u2014 that key may not even exist. ` + `You ALREADY have access to similar keys: ${suggestions.join(", ")}. ` + `Try \`switchroom vault get <one-of-those>\` instead. ` + `Run \`switchroom vault list\` to see every key you hold. ` + `Only call the \`vault_request_access\` MCP tool for a key you've ` + `confirmed (via \`vault list\`) you don't already have. ` + `Do NOT retry with --no-broker \u2014 the vault file is not mounted ` + `into agent containers.`;
64510
+ }
64511
+ return `Hint: this agent has no grant for ${named}. ` + `FIRST run \`switchroom vault list\` to see the keys you already hold \u2014 ` + `the real name often differs from a guessed one (it's usually ` + `namespaced \`<you>/...\`). ` + `If you genuinely lack it, call the \`vault_request_access\` MCP tool ` + `(key=${key ? `'${key}'` : "'<key>'"}, scope='read') ` + `to ask the operator for access via a Telegram approval card. ` + `Do NOT retry with --no-broker \u2014 the vault file is not mounted ` + `into agent containers.`;
64512
+ }
64433
64513
  case "locked":
64434
64514
  return `Hint: the broker is locked. Ask the operator to unlock it ` + `(\`/vault unlock\` in this chat, or ` + `\`switchroom vault broker unlock\` on the host). ` + `Do NOT retry with --no-broker \u2014 the vault file is not mounted ` + `into agent containers.`;
64435
64515
  case "unreachable":
@@ -64847,8 +64927,14 @@ Push passphrase to broker for future requests? [Y/n]: `);
64847
64927
  if (process.stdin.isTTY) {
64848
64928
  console.error(source_default.yellow(`broker denied request (${result.code}): ${result.msg}. ` + `Falling back to direct vault access.`));
64849
64929
  } else {
64930
+ let suggestions = [];
64931
+ try {
64932
+ const myKeys = await listViaBroker(brokerOpts);
64933
+ if (myKeys && key)
64934
+ suggestions = suggestVaultKeys(key, myKeys);
64935
+ } catch {}
64850
64936
  process.stderr.write(`VAULT-BROKER-DENIED [${result.code}]: ${result.msg}
64851
- ` + `${recoveryHint("denied", key)}
64937
+ ` + `${recoveryHint("denied", key, suggestions)}
64852
64938
  `);
64853
64939
  writeVaultDeniedEnvelope(key, result.code, result.msg);
64854
64940
  process.exit(2);
@@ -66296,7 +66382,7 @@ function readRecentFires(jsonlPath) {
66296
66382
  // src/web/api.ts
66297
66383
  init_client3();
66298
66384
 
66299
- // ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/module.node.mjs
66385
+ // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/module.node.mjs
66300
66386
  import { dirname as dirname7, posix, sep as sep2 } from "path";
66301
66387
  function createModulerModifier() {
66302
66388
  const getModuleFromFileName = createGetModuleFromFilename();
@@ -66332,7 +66418,7 @@ function normalizeWindowsPath(path4) {
66332
66418
  return path4.replace(/^[A-Z]:/, "").replace(/\\/g, "/");
66333
66419
  }
66334
66420
 
66335
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/featureFlagUtils.mjs
66421
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/featureFlagUtils.mjs
66336
66422
  var normalizeFlagsResponse = (flagsResponse) => {
66337
66423
  if ("flags" in flagsResponse) {
66338
66424
  const featureFlags = getFlagValuesFromFlags(flagsResponse.flags);
@@ -66403,7 +66489,7 @@ var parsePayload = (response) => {
66403
66489
  }
66404
66490
  };
66405
66491
 
66406
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/gzip.mjs
66492
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/gzip.mjs
66407
66493
  function isGzipSupported() {
66408
66494
  return "CompressionStream" in globalThis;
66409
66495
  }
@@ -66423,7 +66509,7 @@ async function gzipCompress(input, isDebug = true) {
66423
66509
  }
66424
66510
  }
66425
66511
 
66426
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/vendor/uuidv7.mjs
66512
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/vendor/uuidv7.mjs
66427
66513
  /*! For license information please see uuidv7.mjs.LICENSE.txt */
66428
66514
  var DIGITS = "0123456789abcdef";
66429
66515
 
@@ -66601,7 +66687,7 @@ var defaultGenerator;
66601
66687
  var uuidv7 = () => uuidv7obj().toString();
66602
66688
  var uuidv7obj = () => (defaultGenerator || (defaultGenerator = new V7Generator)).generate();
66603
66689
 
66604
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/types.mjs
66690
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/types.mjs
66605
66691
  var types_PostHogPersistedProperty = /* @__PURE__ */ function(PostHogPersistedProperty) {
66606
66692
  PostHogPersistedProperty["AnonymousId"] = "anonymous_id";
66607
66693
  PostHogPersistedProperty["DistinctId"] = "distinct_id";
@@ -66634,7 +66720,7 @@ var types_PostHogPersistedProperty = /* @__PURE__ */ function(PostHogPersistedPr
66634
66720
  return PostHogPersistedProperty;
66635
66721
  }({});
66636
66722
 
66637
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/bot-detection.mjs
66723
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/bot-detection.mjs
66638
66724
  var DEFAULT_BLOCKED_UA_STRS = [
66639
66725
  "amazonbot",
66640
66726
  "amazonproductbot",
@@ -66723,7 +66809,7 @@ var isBlockedUA = function(ua, customBlockedUserAgents = []) {
66723
66809
  return uaLower.indexOf(blockedUaLower) !== -1;
66724
66810
  });
66725
66811
  };
66726
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/type-utils.mjs
66812
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/type-utils.mjs
66727
66813
  var nativeIsArray = Array.isArray;
66728
66814
  var ObjProto = Object.prototype;
66729
66815
  var type_utils_hasOwnProperty = ObjProto.hasOwnProperty;
@@ -66760,7 +66846,7 @@ function isInstanceOf(candidate, base) {
66760
66846
  }
66761
66847
  }
66762
66848
 
66763
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/number-utils.mjs
66849
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/number-utils.mjs
66764
66850
  function clampToRange(value, min, max, logger, fallbackValue) {
66765
66851
  if (min > max) {
66766
66852
  logger.warn("min cannot be greater than max.");
@@ -66780,7 +66866,7 @@ function clampToRange(value, min, max, logger, fallbackValue) {
66780
66866
  return clampToRange(fallbackValue || max, min, max, logger);
66781
66867
  }
66782
66868
 
66783
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/bucketed-rate-limiter.mjs
66869
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/bucketed-rate-limiter.mjs
66784
66870
  var ONE_DAY_IN_MS = 86400000;
66785
66871
 
66786
66872
  class BucketedRateLimiter {
@@ -66824,7 +66910,7 @@ class BucketedRateLimiter {
66824
66910
  this._buckets = {};
66825
66911
  }
66826
66912
  }
66827
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/promise-queue.mjs
66913
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/promise-queue.mjs
66828
66914
  class PromiseQueue {
66829
66915
  add(promise) {
66830
66916
  const promiseUUID = uuidv7();
@@ -66850,7 +66936,7 @@ class PromiseQueue {
66850
66936
  this.promiseByIds = {};
66851
66937
  }
66852
66938
  }
66853
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/logger.mjs
66939
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/logger.mjs
66854
66940
  function createConsole(consoleLike = console) {
66855
66941
  const lockedMethods = {
66856
66942
  log: consoleLike.log.bind(consoleLike),
@@ -66888,7 +66974,7 @@ var passThrough = (fn) => fn();
66888
66974
  function createLogger(prefix, maybeCall = passThrough) {
66889
66975
  return _createLogger(prefix, maybeCall, createConsole());
66890
66976
  }
66891
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/user-agent-utils.mjs
66977
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/user-agent-utils.mjs
66892
66978
  var MOBILE = "Mobile";
66893
66979
  var IOS = "iOS";
66894
66980
  var ANDROID = "Android";
@@ -67145,7 +67231,7 @@ var osMatchers = [
67145
67231
  ]
67146
67232
  ];
67147
67233
 
67148
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/index.mjs
67234
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/utils/index.mjs
67149
67235
  var STRING_FORMAT = "utf8";
67150
67236
  function assert(truthyValue, message) {
67151
67237
  if (!truthyValue || typeof truthyValue != "string" || isEmpty(truthyValue))
@@ -67193,7 +67279,7 @@ function allSettled(promises) {
67193
67279
  reason
67194
67280
  }))));
67195
67281
  }
67196
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/eventemitter.mjs
67282
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/eventemitter.mjs
67197
67283
  class SimpleEventEmitter {
67198
67284
  constructor() {
67199
67285
  this.events = {};
@@ -67215,7 +67301,7 @@ class SimpleEventEmitter {
67215
67301
  }
67216
67302
  }
67217
67303
 
67218
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/posthog-core-stateless.mjs
67304
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/posthog-core-stateless.mjs
67219
67305
  class PostHogFetchHttpError extends Error {
67220
67306
  constructor(response, reqByteLength) {
67221
67307
  super("HTTP error while fetching PostHog: status=" + response.status + ", reqByteLength=" + reqByteLength), this.response = response, this.reqByteLength = reqByteLength, this.name = "PostHogFetchHttpError";
@@ -67930,7 +68016,7 @@ class PostHogCoreStateless {
67930
68016
  return this.shutdownPromise;
67931
68017
  }
67932
68018
  }
67933
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/index.mjs
68019
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/index.mjs
67934
68020
  var exports_error_tracking = {};
67935
68021
  __export(exports_error_tracking, {
67936
68022
  winjsStackLineParser: () => winjsStackLineParser,
@@ -67954,7 +68040,7 @@ __export(exports_error_tracking, {
67954
68040
  DOMExceptionCoercer: () => DOMExceptionCoercer
67955
68041
  });
67956
68042
 
67957
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/chunk-ids.mjs
68043
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/chunk-ids.mjs
67958
68044
  var parsedStackResults;
67959
68045
  var lastKeysCount;
67960
68046
  var cachedFilenameChunkIds;
@@ -67993,7 +68079,7 @@ function getFilenameToChunkIdMap(stackParser) {
67993
68079
  return cachedFilenameChunkIds;
67994
68080
  }
67995
68081
 
67996
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/error-properties-builder.mjs
68082
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/error-properties-builder.mjs
67997
68083
  var MAX_CAUSE_RECURSION = 4;
67998
68084
 
67999
68085
  class ErrorPropertiesBuilder {
@@ -68115,7 +68201,7 @@ class ErrorPropertiesBuilder {
68115
68201
  return context;
68116
68202
  }
68117
68203
  }
68118
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/base.mjs
68204
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/base.mjs
68119
68205
  var UNKNOWN_FUNCTION = "?";
68120
68206
  function createFrame(platform, filename, func, lineno, colno) {
68121
68207
  const frame = {
@@ -68131,7 +68217,7 @@ function createFrame(platform, filename, func, lineno, colno) {
68131
68217
  return frame;
68132
68218
  }
68133
68219
 
68134
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/safari.mjs
68220
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/safari.mjs
68135
68221
  var extractSafariExtensionDetails = (func, filename) => {
68136
68222
  const isSafariExtension = func.indexOf("safari-extension") !== -1;
68137
68223
  const isSafariWebExtension = func.indexOf("safari-web-extension") !== -1;
@@ -68144,7 +68230,7 @@ var extractSafariExtensionDetails = (func, filename) => {
68144
68230
  ];
68145
68231
  };
68146
68232
 
68147
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/chrome.mjs
68233
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/chrome.mjs
68148
68234
  var chromeRegexNoFnName = /^\s*at (\S+?)(?::(\d+))(?::(\d+))\s*$/i;
68149
68235
  var chromeRegex = /^\s*at (?:(.+?\)(?: \[.+\])?|.*?) ?\((?:address at )?)?(?:async )?((?:<anonymous>|[-a-z]+:|.*bundle|\/)?.*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i;
68150
68236
  var chromeEvalRegex = /\((\S*)(?::(\d+))(?::(\d+))\)/;
@@ -68170,7 +68256,7 @@ var chromeStackLineParser = (line, platform) => {
68170
68256
  }
68171
68257
  };
68172
68258
 
68173
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/gecko.mjs
68259
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/gecko.mjs
68174
68260
  var geckoREgex = /^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:[-a-z]+)?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js)|\/[\w\-. /=]+)(?::(\d+))?(?::(\d+))?\s*$/i;
68175
68261
  var geckoEvalRegex = /(\S+) line (\d+)(?: > eval line \d+)* > eval/i;
68176
68262
  var geckoStackLineParser = (line, platform) => {
@@ -68193,14 +68279,14 @@ var geckoStackLineParser = (line, platform) => {
68193
68279
  }
68194
68280
  };
68195
68281
 
68196
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/winjs.mjs
68282
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/winjs.mjs
68197
68283
  var winjsRegex = /^\s*at (?:((?:\[object object\])?.+) )?\(?((?:[-a-z]+):.*?):(\d+)(?::(\d+))?\)?\s*$/i;
68198
68284
  var winjsStackLineParser = (line, platform) => {
68199
68285
  const parts = winjsRegex.exec(line);
68200
68286
  return parts ? createFrame(platform, parts[2], parts[1] || UNKNOWN_FUNCTION, +parts[3], parts[4] ? +parts[4] : undefined) : undefined;
68201
68287
  };
68202
68288
 
68203
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/opera.mjs
68289
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/opera.mjs
68204
68290
  var opera10Regex = / line (\d+).*script (?:in )?(\S+)(?:: in function (\S+))?$/i;
68205
68291
  var opera10StackLineParser = (line, platform) => {
68206
68292
  const parts = opera10Regex.exec(line);
@@ -68212,7 +68298,7 @@ var opera11StackLineParser = (line, platform) => {
68212
68298
  return parts ? createFrame(platform, parts[5], parts[3] || parts[4] || UNKNOWN_FUNCTION, +parts[1], +parts[2]) : undefined;
68213
68299
  };
68214
68300
 
68215
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/node.mjs
68301
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/node.mjs
68216
68302
  var FILENAME_MATCH = /^\s*[-]{4,}$/;
68217
68303
  var FULL_MATCH = /at (?:async )?(?:(.+?)\s+\()?(?:(.+):(\d+):(\d+)?|([^)]+))\)?/;
68218
68304
  var nodeStackLineParser = (line, platform) => {
@@ -68281,7 +68367,7 @@ function _parseIntOrUndefined(input) {
68281
68367
  return parseInt(input || "", 10) || undefined;
68282
68368
  }
68283
68369
 
68284
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/index.mjs
68370
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/parsers/index.mjs
68285
68371
  var WEBPACK_ERROR_REGEXP = /\(error: (.*)\)/;
68286
68372
  var STACKTRACE_FRAME_LIMIT = 50;
68287
68373
  function reverseAndStripFrames(stack) {
@@ -68326,7 +68412,7 @@ function createStackParser(platform, ...parsers) {
68326
68412
  return reverseAndStripFrames(frames);
68327
68413
  };
68328
68414
  }
68329
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/dom-exception-coercer.mjs
68415
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/dom-exception-coercer.mjs
68330
68416
  class DOMExceptionCoercer {
68331
68417
  match(err) {
68332
68418
  return this.isDOMException(err) || this.isDOMError(err);
@@ -68356,7 +68442,7 @@ class DOMExceptionCoercer {
68356
68442
  return isBuiltin(err, "DOMError");
68357
68443
  }
68358
68444
  }
68359
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/error-coercer.mjs
68445
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/error-coercer.mjs
68360
68446
  class ErrorCoercer {
68361
68447
  match(err) {
68362
68448
  return isPlainError(err);
@@ -68383,7 +68469,7 @@ class ErrorCoercer {
68383
68469
  return err.stacktrace || err.stack || undefined;
68384
68470
  }
68385
68471
  }
68386
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/error-event-coercer.mjs
68472
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/error-event-coercer.mjs
68387
68473
  class ErrorEventCoercer {
68388
68474
  constructor() {}
68389
68475
  match(err) {
@@ -68401,7 +68487,7 @@ class ErrorEventCoercer {
68401
68487
  return exceptionLike;
68402
68488
  }
68403
68489
  }
68404
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/string-coercer.mjs
68490
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/string-coercer.mjs
68405
68491
  var ERROR_TYPES_PATTERN = /^(?:[Uu]ncaught (?:exception: )?)?(?:((?:Eval|Internal|Range|Reference|Syntax|Type|URI|)Error): )?(.*)$/i;
68406
68492
 
68407
68493
  class StringCoercer {
@@ -68431,7 +68517,7 @@ class StringCoercer {
68431
68517
  ];
68432
68518
  }
68433
68519
  }
68434
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/types.mjs
68520
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/types.mjs
68435
68521
  var severityLevels = [
68436
68522
  "fatal",
68437
68523
  "error",
@@ -68441,7 +68527,7 @@ var severityLevels = [
68441
68527
  "debug"
68442
68528
  ];
68443
68529
 
68444
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/utils.mjs
68530
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/utils.mjs
68445
68531
  function extractExceptionKeysForMessage(err, maxLength = 40) {
68446
68532
  const keys = Object.keys(err);
68447
68533
  keys.sort();
@@ -68458,7 +68544,7 @@ function extractExceptionKeysForMessage(err, maxLength = 40) {
68458
68544
  return "";
68459
68545
  }
68460
68546
 
68461
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/object-coercer.mjs
68547
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/object-coercer.mjs
68462
68548
  class ObjectCoercer {
68463
68549
  match(candidate) {
68464
68550
  return typeof candidate == "object" && candidate !== null;
@@ -68511,7 +68597,7 @@ class ObjectCoercer {
68511
68597
  }
68512
68598
  }
68513
68599
  }
68514
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/event-coercer.mjs
68600
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/event-coercer.mjs
68515
68601
  class EventCoercer {
68516
68602
  match(err) {
68517
68603
  return isEvent(err);
@@ -68526,7 +68612,7 @@ class EventCoercer {
68526
68612
  };
68527
68613
  }
68528
68614
  }
68529
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/primitive-coercer.mjs
68615
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/primitive-coercer.mjs
68530
68616
  class PrimitiveCoercer {
68531
68617
  match(candidate) {
68532
68618
  return isPrimitive(candidate);
@@ -68540,7 +68626,7 @@ class PrimitiveCoercer {
68540
68626
  };
68541
68627
  }
68542
68628
  }
68543
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/promise-rejection-event.mjs
68629
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/coercers/promise-rejection-event.mjs
68544
68630
  class PromiseRejectionEventCoercer {
68545
68631
  match(err) {
68546
68632
  return isBuiltin(err, "PromiseRejectionEvent") || this.isCustomEventWrappingRejection(err);
@@ -68576,7 +68662,7 @@ class PromiseRejectionEventCoercer {
68576
68662
  return error;
68577
68663
  }
68578
68664
  }
68579
- // ../switchroom-sec-1417/node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/utils.mjs
68665
+ // node_modules/.bun/@posthog+core@1.25.2/node_modules/@posthog/core/dist/error-tracking/utils.mjs
68580
68666
  class ReduceableCache {
68581
68667
  constructor(_maxSize) {
68582
68668
  this._maxSize = _maxSize;
@@ -68601,7 +68687,7 @@ class ReduceableCache {
68601
68687
  }
68602
68688
  }
68603
68689
  }
68604
- // ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/context-lines.node.mjs
68690
+ // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/context-lines.node.mjs
68605
68691
  import { createReadStream } from "node:fs";
68606
68692
  import { createInterface as createInterface5 } from "node:readline";
68607
68693
  var LRU_FILE_CONTENTS_CACHE = new exports_error_tracking.ReduceableCache(25);
@@ -68819,7 +68905,7 @@ function snipLine(line, colno) {
68819
68905
  return newLine;
68820
68906
  }
68821
68907
 
68822
- // ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/autocapture.mjs
68908
+ // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/autocapture.mjs
68823
68909
  function makeUncaughtExceptionHandler(captureFn, onFatalFn) {
68824
68910
  let calledFatalError = false;
68825
68911
  return Object.assign((error) => {
@@ -68851,7 +68937,7 @@ function addUnhandledRejectionListener(captureFn) {
68851
68937
  }));
68852
68938
  }
68853
68939
 
68854
- // ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/index.mjs
68940
+ // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/error-tracking/index.mjs
68855
68941
  var SHUTDOWN_TIMEOUT = 2000;
68856
68942
 
68857
68943
  class ErrorTracking {
@@ -68920,10 +69006,10 @@ class ErrorTracking {
68920
69006
  }
68921
69007
  }
68922
69008
 
68923
- // ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/version.mjs
69009
+ // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/version.mjs
68924
69010
  var version = "5.29.2";
68925
69011
 
68926
- // ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/types.mjs
69012
+ // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/types.mjs
68927
69013
  var FeatureFlagError2 = {
68928
69014
  ERRORS_WHILE_COMPUTING: "errors_while_computing_flags",
68929
69015
  FLAG_MISSING: "flag_missing",
@@ -68931,7 +69017,7 @@ var FeatureFlagError2 = {
68931
69017
  UNKNOWN_ERROR: "unknown_error"
68932
69018
  };
68933
69019
 
68934
- // ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/feature-flags/crypto.mjs
69020
+ // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/feature-flags/crypto.mjs
68935
69021
  async function hashSHA1(text) {
68936
69022
  const subtle = globalThis.crypto?.subtle;
68937
69023
  if (!subtle)
@@ -68941,7 +69027,7 @@ async function hashSHA1(text) {
68941
69027
  return hashArray.map((byte) => byte.toString(16).padStart(2, "0")).join("");
68942
69028
  }
68943
69029
 
68944
- // ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/feature-flags/feature-flags.mjs
69030
+ // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/feature-flags/feature-flags.mjs
68945
69031
  var SIXTY_SECONDS = 60000;
68946
69032
  var LONG_SCALE = 1152921504606847000;
68947
69033
  var NULL_VALUES_ALLOWED_OPERATORS = [
@@ -69815,7 +69901,7 @@ function relativeDateParseForFeatureFlagMatching(value) {
69815
69901
  }
69816
69902
  }
69817
69903
 
69818
- // ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/storage-memory.mjs
69904
+ // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/storage-memory.mjs
69819
69905
  class PostHogMemoryStorage {
69820
69906
  getProperty(key) {
69821
69907
  return this._memoryStorage[key];
@@ -69828,7 +69914,7 @@ class PostHogMemoryStorage {
69828
69914
  }
69829
69915
  }
69830
69916
 
69831
- // ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/client.mjs
69917
+ // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/client.mjs
69832
69918
  var MINIMUM_POLLING_INTERVAL = 100;
69833
69919
  var THIRTY_SECONDS = 30000;
69834
69920
  var MAX_CACHE_SIZE = 50000;
@@ -70616,7 +70702,7 @@ class PostHogBackendClient extends PostHogCoreStateless {
70616
70702
  }
70617
70703
  }
70618
70704
 
70619
- // ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/context/context.mjs
70705
+ // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/context/context.mjs
70620
70706
  import { AsyncLocalStorage } from "node:async_hooks";
70621
70707
 
70622
70708
  class PostHogContext {
@@ -70647,7 +70733,7 @@ class PostHogContext {
70647
70733
  }
70648
70734
  }
70649
70735
 
70650
- // ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/sentry-integration.mjs
70736
+ // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/extensions/sentry-integration.mjs
70651
70737
  var NAME = "posthog-node";
70652
70738
  function createEventProcessor(_posthog, { organization, projectId, prefix, severityAllowList = [
70653
70739
  "error"
@@ -70715,7 +70801,7 @@ class PostHogSentryIntegration {
70715
70801
  };
70716
70802
  }
70717
70803
  }
70718
- // ../switchroom-sec-1417/node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/entrypoints/index.node.mjs
70804
+ // node_modules/.bun/posthog-node@5.29.2/node_modules/posthog-node/dist/entrypoints/index.node.mjs
70719
70805
  ErrorTracking.errorPropertiesBuilder = new exports_error_tracking.ErrorPropertiesBuilder([
70720
70806
  new exports_error_tracking.EventCoercer,
70721
70807
  new exports_error_tracking.ErrorCoercer,
@@ -75562,7 +75648,7 @@ var DEFAULT_MEMORY_SEARCH_MAX_RESULTS = 6;
75562
75648
  var DEFAULT_MEMORY_SEARCH_SNIPPET_CHARS = 220;
75563
75649
  var MEMORY_SEARCH_MAX_INDEXED_CHARS = 2000000;
75564
75650
  var MEMORY_SEARCH_MAX_FILE_SIZE = 512 * 1024;
75565
- function tokenize(text) {
75651
+ function tokenize2(text) {
75566
75652
  return text.toLowerCase().split(/[^a-z0-9]+/u).filter((t) => t.length > 1 && t.length < 40);
75567
75653
  }
75568
75654
  async function listMarkdownFiles(workspaceDir, maxDepth = 3) {
@@ -75614,7 +75700,7 @@ async function loadIndex(workspaceDir) {
75614
75700
  if (content.length === 0)
75615
75701
  continue;
75616
75702
  totalChars += content.length;
75617
- const terms = tokenize(content);
75703
+ const terms = tokenize2(content);
75618
75704
  const freq = new Map;
75619
75705
  for (const t of terms) {
75620
75706
  freq.set(t, (freq.get(t) ?? 0) + 1);
@@ -75687,7 +75773,7 @@ function computeIdf(index, queryTerms) {
75687
75773
  async function searchWorkspaceMemory(params) {
75688
75774
  const maxResults = params.maxResults ?? DEFAULT_MEMORY_SEARCH_MAX_RESULTS;
75689
75775
  const snippetChars = params.snippetChars ?? DEFAULT_MEMORY_SEARCH_SNIPPET_CHARS;
75690
- const queryTerms = Array.from(new Set(tokenize(params.query)));
75776
+ const queryTerms = Array.from(new Set(tokenize2(params.query)));
75691
75777
  if (queryTerms.length === 0) {
75692
75778
  return { query: params.query, indexedFiles: 0, totalMatches: 0, hits: [] };
75693
75779
  }