switchroom 0.14.33 → 0.14.34

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.
@@ -17,7 +17,7 @@ var __export = (target, all) => {
17
17
  var __esm = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
18
18
  var __require = /* @__PURE__ */ createRequire(import.meta.url);
19
19
 
20
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/util.js
20
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/util.js
21
21
  var util, objectUtil, ZodParsedType, getParsedType = (data) => {
22
22
  const t = typeof data;
23
23
  switch (t) {
@@ -148,7 +148,7 @@ var init_util = __esm(() => {
148
148
  ]);
149
149
  });
150
150
 
151
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/ZodError.js
151
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/ZodError.js
152
152
  var ZodIssueCode, quotelessJson = (obj) => {
153
153
  const json = JSON.stringify(obj, null, 2);
154
154
  return json.replace(/"([^"]+)":/g, "$1:");
@@ -269,7 +269,7 @@ var init_ZodError = __esm(() => {
269
269
  };
270
270
  });
271
271
 
272
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/locales/en.js
272
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/locales/en.js
273
273
  var errorMap = (issue, _ctx) => {
274
274
  let message;
275
275
  switch (issue.code) {
@@ -376,7 +376,7 @@ var init_en = __esm(() => {
376
376
  en_default = errorMap;
377
377
  });
378
378
 
379
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/errors.js
379
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/errors.js
380
380
  function setErrorMap(map) {
381
381
  overrideErrorMap = map;
382
382
  }
@@ -389,7 +389,7 @@ var init_errors = __esm(() => {
389
389
  overrideErrorMap = en_default;
390
390
  });
391
391
 
392
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/parseUtil.js
392
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/parseUtil.js
393
393
  function addIssueToContext(ctx, issueData) {
394
394
  const overrideMap = getErrorMap();
395
395
  const issue = makeIssue({
@@ -494,10 +494,10 @@ var init_parseUtil = __esm(() => {
494
494
  });
495
495
  });
496
496
 
497
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/typeAliases.js
497
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/typeAliases.js
498
498
  var init_typeAliases = () => {};
499
499
 
500
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/errorUtil.js
500
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/errorUtil.js
501
501
  var errorUtil;
502
502
  var init_errorUtil = __esm(() => {
503
503
  (function(errorUtil2) {
@@ -506,7 +506,7 @@ var init_errorUtil = __esm(() => {
506
506
  })(errorUtil || (errorUtil = {}));
507
507
  });
508
508
 
509
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/types.js
509
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/types.js
510
510
  class ParseInputLazyPath {
511
511
  constructor(parent, value, path, key) {
512
512
  this._cachedPath = [];
@@ -3857,7 +3857,7 @@ var init_types = __esm(() => {
3857
3857
  NEVER = INVALID;
3858
3858
  });
3859
3859
 
3860
- // node_modules/.bun/zod@3.25.76/node_modules/zod/v3/external.js
3860
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/v3/external.js
3861
3861
  var exports_external = {};
3862
3862
  __export(exports_external, {
3863
3863
  void: () => voidType,
@@ -3977,7 +3977,7 @@ var init_external = __esm(() => {
3977
3977
  init_ZodError();
3978
3978
  });
3979
3979
 
3980
- // node_modules/.bun/zod@3.25.76/node_modules/zod/index.js
3980
+ // ../switchroom-sec-1417/node_modules/.bun/zod@3.25.76/node_modules/zod/index.js
3981
3981
  var init_zod = __esm(() => {
3982
3982
  init_external();
3983
3983
  init_external();
@@ -4106,6 +4106,12 @@ function mergeAgentConfig(defaultsIn, agentIn) {
4106
4106
  deny: dedupe([...dDeny, ...aDeny])
4107
4107
  };
4108
4108
  }
4109
+ if (defaults.secrets || merged.secrets) {
4110
+ merged.secrets = dedupe([
4111
+ ...defaults.secrets ?? [],
4112
+ ...merged.secrets ?? []
4113
+ ]);
4114
+ }
4109
4115
  if (defaults.soul || merged.soul) {
4110
4116
  const base = defaults.soul ?? {};
4111
4117
  const override = merged.soul ?? {};
@@ -4306,7 +4312,7 @@ var init_merge = __esm(() => {
4306
4312
  })(mergeAgentConfig ||= {});
4307
4313
  });
4308
4314
 
4309
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/identity.js
4315
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/identity.js
4310
4316
  var require_identity = __commonJS((exports) => {
4311
4317
  var ALIAS = Symbol.for("yaml.alias");
4312
4318
  var DOC = Symbol.for("yaml.document");
@@ -4360,7 +4366,7 @@ var require_identity = __commonJS((exports) => {
4360
4366
  exports.isSeq = isSeq;
4361
4367
  });
4362
4368
 
4363
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/visit.js
4369
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/visit.js
4364
4370
  var require_visit = __commonJS((exports) => {
4365
4371
  var identity = require_identity();
4366
4372
  var BREAK = Symbol("break visit");
@@ -4515,7 +4521,7 @@ var require_visit = __commonJS((exports) => {
4515
4521
  exports.visitAsync = visitAsync;
4516
4522
  });
4517
4523
 
4518
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/directives.js
4524
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/directives.js
4519
4525
  var require_directives = __commonJS((exports) => {
4520
4526
  var identity = require_identity();
4521
4527
  var visit = require_visit();
@@ -4667,7 +4673,7 @@ var require_directives = __commonJS((exports) => {
4667
4673
  exports.Directives = Directives;
4668
4674
  });
4669
4675
 
4670
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/anchors.js
4676
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/anchors.js
4671
4677
  var require_anchors = __commonJS((exports) => {
4672
4678
  var identity = require_identity();
4673
4679
  var visit = require_visit();
@@ -4729,7 +4735,7 @@ var require_anchors = __commonJS((exports) => {
4729
4735
  exports.findNewAnchor = findNewAnchor;
4730
4736
  });
4731
4737
 
4732
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/applyReviver.js
4738
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/applyReviver.js
4733
4739
  var require_applyReviver = __commonJS((exports) => {
4734
4740
  function applyReviver(reviver, obj, key, val) {
4735
4741
  if (val && typeof val === "object") {
@@ -4776,7 +4782,7 @@ var require_applyReviver = __commonJS((exports) => {
4776
4782
  exports.applyReviver = applyReviver;
4777
4783
  });
4778
4784
 
4779
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/toJS.js
4785
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/toJS.js
4780
4786
  var require_toJS = __commonJS((exports) => {
4781
4787
  var identity = require_identity();
4782
4788
  function toJS(value, arg, ctx) {
@@ -4803,7 +4809,7 @@ var require_toJS = __commonJS((exports) => {
4803
4809
  exports.toJS = toJS;
4804
4810
  });
4805
4811
 
4806
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Node.js
4812
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Node.js
4807
4813
  var require_Node = __commonJS((exports) => {
4808
4814
  var applyReviver = require_applyReviver();
4809
4815
  var identity = require_identity();
@@ -4840,7 +4846,7 @@ var require_Node = __commonJS((exports) => {
4840
4846
  exports.NodeBase = NodeBase;
4841
4847
  });
4842
4848
 
4843
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Alias.js
4849
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Alias.js
4844
4850
  var require_Alias = __commonJS((exports) => {
4845
4851
  var anchors = require_anchors();
4846
4852
  var visit = require_visit();
@@ -4948,7 +4954,7 @@ var require_Alias = __commonJS((exports) => {
4948
4954
  exports.Alias = Alias;
4949
4955
  });
4950
4956
 
4951
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Scalar.js
4957
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Scalar.js
4952
4958
  var require_Scalar = __commonJS((exports) => {
4953
4959
  var identity = require_identity();
4954
4960
  var Node = require_Node();
@@ -4976,7 +4982,7 @@ var require_Scalar = __commonJS((exports) => {
4976
4982
  exports.isScalarValue = isScalarValue;
4977
4983
  });
4978
4984
 
4979
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/createNode.js
4985
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/createNode.js
4980
4986
  var require_createNode = __commonJS((exports) => {
4981
4987
  var Alias = require_Alias();
4982
4988
  var identity = require_identity();
@@ -5048,7 +5054,7 @@ var require_createNode = __commonJS((exports) => {
5048
5054
  exports.createNode = createNode;
5049
5055
  });
5050
5056
 
5051
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Collection.js
5057
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Collection.js
5052
5058
  var require_Collection = __commonJS((exports) => {
5053
5059
  var createNode = require_createNode();
5054
5060
  var identity = require_identity();
@@ -5163,7 +5169,7 @@ var require_Collection = __commonJS((exports) => {
5163
5169
  exports.isEmptyPath = isEmptyPath;
5164
5170
  });
5165
5171
 
5166
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyComment.js
5172
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyComment.js
5167
5173
  var require_stringifyComment = __commonJS((exports) => {
5168
5174
  var stringifyComment = (str) => str.replace(/^(?!$)(?: $)?/gm, "#");
5169
5175
  function indentComment(comment, indent) {
@@ -5180,7 +5186,7 @@ var require_stringifyComment = __commonJS((exports) => {
5180
5186
  exports.stringifyComment = stringifyComment;
5181
5187
  });
5182
5188
 
5183
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/foldFlowLines.js
5189
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/foldFlowLines.js
5184
5190
  var require_foldFlowLines = __commonJS((exports) => {
5185
5191
  var FOLD_FLOW = "flow";
5186
5192
  var FOLD_BLOCK = "block";
@@ -5317,7 +5323,7 @@ ${indent}${text.slice(fold + 1, end2)}`;
5317
5323
  exports.foldFlowLines = foldFlowLines;
5318
5324
  });
5319
5325
 
5320
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyString.js
5326
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyString.js
5321
5327
  var require_stringifyString = __commonJS((exports) => {
5322
5328
  var Scalar = require_Scalar();
5323
5329
  var foldFlowLines = require_foldFlowLines();
@@ -5615,7 +5621,7 @@ ${indent}`);
5615
5621
  exports.stringifyString = stringifyString;
5616
5622
  });
5617
5623
 
5618
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringify.js
5624
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringify.js
5619
5625
  var require_stringify = __commonJS((exports) => {
5620
5626
  var anchors = require_anchors();
5621
5627
  var identity = require_identity();
@@ -5736,7 +5742,7 @@ ${ctx.indent}${str}`;
5736
5742
  exports.stringify = stringify;
5737
5743
  });
5738
5744
 
5739
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyPair.js
5745
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyPair.js
5740
5746
  var require_stringifyPair = __commonJS((exports) => {
5741
5747
  var identity = require_identity();
5742
5748
  var Scalar = require_Scalar();
@@ -5872,7 +5878,7 @@ ${ctx.indent}`;
5872
5878
  exports.stringifyPair = stringifyPair;
5873
5879
  });
5874
5880
 
5875
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/log.js
5881
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/log.js
5876
5882
  var require_log = __commonJS((exports) => {
5877
5883
  var node_process = __require("process");
5878
5884
  function debug(logLevel, ...messages) {
@@ -5891,7 +5897,7 @@ var require_log = __commonJS((exports) => {
5891
5897
  exports.warn = warn;
5892
5898
  });
5893
5899
 
5894
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/merge.js
5900
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/merge.js
5895
5901
  var require_merge = __commonJS((exports) => {
5896
5902
  var identity = require_identity();
5897
5903
  var Scalar = require_Scalar();
@@ -5945,7 +5951,7 @@ var require_merge = __commonJS((exports) => {
5945
5951
  exports.merge = merge;
5946
5952
  });
5947
5953
 
5948
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/addPairToJSMap.js
5954
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/addPairToJSMap.js
5949
5955
  var require_addPairToJSMap = __commonJS((exports) => {
5950
5956
  var log = require_log();
5951
5957
  var merge = require_merge();
@@ -6006,7 +6012,7 @@ var require_addPairToJSMap = __commonJS((exports) => {
6006
6012
  exports.addPairToJSMap = addPairToJSMap;
6007
6013
  });
6008
6014
 
6009
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Pair.js
6015
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/Pair.js
6010
6016
  var require_Pair = __commonJS((exports) => {
6011
6017
  var createNode = require_createNode();
6012
6018
  var stringifyPair = require_stringifyPair();
@@ -6044,7 +6050,7 @@ var require_Pair = __commonJS((exports) => {
6044
6050
  exports.createPair = createPair;
6045
6051
  });
6046
6052
 
6047
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyCollection.js
6053
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyCollection.js
6048
6054
  var require_stringifyCollection = __commonJS((exports) => {
6049
6055
  var identity = require_identity();
6050
6056
  var stringify = require_stringify();
@@ -6196,7 +6202,7 @@ ${indent}${end}`;
6196
6202
  exports.stringifyCollection = stringifyCollection;
6197
6203
  });
6198
6204
 
6199
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/YAMLMap.js
6205
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/YAMLMap.js
6200
6206
  var require_YAMLMap = __commonJS((exports) => {
6201
6207
  var stringifyCollection = require_stringifyCollection();
6202
6208
  var addPairToJSMap = require_addPairToJSMap();
@@ -6323,7 +6329,7 @@ var require_YAMLMap = __commonJS((exports) => {
6323
6329
  exports.findPair = findPair;
6324
6330
  });
6325
6331
 
6326
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/map.js
6332
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/map.js
6327
6333
  var require_map = __commonJS((exports) => {
6328
6334
  var identity = require_identity();
6329
6335
  var YAMLMap = require_YAMLMap();
@@ -6342,7 +6348,7 @@ var require_map = __commonJS((exports) => {
6342
6348
  exports.map = map;
6343
6349
  });
6344
6350
 
6345
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/YAMLSeq.js
6351
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/nodes/YAMLSeq.js
6346
6352
  var require_YAMLSeq = __commonJS((exports) => {
6347
6353
  var createNode = require_createNode();
6348
6354
  var stringifyCollection = require_stringifyCollection();
@@ -6435,7 +6441,7 @@ var require_YAMLSeq = __commonJS((exports) => {
6435
6441
  exports.YAMLSeq = YAMLSeq;
6436
6442
  });
6437
6443
 
6438
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/seq.js
6444
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/seq.js
6439
6445
  var require_seq = __commonJS((exports) => {
6440
6446
  var identity = require_identity();
6441
6447
  var YAMLSeq = require_YAMLSeq();
@@ -6454,7 +6460,7 @@ var require_seq = __commonJS((exports) => {
6454
6460
  exports.seq = seq;
6455
6461
  });
6456
6462
 
6457
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/string.js
6463
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/string.js
6458
6464
  var require_string = __commonJS((exports) => {
6459
6465
  var stringifyString = require_stringifyString();
6460
6466
  var string = {
@@ -6470,7 +6476,7 @@ var require_string = __commonJS((exports) => {
6470
6476
  exports.string = string;
6471
6477
  });
6472
6478
 
6473
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/null.js
6479
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/common/null.js
6474
6480
  var require_null = __commonJS((exports) => {
6475
6481
  var Scalar = require_Scalar();
6476
6482
  var nullTag = {
@@ -6485,7 +6491,7 @@ var require_null = __commonJS((exports) => {
6485
6491
  exports.nullTag = nullTag;
6486
6492
  });
6487
6493
 
6488
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/bool.js
6494
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/bool.js
6489
6495
  var require_bool = __commonJS((exports) => {
6490
6496
  var Scalar = require_Scalar();
6491
6497
  var boolTag = {
@@ -6506,7 +6512,7 @@ var require_bool = __commonJS((exports) => {
6506
6512
  exports.boolTag = boolTag;
6507
6513
  });
6508
6514
 
6509
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyNumber.js
6515
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyNumber.js
6510
6516
  var require_stringifyNumber = __commonJS((exports) => {
6511
6517
  function stringifyNumber({ format, minFractionDigits, tag, value }) {
6512
6518
  if (typeof value === "bigint")
@@ -6530,7 +6536,7 @@ var require_stringifyNumber = __commonJS((exports) => {
6530
6536
  exports.stringifyNumber = stringifyNumber;
6531
6537
  });
6532
6538
 
6533
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/float.js
6539
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/float.js
6534
6540
  var require_float = __commonJS((exports) => {
6535
6541
  var Scalar = require_Scalar();
6536
6542
  var stringifyNumber = require_stringifyNumber();
@@ -6573,7 +6579,7 @@ var require_float = __commonJS((exports) => {
6573
6579
  exports.floatNaN = floatNaN;
6574
6580
  });
6575
6581
 
6576
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/int.js
6582
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/int.js
6577
6583
  var require_int = __commonJS((exports) => {
6578
6584
  var stringifyNumber = require_stringifyNumber();
6579
6585
  var intIdentify = (value) => typeof value === "bigint" || Number.isInteger(value);
@@ -6615,7 +6621,7 @@ var require_int = __commonJS((exports) => {
6615
6621
  exports.intOct = intOct;
6616
6622
  });
6617
6623
 
6618
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/schema.js
6624
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/core/schema.js
6619
6625
  var require_schema = __commonJS((exports) => {
6620
6626
  var map = require_map();
6621
6627
  var _null = require_null();
@@ -6640,7 +6646,7 @@ var require_schema = __commonJS((exports) => {
6640
6646
  exports.schema = schema;
6641
6647
  });
6642
6648
 
6643
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/json/schema.js
6649
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/json/schema.js
6644
6650
  var require_schema2 = __commonJS((exports) => {
6645
6651
  var Scalar = require_Scalar();
6646
6652
  var map = require_map();
@@ -6704,7 +6710,7 @@ var require_schema2 = __commonJS((exports) => {
6704
6710
  exports.schema = schema;
6705
6711
  });
6706
6712
 
6707
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/binary.js
6713
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/binary.js
6708
6714
  var require_binary = __commonJS((exports) => {
6709
6715
  var node_buffer = __require("buffer");
6710
6716
  var Scalar = require_Scalar();
@@ -6759,7 +6765,7 @@ var require_binary = __commonJS((exports) => {
6759
6765
  exports.binary = binary;
6760
6766
  });
6761
6767
 
6762
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/pairs.js
6768
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/pairs.js
6763
6769
  var require_pairs = __commonJS((exports) => {
6764
6770
  var identity = require_identity();
6765
6771
  var Pair = require_Pair();
@@ -6834,7 +6840,7 @@ ${cn.comment}` : item.comment;
6834
6840
  exports.resolvePairs = resolvePairs;
6835
6841
  });
6836
6842
 
6837
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/omap.js
6843
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/omap.js
6838
6844
  var require_omap = __commonJS((exports) => {
6839
6845
  var identity = require_identity();
6840
6846
  var toJS = require_toJS();
@@ -6906,7 +6912,7 @@ var require_omap = __commonJS((exports) => {
6906
6912
  exports.omap = omap;
6907
6913
  });
6908
6914
 
6909
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/bool.js
6915
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/bool.js
6910
6916
  var require_bool2 = __commonJS((exports) => {
6911
6917
  var Scalar = require_Scalar();
6912
6918
  function boolStringify({ value, source }, ctx) {
@@ -6935,7 +6941,7 @@ var require_bool2 = __commonJS((exports) => {
6935
6941
  exports.trueTag = trueTag;
6936
6942
  });
6937
6943
 
6938
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/float.js
6944
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/float.js
6939
6945
  var require_float2 = __commonJS((exports) => {
6940
6946
  var Scalar = require_Scalar();
6941
6947
  var stringifyNumber = require_stringifyNumber();
@@ -6981,7 +6987,7 @@ var require_float2 = __commonJS((exports) => {
6981
6987
  exports.floatNaN = floatNaN;
6982
6988
  });
6983
6989
 
6984
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/int.js
6990
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/int.js
6985
6991
  var require_int2 = __commonJS((exports) => {
6986
6992
  var stringifyNumber = require_stringifyNumber();
6987
6993
  var intIdentify = (value) => typeof value === "bigint" || Number.isInteger(value);
@@ -7057,7 +7063,7 @@ var require_int2 = __commonJS((exports) => {
7057
7063
  exports.intOct = intOct;
7058
7064
  });
7059
7065
 
7060
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/set.js
7066
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/set.js
7061
7067
  var require_set = __commonJS((exports) => {
7062
7068
  var identity = require_identity();
7063
7069
  var Pair = require_Pair();
@@ -7140,7 +7146,7 @@ var require_set = __commonJS((exports) => {
7140
7146
  exports.set = set;
7141
7147
  });
7142
7148
 
7143
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js
7149
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js
7144
7150
  var require_timestamp = __commonJS((exports) => {
7145
7151
  var stringifyNumber = require_stringifyNumber();
7146
7152
  function parseSexagesimal(str, asBigInt) {
@@ -7222,7 +7228,7 @@ var require_timestamp = __commonJS((exports) => {
7222
7228
  exports.timestamp = timestamp;
7223
7229
  });
7224
7230
 
7225
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/schema.js
7231
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/schema.js
7226
7232
  var require_schema3 = __commonJS((exports) => {
7227
7233
  var map = require_map();
7228
7234
  var _null = require_null();
@@ -7263,7 +7269,7 @@ var require_schema3 = __commonJS((exports) => {
7263
7269
  exports.schema = schema;
7264
7270
  });
7265
7271
 
7266
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/tags.js
7272
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/tags.js
7267
7273
  var require_tags = __commonJS((exports) => {
7268
7274
  var map = require_map();
7269
7275
  var _null = require_null();
@@ -7354,7 +7360,7 @@ var require_tags = __commonJS((exports) => {
7354
7360
  exports.getTags = getTags;
7355
7361
  });
7356
7362
 
7357
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/Schema.js
7363
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/schema/Schema.js
7358
7364
  var require_Schema = __commonJS((exports) => {
7359
7365
  var identity = require_identity();
7360
7366
  var map = require_map();
@@ -7384,7 +7390,7 @@ var require_Schema = __commonJS((exports) => {
7384
7390
  exports.Schema = Schema;
7385
7391
  });
7386
7392
 
7387
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyDocument.js
7393
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyDocument.js
7388
7394
  var require_stringifyDocument = __commonJS((exports) => {
7389
7395
  var identity = require_identity();
7390
7396
  var stringify = require_stringify();
@@ -7464,7 +7470,7 @@ var require_stringifyDocument = __commonJS((exports) => {
7464
7470
  exports.stringifyDocument = stringifyDocument;
7465
7471
  });
7466
7472
 
7467
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/Document.js
7473
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/doc/Document.js
7468
7474
  var require_Document = __commonJS((exports) => {
7469
7475
  var Alias = require_Alias();
7470
7476
  var Collection = require_Collection();
@@ -7699,7 +7705,7 @@ var require_Document = __commonJS((exports) => {
7699
7705
  exports.Document = Document;
7700
7706
  });
7701
7707
 
7702
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/errors.js
7708
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/errors.js
7703
7709
  var require_errors = __commonJS((exports) => {
7704
7710
  class YAMLError extends Error {
7705
7711
  constructor(name, pos, code, message) {
@@ -7764,7 +7770,7 @@ ${pointer}
7764
7770
  exports.prettifyError = prettifyError;
7765
7771
  });
7766
7772
 
7767
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-props.js
7773
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-props.js
7768
7774
  var require_resolve_props = __commonJS((exports) => {
7769
7775
  function resolveProps(tokens, { flow, indicator, next, offset, onError, parentIndent, startOnNewline }) {
7770
7776
  let spaceBefore = false;
@@ -7894,7 +7900,7 @@ var require_resolve_props = __commonJS((exports) => {
7894
7900
  exports.resolveProps = resolveProps;
7895
7901
  });
7896
7902
 
7897
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-contains-newline.js
7903
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-contains-newline.js
7898
7904
  var require_util_contains_newline = __commonJS((exports) => {
7899
7905
  function containsNewline(key) {
7900
7906
  if (!key)
@@ -7934,7 +7940,7 @@ var require_util_contains_newline = __commonJS((exports) => {
7934
7940
  exports.containsNewline = containsNewline;
7935
7941
  });
7936
7942
 
7937
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-flow-indent-check.js
7943
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-flow-indent-check.js
7938
7944
  var require_util_flow_indent_check = __commonJS((exports) => {
7939
7945
  var utilContainsNewline = require_util_contains_newline();
7940
7946
  function flowIndentCheck(indent, fc, onError) {
@@ -7949,7 +7955,7 @@ var require_util_flow_indent_check = __commonJS((exports) => {
7949
7955
  exports.flowIndentCheck = flowIndentCheck;
7950
7956
  });
7951
7957
 
7952
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-map-includes.js
7958
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-map-includes.js
7953
7959
  var require_util_map_includes = __commonJS((exports) => {
7954
7960
  var identity = require_identity();
7955
7961
  function mapIncludes(ctx, items, search) {
@@ -7962,7 +7968,7 @@ var require_util_map_includes = __commonJS((exports) => {
7962
7968
  exports.mapIncludes = mapIncludes;
7963
7969
  });
7964
7970
 
7965
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-map.js
7971
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-map.js
7966
7972
  var require_resolve_block_map = __commonJS((exports) => {
7967
7973
  var Pair = require_Pair();
7968
7974
  var YAMLMap = require_YAMLMap();
@@ -8069,7 +8075,7 @@ var require_resolve_block_map = __commonJS((exports) => {
8069
8075
  exports.resolveBlockMap = resolveBlockMap;
8070
8076
  });
8071
8077
 
8072
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-seq.js
8078
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-seq.js
8073
8079
  var require_resolve_block_seq = __commonJS((exports) => {
8074
8080
  var YAMLSeq = require_YAMLSeq();
8075
8081
  var resolveProps = require_resolve_props();
@@ -8117,7 +8123,7 @@ var require_resolve_block_seq = __commonJS((exports) => {
8117
8123
  exports.resolveBlockSeq = resolveBlockSeq;
8118
8124
  });
8119
8125
 
8120
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-end.js
8126
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-end.js
8121
8127
  var require_resolve_end = __commonJS((exports) => {
8122
8128
  function resolveEnd(end, offset, reqSpace, onError) {
8123
8129
  let comment = "";
@@ -8157,7 +8163,7 @@ var require_resolve_end = __commonJS((exports) => {
8157
8163
  exports.resolveEnd = resolveEnd;
8158
8164
  });
8159
8165
 
8160
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-flow-collection.js
8166
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-flow-collection.js
8161
8167
  var require_resolve_flow_collection = __commonJS((exports) => {
8162
8168
  var identity = require_identity();
8163
8169
  var Pair = require_Pair();
@@ -8348,7 +8354,7 @@ var require_resolve_flow_collection = __commonJS((exports) => {
8348
8354
  exports.resolveFlowCollection = resolveFlowCollection;
8349
8355
  });
8350
8356
 
8351
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-collection.js
8357
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-collection.js
8352
8358
  var require_compose_collection = __commonJS((exports) => {
8353
8359
  var identity = require_identity();
8354
8360
  var Scalar = require_Scalar();
@@ -8410,7 +8416,7 @@ var require_compose_collection = __commonJS((exports) => {
8410
8416
  exports.composeCollection = composeCollection;
8411
8417
  });
8412
8418
 
8413
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-scalar.js
8419
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-scalar.js
8414
8420
  var require_resolve_block_scalar = __commonJS((exports) => {
8415
8421
  var Scalar = require_Scalar();
8416
8422
  function resolveBlockScalar(ctx, scalar, onError) {
@@ -8603,7 +8609,7 @@ var require_resolve_block_scalar = __commonJS((exports) => {
8603
8609
  exports.resolveBlockScalar = resolveBlockScalar;
8604
8610
  });
8605
8611
 
8606
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-flow-scalar.js
8612
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-flow-scalar.js
8607
8613
  var require_resolve_flow_scalar = __commonJS((exports) => {
8608
8614
  var Scalar = require_Scalar();
8609
8615
  var resolveEnd = require_resolve_end();
@@ -8819,7 +8825,7 @@ var require_resolve_flow_scalar = __commonJS((exports) => {
8819
8825
  exports.resolveFlowScalar = resolveFlowScalar;
8820
8826
  });
8821
8827
 
8822
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-scalar.js
8828
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-scalar.js
8823
8829
  var require_compose_scalar = __commonJS((exports) => {
8824
8830
  var identity = require_identity();
8825
8831
  var Scalar = require_Scalar();
@@ -8897,7 +8903,7 @@ var require_compose_scalar = __commonJS((exports) => {
8897
8903
  exports.composeScalar = composeScalar;
8898
8904
  });
8899
8905
 
8900
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-empty-scalar-position.js
8906
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/util-empty-scalar-position.js
8901
8907
  var require_util_empty_scalar_position = __commonJS((exports) => {
8902
8908
  function emptyScalarPosition(offset, before, pos) {
8903
8909
  if (before) {
@@ -8924,7 +8930,7 @@ var require_util_empty_scalar_position = __commonJS((exports) => {
8924
8930
  exports.emptyScalarPosition = emptyScalarPosition;
8925
8931
  });
8926
8932
 
8927
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-node.js
8933
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-node.js
8928
8934
  var require_compose_node = __commonJS((exports) => {
8929
8935
  var Alias = require_Alias();
8930
8936
  var identity = require_identity();
@@ -9027,7 +9033,7 @@ var require_compose_node = __commonJS((exports) => {
9027
9033
  exports.composeNode = composeNode;
9028
9034
  });
9029
9035
 
9030
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-doc.js
9036
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/compose-doc.js
9031
9037
  var require_compose_doc = __commonJS((exports) => {
9032
9038
  var Document = require_Document();
9033
9039
  var composeNode = require_compose_node();
@@ -9067,7 +9073,7 @@ var require_compose_doc = __commonJS((exports) => {
9067
9073
  exports.composeDoc = composeDoc;
9068
9074
  });
9069
9075
 
9070
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/composer.js
9076
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/compose/composer.js
9071
9077
  var require_composer = __commonJS((exports) => {
9072
9078
  var node_process = __require("process");
9073
9079
  var directives = require_directives();
@@ -9256,7 +9262,7 @@ ${end.comment}` : end.comment;
9256
9262
  exports.Composer = Composer;
9257
9263
  });
9258
9264
 
9259
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst-scalar.js
9265
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst-scalar.js
9260
9266
  var require_cst_scalar = __commonJS((exports) => {
9261
9267
  var resolveBlockScalar = require_resolve_block_scalar();
9262
9268
  var resolveFlowScalar = require_resolve_flow_scalar();
@@ -9446,7 +9452,7 @@ var require_cst_scalar = __commonJS((exports) => {
9446
9452
  exports.setScalarValue = setScalarValue;
9447
9453
  });
9448
9454
 
9449
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst-stringify.js
9455
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst-stringify.js
9450
9456
  var require_cst_stringify = __commonJS((exports) => {
9451
9457
  var stringify = (cst) => ("type" in cst) ? stringifyToken(cst) : stringifyItem(cst);
9452
9458
  function stringifyToken(token) {
@@ -9504,7 +9510,7 @@ var require_cst_stringify = __commonJS((exports) => {
9504
9510
  exports.stringify = stringify;
9505
9511
  });
9506
9512
 
9507
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst-visit.js
9513
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst-visit.js
9508
9514
  var require_cst_visit = __commonJS((exports) => {
9509
9515
  var BREAK = Symbol("break visit");
9510
9516
  var SKIP = Symbol("skip children");
@@ -9563,7 +9569,7 @@ var require_cst_visit = __commonJS((exports) => {
9563
9569
  exports.visit = visit;
9564
9570
  });
9565
9571
 
9566
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst.js
9572
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/cst.js
9567
9573
  var require_cst = __commonJS((exports) => {
9568
9574
  var cstScalar = require_cst_scalar();
9569
9575
  var cstStringify = require_cst_stringify();
@@ -9664,7 +9670,7 @@ var require_cst = __commonJS((exports) => {
9664
9670
  exports.tokenType = tokenType;
9665
9671
  });
9666
9672
 
9667
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/lexer.js
9673
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/lexer.js
9668
9674
  var require_lexer = __commonJS((exports) => {
9669
9675
  var cst = require_cst();
9670
9676
  function isEmpty(ch) {
@@ -10250,7 +10256,7 @@ var require_lexer = __commonJS((exports) => {
10250
10256
  exports.Lexer = Lexer;
10251
10257
  });
10252
10258
 
10253
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/line-counter.js
10259
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/line-counter.js
10254
10260
  var require_line_counter = __commonJS((exports) => {
10255
10261
  class LineCounter {
10256
10262
  constructor() {
@@ -10278,7 +10284,7 @@ var require_line_counter = __commonJS((exports) => {
10278
10284
  exports.LineCounter = LineCounter;
10279
10285
  });
10280
10286
 
10281
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/parser.js
10287
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/parse/parser.js
10282
10288
  var require_parser = __commonJS((exports) => {
10283
10289
  var node_process = __require("process");
10284
10290
  var cst = require_cst();
@@ -11127,7 +11133,7 @@ var require_parser = __commonJS((exports) => {
11127
11133
  exports.Parser = Parser;
11128
11134
  });
11129
11135
 
11130
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/public-api.js
11136
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/public-api.js
11131
11137
  var require_public_api = __commonJS((exports) => {
11132
11138
  var composer = require_composer();
11133
11139
  var Document = require_Document();
@@ -11221,7 +11227,7 @@ var require_public_api = __commonJS((exports) => {
11221
11227
  exports.stringify = stringify;
11222
11228
  });
11223
11229
 
11224
- // node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/index.js
11230
+ // ../switchroom-sec-1417/node_modules/.bun/yaml@2.8.3/node_modules/yaml/dist/index.js
11225
11231
  var composer, Document, Schema, errors2, Alias, identity, Pair, Scalar, YAMLMap, YAMLSeq, cst, lexer, lineCounter, parser, publicApi, visit, $Composer, $Document, $Schema, $YAMLError, $YAMLParseError, $YAMLWarning, $Alias, $isAlias, $isCollection, $isDocument, $isMap, $isNode, $isPair, $isScalar, $isSeq, $Pair, $Scalar, $YAMLMap, $YAMLSeq, $Lexer, $LineCounter, $Parser, $parse, $parseAllDocuments, $parseDocument, $stringify, $visit, $visitAsync;
11226
11232
  var init_dist = __esm(() => {
11227
11233
  composer = require_composer();
@@ -11534,6 +11540,7 @@ var init_schema = __esm(() => {
11534
11540
  }).optional()
11535
11541
  }).optional(),
11536
11542
  schedule: exports_external.array(ScheduleEntrySchema).optional(),
11543
+ secrets: exports_external.array(exports_external.string().regex(/^[a-zA-Z0-9_\-/]+$/, "Secret key names must contain only alphanumeric characters, underscores, hyphens, and forward slashes")).optional().describe("Operator-granted STANDING vault keys this agent may read via the " + "broker — independent of any cron or MCP server. Use when an agent " + "needs a credential both interactively and in its own (agent-managed) " + "schedules, so the grant lives with the agent rather than welded to a " + "specific cron's `secrets[]`. OPERATOR-SET ONLY: agents cannot edit " + "switchroom.yaml or self-grant (reference/vision.md outcome 2 — 'you " + "hold the leash; only your tap grants it'). Exact key names. Cascades " + "UNION across defaults -> profile -> agent (see docs/configuration.md)."),
11537
11544
  reactions: ReactionsSchema,
11538
11545
  model: exports_external.string().regex(/^[a-zA-Z0-9][a-zA-Z0-9._\-/\[\]:]*$/, "Model name must be alphanumeric with ._-/[]: only").optional(),
11539
11546
  thinking_effort: exports_external.enum(["low", "medium", "high", "xhigh", "max"]).optional().describe("Adaptive-thinking effort level passed as --effort to the claude CLI. " + "lower = faster/cheaper, higher = more reasoning. Omit to use Claude's default."),
@@ -11602,6 +11609,7 @@ var init_schema = __esm(() => {
11602
11609
  tools: AgentToolsSchema,
11603
11610
  memory: AgentMemorySchema,
11604
11611
  schedule: exports_external.array(ScheduleEntrySchema).default([]),
11612
+ secrets: exports_external.array(exports_external.string().regex(/^[a-zA-Z0-9_\-/]+$/, "Secret key names must contain only alphanumeric characters, underscores, hyphens, and forward slashes")).optional(),
11605
11613
  reactions: ReactionsSchema,
11606
11614
  model: exports_external.string().regex(/^[a-zA-Z0-9][a-zA-Z0-9._\-/\[\]:]*$/, "Model name must be alphanumeric with ._-/[]: only (no spaces or shell specials)").optional().describe("Claude model override (e.g., 'claude-sonnet-4-6')"),
11607
11615
  thinking_effort: exports_external.enum(["low", "medium", "high", "xhigh", "max"]).optional().describe("Adaptive-thinking effort level passed as --effort to the claude CLI. " + "Per-agent override wins over defaults.thinking_effort. " + "lower = faster/cheaper, higher = more reasoning. Omit to use Claude's default."),