lalph 0.3.101 → 0.3.102

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.
Files changed (2) hide show
  1. package/dist/cli.mjs +565 -339
  2. package/package.json +6 -6
package/dist/cli.mjs CHANGED
@@ -65,7 +65,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
65
65
  }) : target, mod));
66
66
  var __require = /* @__PURE__ */ createRequire(import.meta.url);
67
67
  //#endregion
68
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Pipeable.js
68
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Pipeable.js
69
69
  /**
70
70
  * @since 2.0.0
71
71
  */
@@ -124,7 +124,7 @@ const Class$6 = /* @__PURE__ */ function() {
124
124
  return PipeableBase;
125
125
  }();
126
126
  //#endregion
127
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Function.js
127
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Function.js
128
128
  /**
129
129
  * Creates a function that can be used in a data-last (aka `pipe`able) or
130
130
  * data-first style.
@@ -407,7 +407,7 @@ function memoize$1(f) {
407
407
  };
408
408
  }
409
409
  //#endregion
410
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/internal/equal.js
410
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/internal/equal.js
411
411
  /** @internal */
412
412
  const getAllObjectKeys = (obj) => {
413
413
  const keys = new Set(Reflect.ownKeys(obj));
@@ -426,7 +426,7 @@ const getAllObjectKeys = (obj) => {
426
426
  /** @internal */
427
427
  const byReferenceInstances = /* @__PURE__ */ new WeakSet();
428
428
  //#endregion
429
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Predicate.js
429
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Predicate.js
430
430
  /**
431
431
  * Predicate and Refinement helpers for runtime checks, filtering, and type narrowing.
432
432
  * This module provides small, pure functions you can combine to decide whether a
@@ -1075,7 +1075,7 @@ function isIterable(input) {
1075
1075
  */
1076
1076
  const or$1 = /* @__PURE__ */ dual(2, (self, that) => (a) => self(a) || that(a));
1077
1077
  //#endregion
1078
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Hash.js
1078
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Hash.js
1079
1079
  /**
1080
1080
  * This module provides utilities for hashing values in TypeScript.
1081
1081
  *
@@ -1424,7 +1424,7 @@ function withVisitedTracking$1(obj, fn) {
1424
1424
  return result;
1425
1425
  }
1426
1426
  //#endregion
1427
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Equal.js
1427
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Equal.js
1428
1428
  /**
1429
1429
  * The unique string identifier for the {@link Equal} interface.
1430
1430
  *
@@ -1694,7 +1694,7 @@ const byReferenceUnsafe = (obj) => {
1694
1694
  return obj;
1695
1695
  };
1696
1696
  //#endregion
1697
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Redactable.js
1697
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Redactable.js
1698
1698
  /**
1699
1699
  * @since 4.0.0
1700
1700
  */
@@ -1788,7 +1788,7 @@ const emptyServiceMap$1 = {
1788
1788
  }
1789
1789
  };
1790
1790
  //#endregion
1791
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Formatter.js
1791
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Formatter.js
1792
1792
  /**
1793
1793
  * Utilities for converting arbitrary JavaScript values into human-readable
1794
1794
  * strings, with support for circular references, redaction, and common JS
@@ -2130,7 +2130,7 @@ function formatJson$1(input, options) {
2130
2130
  return out;
2131
2131
  }
2132
2132
  //#endregion
2133
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Inspectable.js
2133
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Inspectable.js
2134
2134
  /**
2135
2135
  * This module provides utilities for making values inspectable and debuggable in TypeScript.
2136
2136
  *
@@ -2333,7 +2333,7 @@ var Class$5 = class {
2333
2333
  }
2334
2334
  };
2335
2335
  //#endregion
2336
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Utils.js
2336
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Utils.js
2337
2337
  /**
2338
2338
  * An `IterableIterator` that yields its wrapped value exactly once.
2339
2339
  *
@@ -2411,7 +2411,7 @@ const forced = { [InternalTypeId]: (body) => {
2411
2411
  /** @internal */
2412
2412
  const internalCall = /* @__PURE__ */ standard[InternalTypeId](() => (/* @__PURE__ */ new Error()).stack)?.includes(InternalTypeId) === true ? standard[InternalTypeId] : forced[InternalTypeId];
2413
2413
  //#endregion
2414
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/internal/core.js
2414
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/internal/core.js
2415
2415
  /** @internal */
2416
2416
  const EffectTypeId$1 = `~effect/Effect`;
2417
2417
  /** @internal */
@@ -2810,7 +2810,7 @@ const done$2 = (value) => {
2810
2810
  return exitFail(Done$1(value));
2811
2811
  };
2812
2812
  //#endregion
2813
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Data.js
2813
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Data.js
2814
2814
  /**
2815
2815
  * Base class for immutable data types.
2816
2816
  *
@@ -3043,7 +3043,7 @@ const Error$3 = Error$4;
3043
3043
  */
3044
3044
  const TaggedError = TaggedError$1;
3045
3045
  //#endregion
3046
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Equivalence.js
3046
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Equivalence.js
3047
3047
  /**
3048
3048
  * Creates a custom equivalence relation with an optimized reference equality check.
3049
3049
  *
@@ -3265,7 +3265,7 @@ function Array$4(item) {
3265
3265
  });
3266
3266
  }
3267
3267
  //#endregion
3268
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/internal/option.js
3268
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/internal/option.js
3269
3269
  /**
3270
3270
  * @since 2.0.0
3271
3271
  */
@@ -3340,7 +3340,7 @@ const some$3 = (value) => {
3340
3340
  return a;
3341
3341
  };
3342
3342
  //#endregion
3343
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/internal/result.js
3343
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/internal/result.js
3344
3344
  const TypeId$78 = "~effect/data/Result";
3345
3345
  const CommonProto = {
3346
3346
  [TypeId$78]: {
@@ -3415,7 +3415,7 @@ const succeed$9 = (success) => {
3415
3415
  return a;
3416
3416
  };
3417
3417
  //#endregion
3418
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Order.js
3418
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Order.js
3419
3419
  /**
3420
3420
  * This module provides the `Order` type class for defining total orderings on types.
3421
3421
  * An `Order` is a comparison function that returns `-1` (less than), `0` (equal), or `1` (greater than).
@@ -3753,7 +3753,7 @@ const isGreaterThanOrEqualTo$3 = (O) => dual(2, (self, that) => O(self, that) !=
3753
3753
  */
3754
3754
  const min$3 = (O) => dual(2, (self, that) => self === that || O(self, that) < 1 ? self : that);
3755
3755
  //#endregion
3756
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Option.js
3756
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Option.js
3757
3757
  /**
3758
3758
  * Creates an `Option` representing the absence of a value.
3759
3759
  *
@@ -4611,7 +4611,7 @@ const makeEquivalence$6 = (isEquivalent) => make$92((x, y) => isNone(x) ? isNone
4611
4611
  */
4612
4612
  const liftPredicate = /* @__PURE__ */ dual(2, (b, predicate) => predicate(b) ? some$2(b) : none$4());
4613
4613
  //#endregion
4614
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Duration.js
4614
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Duration.js
4615
4615
  const TypeId$77 = "~effect/time/Duration";
4616
4616
  const bigint0$2 = /* @__PURE__ */ BigInt(0);
4617
4617
  const bigint24 = /* @__PURE__ */ BigInt(24);
@@ -5332,14 +5332,14 @@ const format$3 = (self) => {
5332
5332
  return pieces.join(" ");
5333
5333
  };
5334
5334
  //#endregion
5335
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/internal/array.js
5335
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/internal/array.js
5336
5336
  /**
5337
5337
  * @since 2.0.0
5338
5338
  */
5339
5339
  /** @internal */
5340
5340
  const isArrayNonEmpty$1 = (self) => self.length > 0;
5341
5341
  //#endregion
5342
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Result.js
5342
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Result.js
5343
5343
  /**
5344
5344
  * Creates a `Result` holding a `Success` value.
5345
5345
  *
@@ -5549,7 +5549,7 @@ const map$15 = /* @__PURE__ */ dual(2, (self, f) => isSuccess$5(self) ? succeed$
5549
5549
  */
5550
5550
  const getOrUndefined$1 = /* @__PURE__ */ (/* @__PURE__ */ dual(2, (self, onFailure) => isFailure$4(self) ? onFailure(self.failure) : self.success))(constUndefined);
5551
5551
  //#endregion
5552
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Tuple.js
5552
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Tuple.js
5553
5553
  /**
5554
5554
  * Creates an `Equivalence` for tuples by comparing corresponding elements
5555
5555
  * using the provided per-position `Equivalence`s. Two tuples are equivalent
@@ -5580,7 +5580,7 @@ const getOrUndefined$1 = /* @__PURE__ */ (/* @__PURE__ */ dual(2, (self, onFailu
5580
5580
  */
5581
5581
  const makeEquivalence$5 = Tuple$2;
5582
5582
  //#endregion
5583
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Iterable.js
5583
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Iterable.js
5584
5584
  /**
5585
5585
  * Return the number of elements in a `Iterable`.
5586
5586
  *
@@ -5732,7 +5732,7 @@ const constEmptyIterator = { next() {
5732
5732
  */
5733
5733
  const empty$19 = () => constEmpty;
5734
5734
  //#endregion
5735
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Record.js
5735
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Record.js
5736
5736
  /**
5737
5737
  * Creates a new, empty record.
5738
5738
  *
@@ -5896,7 +5896,7 @@ const makeEquivalence$4 = (equivalence) => {
5896
5896
  return (self, that) => is(self, that) && is(that, self);
5897
5897
  };
5898
5898
  //#endregion
5899
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Array.js
5899
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Array.js
5900
5900
  /**
5901
5901
  * Utilities for working with immutable arrays (and non-empty arrays) in a
5902
5902
  * functional style. All functions treat arrays as immutable — they return new
@@ -6730,7 +6730,7 @@ const composePassthrough = /* @__PURE__ */ dual(2, (left, right) => (input) => {
6730
6730
  return rightOut;
6731
6731
  });
6732
6732
  //#endregion
6733
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/ServiceMap.js
6733
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/ServiceMap.js
6734
6734
  const ServiceTypeId = "~effect/ServiceMap/Service";
6735
6735
  /**
6736
6736
  * @example
@@ -7260,7 +7260,7 @@ const withMapUnsafe = (self, f) => {
7260
7260
  */
7261
7261
  const Reference = Service$1;
7262
7262
  //#endregion
7263
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Scheduler.js
7263
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Scheduler.js
7264
7264
  /**
7265
7265
  * @since 4.0.0
7266
7266
  * @category references
@@ -7394,7 +7394,7 @@ const MaxOpsBeforeYield = /* @__PURE__ */ Reference("effect/Scheduler/MaxOpsBefo
7394
7394
  */
7395
7395
  const PreventSchedulerYield = /* @__PURE__ */ Reference("effect/Scheduler/PreventSchedulerYield", { defaultValue: () => false });
7396
7396
  //#endregion
7397
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Tracer.js
7397
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Tracer.js
7398
7398
  /**
7399
7399
  * @since 2.0.0
7400
7400
  * @category tags
@@ -7578,7 +7578,7 @@ const randomHexString = /* @__PURE__ */ function() {
7578
7578
  };
7579
7579
  }();
7580
7580
  //#endregion
7581
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/References.js
7581
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/References.js
7582
7582
  /**
7583
7583
  * This module provides a collection of reference implementations for commonly used
7584
7584
  * Effect runtime configuration values. These references allow you to access and
@@ -8040,11 +8040,11 @@ const MinimumLogLevel = /* @__PURE__ */ Reference("effect/References/MinimumLogL
8040
8040
  */
8041
8041
  const CurrentLogSpans = /* @__PURE__ */ Reference("effect/References/CurrentLogSpans", { defaultValue: () => [] });
8042
8042
  //#endregion
8043
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/internal/metric.js
8043
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/internal/metric.js
8044
8044
  /** @internal */
8045
8045
  const FiberRuntimeMetricsKey = "effect/observability/Metric/FiberRuntimeMetricsKey";
8046
8046
  //#endregion
8047
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/internal/tracer.js
8047
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/internal/tracer.js
8048
8048
  /** @internal */
8049
8049
  const addSpanStackTrace = (options) => {
8050
8050
  if (options?.captureStackTrace === false) return options;
@@ -8074,7 +8074,7 @@ const makeStackCleaner = (line) => (stack) => {
8074
8074
  };
8075
8075
  const spanCleaner = /* @__PURE__ */ makeStackCleaner(3);
8076
8076
  //#endregion
8077
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/internal/effect.js
8077
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/internal/effect.js
8078
8078
  /** @internal */
8079
8079
  var Interrupt$1 = class extends ReasonBase {
8080
8080
  fiberId;
@@ -8596,7 +8596,7 @@ const promise$1 = (evaluate) => callbackOptions(function(resume, signal) {
8596
8596
  /** @internal */
8597
8597
  const tryPromise$1 = (options) => {
8598
8598
  const f = typeof options === "function" ? options : options.try;
8599
- const catcher = typeof options === "function" ? (cause) => new UnknownError$2(cause, "An error occurred in Effect.tryPromise") : options.catch;
8599
+ const catcher = typeof options === "function" ? (cause) => new UnknownError$3(cause, "An error occurred in Effect.tryPromise") : options.catch;
8600
8600
  return callbackOptions(function(resume, signal) {
8601
8601
  try {
8602
8602
  internalCall(() => f(signal)).then((a) => resume(succeed$7(a)), (e) => resume(fail$9(internalCall(() => catcher(e)))));
@@ -9614,7 +9614,7 @@ const runSyncExitWith$1 = (services) => {
9614
9614
  if (effectIsExit(effect)) return effect;
9615
9615
  const fiber = runFork(effect, { scheduler: new MixedScheduler("sync") });
9616
9616
  fiber.currentDispatcher?.flush();
9617
- return fiber._exit ?? exitDie(fiber);
9617
+ return fiber._exit ?? exitDie(new AsyncFiberError$1(fiber));
9618
9618
  };
9619
9619
  };
9620
9620
  /** @internal */
@@ -9881,9 +9881,21 @@ var ExceededCapacityError$1 = class extends TaggedError$1("ExceededCapacityError
9881
9881
  }
9882
9882
  };
9883
9883
  /** @internal */
9884
+ const AsyncFiberErrorTypeId$1 = "~effect/Cause/AsyncFiberError";
9885
+ /** @internal */
9886
+ var AsyncFiberError$1 = class extends TaggedError$1("AsyncFiberError") {
9887
+ [AsyncFiberErrorTypeId$1] = AsyncFiberErrorTypeId$1;
9888
+ constructor(fiber) {
9889
+ super({
9890
+ message: "An asynchronous Effect was executed with Effect.runSync",
9891
+ fiber
9892
+ });
9893
+ }
9894
+ };
9895
+ /** @internal */
9884
9896
  const UnknownErrorTypeId$1 = "~effect/Cause/UnknownError";
9885
9897
  /** @internal */
9886
- var UnknownError$2 = class extends TaggedError$1("UnknownError") {
9898
+ var UnknownError$3 = class extends TaggedError$1("UnknownError") {
9887
9899
  [UnknownErrorTypeId$1] = UnknownErrorTypeId$1;
9888
9900
  constructor(cause, message) {
9889
9901
  super({
@@ -10315,7 +10327,7 @@ const asVoid$1 = exitAsVoid;
10315
10327
  */
10316
10328
  const getSuccess = exitGetSuccess;
10317
10329
  //#endregion
10318
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Deferred.js
10330
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Deferred.js
10319
10331
  const DeferredProto = {
10320
10332
  ["~effect/Deferred"]: {
10321
10333
  _A: identity,
@@ -10800,7 +10812,7 @@ const close = scopeClose;
10800
10812
  */
10801
10813
  const closeUnsafe = scopeCloseUnsafe;
10802
10814
  //#endregion
10803
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Layer.js
10815
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Layer.js
10804
10816
  const TypeId$75 = "~effect/Layer";
10805
10817
  const MemoMapTypeId = "~effect/Layer/MemoMap";
10806
10818
  /**
@@ -11847,7 +11859,7 @@ const makeUnimplemented = (error) => {
11847
11859
  const StreamTypeId$1 = "~effect/Stream";
11848
11860
  const ChannelTypeId = "~effect/Channel";
11849
11861
  //#endregion
11850
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/ExecutionPlan.js
11862
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/ExecutionPlan.js
11851
11863
  /**
11852
11864
  * @since 3.16.0
11853
11865
  * @category Type IDs
@@ -12427,7 +12439,7 @@ const ExceededCapacityError = ExceededCapacityError$1;
12427
12439
  * @category constructors
12428
12440
  * @since 4.0.0
12429
12441
  */
12430
- const UnknownError$1 = UnknownError$2;
12442
+ const UnknownError$2 = UnknownError$3;
12431
12443
  /**
12432
12444
  * `ServiceMap` key for the stack frame captured at the point of failure.
12433
12445
  *
@@ -12440,7 +12452,7 @@ const UnknownError$1 = UnknownError$2;
12440
12452
  */
12441
12453
  var StackTrace = class extends Service$1()("effect/Cause/StackTrace") {};
12442
12454
  //#endregion
12443
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Clock.js
12455
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Clock.js
12444
12456
  /**
12445
12457
  * A reference to the current Clock service in the environment.
12446
12458
  *
@@ -12459,7 +12471,7 @@ var StackTrace = class extends Service$1()("effect/Cause/StackTrace") {};
12459
12471
  */
12460
12472
  const Clock = ClockRef;
12461
12473
  //#endregion
12462
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/internal/dateTime.js
12474
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/internal/dateTime.js
12463
12475
  /** @internal */
12464
12476
  const TypeId$72 = "~effect/time/DateTime";
12465
12477
  /** @internal */
@@ -12742,7 +12754,7 @@ const formatIsoOffset$1 = (self) => {
12742
12754
  /** @internal */
12743
12755
  const formatIsoZoned$1 = (self) => self.zone._tag === "Offset" ? formatIsoOffset$1(self) : `${formatIsoOffset$1(self)}[${self.zone.id}]`;
12744
12756
  //#endregion
12745
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Number.js
12757
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Number.js
12746
12758
  /**
12747
12759
  * This module provides utility functions and type class instances for working with the `number` type in TypeScript.
12748
12760
  * It includes functions for basic arithmetic operations.
@@ -12911,7 +12923,7 @@ const isNonEmpty$1 = (self) => self.length > 0;
12911
12923
  */
12912
12924
  const camelToSnake = (self) => self.replace(/([A-Z])/g, "_$1").toLowerCase();
12913
12925
  //#endregion
12914
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/internal/random.js
12926
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/internal/random.js
12915
12927
  /** @internal */
12916
12928
  const Random$1 = /* @__PURE__ */ Reference("effect/Random", { defaultValue: () => ({
12917
12929
  nextIntUnsafe() {
@@ -12922,7 +12934,7 @@ const Random$1 = /* @__PURE__ */ Reference("effect/Random", { defaultValue: () =
12922
12934
  }
12923
12935
  }) });
12924
12936
  //#endregion
12925
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Pull.js
12937
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Pull.js
12926
12938
  /**
12927
12939
  * @since 4.0.0
12928
12940
  */
@@ -12996,7 +13008,7 @@ const matchEffect$1 = /* @__PURE__ */ dual(2, (self, options) => matchCauseEffec
12996
13008
  }
12997
13009
  }));
12998
13010
  //#endregion
12999
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Schedule.js
13011
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Schedule.js
13000
13012
  /**
13001
13013
  * This module provides utilities for creating and composing schedules for retrying operations,
13002
13014
  * repeating effects, and implementing various timing strategies.
@@ -13537,12 +13549,12 @@ const while_ = /* @__PURE__ */ dual(2, (self, predicate) => fromStep(map$12(toSt
13537
13549
  */
13538
13550
  const forever$1 = /* @__PURE__ */ spaced(zero$1);
13539
13551
  //#endregion
13540
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/internal/layer.js
13552
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/internal/layer.js
13541
13553
  const provideLayer = (self, layer, options) => scopedWith$1((scope) => flatMap$6(options?.local ? buildWithMemoMap(layer, makeMemoMapUnsafe(), scope) : buildWithScope(layer, scope), (context) => provideServices$3(self, context)));
13542
13554
  /** @internal */
13543
13555
  const provide$2 = /* @__PURE__ */ dual((args) => isEffect$1(args[0]), (self, source, options) => isServiceMap(source) ? provideServices$3(self, source) : provideLayer(self, Array.isArray(source) ? mergeAll$2(...source) : source, options));
13544
13556
  //#endregion
13545
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/internal/schedule.js
13557
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/internal/schedule.js
13546
13558
  /** @internal */
13547
13559
  const repeatOrElse$1 = /* @__PURE__ */ dual(3, (self, schedule, orElse) => flatMap$6(toStepWithMetadata(schedule), (step) => {
13548
13560
  let meta = CurrentMetadata.defaultValue();
@@ -13587,7 +13599,7 @@ const buildFromOptions = (options) => {
13587
13599
  return schedule;
13588
13600
  };
13589
13601
  //#endregion
13590
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Request.js
13602
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Request.js
13591
13603
  const TypeId$70 = "~effect/Request";
13592
13604
  const requestVariance = /* @__PURE__ */ byReferenceUnsafe({
13593
13605
  _E: (_) => _,
@@ -13654,7 +13666,7 @@ const TaggedClass$1 = (tag) => {
13654
13666
  */
13655
13667
  const makeEntry = (options) => options;
13656
13668
  //#endregion
13657
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/internal/request.js
13669
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/internal/request.js
13658
13670
  /** @internal */
13659
13671
  const request$3 = /* @__PURE__ */ dual(2, (self, resolver) => {
13660
13672
  const withResolver = (resolver) => callback$2((resume) => {
@@ -18395,7 +18407,7 @@ const catchEager = catchEager$1;
18395
18407
  */
18396
18408
  const fnUntracedEager = fnUntracedEager$1;
18397
18409
  //#endregion
18398
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/internal/record.js
18410
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/internal/record.js
18399
18411
  /**
18400
18412
  * @since 4.0.0
18401
18413
  */
@@ -18411,7 +18423,7 @@ function set$10(self, key, value) {
18411
18423
  return self;
18412
18424
  }
18413
18425
  //#endregion
18414
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/internal/schema/annotations.js
18426
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/internal/schema/annotations.js
18415
18427
  /** @internal */
18416
18428
  function resolve$5(ast) {
18417
18429
  return ast.checks ? ast.checks[ast.checks.length - 1].annotations : ast.annotations;
@@ -18766,7 +18778,7 @@ const subtract = subtract$1;
18766
18778
  */
18767
18779
  const formatIso = formatIso$1;
18768
18780
  //#endregion
18769
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Encoding.js
18781
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Encoding.js
18770
18782
  /**
18771
18783
  * Encoding & decoding for Base64 (RFC4648), Base64Url, and Hex.
18772
18784
  *
@@ -19152,7 +19164,7 @@ const base64codes = [
19152
19164
  ];
19153
19165
  const base64UrlEncodeUint8Array = (data) => base64EncodeUint8Array(data).replace(/=/g, "").replace(/\+/g, "-").replace(/\//g, "_");
19154
19166
  //#endregion
19155
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/internal/redacted.js
19167
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/internal/redacted.js
19156
19168
  /** @internal */
19157
19169
  const redactedRegistry = /* @__PURE__ */ new WeakMap();
19158
19170
  /** @internal */
@@ -19163,7 +19175,7 @@ const value$3 = (self) => {
19163
19175
  /** @internal */
19164
19176
  const stringOrRedacted = (val) => typeof val === "string" ? val : value$3(val);
19165
19177
  //#endregion
19166
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Redacted.js
19178
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Redacted.js
19167
19179
  /**
19168
19180
  * The Redacted module provides functionality for handling sensitive information
19169
19181
  * securely within your application. By using the `Redacted` data type, you can
@@ -19269,7 +19281,7 @@ const value$2 = value$3;
19269
19281
  */
19270
19282
  const makeEquivalence$2 = (isEquivalent) => make$92((x, y) => isEquivalent(value$2(x), value$2(y)));
19271
19283
  //#endregion
19272
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/SchemaIssue.js
19284
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/SchemaIssue.js
19273
19285
  const TypeId$68 = "~effect/SchemaIssue/Issue";
19274
19286
  /**
19275
19287
  * Returns `true` if the given value is an {@link Issue}.
@@ -20012,7 +20024,7 @@ function redact$2(issue) {
20012
20024
  }
20013
20025
  }
20014
20026
  //#endregion
20015
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/SchemaGetter.js
20027
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/SchemaGetter.js
20016
20028
  /**
20017
20029
  * Composable transformation primitives for the Effect Schema system.
20018
20030
  *
@@ -20987,7 +20999,7 @@ const isZero = (n) => n.value === bigint0;
20987
20999
  */
20988
21000
  const isNegative = (n) => n.value < bigint0;
20989
21001
  //#endregion
20990
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/SchemaTransformation.js
21002
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/SchemaTransformation.js
20991
21003
  /**
20992
21004
  * Bidirectional transformations for the Effect Schema system.
20993
21005
  *
@@ -21599,7 +21611,7 @@ const dateTimeUtcFromString = /* @__PURE__ */ transformOrFail({
21599
21611
  encode: (utc) => succeed$3(formatIso(utc))
21600
21612
  });
21601
21613
  //#endregion
21602
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/SchemaAST.js
21614
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/SchemaAST.js
21603
21615
  /**
21604
21616
  * Abstract Syntax Tree (AST) representation for Effect schemas.
21605
21617
  *
@@ -23623,7 +23635,7 @@ const unknownToStringTree = /* @__PURE__ */ new Link(/* @__PURE__ */ new Declara
23623
23635
  toCodecStringTree: () => new Link(unknown$1, passthrough())
23624
23636
  }), /* @__PURE__ */ passthrough());
23625
23637
  //#endregion
23626
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Brand.js
23638
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Brand.js
23627
23639
  /**
23628
23640
  * This function returns a `Constructor` that **does not apply any runtime
23629
23641
  * checks**, it just returns the provided value. It can be used to create
@@ -23644,7 +23656,7 @@ function nominal() {
23644
23656
  });
23645
23657
  }
23646
23658
  //#endregion
23647
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/PlatformError.js
23659
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/PlatformError.js
23648
23660
  /**
23649
23661
  * @since 4.0.0
23650
23662
  */
@@ -23704,7 +23716,7 @@ const systemError = (options) => new PlatformError(new SystemError(options));
23704
23716
  */
23705
23717
  const badArgument = (options) => new PlatformError(new BadArgument(options));
23706
23718
  //#endregion
23707
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Chunk.js
23719
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Chunk.js
23708
23720
  /**
23709
23721
  * The `Chunk` module provides an immutable, high-performance sequence data structure
23710
23722
  * optimized for functional programming patterns. A `Chunk` is a persistent data structure
@@ -24347,7 +24359,7 @@ const getCurrent = getCurrentFiber;
24347
24359
  */
24348
24360
  const runIn = fiberRunIn;
24349
24361
  //#endregion
24350
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Latch.js
24362
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Latch.js
24351
24363
  /**
24352
24364
  * Creates a new Latch unsafely.
24353
24365
  *
@@ -24419,7 +24431,7 @@ const makeUnsafe$10 = makeLatchUnsafe;
24419
24431
  */
24420
24432
  const make$79 = makeLatch;
24421
24433
  //#endregion
24422
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/MutableList.js
24434
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/MutableList.js
24423
24435
  /**
24424
24436
  * @fileoverview
24425
24437
  * MutableList is an efficient, mutable linked list implementation optimized for high-throughput
@@ -25001,7 +25013,7 @@ const filter$4 = (self, f) => {
25001
25013
  */
25002
25014
  const remove$6 = (self, value) => filter$4(self, (v) => v !== value);
25003
25015
  //#endregion
25004
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/MutableRef.js
25016
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/MutableRef.js
25005
25017
  const TypeId$62 = "~effect/MutableRef";
25006
25018
  const MutableRefProto = {
25007
25019
  [TypeId$62]: TypeId$62,
@@ -25157,7 +25169,7 @@ const set$9 = /* @__PURE__ */ dual(2, (self, value) => {
25157
25169
  */
25158
25170
  const update = /* @__PURE__ */ dual(2, (self, f) => set$9(self, f(get$15(self))));
25159
25171
  //#endregion
25160
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/PubSub.js
25172
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/PubSub.js
25161
25173
  /**
25162
25174
  * This module provides utilities for working with publish-subscribe (PubSub) systems.
25163
25175
  *
@@ -26595,7 +26607,7 @@ const emptyReplayWindow = {
26595
26607
  takeAll: () => []
26596
26608
  };
26597
26609
  //#endregion
26598
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Queue.js
26610
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Queue.js
26599
26611
  /**
26600
26612
  * @since 3.8.0
26601
26613
  */
@@ -27414,7 +27426,7 @@ const finalize$1 = (self, exit) => {
27414
27426
  openState.awaiters.clear();
27415
27427
  };
27416
27428
  //#endregion
27417
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Semaphore.js
27429
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Semaphore.js
27418
27430
  /**
27419
27431
  * Unsafely creates a new Semaphore.
27420
27432
  *
@@ -27564,14 +27576,14 @@ var SemaphoreImpl = class {
27564
27576
  */
27565
27577
  const make$74 = (permits) => sync$2(() => new SemaphoreImpl(permits));
27566
27578
  //#endregion
27567
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Take.js
27579
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Take.js
27568
27580
  /**
27569
27581
  * @since 4.0.0
27570
27582
  * @category Conversions
27571
27583
  */
27572
27584
  const toPull$2 = (take) => isExit(take) ? isSuccess$3(take) ? done(take.value) : take : succeed$3(take);
27573
27585
  //#endregion
27574
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Channel.js
27586
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Channel.js
27575
27587
  /**
27576
27588
  * The `Channel` module provides a powerful abstraction for bi-directional communication
27577
27589
  * and streaming operations. A `Channel` is a nexus of I/O operations that supports both
@@ -29317,7 +29329,7 @@ const toPubSubTake$1 = /* @__PURE__ */ dual(2, /* @__PURE__ */ fnUntraced(functi
29317
29329
  return pubsub;
29318
29330
  }));
29319
29331
  //#endregion
29320
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/internal/stream.js
29332
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/internal/stream.js
29321
29333
  const TypeId$58 = "~effect/Stream";
29322
29334
  const streamVariance = {
29323
29335
  _R: identity,
@@ -29337,7 +29349,7 @@ const fromChannel$2 = (channel) => {
29337
29349
  return self;
29338
29350
  };
29339
29351
  //#endregion
29340
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Sink.js
29352
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Sink.js
29341
29353
  const TypeId$57 = "~effect/Sink";
29342
29354
  const endVoid = /* @__PURE__ */ succeed$3([void 0]);
29343
29355
  const sinkVariance = {
@@ -29514,7 +29526,7 @@ const forEachArray = (f) => fromTransform((upstream) => upstream.pipe(flatMap$4(
29514
29526
  */
29515
29527
  const unwrap$1 = (effect) => fromChannel$1(unwrap$2(map$9(effect, toChannel$1)));
29516
29528
  //#endregion
29517
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/MutableHashMap.js
29529
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/MutableHashMap.js
29518
29530
  const TypeId$56 = "~effect/collections/MutableHashMap";
29519
29531
  const MutableHashMapProto = {
29520
29532
  [TypeId$56]: TypeId$56,
@@ -29890,7 +29902,7 @@ const forEach$2 = /* @__PURE__ */ dual(2, (self, f) => {
29890
29902
  self.backing.forEach(f);
29891
29903
  });
29892
29904
  //#endregion
29893
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/RcMap.js
29905
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/RcMap.js
29894
29906
  /**
29895
29907
  * @since 3.5.0
29896
29908
  */
@@ -30088,7 +30100,7 @@ const invalidate$4 = /* @__PURE__ */ dual(2, /* @__PURE__ */ fnUntraced(function
30088
30100
  yield* close(entry.scope, void_$3);
30089
30101
  }, uninterruptible));
30090
30102
  //#endregion
30091
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/internal/rcRef.js
30103
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/internal/rcRef.js
30092
30104
  const TypeId$54 = "~effect/RcRef";
30093
30105
  const stateEmpty = { _tag: "Empty" };
30094
30106
  const stateClosed = { _tag: "Closed" };
@@ -30176,7 +30188,7 @@ const get$12 = /* @__PURE__ */ fnUntraced(function* (self_) {
30176
30188
  return state.value;
30177
30189
  });
30178
30190
  //#endregion
30179
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/RcRef.js
30191
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/RcRef.js
30180
30192
  /**
30181
30193
  * Create an `RcRef` from an acquire `Effect`.
30182
30194
  *
@@ -30245,7 +30257,7 @@ const make$70 = make$71;
30245
30257
  */
30246
30258
  const get$11 = get$12;
30247
30259
  //#endregion
30248
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Stream.js
30260
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Stream.js
30249
30261
  /**
30250
30262
  * @since 2.0.0
30251
30263
  */
@@ -32267,7 +32279,7 @@ const runIntoPubSub = /* @__PURE__ */ dual((args) => isStream(args[0]), (self, p
32267
32279
  */
32268
32280
  const toPubSubTake = /* @__PURE__ */ dual(2, (self, options) => toPubSubTake$1(self.channel, options));
32269
32281
  //#endregion
32270
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/FileSystem.js
32282
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/FileSystem.js
32271
32283
  /**
32272
32284
  * This module provides a comprehensive file system abstraction that supports both synchronous
32273
32285
  * and asynchronous file operations through Effect. It includes utilities for file I/O, directory
@@ -32491,7 +32503,7 @@ const FileDescriptor = /* @__PURE__ */ nominal();
32491
32503
  */
32492
32504
  var WatchBackend = class extends Service$1()("effect/platform/FileSystem/WatchBackend") {};
32493
32505
  //#endregion
32494
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Path.js
32506
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Path.js
32495
32507
  /**
32496
32508
  * @since 4.0.0
32497
32509
  */
@@ -32915,7 +32927,7 @@ const posixImpl = /* @__PURE__ */ Path$1.of({
32915
32927
  toNamespacedPath: identity
32916
32928
  });
32917
32929
  //#endregion
32918
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/ConfigProvider.js
32930
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/ConfigProvider.js
32919
32931
  /**
32920
32932
  * Creates a `Value` node representing a terminal string leaf.
32921
32933
  *
@@ -33221,7 +33233,7 @@ function trieNodeAt(root, path) {
33221
33233
  */
33222
33234
  const isLessThan$1 = /* @__PURE__ */ isLessThan$4(LogLevelOrder);
33223
33235
  //#endregion
33224
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/internal/hashMap.js
33236
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/internal/hashMap.js
33225
33237
  /**
33226
33238
  * @since 2.0.0
33227
33239
  */
@@ -33805,7 +33817,7 @@ const set$6 = set$7;
33805
33817
  */
33806
33818
  const remove$3 = remove$4;
33807
33819
  //#endregion
33808
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Struct.js
33820
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Struct.js
33809
33821
  /**
33810
33822
  * Creates a new struct containing only the specified keys.
33811
33823
  *
@@ -33943,7 +33955,7 @@ function buildStruct(source, f) {
33943
33955
  return out;
33944
33956
  }
33945
33957
  //#endregion
33946
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/UndefinedOr.js
33958
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/UndefinedOr.js
33947
33959
  /**
33948
33960
  * @since 4.0.0
33949
33961
  */
@@ -33953,7 +33965,7 @@ const map$4 = /* @__PURE__ */ dual(2, (self, f) => self === void 0 ? void 0 : f(
33953
33965
  */
33954
33966
  const match$1 = /* @__PURE__ */ dual(2, (self, { onDefined, onUndefined }) => self === void 0 ? onUndefined() : onDefined(self));
33955
33967
  //#endregion
33956
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/SchemaParser.js
33968
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/SchemaParser.js
33957
33969
  /**
33958
33970
  * @since 4.0.0
33959
33971
  */
@@ -34155,7 +34167,7 @@ const recur$1 = /* @__PURE__ */ memoize$1((ast) => {
34155
34167
  };
34156
34168
  });
34157
34169
  //#endregion
34158
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/JsonPointer.js
34170
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/JsonPointer.js
34159
34171
  /**
34160
34172
  * Utilities for escaping and unescaping JSON Pointer reference tokens according to RFC 6901.
34161
34173
  *
@@ -34248,7 +34260,7 @@ function escapeToken(token) {
34248
34260
  return token.replace(/~/g, "~0").replace(/\//g, "~1");
34249
34261
  }
34250
34262
  //#endregion
34251
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/internal/schema/schema.js
34263
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/internal/schema/schema.js
34252
34264
  /** @internal */
34253
34265
  const TypeId$50 = "~effect/Schema/Schema";
34254
34266
  const SchemaProto = {
@@ -34277,7 +34289,7 @@ function make$65(ast, options) {
34277
34289
  return self;
34278
34290
  }
34279
34291
  //#endregion
34280
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/internal/schema/to-codec.js
34292
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/internal/schema/to-codec.js
34281
34293
  /** @internal */
34282
34294
  const toCodecJson$1 = /* @__PURE__ */ toCodec((ast) => {
34283
34295
  const out = toCodecJsonBase(ast);
@@ -34345,7 +34357,7 @@ function makeReorder(getPriority) {
34345
34357
  };
34346
34358
  }
34347
34359
  //#endregion
34348
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/internal/schema/representation.js
34360
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/internal/schema/representation.js
34349
34361
  /** @internal */
34350
34362
  function fromAST(ast) {
34351
34363
  const { references, representations: schemas } = fromASTs([ast]);
@@ -34901,7 +34913,7 @@ function getPartPattern(part) {
34901
34913
  }
34902
34914
  }
34903
34915
  //#endregion
34904
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Schema.js
34916
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Schema.js
34905
34917
  /**
34906
34918
  * Define data shapes, validate unknown input, and transform values between formats.
34907
34919
  *
@@ -37613,7 +37625,7 @@ const Json = /* @__PURE__ */ make$64(Json$1);
37613
37625
  */
37614
37626
  const MutableJson = /* @__PURE__ */ make$64(MutableJson$1);
37615
37627
  //#endregion
37616
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Config.js
37628
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Config.js
37617
37629
  const TypeId$48 = "~effect/Config";
37618
37630
  /**
37619
37631
  * The error type produced when config loading or validation fails.
@@ -38100,7 +38112,7 @@ function redacted(name) {
38100
38112
  return schema$2(Redacted(String$1), name);
38101
38113
  }
38102
38114
  //#endregion
38103
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Runtime.js
38115
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Runtime.js
38104
38116
  /**
38105
38117
  * This module provides utilities for running Effect programs and managing their execution lifecycle.
38106
38118
  *
@@ -38306,7 +38318,7 @@ const getErrorReported = (u) => {
38306
38318
  return true;
38307
38319
  };
38308
38320
  //#endregion
38309
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/cli/CliError.js
38321
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/cli/CliError.js
38310
38322
  /**
38311
38323
  * @since 4.0.0
38312
38324
  */
@@ -49405,7 +49417,7 @@ const getTypeName = (primitive) => {
49405
49417
  /** @internal */
49406
49418
  const getChoiceKeys = (primitive) => primitive._tag === "Choice" ? primitive.choiceKeys : void 0;
49407
49419
  //#endregion
49408
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Terminal.js
49420
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Terminal.js
49409
49421
  const TypeId$46 = "~effect/platform/Terminal";
49410
49422
  const QuitErrorTypeId = "effect/platform/Terminal/QuitError";
49411
49423
  /**
@@ -49442,7 +49454,7 @@ const make$62 = (impl) => Terminal.of({
49442
49454
  [TypeId$46]: TypeId$46
49443
49455
  });
49444
49456
  //#endregion
49445
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/cli/internal/ansi.js
49457
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/cli/internal/ansi.js
49446
49458
  const ESC = "\x1B[";
49447
49459
  const SEP = ";";
49448
49460
  /** @internal */
@@ -49518,7 +49530,7 @@ const eraseLines = (rows) => {
49518
49530
  return command;
49519
49531
  };
49520
49532
  //#endregion
49521
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/cli/Prompt.js
49533
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/cli/Prompt.js
49522
49534
  /**
49523
49535
  * @since 4.0.0
49524
49536
  */
@@ -50019,9 +50031,12 @@ const processSelection = /* @__PURE__ */ fnUntraced(function* (state, options) {
50019
50031
  });
50020
50032
  const handleFileProcess = (options) => {
50021
50033
  return fnUntraced(function* (input, state) {
50022
- if (input.key.ctrl && input.key.name === "u") {
50023
- if (showConfirmation(state.confirm)) return Action.Beep();
50024
- return yield* processFileClear(state);
50034
+ if (input.key.ctrl) {
50035
+ if (input.key.name === "u") {
50036
+ if (showConfirmation(state.confirm)) return Action.Beep();
50037
+ return yield* processFileClear(state);
50038
+ }
50039
+ return Action.Beep();
50025
50040
  }
50026
50041
  switch (input.key.name) {
50027
50042
  case "k":
@@ -50525,7 +50540,10 @@ const handleSelectProcess = (options) => {
50525
50540
  };
50526
50541
  const handleAutoCompleteProcess = (options) => {
50527
50542
  return (input, state) => {
50528
- if (input.key.ctrl && input.key.name === "u") return processAutoCompleteClear(state, options);
50543
+ if (input.key.ctrl) {
50544
+ if (input.key.name === "u") return processAutoCompleteClear(state, options);
50545
+ return succeed$3(Action.Beep());
50546
+ }
50529
50547
  switch (input.key.name) {
50530
50548
  case "k":
50531
50549
  case "up": return processAutoCompleteCursorUp(state);
@@ -50673,6 +50691,7 @@ const handleTextProcess = (options) => {
50673
50691
  case "u": return processTextClear(state);
50674
50692
  case "a": return processTextCursorStart(state);
50675
50693
  case "e": return processTextCursorEnd(state);
50694
+ default: return succeed$3(Action.Beep());
50676
50695
  }
50677
50696
  switch (input.key.name) {
50678
50697
  case "backspace": return processTextBackspace(state);
@@ -50789,7 +50808,7 @@ const entriesToDisplay = (cursor, total, maxVisible) => {
50789
50808
  };
50790
50809
  };
50791
50810
  //#endregion
50792
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/cli/Param.js
50811
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/cli/Param.js
50793
50812
  /**
50794
50813
  * @internal
50795
50814
  *
@@ -51479,7 +51498,7 @@ const getParamMetadata = (param) => {
51479
51498
  });
51480
51499
  };
51481
51500
  //#endregion
51482
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/cli/Argument.js
51501
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/cli/Argument.js
51483
51502
  /**
51484
51503
  * Creates a positional path argument.
51485
51504
  *
@@ -51511,7 +51530,7 @@ const path = (name, options) => path$1(argumentKind, name, options);
51511
51530
  */
51512
51531
  const withDescription$2 = /* @__PURE__ */ dual(2, (self, description) => withDescription$3(self, description));
51513
51532
  //#endregion
51514
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/cli/CliOutput.js
51533
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/cli/CliOutput.js
51515
51534
  /**
51516
51535
  * Service reference for the CLI output formatter. Provides a default implementation
51517
51536
  * that can be overridden for custom formatting or testing.
@@ -51754,7 +51773,7 @@ const formatHelpDocImpl = (doc, colors) => {
51754
51773
  return sections.join("\n");
51755
51774
  };
51756
51775
  //#endregion
51757
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Console.js
51776
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Console.js
51758
51777
  /**
51759
51778
  * A reference to the current console service in the Effect system.
51760
51779
  *
@@ -51870,7 +51889,7 @@ const warn = (...args) => consoleWith((console) => sync$2(() => {
51870
51889
  console.warn(...args);
51871
51890
  }));
51872
51891
  //#endregion
51873
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Stdio.js
51892
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Stdio.js
51874
51893
  /**
51875
51894
  * @since 4.0.0
51876
51895
  * @category Type IDs
@@ -51890,7 +51909,7 @@ const make$61 = (options) => ({
51890
51909
  ...options
51891
51910
  });
51892
51911
  //#endregion
51893
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/cli/internal/completions/bash.js
51912
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/cli/internal/completions/bash.js
51894
51913
  const escapeForBash = (s) => s.replace(/'/g, "'\\''");
51895
51914
  const sanitizeFunctionName = (s) => s.replace(/[^a-zA-Z0-9_]/g, "_");
51896
51915
  const flagNamesForWordlist = (flag) => {
@@ -52041,7 +52060,7 @@ const generate$3 = (executableName, descriptor) => {
52041
52060
  return lines.join("\n");
52042
52061
  };
52043
52062
  //#endregion
52044
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/cli/internal/completions/fish.js
52063
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/cli/internal/completions/fish.js
52045
52064
  const escapeFishString = (s) => s.replace(/'/g, "\\'");
52046
52065
  /**
52047
52066
  * Build a Fish condition that checks the current subcommand context.
@@ -52179,7 +52198,7 @@ const generate$2 = (executableName, descriptor) => {
52179
52198
  return lines.join("\n");
52180
52199
  };
52181
52200
  //#endregion
52182
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/cli/internal/completions/zsh.js
52201
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/cli/internal/completions/zsh.js
52183
52202
  const escapeZsh = (s) => s.replace(/\\/g, "\\\\").replace(/'/g, "'\\''").replace(/:/g, "\\:");
52184
52203
  const sanitize = (s) => s.replace(/[^a-zA-Z0-9_]/g, "_");
52185
52204
  /**
@@ -52316,7 +52335,7 @@ const generate$1 = (executableName, descriptor) => {
52316
52335
  return lines.join("\n");
52317
52336
  };
52318
52337
  //#endregion
52319
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/cli/Completions.js
52338
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/cli/Completions.js
52320
52339
  /**
52321
52340
  * @since 4.0.0
52322
52341
  */
@@ -52334,7 +52353,7 @@ const generate = (executableName, shell, descriptor) => {
52334
52353
  }
52335
52354
  };
52336
52355
  //#endregion
52337
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/cli/Flag.js
52356
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/cli/Flag.js
52338
52357
  /**
52339
52358
  * Creates a boolean flag that can be enabled or disabled.
52340
52359
  *
@@ -52567,7 +52586,7 @@ const withFallbackConfig = /* @__PURE__ */ dual(2, (self, config) => withFallbac
52567
52586
  */
52568
52587
  const map$1 = /* @__PURE__ */ dual(2, (self, f) => map$2(self, f));
52569
52588
  //#endregion
52570
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/cli/internal/config.js
52589
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/cli/internal/config.js
52571
52590
  const ConfigInternalTypeId = "~effect/cli/Command/Config/Internal";
52572
52591
  /**
52573
52592
  * Parses a Command.Config into a ConfigInternal.
@@ -52673,7 +52692,7 @@ const reconstructTree = (tree, results) => {
52673
52692
  }
52674
52693
  };
52675
52694
  //#endregion
52676
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/cli/internal/command.js
52695
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/cli/internal/command.js
52677
52696
  /**
52678
52697
  * Command Implementation
52679
52698
  * ======================
@@ -52845,7 +52864,7 @@ const checkForDuplicateFlags = (parent, subcommands, options) => {
52845
52864
  }
52846
52865
  };
52847
52866
  //#endregion
52848
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/cli/internal/completions/CommandDescriptor.js
52867
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/cli/internal/completions/CommandDescriptor.js
52849
52868
  /**
52850
52869
  * CommandDescriptor — pure-data representation of a command tree for
52851
52870
  * shell completion generation.
@@ -52933,7 +52952,7 @@ const fromCommand = (cmd) => {
52933
52952
  };
52934
52953
  };
52935
52954
  //#endregion
52936
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/cli/internal/help.js
52955
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/cli/internal/help.js
52937
52956
  /**
52938
52957
  * Help Documentation
52939
52958
  * ================
@@ -53036,7 +53055,7 @@ const getHelpForCommandPath = (command, commandPath, builtIns) => gen(function*
53036
53055
  };
53037
53056
  });
53038
53057
  //#endregion
53039
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/cli/GlobalFlag.js
53058
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/cli/GlobalFlag.js
53040
53059
  /**
53041
53060
  * @since 4.0.0
53042
53061
  */
@@ -53146,7 +53165,7 @@ const BuiltIns = [
53146
53165
  LogLevel
53147
53166
  ];
53148
53167
  //#endregion
53149
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/cli/internal/lexer.js
53168
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/cli/internal/lexer.js
53150
53169
  /** @internal */
53151
53170
  function lex(argv) {
53152
53171
  const endIndex = argv.indexOf("--");
@@ -53197,7 +53216,7 @@ const lexTokens = (args) => {
53197
53216
  return tokens;
53198
53217
  };
53199
53218
  //#endregion
53200
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/cli/internal/auto-suggest.js
53219
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/cli/internal/auto-suggest.js
53201
53220
  /**
53202
53221
  * Simple Levenshtein distance implementation (small N, no perf worries)
53203
53222
  */
@@ -53225,7 +53244,7 @@ const suggest = (input, candidates) => {
53225
53244
  return distances.filter(([d]) => d === minDistance).map(([, c]) => c);
53226
53245
  };
53227
53246
  //#endregion
53228
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/cli/internal/parser.js
53247
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/cli/internal/parser.js
53229
53248
  /**
53230
53249
  * Parsing Pipeline for CLI Commands
53231
53250
  * ==================================
@@ -53547,7 +53566,7 @@ const scanCommandLevel = (tokens, context) => {
53547
53566
  return toLeafResult(state);
53548
53567
  };
53549
53568
  //#endregion
53550
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/cli/Command.js
53569
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/cli/Command.js
53551
53570
  /**
53552
53571
  * @since 4.0.0
53553
53572
  * @category Guards
@@ -54045,7 +54064,7 @@ const runWith = (command, config) => {
54045
54064
  }, catchFilter$2((error) => isCliError(error) && error._tag === "ShowHelp" ? succeed$8(error) : fail$10(error), (error) => andThen(showHelp(command, error), fail$6(error))), catchFilter$2((e) => isQuitError(e) ? succeed$8(e) : fail$10(e), (_) => interrupt$1));
54046
54065
  };
54047
54066
  //#endregion
54048
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Cache.js
54067
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Cache.js
54049
54068
  /**
54050
54069
  * @since 4.0.0
54051
54070
  */
@@ -54462,7 +54481,7 @@ const invalidate$1 = /* @__PURE__ */ dual(2, (self, key) => sync$2(() => {
54462
54481
  remove$5(self.map, key);
54463
54482
  }));
54464
54483
  //#endregion
54465
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/ChannelSchema.js
54484
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/ChannelSchema.js
54466
54485
  /**
54467
54486
  * @since 4.0.0
54468
54487
  * @category constructors
@@ -54491,7 +54510,7 @@ const decode$4 = (schema) => () => {
54491
54510
  */
54492
54511
  const ignore = "~effect/ErrorReporter/ignore";
54493
54512
  //#endregion
54494
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/FiberHandle.js
54513
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/FiberHandle.js
54495
54514
  /**
54496
54515
  * @since 2.0.0
54497
54516
  */
@@ -54686,7 +54705,7 @@ const runImpl$2 = (self, effect, options) => withFiber((parent) => {
54686
54705
  return succeed$3(fiber);
54687
54706
  });
54688
54707
  //#endregion
54689
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/FiberMap.js
54708
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/FiberMap.js
54690
54709
  /**
54691
54710
  * @since 2.0.0
54692
54711
  */
@@ -54916,7 +54935,7 @@ const runImpl$1 = (self, key, effect, options) => withFiber((parent) => {
54916
54935
  return succeed$3(fiber);
54917
54936
  });
54918
54937
  //#endregion
54919
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/FiberSet.js
54938
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/FiberSet.js
54920
54939
  /**
54921
54940
  * @since 2.0.0
54922
54941
  */
@@ -55168,7 +55187,7 @@ const awaitEmpty = (self) => whileLoop({
55168
55187
  step: constVoid
55169
55188
  });
55170
55189
  //#endregion
55171
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/PrimaryKey.js
55190
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/PrimaryKey.js
55172
55191
  /**
55173
55192
  * The unique identifier used to identify objects that implement the `PrimaryKey` interface.
55174
55193
  *
@@ -55205,7 +55224,7 @@ const symbol$2 = "~effect/interfaces/PrimaryKey";
55205
55224
  */
55206
55225
  const value$1 = (self) => self[symbol$2]();
55207
55226
  //#endregion
55208
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/LayerMap.js
55227
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/LayerMap.js
55209
55228
  const TypeId$37 = "~effect/LayerMap";
55210
55229
  /**
55211
55230
  * @since 3.14.0
@@ -55371,7 +55390,7 @@ const Service = () => (id, options) => {
55371
55390
  return TagClass;
55372
55391
  };
55373
55392
  //#endregion
55374
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Logger.js
55393
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Logger.js
55375
55394
  /**
55376
55395
  * @since 2.0.0
55377
55396
  *
@@ -55498,7 +55517,7 @@ const Service = () => (id, options) => {
55498
55517
  */
55499
55518
  const CurrentLoggers = CurrentLoggers$1;
55500
55519
  //#endregion
55501
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Random.js
55520
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Random.js
55502
55521
  /**
55503
55522
  * The Random module provides a service for generating random numbers in Effect
55504
55523
  * programs. It offers a testable and composable way to work with randomness,
@@ -55591,7 +55610,7 @@ const shuffle = (elements) => randomWith((r) => {
55591
55610
  return buffer;
55592
55611
  });
55593
55612
  //#endregion
55594
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Ref.js
55613
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Ref.js
55595
55614
  const RefProto = {
55596
55615
  ["~effect/Ref"]: { _A: identity },
55597
55616
  ...PipeInspectableProto,
@@ -55632,7 +55651,7 @@ const makeUnsafe$3 = (value) => {
55632
55651
  return self;
55633
55652
  };
55634
55653
  //#endregion
55635
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/reactivity/Reactivity.js
55654
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/reactivity/Reactivity.js
55636
55655
  /**
55637
55656
  * @since 4.0.0
55638
55657
  */
@@ -55767,7 +55786,7 @@ const keysToHashes = (keys, f) => {
55767
55786
  }
55768
55787
  };
55769
55788
  //#endregion
55770
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/sql/Statement.js
55789
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/sql/Statement.js
55771
55790
  /**
55772
55791
  * @since 4.0.0
55773
55792
  */
@@ -56326,7 +56345,7 @@ function in_() {
56326
56345
  }
56327
56346
  const neverFragment = /* @__PURE__ */ fragment([/* @__PURE__ */ literal$1("1=0")]);
56328
56347
  //#endregion
56329
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/sql/SqlClient.js
56348
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/sql/SqlClient.js
56330
56349
  /**
56331
56350
  * @since 4.0.0
56332
56351
  */
@@ -56420,7 +56439,7 @@ var TransactionConnection = class extends Service$1()("effect/sql/SqlClient/Tran
56420
56439
  */
56421
56440
  const SafeIntegers = /* @__PURE__ */ Reference("effect/sql/SqlClient/SafeIntegers", { defaultValue: () => false });
56422
56441
  //#endregion
56423
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/persistence/KeyValueStore.js
56442
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/persistence/KeyValueStore.js
56424
56443
  /**
56425
56444
  * @since 4.0.0
56426
56445
  */
@@ -56562,7 +56581,7 @@ const toSchemaStore = (self, schema) => {
56562
56581
  };
56563
56582
  };
56564
56583
  //#endregion
56565
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/persistence/Persistable.js
56584
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/persistence/Persistable.js
56566
56585
  /**
56567
56586
  * @since 4.0.0
56568
56587
  * @category Symbols
@@ -56616,7 +56635,7 @@ const deserializeExit = (self, encoded) => {
56616
56635
  return decodeUnknownEffect(toCodecJson(exitSchema$1(self)))(encoded);
56617
56636
  };
56618
56637
  //#endregion
56619
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/persistence/Persistence.js
56638
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/persistence/Persistence.js
56620
56639
  /**
56621
56640
  * @since 4.0.0
56622
56641
  */
@@ -56792,7 +56811,7 @@ const layerKvs$1 = /* @__PURE__ */ layer$31.pipe(/* @__PURE__ */ provide$3(layer
56792
56811
  */
56793
56812
  const unsafeTtlToExpires = (clock, ttl) => ttl ? clock.currentTimeMillisUnsafe() + toMillis(ttl) : null;
56794
56813
  //#endregion
56795
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/RequestResolver.js
56814
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/RequestResolver.js
56796
56815
  const TypeId$34 = "~effect/RequestResolver";
56797
56816
  const RequestResolverProto = {
56798
56817
  [TypeId$34]: {
@@ -57055,7 +57074,7 @@ const withSpan = /* @__PURE__ */ dual((args) => isRequestResolver(args[0]), (sel
57055
57074
  })
57056
57075
  }));
57057
57076
  //#endregion
57058
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/SynchronizedRef.js
57077
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/SynchronizedRef.js
57059
57078
  const TypeId$33 = "~effect/SynchronizedRef";
57060
57079
  const Proto$16 = {
57061
57080
  ...PipeInspectableProto,
@@ -57078,7 +57097,7 @@ const makeUnsafe$1 = (value) => {
57078
57097
  return self;
57079
57098
  };
57080
57099
  //#endregion
57081
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/ScopedRef.js
57100
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/ScopedRef.js
57082
57101
  /**
57083
57102
  * @since 2.0.0
57084
57103
  */
@@ -57143,7 +57162,7 @@ const set$4 = /* @__PURE__ */ dual(2, /* @__PURE__ */ fnUntraced(function* (self
57143
57162
  self.backing.backing.ref.current = [scope, value];
57144
57163
  }, uninterruptible, (effect, self) => self.backing.semaphore.withPermit(effect)));
57145
57164
  //#endregion
57146
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/ScopedCache.js
57165
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/ScopedCache.js
57147
57166
  /**
57148
57167
  * @since 4.0.0
57149
57168
  */
@@ -57240,7 +57259,7 @@ const invalidateAllImpl = (parent, map) => {
57240
57259
  return fiberAwaitAll(fibers);
57241
57260
  };
57242
57261
  //#endregion
57243
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/SubscriptionRef.js
57262
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/SubscriptionRef.js
57244
57263
  /**
57245
57264
  * @since 2.0.0
57246
57265
  */
@@ -57350,7 +57369,7 @@ const setUnsafe = (self, value) => {
57350
57369
  */
57351
57370
  const set$3 = /* @__PURE__ */ dual(2, (self, value) => self.semaphore.withPermit(sync(() => setUnsafe(self, value))));
57352
57371
  //#endregion
57353
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/Unify.js
57372
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/Unify.js
57354
57373
  /**
57355
57374
  * @since 2.0.0
57356
57375
  */
@@ -58770,7 +58789,7 @@ var Mime = class {
58770
58789
  };
58771
58790
  _Mime_extensionToType = /* @__PURE__ */ new WeakMap(), _Mime_typeToExtension = /* @__PURE__ */ new WeakMap(), _Mime_typeToExtensions = /* @__PURE__ */ new WeakMap();
58772
58791
  //#endregion
58773
- //#region node_modules/.pnpm/@effect+platform-node@4.0.0-beta.36_effect@4.0.0-beta.36_ioredis@5.10.0/node_modules/@effect/platform-node/dist/Mime.js
58792
+ //#region node_modules/.pnpm/@effect+platform-node@4.0.0-beta.37_effect@4.0.0-beta.37_ioredis@5.10.0/node_modules/@effect/platform-node/dist/Mime.js
58774
58793
  /**
58775
58794
  * @since 1.0.0
58776
58795
  */
@@ -58780,7 +58799,7 @@ _Mime_extensionToType = /* @__PURE__ */ new WeakMap(), _Mime_typeToExtension = /
58780
58799
  */
58781
58800
  var Mime_default = new Mime(types$1, types$2)._freeze();
58782
58801
  //#endregion
58783
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/process/ChildProcessSpawner.js
58802
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/process/ChildProcessSpawner.js
58784
58803
  /**
58785
58804
  * A module providing a generic service interface for spawning child processes.
58786
58805
  *
@@ -58843,7 +58862,7 @@ const make$46 = (spawn) => {
58843
58862
  */
58844
58863
  var ChildProcessSpawner = class extends Service$1()("effect/process/ChildProcessSpawner") {};
58845
58864
  //#endregion
58846
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/process/ChildProcess.js
58865
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/process/ChildProcess.js
58847
58866
  const TypeId$29 = "~effect/unstable/process/ChildProcess";
58848
58867
  const Proto$12 = {
58849
58868
  ...PipeInspectableProto,
@@ -59127,7 +59146,7 @@ const concatTokens = (prevTokens, nextTokens, isSeparated) => isSeparated || pre
59127
59146
  ...nextTokens.slice(1)
59128
59147
  ];
59129
59148
  //#endregion
59130
- //#region node_modules/.pnpm/@effect+platform-node-shared@4.0.0-beta.36_effect@4.0.0-beta.36/node_modules/@effect/platform-node-shared/dist/internal/utils.js
59149
+ //#region node_modules/.pnpm/@effect+platform-node-shared@4.0.0-beta.37_effect@4.0.0-beta.37/node_modules/@effect/platform-node-shared/dist/internal/utils.js
59131
59150
  /** @internal */
59132
59151
  const handleErrnoException = (module, method) => (err, [path]) => {
59133
59152
  let reason = "Unknown";
@@ -59164,7 +59183,7 @@ const handleErrnoException = (module, method) => (err, [path]) => {
59164
59183
  });
59165
59184
  };
59166
59185
  //#endregion
59167
- //#region node_modules/.pnpm/@effect+platform-node-shared@4.0.0-beta.36_effect@4.0.0-beta.36/node_modules/@effect/platform-node-shared/dist/NodeSink.js
59186
+ //#region node_modules/.pnpm/@effect+platform-node-shared@4.0.0-beta.37_effect@4.0.0-beta.37/node_modules/@effect/platform-node-shared/dist/NodeSink.js
59168
59187
  /**
59169
59188
  * @category constructors
59170
59189
  * @since 1.0.0
@@ -59208,7 +59227,7 @@ const pullIntoWritable = (options) => options.pull.pipe(flatMap$4((chunk) => {
59208
59227
  });
59209
59228
  }) : identity);
59210
59229
  //#endregion
59211
- //#region node_modules/.pnpm/@effect+platform-node-shared@4.0.0-beta.36_effect@4.0.0-beta.36/node_modules/@effect/platform-node-shared/dist/NodeStream.js
59230
+ //#region node_modules/.pnpm/@effect+platform-node-shared@4.0.0-beta.37_effect@4.0.0-beta.37/node_modules/@effect/platform-node-shared/dist/NodeStream.js
59212
59231
  /**
59213
59232
  * @since 1.0.0
59214
59233
  */
@@ -59372,9 +59391,9 @@ var StreamAdapter = class extends Readable {
59372
59391
  });
59373
59392
  }
59374
59393
  };
59375
- const defaultOnError = (error) => new UnknownError$1(error);
59394
+ const defaultOnError = (error) => new UnknownError$2(error);
59376
59395
  //#endregion
59377
- //#region node_modules/.pnpm/@effect+platform-node-shared@4.0.0-beta.36_effect@4.0.0-beta.36/node_modules/@effect/platform-node-shared/dist/NodeChildProcessSpawner.js
59396
+ //#region node_modules/.pnpm/@effect+platform-node-shared@4.0.0-beta.37_effect@4.0.0-beta.37/node_modules/@effect/platform-node-shared/dist/NodeChildProcessSpawner.js
59378
59397
  const toError = (error) => error instanceof globalThis.Error ? error : new globalThis.Error(String(error));
59379
59398
  const toPlatformError = (method, error, command) => {
59380
59399
  const { commands } = flattenCommand(command);
@@ -59708,7 +59727,7 @@ const flattenCommand = (command) => {
59708
59727
  };
59709
59728
  };
59710
59729
  //#endregion
59711
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/http/Cookies.js
59730
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/http/Cookies.js
59712
59731
  /**
59713
59732
  * @since 4.0.0
59714
59733
  */
@@ -59972,7 +59991,7 @@ const tryDecodeURIComponent = (str) => {
59972
59991
  }
59973
59992
  };
59974
59993
  //#endregion
59975
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/http/Headers.js
59994
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/http/Headers.js
59976
59995
  /**
59977
59996
  * @since 4.0.0
59978
59997
  */
@@ -60095,7 +60114,7 @@ const CurrentRedactedNames = /* @__PURE__ */ Reference("effect/Headers/CurrentRe
60095
60114
  "x-api-key"
60096
60115
  ] });
60097
60116
  //#endregion
60098
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/http/HttpClientError.js
60117
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/http/HttpClientError.js
60099
60118
  /**
60100
60119
  * @since 4.0.0
60101
60120
  */
@@ -60233,7 +60252,7 @@ var EmptyBodyError = class extends TaggedError("EmptyBodyError") {
60233
60252
  }
60234
60253
  };
60235
60254
  //#endregion
60236
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/http/UrlParams.js
60255
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/http/UrlParams.js
60237
60256
  /**
60238
60257
  * @since 4.0.0
60239
60258
  */
@@ -60445,7 +60464,7 @@ const schemaRecord = /* @__PURE__ */ UrlParamsSchema.pipe(/* @__PURE__ */ decode
60445
60464
  encode: fromInput
60446
60465
  })));
60447
60466
  //#endregion
60448
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/http/HttpBody.js
60467
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/http/HttpBody.js
60449
60468
  /**
60450
60469
  * @since 4.0.0
60451
60470
  */
@@ -60584,7 +60603,22 @@ var FormData$1 = class extends Proto$8 {
60584
60603
  */
60585
60604
  const formData = (body) => new FormData$1(body);
60586
60605
  //#endregion
60587
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/http/HttpClientRequest.js
60606
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/http/HttpMethod.js
60607
+ /**
60608
+ * @since 4.0.0
60609
+ */
60610
+ const allShort = [
60611
+ ["GET", "get"],
60612
+ ["POST", "post"],
60613
+ ["PUT", "put"],
60614
+ ["DELETE", "del"],
60615
+ ["PATCH", "patch"],
60616
+ ["HEAD", "head"],
60617
+ ["OPTIONS", "options"],
60618
+ ["TRACE", "trace"]
60619
+ ];
60620
+ //#endregion
60621
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/http/HttpClientRequest.js
60588
60622
  const TypeId$23 = "~effect/http/HttpClientRequest";
60589
60623
  const Proto$7 = {
60590
60624
  [TypeId$23]: TypeId$23,
@@ -60754,7 +60788,7 @@ const bodyUrlParams = /* @__PURE__ */ dual(2, (self, input) => setBody(self, url
60754
60788
  */
60755
60789
  const bodyFormData = /* @__PURE__ */ dual(2, (self, body) => setBody(self, formData(body)));
60756
60790
  //#endregion
60757
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/http/HttpIncomingMessage.js
60791
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/http/HttpIncomingMessage.js
60758
60792
  /**
60759
60793
  * @since 4.0.0
60760
60794
  */
@@ -60805,7 +60839,7 @@ const inspect$1 = (self, that) => {
60805
60839
  return obj;
60806
60840
  };
60807
60841
  //#endregion
60808
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/http/HttpClientResponse.js
60842
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/http/HttpClientResponse.js
60809
60843
  /**
60810
60844
  * @since 4.0.0
60811
60845
  */
@@ -60946,22 +60980,7 @@ var WebHttpClientResponse = class extends Class$5 {
60946
60980
  }
60947
60981
  };
60948
60982
  //#endregion
60949
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/http/HttpMethod.js
60950
- /**
60951
- * @since 4.0.0
60952
- */
60953
- const allShort = [
60954
- ["GET", "get"],
60955
- ["POST", "post"],
60956
- ["PUT", "put"],
60957
- ["DELETE", "del"],
60958
- ["PATCH", "patch"],
60959
- ["HEAD", "head"],
60960
- ["OPTIONS", "options"],
60961
- ["TRACE", "trace"]
60962
- ];
60963
- //#endregion
60964
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/http/HttpTraceContext.js
60983
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/http/HttpTraceContext.js
60965
60984
  /**
60966
60985
  * @since 4.0.0
60967
60986
  */
@@ -61036,7 +61055,7 @@ const w3c = (headers) => {
61036
61055
  }
61037
61056
  };
61038
61057
  //#endregion
61039
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/http/HttpClient.js
61058
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/http/HttpClient.js
61040
61059
  const TypeId$20 = "~effect/http/HttpClient";
61041
61060
  /**
61042
61061
  * @since 4.0.0
@@ -61899,7 +61918,7 @@ const httpMethods = [
61899
61918
  */
61900
61919
  const make$38 = make$39;
61901
61920
  //#endregion
61902
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/http/Template.js
61921
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/http/Template.js
61903
61922
  /**
61904
61923
  * @since 4.0.0
61905
61924
  */
@@ -61948,7 +61967,7 @@ function isSuccess$1(u) {
61948
61967
  return isExit(u) && u._tag === "Success";
61949
61968
  }
61950
61969
  //#endregion
61951
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/http/HttpServerResponse.js
61970
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/http/HttpServerResponse.js
61952
61971
  /**
61953
61972
  * @since 4.0.0
61954
61973
  */
@@ -62037,7 +62056,7 @@ const makeResponse$2 = (options) => {
62037
62056
  return self;
62038
62057
  };
62039
62058
  //#endregion
62040
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/http/HttpServerRespondable.js
62059
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/http/HttpServerRespondable.js
62041
62060
  /**
62042
62061
  * @since 4.0.0
62043
62062
  */
@@ -62074,7 +62093,7 @@ const toResponseOrElseDefect = (u, orElse) => {
62074
62093
  return succeed$3(orElse);
62075
62094
  };
62076
62095
  //#endregion
62077
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/http/HttpServerError.js
62096
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/http/HttpServerError.js
62078
62097
  /**
62079
62098
  * @since 4.0.0
62080
62099
  */
@@ -62246,7 +62265,7 @@ const exitResponse = (exit) => {
62246
62265
  return causeResponseStripped(exit.cause)[0];
62247
62266
  };
62248
62267
  //#endregion
62249
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/socket/Socket.js
62268
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/socket/Socket.js
62250
62269
  /**
62251
62270
  * @since 4.0.0
62252
62271
  * @category Type IDs
@@ -63365,7 +63384,7 @@ const make$33 = make$34;
63365
63384
  const defaultIsFile = defaultIsFile$1;
63366
63385
  const decodeField = decodeField$1;
63367
63386
  //#endregion
63368
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/http/Multipart.js
63387
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/http/Multipart.js
63369
63388
  /**
63370
63389
  * @since 4.0.0
63371
63390
  */
@@ -63497,7 +63516,7 @@ const MaxFileSize = /* @__PURE__ */ Reference("effect/http/Multipart/MaxFileSize
63497
63516
  */
63498
63517
  const FieldMimeTypes = /* @__PURE__ */ Reference("effect/http/Multipart/FieldMimeTypes", { defaultValue: /* @__PURE__ */ constant(["application/json"]) });
63499
63518
  //#endregion
63500
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/http/HttpServerRequest.js
63519
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/http/HttpServerRequest.js
63501
63520
  /**
63502
63521
  * @since 4.0.0
63503
63522
  * @category Type IDs
@@ -63535,11 +63554,11 @@ const toURL = (self) => {
63535
63554
  }
63536
63555
  };
63537
63556
  //#endregion
63538
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/http/internal/preResponseHandler.js
63557
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/http/internal/preResponseHandler.js
63539
63558
  /** @internal */
63540
63559
  const requestPreResponseHandlers = /* @__PURE__ */ new WeakMap();
63541
63560
  //#endregion
63542
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/http/HttpMiddleware.js
63561
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/http/HttpMiddleware.js
63543
63562
  /**
63544
63563
  * @since 4.0.0
63545
63564
  */
@@ -63637,7 +63656,7 @@ const tracer = /* @__PURE__ */ make$32((httpApp) => withFiber((fiber) => {
63637
63656
  }, true);
63638
63657
  }));
63639
63658
  //#endregion
63640
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/http/HttpEffect.js
63659
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/http/HttpEffect.js
63641
63660
  /**
63642
63661
  * @since 4.0.0
63643
63662
  * @category combinators
@@ -63707,7 +63726,7 @@ const scoped = (effect) => withFiber((fiber) => {
63707
63726
  }, true);
63708
63727
  });
63709
63728
  //#endregion
63710
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/http/Etag.js
63729
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/http/Etag.js
63711
63730
  /**
63712
63731
  * @since 4.0.0
63713
63732
  */
@@ -63773,7 +63792,7 @@ const layerWeak = /* @__PURE__ */ succeed$4(Generator)({
63773
63792
  }
63774
63793
  });
63775
63794
  //#endregion
63776
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/http/HttpPlatform.js
63795
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/http/HttpPlatform.js
63777
63796
  /**
63778
63797
  * @since 4.0.0
63779
63798
  */
@@ -63812,7 +63831,7 @@ const make$31 = /* @__PURE__ */ fnUntraced(function* (impl) {
63812
63831
  });
63813
63832
  });
63814
63833
  //#endregion
63815
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/http/HttpServer.js
63834
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/http/HttpServer.js
63816
63835
  /**
63817
63836
  * @since 4.0.0
63818
63837
  */
@@ -63857,7 +63876,7 @@ const logAddress = /* @__PURE__ */ addressFormattedWith((_) => log$1(`Listening
63857
63876
  */
63858
63877
  const withLogAddress = (layer) => effectDiscard(logAddress).pipe(provideMerge(layer));
63859
63878
  //#endregion
63860
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/http/HttpRouter.js
63879
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/http/HttpRouter.js
63861
63880
  /**
63862
63881
  * @since 4.0.0
63863
63882
  */
@@ -64173,7 +64192,7 @@ const serve = (appLayer, options) => {
64173
64192
  }).pipe(unwrap$3, provideMerge(appLayer), provide$3(RouterLayer), options?.disableListenLog ? identity : withLogAddress);
64174
64193
  };
64175
64194
  //#endregion
64176
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/workers/Transferable.js
64195
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/workers/Transferable.js
64177
64196
  /**
64178
64197
  * @since 1.0.0
64179
64198
  */
@@ -64207,7 +64226,7 @@ const makeCollectorUnsafe = () => {
64207
64226
  });
64208
64227
  };
64209
64228
  //#endregion
64210
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/rpc/RpcSchema.js
64229
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/rpc/RpcSchema.js
64211
64230
  /**
64212
64231
  * @since 4.0.0
64213
64232
  */
@@ -64240,7 +64259,7 @@ function Stream(success, error) {
64240
64259
  }
64241
64260
  Service$1()("effect/rpc/RpcSchema/ClientAbort");
64242
64261
  //#endregion
64243
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/rpc/Rpc.js
64262
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/rpc/Rpc.js
64244
64263
  const TypeId$13 = "~effect/rpc/Rpc";
64245
64264
  const Proto$4 = {
64246
64265
  [TypeId$13]: TypeId$13,
@@ -64380,14 +64399,14 @@ const WrapperTypeId = "~effect/rpc/Rpc/Wrapper";
64380
64399
  */
64381
64400
  const isWrapper = (u) => WrapperTypeId in u;
64382
64401
  //#endregion
64383
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/rpc/RpcMessage.js
64402
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/rpc/RpcMessage.js
64384
64403
  /**
64385
64404
  * @since 4.0.0
64386
64405
  * @category request
64387
64406
  */
64388
64407
  const RequestId = (id) => typeof id === "bigint" ? id : BigInt(id);
64389
64408
  //#endregion
64390
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/rpc/Utils.js
64409
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/rpc/Utils.js
64391
64410
  /**
64392
64411
  * @since 4.0.0
64393
64412
  */
@@ -64418,7 +64437,7 @@ const withRun = () => (f) => suspend$3(() => {
64418
64437
  }));
64419
64438
  });
64420
64439
  //#endregion
64421
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/rpc/RpcClient.js
64440
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/rpc/RpcClient.js
64422
64441
  let requestIdCounter = /* @__PURE__ */ BigInt(0);
64423
64442
  /**
64424
64443
  * @since 4.0.0
@@ -64756,7 +64775,7 @@ var Protocol$1 = class extends Service$1()("effect/rpc/RpcClient/Protocol") {
64756
64775
  };
64757
64776
  const decodeDefect = /* @__PURE__ */ decodeSync(Defect);
64758
64777
  //#endregion
64759
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/rpc/RpcGroup.js
64778
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/rpc/RpcGroup.js
64760
64779
  const RpcGroupProto = {
64761
64780
  add(...rpcs) {
64762
64781
  const requests = new Map(this.requests);
@@ -64962,10 +64981,10 @@ const make$25 = ({ dumpSchema = () => void_$2 }) => ({ loader, schemaDirectory,
64962
64981
  yield* loadMigration(resolved)
64963
64982
  ]);
64964
64983
  }
64965
- if (required.length > 0) yield* pipe$1(insertMigrations(required.map(([id, name]) => [id, name])), mapError$2((_) => new MigrationError({
64984
+ if (required.length > 0) yield* pipe$1(insertMigrations(required.map(([id, name]) => [id, name])), mapError$2((error) => error.reason._tag === "ConstraintError" ? new MigrationError({
64966
64985
  kind: "Locked",
64967
64986
  message: "Migrations already running"
64968
- })));
64987
+ }) : error));
64969
64988
  yield* forEach$4(required, ([id, name, effect]) => logDebug(`Running migration`).pipe(flatMap$4(() => runMigration(id, name, effect)), annotateLogs("migration_id", String(id)), annotateLogs("migration_name", name), withSpan$1(`Migrator ${id}_${name}`)), { discard: true });
64970
64989
  yield* pipe$1(latestMigration, flatMap$4(match$10({
64971
64990
  onNone: () => logDebug(`Migrations complete`),
@@ -68490,7 +68509,7 @@ require_sender$1();
68490
68509
  var import_websocket = /* @__PURE__ */ __toESM(require_websocket$1(), 1);
68491
68510
  var import_websocket_server = /* @__PURE__ */ __toESM(require_websocket_server(), 1);
68492
68511
  //#endregion
68493
- //#region node_modules/.pnpm/@effect+platform-node-shared@4.0.0-beta.36_effect@4.0.0-beta.36/node_modules/@effect/platform-node-shared/dist/NodeFileSystem.js
68512
+ //#region node_modules/.pnpm/@effect+platform-node-shared@4.0.0-beta.37_effect@4.0.0-beta.37/node_modules/@effect/platform-node-shared/dist/NodeFileSystem.js
68494
68513
  /**
68495
68514
  * @since 1.0.0
68496
68515
  */
@@ -68828,7 +68847,7 @@ const makeFileSystem = /* @__PURE__ */ map$9(/* @__PURE__ */ serviceOption(Watch
68828
68847
  writeFile: writeFile$1
68829
68848
  }));
68830
68849
  //#endregion
68831
- //#region node_modules/.pnpm/@effect+platform-node@4.0.0-beta.36_effect@4.0.0-beta.36_ioredis@5.10.0/node_modules/@effect/platform-node/dist/NodeFileSystem.js
68850
+ //#region node_modules/.pnpm/@effect+platform-node@4.0.0-beta.37_effect@4.0.0-beta.37_ioredis@5.10.0/node_modules/@effect/platform-node/dist/NodeFileSystem.js
68832
68851
  /**
68833
68852
  * @since 1.0.0
68834
68853
  */
@@ -68838,7 +68857,7 @@ const makeFileSystem = /* @__PURE__ */ map$9(/* @__PURE__ */ serviceOption(Watch
68838
68857
  */
68839
68858
  const layer$25 = /* @__PURE__ */ effect$1(FileSystem)(makeFileSystem);
68840
68859
  //#endregion
68841
- //#region node_modules/.pnpm/@effect+platform-node@4.0.0-beta.36_effect@4.0.0-beta.36_ioredis@5.10.0/node_modules/@effect/platform-node/dist/NodeHttpIncomingMessage.js
68860
+ //#region node_modules/.pnpm/@effect+platform-node@4.0.0-beta.37_effect@4.0.0-beta.37_ioredis@5.10.0/node_modules/@effect/platform-node/dist/NodeHttpIncomingMessage.js
68842
68861
  /**
68843
68862
  * @since 1.0.0
68844
68863
  */
@@ -90309,7 +90328,7 @@ var require_undici = /* @__PURE__ */ __commonJSMin$1(((exports, module) => {
90309
90328
  module.exports.install = install;
90310
90329
  }));
90311
90330
  //#endregion
90312
- //#region node_modules/.pnpm/@effect+platform-node@4.0.0-beta.36_effect@4.0.0-beta.36_ioredis@5.10.0/node_modules/@effect/platform-node/dist/Undici.js
90331
+ //#region node_modules/.pnpm/@effect+platform-node@4.0.0-beta.37_effect@4.0.0-beta.37_ioredis@5.10.0/node_modules/@effect/platform-node/dist/Undici.js
90313
90332
  var Undici_exports = /* @__PURE__ */ __exportAll({ default: () => Undici_default });
90314
90333
  var import_undici = /* @__PURE__ */ __toESM(require_undici(), 1);
90315
90334
  __reExport(Undici_exports, /* @__PURE__ */ __toESM(require_undici(), 1));
@@ -90319,7 +90338,7 @@ __reExport(Undici_exports, /* @__PURE__ */ __toESM(require_undici(), 1));
90319
90338
  */
90320
90339
  var Undici_default = import_undici.default;
90321
90340
  //#endregion
90322
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/http/FetchHttpClient.js
90341
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/http/FetchHttpClient.js
90323
90342
  /**
90324
90343
  * @since 4.0.0
90325
90344
  */
@@ -90364,7 +90383,7 @@ const layer$24 = /* @__PURE__ */ layerMergedServices(/* @__PURE__ */ succeed$3(/
90364
90383
  return send(void 0);
90365
90384
  })));
90366
90385
  //#endregion
90367
- //#region node_modules/.pnpm/@effect+platform-node@4.0.0-beta.36_effect@4.0.0-beta.36_ioredis@5.10.0/node_modules/@effect/platform-node/dist/NodeHttpClient.js
90386
+ //#region node_modules/.pnpm/@effect+platform-node@4.0.0-beta.37_effect@4.0.0-beta.37_ioredis@5.10.0/node_modules/@effect/platform-node/dist/NodeHttpClient.js
90368
90387
  /**
90369
90388
  * @since 1.0.0
90370
90389
  */
@@ -90531,7 +90550,7 @@ var UndiciResponse = class extends Class$5 {
90531
90550
  */
90532
90551
  const layerUndici = /* @__PURE__ */ provide$3(/* @__PURE__ */ layerMergedServices(makeUndici), layerDispatcher);
90533
90552
  //#endregion
90534
- //#region node_modules/.pnpm/@effect+platform-node@4.0.0-beta.36_effect@4.0.0-beta.36_ioredis@5.10.0/node_modules/@effect/platform-node/dist/NodeHttpPlatform.js
90553
+ //#region node_modules/.pnpm/@effect+platform-node@4.0.0-beta.37_effect@4.0.0-beta.37_ioredis@5.10.0/node_modules/@effect/platform-node/dist/NodeHttpPlatform.js
90535
90554
  /**
90536
90555
  * @since 1.0.0
90537
90556
  */
@@ -90652,7 +90671,7 @@ var FileStream = class extends Readable {
90652
90671
  }
90653
90672
  };
90654
90673
  //#endregion
90655
- //#region node_modules/.pnpm/@effect+platform-node@4.0.0-beta.36_effect@4.0.0-beta.36_ioredis@5.10.0/node_modules/@effect/platform-node/dist/NodeMultipart.js
90674
+ //#region node_modules/.pnpm/@effect+platform-node@4.0.0-beta.37_effect@4.0.0-beta.37_ioredis@5.10.0/node_modules/@effect/platform-node/dist/NodeMultipart.js
90656
90675
  /**
90657
90676
  * @since 1.0.0
90658
90677
  */
@@ -90747,7 +90766,7 @@ function convertError(cause) {
90747
90766
  }
90748
90767
  }
90749
90768
  //#endregion
90750
- //#region node_modules/.pnpm/@effect+platform-node-shared@4.0.0-beta.36_effect@4.0.0-beta.36/node_modules/@effect/platform-node-shared/dist/NodePath.js
90769
+ //#region node_modules/.pnpm/@effect+platform-node-shared@4.0.0-beta.37_effect@4.0.0-beta.37/node_modules/@effect/platform-node-shared/dist/NodePath.js
90751
90770
  /**
90752
90771
  * @since 1.0.0
90753
90772
  */
@@ -90770,7 +90789,7 @@ const toFileUrl = (path) => try_({
90770
90789
  ({ ...Path.posix });
90771
90790
  ({ ...Path.win32 });
90772
90791
  //#endregion
90773
- //#region node_modules/.pnpm/@effect+platform-node@4.0.0-beta.36_effect@4.0.0-beta.36_ioredis@5.10.0/node_modules/@effect/platform-node/dist/NodePath.js
90792
+ //#region node_modules/.pnpm/@effect+platform-node@4.0.0-beta.37_effect@4.0.0-beta.37_ioredis@5.10.0/node_modules/@effect/platform-node/dist/NodePath.js
90774
90793
  /**
90775
90794
  * @since 1.0.0
90776
90795
  */
@@ -90785,7 +90804,7 @@ const layer$21 = /* @__PURE__ */ succeed$4(Path$1)({
90785
90804
  toFileUrl
90786
90805
  });
90787
90806
  //#endregion
90788
- //#region node_modules/.pnpm/@effect+platform-node@4.0.0-beta.36_effect@4.0.0-beta.36_ioredis@5.10.0/node_modules/@effect/platform-node/dist/NodeStdio.js
90807
+ //#region node_modules/.pnpm/@effect+platform-node@4.0.0-beta.37_effect@4.0.0-beta.37_ioredis@5.10.0/node_modules/@effect/platform-node/dist/NodeStdio.js
90789
90808
  /**
90790
90809
  * @since 1.0.0
90791
90810
  */
@@ -90890,7 +90909,7 @@ function defaultShouldQuit(input) {
90890
90909
  return input.key.ctrl && (input.key.name === "c" || input.key.name === "d");
90891
90910
  }
90892
90911
  //#endregion
90893
- //#region node_modules/.pnpm/@effect+platform-node@4.0.0-beta.36_effect@4.0.0-beta.36_ioredis@5.10.0/node_modules/@effect/platform-node/dist/NodeServices.js
90912
+ //#region node_modules/.pnpm/@effect+platform-node@4.0.0-beta.37_effect@4.0.0-beta.37_ioredis@5.10.0/node_modules/@effect/platform-node/dist/NodeServices.js
90894
90913
  /**
90895
90914
  * @since 1.0.0
90896
90915
  * @category layer
@@ -90902,7 +90921,7 @@ const layer$16 = /* @__PURE__ */ provideMerge(layer$30, /* @__PURE__ */ mergeAll
90902
90921
  */
90903
90922
  const layerWebSocketConstructorWS = /* @__PURE__ */ succeed$4(WebSocketConstructor)((url, protocols) => new import_websocket.default(url, protocols));
90904
90923
  //#endregion
90905
- //#region node_modules/.pnpm/@effect+platform-node@4.0.0-beta.36_effect@4.0.0-beta.36_ioredis@5.10.0/node_modules/@effect/platform-node/dist/NodeHttpServer.js
90924
+ //#region node_modules/.pnpm/@effect+platform-node@4.0.0-beta.37_effect@4.0.0-beta.37_ioredis@5.10.0/node_modules/@effect/platform-node/dist/NodeHttpServer.js
90906
90925
  /**
90907
90926
  * @since 1.0.0
90908
90927
  */
@@ -91195,7 +91214,7 @@ const handleCause = (nodeResponse, originalResponse) => (originalCause) => flatM
91195
91214
  return failCause$2(headersSent ? combine$1(originalCause, die$3(originalResponse)) : cause);
91196
91215
  });
91197
91216
  //#endregion
91198
- //#region node_modules/.pnpm/@effect+platform-node@4.0.0-beta.36_effect@4.0.0-beta.36_ioredis@5.10.0/node_modules/@effect/platform-node/dist/NodeRuntime.js
91217
+ //#region node_modules/.pnpm/@effect+platform-node@4.0.0-beta.37_effect@4.0.0-beta.37_ioredis@5.10.0/node_modules/@effect/platform-node/dist/NodeRuntime.js
91199
91218
  /**
91200
91219
  * @since 1.0.0
91201
91220
  */
@@ -91246,7 +91265,7 @@ const runMain = /* @__PURE__ */ makeRunMain(({ fiber, teardown }) => {
91246
91265
  process.on("SIGTERM", onSigint);
91247
91266
  });
91248
91267
  //#endregion
91249
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/persistence/PersistedCache.js
91268
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/persistence/PersistedCache.js
91250
91269
  /**
91251
91270
  * @since 4.0.0
91252
91271
  */
@@ -91793,7 +91812,7 @@ const toExit = (self) => {
91793
91812
  }
91794
91813
  };
91795
91814
  //#endregion
91796
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/reactivity/AtomRegistry.js
91815
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/reactivity/AtomRegistry.js
91797
91816
  /**
91798
91817
  * @since 4.0.0
91799
91818
  */
@@ -92380,7 +92399,7 @@ function batchRebuildNode(node) {
92380
92399
  if (node.state !== NodeState.valid) node.value();
92381
92400
  }
92382
92401
  //#endregion
92383
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/reactivity/Atom.js
92402
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/reactivity/Atom.js
92384
92403
  /**
92385
92404
  * @since 4.0.0
92386
92405
  */
@@ -178421,7 +178440,7 @@ const parseCommand = (command) => {
178421
178440
  return args;
178422
178441
  };
178423
178442
  //#endregion
178424
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/ai/Model.js
178443
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/ai/Model.js
178425
178444
  /**
178426
178445
  * The `Model` module provides a unified interface for AI service providers.
178427
178446
  *
@@ -181644,7 +181663,7 @@ var ji = Bt, Ii = Object.assign(Qe, { sync: Bt }), zi = Ut, Bi = Object.assign(e
181644
181663
  });
181645
181664
  Ze.glob = Ze;
181646
181665
  //#endregion
181647
- //#region node_modules/.pnpm/clanka@0.2.30_@effect+ai-openai-compat@4.0.0-beta.36_effect@4.0.0-beta.36__@effect+ai-o_4128f6b6cb035b98696bdeb40e30bb98/node_modules/clanka/dist/ApplyPatch.js
181666
+ //#region node_modules/.pnpm/clanka@0.2.31_@effect+ai-openai-compat@4.0.0-beta.37_effect@4.0.0-beta.37__@effect+ai-o_e6618f2236cf2d744a8a10cef6e9a9fd/node_modules/clanka/dist/ApplyPatch.js
181648
181667
  /**
181649
181668
  * @since 1.0.0
181650
181669
  */
@@ -196517,7 +196536,7 @@ var StreamableHTTPClientTransport = class {
196517
196536
  }
196518
196537
  };
196519
196538
  //#endregion
196520
- //#region node_modules/.pnpm/clanka@0.2.30_@effect+ai-openai-compat@4.0.0-beta.36_effect@4.0.0-beta.36__@effect+ai-o_4128f6b6cb035b98696bdeb40e30bb98/node_modules/clanka/dist/McpClient.js
196539
+ //#region node_modules/.pnpm/clanka@0.2.31_@effect+ai-openai-compat@4.0.0-beta.37_effect@4.0.0-beta.37__@effect+ai-o_e6618f2236cf2d744a8a10cef6e9a9fd/node_modules/clanka/dist/McpClient.js
196521
196540
  /**
196522
196541
  * @since 1.0.0
196523
196542
  */
@@ -196562,7 +196581,7 @@ const layer$13 = effect$1(McpClient, gen(function* () {
196562
196581
  });
196563
196582
  }));
196564
196583
  //#endregion
196565
- //#region node_modules/.pnpm/clanka@0.2.30_@effect+ai-openai-compat@4.0.0-beta.36_effect@4.0.0-beta.36__@effect+ai-o_4128f6b6cb035b98696bdeb40e30bb98/node_modules/clanka/dist/ExaSearch.js
196584
+ //#region node_modules/.pnpm/clanka@0.2.31_@effect+ai-openai-compat@4.0.0-beta.37_effect@4.0.0-beta.37__@effect+ai-o_e6618f2236cf2d744a8a10cef6e9a9fd/node_modules/clanka/dist/ExaSearch.js
196566
196585
  /**
196567
196586
  * @since 1.0.0
196568
196587
  */
@@ -211512,7 +211531,7 @@ var require_lib = /* @__PURE__ */ __commonJSMin$1(((exports) => {
211512
211531
  exports.impl = impl;
211513
211532
  }));
211514
211533
  //#endregion
211515
- //#region node_modules/.pnpm/clanka@0.2.30_@effect+ai-openai-compat@4.0.0-beta.36_effect@4.0.0-beta.36__@effect+ai-o_4128f6b6cb035b98696bdeb40e30bb98/node_modules/clanka/dist/WebToMarkdown.js
211534
+ //#region node_modules/.pnpm/clanka@0.2.31_@effect+ai-openai-compat@4.0.0-beta.37_effect@4.0.0-beta.37__@effect+ai-o_e6618f2236cf2d744a8a10cef6e9a9fd/node_modules/clanka/dist/WebToMarkdown.js
211516
211535
  /**
211517
211536
  * @since 1.0.0
211518
211537
  */
@@ -212276,7 +212295,7 @@ const layer$11 = effect$1(WebToMarkdown, gen(function* () {
212276
212295
  });
212277
212296
  }));
212278
212297
  //#endregion
212279
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/ai/Response.js
212298
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/ai/Response.js
212280
212299
  const PartTypeId$1 = "~effect/ai/Content/Part";
212281
212300
  const constEmptyObject$1 = () => ({});
212282
212301
  const constPartTypeId$1 = () => PartTypeId$1;
@@ -212782,7 +212801,7 @@ const ErrorPart = /* @__PURE__ */ Struct$2({
212782
212801
  error: Unknown
212783
212802
  }).annotate({ identifier: "ErrorPart" });
212784
212803
  //#endregion
212785
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/ai/AiError.js
212804
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/ai/AiError.js
212786
212805
  /**
212787
212806
  * The `AiError` module provides comprehensive, provider-agnostic error handling
212788
212807
  * for AI operations.
@@ -212863,7 +212882,7 @@ const ErrorPart = /* @__PURE__ */ Struct$2({
212863
212882
  *
212864
212883
  * @since 1.0.0
212865
212884
  */
212866
- const ReasonTypeId = "~effect/unstable/ai/AiError/Reason";
212885
+ const ReasonTypeId$1 = "~effect/unstable/ai/AiError/Reason";
212867
212886
  const providerMetadataWithDefaults = () => ProviderMetadata.pipe(withConstructorDefault(() => some$2({})), withDecodingDefault(() => ({})));
212868
212887
  const redactHeaders = (headers) => {
212869
212888
  const redacted = redact$3(headers);
@@ -212918,7 +212937,7 @@ var NetworkError = class NetworkError extends ErrorClass("effect/ai/AiError/Netw
212918
212937
  /**
212919
212938
  * @since 1.0.0
212920
212939
  */
212921
- [ReasonTypeId] = ReasonTypeId;
212940
+ [ReasonTypeId$1] = ReasonTypeId$1;
212922
212941
  /**
212923
212942
  * Transport errors are retryable; encoding and URL errors are not.
212924
212943
  *
@@ -213047,7 +213066,7 @@ var RateLimitError = class extends ErrorClass("effect/ai/AiError/RateLimitError"
213047
213066
  /**
213048
213067
  * @since 1.0.0
213049
213068
  */
213050
- [ReasonTypeId] = ReasonTypeId;
213069
+ [ReasonTypeId$1] = ReasonTypeId$1;
213051
213070
  /**
213052
213071
  * Rate limit errors are always retryable.
213053
213072
  *
@@ -213090,7 +213109,7 @@ var QuotaExhaustedError = class extends ErrorClass("effect/ai/AiError/QuotaExhau
213090
213109
  /**
213091
213110
  * @since 1.0.0
213092
213111
  */
213093
- [ReasonTypeId] = ReasonTypeId;
213112
+ [ReasonTypeId$1] = ReasonTypeId$1;
213094
213113
  /**
213095
213114
  * Quota exhausted errors require user action and are not retryable.
213096
213115
  *
@@ -213126,7 +213145,7 @@ var QuotaExhaustedError = class extends ErrorClass("effect/ai/AiError/QuotaExhau
213126
213145
  * @since 1.0.0
213127
213146
  * @category reason
213128
213147
  */
213129
- var AuthenticationError = class extends ErrorClass("effect/ai/AiError/AuthenticationError")({
213148
+ var AuthenticationError$1 = class extends ErrorClass("effect/ai/AiError/AuthenticationError")({
213130
213149
  _tag: /* @__PURE__ */ tag("AuthenticationError"),
213131
213150
  kind: /* @__PURE__ */ Literals([
213132
213151
  "InvalidKey",
@@ -213141,7 +213160,7 @@ var AuthenticationError = class extends ErrorClass("effect/ai/AiError/Authentica
213141
213160
  /**
213142
213161
  * @since 1.0.0
213143
213162
  */
213144
- [ReasonTypeId] = ReasonTypeId;
213163
+ [ReasonTypeId$1] = ReasonTypeId$1;
213145
213164
  /**
213146
213165
  * Authentication errors require credential changes and are not retryable.
213147
213166
  *
@@ -213190,7 +213209,7 @@ var ContentPolicyError = class extends ErrorClass("effect/ai/AiError/ContentPoli
213190
213209
  /**
213191
213210
  * @since 1.0.0
213192
213211
  */
213193
- [ReasonTypeId] = ReasonTypeId;
213212
+ [ReasonTypeId$1] = ReasonTypeId$1;
213194
213213
  /**
213195
213214
  * Content policy errors require content changes and are not retryable.
213196
213215
  *
@@ -213237,7 +213256,7 @@ var InvalidRequestError = class extends ErrorClass("effect/ai/AiError/InvalidReq
213237
213256
  /**
213238
213257
  * @since 1.0.0
213239
213258
  */
213240
- [ReasonTypeId] = ReasonTypeId;
213259
+ [ReasonTypeId$1] = ReasonTypeId$1;
213241
213260
  /**
213242
213261
  * Invalid request errors require fixing the request and are not retryable.
213243
213262
  *
@@ -213284,7 +213303,7 @@ var InternalProviderError = class extends ErrorClass("effect/ai/AiError/Internal
213284
213303
  /**
213285
213304
  * @since 1.0.0
213286
213305
  */
213287
- [ReasonTypeId] = ReasonTypeId;
213306
+ [ReasonTypeId$1] = ReasonTypeId$1;
213288
213307
  /**
213289
213308
  * Internal provider errors are typically transient and are retryable.
213290
213309
  *
@@ -213327,7 +213346,7 @@ var InvalidOutputError = class InvalidOutputError extends ErrorClass("effect/ai/
213327
213346
  /**
213328
213347
  * @since 1.0.0
213329
213348
  */
213330
- [ReasonTypeId] = ReasonTypeId;
213349
+ [ReasonTypeId$1] = ReasonTypeId$1;
213331
213350
  /**
213332
213351
  * Invalid output errors are retryable since LLM outputs are non-deterministic.
213333
213352
  *
@@ -213392,7 +213411,7 @@ var StructuredOutputError = class StructuredOutputError extends ErrorClass("effe
213392
213411
  /**
213393
213412
  * @since 1.0.0
213394
213413
  */
213395
- [ReasonTypeId] = ReasonTypeId;
213414
+ [ReasonTypeId$1] = ReasonTypeId$1;
213396
213415
  /**
213397
213416
  * Structured output errors are retryable since LLM outputs are non-deterministic.
213398
213417
  *
@@ -213459,7 +213478,7 @@ var UnsupportedSchemaError = class extends ErrorClass("effect/ai/AiError/Unsuppo
213459
213478
  /**
213460
213479
  * @since 1.0.0
213461
213480
  */
213462
- [ReasonTypeId] = ReasonTypeId;
213481
+ [ReasonTypeId$1] = ReasonTypeId$1;
213463
213482
  /**
213464
213483
  * Unsupported schema errors are not retryable because they indicate a programmer error.
213465
213484
  *
@@ -213493,7 +213512,7 @@ var UnsupportedSchemaError = class extends ErrorClass("effect/ai/AiError/Unsuppo
213493
213512
  * @since 1.0.0
213494
213513
  * @category reason
213495
213514
  */
213496
- var UnknownError = class extends ErrorClass("effect/ai/AiError/UnknownError")({
213515
+ var UnknownError$1 = class extends ErrorClass("effect/ai/AiError/UnknownError")({
213497
213516
  _tag: /* @__PURE__ */ tag("UnknownError"),
213498
213517
  description: /* @__PURE__ */ optional$3(String$1),
213499
213518
  metadata: /* @__PURE__ */ providerMetadataWithDefaults(),
@@ -213502,7 +213521,7 @@ var UnknownError = class extends ErrorClass("effect/ai/AiError/UnknownError")({
213502
213521
  /**
213503
213522
  * @since 1.0.0
213504
213523
  */
213505
- [ReasonTypeId] = ReasonTypeId;
213524
+ [ReasonTypeId$1] = ReasonTypeId$1;
213506
213525
  /**
213507
213526
  * Unknown errors are not retryable by default.
213508
213527
  *
@@ -213546,7 +213565,7 @@ var ToolNotFoundError = class extends ErrorClass("effect/ai/AiError/ToolNotFound
213546
213565
  /**
213547
213566
  * @since 1.0.0
213548
213567
  */
213549
- [ReasonTypeId] = ReasonTypeId;
213568
+ [ReasonTypeId$1] = ReasonTypeId$1;
213550
213569
  /**
213551
213570
  * Tool not found errors are retryable because the model may self-correct.
213552
213571
  *
@@ -213593,7 +213612,7 @@ var ToolParameterValidationError = class extends ErrorClass("effect/ai/AiError/T
213593
213612
  /**
213594
213613
  * @since 1.0.0
213595
213614
  */
213596
- [ReasonTypeId] = ReasonTypeId;
213615
+ [ReasonTypeId$1] = ReasonTypeId$1;
213597
213616
  /**
213598
213617
  * Parameter validation errors are retryable because the model may correct parameters.
213599
213618
  *
@@ -213638,7 +213657,7 @@ var InvalidToolResultError = class extends ErrorClass("effect/ai/AiError/Invalid
213638
213657
  /**
213639
213658
  * @since 1.0.0
213640
213659
  */
213641
- [ReasonTypeId] = ReasonTypeId;
213660
+ [ReasonTypeId$1] = ReasonTypeId$1;
213642
213661
  /**
213643
213662
  * Invalid tool result errors are not retryable because they indicate a bug in the handler.
213644
213663
  *
@@ -213684,7 +213703,7 @@ var ToolResultEncodingError = class extends ErrorClass("effect/ai/AiError/ToolRe
213684
213703
  /**
213685
213704
  * @since 1.0.0
213686
213705
  */
213687
- [ReasonTypeId] = ReasonTypeId;
213706
+ [ReasonTypeId$1] = ReasonTypeId$1;
213688
213707
  /**
213689
213708
  * Encoding errors are not retryable because they indicate a code bug.
213690
213709
  *
@@ -213728,7 +213747,7 @@ var ToolConfigurationError = class extends ErrorClass("effect/ai/AiError/ToolCon
213728
213747
  /**
213729
213748
  * @since 1.0.0
213730
213749
  */
213731
- [ReasonTypeId] = ReasonTypeId;
213750
+ [ReasonTypeId$1] = ReasonTypeId$1;
213732
213751
  /**
213733
213752
  * Configuration errors are not retryable because they indicate a code bug.
213734
213753
  *
@@ -213771,7 +213790,7 @@ var ToolkitRequiredError = class extends ErrorClass("effect/ai/AiError/ToolkitRe
213771
213790
  /**
213772
213791
  * @since 1.0.0
213773
213792
  */
213774
- [ReasonTypeId] = ReasonTypeId;
213793
+ [ReasonTypeId$1] = ReasonTypeId$1;
213775
213794
  /**
213776
213795
  * Toolkit required errors are not retryable without providing a toolkit.
213777
213796
  *
@@ -213814,7 +213833,7 @@ var InvalidUserInputError = class extends ErrorClass("effect/ai/AiError/InvalidU
213814
213833
  /**
213815
213834
  * @since 1.0.0
213816
213835
  */
213817
- [ReasonTypeId] = ReasonTypeId;
213836
+ [ReasonTypeId$1] = ReasonTypeId$1;
213818
213837
  /**
213819
213838
  * Invalid user input errors require fixing the input and are not retryable.
213820
213839
  *
@@ -213836,7 +213855,7 @@ var InvalidUserInputError = class extends ErrorClass("effect/ai/AiError/InvalidU
213836
213855
  const AiErrorReason = /* @__PURE__ */ Union$2([
213837
213856
  RateLimitError,
213838
213857
  QuotaExhaustedError,
213839
- AuthenticationError,
213858
+ AuthenticationError$1,
213840
213859
  ContentPolicyError,
213841
213860
  InvalidRequestError,
213842
213861
  InternalProviderError,
@@ -213844,7 +213863,7 @@ const AiErrorReason = /* @__PURE__ */ Union$2([
213844
213863
  InvalidOutputError,
213845
213864
  StructuredOutputError,
213846
213865
  UnsupportedSchemaError,
213847
- UnknownError,
213866
+ UnknownError$1,
213848
213867
  ToolNotFoundError,
213849
213868
  ToolParameterValidationError,
213850
213869
  InvalidToolResultError,
@@ -213933,7 +213952,7 @@ var AiError = class extends ErrorClass("effect/ai/AiError/AiError")({
213933
213952
  * @since 1.0.0
213934
213953
  * @category guards
213935
213954
  */
213936
- const isAiErrorReason = (u) => hasProperty(u, ReasonTypeId);
213955
+ const isAiErrorReason = (u) => hasProperty(u, ReasonTypeId$1);
213937
213956
  /**
213938
213957
  * Creates an `AiError` with the given reason.
213939
213958
  *
@@ -213987,11 +214006,11 @@ const reasonFromHttpStatus = (params) => {
213987
214006
  };
213988
214007
  switch (status) {
213989
214008
  case 400: return new InvalidRequestError(common);
213990
- case 401: return new AuthenticationError({
214009
+ case 401: return new AuthenticationError$1({
213991
214010
  kind: "InvalidKey",
213992
214011
  ...common
213993
214012
  });
213994
- case 403: return new AuthenticationError({
214013
+ case 403: return new AuthenticationError$1({
213995
214014
  kind: "InsufficientPermissions",
213996
214015
  ...common
213997
214016
  });
@@ -214001,11 +214020,11 @@ const reasonFromHttpStatus = (params) => {
214001
214020
  description: "Server error",
214002
214021
  ...common
214003
214022
  });
214004
- return new UnknownError(common);
214023
+ return new UnknownError$1(common);
214005
214024
  }
214006
214025
  };
214007
214026
  //#endregion
214008
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/ai/Toolkit.js
214027
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/ai/Toolkit.js
214009
214028
  const TypeId$6 = "~effect/ai/Toolkit";
214010
214029
  const Proto$2 = {
214011
214030
  ...YieldableProto,
@@ -214229,7 +214248,7 @@ const merge$1 = (...toolkits) => {
214229
214248
  return makeProto(tools);
214230
214249
  };
214231
214250
  //#endregion
214232
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/ai/Tool.js
214251
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/ai/Tool.js
214233
214252
  /**
214234
214253
  * @since 1.0.0
214235
214254
  * @category type ids
@@ -214651,7 +214670,7 @@ function isEmptyParamsRecord(indexSignature) {
214651
214670
  return indexSignature.parameter === string$3 && isNever(indexSignature.type);
214652
214671
  }
214653
214672
  //#endregion
214654
- //#region node_modules/.pnpm/clanka@0.2.30_@effect+ai-openai-compat@4.0.0-beta.36_effect@4.0.0-beta.36__@effect+ai-o_4128f6b6cb035b98696bdeb40e30bb98/node_modules/clanka/dist/SemanticSearch/Service.js
214673
+ //#region node_modules/.pnpm/clanka@0.2.31_@effect+ai-openai-compat@4.0.0-beta.37_effect@4.0.0-beta.37__@effect+ai-o_e6618f2236cf2d744a8a10cef6e9a9fd/node_modules/clanka/dist/SemanticSearch/Service.js
214655
214674
  /**
214656
214675
  * @since 1.0.0
214657
214676
  */
@@ -214677,7 +214696,7 @@ const maybeRemoveFile = (path) => serviceOption(SemanticSearch).pipe(flatMap$4(m
214677
214696
  onSome: (service) => service.removeFile(path)
214678
214697
  })));
214679
214698
  //#endregion
214680
- //#region node_modules/.pnpm/clanka@0.2.30_@effect+ai-openai-compat@4.0.0-beta.36_effect@4.0.0-beta.36__@effect+ai-o_4128f6b6cb035b98696bdeb40e30bb98/node_modules/clanka/dist/AgentTools.js
214699
+ //#region node_modules/.pnpm/clanka@0.2.31_@effect+ai-openai-compat@4.0.0-beta.37_effect@4.0.0-beta.37__@effect+ai-o_e6618f2236cf2d744a8a10cef6e9a9fd/node_modules/clanka/dist/AgentTools.js
214681
214700
  /**
214682
214701
  * @since 1.0.0
214683
214702
  */
@@ -215080,7 +215099,7 @@ const AgentToolHandlers = AgentToolHandlersNoDeps.pipe(provide$3([layer$12, laye
215080
215099
  AgentToolHandlersNoDeps.pipe(provide$3([mock(ExaSearch)({}), mock(WebToMarkdown)({})]));
215081
215100
  var ApplyPatchError = class extends TaggedClass$2("ApplyPatchError") {};
215082
215101
  //#endregion
215083
- //#region node_modules/.pnpm/clanka@0.2.30_@effect+ai-openai-compat@4.0.0-beta.36_effect@4.0.0-beta.36__@effect+ai-o_4128f6b6cb035b98696bdeb40e30bb98/node_modules/clanka/dist/TypeBuilder.js
215102
+ //#region node_modules/.pnpm/clanka@0.2.31_@effect+ai-openai-compat@4.0.0-beta.37_effect@4.0.0-beta.37__@effect+ai-o_e6618f2236cf2d744a8a10cef6e9a9fd/node_modules/clanka/dist/TypeBuilder.js
215084
215103
  const resolveDocumentation = resolveAt("documentation");
215085
215104
  const identifierPattern = /^[$A-Z_a-z][$0-9A-Z_a-z]*$/u;
215086
215105
  const Precedence = {
@@ -215353,7 +215372,7 @@ const render = (schema, options) => {
215353
215372
  return printNode({ text: documentation === void 0 ? rendered.text : `${renderJsDoc(documentation, 0, printerOptions)}${printerOptions.newLine}${rendered.text}` }, printerOptions);
215354
215373
  };
215355
215374
  //#endregion
215356
- //#region node_modules/.pnpm/clanka@0.2.30_@effect+ai-openai-compat@4.0.0-beta.36_effect@4.0.0-beta.36__@effect+ai-o_4128f6b6cb035b98696bdeb40e30bb98/node_modules/clanka/dist/ToolkitRenderer.js
215375
+ //#region node_modules/.pnpm/clanka@0.2.31_@effect+ai-openai-compat@4.0.0-beta.37_effect@4.0.0-beta.37__@effect+ai-o_e6618f2236cf2d744a8a10cef6e9a9fd/node_modules/clanka/dist/ToolkitRenderer.js
215357
215376
  /**
215358
215377
  * @since 1.0.0
215359
215378
  */
@@ -215375,7 +215394,7 @@ declare function ${name}(${params}): Promise<${render(tool.successSchema)}>`);
215375
215394
  }) });
215376
215395
  };
215377
215396
  //#endregion
215378
- //#region node_modules/.pnpm/clanka@0.2.30_@effect+ai-openai-compat@4.0.0-beta.36_effect@4.0.0-beta.36__@effect+ai-o_4128f6b6cb035b98696bdeb40e30bb98/node_modules/clanka/dist/ScriptPreprocessing.js
215397
+ //#region node_modules/.pnpm/clanka@0.2.31_@effect+ai-openai-compat@4.0.0-beta.37_effect@4.0.0-beta.37__@effect+ai-o_e6618f2236cf2d744a8a10cef6e9a9fd/node_modules/clanka/dist/ScriptPreprocessing.js
215379
215398
  const callTemplateTargets = ["applyPatch", "taskComplete"];
215380
215399
  const objectPropertyTargets = [{
215381
215400
  functionName: "writeFile",
@@ -215854,7 +215873,7 @@ const rewriteAssignedTargets = (script) => {
215854
215873
  };
215855
215874
  const preprocessScript = (script) => rewriteAssignedTargets(rewriteDirectTemplates(script));
215856
215875
  //#endregion
215857
- //#region node_modules/.pnpm/clanka@0.2.30_@effect+ai-openai-compat@4.0.0-beta.36_effect@4.0.0-beta.36__@effect+ai-o_4128f6b6cb035b98696bdeb40e30bb98/node_modules/clanka/dist/AgentExecutor.js
215876
+ //#region node_modules/.pnpm/clanka@0.2.31_@effect+ai-openai-compat@4.0.0-beta.37_effect@4.0.0-beta.37__@effect+ai-o_e6618f2236cf2d744a8a10cef6e9a9fd/node_modules/clanka/dist/AgentExecutor.js
215858
215877
  /**
215859
215878
  * @since 1.0.0
215860
215879
  */
@@ -216039,7 +216058,7 @@ var QueueWriteStream = class extends Writable {
216039
216058
  }
216040
216059
  };
216041
216060
  //#endregion
216042
- //#region node_modules/.pnpm/clanka@0.2.30_@effect+ai-openai-compat@4.0.0-beta.36_effect@4.0.0-beta.36__@effect+ai-o_4128f6b6cb035b98696bdeb40e30bb98/node_modules/clanka/dist/ScriptExtraction.js
216061
+ //#region node_modules/.pnpm/clanka@0.2.31_@effect+ai-openai-compat@4.0.0-beta.37_effect@4.0.0-beta.37__@effect+ai-o_e6618f2236cf2d744a8a10cef6e9a9fd/node_modules/clanka/dist/ScriptExtraction.js
216043
216062
  const stripWrappingCodeFence = (script) => {
216044
216063
  const lines = script.split(/\r?\n/);
216045
216064
  if (lines.length < 2) return script;
@@ -216064,7 +216083,7 @@ const stripWrappingCodeFence = (script) => {
216064
216083
  return lines.slice(firstNonEmpty + 1, lastNonEmpty).join(newLine);
216065
216084
  };
216066
216085
  //#endregion
216067
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/ai/Prompt.js
216086
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/ai/Prompt.js
216068
216087
  /**
216069
216088
  * The `Prompt` module provides several data structures to simplify creating and
216070
216089
  * combining prompts.
@@ -216603,7 +216622,7 @@ const setSystem = /* @__PURE__ */ dual(2, (self, content) => {
216603
216622
  return makePrompt(messages);
216604
216623
  });
216605
216624
  //#endregion
216606
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/ai/IdGenerator.js
216625
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/ai/IdGenerator.js
216607
216626
  /**
216608
216627
  * The `IdGenerator` service tag for dependency injection.
216609
216628
  *
@@ -216672,7 +216691,7 @@ const makeGenerator = ({ alphabet = DEFAULT_ALPHABET, prefix, separator = DEFAUL
216672
216691
  */
216673
216692
  const defaultIdGenerator = { generateId: /* @__PURE__ */ makeGenerator({ prefix: "id" }) };
216674
216693
  //#endregion
216675
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/ai/internal/codec-transformer.js
216694
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/ai/internal/codec-transformer.js
216676
216695
  /** @internal */
216677
216696
  const defaultCodecTransformer$1 = (codec) => {
216678
216697
  const document = toJsonSchemaDocument(codec);
@@ -216684,7 +216703,7 @@ const defaultCodecTransformer$1 = (codec) => {
216684
216703
  };
216685
216704
  };
216686
216705
  //#endregion
216687
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/ai/ResponseIdTracker.js
216706
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/ai/ResponseIdTracker.js
216688
216707
  /**
216689
216708
  * @since 4.0.0
216690
216709
  */
@@ -216741,7 +216760,7 @@ const make$11 = /* @__PURE__ */ sync(() => {
216741
216760
  };
216742
216761
  });
216743
216762
  //#endregion
216744
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/ai/Telemetry.js
216763
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/ai/Telemetry.js
216745
216764
  /**
216746
216765
  * The `Telemetry` module provides OpenTelemetry integration for operations
216747
216766
  * performed against a large language model provider by defining telemetry
@@ -216857,7 +216876,7 @@ const addGenAIAnnotations$2 = /* @__PURE__ */ dual(2, (span, options) => {
216857
216876
  */
216858
216877
  var CurrentSpanTransformer = class extends Service$1()("effect/ai/Telemetry/CurrentSpanTransformer") {};
216859
216878
  //#endregion
216860
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/ai/LanguageModel.js
216879
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/ai/LanguageModel.js
216861
216880
  /**
216862
216881
  * The `LanguageModel` service key for dependency injection.
216863
216882
  *
@@ -217588,7 +217607,7 @@ const applySpanTransformer = (transformer, response, options) => {
217588
217607
  });
217589
217608
  };
217590
217609
  //#endregion
217591
- //#region node_modules/.pnpm/clanka@0.2.30_@effect+ai-openai-compat@4.0.0-beta.36_effect@4.0.0-beta.36__@effect+ai-o_4128f6b6cb035b98696bdeb40e30bb98/node_modules/clanka/dist/Agent.js
217610
+ //#region node_modules/.pnpm/clanka@0.2.31_@effect+ai-openai-compat@4.0.0-beta.37_effect@4.0.0-beta.37__@effect+ai-o_e6618f2236cf2d744a8a10cef6e9a9fd/node_modules/clanka/dist/Agent.js
217592
217611
  /**
217593
217612
  * @since 1.0.0
217594
217613
  */
@@ -217872,7 +217891,6 @@ const retryPolicy = exponential(100, 1.5).pipe(either(spaced(5e3)), jittered);
217872
217891
  const defaultSystem = (options) => `You are a world-class software engineer: precise, rigorous, thoughtful, and relentlessly careful. You fully understand the task, verify assumptions, and produce minimal, correct, maintainable solutions. You make no mistakes.
217873
217892
 
217874
217893
  - **Fully read and understand your task** before proceeding.
217875
- - Use the current state of the codebase to inform your decisions. Don't look at git history unless explicity asked to.
217876
217894
  - Only add comments when necessary.
217877
217895
 
217878
217896
  ${options.toolInstructions}
@@ -217882,13 +217900,13 @@ ${options.agentsMd}
217882
217900
  const generateSystemTools = (capabilities, conversationMode) => `**YOU ONLY HAVE ACCESS TO ONE TOOL** "execute", to run javascript code to do your work.
217883
217901
 
217884
217902
  - Use \`console.log\` to print any output you need.
217885
- - Top level await is supported.${capabilities.supportsSearch ? `
217886
- - AVOID USING the "rg" function and instead use "search", unless you are targeting specific files or patterns.` : ""}
217903
+ - Top level await is supported - no need to wrap with async functions.${capabilities.supportsSearch ? `
217904
+ - PREFER USING the "search" function over "rg", unless you are targeting specific files or patterns.` : ""}
217887
217905
  - Do as much work as possible in a single script, using \`Promise.all\` to run multiple functions in parallel.
217888
217906
  - You can add / update / remove multiple files in one go with "applyPatch".
217889
217907
  - AVOID passing scripts into the "bash" function, and instead write javascript.
217890
217908
  - **Variables are not shared** between executions, so you must include all necessary code in each script you execute.
217891
- - DO NOT use \`require\`, \`import\`, \`process\`, or any other node.js apis.
217909
+ - DO NOT use \`require\`, \`import\`, \`process\`, or any other Node.js apis.
217892
217910
  - Make use of the todo functions to keep track of your progress.${conversationMode ? "" : `
217893
217911
 
217894
217912
  When you have fully completed your task, call the "taskComplete" function with the final output.
@@ -218100,7 +218118,7 @@ Union$2([
218100
218118
  */
218101
218119
  var AgentFinished = class extends TaggedErrorClass()("AgentFinished", { summary: String$1 }) {};
218102
218120
  //#endregion
218103
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/encoding/Sse.js
218121
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/encoding/Sse.js
218104
218122
  /**
218105
218123
  * @since 4.0.0
218106
218124
  * @category Decoding
@@ -218283,7 +218301,7 @@ var Retry = class Retry extends TaggedClass$2("Retry") {
218283
218301
  }
218284
218302
  };
218285
218303
  //#endregion
218286
- //#region node_modules/.pnpm/@effect+ai-openai@4.0.0-beta.36_effect@4.0.0-beta.36/node_modules/@effect/ai-openai/dist/Generated.js
218304
+ //#region node_modules/.pnpm/@effect+ai-openai@4.0.0-beta.37_effect@4.0.0-beta.37/node_modules/@effect/ai-openai/dist/Generated.js
218287
218305
  /**
218288
218306
  * @since 1.0.0
218289
218307
  */ const AdminApiKey = /* @__PURE__ */ Struct$2({
@@ -226351,7 +226369,7 @@ const OpenAiClientError = (tag, cause, response) => new OpenAiClientErrorImpl({
226351
226369
  request: response.request
226352
226370
  });
226353
226371
  //#endregion
226354
- //#region node_modules/.pnpm/@effect+ai-openai@4.0.0-beta.36_effect@4.0.0-beta.36/node_modules/@effect/ai-openai/dist/internal/errors.js
226372
+ //#region node_modules/.pnpm/@effect+ai-openai@4.0.0-beta.37_effect@4.0.0-beta.37/node_modules/@effect/ai-openai/dist/internal/errors.js
226355
226373
  /** @internal */
226356
226374
  const OpenAiErrorBody$1 = /* @__PURE__ */ Struct$2({ error: /* @__PURE__ */ Struct$2({
226357
226375
  message: String$1,
@@ -226514,12 +226532,12 @@ const mapStatusCodeToReason$1 = ({ status, headers, message, metadata, http }) =
226514
226532
  metadata: { openai: metadata },
226515
226533
  http
226516
226534
  });
226517
- case 401: return new AuthenticationError({
226535
+ case 401: return new AuthenticationError$1({
226518
226536
  kind: "InvalidKey",
226519
226537
  metadata,
226520
226538
  http
226521
226539
  });
226522
- case 403: return new AuthenticationError({
226540
+ case 403: return new AuthenticationError$1({
226523
226541
  kind: "InsufficientPermissions",
226524
226542
  metadata,
226525
226543
  http
@@ -226556,7 +226574,7 @@ const mapStatusCodeToReason$1 = ({ status, headers, message, metadata, http }) =
226556
226574
  metadata,
226557
226575
  http
226558
226576
  });
226559
- return new UnknownError({
226577
+ return new UnknownError$1({
226560
226578
  description: message,
226561
226579
  metadata,
226562
226580
  http
@@ -226564,7 +226582,7 @@ const mapStatusCodeToReason$1 = ({ status, headers, message, metadata, http }) =
226564
226582
  }
226565
226583
  };
226566
226584
  //#endregion
226567
- //#region node_modules/.pnpm/@effect+ai-openai@4.0.0-beta.36_effect@4.0.0-beta.36/node_modules/@effect/ai-openai/dist/OpenAiConfig.js
226585
+ //#region node_modules/.pnpm/@effect+ai-openai@4.0.0-beta.37_effect@4.0.0-beta.37/node_modules/@effect/ai-openai/dist/OpenAiConfig.js
226568
226586
  /**
226569
226587
  * @since 1.0.0
226570
226588
  */
@@ -226579,7 +226597,7 @@ var OpenAiConfig$1 = class OpenAiConfig$1 extends Service$1()("@effect/ai-openai
226579
226597
  static getOrUndefined = /* @__PURE__ */ map$9(/* @__PURE__ */ services(), (context) => context.mapUnsafe.get(OpenAiConfig$1.key));
226580
226598
  };
226581
226599
  //#endregion
226582
- //#region node_modules/.pnpm/@effect+ai-openai@4.0.0-beta.36_effect@4.0.0-beta.36/node_modules/@effect/ai-openai/dist/OpenAiClient.js
226600
+ //#region node_modules/.pnpm/@effect+ai-openai@4.0.0-beta.37_effect@4.0.0-beta.37/node_modules/@effect/ai-openai/dist/OpenAiClient.js
226583
226601
  /**
226584
226602
  * OpenAI Client module for interacting with OpenAI's API.
226585
226603
  *
@@ -226796,7 +226814,7 @@ const decodeEvent = /* @__PURE__ */ decodeUnknownSync(/* @__PURE__ */ fromJsonSt
226796
226814
  */
226797
226815
  const layerWebSocketMode = /* @__PURE__ */ effectServices(makeSocket);
226798
226816
  //#endregion
226799
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/ai/EmbeddingModel.js
226817
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/ai/EmbeddingModel.js
226800
226818
  /**
226801
226819
  * The `EmbeddingModel` module provides provider-agnostic text embedding capabilities.
226802
226820
  *
@@ -226895,7 +226913,7 @@ const mapProviderResults = (inputLength, results) => {
226895
226913
  return succeed$3(embeddings);
226896
226914
  };
226897
226915
  //#endregion
226898
- //#region node_modules/.pnpm/@effect+ai-openai@4.0.0-beta.36_effect@4.0.0-beta.36/node_modules/@effect/ai-openai/dist/OpenAiEmbeddingModel.js
226916
+ //#region node_modules/.pnpm/@effect+ai-openai@4.0.0-beta.37_effect@4.0.0-beta.37/node_modules/@effect/ai-openai/dist/OpenAiEmbeddingModel.js
226899
226917
  /**
226900
226918
  * OpenAI Embedding Model implementation.
226901
226919
  *
@@ -226975,7 +226993,7 @@ const invalidOutput = (description) => make$15({
226975
226993
  reason: new InvalidOutputError({ description })
226976
226994
  });
226977
226995
  //#endregion
226978
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/ai/OpenAiStructuredOutput.js
226996
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/ai/OpenAiStructuredOutput.js
226979
226997
  /**
226980
226998
  * Provides codec transformations for OpenAI structured output.
226981
226999
  *
@@ -227280,7 +227298,7 @@ const formats = [
227280
227298
  "uuid"
227281
227299
  ];
227282
227300
  //#endregion
227283
- //#region node_modules/.pnpm/@effect+ai-openai@4.0.0-beta.36_effect@4.0.0-beta.36/node_modules/@effect/ai-openai/dist/internal/utilities.js
227301
+ //#region node_modules/.pnpm/@effect+ai-openai@4.0.0-beta.37_effect@4.0.0-beta.37/node_modules/@effect/ai-openai/dist/internal/utilities.js
227284
227302
  const finishReasonMap$1 = {
227285
227303
  content_filter: "content-filter",
227286
227304
  function_call: "tool-calls",
@@ -227298,7 +227316,7 @@ const resolveFinishReason$1 = (finishReason, hasToolCalls) => {
227298
227316
  return reason;
227299
227317
  };
227300
227318
  //#endregion
227301
- //#region node_modules/.pnpm/@effect+ai-openai@4.0.0-beta.36_effect@4.0.0-beta.36/node_modules/@effect/ai-openai/dist/OpenAiTelemetry.js
227319
+ //#region node_modules/.pnpm/@effect+ai-openai@4.0.0-beta.37_effect@4.0.0-beta.37/node_modules/@effect/ai-openai/dist/OpenAiTelemetry.js
227302
227320
  /**
227303
227321
  * OpenAI telemetry attributes for OpenTelemetry integration.
227304
227322
  *
@@ -227327,7 +227345,7 @@ const addGenAIAnnotations$1 = /* @__PURE__ */ dual(2, (span, options) => {
227327
227345
  }
227328
227346
  });
227329
227347
  //#endregion
227330
- //#region node_modules/.pnpm/@effect+ai-openai@4.0.0-beta.36_effect@4.0.0-beta.36/node_modules/@effect/ai-openai/dist/OpenAiLanguageModel.js
227348
+ //#region node_modules/.pnpm/@effect+ai-openai@4.0.0-beta.37_effect@4.0.0-beta.37/node_modules/@effect/ai-openai/dist/OpenAiLanguageModel.js
227331
227349
  /**
227332
227350
  * OpenAI Language Model implementation.
227333
227351
  *
@@ -229095,7 +229113,7 @@ const transformToolCallParams = /* @__PURE__ */ fnUntraced(function* (tools, too
229095
229113
  })));
229096
229114
  });
229097
229115
  //#endregion
229098
- //#region node_modules/.pnpm/clanka@0.2.30_@effect+ai-openai-compat@4.0.0-beta.36_effect@4.0.0-beta.36__@effect+ai-o_4128f6b6cb035b98696bdeb40e30bb98/node_modules/clanka/dist/CodexAuth.js
229116
+ //#region node_modules/.pnpm/clanka@0.2.31_@effect+ai-openai-compat@4.0.0-beta.37_effect@4.0.0-beta.37__@effect+ai-o_e6618f2236cf2d744a8a10cef6e9a9fd/node_modules/clanka/dist/CodexAuth.js
229099
229117
  /**
229100
229118
  * @since 1.0.0
229101
229119
  */
@@ -229315,7 +229333,7 @@ var CodexAuth = class CodexAuth extends Service$1()("clanka/CodexAuth") {
229315
229333
  static layerClient = this.layerClientNoDeps.pipe(provide$3(CodexAuth.layer));
229316
229334
  };
229317
229335
  //#endregion
229318
- //#region node_modules/.pnpm/clanka@0.2.30_@effect+ai-openai-compat@4.0.0-beta.36_effect@4.0.0-beta.36__@effect+ai-o_4128f6b6cb035b98696bdeb40e30bb98/node_modules/clanka/dist/Codex.js
229336
+ //#region node_modules/.pnpm/clanka@0.2.31_@effect+ai-openai-compat@4.0.0-beta.37_effect@4.0.0-beta.37__@effect+ai-o_e6618f2236cf2d744a8a10cef6e9a9fd/node_modules/clanka/dist/Codex.js
229319
229337
  /**
229320
229338
  * @since 1.0.0
229321
229339
  */
@@ -229341,7 +229359,7 @@ const layerModel = (model, options) => layer$7({
229341
229359
  }
229342
229360
  }).pipe(merge$6(AgentModelConfig.layer({ systemPromptTransform: (system, effect) => withConfigOverride(effect, { instructions: system }) })));
229343
229361
  //#endregion
229344
- //#region node_modules/.pnpm/clanka@0.2.30_@effect+ai-openai-compat@4.0.0-beta.36_effect@4.0.0-beta.36__@effect+ai-o_4128f6b6cb035b98696bdeb40e30bb98/node_modules/clanka/dist/CodeChunker.js
229362
+ //#region node_modules/.pnpm/clanka@0.2.31_@effect+ai-openai-compat@4.0.0-beta.37_effect@4.0.0-beta.37__@effect+ai-o_e6618f2236cf2d744a8a10cef6e9a9fd/node_modules/clanka/dist/CodeChunker.js
229345
229363
  /**
229346
229364
  * @since 1.0.0
229347
229365
  */
@@ -229815,7 +229833,7 @@ const layer$6 = effect$1(CodeChunker, gen(function* () {
229815
229833
  });
229816
229834
  }));
229817
229835
  //#endregion
229818
- //#region node_modules/.pnpm/@effect+ai-openai-compat@4.0.0-beta.36_effect@4.0.0-beta.36/node_modules/@effect/ai-openai-compat/dist/internal/errors.js
229836
+ //#region node_modules/.pnpm/@effect+ai-openai-compat@4.0.0-beta.37_effect@4.0.0-beta.37/node_modules/@effect/ai-openai-compat/dist/internal/errors.js
229819
229837
  /** @internal */
229820
229838
  const OpenAiErrorBody = /* @__PURE__ */ Struct$2({ error: /* @__PURE__ */ Struct$2({
229821
229839
  message: String$1,
@@ -229973,12 +229991,12 @@ const mapStatusCodeToReason = ({ status, headers, message, metadata, http }) =>
229973
229991
  metadata: { openai: metadata },
229974
229992
  http
229975
229993
  });
229976
- case 401: return new AuthenticationError({
229994
+ case 401: return new AuthenticationError$1({
229977
229995
  kind: "InvalidKey",
229978
229996
  metadata,
229979
229997
  http
229980
229998
  });
229981
- case 403: return new AuthenticationError({
229999
+ case 403: return new AuthenticationError$1({
229982
230000
  kind: "InsufficientPermissions",
229983
230001
  metadata,
229984
230002
  http
@@ -230015,7 +230033,7 @@ const mapStatusCodeToReason = ({ status, headers, message, metadata, http }) =>
230015
230033
  metadata,
230016
230034
  http
230017
230035
  });
230018
- return new UnknownError({
230036
+ return new UnknownError$1({
230019
230037
  description: message,
230020
230038
  metadata,
230021
230039
  http
@@ -230023,7 +230041,7 @@ const mapStatusCodeToReason = ({ status, headers, message, metadata, http }) =>
230023
230041
  }
230024
230042
  };
230025
230043
  //#endregion
230026
- //#region node_modules/.pnpm/@effect+ai-openai-compat@4.0.0-beta.36_effect@4.0.0-beta.36/node_modules/@effect/ai-openai-compat/dist/OpenAiConfig.js
230044
+ //#region node_modules/.pnpm/@effect+ai-openai-compat@4.0.0-beta.37_effect@4.0.0-beta.37/node_modules/@effect/ai-openai-compat/dist/OpenAiConfig.js
230027
230045
  /**
230028
230046
  * @since 1.0.0
230029
230047
  */
@@ -230038,7 +230056,7 @@ var OpenAiConfig = class OpenAiConfig extends Service$1()("@effect/ai-openai-com
230038
230056
  static getOrUndefined = /* @__PURE__ */ map$9(/* @__PURE__ */ services(), (context) => context.mapUnsafe.get(OpenAiConfig.key));
230039
230057
  };
230040
230058
  //#endregion
230041
- //#region node_modules/.pnpm/@effect+ai-openai-compat@4.0.0-beta.36_effect@4.0.0-beta.36/node_modules/@effect/ai-openai-compat/dist/OpenAiClient.js
230059
+ //#region node_modules/.pnpm/@effect+ai-openai-compat@4.0.0-beta.37_effect@4.0.0-beta.37/node_modules/@effect/ai-openai-compat/dist/OpenAiClient.js
230042
230060
  /**
230043
230061
  * @since 1.0.0
230044
230062
  */
@@ -230174,7 +230192,7 @@ const decodeChatCompletionSseData = (data) => {
230174
230192
  return isChatCompletionChunk(parsed) ? parsed : void 0;
230175
230193
  };
230176
230194
  //#endregion
230177
- //#region node_modules/.pnpm/@effect+ai-openai-compat@4.0.0-beta.36_effect@4.0.0-beta.36/node_modules/@effect/ai-openai-compat/dist/internal/utilities.js
230195
+ //#region node_modules/.pnpm/@effect+ai-openai-compat@4.0.0-beta.37_effect@4.0.0-beta.37/node_modules/@effect/ai-openai-compat/dist/internal/utilities.js
230178
230196
  const finishReasonMap = {
230179
230197
  content_filter: "content-filter",
230180
230198
  function_call: "tool-calls",
@@ -230190,7 +230208,7 @@ const resolveFinishReason = (finishReason, hasToolCalls) => {
230190
230208
  return reason;
230191
230209
  };
230192
230210
  //#endregion
230193
- //#region node_modules/.pnpm/@effect+ai-openai-compat@4.0.0-beta.36_effect@4.0.0-beta.36/node_modules/@effect/ai-openai-compat/dist/OpenAiTelemetry.js
230211
+ //#region node_modules/.pnpm/@effect+ai-openai-compat@4.0.0-beta.37_effect@4.0.0-beta.37/node_modules/@effect/ai-openai-compat/dist/OpenAiTelemetry.js
230194
230212
  /**
230195
230213
  * OpenAI telemetry attributes for OpenTelemetry integration.
230196
230214
  *
@@ -230219,7 +230237,7 @@ const addGenAIAnnotations = /* @__PURE__ */ dual(2, (span, options) => {
230219
230237
  }
230220
230238
  });
230221
230239
  //#endregion
230222
- //#region node_modules/.pnpm/@effect+ai-openai-compat@4.0.0-beta.36_effect@4.0.0-beta.36/node_modules/@effect/ai-openai-compat/dist/OpenAiLanguageModel.js
230240
+ //#region node_modules/.pnpm/@effect+ai-openai-compat@4.0.0-beta.37_effect@4.0.0-beta.37/node_modules/@effect/ai-openai-compat/dist/OpenAiLanguageModel.js
230223
230241
  /**
230224
230242
  * OpenAI Language Model implementation.
230225
230243
  *
@@ -231101,7 +231119,7 @@ const getUsageDetailNumber = (details, field) => {
231101
231119
  return typeof value === "number" ? value : void 0;
231102
231120
  };
231103
231121
  //#endregion
231104
- //#region node_modules/.pnpm/clanka@0.2.30_@effect+ai-openai-compat@4.0.0-beta.36_effect@4.0.0-beta.36__@effect+ai-o_4128f6b6cb035b98696bdeb40e30bb98/node_modules/clanka/dist/CopilotAuth.js
231122
+ //#region node_modules/.pnpm/clanka@0.2.31_@effect+ai-openai-compat@4.0.0-beta.37_effect@4.0.0-beta.37__@effect+ai-o_e6618f2236cf2d744a8a10cef6e9a9fd/node_modules/clanka/dist/CopilotAuth.js
231105
231123
  /**
231106
231124
  * @since 1.0.0
231107
231125
  */
@@ -231292,7 +231310,7 @@ var GithubCopilotAuth = class GithubCopilotAuth extends Service$1()("clanka/Gith
231292
231310
  static layerClient = this.layerClientNoDeps.pipe(provide$3(GithubCopilotAuth.layer));
231293
231311
  };
231294
231312
  //#endregion
231295
- //#region node_modules/.pnpm/clanka@0.2.30_@effect+ai-openai-compat@4.0.0-beta.36_effect@4.0.0-beta.36__@effect+ai-o_4128f6b6cb035b98696bdeb40e30bb98/node_modules/clanka/dist/Copilot.js
231313
+ //#region node_modules/.pnpm/clanka@0.2.31_@effect+ai-openai-compat@4.0.0-beta.37_effect@4.0.0-beta.37__@effect+ai-o_e6618f2236cf2d744a8a10cef6e9a9fd/node_modules/clanka/dist/Copilot.js
231296
231314
  /**
231297
231315
  * @since 1.0.0
231298
231316
  */
@@ -231712,7 +231730,7 @@ Object.defineProperties(createChalk.prototype, styles);
231712
231730
  const chalk = createChalk();
231713
231731
  createChalk({ level: stderrColor ? stderrColor.level : 0 });
231714
231732
  //#endregion
231715
- //#region node_modules/.pnpm/clanka@0.2.30_@effect+ai-openai-compat@4.0.0-beta.36_effect@4.0.0-beta.36__@effect+ai-o_4128f6b6cb035b98696bdeb40e30bb98/node_modules/clanka/dist/OutputFormatter.js
231733
+ //#region node_modules/.pnpm/clanka@0.2.31_@effect+ai-openai-compat@4.0.0-beta.37_effect@4.0.0-beta.37__@effect+ai-o_e6618f2236cf2d744a8a10cef6e9a9fd/node_modules/clanka/dist/OutputFormatter.js
231716
231734
  /**
231717
231735
  * @since 1.0.0
231718
231736
  */
@@ -231818,7 +231836,7 @@ const layerMuxer = (formatter) => effect$1(Muxer, gen(function* () {
231818
231836
  });
231819
231837
  }));
231820
231838
  //#endregion
231821
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/schema/VariantSchema.js
231839
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/schema/VariantSchema.js
231822
231840
  /**
231823
231841
  * @since 4.0.0
231824
231842
  * @category Type IDs
@@ -231926,7 +231944,7 @@ const Union$1 = (members, variants) => {
231926
231944
  return VariantUnion;
231927
231945
  };
231928
231946
  //#endregion
231929
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/schema/Model.js
231947
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/schema/Model.js
231930
231948
  const { Class, Field, FieldExcept, FieldOnly, Struct, Union, extract, fieldEvolve } = /* @__PURE__ */ make$1({
231931
231949
  variants: [
231932
231950
  "select",
@@ -231952,22 +231970,248 @@ const Generated = (schema) => Field({
231952
231970
  json: schema
231953
231971
  });
231954
231972
  //#endregion
231955
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/sql/SqlError.js
231973
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/sql/SqlError.js
231956
231974
  /**
231957
231975
  * @since 4.0.0
231958
231976
  */
231959
231977
  const TypeId$1 = "~effect/sql/SqlError";
231978
+ const ReasonTypeId = "~effect/sql/SqlError/Reason";
231979
+ const ReasonFields = {
231980
+ cause: Defect,
231981
+ message: /* @__PURE__ */ optional$3(String$1),
231982
+ operation: /* @__PURE__ */ optional$3(String$1)
231983
+ };
231960
231984
  /**
231961
231985
  * @since 4.0.0
231962
231986
  */
231963
- var SqlError = class extends TaggedErrorClass("effect/sql/SqlError")("SqlError", {
231964
- cause: Defect,
231965
- message: /* @__PURE__ */ optional$3(String$1)
231966
- }) {
231987
+ var ConnectionError = class extends TaggedErrorClass("effect/sql/SqlError/ConnectionError")("ConnectionError", ReasonFields) {
231988
+ /**
231989
+ * @since 4.0.0
231990
+ */
231991
+ [ReasonTypeId] = ReasonTypeId;
231992
+ /**
231993
+ * @since 4.0.0
231994
+ */
231995
+ get isRetryable() {
231996
+ return true;
231997
+ }
231998
+ };
231999
+ /**
232000
+ * @since 4.0.0
232001
+ */
232002
+ var AuthenticationError = class extends TaggedErrorClass("effect/sql/SqlError/AuthenticationError")("AuthenticationError", ReasonFields) {
232003
+ /**
232004
+ * @since 4.0.0
232005
+ */
232006
+ [ReasonTypeId] = ReasonTypeId;
232007
+ /**
232008
+ * @since 4.0.0
232009
+ */
232010
+ get isRetryable() {
232011
+ return false;
232012
+ }
232013
+ };
232014
+ /**
232015
+ * @since 4.0.0
232016
+ */
232017
+ var AuthorizationError = class extends TaggedErrorClass("effect/sql/SqlError/AuthorizationError")("AuthorizationError", ReasonFields) {
232018
+ /**
232019
+ * @since 4.0.0
232020
+ */
232021
+ [ReasonTypeId] = ReasonTypeId;
232022
+ /**
232023
+ * @since 4.0.0
232024
+ */
232025
+ get isRetryable() {
232026
+ return false;
232027
+ }
232028
+ };
232029
+ /**
232030
+ * @since 4.0.0
232031
+ */
232032
+ var SqlSyntaxError = class extends TaggedErrorClass("effect/sql/SqlError/SqlSyntaxError")("SqlSyntaxError", ReasonFields) {
232033
+ /**
232034
+ * @since 4.0.0
232035
+ */
232036
+ [ReasonTypeId] = ReasonTypeId;
232037
+ /**
232038
+ * @since 4.0.0
232039
+ */
232040
+ get isRetryable() {
232041
+ return false;
232042
+ }
232043
+ };
232044
+ /**
232045
+ * @since 4.0.0
232046
+ */
232047
+ var ConstraintError = class extends TaggedErrorClass("effect/sql/SqlError/ConstraintError")("ConstraintError", ReasonFields) {
232048
+ /**
232049
+ * @since 4.0.0
232050
+ */
232051
+ [ReasonTypeId] = ReasonTypeId;
232052
+ /**
232053
+ * @since 4.0.0
232054
+ */
232055
+ get isRetryable() {
232056
+ return false;
232057
+ }
232058
+ };
232059
+ /**
232060
+ * @since 4.0.0
232061
+ */
232062
+ var DeadlockError = class extends TaggedErrorClass("effect/sql/SqlError/DeadlockError")("DeadlockError", ReasonFields) {
232063
+ /**
232064
+ * @since 4.0.0
232065
+ */
232066
+ [ReasonTypeId] = ReasonTypeId;
232067
+ /**
232068
+ * @since 4.0.0
232069
+ */
232070
+ get isRetryable() {
232071
+ return true;
232072
+ }
232073
+ };
232074
+ /**
232075
+ * @since 4.0.0
232076
+ */
232077
+ var SerializationError = class extends TaggedErrorClass("effect/sql/SqlError/SerializationError")("SerializationError", ReasonFields) {
232078
+ /**
232079
+ * @since 4.0.0
232080
+ */
232081
+ [ReasonTypeId] = ReasonTypeId;
232082
+ /**
232083
+ * @since 4.0.0
232084
+ */
232085
+ get isRetryable() {
232086
+ return true;
232087
+ }
232088
+ };
232089
+ /**
232090
+ * @since 4.0.0
232091
+ */
232092
+ var LockTimeoutError = class extends TaggedErrorClass("effect/sql/SqlError/LockTimeoutError")("LockTimeoutError", ReasonFields) {
232093
+ /**
232094
+ * @since 4.0.0
232095
+ */
232096
+ [ReasonTypeId] = ReasonTypeId;
232097
+ /**
232098
+ * @since 4.0.0
232099
+ */
232100
+ get isRetryable() {
232101
+ return true;
232102
+ }
232103
+ };
232104
+ /**
232105
+ * @since 4.0.0
232106
+ */
232107
+ var StatementTimeoutError = class extends TaggedErrorClass("effect/sql/SqlError/StatementTimeoutError")("StatementTimeoutError", ReasonFields) {
232108
+ /**
232109
+ * @since 4.0.0
232110
+ */
232111
+ [ReasonTypeId] = ReasonTypeId;
232112
+ /**
232113
+ * @since 4.0.0
232114
+ */
232115
+ get isRetryable() {
232116
+ return true;
232117
+ }
232118
+ };
232119
+ /**
232120
+ * @since 4.0.0
232121
+ */
232122
+ var UnknownError = class extends TaggedErrorClass("effect/sql/SqlError/UnknownError")("UnknownError", ReasonFields) {
232123
+ /**
232124
+ * @since 4.0.0
232125
+ */
232126
+ [ReasonTypeId] = ReasonTypeId;
232127
+ /**
232128
+ * @since 4.0.0
232129
+ */
232130
+ get isRetryable() {
232131
+ return false;
232132
+ }
232133
+ };
232134
+ /**
232135
+ * @since 4.0.0
232136
+ */
232137
+ const SqlErrorReason = /* @__PURE__ */ Union$2([
232138
+ ConnectionError,
232139
+ AuthenticationError,
232140
+ AuthorizationError,
232141
+ SqlSyntaxError,
232142
+ ConstraintError,
232143
+ DeadlockError,
232144
+ SerializationError,
232145
+ LockTimeoutError,
232146
+ StatementTimeoutError,
232147
+ UnknownError
232148
+ ]);
232149
+ /**
232150
+ * @since 4.0.0
232151
+ */
232152
+ var SqlError = class extends TaggedErrorClass("effect/sql/SqlError")("SqlError", { reason: SqlErrorReason }) {
231967
232153
  /**
231968
232154
  * @since 4.0.0
231969
232155
  */
231970
232156
  [TypeId$1] = TypeId$1;
232157
+ /**
232158
+ * @since 4.0.0
232159
+ */
232160
+ cause = this.reason;
232161
+ /**
232162
+ * @since 4.0.0
232163
+ */
232164
+ get message() {
232165
+ return this.reason.message || this.reason._tag;
232166
+ }
232167
+ /**
232168
+ * @since 4.0.0
232169
+ */
232170
+ get isRetryable() {
232171
+ return this.reason.isRetryable;
232172
+ }
232173
+ };
232174
+ const sqliteCodeFromCause = (cause) => {
232175
+ if (!hasProperty(cause, "code")) return;
232176
+ const code = cause.code;
232177
+ return typeof code === "string" || typeof code === "number" ? code : void 0;
232178
+ };
232179
+ const sqliteNumericCodeFromCause = (cause) => {
232180
+ const code = sqliteCodeFromCause(cause);
232181
+ if (typeof code === "number") return code;
232182
+ if (!hasProperty(cause, "errno")) return;
232183
+ const errno = cause.errno;
232184
+ return typeof errno === "number" ? errno : void 0;
232185
+ };
232186
+ const matchesSqliteCode = (code, expected) => code === expected || code.startsWith(expected + "_");
232187
+ /**
232188
+ * @since 4.0.0
232189
+ */
232190
+ const classifySqliteError = (cause, { message, operation } = {}) => {
232191
+ const props = {
232192
+ cause,
232193
+ message,
232194
+ operation
232195
+ };
232196
+ const code = sqliteCodeFromCause(cause);
232197
+ if (typeof code === "string") {
232198
+ if (matchesSqliteCode(code, "SQLITE_AUTH")) return new AuthenticationError(props);
232199
+ if (matchesSqliteCode(code, "SQLITE_PERM")) return new AuthorizationError(props);
232200
+ if (matchesSqliteCode(code, "SQLITE_CONSTRAINT")) return new ConstraintError(props);
232201
+ if (matchesSqliteCode(code, "SQLITE_BUSY") || matchesSqliteCode(code, "SQLITE_LOCKED")) return new LockTimeoutError(props);
232202
+ if (matchesSqliteCode(code, "SQLITE_CANTOPEN")) return new ConnectionError(props);
232203
+ }
232204
+ const numericCode = sqliteNumericCodeFromCause(cause);
232205
+ if (typeof numericCode === "number") switch (numericCode & 255) {
232206
+ case 23: return new AuthenticationError(props);
232207
+ case 3: return new AuthorizationError(props);
232208
+ case 19: return new ConstraintError(props);
232209
+ case 5:
232210
+ case 6: return new LockTimeoutError(props);
232211
+ case 14: return new ConnectionError(props);
232212
+ default: return new UnknownError(props);
232213
+ }
232214
+ return new UnknownError(props);
231971
232215
  };
231972
232216
  /**
231973
232217
  * @since 4.0.0
@@ -231976,10 +232220,6 @@ var ResultLengthMismatch = class extends TaggedErrorClass("effect/sql/ResultLeng
231976
232220
  expected: Number$1,
231977
232221
  actual: Number$1
231978
232222
  }) {
231979
- /**
231980
- * @since 4.0.0
231981
- */
231982
- [TypeId$1] = TypeId$1;
231983
232223
  /**
231984
232224
  * @since 4.0.0
231985
232225
  */
@@ -231988,7 +232228,7 @@ var ResultLengthMismatch = class extends TaggedErrorClass("effect/sql/ResultLeng
231988
232228
  }
231989
232229
  };
231990
232230
  //#endregion
231991
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/sql/SqlResolver.js
232231
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/sql/SqlResolver.js
231992
232232
  /**
231993
232233
  * @since 4.0.0
231994
232234
  */
@@ -232136,7 +232376,7 @@ function transactionKey(entry) {
232136
232376
  return byReferenceUnsafe(conn);
232137
232377
  }
232138
232378
  //#endregion
232139
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/sql/SqlSchema.js
232379
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/sql/SqlSchema.js
232140
232380
  /**
232141
232381
  * Run a sql query with a request schema and a result schema.
232142
232382
  *
@@ -232149,7 +232389,7 @@ const findAll = (options) => {
232149
232389
  return (request) => flatMap$4(flatMap$4(encodeRequest(request), options.execute), decode);
232150
232390
  };
232151
232391
  //#endregion
232152
- //#region node_modules/.pnpm/effect@4.0.0-beta.36/node_modules/effect/dist/unstable/sql/SqlModel.js
232392
+ //#region node_modules/.pnpm/effect@4.0.0-beta.37/node_modules/effect/dist/unstable/sql/SqlModel.js
232153
232393
  /**
232154
232394
  * Create some simple data loaders from a model.
232155
232395
  *
@@ -232198,7 +232438,7 @@ select * from ${sql(options.tableName)} where ${sql(idColumn)} = LAST_INSERT_ID(
232198
232438
  };
232199
232439
  });
232200
232440
  //#endregion
232201
- //#region node_modules/.pnpm/clanka@0.2.30_@effect+ai-openai-compat@4.0.0-beta.36_effect@4.0.0-beta.36__@effect+ai-o_4128f6b6cb035b98696bdeb40e30bb98/node_modules/clanka/dist/ChunkRepo.js
232441
+ //#region node_modules/.pnpm/clanka@0.2.31_@effect+ai-openai-compat@4.0.0-beta.37_effect@4.0.0-beta.37__@effect+ai-o_e6618f2236cf2d744a8a10cef6e9a9fd/node_modules/clanka/dist/ChunkRepo.js
232202
232442
  /**
232203
232443
  * @since 1.0.0
232204
232444
  * @category Models
@@ -232329,11 +232569,15 @@ const layer$3 = effect$1(ChunkRepo, gen(function* () {
232329
232569
  });
232330
232570
  }));
232331
232571
  //#endregion
232332
- //#region node_modules/.pnpm/@effect+sql-sqlite-node@4.0.0-beta.36_effect@4.0.0-beta.36/node_modules/@effect/sql-sqlite-node/dist/SqliteClient.js
232572
+ //#region node_modules/.pnpm/@effect+sql-sqlite-node@4.0.0-beta.37_effect@4.0.0-beta.37/node_modules/@effect/sql-sqlite-node/dist/SqliteClient.js
232333
232573
  /**
232334
232574
  * @since 1.0.0
232335
232575
  */
232336
232576
  const ATTR_DB_SYSTEM_NAME = "db.system.name";
232577
+ const classifyError = (cause, message, operation) => classifySqliteError(cause, {
232578
+ message,
232579
+ operation
232580
+ });
232337
232581
  /**
232338
232582
  * @category type ids
232339
232583
  * @since 1.0.0
@@ -232361,10 +232605,7 @@ const make = (options) => gen(function* () {
232361
232605
  timeToLive: options.prepareCacheTTL ?? minutes(10),
232362
232606
  lookup: (sql) => try_({
232363
232607
  try: () => db.prepare(sql),
232364
- catch: (cause) => new SqlError({
232365
- cause,
232366
- message: "Failed to prepare statement "
232367
- })
232608
+ catch: (cause) => new SqlError({ reason: classifyError(cause, "Failed to prepare statement", "prepare") })
232368
232609
  })
232369
232610
  });
232370
232611
  const runStatement = (statement, params, raw) => withFiber((fiber) => {
@@ -232374,10 +232615,7 @@ const make = (options) => gen(function* () {
232374
232615
  const result = statement.run(...params);
232375
232616
  return succeed$3(raw ? result : []);
232376
232617
  } catch (cause) {
232377
- return fail$6(new SqlError({
232378
- cause,
232379
- message: "Failed to execute statement"
232380
- }));
232618
+ return fail$6(new SqlError({ reason: classifyError(cause, "Failed to execute statement", "execute") }));
232381
232619
  }
232382
232620
  });
232383
232621
  const run = (sql, params, raw = false) => flatMap$4(get$8(prepareCache, sql), (s) => runStatement(s, params, raw));
@@ -232390,10 +232628,7 @@ const make = (options) => gen(function* () {
232390
232628
  statement.run(...params);
232391
232629
  return [];
232392
232630
  },
232393
- catch: (cause) => new SqlError({
232394
- cause,
232395
- message: "Failed to execute statement"
232396
- })
232631
+ catch: (cause) => new SqlError({ reason: classifyError(cause, "Failed to execute statement", "execute") })
232397
232632
  }), (statement) => sync(() => statement.reader && statement.raw(false)));
232398
232633
  return identity({
232399
232634
  execute(sql, params, transformRows) {
@@ -232414,27 +232649,18 @@ const make = (options) => gen(function* () {
232414
232649
  },
232415
232650
  export: try_({
232416
232651
  try: () => db.serialize(),
232417
- catch: (cause) => new SqlError({
232418
- cause,
232419
- message: "Failed to export database"
232420
- })
232652
+ catch: (cause) => new SqlError({ reason: classifyError(cause, "Failed to export database", "export") })
232421
232653
  }),
232422
232654
  backup(destination) {
232423
232655
  return tryPromise({
232424
232656
  try: () => db.backup(destination),
232425
- catch: (cause) => new SqlError({
232426
- cause,
232427
- message: "Failed to backup database"
232428
- })
232657
+ catch: (cause) => new SqlError({ reason: classifyError(cause, "Failed to backup database", "backup") })
232429
232658
  });
232430
232659
  },
232431
232660
  loadExtension(path) {
232432
232661
  return try_({
232433
232662
  try: () => db.loadExtension(path),
232434
- catch: (cause) => new SqlError({
232435
- cause,
232436
- message: "Failed to load extension"
232437
- })
232663
+ catch: (cause) => new SqlError({ reason: classifyError(cause, "Failed to load extension", "loadExtension") })
232438
232664
  });
232439
232665
  }
232440
232666
  });
@@ -232466,7 +232692,7 @@ const make = (options) => gen(function* () {
232466
232692
  */
232467
232693
  const layer$2 = (config) => effectServices(map$9(make(config), (client) => make$89(SqliteClient, client).pipe(add$3(SqlClient, client)))).pipe(provide$3(layer$32));
232468
232694
  //#endregion
232469
- //#region node_modules/.pnpm/@effect+sql-sqlite-node@4.0.0-beta.36_effect@4.0.0-beta.36/node_modules/@effect/sql-sqlite-node/dist/SqliteMigrator.js
232695
+ //#region node_modules/.pnpm/@effect+sql-sqlite-node@4.0.0-beta.37_effect@4.0.0-beta.37/node_modules/@effect/sql-sqlite-node/dist/SqliteMigrator.js
232470
232696
  /**
232471
232697
  * @category constructor
232472
232698
  * @since 1.0.0
@@ -232478,7 +232704,7 @@ const run$1 = /* @__PURE__ */ make$25({});
232478
232704
  */
232479
232705
  const layer$1 = (options) => effectDiscard(run$1(options));
232480
232706
  //#endregion
232481
- //#region node_modules/.pnpm/clanka@0.2.30_@effect+ai-openai-compat@4.0.0-beta.36_effect@4.0.0-beta.36__@effect+ai-o_4128f6b6cb035b98696bdeb40e30bb98/node_modules/clanka/dist/internal/sqlite-vector.js
232707
+ //#region node_modules/.pnpm/clanka@0.2.31_@effect+ai-openai-compat@4.0.0-beta.37_effect@4.0.0-beta.37__@effect+ai-o_e6618f2236cf2d744a8a10cef6e9a9fd/node_modules/clanka/dist/internal/sqlite-vector.js
232482
232708
  /**
232483
232709
  * Binary extension for each platform
232484
232710
  */
@@ -232595,7 +232821,7 @@ function getExtensionPath() {
232595
232821
  throw new ExtensionNotFoundError(`SQLite Vector extension not found for platform: ${getCurrentPlatform()}\n\nThe platform-specific package "${getPlatformPackageName()}" is not installed.\nThis usually happens when:\n 1. Your platform is not supported\n 2. npm failed to install optional dependencies\n 3. You're installing with --no-optional flag\n\nTry running: npm install --force`);
232596
232822
  }
232597
232823
  //#endregion
232598
- //#region node_modules/.pnpm/clanka@0.2.30_@effect+ai-openai-compat@4.0.0-beta.36_effect@4.0.0-beta.36__@effect+ai-o_4128f6b6cb035b98696bdeb40e30bb98/node_modules/clanka/dist/Sqlite.js
232824
+ //#region node_modules/.pnpm/clanka@0.2.31_@effect+ai-openai-compat@4.0.0-beta.37_effect@4.0.0-beta.37__@effect+ai-o_e6618f2236cf2d744a8a10cef6e9a9fd/node_modules/clanka/dist/Sqlite.js
232599
232825
  /**
232600
232826
  * @since 1.0.0
232601
232827
  */
@@ -232623,7 +232849,7 @@ const SqliteLayer = (database) => layer$1({ loader: fromRecord({ "0001_create_ch
232623
232849
  yield* fs.makeDirectory(directory, { recursive: true });
232624
232850
  }))));
232625
232851
  //#endregion
232626
- //#region node_modules/.pnpm/clanka@0.2.30_@effect+ai-openai-compat@4.0.0-beta.36_effect@4.0.0-beta.36__@effect+ai-o_4128f6b6cb035b98696bdeb40e30bb98/node_modules/clanka/dist/SemanticSearch.js
232852
+ //#region node_modules/.pnpm/clanka@0.2.31_@effect+ai-openai-compat@4.0.0-beta.37_effect@4.0.0-beta.37__@effect+ai-o_e6618f2236cf2d744a8a10cef6e9a9fd/node_modules/clanka/dist/SemanticSearch.js
232627
232853
  /**
232628
232854
  * @since 1.0.0
232629
232855
  */
@@ -242336,7 +242562,7 @@ const commandEdit = make$60("edit").pipe(withDescription("Open the selected proj
242336
242562
  const commandSource = make$60("source").pipe(withDescription("Select the issue source to use (e.g. GitHub Issues or Linear). This applies to all projects."), withHandler(() => selectIssueSource), provide(Settings.layer));
242337
242563
  //#endregion
242338
242564
  //#region package.json
242339
- var version = "0.3.101";
242565
+ var version = "0.3.102";
242340
242566
  //#endregion
242341
242567
  //#region src/Tracing.ts
242342
242568
  const TracingLayer = unwrap$3(gen(function* () {