@adhdev/daemon-standalone 1.0.30-rc.1 → 1.0.30
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.
- package/dist/index.js +980 -512
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/public/assets/{index-CymiuPZJ.js → index-DxPMyJIl.js} +5 -5
- package/public/index.html +1 -1
- package/vendor/mcp-server/index.js +278 -3
- package/vendor/mcp-server/index.js.map +1 -1
- package/vendor/mcp-server/package.json +1 -1
- package/vendor/session-host-daemon/index.d.mts +5 -0
- package/vendor/session-host-daemon/index.d.ts +5 -0
- package/vendor/session-host-daemon/index.js +24 -3
- package/vendor/session-host-daemon/index.js.map +1 -1
- package/vendor/session-host-daemon/index.mjs +26 -4
- package/vendor/session-host-daemon/index.mjs.map +1 -1
package/dist/index.js
CHANGED
|
@@ -34,9 +34,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
34
34
|
));
|
|
35
35
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
36
36
|
|
|
37
|
-
//
|
|
37
|
+
// ../../node_modules/js-yaml/lib/common.js
|
|
38
38
|
var require_common = __commonJS({
|
|
39
|
-
"
|
|
39
|
+
"../../node_modules/js-yaml/lib/common.js"(exports2, module2) {
|
|
40
40
|
"use strict";
|
|
41
41
|
function isNothing2(subject) {
|
|
42
42
|
return typeof subject === "undefined" || subject === null;
|
|
@@ -79,9 +79,9 @@ var require_common = __commonJS({
|
|
|
79
79
|
}
|
|
80
80
|
});
|
|
81
81
|
|
|
82
|
-
//
|
|
82
|
+
// ../../node_modules/js-yaml/lib/exception.js
|
|
83
83
|
var require_exception = __commonJS({
|
|
84
|
-
"
|
|
84
|
+
"../../node_modules/js-yaml/lib/exception.js"(exports2, module2) {
|
|
85
85
|
"use strict";
|
|
86
86
|
function formatError3(exception2, compact) {
|
|
87
87
|
var where = "", message = exception2.reason || "(unknown reason)";
|
|
@@ -116,9 +116,9 @@ var require_exception = __commonJS({
|
|
|
116
116
|
}
|
|
117
117
|
});
|
|
118
118
|
|
|
119
|
-
//
|
|
119
|
+
// ../../node_modules/js-yaml/lib/snippet.js
|
|
120
120
|
var require_snippet = __commonJS({
|
|
121
|
-
"
|
|
121
|
+
"../../node_modules/js-yaml/lib/snippet.js"(exports2, module2) {
|
|
122
122
|
"use strict";
|
|
123
123
|
var common2 = require_common();
|
|
124
124
|
function getLine2(buffer, lineStart, lineEnd, position, maxLineLength) {
|
|
@@ -196,9 +196,9 @@ var require_snippet = __commonJS({
|
|
|
196
196
|
}
|
|
197
197
|
});
|
|
198
198
|
|
|
199
|
-
//
|
|
199
|
+
// ../../node_modules/js-yaml/lib/type.js
|
|
200
200
|
var require_type = __commonJS({
|
|
201
|
-
"
|
|
201
|
+
"../../node_modules/js-yaml/lib/type.js"(exports2, module2) {
|
|
202
202
|
"use strict";
|
|
203
203
|
var YAMLException2 = require_exception();
|
|
204
204
|
var TYPE_CONSTRUCTOR_OPTIONS2 = [
|
|
@@ -260,9 +260,9 @@ var require_type = __commonJS({
|
|
|
260
260
|
}
|
|
261
261
|
});
|
|
262
262
|
|
|
263
|
-
//
|
|
263
|
+
// ../../node_modules/js-yaml/lib/schema.js
|
|
264
264
|
var require_schema = __commonJS({
|
|
265
|
-
"
|
|
265
|
+
"../../node_modules/js-yaml/lib/schema.js"(exports2, module2) {
|
|
266
266
|
"use strict";
|
|
267
267
|
var YAMLException2 = require_exception();
|
|
268
268
|
var Type2 = require_type();
|
|
@@ -349,9 +349,9 @@ var require_schema = __commonJS({
|
|
|
349
349
|
}
|
|
350
350
|
});
|
|
351
351
|
|
|
352
|
-
//
|
|
352
|
+
// ../../node_modules/js-yaml/lib/type/str.js
|
|
353
353
|
var require_str = __commonJS({
|
|
354
|
-
"
|
|
354
|
+
"../../node_modules/js-yaml/lib/type/str.js"(exports2, module2) {
|
|
355
355
|
"use strict";
|
|
356
356
|
var Type2 = require_type();
|
|
357
357
|
module2.exports = new Type2("tag:yaml.org,2002:str", {
|
|
@@ -363,9 +363,9 @@ var require_str = __commonJS({
|
|
|
363
363
|
}
|
|
364
364
|
});
|
|
365
365
|
|
|
366
|
-
//
|
|
366
|
+
// ../../node_modules/js-yaml/lib/type/seq.js
|
|
367
367
|
var require_seq = __commonJS({
|
|
368
|
-
"
|
|
368
|
+
"../../node_modules/js-yaml/lib/type/seq.js"(exports2, module2) {
|
|
369
369
|
"use strict";
|
|
370
370
|
var Type2 = require_type();
|
|
371
371
|
module2.exports = new Type2("tag:yaml.org,2002:seq", {
|
|
@@ -377,9 +377,9 @@ var require_seq = __commonJS({
|
|
|
377
377
|
}
|
|
378
378
|
});
|
|
379
379
|
|
|
380
|
-
//
|
|
380
|
+
// ../../node_modules/js-yaml/lib/type/map.js
|
|
381
381
|
var require_map = __commonJS({
|
|
382
|
-
"
|
|
382
|
+
"../../node_modules/js-yaml/lib/type/map.js"(exports2, module2) {
|
|
383
383
|
"use strict";
|
|
384
384
|
var Type2 = require_type();
|
|
385
385
|
module2.exports = new Type2("tag:yaml.org,2002:map", {
|
|
@@ -391,9 +391,9 @@ var require_map = __commonJS({
|
|
|
391
391
|
}
|
|
392
392
|
});
|
|
393
393
|
|
|
394
|
-
//
|
|
394
|
+
// ../../node_modules/js-yaml/lib/schema/failsafe.js
|
|
395
395
|
var require_failsafe = __commonJS({
|
|
396
|
-
"
|
|
396
|
+
"../../node_modules/js-yaml/lib/schema/failsafe.js"(exports2, module2) {
|
|
397
397
|
"use strict";
|
|
398
398
|
var Schema2 = require_schema();
|
|
399
399
|
module2.exports = new Schema2({
|
|
@@ -406,9 +406,9 @@ var require_failsafe = __commonJS({
|
|
|
406
406
|
}
|
|
407
407
|
});
|
|
408
408
|
|
|
409
|
-
//
|
|
409
|
+
// ../../node_modules/js-yaml/lib/type/null.js
|
|
410
410
|
var require_null = __commonJS({
|
|
411
|
-
"
|
|
411
|
+
"../../node_modules/js-yaml/lib/type/null.js"(exports2, module2) {
|
|
412
412
|
"use strict";
|
|
413
413
|
var Type2 = require_type();
|
|
414
414
|
function resolveYamlNull2(data) {
|
|
@@ -449,9 +449,9 @@ var require_null = __commonJS({
|
|
|
449
449
|
}
|
|
450
450
|
});
|
|
451
451
|
|
|
452
|
-
//
|
|
452
|
+
// ../../node_modules/js-yaml/lib/type/bool.js
|
|
453
453
|
var require_bool = __commonJS({
|
|
454
|
-
"
|
|
454
|
+
"../../node_modules/js-yaml/lib/type/bool.js"(exports2, module2) {
|
|
455
455
|
"use strict";
|
|
456
456
|
var Type2 = require_type();
|
|
457
457
|
function resolveYamlBoolean2(data) {
|
|
@@ -486,9 +486,9 @@ var require_bool = __commonJS({
|
|
|
486
486
|
}
|
|
487
487
|
});
|
|
488
488
|
|
|
489
|
-
//
|
|
489
|
+
// ../../node_modules/js-yaml/lib/type/int.js
|
|
490
490
|
var require_int = __commonJS({
|
|
491
|
-
"
|
|
491
|
+
"../../node_modules/js-yaml/lib/type/int.js"(exports2, module2) {
|
|
492
492
|
"use strict";
|
|
493
493
|
var common2 = require_common();
|
|
494
494
|
var Type2 = require_type();
|
|
@@ -608,9 +608,9 @@ var require_int = __commonJS({
|
|
|
608
608
|
}
|
|
609
609
|
});
|
|
610
610
|
|
|
611
|
-
//
|
|
611
|
+
// ../../node_modules/js-yaml/lib/type/float.js
|
|
612
612
|
var require_float = __commonJS({
|
|
613
|
-
"
|
|
613
|
+
"../../node_modules/js-yaml/lib/type/float.js"(exports2, module2) {
|
|
614
614
|
"use strict";
|
|
615
615
|
var common2 = require_common();
|
|
616
616
|
var Type2 = require_type();
|
|
@@ -691,9 +691,9 @@ var require_float = __commonJS({
|
|
|
691
691
|
}
|
|
692
692
|
});
|
|
693
693
|
|
|
694
|
-
//
|
|
694
|
+
// ../../node_modules/js-yaml/lib/schema/json.js
|
|
695
695
|
var require_json = __commonJS({
|
|
696
|
-
"
|
|
696
|
+
"../../node_modules/js-yaml/lib/schema/json.js"(exports2, module2) {
|
|
697
697
|
"use strict";
|
|
698
698
|
module2.exports = require_failsafe().extend({
|
|
699
699
|
implicit: [
|
|
@@ -706,17 +706,17 @@ var require_json = __commonJS({
|
|
|
706
706
|
}
|
|
707
707
|
});
|
|
708
708
|
|
|
709
|
-
//
|
|
709
|
+
// ../../node_modules/js-yaml/lib/schema/core.js
|
|
710
710
|
var require_core = __commonJS({
|
|
711
|
-
"
|
|
711
|
+
"../../node_modules/js-yaml/lib/schema/core.js"(exports2, module2) {
|
|
712
712
|
"use strict";
|
|
713
713
|
module2.exports = require_json();
|
|
714
714
|
}
|
|
715
715
|
});
|
|
716
716
|
|
|
717
|
-
//
|
|
717
|
+
// ../../node_modules/js-yaml/lib/type/timestamp.js
|
|
718
718
|
var require_timestamp = __commonJS({
|
|
719
|
-
"
|
|
719
|
+
"../../node_modules/js-yaml/lib/type/timestamp.js"(exports2, module2) {
|
|
720
720
|
"use strict";
|
|
721
721
|
var Type2 = require_type();
|
|
722
722
|
var YAML_DATE_REGEXP2 = new RegExp(
|
|
@@ -775,9 +775,9 @@ var require_timestamp = __commonJS({
|
|
|
775
775
|
}
|
|
776
776
|
});
|
|
777
777
|
|
|
778
|
-
//
|
|
778
|
+
// ../../node_modules/js-yaml/lib/type/merge.js
|
|
779
779
|
var require_merge = __commonJS({
|
|
780
|
-
"
|
|
780
|
+
"../../node_modules/js-yaml/lib/type/merge.js"(exports2, module2) {
|
|
781
781
|
"use strict";
|
|
782
782
|
var Type2 = require_type();
|
|
783
783
|
function resolveYamlMerge2(data) {
|
|
@@ -790,9 +790,9 @@ var require_merge = __commonJS({
|
|
|
790
790
|
}
|
|
791
791
|
});
|
|
792
792
|
|
|
793
|
-
//
|
|
793
|
+
// ../../node_modules/js-yaml/lib/type/binary.js
|
|
794
794
|
var require_binary = __commonJS({
|
|
795
|
-
"
|
|
795
|
+
"../../node_modules/js-yaml/lib/type/binary.js"(exports2, module2) {
|
|
796
796
|
"use strict";
|
|
797
797
|
var Type2 = require_type();
|
|
798
798
|
var BASE64_MAP2 = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\n\r";
|
|
@@ -873,9 +873,9 @@ var require_binary = __commonJS({
|
|
|
873
873
|
}
|
|
874
874
|
});
|
|
875
875
|
|
|
876
|
-
//
|
|
876
|
+
// ../../node_modules/js-yaml/lib/type/omap.js
|
|
877
877
|
var require_omap = __commonJS({
|
|
878
|
-
"
|
|
878
|
+
"../../node_modules/js-yaml/lib/type/omap.js"(exports2, module2) {
|
|
879
879
|
"use strict";
|
|
880
880
|
var Type2 = require_type();
|
|
881
881
|
var _hasOwnProperty2 = Object.prototype.hasOwnProperty;
|
|
@@ -910,9 +910,9 @@ var require_omap = __commonJS({
|
|
|
910
910
|
}
|
|
911
911
|
});
|
|
912
912
|
|
|
913
|
-
//
|
|
913
|
+
// ../../node_modules/js-yaml/lib/type/pairs.js
|
|
914
914
|
var require_pairs = __commonJS({
|
|
915
|
-
"
|
|
915
|
+
"../../node_modules/js-yaml/lib/type/pairs.js"(exports2, module2) {
|
|
916
916
|
"use strict";
|
|
917
917
|
var Type2 = require_type();
|
|
918
918
|
var _toString2 = Object.prototype.toString;
|
|
@@ -948,9 +948,9 @@ var require_pairs = __commonJS({
|
|
|
948
948
|
}
|
|
949
949
|
});
|
|
950
950
|
|
|
951
|
-
//
|
|
951
|
+
// ../../node_modules/js-yaml/lib/type/set.js
|
|
952
952
|
var require_set = __commonJS({
|
|
953
|
-
"
|
|
953
|
+
"../../node_modules/js-yaml/lib/type/set.js"(exports2, module2) {
|
|
954
954
|
"use strict";
|
|
955
955
|
var Type2 = require_type();
|
|
956
956
|
var _hasOwnProperty2 = Object.prototype.hasOwnProperty;
|
|
@@ -975,9 +975,9 @@ var require_set = __commonJS({
|
|
|
975
975
|
}
|
|
976
976
|
});
|
|
977
977
|
|
|
978
|
-
//
|
|
978
|
+
// ../../node_modules/js-yaml/lib/schema/default.js
|
|
979
979
|
var require_default = __commonJS({
|
|
980
|
-
"
|
|
980
|
+
"../../node_modules/js-yaml/lib/schema/default.js"(exports2, module2) {
|
|
981
981
|
"use strict";
|
|
982
982
|
module2.exports = require_core().extend({
|
|
983
983
|
implicit: [
|
|
@@ -994,9 +994,9 @@ var require_default = __commonJS({
|
|
|
994
994
|
}
|
|
995
995
|
});
|
|
996
996
|
|
|
997
|
-
//
|
|
997
|
+
// ../../node_modules/js-yaml/lib/loader.js
|
|
998
998
|
var require_loader = __commonJS({
|
|
999
|
-
"
|
|
999
|
+
"../../node_modules/js-yaml/lib/loader.js"(exports2, module2) {
|
|
1000
1000
|
"use strict";
|
|
1001
1001
|
var common2 = require_common();
|
|
1002
1002
|
var YAMLException2 = require_exception();
|
|
@@ -2158,9 +2158,9 @@ var require_loader = __commonJS({
|
|
|
2158
2158
|
}
|
|
2159
2159
|
});
|
|
2160
2160
|
|
|
2161
|
-
//
|
|
2161
|
+
// ../../node_modules/js-yaml/lib/dumper.js
|
|
2162
2162
|
var require_dumper = __commonJS({
|
|
2163
|
-
"
|
|
2163
|
+
"../../node_modules/js-yaml/lib/dumper.js"(exports2, module2) {
|
|
2164
2164
|
"use strict";
|
|
2165
2165
|
var common2 = require_common();
|
|
2166
2166
|
var YAMLException2 = require_exception();
|
|
@@ -2787,9 +2787,9 @@ var require_dumper = __commonJS({
|
|
|
2787
2787
|
}
|
|
2788
2788
|
});
|
|
2789
2789
|
|
|
2790
|
-
//
|
|
2790
|
+
// ../../node_modules/js-yaml/index.js
|
|
2791
2791
|
var require_js_yaml = __commonJS({
|
|
2792
|
-
"
|
|
2792
|
+
"../../node_modules/js-yaml/index.js"(exports2, module2) {
|
|
2793
2793
|
"use strict";
|
|
2794
2794
|
var loader2 = require_loader();
|
|
2795
2795
|
var dumper2 = require_dumper();
|
|
@@ -2887,6 +2887,7 @@ var require_dist = __commonJS({
|
|
|
2887
2887
|
isDefaultInstanceConfigDir: () => isDefaultInstanceConfigDir,
|
|
2888
2888
|
isSessionHostLiveRuntime: () => isSessionHostLiveRuntime2,
|
|
2889
2889
|
isSessionHostRecoverySnapshot: () => isSessionHostRecoverySnapshot2,
|
|
2890
|
+
isTerminalRecord: () => isTerminalRecord,
|
|
2890
2891
|
partitionSessionHostDiagnosticsSessions: () => partitionSessionHostDiagnosticsSessions2,
|
|
2891
2892
|
partitionSessionHostRecords: () => partitionSessionHostRecords2,
|
|
2892
2893
|
resolveAttachableRuntimeRecord: () => resolveAttachableRuntimeRecord,
|
|
@@ -3062,10 +3063,17 @@ var require_dist = __commonJS({
|
|
|
3062
3063
|
return candidate;
|
|
3063
3064
|
}
|
|
3064
3065
|
var LIVE_LIFECYCLES = /* @__PURE__ */ new Set(["starting", "running", "stopping", "interrupted"]);
|
|
3066
|
+
var TERMINAL_LIFECYCLES = /* @__PURE__ */ new Set(["stopped", "failed"]);
|
|
3067
|
+
function isTerminalRecord(record2) {
|
|
3068
|
+
if (!record2) return false;
|
|
3069
|
+
if (record2.termination) return true;
|
|
3070
|
+
return TERMINAL_LIFECYCLES.has(String(record2.lifecycle || "").trim());
|
|
3071
|
+
}
|
|
3065
3072
|
function isSessionHostLiveRuntime2(record2) {
|
|
3066
3073
|
if (!record2) return false;
|
|
3067
3074
|
if (record2.surfaceKind === "live_runtime") return true;
|
|
3068
3075
|
if (record2.surfaceKind === "recovery_snapshot" || record2.surfaceKind === "inactive_record") return false;
|
|
3076
|
+
if (record2.termination) return false;
|
|
3069
3077
|
const lifecycle = String(record2.lifecycle || "").trim();
|
|
3070
3078
|
return LIVE_LIFECYCLES.has(lifecycle);
|
|
3071
3079
|
}
|
|
@@ -3688,9 +3696,9 @@ var require_dist = __commonJS({
|
|
|
3688
3696
|
}
|
|
3689
3697
|
});
|
|
3690
3698
|
|
|
3691
|
-
//
|
|
3699
|
+
// ../../node_modules/ajv/dist/compile/codegen/code.js
|
|
3692
3700
|
var require_code = __commonJS({
|
|
3693
|
-
"
|
|
3701
|
+
"../../node_modules/ajv/dist/compile/codegen/code.js"(exports2) {
|
|
3694
3702
|
"use strict";
|
|
3695
3703
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
3696
3704
|
exports2.regexpCode = exports2.getEsmExportName = exports2.getProperty = exports2.safeStringify = exports2.stringify = exports2.strConcat = exports2.addCodeArg = exports2.str = exports2._ = exports2.nil = exports2._Code = exports2.Name = exports2.IDENTIFIER = exports2._CodeOrName = void 0;
|
|
@@ -3842,9 +3850,9 @@ var require_code = __commonJS({
|
|
|
3842
3850
|
}
|
|
3843
3851
|
});
|
|
3844
3852
|
|
|
3845
|
-
//
|
|
3853
|
+
// ../../node_modules/ajv/dist/compile/codegen/scope.js
|
|
3846
3854
|
var require_scope = __commonJS({
|
|
3847
|
-
"
|
|
3855
|
+
"../../node_modules/ajv/dist/compile/codegen/scope.js"(exports2) {
|
|
3848
3856
|
"use strict";
|
|
3849
3857
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
3850
3858
|
exports2.ValueScope = exports2.ValueScopeName = exports2.Scope = exports2.varKinds = exports2.UsedValueState = void 0;
|
|
@@ -3987,9 +3995,9 @@ var require_scope = __commonJS({
|
|
|
3987
3995
|
}
|
|
3988
3996
|
});
|
|
3989
3997
|
|
|
3990
|
-
//
|
|
3998
|
+
// ../../node_modules/ajv/dist/compile/codegen/index.js
|
|
3991
3999
|
var require_codegen = __commonJS({
|
|
3992
|
-
"
|
|
4000
|
+
"../../node_modules/ajv/dist/compile/codegen/index.js"(exports2) {
|
|
3993
4001
|
"use strict";
|
|
3994
4002
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
3995
4003
|
exports2.or = exports2.and = exports2.not = exports2.CodeGen = exports2.operators = exports2.varKinds = exports2.ValueScopeName = exports2.ValueScope = exports2.Scope = exports2.Name = exports2.regexpCode = exports2.stringify = exports2.getProperty = exports2.nil = exports2.strConcat = exports2.str = exports2._ = void 0;
|
|
@@ -4707,9 +4715,9 @@ var require_codegen = __commonJS({
|
|
|
4707
4715
|
}
|
|
4708
4716
|
});
|
|
4709
4717
|
|
|
4710
|
-
//
|
|
4718
|
+
// ../../node_modules/ajv/dist/compile/util.js
|
|
4711
4719
|
var require_util = __commonJS({
|
|
4712
|
-
"
|
|
4720
|
+
"../../node_modules/ajv/dist/compile/util.js"(exports2) {
|
|
4713
4721
|
"use strict";
|
|
4714
4722
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
4715
4723
|
exports2.checkStrictMode = exports2.getErrorPath = exports2.Type = exports2.useFunc = exports2.setEvaluated = exports2.evaluatedPropsToName = exports2.mergeEvaluated = exports2.eachItem = exports2.unescapeJsonPointer = exports2.escapeJsonPointer = exports2.escapeFragment = exports2.unescapeFragment = exports2.schemaRefOrVal = exports2.schemaHasRulesButRef = exports2.schemaHasRules = exports2.checkUnknownRules = exports2.alwaysValidSchema = exports2.toHash = void 0;
|
|
@@ -4874,9 +4882,9 @@ var require_util = __commonJS({
|
|
|
4874
4882
|
}
|
|
4875
4883
|
});
|
|
4876
4884
|
|
|
4877
|
-
//
|
|
4885
|
+
// ../../node_modules/ajv/dist/compile/names.js
|
|
4878
4886
|
var require_names = __commonJS({
|
|
4879
|
-
"
|
|
4887
|
+
"../../node_modules/ajv/dist/compile/names.js"(exports2) {
|
|
4880
4888
|
"use strict";
|
|
4881
4889
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
4882
4890
|
var codegen_1 = require_codegen();
|
|
@@ -4913,9 +4921,9 @@ var require_names = __commonJS({
|
|
|
4913
4921
|
}
|
|
4914
4922
|
});
|
|
4915
4923
|
|
|
4916
|
-
//
|
|
4924
|
+
// ../../node_modules/ajv/dist/compile/errors.js
|
|
4917
4925
|
var require_errors = __commonJS({
|
|
4918
|
-
"
|
|
4926
|
+
"../../node_modules/ajv/dist/compile/errors.js"(exports2) {
|
|
4919
4927
|
"use strict";
|
|
4920
4928
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
4921
4929
|
exports2.extendErrors = exports2.resetErrorsCount = exports2.reportExtraError = exports2.reportError = exports2.keyword$DataError = exports2.keywordError = void 0;
|
|
@@ -5035,9 +5043,9 @@ var require_errors = __commonJS({
|
|
|
5035
5043
|
}
|
|
5036
5044
|
});
|
|
5037
5045
|
|
|
5038
|
-
//
|
|
5046
|
+
// ../../node_modules/ajv/dist/compile/validate/boolSchema.js
|
|
5039
5047
|
var require_boolSchema = __commonJS({
|
|
5040
|
-
"
|
|
5048
|
+
"../../node_modules/ajv/dist/compile/validate/boolSchema.js"(exports2) {
|
|
5041
5049
|
"use strict";
|
|
5042
5050
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
5043
5051
|
exports2.boolOrEmptySchema = exports2.topBoolOrEmptySchema = void 0;
|
|
@@ -5086,9 +5094,9 @@ var require_boolSchema = __commonJS({
|
|
|
5086
5094
|
}
|
|
5087
5095
|
});
|
|
5088
5096
|
|
|
5089
|
-
//
|
|
5097
|
+
// ../../node_modules/ajv/dist/compile/rules.js
|
|
5090
5098
|
var require_rules = __commonJS({
|
|
5091
|
-
"
|
|
5099
|
+
"../../node_modules/ajv/dist/compile/rules.js"(exports2) {
|
|
5092
5100
|
"use strict";
|
|
5093
5101
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
5094
5102
|
exports2.getRules = exports2.isJSONType = void 0;
|
|
@@ -5117,9 +5125,9 @@ var require_rules = __commonJS({
|
|
|
5117
5125
|
}
|
|
5118
5126
|
});
|
|
5119
5127
|
|
|
5120
|
-
//
|
|
5128
|
+
// ../../node_modules/ajv/dist/compile/validate/applicability.js
|
|
5121
5129
|
var require_applicability = __commonJS({
|
|
5122
|
-
"
|
|
5130
|
+
"../../node_modules/ajv/dist/compile/validate/applicability.js"(exports2) {
|
|
5123
5131
|
"use strict";
|
|
5124
5132
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
5125
5133
|
exports2.shouldUseRule = exports2.shouldUseGroup = exports2.schemaHasRulesForType = void 0;
|
|
@@ -5140,9 +5148,9 @@ var require_applicability = __commonJS({
|
|
|
5140
5148
|
}
|
|
5141
5149
|
});
|
|
5142
5150
|
|
|
5143
|
-
//
|
|
5151
|
+
// ../../node_modules/ajv/dist/compile/validate/dataType.js
|
|
5144
5152
|
var require_dataType = __commonJS({
|
|
5145
|
-
"
|
|
5153
|
+
"../../node_modules/ajv/dist/compile/validate/dataType.js"(exports2) {
|
|
5146
5154
|
"use strict";
|
|
5147
5155
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
5148
5156
|
exports2.reportTypeError = exports2.checkDataTypes = exports2.checkDataType = exports2.coerceAndCheckDataType = exports2.getJSONTypes = exports2.getSchemaTypes = exports2.DataType = void 0;
|
|
@@ -5324,9 +5332,9 @@ var require_dataType = __commonJS({
|
|
|
5324
5332
|
}
|
|
5325
5333
|
});
|
|
5326
5334
|
|
|
5327
|
-
//
|
|
5335
|
+
// ../../node_modules/ajv/dist/compile/validate/defaults.js
|
|
5328
5336
|
var require_defaults = __commonJS({
|
|
5329
|
-
"
|
|
5337
|
+
"../../node_modules/ajv/dist/compile/validate/defaults.js"(exports2) {
|
|
5330
5338
|
"use strict";
|
|
5331
5339
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
5332
5340
|
exports2.assignDefaults = void 0;
|
|
@@ -5361,9 +5369,9 @@ var require_defaults = __commonJS({
|
|
|
5361
5369
|
}
|
|
5362
5370
|
});
|
|
5363
5371
|
|
|
5364
|
-
//
|
|
5372
|
+
// ../../node_modules/ajv/dist/vocabularies/code.js
|
|
5365
5373
|
var require_code2 = __commonJS({
|
|
5366
|
-
"
|
|
5374
|
+
"../../node_modules/ajv/dist/vocabularies/code.js"(exports2) {
|
|
5367
5375
|
"use strict";
|
|
5368
5376
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
5369
5377
|
exports2.validateUnion = exports2.validateArray = exports2.usePattern = exports2.callValidateCode = exports2.schemaProperties = exports2.allSchemaProperties = exports2.noPropertyInData = exports2.propertyInData = exports2.isOwnProperty = exports2.hasPropFunc = exports2.reportMissingProp = exports2.checkMissingProp = exports2.checkReportMissingProp = void 0;
|
|
@@ -5494,9 +5502,9 @@ var require_code2 = __commonJS({
|
|
|
5494
5502
|
}
|
|
5495
5503
|
});
|
|
5496
5504
|
|
|
5497
|
-
//
|
|
5505
|
+
// ../../node_modules/ajv/dist/compile/validate/keyword.js
|
|
5498
5506
|
var require_keyword = __commonJS({
|
|
5499
|
-
"
|
|
5507
|
+
"../../node_modules/ajv/dist/compile/validate/keyword.js"(exports2) {
|
|
5500
5508
|
"use strict";
|
|
5501
5509
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
5502
5510
|
exports2.validateKeywordUsage = exports2.validSchemaType = exports2.funcKeywordCode = exports2.macroKeywordCode = void 0;
|
|
@@ -5612,9 +5620,9 @@ var require_keyword = __commonJS({
|
|
|
5612
5620
|
}
|
|
5613
5621
|
});
|
|
5614
5622
|
|
|
5615
|
-
//
|
|
5623
|
+
// ../../node_modules/ajv/dist/compile/validate/subschema.js
|
|
5616
5624
|
var require_subschema = __commonJS({
|
|
5617
|
-
"
|
|
5625
|
+
"../../node_modules/ajv/dist/compile/validate/subschema.js"(exports2) {
|
|
5618
5626
|
"use strict";
|
|
5619
5627
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
5620
5628
|
exports2.extendSubschemaMode = exports2.extendSubschemaData = exports2.getSubschema = void 0;
|
|
@@ -5695,9 +5703,9 @@ var require_subschema = __commonJS({
|
|
|
5695
5703
|
}
|
|
5696
5704
|
});
|
|
5697
5705
|
|
|
5698
|
-
//
|
|
5706
|
+
// ../../node_modules/fast-deep-equal/index.js
|
|
5699
5707
|
var require_fast_deep_equal = __commonJS({
|
|
5700
|
-
"
|
|
5708
|
+
"../../node_modules/fast-deep-equal/index.js"(exports2, module2) {
|
|
5701
5709
|
"use strict";
|
|
5702
5710
|
module2.exports = function equal(a, b) {
|
|
5703
5711
|
if (a === b) return true;
|
|
@@ -5730,9 +5738,9 @@ var require_fast_deep_equal = __commonJS({
|
|
|
5730
5738
|
}
|
|
5731
5739
|
});
|
|
5732
5740
|
|
|
5733
|
-
//
|
|
5741
|
+
// ../../node_modules/json-schema-traverse/index.js
|
|
5734
5742
|
var require_json_schema_traverse = __commonJS({
|
|
5735
|
-
"
|
|
5743
|
+
"../../node_modules/json-schema-traverse/index.js"(exports2, module2) {
|
|
5736
5744
|
"use strict";
|
|
5737
5745
|
var traverse = module2.exports = function(schema2, opts, cb) {
|
|
5738
5746
|
if (typeof opts == "function") {
|
|
@@ -5818,9 +5826,9 @@ var require_json_schema_traverse = __commonJS({
|
|
|
5818
5826
|
}
|
|
5819
5827
|
});
|
|
5820
5828
|
|
|
5821
|
-
//
|
|
5829
|
+
// ../../node_modules/ajv/dist/compile/resolve.js
|
|
5822
5830
|
var require_resolve = __commonJS({
|
|
5823
|
-
"
|
|
5831
|
+
"../../node_modules/ajv/dist/compile/resolve.js"(exports2) {
|
|
5824
5832
|
"use strict";
|
|
5825
5833
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
5826
5834
|
exports2.getSchemaRefs = exports2.resolveUrl = exports2.normalizeId = exports2._getFullPath = exports2.getFullPath = exports2.inlineRef = void 0;
|
|
@@ -5974,9 +5982,9 @@ var require_resolve = __commonJS({
|
|
|
5974
5982
|
}
|
|
5975
5983
|
});
|
|
5976
5984
|
|
|
5977
|
-
//
|
|
5985
|
+
// ../../node_modules/ajv/dist/compile/validate/index.js
|
|
5978
5986
|
var require_validate = __commonJS({
|
|
5979
|
-
"
|
|
5987
|
+
"../../node_modules/ajv/dist/compile/validate/index.js"(exports2) {
|
|
5980
5988
|
"use strict";
|
|
5981
5989
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
5982
5990
|
exports2.getData = exports2.KeywordCxt = exports2.validateFunctionCode = void 0;
|
|
@@ -6482,9 +6490,9 @@ var require_validate = __commonJS({
|
|
|
6482
6490
|
}
|
|
6483
6491
|
});
|
|
6484
6492
|
|
|
6485
|
-
//
|
|
6493
|
+
// ../../node_modules/ajv/dist/runtime/validation_error.js
|
|
6486
6494
|
var require_validation_error = __commonJS({
|
|
6487
|
-
"
|
|
6495
|
+
"../../node_modules/ajv/dist/runtime/validation_error.js"(exports2) {
|
|
6488
6496
|
"use strict";
|
|
6489
6497
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
6490
6498
|
var ValidationError = class extends Error {
|
|
@@ -6498,9 +6506,9 @@ var require_validation_error = __commonJS({
|
|
|
6498
6506
|
}
|
|
6499
6507
|
});
|
|
6500
6508
|
|
|
6501
|
-
//
|
|
6509
|
+
// ../../node_modules/ajv/dist/compile/ref_error.js
|
|
6502
6510
|
var require_ref_error = __commonJS({
|
|
6503
|
-
"
|
|
6511
|
+
"../../node_modules/ajv/dist/compile/ref_error.js"(exports2) {
|
|
6504
6512
|
"use strict";
|
|
6505
6513
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
6506
6514
|
var resolve_1 = require_resolve();
|
|
@@ -6515,9 +6523,9 @@ var require_ref_error = __commonJS({
|
|
|
6515
6523
|
}
|
|
6516
6524
|
});
|
|
6517
6525
|
|
|
6518
|
-
//
|
|
6526
|
+
// ../../node_modules/ajv/dist/compile/index.js
|
|
6519
6527
|
var require_compile = __commonJS({
|
|
6520
|
-
"
|
|
6528
|
+
"../../node_modules/ajv/dist/compile/index.js"(exports2) {
|
|
6521
6529
|
"use strict";
|
|
6522
6530
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
6523
6531
|
exports2.resolveSchema = exports2.getCompilingSchema = exports2.resolveRef = exports2.compileSchema = exports2.SchemaEnv = void 0;
|
|
@@ -6739,9 +6747,9 @@ var require_compile = __commonJS({
|
|
|
6739
6747
|
}
|
|
6740
6748
|
});
|
|
6741
6749
|
|
|
6742
|
-
//
|
|
6750
|
+
// ../../node_modules/ajv/dist/refs/data.json
|
|
6743
6751
|
var require_data = __commonJS({
|
|
6744
|
-
"
|
|
6752
|
+
"../../node_modules/ajv/dist/refs/data.json"(exports2, module2) {
|
|
6745
6753
|
module2.exports = {
|
|
6746
6754
|
$id: "https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",
|
|
6747
6755
|
description: "Meta-schema for $data reference (JSON AnySchema extension proposal)",
|
|
@@ -6758,9 +6766,9 @@ var require_data = __commonJS({
|
|
|
6758
6766
|
}
|
|
6759
6767
|
});
|
|
6760
6768
|
|
|
6761
|
-
//
|
|
6769
|
+
// ../../node_modules/fast-uri/lib/utils.js
|
|
6762
6770
|
var require_utils = __commonJS({
|
|
6763
|
-
"
|
|
6771
|
+
"../../node_modules/fast-uri/lib/utils.js"(exports2, module2) {
|
|
6764
6772
|
"use strict";
|
|
6765
6773
|
var isUUID = RegExp.prototype.test.bind(/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu);
|
|
6766
6774
|
var isIPv4 = RegExp.prototype.test.bind(/^(?:(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)$/u);
|
|
@@ -7015,9 +7023,9 @@ var require_utils = __commonJS({
|
|
|
7015
7023
|
}
|
|
7016
7024
|
});
|
|
7017
7025
|
|
|
7018
|
-
//
|
|
7026
|
+
// ../../node_modules/fast-uri/lib/schemes.js
|
|
7019
7027
|
var require_schemes = __commonJS({
|
|
7020
|
-
"
|
|
7028
|
+
"../../node_modules/fast-uri/lib/schemes.js"(exports2, module2) {
|
|
7021
7029
|
"use strict";
|
|
7022
7030
|
var { isUUID } = require_utils();
|
|
7023
7031
|
var URN_REG = /([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu;
|
|
@@ -7225,9 +7233,9 @@ var require_schemes = __commonJS({
|
|
|
7225
7233
|
}
|
|
7226
7234
|
});
|
|
7227
7235
|
|
|
7228
|
-
//
|
|
7236
|
+
// ../../node_modules/fast-uri/index.js
|
|
7229
7237
|
var require_fast_uri = __commonJS({
|
|
7230
|
-
"
|
|
7238
|
+
"../../node_modules/fast-uri/index.js"(exports2, module2) {
|
|
7231
7239
|
"use strict";
|
|
7232
7240
|
var { normalizeIPv6, removeDotSegments, recomposeAuthority, normalizeComponentEncoding, isIPv4, nonSimpleDomain } = require_utils();
|
|
7233
7241
|
var { SCHEMES, getSchemeHandler } = require_schemes();
|
|
@@ -7480,9 +7488,9 @@ var require_fast_uri = __commonJS({
|
|
|
7480
7488
|
}
|
|
7481
7489
|
});
|
|
7482
7490
|
|
|
7483
|
-
//
|
|
7491
|
+
// ../../node_modules/ajv/dist/runtime/uri.js
|
|
7484
7492
|
var require_uri = __commonJS({
|
|
7485
|
-
"
|
|
7493
|
+
"../../node_modules/ajv/dist/runtime/uri.js"(exports2) {
|
|
7486
7494
|
"use strict";
|
|
7487
7495
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
7488
7496
|
var uri = require_fast_uri();
|
|
@@ -7491,9 +7499,9 @@ var require_uri = __commonJS({
|
|
|
7491
7499
|
}
|
|
7492
7500
|
});
|
|
7493
7501
|
|
|
7494
|
-
//
|
|
7502
|
+
// ../../node_modules/ajv/dist/core.js
|
|
7495
7503
|
var require_core2 = __commonJS({
|
|
7496
|
-
"
|
|
7504
|
+
"../../node_modules/ajv/dist/core.js"(exports2) {
|
|
7497
7505
|
"use strict";
|
|
7498
7506
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
7499
7507
|
exports2.CodeGen = exports2.Name = exports2.nil = exports2.stringify = exports2.str = exports2._ = exports2.KeywordCxt = void 0;
|
|
@@ -8102,9 +8110,9 @@ var require_core2 = __commonJS({
|
|
|
8102
8110
|
}
|
|
8103
8111
|
});
|
|
8104
8112
|
|
|
8105
|
-
//
|
|
8113
|
+
// ../../node_modules/ajv/dist/vocabularies/core/id.js
|
|
8106
8114
|
var require_id = __commonJS({
|
|
8107
|
-
"
|
|
8115
|
+
"../../node_modules/ajv/dist/vocabularies/core/id.js"(exports2) {
|
|
8108
8116
|
"use strict";
|
|
8109
8117
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
8110
8118
|
var def = {
|
|
@@ -8117,9 +8125,9 @@ var require_id = __commonJS({
|
|
|
8117
8125
|
}
|
|
8118
8126
|
});
|
|
8119
8127
|
|
|
8120
|
-
//
|
|
8128
|
+
// ../../node_modules/ajv/dist/vocabularies/core/ref.js
|
|
8121
8129
|
var require_ref = __commonJS({
|
|
8122
|
-
"
|
|
8130
|
+
"../../node_modules/ajv/dist/vocabularies/core/ref.js"(exports2) {
|
|
8123
8131
|
"use strict";
|
|
8124
8132
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
8125
8133
|
exports2.callRef = exports2.getValidate = void 0;
|
|
@@ -8239,9 +8247,9 @@ var require_ref = __commonJS({
|
|
|
8239
8247
|
}
|
|
8240
8248
|
});
|
|
8241
8249
|
|
|
8242
|
-
//
|
|
8250
|
+
// ../../node_modules/ajv/dist/vocabularies/core/index.js
|
|
8243
8251
|
var require_core3 = __commonJS({
|
|
8244
|
-
"
|
|
8252
|
+
"../../node_modules/ajv/dist/vocabularies/core/index.js"(exports2) {
|
|
8245
8253
|
"use strict";
|
|
8246
8254
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
8247
8255
|
var id_1 = require_id();
|
|
@@ -8260,9 +8268,9 @@ var require_core3 = __commonJS({
|
|
|
8260
8268
|
}
|
|
8261
8269
|
});
|
|
8262
8270
|
|
|
8263
|
-
//
|
|
8271
|
+
// ../../node_modules/ajv/dist/vocabularies/validation/limitNumber.js
|
|
8264
8272
|
var require_limitNumber = __commonJS({
|
|
8265
|
-
"
|
|
8273
|
+
"../../node_modules/ajv/dist/vocabularies/validation/limitNumber.js"(exports2) {
|
|
8266
8274
|
"use strict";
|
|
8267
8275
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
8268
8276
|
var codegen_1 = require_codegen();
|
|
@@ -8292,9 +8300,9 @@ var require_limitNumber = __commonJS({
|
|
|
8292
8300
|
}
|
|
8293
8301
|
});
|
|
8294
8302
|
|
|
8295
|
-
//
|
|
8303
|
+
// ../../node_modules/ajv/dist/vocabularies/validation/multipleOf.js
|
|
8296
8304
|
var require_multipleOf = __commonJS({
|
|
8297
|
-
"
|
|
8305
|
+
"../../node_modules/ajv/dist/vocabularies/validation/multipleOf.js"(exports2) {
|
|
8298
8306
|
"use strict";
|
|
8299
8307
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
8300
8308
|
var codegen_1 = require_codegen();
|
|
@@ -8320,9 +8328,9 @@ var require_multipleOf = __commonJS({
|
|
|
8320
8328
|
}
|
|
8321
8329
|
});
|
|
8322
8330
|
|
|
8323
|
-
//
|
|
8331
|
+
// ../../node_modules/ajv/dist/runtime/ucs2length.js
|
|
8324
8332
|
var require_ucs2length = __commonJS({
|
|
8325
|
-
"
|
|
8333
|
+
"../../node_modules/ajv/dist/runtime/ucs2length.js"(exports2) {
|
|
8326
8334
|
"use strict";
|
|
8327
8335
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
8328
8336
|
function ucs2length(str2) {
|
|
@@ -8346,9 +8354,9 @@ var require_ucs2length = __commonJS({
|
|
|
8346
8354
|
}
|
|
8347
8355
|
});
|
|
8348
8356
|
|
|
8349
|
-
//
|
|
8357
|
+
// ../../node_modules/ajv/dist/vocabularies/validation/limitLength.js
|
|
8350
8358
|
var require_limitLength = __commonJS({
|
|
8351
|
-
"
|
|
8359
|
+
"../../node_modules/ajv/dist/vocabularies/validation/limitLength.js"(exports2) {
|
|
8352
8360
|
"use strict";
|
|
8353
8361
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
8354
8362
|
var codegen_1 = require_codegen();
|
|
@@ -8378,9 +8386,9 @@ var require_limitLength = __commonJS({
|
|
|
8378
8386
|
}
|
|
8379
8387
|
});
|
|
8380
8388
|
|
|
8381
|
-
//
|
|
8389
|
+
// ../../node_modules/ajv/dist/vocabularies/validation/pattern.js
|
|
8382
8390
|
var require_pattern = __commonJS({
|
|
8383
|
-
"
|
|
8391
|
+
"../../node_modules/ajv/dist/vocabularies/validation/pattern.js"(exports2) {
|
|
8384
8392
|
"use strict";
|
|
8385
8393
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
8386
8394
|
var code_1 = require_code2();
|
|
@@ -8415,9 +8423,9 @@ var require_pattern = __commonJS({
|
|
|
8415
8423
|
}
|
|
8416
8424
|
});
|
|
8417
8425
|
|
|
8418
|
-
//
|
|
8426
|
+
// ../../node_modules/ajv/dist/vocabularies/validation/limitProperties.js
|
|
8419
8427
|
var require_limitProperties = __commonJS({
|
|
8420
|
-
"
|
|
8428
|
+
"../../node_modules/ajv/dist/vocabularies/validation/limitProperties.js"(exports2) {
|
|
8421
8429
|
"use strict";
|
|
8422
8430
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
8423
8431
|
var codegen_1 = require_codegen();
|
|
@@ -8444,9 +8452,9 @@ var require_limitProperties = __commonJS({
|
|
|
8444
8452
|
}
|
|
8445
8453
|
});
|
|
8446
8454
|
|
|
8447
|
-
//
|
|
8455
|
+
// ../../node_modules/ajv/dist/vocabularies/validation/required.js
|
|
8448
8456
|
var require_required = __commonJS({
|
|
8449
|
-
"
|
|
8457
|
+
"../../node_modules/ajv/dist/vocabularies/validation/required.js"(exports2) {
|
|
8450
8458
|
"use strict";
|
|
8451
8459
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
8452
8460
|
var code_1 = require_code2();
|
|
@@ -8526,9 +8534,9 @@ var require_required = __commonJS({
|
|
|
8526
8534
|
}
|
|
8527
8535
|
});
|
|
8528
8536
|
|
|
8529
|
-
//
|
|
8537
|
+
// ../../node_modules/ajv/dist/vocabularies/validation/limitItems.js
|
|
8530
8538
|
var require_limitItems = __commonJS({
|
|
8531
|
-
"
|
|
8539
|
+
"../../node_modules/ajv/dist/vocabularies/validation/limitItems.js"(exports2) {
|
|
8532
8540
|
"use strict";
|
|
8533
8541
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
8534
8542
|
var codegen_1 = require_codegen();
|
|
@@ -8555,9 +8563,9 @@ var require_limitItems = __commonJS({
|
|
|
8555
8563
|
}
|
|
8556
8564
|
});
|
|
8557
8565
|
|
|
8558
|
-
//
|
|
8566
|
+
// ../../node_modules/ajv/dist/runtime/equal.js
|
|
8559
8567
|
var require_equal = __commonJS({
|
|
8560
|
-
"
|
|
8568
|
+
"../../node_modules/ajv/dist/runtime/equal.js"(exports2) {
|
|
8561
8569
|
"use strict";
|
|
8562
8570
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
8563
8571
|
var equal = require_fast_deep_equal();
|
|
@@ -8566,9 +8574,9 @@ var require_equal = __commonJS({
|
|
|
8566
8574
|
}
|
|
8567
8575
|
});
|
|
8568
8576
|
|
|
8569
|
-
//
|
|
8577
|
+
// ../../node_modules/ajv/dist/vocabularies/validation/uniqueItems.js
|
|
8570
8578
|
var require_uniqueItems = __commonJS({
|
|
8571
|
-
"
|
|
8579
|
+
"../../node_modules/ajv/dist/vocabularies/validation/uniqueItems.js"(exports2) {
|
|
8572
8580
|
"use strict";
|
|
8573
8581
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
8574
8582
|
var dataType_1 = require_dataType();
|
|
@@ -8633,9 +8641,9 @@ var require_uniqueItems = __commonJS({
|
|
|
8633
8641
|
}
|
|
8634
8642
|
});
|
|
8635
8643
|
|
|
8636
|
-
//
|
|
8644
|
+
// ../../node_modules/ajv/dist/vocabularies/validation/const.js
|
|
8637
8645
|
var require_const = __commonJS({
|
|
8638
|
-
"
|
|
8646
|
+
"../../node_modules/ajv/dist/vocabularies/validation/const.js"(exports2) {
|
|
8639
8647
|
"use strict";
|
|
8640
8648
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
8641
8649
|
var codegen_1 = require_codegen();
|
|
@@ -8662,9 +8670,9 @@ var require_const = __commonJS({
|
|
|
8662
8670
|
}
|
|
8663
8671
|
});
|
|
8664
8672
|
|
|
8665
|
-
//
|
|
8673
|
+
// ../../node_modules/ajv/dist/vocabularies/validation/enum.js
|
|
8666
8674
|
var require_enum = __commonJS({
|
|
8667
|
-
"
|
|
8675
|
+
"../../node_modules/ajv/dist/vocabularies/validation/enum.js"(exports2) {
|
|
8668
8676
|
"use strict";
|
|
8669
8677
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
8670
8678
|
var codegen_1 = require_codegen();
|
|
@@ -8711,9 +8719,9 @@ var require_enum = __commonJS({
|
|
|
8711
8719
|
}
|
|
8712
8720
|
});
|
|
8713
8721
|
|
|
8714
|
-
//
|
|
8722
|
+
// ../../node_modules/ajv/dist/vocabularies/validation/index.js
|
|
8715
8723
|
var require_validation = __commonJS({
|
|
8716
|
-
"
|
|
8724
|
+
"../../node_modules/ajv/dist/vocabularies/validation/index.js"(exports2) {
|
|
8717
8725
|
"use strict";
|
|
8718
8726
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
8719
8727
|
var limitNumber_1 = require_limitNumber();
|
|
@@ -8749,9 +8757,9 @@ var require_validation = __commonJS({
|
|
|
8749
8757
|
}
|
|
8750
8758
|
});
|
|
8751
8759
|
|
|
8752
|
-
//
|
|
8760
|
+
// ../../node_modules/ajv/dist/vocabularies/applicator/additionalItems.js
|
|
8753
8761
|
var require_additionalItems = __commonJS({
|
|
8754
|
-
"
|
|
8762
|
+
"../../node_modules/ajv/dist/vocabularies/applicator/additionalItems.js"(exports2) {
|
|
8755
8763
|
"use strict";
|
|
8756
8764
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
8757
8765
|
exports2.validateAdditionalItems = void 0;
|
|
@@ -8802,9 +8810,9 @@ var require_additionalItems = __commonJS({
|
|
|
8802
8810
|
}
|
|
8803
8811
|
});
|
|
8804
8812
|
|
|
8805
|
-
//
|
|
8813
|
+
// ../../node_modules/ajv/dist/vocabularies/applicator/items.js
|
|
8806
8814
|
var require_items = __commonJS({
|
|
8807
|
-
"
|
|
8815
|
+
"../../node_modules/ajv/dist/vocabularies/applicator/items.js"(exports2) {
|
|
8808
8816
|
"use strict";
|
|
8809
8817
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
8810
8818
|
exports2.validateTuple = void 0;
|
|
@@ -8859,9 +8867,9 @@ var require_items = __commonJS({
|
|
|
8859
8867
|
}
|
|
8860
8868
|
});
|
|
8861
8869
|
|
|
8862
|
-
//
|
|
8870
|
+
// ../../node_modules/ajv/dist/vocabularies/applicator/prefixItems.js
|
|
8863
8871
|
var require_prefixItems = __commonJS({
|
|
8864
|
-
"
|
|
8872
|
+
"../../node_modules/ajv/dist/vocabularies/applicator/prefixItems.js"(exports2) {
|
|
8865
8873
|
"use strict";
|
|
8866
8874
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
8867
8875
|
var items_1 = require_items();
|
|
@@ -8876,9 +8884,9 @@ var require_prefixItems = __commonJS({
|
|
|
8876
8884
|
}
|
|
8877
8885
|
});
|
|
8878
8886
|
|
|
8879
|
-
//
|
|
8887
|
+
// ../../node_modules/ajv/dist/vocabularies/applicator/items2020.js
|
|
8880
8888
|
var require_items2020 = __commonJS({
|
|
8881
|
-
"
|
|
8889
|
+
"../../node_modules/ajv/dist/vocabularies/applicator/items2020.js"(exports2) {
|
|
8882
8890
|
"use strict";
|
|
8883
8891
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
8884
8892
|
var codegen_1 = require_codegen();
|
|
@@ -8911,9 +8919,9 @@ var require_items2020 = __commonJS({
|
|
|
8911
8919
|
}
|
|
8912
8920
|
});
|
|
8913
8921
|
|
|
8914
|
-
//
|
|
8922
|
+
// ../../node_modules/ajv/dist/vocabularies/applicator/contains.js
|
|
8915
8923
|
var require_contains = __commonJS({
|
|
8916
|
-
"
|
|
8924
|
+
"../../node_modules/ajv/dist/vocabularies/applicator/contains.js"(exports2) {
|
|
8917
8925
|
"use strict";
|
|
8918
8926
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
8919
8927
|
var codegen_1 = require_codegen();
|
|
@@ -9005,9 +9013,9 @@ var require_contains = __commonJS({
|
|
|
9005
9013
|
}
|
|
9006
9014
|
});
|
|
9007
9015
|
|
|
9008
|
-
//
|
|
9016
|
+
// ../../node_modules/ajv/dist/vocabularies/applicator/dependencies.js
|
|
9009
9017
|
var require_dependencies = __commonJS({
|
|
9010
|
-
"
|
|
9018
|
+
"../../node_modules/ajv/dist/vocabularies/applicator/dependencies.js"(exports2) {
|
|
9011
9019
|
"use strict";
|
|
9012
9020
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
9013
9021
|
exports2.validateSchemaDeps = exports2.validatePropertyDeps = exports2.error = void 0;
|
|
@@ -9099,9 +9107,9 @@ var require_dependencies = __commonJS({
|
|
|
9099
9107
|
}
|
|
9100
9108
|
});
|
|
9101
9109
|
|
|
9102
|
-
//
|
|
9110
|
+
// ../../node_modules/ajv/dist/vocabularies/applicator/propertyNames.js
|
|
9103
9111
|
var require_propertyNames = __commonJS({
|
|
9104
|
-
"
|
|
9112
|
+
"../../node_modules/ajv/dist/vocabularies/applicator/propertyNames.js"(exports2) {
|
|
9105
9113
|
"use strict";
|
|
9106
9114
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
9107
9115
|
var codegen_1 = require_codegen();
|
|
@@ -9142,9 +9150,9 @@ var require_propertyNames = __commonJS({
|
|
|
9142
9150
|
}
|
|
9143
9151
|
});
|
|
9144
9152
|
|
|
9145
|
-
//
|
|
9153
|
+
// ../../node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js
|
|
9146
9154
|
var require_additionalProperties = __commonJS({
|
|
9147
|
-
"
|
|
9155
|
+
"../../node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js"(exports2) {
|
|
9148
9156
|
"use strict";
|
|
9149
9157
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
9150
9158
|
var code_1 = require_code2();
|
|
@@ -9248,9 +9256,9 @@ var require_additionalProperties = __commonJS({
|
|
|
9248
9256
|
}
|
|
9249
9257
|
});
|
|
9250
9258
|
|
|
9251
|
-
//
|
|
9259
|
+
// ../../node_modules/ajv/dist/vocabularies/applicator/properties.js
|
|
9252
9260
|
var require_properties = __commonJS({
|
|
9253
|
-
"
|
|
9261
|
+
"../../node_modules/ajv/dist/vocabularies/applicator/properties.js"(exports2) {
|
|
9254
9262
|
"use strict";
|
|
9255
9263
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
9256
9264
|
var validate_1 = require_validate();
|
|
@@ -9306,9 +9314,9 @@ var require_properties = __commonJS({
|
|
|
9306
9314
|
}
|
|
9307
9315
|
});
|
|
9308
9316
|
|
|
9309
|
-
//
|
|
9317
|
+
// ../../node_modules/ajv/dist/vocabularies/applicator/patternProperties.js
|
|
9310
9318
|
var require_patternProperties = __commonJS({
|
|
9311
|
-
"
|
|
9319
|
+
"../../node_modules/ajv/dist/vocabularies/applicator/patternProperties.js"(exports2) {
|
|
9312
9320
|
"use strict";
|
|
9313
9321
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
9314
9322
|
var code_1 = require_code2();
|
|
@@ -9380,9 +9388,9 @@ var require_patternProperties = __commonJS({
|
|
|
9380
9388
|
}
|
|
9381
9389
|
});
|
|
9382
9390
|
|
|
9383
|
-
//
|
|
9391
|
+
// ../../node_modules/ajv/dist/vocabularies/applicator/not.js
|
|
9384
9392
|
var require_not = __commonJS({
|
|
9385
|
-
"
|
|
9393
|
+
"../../node_modules/ajv/dist/vocabularies/applicator/not.js"(exports2) {
|
|
9386
9394
|
"use strict";
|
|
9387
9395
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
9388
9396
|
var util_1 = require_util();
|
|
@@ -9411,9 +9419,9 @@ var require_not = __commonJS({
|
|
|
9411
9419
|
}
|
|
9412
9420
|
});
|
|
9413
9421
|
|
|
9414
|
-
//
|
|
9422
|
+
// ../../node_modules/ajv/dist/vocabularies/applicator/anyOf.js
|
|
9415
9423
|
var require_anyOf = __commonJS({
|
|
9416
|
-
"
|
|
9424
|
+
"../../node_modules/ajv/dist/vocabularies/applicator/anyOf.js"(exports2) {
|
|
9417
9425
|
"use strict";
|
|
9418
9426
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
9419
9427
|
var code_1 = require_code2();
|
|
@@ -9428,9 +9436,9 @@ var require_anyOf = __commonJS({
|
|
|
9428
9436
|
}
|
|
9429
9437
|
});
|
|
9430
9438
|
|
|
9431
|
-
//
|
|
9439
|
+
// ../../node_modules/ajv/dist/vocabularies/applicator/oneOf.js
|
|
9432
9440
|
var require_oneOf = __commonJS({
|
|
9433
|
-
"
|
|
9441
|
+
"../../node_modules/ajv/dist/vocabularies/applicator/oneOf.js"(exports2) {
|
|
9434
9442
|
"use strict";
|
|
9435
9443
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
9436
9444
|
var codegen_1 = require_codegen();
|
|
@@ -9486,9 +9494,9 @@ var require_oneOf = __commonJS({
|
|
|
9486
9494
|
}
|
|
9487
9495
|
});
|
|
9488
9496
|
|
|
9489
|
-
//
|
|
9497
|
+
// ../../node_modules/ajv/dist/vocabularies/applicator/allOf.js
|
|
9490
9498
|
var require_allOf = __commonJS({
|
|
9491
|
-
"
|
|
9499
|
+
"../../node_modules/ajv/dist/vocabularies/applicator/allOf.js"(exports2) {
|
|
9492
9500
|
"use strict";
|
|
9493
9501
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
9494
9502
|
var util_1 = require_util();
|
|
@@ -9513,9 +9521,9 @@ var require_allOf = __commonJS({
|
|
|
9513
9521
|
}
|
|
9514
9522
|
});
|
|
9515
9523
|
|
|
9516
|
-
//
|
|
9524
|
+
// ../../node_modules/ajv/dist/vocabularies/applicator/if.js
|
|
9517
9525
|
var require_if = __commonJS({
|
|
9518
|
-
"
|
|
9526
|
+
"../../node_modules/ajv/dist/vocabularies/applicator/if.js"(exports2) {
|
|
9519
9527
|
"use strict";
|
|
9520
9528
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
9521
9529
|
var codegen_1 = require_codegen();
|
|
@@ -9582,9 +9590,9 @@ var require_if = __commonJS({
|
|
|
9582
9590
|
}
|
|
9583
9591
|
});
|
|
9584
9592
|
|
|
9585
|
-
//
|
|
9593
|
+
// ../../node_modules/ajv/dist/vocabularies/applicator/thenElse.js
|
|
9586
9594
|
var require_thenElse = __commonJS({
|
|
9587
|
-
"
|
|
9595
|
+
"../../node_modules/ajv/dist/vocabularies/applicator/thenElse.js"(exports2) {
|
|
9588
9596
|
"use strict";
|
|
9589
9597
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
9590
9598
|
var util_1 = require_util();
|
|
@@ -9600,9 +9608,9 @@ var require_thenElse = __commonJS({
|
|
|
9600
9608
|
}
|
|
9601
9609
|
});
|
|
9602
9610
|
|
|
9603
|
-
//
|
|
9611
|
+
// ../../node_modules/ajv/dist/vocabularies/applicator/index.js
|
|
9604
9612
|
var require_applicator = __commonJS({
|
|
9605
|
-
"
|
|
9613
|
+
"../../node_modules/ajv/dist/vocabularies/applicator/index.js"(exports2) {
|
|
9606
9614
|
"use strict";
|
|
9607
9615
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
9608
9616
|
var additionalItems_1 = require_additionalItems();
|
|
@@ -9648,9 +9656,9 @@ var require_applicator = __commonJS({
|
|
|
9648
9656
|
}
|
|
9649
9657
|
});
|
|
9650
9658
|
|
|
9651
|
-
//
|
|
9659
|
+
// ../../node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.js
|
|
9652
9660
|
var require_dynamicAnchor = __commonJS({
|
|
9653
|
-
"
|
|
9661
|
+
"../../node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.js"(exports2) {
|
|
9654
9662
|
"use strict";
|
|
9655
9663
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
9656
9664
|
exports2.dynamicAnchor = void 0;
|
|
@@ -9683,9 +9691,9 @@ var require_dynamicAnchor = __commonJS({
|
|
|
9683
9691
|
}
|
|
9684
9692
|
});
|
|
9685
9693
|
|
|
9686
|
-
//
|
|
9694
|
+
// ../../node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.js
|
|
9687
9695
|
var require_dynamicRef = __commonJS({
|
|
9688
|
-
"
|
|
9696
|
+
"../../node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.js"(exports2) {
|
|
9689
9697
|
"use strict";
|
|
9690
9698
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
9691
9699
|
exports2.dynamicRef = void 0;
|
|
@@ -9729,9 +9737,9 @@ var require_dynamicRef = __commonJS({
|
|
|
9729
9737
|
}
|
|
9730
9738
|
});
|
|
9731
9739
|
|
|
9732
|
-
//
|
|
9740
|
+
// ../../node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.js
|
|
9733
9741
|
var require_recursiveAnchor = __commonJS({
|
|
9734
|
-
"
|
|
9742
|
+
"../../node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.js"(exports2) {
|
|
9735
9743
|
"use strict";
|
|
9736
9744
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
9737
9745
|
var dynamicAnchor_1 = require_dynamicAnchor();
|
|
@@ -9750,9 +9758,9 @@ var require_recursiveAnchor = __commonJS({
|
|
|
9750
9758
|
}
|
|
9751
9759
|
});
|
|
9752
9760
|
|
|
9753
|
-
//
|
|
9761
|
+
// ../../node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.js
|
|
9754
9762
|
var require_recursiveRef = __commonJS({
|
|
9755
|
-
"
|
|
9763
|
+
"../../node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.js"(exports2) {
|
|
9756
9764
|
"use strict";
|
|
9757
9765
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
9758
9766
|
var dynamicRef_1 = require_dynamicRef();
|
|
@@ -9765,9 +9773,9 @@ var require_recursiveRef = __commonJS({
|
|
|
9765
9773
|
}
|
|
9766
9774
|
});
|
|
9767
9775
|
|
|
9768
|
-
//
|
|
9776
|
+
// ../../node_modules/ajv/dist/vocabularies/dynamic/index.js
|
|
9769
9777
|
var require_dynamic = __commonJS({
|
|
9770
|
-
"
|
|
9778
|
+
"../../node_modules/ajv/dist/vocabularies/dynamic/index.js"(exports2) {
|
|
9771
9779
|
"use strict";
|
|
9772
9780
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
9773
9781
|
var dynamicAnchor_1 = require_dynamicAnchor();
|
|
@@ -9779,9 +9787,9 @@ var require_dynamic = __commonJS({
|
|
|
9779
9787
|
}
|
|
9780
9788
|
});
|
|
9781
9789
|
|
|
9782
|
-
//
|
|
9790
|
+
// ../../node_modules/ajv/dist/vocabularies/validation/dependentRequired.js
|
|
9783
9791
|
var require_dependentRequired = __commonJS({
|
|
9784
|
-
"
|
|
9792
|
+
"../../node_modules/ajv/dist/vocabularies/validation/dependentRequired.js"(exports2) {
|
|
9785
9793
|
"use strict";
|
|
9786
9794
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
9787
9795
|
var dependencies_1 = require_dependencies();
|
|
@@ -9796,9 +9804,9 @@ var require_dependentRequired = __commonJS({
|
|
|
9796
9804
|
}
|
|
9797
9805
|
});
|
|
9798
9806
|
|
|
9799
|
-
//
|
|
9807
|
+
// ../../node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.js
|
|
9800
9808
|
var require_dependentSchemas = __commonJS({
|
|
9801
|
-
"
|
|
9809
|
+
"../../node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.js"(exports2) {
|
|
9802
9810
|
"use strict";
|
|
9803
9811
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
9804
9812
|
var dependencies_1 = require_dependencies();
|
|
@@ -9812,9 +9820,9 @@ var require_dependentSchemas = __commonJS({
|
|
|
9812
9820
|
}
|
|
9813
9821
|
});
|
|
9814
9822
|
|
|
9815
|
-
//
|
|
9823
|
+
// ../../node_modules/ajv/dist/vocabularies/validation/limitContains.js
|
|
9816
9824
|
var require_limitContains = __commonJS({
|
|
9817
|
-
"
|
|
9825
|
+
"../../node_modules/ajv/dist/vocabularies/validation/limitContains.js"(exports2) {
|
|
9818
9826
|
"use strict";
|
|
9819
9827
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
9820
9828
|
var util_1 = require_util();
|
|
@@ -9832,9 +9840,9 @@ var require_limitContains = __commonJS({
|
|
|
9832
9840
|
}
|
|
9833
9841
|
});
|
|
9834
9842
|
|
|
9835
|
-
//
|
|
9843
|
+
// ../../node_modules/ajv/dist/vocabularies/next.js
|
|
9836
9844
|
var require_next = __commonJS({
|
|
9837
|
-
"
|
|
9845
|
+
"../../node_modules/ajv/dist/vocabularies/next.js"(exports2) {
|
|
9838
9846
|
"use strict";
|
|
9839
9847
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
9840
9848
|
var dependentRequired_1 = require_dependentRequired();
|
|
@@ -9845,9 +9853,9 @@ var require_next = __commonJS({
|
|
|
9845
9853
|
}
|
|
9846
9854
|
});
|
|
9847
9855
|
|
|
9848
|
-
//
|
|
9856
|
+
// ../../node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.js
|
|
9849
9857
|
var require_unevaluatedProperties = __commonJS({
|
|
9850
|
-
"
|
|
9858
|
+
"../../node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.js"(exports2) {
|
|
9851
9859
|
"use strict";
|
|
9852
9860
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
9853
9861
|
var codegen_1 = require_codegen();
|
|
@@ -9911,9 +9919,9 @@ var require_unevaluatedProperties = __commonJS({
|
|
|
9911
9919
|
}
|
|
9912
9920
|
});
|
|
9913
9921
|
|
|
9914
|
-
//
|
|
9922
|
+
// ../../node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.js
|
|
9915
9923
|
var require_unevaluatedItems = __commonJS({
|
|
9916
|
-
"
|
|
9924
|
+
"../../node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.js"(exports2) {
|
|
9917
9925
|
"use strict";
|
|
9918
9926
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
9919
9927
|
var codegen_1 = require_codegen();
|
|
@@ -9955,9 +9963,9 @@ var require_unevaluatedItems = __commonJS({
|
|
|
9955
9963
|
}
|
|
9956
9964
|
});
|
|
9957
9965
|
|
|
9958
|
-
//
|
|
9966
|
+
// ../../node_modules/ajv/dist/vocabularies/unevaluated/index.js
|
|
9959
9967
|
var require_unevaluated = __commonJS({
|
|
9960
|
-
"
|
|
9968
|
+
"../../node_modules/ajv/dist/vocabularies/unevaluated/index.js"(exports2) {
|
|
9961
9969
|
"use strict";
|
|
9962
9970
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
9963
9971
|
var unevaluatedProperties_1 = require_unevaluatedProperties();
|
|
@@ -9967,9 +9975,9 @@ var require_unevaluated = __commonJS({
|
|
|
9967
9975
|
}
|
|
9968
9976
|
});
|
|
9969
9977
|
|
|
9970
|
-
//
|
|
9978
|
+
// ../../node_modules/ajv/dist/vocabularies/format/format.js
|
|
9971
9979
|
var require_format = __commonJS({
|
|
9972
|
-
"
|
|
9980
|
+
"../../node_modules/ajv/dist/vocabularies/format/format.js"(exports2) {
|
|
9973
9981
|
"use strict";
|
|
9974
9982
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
9975
9983
|
var codegen_1 = require_codegen();
|
|
@@ -10057,9 +10065,9 @@ var require_format = __commonJS({
|
|
|
10057
10065
|
}
|
|
10058
10066
|
});
|
|
10059
10067
|
|
|
10060
|
-
//
|
|
10068
|
+
// ../../node_modules/ajv/dist/vocabularies/format/index.js
|
|
10061
10069
|
var require_format2 = __commonJS({
|
|
10062
|
-
"
|
|
10070
|
+
"../../node_modules/ajv/dist/vocabularies/format/index.js"(exports2) {
|
|
10063
10071
|
"use strict";
|
|
10064
10072
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
10065
10073
|
var format_1 = require_format();
|
|
@@ -10068,9 +10076,9 @@ var require_format2 = __commonJS({
|
|
|
10068
10076
|
}
|
|
10069
10077
|
});
|
|
10070
10078
|
|
|
10071
|
-
//
|
|
10079
|
+
// ../../node_modules/ajv/dist/vocabularies/metadata.js
|
|
10072
10080
|
var require_metadata = __commonJS({
|
|
10073
|
-
"
|
|
10081
|
+
"../../node_modules/ajv/dist/vocabularies/metadata.js"(exports2) {
|
|
10074
10082
|
"use strict";
|
|
10075
10083
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
10076
10084
|
exports2.contentVocabulary = exports2.metadataVocabulary = void 0;
|
|
@@ -10091,9 +10099,9 @@ var require_metadata = __commonJS({
|
|
|
10091
10099
|
}
|
|
10092
10100
|
});
|
|
10093
10101
|
|
|
10094
|
-
//
|
|
10102
|
+
// ../../node_modules/ajv/dist/vocabularies/draft2020.js
|
|
10095
10103
|
var require_draft2020 = __commonJS({
|
|
10096
|
-
"
|
|
10104
|
+
"../../node_modules/ajv/dist/vocabularies/draft2020.js"(exports2) {
|
|
10097
10105
|
"use strict";
|
|
10098
10106
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
10099
10107
|
var core_1 = require_core3();
|
|
@@ -10119,9 +10127,9 @@ var require_draft2020 = __commonJS({
|
|
|
10119
10127
|
}
|
|
10120
10128
|
});
|
|
10121
10129
|
|
|
10122
|
-
//
|
|
10130
|
+
// ../../node_modules/ajv/dist/vocabularies/discriminator/types.js
|
|
10123
10131
|
var require_types = __commonJS({
|
|
10124
|
-
"
|
|
10132
|
+
"../../node_modules/ajv/dist/vocabularies/discriminator/types.js"(exports2) {
|
|
10125
10133
|
"use strict";
|
|
10126
10134
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
10127
10135
|
exports2.DiscrError = void 0;
|
|
@@ -10133,9 +10141,9 @@ var require_types = __commonJS({
|
|
|
10133
10141
|
}
|
|
10134
10142
|
});
|
|
10135
10143
|
|
|
10136
|
-
//
|
|
10144
|
+
// ../../node_modules/ajv/dist/vocabularies/discriminator/index.js
|
|
10137
10145
|
var require_discriminator = __commonJS({
|
|
10138
|
-
"
|
|
10146
|
+
"../../node_modules/ajv/dist/vocabularies/discriminator/index.js"(exports2) {
|
|
10139
10147
|
"use strict";
|
|
10140
10148
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
10141
10149
|
var codegen_1 = require_codegen();
|
|
@@ -10238,9 +10246,9 @@ var require_discriminator = __commonJS({
|
|
|
10238
10246
|
}
|
|
10239
10247
|
});
|
|
10240
10248
|
|
|
10241
|
-
//
|
|
10249
|
+
// ../../node_modules/ajv/dist/refs/json-schema-2020-12/schema.json
|
|
10242
10250
|
var require_schema2 = __commonJS({
|
|
10243
|
-
"
|
|
10251
|
+
"../../node_modules/ajv/dist/refs/json-schema-2020-12/schema.json"(exports2, module2) {
|
|
10244
10252
|
module2.exports = {
|
|
10245
10253
|
$schema: "https://json-schema.org/draft/2020-12/schema",
|
|
10246
10254
|
$id: "https://json-schema.org/draft/2020-12/schema",
|
|
@@ -10298,9 +10306,9 @@ var require_schema2 = __commonJS({
|
|
|
10298
10306
|
}
|
|
10299
10307
|
});
|
|
10300
10308
|
|
|
10301
|
-
//
|
|
10309
|
+
// ../../node_modules/ajv/dist/refs/json-schema-2020-12/meta/applicator.json
|
|
10302
10310
|
var require_applicator2 = __commonJS({
|
|
10303
|
-
"
|
|
10311
|
+
"../../node_modules/ajv/dist/refs/json-schema-2020-12/meta/applicator.json"(exports2, module2) {
|
|
10304
10312
|
module2.exports = {
|
|
10305
10313
|
$schema: "https://json-schema.org/draft/2020-12/schema",
|
|
10306
10314
|
$id: "https://json-schema.org/draft/2020-12/meta/applicator",
|
|
@@ -10351,9 +10359,9 @@ var require_applicator2 = __commonJS({
|
|
|
10351
10359
|
}
|
|
10352
10360
|
});
|
|
10353
10361
|
|
|
10354
|
-
//
|
|
10362
|
+
// ../../node_modules/ajv/dist/refs/json-schema-2020-12/meta/unevaluated.json
|
|
10355
10363
|
var require_unevaluated2 = __commonJS({
|
|
10356
|
-
"
|
|
10364
|
+
"../../node_modules/ajv/dist/refs/json-schema-2020-12/meta/unevaluated.json"(exports2, module2) {
|
|
10357
10365
|
module2.exports = {
|
|
10358
10366
|
$schema: "https://json-schema.org/draft/2020-12/schema",
|
|
10359
10367
|
$id: "https://json-schema.org/draft/2020-12/meta/unevaluated",
|
|
@@ -10371,9 +10379,9 @@ var require_unevaluated2 = __commonJS({
|
|
|
10371
10379
|
}
|
|
10372
10380
|
});
|
|
10373
10381
|
|
|
10374
|
-
//
|
|
10382
|
+
// ../../node_modules/ajv/dist/refs/json-schema-2020-12/meta/content.json
|
|
10375
10383
|
var require_content = __commonJS({
|
|
10376
|
-
"
|
|
10384
|
+
"../../node_modules/ajv/dist/refs/json-schema-2020-12/meta/content.json"(exports2, module2) {
|
|
10377
10385
|
module2.exports = {
|
|
10378
10386
|
$schema: "https://json-schema.org/draft/2020-12/schema",
|
|
10379
10387
|
$id: "https://json-schema.org/draft/2020-12/meta/content",
|
|
@@ -10392,9 +10400,9 @@ var require_content = __commonJS({
|
|
|
10392
10400
|
}
|
|
10393
10401
|
});
|
|
10394
10402
|
|
|
10395
|
-
//
|
|
10403
|
+
// ../../node_modules/ajv/dist/refs/json-schema-2020-12/meta/core.json
|
|
10396
10404
|
var require_core4 = __commonJS({
|
|
10397
|
-
"
|
|
10405
|
+
"../../node_modules/ajv/dist/refs/json-schema-2020-12/meta/core.json"(exports2, module2) {
|
|
10398
10406
|
module2.exports = {
|
|
10399
10407
|
$schema: "https://json-schema.org/draft/2020-12/schema",
|
|
10400
10408
|
$id: "https://json-schema.org/draft/2020-12/meta/core",
|
|
@@ -10448,9 +10456,9 @@ var require_core4 = __commonJS({
|
|
|
10448
10456
|
}
|
|
10449
10457
|
});
|
|
10450
10458
|
|
|
10451
|
-
//
|
|
10459
|
+
// ../../node_modules/ajv/dist/refs/json-schema-2020-12/meta/format-annotation.json
|
|
10452
10460
|
var require_format_annotation = __commonJS({
|
|
10453
|
-
"
|
|
10461
|
+
"../../node_modules/ajv/dist/refs/json-schema-2020-12/meta/format-annotation.json"(exports2, module2) {
|
|
10454
10462
|
module2.exports = {
|
|
10455
10463
|
$schema: "https://json-schema.org/draft/2020-12/schema",
|
|
10456
10464
|
$id: "https://json-schema.org/draft/2020-12/meta/format-annotation",
|
|
@@ -10467,9 +10475,9 @@ var require_format_annotation = __commonJS({
|
|
|
10467
10475
|
}
|
|
10468
10476
|
});
|
|
10469
10477
|
|
|
10470
|
-
//
|
|
10478
|
+
// ../../node_modules/ajv/dist/refs/json-schema-2020-12/meta/meta-data.json
|
|
10471
10479
|
var require_meta_data = __commonJS({
|
|
10472
|
-
"
|
|
10480
|
+
"../../node_modules/ajv/dist/refs/json-schema-2020-12/meta/meta-data.json"(exports2, module2) {
|
|
10473
10481
|
module2.exports = {
|
|
10474
10482
|
$schema: "https://json-schema.org/draft/2020-12/schema",
|
|
10475
10483
|
$id: "https://json-schema.org/draft/2020-12/meta/meta-data",
|
|
@@ -10508,9 +10516,9 @@ var require_meta_data = __commonJS({
|
|
|
10508
10516
|
}
|
|
10509
10517
|
});
|
|
10510
10518
|
|
|
10511
|
-
//
|
|
10519
|
+
// ../../node_modules/ajv/dist/refs/json-schema-2020-12/meta/validation.json
|
|
10512
10520
|
var require_validation2 = __commonJS({
|
|
10513
|
-
"
|
|
10521
|
+
"../../node_modules/ajv/dist/refs/json-schema-2020-12/meta/validation.json"(exports2, module2) {
|
|
10514
10522
|
module2.exports = {
|
|
10515
10523
|
$schema: "https://json-schema.org/draft/2020-12/schema",
|
|
10516
10524
|
$id: "https://json-schema.org/draft/2020-12/meta/validation",
|
|
@@ -10603,9 +10611,9 @@ var require_validation2 = __commonJS({
|
|
|
10603
10611
|
}
|
|
10604
10612
|
});
|
|
10605
10613
|
|
|
10606
|
-
//
|
|
10614
|
+
// ../../node_modules/ajv/dist/refs/json-schema-2020-12/index.js
|
|
10607
10615
|
var require_json_schema_2020_12 = __commonJS({
|
|
10608
|
-
"
|
|
10616
|
+
"../../node_modules/ajv/dist/refs/json-schema-2020-12/index.js"(exports2) {
|
|
10609
10617
|
"use strict";
|
|
10610
10618
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
10611
10619
|
var metaSchema = require_schema2();
|
|
@@ -10638,9 +10646,9 @@ var require_json_schema_2020_12 = __commonJS({
|
|
|
10638
10646
|
}
|
|
10639
10647
|
});
|
|
10640
10648
|
|
|
10641
|
-
//
|
|
10649
|
+
// ../../node_modules/ajv/dist/2020.js
|
|
10642
10650
|
var require__ = __commonJS({
|
|
10643
|
-
"
|
|
10651
|
+
"../../node_modules/ajv/dist/2020.js"(exports2, module2) {
|
|
10644
10652
|
"use strict";
|
|
10645
10653
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
10646
10654
|
exports2.MissingRefError = exports2.ValidationError = exports2.CodeGen = exports2.Name = exports2.nil = exports2.stringify = exports2.str = exports2._ = exports2.KeywordCxt = exports2.Ajv2020 = void 0;
|
|
@@ -10715,9 +10723,9 @@ var require__ = __commonJS({
|
|
|
10715
10723
|
}
|
|
10716
10724
|
});
|
|
10717
10725
|
|
|
10718
|
-
//
|
|
10726
|
+
// ../../node_modules/ajv-formats/dist/formats.js
|
|
10719
10727
|
var require_formats = __commonJS({
|
|
10720
|
-
"
|
|
10728
|
+
"../../node_modules/ajv-formats/dist/formats.js"(exports2) {
|
|
10721
10729
|
"use strict";
|
|
10722
10730
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
10723
10731
|
exports2.formatNames = exports2.fastFormats = exports2.fullFormats = void 0;
|
|
@@ -10918,9 +10926,9 @@ var require_formats = __commonJS({
|
|
|
10918
10926
|
}
|
|
10919
10927
|
});
|
|
10920
10928
|
|
|
10921
|
-
//
|
|
10929
|
+
// ../../node_modules/ajv/dist/vocabularies/draft7.js
|
|
10922
10930
|
var require_draft7 = __commonJS({
|
|
10923
|
-
"
|
|
10931
|
+
"../../node_modules/ajv/dist/vocabularies/draft7.js"(exports2) {
|
|
10924
10932
|
"use strict";
|
|
10925
10933
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
10926
10934
|
var core_1 = require_core3();
|
|
@@ -10940,9 +10948,9 @@ var require_draft7 = __commonJS({
|
|
|
10940
10948
|
}
|
|
10941
10949
|
});
|
|
10942
10950
|
|
|
10943
|
-
//
|
|
10951
|
+
// ../../node_modules/ajv/dist/refs/json-schema-draft-07.json
|
|
10944
10952
|
var require_json_schema_draft_07 = __commonJS({
|
|
10945
|
-
"
|
|
10953
|
+
"../../node_modules/ajv/dist/refs/json-schema-draft-07.json"(exports2, module2) {
|
|
10946
10954
|
module2.exports = {
|
|
10947
10955
|
$schema: "http://json-schema.org/draft-07/schema#",
|
|
10948
10956
|
$id: "http://json-schema.org/draft-07/schema#",
|
|
@@ -11097,9 +11105,9 @@ var require_json_schema_draft_07 = __commonJS({
|
|
|
11097
11105
|
}
|
|
11098
11106
|
});
|
|
11099
11107
|
|
|
11100
|
-
//
|
|
11108
|
+
// ../../node_modules/ajv/dist/ajv.js
|
|
11101
11109
|
var require_ajv = __commonJS({
|
|
11102
|
-
"
|
|
11110
|
+
"../../node_modules/ajv/dist/ajv.js"(exports2, module2) {
|
|
11103
11111
|
"use strict";
|
|
11104
11112
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
11105
11113
|
exports2.MissingRefError = exports2.ValidationError = exports2.CodeGen = exports2.Name = exports2.nil = exports2.stringify = exports2.str = exports2._ = exports2.KeywordCxt = exports2.Ajv = void 0;
|
|
@@ -11167,9 +11175,9 @@ var require_ajv = __commonJS({
|
|
|
11167
11175
|
}
|
|
11168
11176
|
});
|
|
11169
11177
|
|
|
11170
|
-
//
|
|
11178
|
+
// ../../node_modules/ajv-formats/dist/limit.js
|
|
11171
11179
|
var require_limit = __commonJS({
|
|
11172
|
-
"
|
|
11180
|
+
"../../node_modules/ajv-formats/dist/limit.js"(exports2) {
|
|
11173
11181
|
"use strict";
|
|
11174
11182
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
11175
11183
|
exports2.formatLimitDefinition = void 0;
|
|
@@ -11239,9 +11247,9 @@ var require_limit = __commonJS({
|
|
|
11239
11247
|
}
|
|
11240
11248
|
});
|
|
11241
11249
|
|
|
11242
|
-
//
|
|
11250
|
+
// ../../node_modules/ajv-formats/dist/index.js
|
|
11243
11251
|
var require_dist2 = __commonJS({
|
|
11244
|
-
"
|
|
11252
|
+
"../../node_modules/ajv-formats/dist/index.js"(exports2, module2) {
|
|
11245
11253
|
"use strict";
|
|
11246
11254
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
11247
11255
|
var formats_1 = require_formats();
|
|
@@ -11281,7 +11289,7 @@ var require_dist2 = __commonJS({
|
|
|
11281
11289
|
}
|
|
11282
11290
|
});
|
|
11283
11291
|
|
|
11284
|
-
//
|
|
11292
|
+
// ../../node_modules/chalk/source/vendor/ansi-styles/index.js
|
|
11285
11293
|
function assembleStyles() {
|
|
11286
11294
|
const codes = /* @__PURE__ */ new Map();
|
|
11287
11295
|
for (const [groupName, group] of Object.entries(styles)) {
|
|
@@ -11398,7 +11406,7 @@ function assembleStyles() {
|
|
|
11398
11406
|
}
|
|
11399
11407
|
var ANSI_BACKGROUND_OFFSET, wrapAnsi16, wrapAnsi256, wrapAnsi16m, styles, modifierNames, foregroundColorNames, backgroundColorNames, colorNames, ansiStyles, ansi_styles_default;
|
|
11400
11408
|
var init_ansi_styles = __esm({
|
|
11401
|
-
"
|
|
11409
|
+
"../../node_modules/chalk/source/vendor/ansi-styles/index.js"() {
|
|
11402
11410
|
"use strict";
|
|
11403
11411
|
ANSI_BACKGROUND_OFFSET = 10;
|
|
11404
11412
|
wrapAnsi16 = (offset = 0) => (code) => `\x1B[${code + offset}m`;
|
|
@@ -11473,7 +11481,7 @@ var init_ansi_styles = __esm({
|
|
|
11473
11481
|
}
|
|
11474
11482
|
});
|
|
11475
11483
|
|
|
11476
|
-
//
|
|
11484
|
+
// ../../node_modules/chalk/source/vendor/supports-color/index.js
|
|
11477
11485
|
function hasFlag(flag, argv = globalThis.Deno ? globalThis.Deno.args : import_node_process.default.argv) {
|
|
11478
11486
|
const prefix = flag.startsWith("-") ? "" : flag.length === 1 ? "-" : "--";
|
|
11479
11487
|
const position = argv.indexOf(prefix + flag);
|
|
@@ -11591,7 +11599,7 @@ function createSupportsColor(stream, options = {}) {
|
|
|
11591
11599
|
}
|
|
11592
11600
|
var import_node_process, import_node_os, import_node_tty, env, flagForceColor, supportsColor, supports_color_default;
|
|
11593
11601
|
var init_supports_color = __esm({
|
|
11594
|
-
"
|
|
11602
|
+
"../../node_modules/chalk/source/vendor/supports-color/index.js"() {
|
|
11595
11603
|
"use strict";
|
|
11596
11604
|
import_node_process = __toESM(require("process"), 1);
|
|
11597
11605
|
import_node_os = __toESM(require("os"), 1);
|
|
@@ -11610,7 +11618,7 @@ var init_supports_color = __esm({
|
|
|
11610
11618
|
}
|
|
11611
11619
|
});
|
|
11612
11620
|
|
|
11613
|
-
//
|
|
11621
|
+
// ../../node_modules/chalk/source/utilities.js
|
|
11614
11622
|
function stringReplaceAll(string4, substring, replacer) {
|
|
11615
11623
|
let index = string4.indexOf(substring);
|
|
11616
11624
|
if (index === -1) {
|
|
@@ -11640,12 +11648,12 @@ function stringEncaseCRLFWithFirstIndex(string4, prefix, postfix, index) {
|
|
|
11640
11648
|
return returnValue;
|
|
11641
11649
|
}
|
|
11642
11650
|
var init_utilities = __esm({
|
|
11643
|
-
"
|
|
11651
|
+
"../../node_modules/chalk/source/utilities.js"() {
|
|
11644
11652
|
"use strict";
|
|
11645
11653
|
}
|
|
11646
11654
|
});
|
|
11647
11655
|
|
|
11648
|
-
//
|
|
11656
|
+
// ../../node_modules/chalk/source/index.js
|
|
11649
11657
|
var source_exports = {};
|
|
11650
11658
|
__export(source_exports, {
|
|
11651
11659
|
Chalk: () => Chalk,
|
|
@@ -11667,7 +11675,7 @@ function createChalk(options) {
|
|
|
11667
11675
|
}
|
|
11668
11676
|
var stdoutColor, stderrColor, GENERATOR, STYLER, IS_EMPTY, levelMapping, styles2, applyOptions, Chalk, chalkFactory, getModelAnsi, usedModels, proto, createStyler, createBuilder, applyStyle, chalk, chalkStderr, source_default;
|
|
11669
11677
|
var init_source = __esm({
|
|
11670
|
-
"
|
|
11678
|
+
"../../node_modules/chalk/source/index.js"() {
|
|
11671
11679
|
"use strict";
|
|
11672
11680
|
init_ansi_styles();
|
|
11673
11681
|
init_supports_color();
|
|
@@ -11823,7 +11831,7 @@ var init_source = __esm({
|
|
|
11823
11831
|
}
|
|
11824
11832
|
});
|
|
11825
11833
|
|
|
11826
|
-
//
|
|
11834
|
+
// ../../node_modules/zod/v4/core/core.js
|
|
11827
11835
|
// @__NO_SIDE_EFFECTS__
|
|
11828
11836
|
function $constructor(name, initializer3, params) {
|
|
11829
11837
|
function init(inst, def) {
|
|
@@ -11883,7 +11891,7 @@ function config(newConfig) {
|
|
|
11883
11891
|
}
|
|
11884
11892
|
var NEVER, $brand, $ZodAsyncError, $ZodEncodeError, globalConfig;
|
|
11885
11893
|
var init_core = __esm({
|
|
11886
|
-
"
|
|
11894
|
+
"../../node_modules/zod/v4/core/core.js"() {
|
|
11887
11895
|
"use strict";
|
|
11888
11896
|
NEVER = Object.freeze({
|
|
11889
11897
|
status: "aborted"
|
|
@@ -11904,7 +11912,7 @@ var init_core = __esm({
|
|
|
11904
11912
|
}
|
|
11905
11913
|
});
|
|
11906
11914
|
|
|
11907
|
-
//
|
|
11915
|
+
// ../../node_modules/zod/v4/core/util.js
|
|
11908
11916
|
var util_exports = {};
|
|
11909
11917
|
__export(util_exports, {
|
|
11910
11918
|
BIGINT_FORMAT_RANGES: () => BIGINT_FORMAT_RANGES,
|
|
@@ -12508,7 +12516,7 @@ function uint8ArrayToHex(bytes) {
|
|
|
12508
12516
|
}
|
|
12509
12517
|
var EVALUATING, captureStackTrace, allowsEval, getParsedType, propertyKeyTypes, primitiveTypes, NUMBER_FORMAT_RANGES, BIGINT_FORMAT_RANGES, Class;
|
|
12510
12518
|
var init_util = __esm({
|
|
12511
|
-
"
|
|
12519
|
+
"../../node_modules/zod/v4/core/util.js"() {
|
|
12512
12520
|
"use strict";
|
|
12513
12521
|
EVALUATING = /* @__PURE__ */ Symbol("evaluating");
|
|
12514
12522
|
captureStackTrace = "captureStackTrace" in Error ? Error.captureStackTrace : (..._args) => {
|
|
@@ -12589,7 +12597,7 @@ var init_util = __esm({
|
|
|
12589
12597
|
}
|
|
12590
12598
|
});
|
|
12591
12599
|
|
|
12592
|
-
//
|
|
12600
|
+
// ../../node_modules/zod/v4/core/errors.js
|
|
12593
12601
|
function flattenError(error48, mapper = (issue2) => issue2.message) {
|
|
12594
12602
|
const fieldErrors = {};
|
|
12595
12603
|
const formErrors = [];
|
|
@@ -12708,7 +12716,7 @@ function prettifyError(error48) {
|
|
|
12708
12716
|
}
|
|
12709
12717
|
var initializer, $ZodError, $ZodRealError;
|
|
12710
12718
|
var init_errors = __esm({
|
|
12711
|
-
"
|
|
12719
|
+
"../../node_modules/zod/v4/core/errors.js"() {
|
|
12712
12720
|
"use strict";
|
|
12713
12721
|
init_core();
|
|
12714
12722
|
init_util();
|
|
@@ -12733,10 +12741,10 @@ var init_errors = __esm({
|
|
|
12733
12741
|
}
|
|
12734
12742
|
});
|
|
12735
12743
|
|
|
12736
|
-
//
|
|
12744
|
+
// ../../node_modules/zod/v4/core/parse.js
|
|
12737
12745
|
var _parse, parse, _parseAsync, parseAsync, _safeParse, safeParse, _safeParseAsync, safeParseAsync, _encode, encode, _decode, decode, _encodeAsync, encodeAsync, _decodeAsync, decodeAsync, _safeEncode, safeEncode, _safeDecode, safeDecode, _safeEncodeAsync, safeEncodeAsync, _safeDecodeAsync, safeDecodeAsync;
|
|
12738
12746
|
var init_parse = __esm({
|
|
12739
|
-
"
|
|
12747
|
+
"../../node_modules/zod/v4/core/parse.js"() {
|
|
12740
12748
|
"use strict";
|
|
12741
12749
|
init_core();
|
|
12742
12750
|
init_errors();
|
|
@@ -12830,7 +12838,7 @@ var init_parse = __esm({
|
|
|
12830
12838
|
}
|
|
12831
12839
|
});
|
|
12832
12840
|
|
|
12833
|
-
//
|
|
12841
|
+
// ../../node_modules/zod/v4/core/regexes.js
|
|
12834
12842
|
var regexes_exports = {};
|
|
12835
12843
|
__export(regexes_exports, {
|
|
12836
12844
|
base64: () => base64,
|
|
@@ -12921,7 +12929,7 @@ function fixedBase64url(length) {
|
|
|
12921
12929
|
}
|
|
12922
12930
|
var cuid, cuid2, ulid, xid, ksuid, nanoid, duration, extendedDuration, guid, uuid, uuid4, uuid6, uuid7, email, html5Email, rfc5322Email, unicodeEmail, idnEmail, browserEmail, _emoji, ipv4, ipv6, mac, cidrv4, cidrv6, base64, base64url, hostname, domain, e164, dateSource, date, string, bigint, integer, number, boolean, _null, _undefined, lowercase, uppercase, hex, md5_hex, md5_base64, md5_base64url, sha1_hex, sha1_base64, sha1_base64url, sha256_hex, sha256_base64, sha256_base64url, sha384_hex, sha384_base64, sha384_base64url, sha512_hex, sha512_base64, sha512_base64url;
|
|
12923
12931
|
var init_regexes = __esm({
|
|
12924
|
-
"
|
|
12932
|
+
"../../node_modules/zod/v4/core/regexes.js"() {
|
|
12925
12933
|
"use strict";
|
|
12926
12934
|
init_util();
|
|
12927
12935
|
cuid = /^[cC][^\s-]{8,}$/;
|
|
@@ -12994,7 +13002,7 @@ var init_regexes = __esm({
|
|
|
12994
13002
|
}
|
|
12995
13003
|
});
|
|
12996
13004
|
|
|
12997
|
-
//
|
|
13005
|
+
// ../../node_modules/zod/v4/core/checks.js
|
|
12998
13006
|
function handleCheckPropertyResult(result, payload, property) {
|
|
12999
13007
|
if (result.issues.length) {
|
|
13000
13008
|
payload.issues.push(...prefixIssues(property, result.issues));
|
|
@@ -13002,7 +13010,7 @@ function handleCheckPropertyResult(result, payload, property) {
|
|
|
13002
13010
|
}
|
|
13003
13011
|
var $ZodCheck, numericOriginMap, $ZodCheckLessThan, $ZodCheckGreaterThan, $ZodCheckMultipleOf, $ZodCheckNumberFormat, $ZodCheckBigIntFormat, $ZodCheckMaxSize, $ZodCheckMinSize, $ZodCheckSizeEquals, $ZodCheckMaxLength, $ZodCheckMinLength, $ZodCheckLengthEquals, $ZodCheckStringFormat, $ZodCheckRegex, $ZodCheckLowerCase, $ZodCheckUpperCase, $ZodCheckIncludes, $ZodCheckStartsWith, $ZodCheckEndsWith, $ZodCheckProperty, $ZodCheckMimeType, $ZodCheckOverwrite;
|
|
13004
13012
|
var init_checks = __esm({
|
|
13005
|
-
"
|
|
13013
|
+
"../../node_modules/zod/v4/core/checks.js"() {
|
|
13006
13014
|
"use strict";
|
|
13007
13015
|
init_core();
|
|
13008
13016
|
init_regexes();
|
|
@@ -13551,10 +13559,10 @@ var init_checks = __esm({
|
|
|
13551
13559
|
}
|
|
13552
13560
|
});
|
|
13553
13561
|
|
|
13554
|
-
//
|
|
13562
|
+
// ../../node_modules/zod/v4/core/doc.js
|
|
13555
13563
|
var Doc;
|
|
13556
13564
|
var init_doc = __esm({
|
|
13557
|
-
"
|
|
13565
|
+
"../../node_modules/zod/v4/core/doc.js"() {
|
|
13558
13566
|
"use strict";
|
|
13559
13567
|
Doc = class {
|
|
13560
13568
|
constructor(args = []) {
|
|
@@ -13593,10 +13601,10 @@ var init_doc = __esm({
|
|
|
13593
13601
|
}
|
|
13594
13602
|
});
|
|
13595
13603
|
|
|
13596
|
-
//
|
|
13604
|
+
// ../../node_modules/zod/v4/core/versions.js
|
|
13597
13605
|
var version;
|
|
13598
13606
|
var init_versions = __esm({
|
|
13599
|
-
"
|
|
13607
|
+
"../../node_modules/zod/v4/core/versions.js"() {
|
|
13600
13608
|
"use strict";
|
|
13601
13609
|
version = {
|
|
13602
13610
|
major: 4,
|
|
@@ -13606,7 +13614,7 @@ var init_versions = __esm({
|
|
|
13606
13614
|
}
|
|
13607
13615
|
});
|
|
13608
13616
|
|
|
13609
|
-
//
|
|
13617
|
+
// ../../node_modules/zod/v4/core/schemas.js
|
|
13610
13618
|
function isValidBase64(data) {
|
|
13611
13619
|
if (data === "")
|
|
13612
13620
|
return true;
|
|
@@ -13966,7 +13974,7 @@ function handleRefineResult(result, payload, input, inst) {
|
|
|
13966
13974
|
}
|
|
13967
13975
|
var $ZodType, $ZodString, $ZodStringFormat, $ZodGUID, $ZodUUID, $ZodEmail, $ZodURL, $ZodEmoji, $ZodNanoID, $ZodCUID, $ZodCUID2, $ZodULID, $ZodXID, $ZodKSUID, $ZodISODateTime, $ZodISODate, $ZodISOTime, $ZodISODuration, $ZodIPv4, $ZodIPv6, $ZodMAC, $ZodCIDRv4, $ZodCIDRv6, $ZodBase64, $ZodBase64URL, $ZodE164, $ZodJWT, $ZodCustomStringFormat, $ZodNumber, $ZodNumberFormat, $ZodBoolean, $ZodBigInt, $ZodBigIntFormat, $ZodSymbol, $ZodUndefined, $ZodNull, $ZodAny, $ZodUnknown, $ZodNever, $ZodVoid, $ZodDate, $ZodArray, $ZodObject, $ZodObjectJIT, $ZodUnion, $ZodXor, $ZodDiscriminatedUnion, $ZodIntersection, $ZodTuple, $ZodRecord, $ZodMap, $ZodSet, $ZodEnum, $ZodLiteral, $ZodFile, $ZodTransform, $ZodOptional, $ZodExactOptional, $ZodNullable, $ZodDefault, $ZodPrefault, $ZodNonOptional, $ZodSuccess, $ZodCatch, $ZodNaN, $ZodPipe, $ZodCodec, $ZodReadonly, $ZodTemplateLiteral, $ZodFunction, $ZodPromise, $ZodLazy, $ZodCustom;
|
|
13968
13976
|
var init_schemas = __esm({
|
|
13969
|
-
"
|
|
13977
|
+
"../../node_modules/zod/v4/core/schemas.js"() {
|
|
13970
13978
|
"use strict";
|
|
13971
13979
|
init_checks();
|
|
13972
13980
|
init_core();
|
|
@@ -15591,7 +15599,7 @@ var init_schemas = __esm({
|
|
|
15591
15599
|
}
|
|
15592
15600
|
});
|
|
15593
15601
|
|
|
15594
|
-
//
|
|
15602
|
+
// ../../node_modules/zod/v4/locales/ar.js
|
|
15595
15603
|
function ar_default() {
|
|
15596
15604
|
return {
|
|
15597
15605
|
localeError: error()
|
|
@@ -15599,7 +15607,7 @@ function ar_default() {
|
|
|
15599
15607
|
}
|
|
15600
15608
|
var error;
|
|
15601
15609
|
var init_ar = __esm({
|
|
15602
|
-
"
|
|
15610
|
+
"../../node_modules/zod/v4/locales/ar.js"() {
|
|
15603
15611
|
"use strict";
|
|
15604
15612
|
init_util();
|
|
15605
15613
|
error = () => {
|
|
@@ -15705,7 +15713,7 @@ var init_ar = __esm({
|
|
|
15705
15713
|
}
|
|
15706
15714
|
});
|
|
15707
15715
|
|
|
15708
|
-
//
|
|
15716
|
+
// ../../node_modules/zod/v4/locales/az.js
|
|
15709
15717
|
function az_default() {
|
|
15710
15718
|
return {
|
|
15711
15719
|
localeError: error2()
|
|
@@ -15713,7 +15721,7 @@ function az_default() {
|
|
|
15713
15721
|
}
|
|
15714
15722
|
var error2;
|
|
15715
15723
|
var init_az = __esm({
|
|
15716
|
-
"
|
|
15724
|
+
"../../node_modules/zod/v4/locales/az.js"() {
|
|
15717
15725
|
"use strict";
|
|
15718
15726
|
init_util();
|
|
15719
15727
|
error2 = () => {
|
|
@@ -15818,7 +15826,7 @@ var init_az = __esm({
|
|
|
15818
15826
|
}
|
|
15819
15827
|
});
|
|
15820
15828
|
|
|
15821
|
-
//
|
|
15829
|
+
// ../../node_modules/zod/v4/locales/be.js
|
|
15822
15830
|
function getBelarusianPlural(count, one, few, many) {
|
|
15823
15831
|
const absCount = Math.abs(count);
|
|
15824
15832
|
const lastDigit = absCount % 10;
|
|
@@ -15841,7 +15849,7 @@ function be_default() {
|
|
|
15841
15849
|
}
|
|
15842
15850
|
var error3;
|
|
15843
15851
|
var init_be = __esm({
|
|
15844
|
-
"
|
|
15852
|
+
"../../node_modules/zod/v4/locales/be.js"() {
|
|
15845
15853
|
"use strict";
|
|
15846
15854
|
init_util();
|
|
15847
15855
|
error3 = () => {
|
|
@@ -15982,7 +15990,7 @@ var init_be = __esm({
|
|
|
15982
15990
|
}
|
|
15983
15991
|
});
|
|
15984
15992
|
|
|
15985
|
-
//
|
|
15993
|
+
// ../../node_modules/zod/v4/locales/bg.js
|
|
15986
15994
|
function bg_default() {
|
|
15987
15995
|
return {
|
|
15988
15996
|
localeError: error4()
|
|
@@ -15990,7 +15998,7 @@ function bg_default() {
|
|
|
15990
15998
|
}
|
|
15991
15999
|
var error4;
|
|
15992
16000
|
var init_bg = __esm({
|
|
15993
|
-
"
|
|
16001
|
+
"../../node_modules/zod/v4/locales/bg.js"() {
|
|
15994
16002
|
"use strict";
|
|
15995
16003
|
init_util();
|
|
15996
16004
|
error4 = () => {
|
|
@@ -16110,7 +16118,7 @@ var init_bg = __esm({
|
|
|
16110
16118
|
}
|
|
16111
16119
|
});
|
|
16112
16120
|
|
|
16113
|
-
//
|
|
16121
|
+
// ../../node_modules/zod/v4/locales/ca.js
|
|
16114
16122
|
function ca_default() {
|
|
16115
16123
|
return {
|
|
16116
16124
|
localeError: error5()
|
|
@@ -16118,7 +16126,7 @@ function ca_default() {
|
|
|
16118
16126
|
}
|
|
16119
16127
|
var error5;
|
|
16120
16128
|
var init_ca = __esm({
|
|
16121
|
-
"
|
|
16129
|
+
"../../node_modules/zod/v4/locales/ca.js"() {
|
|
16122
16130
|
"use strict";
|
|
16123
16131
|
init_util();
|
|
16124
16132
|
error5 = () => {
|
|
@@ -16226,7 +16234,7 @@ var init_ca = __esm({
|
|
|
16226
16234
|
}
|
|
16227
16235
|
});
|
|
16228
16236
|
|
|
16229
|
-
//
|
|
16237
|
+
// ../../node_modules/zod/v4/locales/cs.js
|
|
16230
16238
|
function cs_default() {
|
|
16231
16239
|
return {
|
|
16232
16240
|
localeError: error6()
|
|
@@ -16234,7 +16242,7 @@ function cs_default() {
|
|
|
16234
16242
|
}
|
|
16235
16243
|
var error6;
|
|
16236
16244
|
var init_cs = __esm({
|
|
16237
|
-
"
|
|
16245
|
+
"../../node_modules/zod/v4/locales/cs.js"() {
|
|
16238
16246
|
"use strict";
|
|
16239
16247
|
init_util();
|
|
16240
16248
|
error6 = () => {
|
|
@@ -16345,7 +16353,7 @@ var init_cs = __esm({
|
|
|
16345
16353
|
}
|
|
16346
16354
|
});
|
|
16347
16355
|
|
|
16348
|
-
//
|
|
16356
|
+
// ../../node_modules/zod/v4/locales/da.js
|
|
16349
16357
|
function da_default() {
|
|
16350
16358
|
return {
|
|
16351
16359
|
localeError: error7()
|
|
@@ -16353,7 +16361,7 @@ function da_default() {
|
|
|
16353
16361
|
}
|
|
16354
16362
|
var error7;
|
|
16355
16363
|
var init_da = __esm({
|
|
16356
|
-
"
|
|
16364
|
+
"../../node_modules/zod/v4/locales/da.js"() {
|
|
16357
16365
|
"use strict";
|
|
16358
16366
|
init_util();
|
|
16359
16367
|
error7 = () => {
|
|
@@ -16468,7 +16476,7 @@ var init_da = __esm({
|
|
|
16468
16476
|
}
|
|
16469
16477
|
});
|
|
16470
16478
|
|
|
16471
|
-
//
|
|
16479
|
+
// ../../node_modules/zod/v4/locales/de.js
|
|
16472
16480
|
function de_default() {
|
|
16473
16481
|
return {
|
|
16474
16482
|
localeError: error8()
|
|
@@ -16476,7 +16484,7 @@ function de_default() {
|
|
|
16476
16484
|
}
|
|
16477
16485
|
var error8;
|
|
16478
16486
|
var init_de = __esm({
|
|
16479
|
-
"
|
|
16487
|
+
"../../node_modules/zod/v4/locales/de.js"() {
|
|
16480
16488
|
"use strict";
|
|
16481
16489
|
init_util();
|
|
16482
16490
|
error8 = () => {
|
|
@@ -16584,7 +16592,7 @@ var init_de = __esm({
|
|
|
16584
16592
|
}
|
|
16585
16593
|
});
|
|
16586
16594
|
|
|
16587
|
-
//
|
|
16595
|
+
// ../../node_modules/zod/v4/locales/en.js
|
|
16588
16596
|
function en_default() {
|
|
16589
16597
|
return {
|
|
16590
16598
|
localeError: error9()
|
|
@@ -16592,7 +16600,7 @@ function en_default() {
|
|
|
16592
16600
|
}
|
|
16593
16601
|
var error9;
|
|
16594
16602
|
var init_en = __esm({
|
|
16595
|
-
"
|
|
16603
|
+
"../../node_modules/zod/v4/locales/en.js"() {
|
|
16596
16604
|
"use strict";
|
|
16597
16605
|
init_util();
|
|
16598
16606
|
error9 = () => {
|
|
@@ -16700,7 +16708,7 @@ var init_en = __esm({
|
|
|
16700
16708
|
}
|
|
16701
16709
|
});
|
|
16702
16710
|
|
|
16703
|
-
//
|
|
16711
|
+
// ../../node_modules/zod/v4/locales/eo.js
|
|
16704
16712
|
function eo_default() {
|
|
16705
16713
|
return {
|
|
16706
16714
|
localeError: error10()
|
|
@@ -16708,7 +16716,7 @@ function eo_default() {
|
|
|
16708
16716
|
}
|
|
16709
16717
|
var error10;
|
|
16710
16718
|
var init_eo = __esm({
|
|
16711
|
-
"
|
|
16719
|
+
"../../node_modules/zod/v4/locales/eo.js"() {
|
|
16712
16720
|
"use strict";
|
|
16713
16721
|
init_util();
|
|
16714
16722
|
error10 = () => {
|
|
@@ -16817,7 +16825,7 @@ var init_eo = __esm({
|
|
|
16817
16825
|
}
|
|
16818
16826
|
});
|
|
16819
16827
|
|
|
16820
|
-
//
|
|
16828
|
+
// ../../node_modules/zod/v4/locales/es.js
|
|
16821
16829
|
function es_default() {
|
|
16822
16830
|
return {
|
|
16823
16831
|
localeError: error11()
|
|
@@ -16825,7 +16833,7 @@ function es_default() {
|
|
|
16825
16833
|
}
|
|
16826
16834
|
var error11;
|
|
16827
16835
|
var init_es = __esm({
|
|
16828
|
-
"
|
|
16836
|
+
"../../node_modules/zod/v4/locales/es.js"() {
|
|
16829
16837
|
"use strict";
|
|
16830
16838
|
init_util();
|
|
16831
16839
|
error11 = () => {
|
|
@@ -16957,7 +16965,7 @@ var init_es = __esm({
|
|
|
16957
16965
|
}
|
|
16958
16966
|
});
|
|
16959
16967
|
|
|
16960
|
-
//
|
|
16968
|
+
// ../../node_modules/zod/v4/locales/fa.js
|
|
16961
16969
|
function fa_default() {
|
|
16962
16970
|
return {
|
|
16963
16971
|
localeError: error12()
|
|
@@ -16965,7 +16973,7 @@ function fa_default() {
|
|
|
16965
16973
|
}
|
|
16966
16974
|
var error12;
|
|
16967
16975
|
var init_fa = __esm({
|
|
16968
|
-
"
|
|
16976
|
+
"../../node_modules/zod/v4/locales/fa.js"() {
|
|
16969
16977
|
"use strict";
|
|
16970
16978
|
init_util();
|
|
16971
16979
|
error12 = () => {
|
|
@@ -17079,7 +17087,7 @@ var init_fa = __esm({
|
|
|
17079
17087
|
}
|
|
17080
17088
|
});
|
|
17081
17089
|
|
|
17082
|
-
//
|
|
17090
|
+
// ../../node_modules/zod/v4/locales/fi.js
|
|
17083
17091
|
function fi_default() {
|
|
17084
17092
|
return {
|
|
17085
17093
|
localeError: error13()
|
|
@@ -17087,7 +17095,7 @@ function fi_default() {
|
|
|
17087
17095
|
}
|
|
17088
17096
|
var error13;
|
|
17089
17097
|
var init_fi = __esm({
|
|
17090
|
-
"
|
|
17098
|
+
"../../node_modules/zod/v4/locales/fi.js"() {
|
|
17091
17099
|
"use strict";
|
|
17092
17100
|
init_util();
|
|
17093
17101
|
error13 = () => {
|
|
@@ -17199,7 +17207,7 @@ var init_fi = __esm({
|
|
|
17199
17207
|
}
|
|
17200
17208
|
});
|
|
17201
17209
|
|
|
17202
|
-
//
|
|
17210
|
+
// ../../node_modules/zod/v4/locales/fr.js
|
|
17203
17211
|
function fr_default() {
|
|
17204
17212
|
return {
|
|
17205
17213
|
localeError: error14()
|
|
@@ -17207,7 +17215,7 @@ function fr_default() {
|
|
|
17207
17215
|
}
|
|
17208
17216
|
var error14;
|
|
17209
17217
|
var init_fr = __esm({
|
|
17210
|
-
"
|
|
17218
|
+
"../../node_modules/zod/v4/locales/fr.js"() {
|
|
17211
17219
|
"use strict";
|
|
17212
17220
|
init_util();
|
|
17213
17221
|
error14 = () => {
|
|
@@ -17315,7 +17323,7 @@ var init_fr = __esm({
|
|
|
17315
17323
|
}
|
|
17316
17324
|
});
|
|
17317
17325
|
|
|
17318
|
-
//
|
|
17326
|
+
// ../../node_modules/zod/v4/locales/fr-CA.js
|
|
17319
17327
|
function fr_CA_default() {
|
|
17320
17328
|
return {
|
|
17321
17329
|
localeError: error15()
|
|
@@ -17323,7 +17331,7 @@ function fr_CA_default() {
|
|
|
17323
17331
|
}
|
|
17324
17332
|
var error15;
|
|
17325
17333
|
var init_fr_CA = __esm({
|
|
17326
|
-
"
|
|
17334
|
+
"../../node_modules/zod/v4/locales/fr-CA.js"() {
|
|
17327
17335
|
"use strict";
|
|
17328
17336
|
init_util();
|
|
17329
17337
|
error15 = () => {
|
|
@@ -17430,7 +17438,7 @@ var init_fr_CA = __esm({
|
|
|
17430
17438
|
}
|
|
17431
17439
|
});
|
|
17432
17440
|
|
|
17433
|
-
//
|
|
17441
|
+
// ../../node_modules/zod/v4/locales/he.js
|
|
17434
17442
|
function he_default() {
|
|
17435
17443
|
return {
|
|
17436
17444
|
localeError: error16()
|
|
@@ -17438,7 +17446,7 @@ function he_default() {
|
|
|
17438
17446
|
}
|
|
17439
17447
|
var error16;
|
|
17440
17448
|
var init_he = __esm({
|
|
17441
|
-
"
|
|
17449
|
+
"../../node_modules/zod/v4/locales/he.js"() {
|
|
17442
17450
|
"use strict";
|
|
17443
17451
|
init_util();
|
|
17444
17452
|
error16 = () => {
|
|
@@ -17632,7 +17640,7 @@ var init_he = __esm({
|
|
|
17632
17640
|
}
|
|
17633
17641
|
});
|
|
17634
17642
|
|
|
17635
|
-
//
|
|
17643
|
+
// ../../node_modules/zod/v4/locales/hu.js
|
|
17636
17644
|
function hu_default() {
|
|
17637
17645
|
return {
|
|
17638
17646
|
localeError: error17()
|
|
@@ -17640,7 +17648,7 @@ function hu_default() {
|
|
|
17640
17648
|
}
|
|
17641
17649
|
var error17;
|
|
17642
17650
|
var init_hu = __esm({
|
|
17643
|
-
"
|
|
17651
|
+
"../../node_modules/zod/v4/locales/hu.js"() {
|
|
17644
17652
|
"use strict";
|
|
17645
17653
|
init_util();
|
|
17646
17654
|
error17 = () => {
|
|
@@ -17748,7 +17756,7 @@ var init_hu = __esm({
|
|
|
17748
17756
|
}
|
|
17749
17757
|
});
|
|
17750
17758
|
|
|
17751
|
-
//
|
|
17759
|
+
// ../../node_modules/zod/v4/locales/hy.js
|
|
17752
17760
|
function getArmenianPlural(count, one, many) {
|
|
17753
17761
|
return Math.abs(count) === 1 ? one : many;
|
|
17754
17762
|
}
|
|
@@ -17766,7 +17774,7 @@ function hy_default() {
|
|
|
17766
17774
|
}
|
|
17767
17775
|
var error18;
|
|
17768
17776
|
var init_hy = __esm({
|
|
17769
|
-
"
|
|
17777
|
+
"../../node_modules/zod/v4/locales/hy.js"() {
|
|
17770
17778
|
"use strict";
|
|
17771
17779
|
init_util();
|
|
17772
17780
|
error18 = () => {
|
|
@@ -17903,7 +17911,7 @@ var init_hy = __esm({
|
|
|
17903
17911
|
}
|
|
17904
17912
|
});
|
|
17905
17913
|
|
|
17906
|
-
//
|
|
17914
|
+
// ../../node_modules/zod/v4/locales/id.js
|
|
17907
17915
|
function id_default() {
|
|
17908
17916
|
return {
|
|
17909
17917
|
localeError: error19()
|
|
@@ -17911,7 +17919,7 @@ function id_default() {
|
|
|
17911
17919
|
}
|
|
17912
17920
|
var error19;
|
|
17913
17921
|
var init_id = __esm({
|
|
17914
|
-
"
|
|
17922
|
+
"../../node_modules/zod/v4/locales/id.js"() {
|
|
17915
17923
|
"use strict";
|
|
17916
17924
|
init_util();
|
|
17917
17925
|
error19 = () => {
|
|
@@ -18017,7 +18025,7 @@ var init_id = __esm({
|
|
|
18017
18025
|
}
|
|
18018
18026
|
});
|
|
18019
18027
|
|
|
18020
|
-
//
|
|
18028
|
+
// ../../node_modules/zod/v4/locales/is.js
|
|
18021
18029
|
function is_default() {
|
|
18022
18030
|
return {
|
|
18023
18031
|
localeError: error20()
|
|
@@ -18025,7 +18033,7 @@ function is_default() {
|
|
|
18025
18033
|
}
|
|
18026
18034
|
var error20;
|
|
18027
18035
|
var init_is = __esm({
|
|
18028
|
-
"
|
|
18036
|
+
"../../node_modules/zod/v4/locales/is.js"() {
|
|
18029
18037
|
"use strict";
|
|
18030
18038
|
init_util();
|
|
18031
18039
|
error20 = () => {
|
|
@@ -18134,7 +18142,7 @@ var init_is = __esm({
|
|
|
18134
18142
|
}
|
|
18135
18143
|
});
|
|
18136
18144
|
|
|
18137
|
-
//
|
|
18145
|
+
// ../../node_modules/zod/v4/locales/it.js
|
|
18138
18146
|
function it_default() {
|
|
18139
18147
|
return {
|
|
18140
18148
|
localeError: error21()
|
|
@@ -18142,7 +18150,7 @@ function it_default() {
|
|
|
18142
18150
|
}
|
|
18143
18151
|
var error21;
|
|
18144
18152
|
var init_it = __esm({
|
|
18145
|
-
"
|
|
18153
|
+
"../../node_modules/zod/v4/locales/it.js"() {
|
|
18146
18154
|
"use strict";
|
|
18147
18155
|
init_util();
|
|
18148
18156
|
error21 = () => {
|
|
@@ -18250,7 +18258,7 @@ var init_it = __esm({
|
|
|
18250
18258
|
}
|
|
18251
18259
|
});
|
|
18252
18260
|
|
|
18253
|
-
//
|
|
18261
|
+
// ../../node_modules/zod/v4/locales/ja.js
|
|
18254
18262
|
function ja_default() {
|
|
18255
18263
|
return {
|
|
18256
18264
|
localeError: error22()
|
|
@@ -18258,7 +18266,7 @@ function ja_default() {
|
|
|
18258
18266
|
}
|
|
18259
18267
|
var error22;
|
|
18260
18268
|
var init_ja = __esm({
|
|
18261
|
-
"
|
|
18269
|
+
"../../node_modules/zod/v4/locales/ja.js"() {
|
|
18262
18270
|
"use strict";
|
|
18263
18271
|
init_util();
|
|
18264
18272
|
error22 = () => {
|
|
@@ -18365,7 +18373,7 @@ var init_ja = __esm({
|
|
|
18365
18373
|
}
|
|
18366
18374
|
});
|
|
18367
18375
|
|
|
18368
|
-
//
|
|
18376
|
+
// ../../node_modules/zod/v4/locales/ka.js
|
|
18369
18377
|
function ka_default() {
|
|
18370
18378
|
return {
|
|
18371
18379
|
localeError: error23()
|
|
@@ -18373,7 +18381,7 @@ function ka_default() {
|
|
|
18373
18381
|
}
|
|
18374
18382
|
var error23;
|
|
18375
18383
|
var init_ka = __esm({
|
|
18376
|
-
"
|
|
18384
|
+
"../../node_modules/zod/v4/locales/ka.js"() {
|
|
18377
18385
|
"use strict";
|
|
18378
18386
|
init_util();
|
|
18379
18387
|
error23 = () => {
|
|
@@ -18485,7 +18493,7 @@ var init_ka = __esm({
|
|
|
18485
18493
|
}
|
|
18486
18494
|
});
|
|
18487
18495
|
|
|
18488
|
-
//
|
|
18496
|
+
// ../../node_modules/zod/v4/locales/km.js
|
|
18489
18497
|
function km_default() {
|
|
18490
18498
|
return {
|
|
18491
18499
|
localeError: error24()
|
|
@@ -18493,7 +18501,7 @@ function km_default() {
|
|
|
18493
18501
|
}
|
|
18494
18502
|
var error24;
|
|
18495
18503
|
var init_km = __esm({
|
|
18496
|
-
"
|
|
18504
|
+
"../../node_modules/zod/v4/locales/km.js"() {
|
|
18497
18505
|
"use strict";
|
|
18498
18506
|
init_util();
|
|
18499
18507
|
error24 = () => {
|
|
@@ -18603,18 +18611,18 @@ var init_km = __esm({
|
|
|
18603
18611
|
}
|
|
18604
18612
|
});
|
|
18605
18613
|
|
|
18606
|
-
//
|
|
18614
|
+
// ../../node_modules/zod/v4/locales/kh.js
|
|
18607
18615
|
function kh_default() {
|
|
18608
18616
|
return km_default();
|
|
18609
18617
|
}
|
|
18610
18618
|
var init_kh = __esm({
|
|
18611
|
-
"
|
|
18619
|
+
"../../node_modules/zod/v4/locales/kh.js"() {
|
|
18612
18620
|
"use strict";
|
|
18613
18621
|
init_km();
|
|
18614
18622
|
}
|
|
18615
18623
|
});
|
|
18616
18624
|
|
|
18617
|
-
//
|
|
18625
|
+
// ../../node_modules/zod/v4/locales/ko.js
|
|
18618
18626
|
function ko_default() {
|
|
18619
18627
|
return {
|
|
18620
18628
|
localeError: error25()
|
|
@@ -18622,7 +18630,7 @@ function ko_default() {
|
|
|
18622
18630
|
}
|
|
18623
18631
|
var error25;
|
|
18624
18632
|
var init_ko = __esm({
|
|
18625
|
-
"
|
|
18633
|
+
"../../node_modules/zod/v4/locales/ko.js"() {
|
|
18626
18634
|
"use strict";
|
|
18627
18635
|
init_util();
|
|
18628
18636
|
error25 = () => {
|
|
@@ -18733,7 +18741,7 @@ var init_ko = __esm({
|
|
|
18733
18741
|
}
|
|
18734
18742
|
});
|
|
18735
18743
|
|
|
18736
|
-
//
|
|
18744
|
+
// ../../node_modules/zod/v4/locales/lt.js
|
|
18737
18745
|
function getUnitTypeFromNumber(number4) {
|
|
18738
18746
|
const abs = Math.abs(number4);
|
|
18739
18747
|
const last = abs % 10;
|
|
@@ -18751,7 +18759,7 @@ function lt_default() {
|
|
|
18751
18759
|
}
|
|
18752
18760
|
var capitalizeFirstCharacter, error26;
|
|
18753
18761
|
var init_lt = __esm({
|
|
18754
|
-
"
|
|
18762
|
+
"../../node_modules/zod/v4/locales/lt.js"() {
|
|
18755
18763
|
"use strict";
|
|
18756
18764
|
init_util();
|
|
18757
18765
|
capitalizeFirstCharacter = (text) => {
|
|
@@ -18944,7 +18952,7 @@ var init_lt = __esm({
|
|
|
18944
18952
|
}
|
|
18945
18953
|
});
|
|
18946
18954
|
|
|
18947
|
-
//
|
|
18955
|
+
// ../../node_modules/zod/v4/locales/mk.js
|
|
18948
18956
|
function mk_default() {
|
|
18949
18957
|
return {
|
|
18950
18958
|
localeError: error27()
|
|
@@ -18952,7 +18960,7 @@ function mk_default() {
|
|
|
18952
18960
|
}
|
|
18953
18961
|
var error27;
|
|
18954
18962
|
var init_mk = __esm({
|
|
18955
|
-
"
|
|
18963
|
+
"../../node_modules/zod/v4/locales/mk.js"() {
|
|
18956
18964
|
"use strict";
|
|
18957
18965
|
init_util();
|
|
18958
18966
|
error27 = () => {
|
|
@@ -19061,7 +19069,7 @@ var init_mk = __esm({
|
|
|
19061
19069
|
}
|
|
19062
19070
|
});
|
|
19063
19071
|
|
|
19064
|
-
//
|
|
19072
|
+
// ../../node_modules/zod/v4/locales/ms.js
|
|
19065
19073
|
function ms_default() {
|
|
19066
19074
|
return {
|
|
19067
19075
|
localeError: error28()
|
|
@@ -19069,7 +19077,7 @@ function ms_default() {
|
|
|
19069
19077
|
}
|
|
19070
19078
|
var error28;
|
|
19071
19079
|
var init_ms = __esm({
|
|
19072
|
-
"
|
|
19080
|
+
"../../node_modules/zod/v4/locales/ms.js"() {
|
|
19073
19081
|
"use strict";
|
|
19074
19082
|
init_util();
|
|
19075
19083
|
error28 = () => {
|
|
@@ -19176,7 +19184,7 @@ var init_ms = __esm({
|
|
|
19176
19184
|
}
|
|
19177
19185
|
});
|
|
19178
19186
|
|
|
19179
|
-
//
|
|
19187
|
+
// ../../node_modules/zod/v4/locales/nl.js
|
|
19180
19188
|
function nl_default() {
|
|
19181
19189
|
return {
|
|
19182
19190
|
localeError: error29()
|
|
@@ -19184,7 +19192,7 @@ function nl_default() {
|
|
|
19184
19192
|
}
|
|
19185
19193
|
var error29;
|
|
19186
19194
|
var init_nl = __esm({
|
|
19187
|
-
"
|
|
19195
|
+
"../../node_modules/zod/v4/locales/nl.js"() {
|
|
19188
19196
|
"use strict";
|
|
19189
19197
|
init_util();
|
|
19190
19198
|
error29 = () => {
|
|
@@ -19294,7 +19302,7 @@ var init_nl = __esm({
|
|
|
19294
19302
|
}
|
|
19295
19303
|
});
|
|
19296
19304
|
|
|
19297
|
-
//
|
|
19305
|
+
// ../../node_modules/zod/v4/locales/no.js
|
|
19298
19306
|
function no_default() {
|
|
19299
19307
|
return {
|
|
19300
19308
|
localeError: error30()
|
|
@@ -19302,7 +19310,7 @@ function no_default() {
|
|
|
19302
19310
|
}
|
|
19303
19311
|
var error30;
|
|
19304
19312
|
var init_no = __esm({
|
|
19305
|
-
"
|
|
19313
|
+
"../../node_modules/zod/v4/locales/no.js"() {
|
|
19306
19314
|
"use strict";
|
|
19307
19315
|
init_util();
|
|
19308
19316
|
error30 = () => {
|
|
@@ -19410,7 +19418,7 @@ var init_no = __esm({
|
|
|
19410
19418
|
}
|
|
19411
19419
|
});
|
|
19412
19420
|
|
|
19413
|
-
//
|
|
19421
|
+
// ../../node_modules/zod/v4/locales/ota.js
|
|
19414
19422
|
function ota_default() {
|
|
19415
19423
|
return {
|
|
19416
19424
|
localeError: error31()
|
|
@@ -19418,7 +19426,7 @@ function ota_default() {
|
|
|
19418
19426
|
}
|
|
19419
19427
|
var error31;
|
|
19420
19428
|
var init_ota = __esm({
|
|
19421
|
-
"
|
|
19429
|
+
"../../node_modules/zod/v4/locales/ota.js"() {
|
|
19422
19430
|
"use strict";
|
|
19423
19431
|
init_util();
|
|
19424
19432
|
error31 = () => {
|
|
@@ -19527,7 +19535,7 @@ var init_ota = __esm({
|
|
|
19527
19535
|
}
|
|
19528
19536
|
});
|
|
19529
19537
|
|
|
19530
|
-
//
|
|
19538
|
+
// ../../node_modules/zod/v4/locales/ps.js
|
|
19531
19539
|
function ps_default() {
|
|
19532
19540
|
return {
|
|
19533
19541
|
localeError: error32()
|
|
@@ -19535,7 +19543,7 @@ function ps_default() {
|
|
|
19535
19543
|
}
|
|
19536
19544
|
var error32;
|
|
19537
19545
|
var init_ps = __esm({
|
|
19538
|
-
"
|
|
19546
|
+
"../../node_modules/zod/v4/locales/ps.js"() {
|
|
19539
19547
|
"use strict";
|
|
19540
19548
|
init_util();
|
|
19541
19549
|
error32 = () => {
|
|
@@ -19649,7 +19657,7 @@ var init_ps = __esm({
|
|
|
19649
19657
|
}
|
|
19650
19658
|
});
|
|
19651
19659
|
|
|
19652
|
-
//
|
|
19660
|
+
// ../../node_modules/zod/v4/locales/pl.js
|
|
19653
19661
|
function pl_default() {
|
|
19654
19662
|
return {
|
|
19655
19663
|
localeError: error33()
|
|
@@ -19657,7 +19665,7 @@ function pl_default() {
|
|
|
19657
19665
|
}
|
|
19658
19666
|
var error33;
|
|
19659
19667
|
var init_pl = __esm({
|
|
19660
|
-
"
|
|
19668
|
+
"../../node_modules/zod/v4/locales/pl.js"() {
|
|
19661
19669
|
"use strict";
|
|
19662
19670
|
init_util();
|
|
19663
19671
|
error33 = () => {
|
|
@@ -19766,7 +19774,7 @@ var init_pl = __esm({
|
|
|
19766
19774
|
}
|
|
19767
19775
|
});
|
|
19768
19776
|
|
|
19769
|
-
//
|
|
19777
|
+
// ../../node_modules/zod/v4/locales/pt.js
|
|
19770
19778
|
function pt_default() {
|
|
19771
19779
|
return {
|
|
19772
19780
|
localeError: error34()
|
|
@@ -19774,7 +19782,7 @@ function pt_default() {
|
|
|
19774
19782
|
}
|
|
19775
19783
|
var error34;
|
|
19776
19784
|
var init_pt = __esm({
|
|
19777
|
-
"
|
|
19785
|
+
"../../node_modules/zod/v4/locales/pt.js"() {
|
|
19778
19786
|
"use strict";
|
|
19779
19787
|
init_util();
|
|
19780
19788
|
error34 = () => {
|
|
@@ -19882,7 +19890,7 @@ var init_pt = __esm({
|
|
|
19882
19890
|
}
|
|
19883
19891
|
});
|
|
19884
19892
|
|
|
19885
|
-
//
|
|
19893
|
+
// ../../node_modules/zod/v4/locales/ru.js
|
|
19886
19894
|
function getRussianPlural(count, one, few, many) {
|
|
19887
19895
|
const absCount = Math.abs(count);
|
|
19888
19896
|
const lastDigit = absCount % 10;
|
|
@@ -19905,7 +19913,7 @@ function ru_default() {
|
|
|
19905
19913
|
}
|
|
19906
19914
|
var error35;
|
|
19907
19915
|
var init_ru = __esm({
|
|
19908
|
-
"
|
|
19916
|
+
"../../node_modules/zod/v4/locales/ru.js"() {
|
|
19909
19917
|
"use strict";
|
|
19910
19918
|
init_util();
|
|
19911
19919
|
error35 = () => {
|
|
@@ -20046,7 +20054,7 @@ var init_ru = __esm({
|
|
|
20046
20054
|
}
|
|
20047
20055
|
});
|
|
20048
20056
|
|
|
20049
|
-
//
|
|
20057
|
+
// ../../node_modules/zod/v4/locales/sl.js
|
|
20050
20058
|
function sl_default() {
|
|
20051
20059
|
return {
|
|
20052
20060
|
localeError: error36()
|
|
@@ -20054,7 +20062,7 @@ function sl_default() {
|
|
|
20054
20062
|
}
|
|
20055
20063
|
var error36;
|
|
20056
20064
|
var init_sl = __esm({
|
|
20057
|
-
"
|
|
20065
|
+
"../../node_modules/zod/v4/locales/sl.js"() {
|
|
20058
20066
|
"use strict";
|
|
20059
20067
|
init_util();
|
|
20060
20068
|
error36 = () => {
|
|
@@ -20163,7 +20171,7 @@ var init_sl = __esm({
|
|
|
20163
20171
|
}
|
|
20164
20172
|
});
|
|
20165
20173
|
|
|
20166
|
-
//
|
|
20174
|
+
// ../../node_modules/zod/v4/locales/sv.js
|
|
20167
20175
|
function sv_default() {
|
|
20168
20176
|
return {
|
|
20169
20177
|
localeError: error37()
|
|
@@ -20171,7 +20179,7 @@ function sv_default() {
|
|
|
20171
20179
|
}
|
|
20172
20180
|
var error37;
|
|
20173
20181
|
var init_sv = __esm({
|
|
20174
|
-
"
|
|
20182
|
+
"../../node_modules/zod/v4/locales/sv.js"() {
|
|
20175
20183
|
"use strict";
|
|
20176
20184
|
init_util();
|
|
20177
20185
|
error37 = () => {
|
|
@@ -20281,7 +20289,7 @@ var init_sv = __esm({
|
|
|
20281
20289
|
}
|
|
20282
20290
|
});
|
|
20283
20291
|
|
|
20284
|
-
//
|
|
20292
|
+
// ../../node_modules/zod/v4/locales/ta.js
|
|
20285
20293
|
function ta_default() {
|
|
20286
20294
|
return {
|
|
20287
20295
|
localeError: error38()
|
|
@@ -20289,7 +20297,7 @@ function ta_default() {
|
|
|
20289
20297
|
}
|
|
20290
20298
|
var error38;
|
|
20291
20299
|
var init_ta = __esm({
|
|
20292
|
-
"
|
|
20300
|
+
"../../node_modules/zod/v4/locales/ta.js"() {
|
|
20293
20301
|
"use strict";
|
|
20294
20302
|
init_util();
|
|
20295
20303
|
error38 = () => {
|
|
@@ -20399,7 +20407,7 @@ var init_ta = __esm({
|
|
|
20399
20407
|
}
|
|
20400
20408
|
});
|
|
20401
20409
|
|
|
20402
|
-
//
|
|
20410
|
+
// ../../node_modules/zod/v4/locales/th.js
|
|
20403
20411
|
function th_default() {
|
|
20404
20412
|
return {
|
|
20405
20413
|
localeError: error39()
|
|
@@ -20407,7 +20415,7 @@ function th_default() {
|
|
|
20407
20415
|
}
|
|
20408
20416
|
var error39;
|
|
20409
20417
|
var init_th = __esm({
|
|
20410
|
-
"
|
|
20418
|
+
"../../node_modules/zod/v4/locales/th.js"() {
|
|
20411
20419
|
"use strict";
|
|
20412
20420
|
init_util();
|
|
20413
20421
|
error39 = () => {
|
|
@@ -20517,7 +20525,7 @@ var init_th = __esm({
|
|
|
20517
20525
|
}
|
|
20518
20526
|
});
|
|
20519
20527
|
|
|
20520
|
-
//
|
|
20528
|
+
// ../../node_modules/zod/v4/locales/tr.js
|
|
20521
20529
|
function tr_default() {
|
|
20522
20530
|
return {
|
|
20523
20531
|
localeError: error40()
|
|
@@ -20525,7 +20533,7 @@ function tr_default() {
|
|
|
20525
20533
|
}
|
|
20526
20534
|
var error40;
|
|
20527
20535
|
var init_tr = __esm({
|
|
20528
|
-
"
|
|
20536
|
+
"../../node_modules/zod/v4/locales/tr.js"() {
|
|
20529
20537
|
"use strict";
|
|
20530
20538
|
init_util();
|
|
20531
20539
|
error40 = () => {
|
|
@@ -20630,7 +20638,7 @@ var init_tr = __esm({
|
|
|
20630
20638
|
}
|
|
20631
20639
|
});
|
|
20632
20640
|
|
|
20633
|
-
//
|
|
20641
|
+
// ../../node_modules/zod/v4/locales/uk.js
|
|
20634
20642
|
function uk_default() {
|
|
20635
20643
|
return {
|
|
20636
20644
|
localeError: error41()
|
|
@@ -20638,7 +20646,7 @@ function uk_default() {
|
|
|
20638
20646
|
}
|
|
20639
20647
|
var error41;
|
|
20640
20648
|
var init_uk = __esm({
|
|
20641
|
-
"
|
|
20649
|
+
"../../node_modules/zod/v4/locales/uk.js"() {
|
|
20642
20650
|
"use strict";
|
|
20643
20651
|
init_util();
|
|
20644
20652
|
error41 = () => {
|
|
@@ -20746,18 +20754,18 @@ var init_uk = __esm({
|
|
|
20746
20754
|
}
|
|
20747
20755
|
});
|
|
20748
20756
|
|
|
20749
|
-
//
|
|
20757
|
+
// ../../node_modules/zod/v4/locales/ua.js
|
|
20750
20758
|
function ua_default() {
|
|
20751
20759
|
return uk_default();
|
|
20752
20760
|
}
|
|
20753
20761
|
var init_ua = __esm({
|
|
20754
|
-
"
|
|
20762
|
+
"../../node_modules/zod/v4/locales/ua.js"() {
|
|
20755
20763
|
"use strict";
|
|
20756
20764
|
init_uk();
|
|
20757
20765
|
}
|
|
20758
20766
|
});
|
|
20759
20767
|
|
|
20760
|
-
//
|
|
20768
|
+
// ../../node_modules/zod/v4/locales/ur.js
|
|
20761
20769
|
function ur_default() {
|
|
20762
20770
|
return {
|
|
20763
20771
|
localeError: error42()
|
|
@@ -20765,7 +20773,7 @@ function ur_default() {
|
|
|
20765
20773
|
}
|
|
20766
20774
|
var error42;
|
|
20767
20775
|
var init_ur = __esm({
|
|
20768
|
-
"
|
|
20776
|
+
"../../node_modules/zod/v4/locales/ur.js"() {
|
|
20769
20777
|
"use strict";
|
|
20770
20778
|
init_util();
|
|
20771
20779
|
error42 = () => {
|
|
@@ -20875,7 +20883,7 @@ var init_ur = __esm({
|
|
|
20875
20883
|
}
|
|
20876
20884
|
});
|
|
20877
20885
|
|
|
20878
|
-
//
|
|
20886
|
+
// ../../node_modules/zod/v4/locales/uz.js
|
|
20879
20887
|
function uz_default() {
|
|
20880
20888
|
return {
|
|
20881
20889
|
localeError: error43()
|
|
@@ -20883,7 +20891,7 @@ function uz_default() {
|
|
|
20883
20891
|
}
|
|
20884
20892
|
var error43;
|
|
20885
20893
|
var init_uz = __esm({
|
|
20886
|
-
"
|
|
20894
|
+
"../../node_modules/zod/v4/locales/uz.js"() {
|
|
20887
20895
|
"use strict";
|
|
20888
20896
|
init_util();
|
|
20889
20897
|
error43 = () => {
|
|
@@ -20992,7 +21000,7 @@ var init_uz = __esm({
|
|
|
20992
21000
|
}
|
|
20993
21001
|
});
|
|
20994
21002
|
|
|
20995
|
-
//
|
|
21003
|
+
// ../../node_modules/zod/v4/locales/vi.js
|
|
20996
21004
|
function vi_default() {
|
|
20997
21005
|
return {
|
|
20998
21006
|
localeError: error44()
|
|
@@ -21000,7 +21008,7 @@ function vi_default() {
|
|
|
21000
21008
|
}
|
|
21001
21009
|
var error44;
|
|
21002
21010
|
var init_vi = __esm({
|
|
21003
|
-
"
|
|
21011
|
+
"../../node_modules/zod/v4/locales/vi.js"() {
|
|
21004
21012
|
"use strict";
|
|
21005
21013
|
init_util();
|
|
21006
21014
|
error44 = () => {
|
|
@@ -21108,7 +21116,7 @@ var init_vi = __esm({
|
|
|
21108
21116
|
}
|
|
21109
21117
|
});
|
|
21110
21118
|
|
|
21111
|
-
//
|
|
21119
|
+
// ../../node_modules/zod/v4/locales/zh-CN.js
|
|
21112
21120
|
function zh_CN_default() {
|
|
21113
21121
|
return {
|
|
21114
21122
|
localeError: error45()
|
|
@@ -21116,7 +21124,7 @@ function zh_CN_default() {
|
|
|
21116
21124
|
}
|
|
21117
21125
|
var error45;
|
|
21118
21126
|
var init_zh_CN = __esm({
|
|
21119
|
-
"
|
|
21127
|
+
"../../node_modules/zod/v4/locales/zh-CN.js"() {
|
|
21120
21128
|
"use strict";
|
|
21121
21129
|
init_util();
|
|
21122
21130
|
error45 = () => {
|
|
@@ -21225,7 +21233,7 @@ var init_zh_CN = __esm({
|
|
|
21225
21233
|
}
|
|
21226
21234
|
});
|
|
21227
21235
|
|
|
21228
|
-
//
|
|
21236
|
+
// ../../node_modules/zod/v4/locales/zh-TW.js
|
|
21229
21237
|
function zh_TW_default() {
|
|
21230
21238
|
return {
|
|
21231
21239
|
localeError: error46()
|
|
@@ -21233,7 +21241,7 @@ function zh_TW_default() {
|
|
|
21233
21241
|
}
|
|
21234
21242
|
var error46;
|
|
21235
21243
|
var init_zh_TW = __esm({
|
|
21236
|
-
"
|
|
21244
|
+
"../../node_modules/zod/v4/locales/zh-TW.js"() {
|
|
21237
21245
|
"use strict";
|
|
21238
21246
|
init_util();
|
|
21239
21247
|
error46 = () => {
|
|
@@ -21340,7 +21348,7 @@ var init_zh_TW = __esm({
|
|
|
21340
21348
|
}
|
|
21341
21349
|
});
|
|
21342
21350
|
|
|
21343
|
-
//
|
|
21351
|
+
// ../../node_modules/zod/v4/locales/yo.js
|
|
21344
21352
|
function yo_default() {
|
|
21345
21353
|
return {
|
|
21346
21354
|
localeError: error47()
|
|
@@ -21348,7 +21356,7 @@ function yo_default() {
|
|
|
21348
21356
|
}
|
|
21349
21357
|
var error47;
|
|
21350
21358
|
var init_yo = __esm({
|
|
21351
|
-
"
|
|
21359
|
+
"../../node_modules/zod/v4/locales/yo.js"() {
|
|
21352
21360
|
"use strict";
|
|
21353
21361
|
init_util();
|
|
21354
21362
|
error47 = () => {
|
|
@@ -21455,7 +21463,7 @@ var init_yo = __esm({
|
|
|
21455
21463
|
}
|
|
21456
21464
|
});
|
|
21457
21465
|
|
|
21458
|
-
//
|
|
21466
|
+
// ../../node_modules/zod/v4/locales/index.js
|
|
21459
21467
|
var locales_exports = {};
|
|
21460
21468
|
__export(locales_exports, {
|
|
21461
21469
|
ar: () => ar_default,
|
|
@@ -21509,7 +21517,7 @@ __export(locales_exports, {
|
|
|
21509
21517
|
zhTW: () => zh_TW_default
|
|
21510
21518
|
});
|
|
21511
21519
|
var init_locales = __esm({
|
|
21512
|
-
"
|
|
21520
|
+
"../../node_modules/zod/v4/locales/index.js"() {
|
|
21513
21521
|
"use strict";
|
|
21514
21522
|
init_ar();
|
|
21515
21523
|
init_az();
|
|
@@ -21563,13 +21571,13 @@ var init_locales = __esm({
|
|
|
21563
21571
|
}
|
|
21564
21572
|
});
|
|
21565
21573
|
|
|
21566
|
-
//
|
|
21574
|
+
// ../../node_modules/zod/v4/core/registries.js
|
|
21567
21575
|
function registry() {
|
|
21568
21576
|
return new $ZodRegistry();
|
|
21569
21577
|
}
|
|
21570
21578
|
var _a, $output, $input, $ZodRegistry, globalRegistry;
|
|
21571
21579
|
var init_registries = __esm({
|
|
21572
|
-
"
|
|
21580
|
+
"../../node_modules/zod/v4/core/registries.js"() {
|
|
21573
21581
|
"use strict";
|
|
21574
21582
|
$output = /* @__PURE__ */ Symbol("ZodOutput");
|
|
21575
21583
|
$input = /* @__PURE__ */ Symbol("ZodInput");
|
|
@@ -21618,7 +21626,7 @@ var init_registries = __esm({
|
|
|
21618
21626
|
}
|
|
21619
21627
|
});
|
|
21620
21628
|
|
|
21621
|
-
//
|
|
21629
|
+
// ../../node_modules/zod/v4/core/api.js
|
|
21622
21630
|
// @__NO_SIDE_EFFECTS__
|
|
21623
21631
|
function _string(Class2, params) {
|
|
21624
21632
|
return new Class2({
|
|
@@ -22651,7 +22659,7 @@ function _stringFormat(Class2, format, fnOrRegex, _params = {}) {
|
|
|
22651
22659
|
}
|
|
22652
22660
|
var TimePrecision;
|
|
22653
22661
|
var init_api = __esm({
|
|
22654
|
-
"
|
|
22662
|
+
"../../node_modules/zod/v4/core/api.js"() {
|
|
22655
22663
|
"use strict";
|
|
22656
22664
|
init_checks();
|
|
22657
22665
|
init_registries();
|
|
@@ -22667,7 +22675,7 @@ var init_api = __esm({
|
|
|
22667
22675
|
}
|
|
22668
22676
|
});
|
|
22669
22677
|
|
|
22670
|
-
//
|
|
22678
|
+
// ../../node_modules/zod/v4/core/to-json-schema.js
|
|
22671
22679
|
function initializeContext(params) {
|
|
22672
22680
|
let target = params?.target ?? "draft-2020-12";
|
|
22673
22681
|
if (target === "draft-4")
|
|
@@ -23007,7 +23015,7 @@ function isTransforming(_schema, _ctx) {
|
|
|
23007
23015
|
}
|
|
23008
23016
|
var createToJSONSchemaMethod, createStandardJSONSchemaMethod;
|
|
23009
23017
|
var init_to_json_schema = __esm({
|
|
23010
|
-
"
|
|
23018
|
+
"../../node_modules/zod/v4/core/to-json-schema.js"() {
|
|
23011
23019
|
"use strict";
|
|
23012
23020
|
init_registries();
|
|
23013
23021
|
createToJSONSchemaMethod = (schema2, processors = {}) => (params) => {
|
|
@@ -23026,7 +23034,7 @@ var init_to_json_schema = __esm({
|
|
|
23026
23034
|
}
|
|
23027
23035
|
});
|
|
23028
23036
|
|
|
23029
|
-
//
|
|
23037
|
+
// ../../node_modules/zod/v4/core/json-schema-processors.js
|
|
23030
23038
|
function toJSONSchema(input, params) {
|
|
23031
23039
|
if ("_idmap" in input) {
|
|
23032
23040
|
const registry2 = input;
|
|
@@ -23063,7 +23071,7 @@ function toJSONSchema(input, params) {
|
|
|
23063
23071
|
}
|
|
23064
23072
|
var formatMap, stringProcessor, numberProcessor, booleanProcessor, bigintProcessor, symbolProcessor, nullProcessor, undefinedProcessor, voidProcessor, neverProcessor, anyProcessor, unknownProcessor, dateProcessor, enumProcessor, literalProcessor, nanProcessor, templateLiteralProcessor, fileProcessor, successProcessor, customProcessor, functionProcessor, transformProcessor, mapProcessor, setProcessor, arrayProcessor, objectProcessor, unionProcessor, intersectionProcessor, tupleProcessor, recordProcessor, nullableProcessor, nonoptionalProcessor, defaultProcessor, prefaultProcessor, catchProcessor, pipeProcessor, readonlyProcessor, promiseProcessor, optionalProcessor, lazyProcessor, allProcessors;
|
|
23065
23073
|
var init_json_schema_processors = __esm({
|
|
23066
|
-
"
|
|
23074
|
+
"../../node_modules/zod/v4/core/json-schema-processors.js"() {
|
|
23067
23075
|
"use strict";
|
|
23068
23076
|
init_to_json_schema();
|
|
23069
23077
|
init_util();
|
|
@@ -23585,10 +23593,10 @@ var init_json_schema_processors = __esm({
|
|
|
23585
23593
|
}
|
|
23586
23594
|
});
|
|
23587
23595
|
|
|
23588
|
-
//
|
|
23596
|
+
// ../../node_modules/zod/v4/core/json-schema-generator.js
|
|
23589
23597
|
var JSONSchemaGenerator;
|
|
23590
23598
|
var init_json_schema_generator = __esm({
|
|
23591
|
-
"
|
|
23599
|
+
"../../node_modules/zod/v4/core/json-schema-generator.js"() {
|
|
23592
23600
|
"use strict";
|
|
23593
23601
|
init_json_schema_processors();
|
|
23594
23602
|
init_to_json_schema();
|
|
@@ -23668,15 +23676,15 @@ var init_json_schema_generator = __esm({
|
|
|
23668
23676
|
}
|
|
23669
23677
|
});
|
|
23670
23678
|
|
|
23671
|
-
//
|
|
23679
|
+
// ../../node_modules/zod/v4/core/json-schema.js
|
|
23672
23680
|
var json_schema_exports = {};
|
|
23673
23681
|
var init_json_schema = __esm({
|
|
23674
|
-
"
|
|
23682
|
+
"../../node_modules/zod/v4/core/json-schema.js"() {
|
|
23675
23683
|
"use strict";
|
|
23676
23684
|
}
|
|
23677
23685
|
});
|
|
23678
23686
|
|
|
23679
|
-
//
|
|
23687
|
+
// ../../node_modules/zod/v4/core/index.js
|
|
23680
23688
|
var core_exports2 = {};
|
|
23681
23689
|
__export(core_exports2, {
|
|
23682
23690
|
$ZodAny: () => $ZodAny,
|
|
@@ -23954,7 +23962,7 @@ __export(core_exports2, {
|
|
|
23954
23962
|
version: () => version
|
|
23955
23963
|
});
|
|
23956
23964
|
var init_core2 = __esm({
|
|
23957
|
-
"
|
|
23965
|
+
"../../node_modules/zod/v4/core/index.js"() {
|
|
23958
23966
|
"use strict";
|
|
23959
23967
|
init_core();
|
|
23960
23968
|
init_parse();
|
|
@@ -23975,7 +23983,7 @@ var init_core2 = __esm({
|
|
|
23975
23983
|
}
|
|
23976
23984
|
});
|
|
23977
23985
|
|
|
23978
|
-
//
|
|
23986
|
+
// ../../node_modules/zod/v4/classic/checks.js
|
|
23979
23987
|
var checks_exports2 = {};
|
|
23980
23988
|
__export(checks_exports2, {
|
|
23981
23989
|
endsWith: () => _endsWith,
|
|
@@ -24009,13 +24017,13 @@ __export(checks_exports2, {
|
|
|
24009
24017
|
uppercase: () => _uppercase
|
|
24010
24018
|
});
|
|
24011
24019
|
var init_checks2 = __esm({
|
|
24012
|
-
"
|
|
24020
|
+
"../../node_modules/zod/v4/classic/checks.js"() {
|
|
24013
24021
|
"use strict";
|
|
24014
24022
|
init_core2();
|
|
24015
24023
|
}
|
|
24016
24024
|
});
|
|
24017
24025
|
|
|
24018
|
-
//
|
|
24026
|
+
// ../../node_modules/zod/v4/classic/iso.js
|
|
24019
24027
|
var iso_exports = {};
|
|
24020
24028
|
__export(iso_exports, {
|
|
24021
24029
|
ZodISODate: () => ZodISODate,
|
|
@@ -24041,7 +24049,7 @@ function duration2(params) {
|
|
|
24041
24049
|
}
|
|
24042
24050
|
var ZodISODateTime, ZodISODate, ZodISOTime, ZodISODuration;
|
|
24043
24051
|
var init_iso = __esm({
|
|
24044
|
-
"
|
|
24052
|
+
"../../node_modules/zod/v4/classic/iso.js"() {
|
|
24045
24053
|
"use strict";
|
|
24046
24054
|
init_core2();
|
|
24047
24055
|
init_schemas2();
|
|
@@ -24064,10 +24072,10 @@ var init_iso = __esm({
|
|
|
24064
24072
|
}
|
|
24065
24073
|
});
|
|
24066
24074
|
|
|
24067
|
-
//
|
|
24075
|
+
// ../../node_modules/zod/v4/classic/errors.js
|
|
24068
24076
|
var initializer2, ZodError, ZodRealError;
|
|
24069
24077
|
var init_errors2 = __esm({
|
|
24070
|
-
"
|
|
24078
|
+
"../../node_modules/zod/v4/classic/errors.js"() {
|
|
24071
24079
|
"use strict";
|
|
24072
24080
|
init_core2();
|
|
24073
24081
|
init_core2();
|
|
@@ -24113,10 +24121,10 @@ var init_errors2 = __esm({
|
|
|
24113
24121
|
}
|
|
24114
24122
|
});
|
|
24115
24123
|
|
|
24116
|
-
//
|
|
24124
|
+
// ../../node_modules/zod/v4/classic/parse.js
|
|
24117
24125
|
var parse2, parseAsync2, safeParse2, safeParseAsync2, encode2, decode2, encodeAsync2, decodeAsync2, safeEncode2, safeDecode2, safeEncodeAsync2, safeDecodeAsync2;
|
|
24118
24126
|
var init_parse2 = __esm({
|
|
24119
|
-
"
|
|
24127
|
+
"../../node_modules/zod/v4/classic/parse.js"() {
|
|
24120
24128
|
"use strict";
|
|
24121
24129
|
init_core2();
|
|
24122
24130
|
init_errors2();
|
|
@@ -24135,7 +24143,7 @@ var init_parse2 = __esm({
|
|
|
24135
24143
|
}
|
|
24136
24144
|
});
|
|
24137
24145
|
|
|
24138
|
-
//
|
|
24146
|
+
// ../../node_modules/zod/v4/classic/schemas.js
|
|
24139
24147
|
var schemas_exports2 = {};
|
|
24140
24148
|
__export(schemas_exports2, {
|
|
24141
24149
|
ZodAny: () => ZodAny,
|
|
@@ -24759,7 +24767,7 @@ function preprocess(fn, schema2) {
|
|
|
24759
24767
|
}
|
|
24760
24768
|
var ZodType, _ZodString, ZodString, ZodStringFormat, ZodEmail, ZodGUID, ZodUUID, ZodURL, ZodEmoji, ZodNanoID, ZodCUID, ZodCUID2, ZodULID, ZodXID, ZodKSUID, ZodIPv4, ZodMAC, ZodIPv6, ZodCIDRv4, ZodCIDRv6, ZodBase64, ZodBase64URL, ZodE164, ZodJWT, ZodCustomStringFormat, ZodNumber, ZodNumberFormat, ZodBoolean, ZodBigInt, ZodBigIntFormat, ZodSymbol, ZodUndefined, ZodNull, ZodAny, ZodUnknown, ZodNever, ZodVoid, ZodDate, ZodArray, ZodObject, ZodUnion, ZodXor, ZodDiscriminatedUnion, ZodIntersection, ZodTuple, ZodRecord, ZodMap, ZodSet, ZodEnum, ZodLiteral, ZodFile, ZodTransform, ZodOptional, ZodExactOptional, ZodNullable, ZodDefault, ZodPrefault, ZodNonOptional, ZodSuccess, ZodCatch, ZodNaN, ZodPipe, ZodCodec, ZodReadonly, ZodTemplateLiteral, ZodLazy, ZodPromise, ZodFunction, ZodCustom, describe2, meta2, stringbool;
|
|
24761
24769
|
var init_schemas2 = __esm({
|
|
24762
|
-
"
|
|
24770
|
+
"../../node_modules/zod/v4/classic/schemas.js"() {
|
|
24763
24771
|
"use strict";
|
|
24764
24772
|
init_core2();
|
|
24765
24773
|
init_core2();
|
|
@@ -25394,7 +25402,7 @@ var init_schemas2 = __esm({
|
|
|
25394
25402
|
}
|
|
25395
25403
|
});
|
|
25396
25404
|
|
|
25397
|
-
//
|
|
25405
|
+
// ../../node_modules/zod/v4/classic/compat.js
|
|
25398
25406
|
function setErrorMap(map3) {
|
|
25399
25407
|
config({
|
|
25400
25408
|
customError: map3
|
|
@@ -25405,7 +25413,7 @@ function getErrorMap() {
|
|
|
25405
25413
|
}
|
|
25406
25414
|
var ZodIssueCode, ZodFirstPartyTypeKind;
|
|
25407
25415
|
var init_compat = __esm({
|
|
25408
|
-
"
|
|
25416
|
+
"../../node_modules/zod/v4/classic/compat.js"() {
|
|
25409
25417
|
"use strict";
|
|
25410
25418
|
init_core2();
|
|
25411
25419
|
init_core2();
|
|
@@ -25427,7 +25435,7 @@ var init_compat = __esm({
|
|
|
25427
25435
|
}
|
|
25428
25436
|
});
|
|
25429
25437
|
|
|
25430
|
-
//
|
|
25438
|
+
// ../../node_modules/zod/v4/classic/from-json-schema.js
|
|
25431
25439
|
function detectVersion(schema2, defaultTarget) {
|
|
25432
25440
|
const $schema = schema2.$schema;
|
|
25433
25441
|
if ($schema === "https://json-schema.org/draft/2020-12/schema") {
|
|
@@ -25826,7 +25834,7 @@ function fromJSONSchema(schema2, params) {
|
|
|
25826
25834
|
}
|
|
25827
25835
|
var z, RECOGNIZED_KEYS;
|
|
25828
25836
|
var init_from_json_schema = __esm({
|
|
25829
|
-
"
|
|
25837
|
+
"../../node_modules/zod/v4/classic/from-json-schema.js"() {
|
|
25830
25838
|
"use strict";
|
|
25831
25839
|
init_registries();
|
|
25832
25840
|
init_checks2();
|
|
@@ -25911,7 +25919,7 @@ var init_from_json_schema = __esm({
|
|
|
25911
25919
|
}
|
|
25912
25920
|
});
|
|
25913
25921
|
|
|
25914
|
-
//
|
|
25922
|
+
// ../../node_modules/zod/v4/classic/coerce.js
|
|
25915
25923
|
var coerce_exports = {};
|
|
25916
25924
|
__export(coerce_exports, {
|
|
25917
25925
|
bigint: () => bigint3,
|
|
@@ -25936,14 +25944,14 @@ function date4(params) {
|
|
|
25936
25944
|
return _coercedDate(ZodDate, params);
|
|
25937
25945
|
}
|
|
25938
25946
|
var init_coerce = __esm({
|
|
25939
|
-
"
|
|
25947
|
+
"../../node_modules/zod/v4/classic/coerce.js"() {
|
|
25940
25948
|
"use strict";
|
|
25941
25949
|
init_core2();
|
|
25942
25950
|
init_schemas2();
|
|
25943
25951
|
}
|
|
25944
25952
|
});
|
|
25945
25953
|
|
|
25946
|
-
//
|
|
25954
|
+
// ../../node_modules/zod/v4/classic/external.js
|
|
25947
25955
|
var external_exports = {};
|
|
25948
25956
|
__export(external_exports, {
|
|
25949
25957
|
$brand: () => $brand,
|
|
@@ -26184,7 +26192,7 @@ __export(external_exports, {
|
|
|
26184
26192
|
xor: () => xor
|
|
26185
26193
|
});
|
|
26186
26194
|
var init_external = __esm({
|
|
26187
|
-
"
|
|
26195
|
+
"../../node_modules/zod/v4/classic/external.js"() {
|
|
26188
26196
|
"use strict";
|
|
26189
26197
|
init_core2();
|
|
26190
26198
|
init_schemas2();
|
|
@@ -26205,19 +26213,19 @@ var init_external = __esm({
|
|
|
26205
26213
|
}
|
|
26206
26214
|
});
|
|
26207
26215
|
|
|
26208
|
-
//
|
|
26216
|
+
// ../../node_modules/zod/index.js
|
|
26209
26217
|
var init_zod = __esm({
|
|
26210
|
-
"
|
|
26218
|
+
"../../node_modules/zod/index.js"() {
|
|
26211
26219
|
"use strict";
|
|
26212
26220
|
init_external();
|
|
26213
26221
|
init_external();
|
|
26214
26222
|
}
|
|
26215
26223
|
});
|
|
26216
26224
|
|
|
26217
|
-
//
|
|
26225
|
+
// ../../node_modules/@agentclientprotocol/sdk/dist/schema/index.js
|
|
26218
26226
|
var AGENT_METHODS, CLIENT_METHODS, PROTOCOL_VERSION;
|
|
26219
26227
|
var init_schema = __esm({
|
|
26220
|
-
"
|
|
26228
|
+
"../../node_modules/@agentclientprotocol/sdk/dist/schema/index.js"() {
|
|
26221
26229
|
"use strict";
|
|
26222
26230
|
AGENT_METHODS = {
|
|
26223
26231
|
authenticate: "authenticate",
|
|
@@ -26249,28 +26257,28 @@ var init_schema = __esm({
|
|
|
26249
26257
|
}
|
|
26250
26258
|
});
|
|
26251
26259
|
|
|
26252
|
-
//
|
|
26260
|
+
// ../../node_modules/zod/v4/classic/index.js
|
|
26253
26261
|
var init_classic = __esm({
|
|
26254
|
-
"
|
|
26262
|
+
"../../node_modules/zod/v4/classic/index.js"() {
|
|
26255
26263
|
"use strict";
|
|
26256
26264
|
init_external();
|
|
26257
26265
|
init_external();
|
|
26258
26266
|
}
|
|
26259
26267
|
});
|
|
26260
26268
|
|
|
26261
|
-
//
|
|
26269
|
+
// ../../node_modules/zod/v4/index.js
|
|
26262
26270
|
var init_v4 = __esm({
|
|
26263
|
-
"
|
|
26271
|
+
"../../node_modules/zod/v4/index.js"() {
|
|
26264
26272
|
"use strict";
|
|
26265
26273
|
init_classic();
|
|
26266
26274
|
init_classic();
|
|
26267
26275
|
}
|
|
26268
26276
|
});
|
|
26269
26277
|
|
|
26270
|
-
//
|
|
26278
|
+
// ../../node_modules/@agentclientprotocol/sdk/dist/schema/zod.gen.js
|
|
26271
26279
|
var zAuthCapabilities, zAuthEnvVar, zAuthMethodAgent, zAuthMethodEnvVar, zAuthMethodTerminal, zAuthMethod, zAuthenticateRequest, zAuthenticateResponse, zBlobResourceContents, zCloseSessionResponse, zCost, zCreateTerminalResponse, zDiff, zEnvVariable, zErrorCode, zError, zExtNotification, zExtRequest, zExtResponse, zFileSystemCapabilities, zClientCapabilities, zHttpHeader, zImplementation, zKillTerminalResponse, zListSessionsRequest, zMcpCapabilities, zMcpServerHttp, zMcpServerSse, zMcpServerStdio, zMcpServer, zModelId, zModelInfo, zNewSessionRequest, zPermissionOptionId, zPermissionOptionKind, zPermissionOption, zPlanEntryPriority, zPlanEntryStatus, zPlanEntry, zPlan, zPromptCapabilities, zProtocolVersion, zInitializeRequest, zReadTextFileResponse, zReleaseTerminalResponse, zRequestId, zCancelRequestNotification, zRole, zAnnotations, zAudioContent, zImageContent, zResourceLink, zSelectedPermissionOutcome, zRequestPermissionOutcome, zRequestPermissionResponse, zSessionCloseCapabilities, zSessionConfigBoolean, zSessionConfigGroupId, zSessionConfigId, zSessionConfigOptionCategory, zSessionConfigValueId, zSessionConfigSelectOption, zSessionConfigSelectGroup, zSessionConfigSelectOptions, zSessionConfigSelect, zSessionConfigOption, zConfigOptionUpdate, zSessionForkCapabilities, zSessionId, zCancelNotification, zClientNotification, zCloseSessionRequest, zCreateTerminalRequest, zForkSessionRequest, zKillTerminalRequest, zLoadSessionRequest, zReadTextFileRequest, zReleaseTerminalRequest, zResumeSessionRequest, zSessionInfo, zListSessionsResponse, zSessionInfoUpdate, zSessionListCapabilities, zSessionModeId, zCurrentModeUpdate, zSessionMode, zSessionModeState, zSessionModelState, zForkSessionResponse, zLoadSessionResponse, zNewSessionResponse, zResumeSessionResponse, zSessionResumeCapabilities, zSessionCapabilities, zAgentCapabilities, zInitializeResponse, zSetSessionConfigOptionRequest, zSetSessionConfigOptionResponse, zSetSessionModeRequest, zSetSessionModeResponse, zSetSessionModelRequest, zSetSessionModelResponse, zStopReason, zTerminal, zTerminalExitStatus, zTerminalOutputRequest, zTerminalOutputResponse, zTextContent, zTextResourceContents, zEmbeddedResourceResource, zEmbeddedResource, zContentBlock, zContent, zContentChunk, zPromptRequest, zClientRequest, zToolCallContent, zToolCallId, zToolCallLocation, zToolCallStatus, zToolKind, zToolCall, zToolCallUpdate, zRequestPermissionRequest, zUnstructuredCommandInput, zAvailableCommandInput, zAvailableCommand, zAvailableCommandsUpdate, zUsage, zPromptResponse, zAgentResponse, zUsageUpdate, zSessionUpdate, zSessionNotification, zAgentNotification, zWaitForTerminalExitRequest, zWaitForTerminalExitResponse, zWriteTextFileRequest, zAgentRequest, zWriteTextFileResponse, zClientResponse;
|
|
26272
26280
|
var init_zod_gen = __esm({
|
|
26273
|
-
"
|
|
26281
|
+
"../../node_modules/@agentclientprotocol/sdk/dist/schema/zod.gen.js"() {
|
|
26274
26282
|
"use strict";
|
|
26275
26283
|
init_v4();
|
|
26276
26284
|
zAuthCapabilities = external_exports.object({
|
|
@@ -27137,7 +27145,7 @@ var init_zod_gen = __esm({
|
|
|
27137
27145
|
}
|
|
27138
27146
|
});
|
|
27139
27147
|
|
|
27140
|
-
//
|
|
27148
|
+
// ../../node_modules/@agentclientprotocol/sdk/dist/stream.js
|
|
27141
27149
|
function ndJsonStream(output, input) {
|
|
27142
27150
|
const textEncoder = new TextEncoder();
|
|
27143
27151
|
const textDecoder = new TextDecoder();
|
|
@@ -27189,12 +27197,12 @@ function ndJsonStream(output, input) {
|
|
|
27189
27197
|
return { readable, writable };
|
|
27190
27198
|
}
|
|
27191
27199
|
var init_stream = __esm({
|
|
27192
|
-
"
|
|
27200
|
+
"../../node_modules/@agentclientprotocol/sdk/dist/stream.js"() {
|
|
27193
27201
|
"use strict";
|
|
27194
27202
|
}
|
|
27195
27203
|
});
|
|
27196
27204
|
|
|
27197
|
-
//
|
|
27205
|
+
// ../../node_modules/@agentclientprotocol/sdk/dist/acp.js
|
|
27198
27206
|
var acp_exports = {};
|
|
27199
27207
|
__export(acp_exports, {
|
|
27200
27208
|
AGENT_METHODS: () => AGENT_METHODS,
|
|
@@ -27208,7 +27216,7 @@ __export(acp_exports, {
|
|
|
27208
27216
|
});
|
|
27209
27217
|
var AgentSideConnection, TerminalHandle, ClientSideConnection, Connection, RequestError;
|
|
27210
27218
|
var init_acp = __esm({
|
|
27211
|
-
"
|
|
27219
|
+
"../../node_modules/@agentclientprotocol/sdk/dist/acp.js"() {
|
|
27212
27220
|
"use strict";
|
|
27213
27221
|
init_zod();
|
|
27214
27222
|
init_schema();
|
|
@@ -28124,9 +28132,9 @@ var init_acp = __esm({
|
|
|
28124
28132
|
}
|
|
28125
28133
|
});
|
|
28126
28134
|
|
|
28127
|
-
//
|
|
28135
|
+
// ../../node_modules/readdirp/index.js
|
|
28128
28136
|
var require_readdirp = __commonJS({
|
|
28129
|
-
"
|
|
28137
|
+
"../../node_modules/readdirp/index.js"(exports2) {
|
|
28130
28138
|
"use strict";
|
|
28131
28139
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
28132
28140
|
exports2.ReaddirpStream = exports2.EntryTypes = void 0;
|
|
@@ -28360,9 +28368,9 @@ var require_readdirp = __commonJS({
|
|
|
28360
28368
|
}
|
|
28361
28369
|
});
|
|
28362
28370
|
|
|
28363
|
-
//
|
|
28371
|
+
// ../../node_modules/chokidar/handler.js
|
|
28364
28372
|
var require_handler = __commonJS({
|
|
28365
|
-
"
|
|
28373
|
+
"../../node_modules/chokidar/handler.js"(exports2) {
|
|
28366
28374
|
"use strict";
|
|
28367
28375
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
28368
28376
|
exports2.NodeFsHandler = exports2.EVENTS = exports2.isIBMi = exports2.isFreeBSD = exports2.isLinux = exports2.isMacos = exports2.isWindows = exports2.IDENTITY_FN = exports2.EMPTY_FN = exports2.STR_CLOSE = exports2.STR_END = exports2.STR_DATA = void 0;
|
|
@@ -29127,9 +29135,9 @@ var require_handler = __commonJS({
|
|
|
29127
29135
|
}
|
|
29128
29136
|
});
|
|
29129
29137
|
|
|
29130
|
-
//
|
|
29138
|
+
// ../../node_modules/chokidar/index.js
|
|
29131
29139
|
var require_chokidar = __commonJS({
|
|
29132
|
-
"
|
|
29140
|
+
"../../node_modules/chokidar/index.js"(exports2) {
|
|
29133
29141
|
"use strict";
|
|
29134
29142
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
29135
29143
|
exports2.FSWatcher = exports2.WatchHelper = void 0;
|
|
@@ -29853,7 +29861,7 @@ var require_chokidar = __commonJS({
|
|
|
29853
29861
|
}
|
|
29854
29862
|
});
|
|
29855
29863
|
|
|
29856
|
-
//
|
|
29864
|
+
// ../../node_modules/js-yaml/dist/js-yaml.mjs
|
|
29857
29865
|
var js_yaml_exports = {};
|
|
29858
29866
|
__export(js_yaml_exports, {
|
|
29859
29867
|
CORE_SCHEMA: () => CORE_SCHEMA,
|
|
@@ -32055,7 +32063,7 @@ function renamed(from, to) {
|
|
|
32055
32063
|
}
|
|
32056
32064
|
var isNothing_1, isObject_1, toArray_1, repeat_1, isNegativeZero_1, extend_1, common, exception, snippet, TYPE_CONSTRUCTOR_OPTIONS, YAML_NODE_KINDS, type, schema, str, seq, map2, failsafe, _null4, bool, int2, YAML_FLOAT_PATTERN, SCIENTIFIC_WITHOUT_DOT, float, json2, core, YAML_DATE_REGEXP, YAML_TIMESTAMP_REGEXP, timestamp, merge2, BASE64_MAP, binary, _hasOwnProperty$3, _toString$2, omap, _toString$1, pairs, _hasOwnProperty$2, set2, _default3, _hasOwnProperty$1, CONTEXT_FLOW_IN, CONTEXT_FLOW_OUT, CONTEXT_BLOCK_IN, CONTEXT_BLOCK_OUT, CHOMPING_CLIP, CHOMPING_STRIP, CHOMPING_KEEP, PATTERN_NON_PRINTABLE, PATTERN_NON_ASCII_LINE_BREAKS, PATTERN_FLOW_INDICATORS, PATTERN_TAG_HANDLE, PATTERN_TAG_URI, simpleEscapeCheck, simpleEscapeMap, i, directiveHandlers, loadAll_1, load_1, loader, _toString, _hasOwnProperty, CHAR_BOM, CHAR_TAB, CHAR_LINE_FEED, CHAR_CARRIAGE_RETURN, CHAR_SPACE, CHAR_EXCLAMATION, CHAR_DOUBLE_QUOTE, CHAR_SHARP, CHAR_PERCENT, CHAR_AMPERSAND, CHAR_SINGLE_QUOTE, CHAR_ASTERISK, CHAR_COMMA, CHAR_MINUS, CHAR_COLON, CHAR_EQUALS, CHAR_GREATER_THAN, CHAR_QUESTION, CHAR_COMMERCIAL_AT, CHAR_LEFT_SQUARE_BRACKET, CHAR_RIGHT_SQUARE_BRACKET, CHAR_GRAVE_ACCENT, CHAR_LEFT_CURLY_BRACKET, CHAR_VERTICAL_LINE, CHAR_RIGHT_CURLY_BRACKET, ESCAPE_SEQUENCES, DEPRECATED_BOOLEANS_SYNTAX, DEPRECATED_BASE60_SYNTAX, QUOTING_TYPE_SINGLE, QUOTING_TYPE_DOUBLE, STYLE_PLAIN, STYLE_SINGLE, STYLE_LITERAL, STYLE_FOLDED, STYLE_DOUBLE, dump_1, dumper, Type, Schema, FAILSAFE_SCHEMA, JSON_SCHEMA, CORE_SCHEMA, DEFAULT_SCHEMA, load, loadAll, dump, YAMLException, types, safeLoad, safeLoadAll, safeDump, jsYaml;
|
|
32057
32065
|
var init_js_yaml = __esm({
|
|
32058
|
-
"
|
|
32066
|
+
"../../node_modules/js-yaml/dist/js-yaml.mjs"() {
|
|
32059
32067
|
"use strict";
|
|
32060
32068
|
isNothing_1 = isNothing;
|
|
32061
32069
|
isObject_1 = isObject2;
|
|
@@ -33311,10 +33319,10 @@ var require_dist3 = __commonJS({
|
|
|
33311
33319
|
}
|
|
33312
33320
|
function getDaemonBuildInfo() {
|
|
33313
33321
|
if (cached2) return cached2;
|
|
33314
|
-
const commit = readInjected(true ? "
|
|
33315
|
-
const commitShort = readInjected(true ? "
|
|
33316
|
-
const version2 = readInjected(true ? "1.0.30
|
|
33317
|
-
const builtAt = readInjected(true ? "2026-08-
|
|
33322
|
+
const commit = readInjected(true ? "8691647164422cbc487db88448225a3cdc761189" : void 0) ?? "unknown";
|
|
33323
|
+
const commitShort = readInjected(true ? "8691647" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
33324
|
+
const version2 = readInjected(true ? "1.0.30" : void 0) ?? readInjected(typeof process !== "undefined" ? process.env?.ADHDEV_PKG_VERSION : void 0) ?? "unknown";
|
|
33325
|
+
const builtAt = readInjected(true ? "2026-08-03T02:42:10.266Z" : void 0);
|
|
33318
33326
|
cached2 = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
33319
33327
|
return cached2;
|
|
33320
33328
|
}
|
|
@@ -35574,11 +35582,15 @@ ${error48.message || ""}`;
|
|
|
35574
35582
|
__export2(dist_exports, {
|
|
35575
35583
|
CANONICAL_MESH_TOOL_COUNT: () => CANONICAL_MESH_TOOL_COUNT,
|
|
35576
35584
|
CANONICAL_MESH_TOOL_NAMES: () => CANONICAL_MESH_TOOL_NAMES,
|
|
35585
|
+
CLI_SLOT_RECIPES: () => CLI_SLOT_RECIPES,
|
|
35577
35586
|
DEFAULT_DIFFICULTY_BRAINS: () => DEFAULT_DIFFICULTY_BRAINS,
|
|
35578
35587
|
MAGI_RAW_ANSWER_CAP: () => MAGI_RAW_ANSWER_CAP,
|
|
35579
35588
|
MESH_TASK_DIFFICULTIES: () => MESH_TASK_DIFFICULTIES,
|
|
35580
35589
|
STATUS_PROBE_ARG_KEY: () => STATUS_PROBE_ARG_KEY,
|
|
35590
|
+
UNKNOWN_CLI_SLOT_RECIPE: () => UNKNOWN_CLI_SLOT_RECIPE,
|
|
35581
35591
|
argsCarryStatusProbeMarker: () => argsCarryStatusProbeMarker,
|
|
35592
|
+
buildMagiPanelProposal: () => buildMagiPanelProposal,
|
|
35593
|
+
buildSlotProposal: () => buildSlotProposal,
|
|
35582
35594
|
canonicalDaemonId: () => canonicalDaemonId,
|
|
35583
35595
|
daemonIdsEquivalent: () => daemonIdsEquivalent,
|
|
35584
35596
|
deriveSlotsFromLegacy: () => deriveSlotsFromLegacy,
|
|
@@ -36033,6 +36045,93 @@ ${error48.message || ""}`;
|
|
|
36033
36045
|
};
|
|
36034
36046
|
});
|
|
36035
36047
|
}
|
|
36048
|
+
function slotKey(slot) {
|
|
36049
|
+
return [
|
|
36050
|
+
slot.provider,
|
|
36051
|
+
slot.model ?? "",
|
|
36052
|
+
slot.thinkingLevel ?? "",
|
|
36053
|
+
[...slot.difficulty ?? []].sort().join("|"),
|
|
36054
|
+
[...slot.capability ?? []].sort().join("|"),
|
|
36055
|
+
slot.maxParallel ?? ""
|
|
36056
|
+
].join("\0");
|
|
36057
|
+
}
|
|
36058
|
+
function dedupeDetected(detected) {
|
|
36059
|
+
const seen = /* @__PURE__ */ new Set();
|
|
36060
|
+
const out = [];
|
|
36061
|
+
for (const d of detected) {
|
|
36062
|
+
const type2 = typeof d?.type === "string" ? d.type.trim() : "";
|
|
36063
|
+
if (!type2 || seen.has(type2)) continue;
|
|
36064
|
+
seen.add(type2);
|
|
36065
|
+
out.push({ ...d, type: type2 });
|
|
36066
|
+
}
|
|
36067
|
+
return out;
|
|
36068
|
+
}
|
|
36069
|
+
function buildSlotProposal(detected, currentSlots = []) {
|
|
36070
|
+
const providers = dedupeDetected(detected ?? []);
|
|
36071
|
+
const proposedSlots = [];
|
|
36072
|
+
const entries = [];
|
|
36073
|
+
const unknownProviders = [];
|
|
36074
|
+
const provisionalProviders = [];
|
|
36075
|
+
for (const provider of providers) {
|
|
36076
|
+
const known = CLI_SLOT_RECIPES[provider.type];
|
|
36077
|
+
const recipes = known ?? [UNKNOWN_CLI_SLOT_RECIPE];
|
|
36078
|
+
const isUnknown = !known;
|
|
36079
|
+
if (isUnknown) unknownProviders.push(provider.type);
|
|
36080
|
+
let providerProvisional = false;
|
|
36081
|
+
for (const recipe of recipes) {
|
|
36082
|
+
const slot = normalizeNodeCapabilitySlot({
|
|
36083
|
+
provider: provider.type,
|
|
36084
|
+
model: recipe.model,
|
|
36085
|
+
thinkingLevel: recipe.thinkingLevel,
|
|
36086
|
+
difficulty: recipe.difficulty,
|
|
36087
|
+
maxParallel: recipe.maxParallel
|
|
36088
|
+
});
|
|
36089
|
+
if (!slot) continue;
|
|
36090
|
+
const provisional = recipe.provisional === true;
|
|
36091
|
+
if (provisional) providerProvisional = true;
|
|
36092
|
+
proposedSlots.push(slot);
|
|
36093
|
+
entries.push({
|
|
36094
|
+
slot,
|
|
36095
|
+
unknownProvider: isUnknown,
|
|
36096
|
+
provisional,
|
|
36097
|
+
...recipe.rationale ? { rationale: recipe.rationale } : {}
|
|
36098
|
+
});
|
|
36099
|
+
}
|
|
36100
|
+
if (providerProvisional) provisionalProviders.push(provider.type);
|
|
36101
|
+
}
|
|
36102
|
+
const proposedKeys = new Set(proposedSlots.map(slotKey));
|
|
36103
|
+
const droppedSlots = currentSlots.filter((slot) => !proposedKeys.has(slotKey(slot)));
|
|
36104
|
+
const proposedProviders = new Set(proposedSlots.map((s2) => s2.provider));
|
|
36105
|
+
const droppedProviders = [...new Set(
|
|
36106
|
+
droppedSlots.map((s2) => s2.provider).filter((p) => !proposedProviders.has(p))
|
|
36107
|
+
)];
|
|
36108
|
+
return {
|
|
36109
|
+
proposedSlots,
|
|
36110
|
+
entries,
|
|
36111
|
+
unknownProviders,
|
|
36112
|
+
provisionalProviders,
|
|
36113
|
+
droppedSlots,
|
|
36114
|
+
droppedProviders,
|
|
36115
|
+
destructive: droppedSlots.length > 0
|
|
36116
|
+
};
|
|
36117
|
+
}
|
|
36118
|
+
function buildMagiPanelProposal(detected, opts = {}) {
|
|
36119
|
+
const providers = dedupeDetected(detected ?? []);
|
|
36120
|
+
const tableOrder = Object.keys(CLI_SLOT_RECIPES);
|
|
36121
|
+
const rank = (type2) => {
|
|
36122
|
+
const i = tableOrder.indexOf(type2);
|
|
36123
|
+
return i === -1 ? Number.MAX_SAFE_INTEGER : i;
|
|
36124
|
+
};
|
|
36125
|
+
const ordered = [...providers].sort((a, b) => rank(a.type) - rank(b.type));
|
|
36126
|
+
const limit = Number.isFinite(opts.maxSlots) && opts.maxSlots > 0 ? Math.floor(opts.maxSlots) : ordered.length;
|
|
36127
|
+
return ordered.slice(0, limit).map((p) => ({
|
|
36128
|
+
...opts.nodeId ? { nodeId: opts.nodeId } : {},
|
|
36129
|
+
provider: p.type
|
|
36130
|
+
// A model is intentionally NOT pinned: the panel's job is cross-provider
|
|
36131
|
+
// independence, and pinning models here would silently couple the panel
|
|
36132
|
+
// to this table's cost assumptions rather than to review quality.
|
|
36133
|
+
}));
|
|
36134
|
+
}
|
|
36036
36135
|
function interpolateArgs(args, context) {
|
|
36037
36136
|
const result = {};
|
|
36038
36137
|
for (const [k, v] of Object.entries(args)) {
|
|
@@ -36061,6 +36160,8 @@ ${error48.message || ""}`;
|
|
|
36061
36160
|
var MAGI_RAW_ANSWER_CAP;
|
|
36062
36161
|
var MESH_TASK_DIFFICULTIES;
|
|
36063
36162
|
var DEFAULT_DIFFICULTY_BRAINS;
|
|
36163
|
+
var CLI_SLOT_RECIPES;
|
|
36164
|
+
var UNKNOWN_CLI_SLOT_RECIPE;
|
|
36064
36165
|
var CANONICAL_MESH_TOOL_NAMES;
|
|
36065
36166
|
var CANONICAL_MESH_TOOL_COUNT;
|
|
36066
36167
|
var STATUS_PROBE_ARG_KEY;
|
|
@@ -36075,6 +36176,73 @@ ${error48.message || ""}`;
|
|
|
36075
36176
|
medium: { model: "sonnet", thinkingLevel: "medium" },
|
|
36076
36177
|
difficult: { model: "opus", thinkingLevel: "high" }
|
|
36077
36178
|
};
|
|
36179
|
+
CLI_SLOT_RECIPES = Object.freeze({
|
|
36180
|
+
"claude-cli": [
|
|
36181
|
+
{
|
|
36182
|
+
model: "sonnet",
|
|
36183
|
+
thinkingLevel: "high",
|
|
36184
|
+
difficulty: ["medium", "easy"],
|
|
36185
|
+
maxParallel: 5,
|
|
36186
|
+
rationale: "Primary workhorse \u2014 widest parallelism for routine work."
|
|
36187
|
+
},
|
|
36188
|
+
{
|
|
36189
|
+
model: "opus",
|
|
36190
|
+
thinkingLevel: "high",
|
|
36191
|
+
difficulty: ["difficult"],
|
|
36192
|
+
maxParallel: 1,
|
|
36193
|
+
rationale: "Reserved for hard tasks; capped at 1 to bound cost."
|
|
36194
|
+
}
|
|
36195
|
+
],
|
|
36196
|
+
"kimi": [
|
|
36197
|
+
{
|
|
36198
|
+
model: "kimi-code/k3",
|
|
36199
|
+
difficulty: ["medium", "difficult"],
|
|
36200
|
+
maxParallel: 2,
|
|
36201
|
+
rationale: "Independent second opinion on mid/hard work."
|
|
36202
|
+
}
|
|
36203
|
+
],
|
|
36204
|
+
"codex-cli": [
|
|
36205
|
+
{
|
|
36206
|
+
difficulty: ["medium", "difficult", "freeform"],
|
|
36207
|
+
maxParallel: 2,
|
|
36208
|
+
rationale: "Broad range including freeform; no model pin."
|
|
36209
|
+
}
|
|
36210
|
+
],
|
|
36211
|
+
"antigravity-cli": [
|
|
36212
|
+
{
|
|
36213
|
+
model: "Gemini 3.1 Pro (High)",
|
|
36214
|
+
difficulty: ["easy"],
|
|
36215
|
+
maxParallel: 2,
|
|
36216
|
+
rationale: "Cheap capacity for easy tasks."
|
|
36217
|
+
}
|
|
36218
|
+
],
|
|
36219
|
+
"cursor-cli": [
|
|
36220
|
+
{
|
|
36221
|
+
model: "auto",
|
|
36222
|
+
difficulty: ["easy"],
|
|
36223
|
+
maxParallel: 1,
|
|
36224
|
+
rationale: "Easy tasks only; auto model selection."
|
|
36225
|
+
}
|
|
36226
|
+
],
|
|
36227
|
+
"hermes-cli": [
|
|
36228
|
+
{
|
|
36229
|
+
difficulty: ["medium"],
|
|
36230
|
+
maxParallel: 2,
|
|
36231
|
+
provisional: true,
|
|
36232
|
+
// NOTE: ESTIMATE, NOT OBSERVED. hermes-cli is absent from the live
|
|
36233
|
+
// slot configuration this table was seeded from, so `medium` is a
|
|
36234
|
+
// conservative placement rather than a transcription. Revisit once
|
|
36235
|
+
// it has real usage data.
|
|
36236
|
+
rationale: "ESTIMATE \u2014 no live slot to transcribe; conservative mid placement. Adjust after real use."
|
|
36237
|
+
}
|
|
36238
|
+
]
|
|
36239
|
+
});
|
|
36240
|
+
UNKNOWN_CLI_SLOT_RECIPE = Object.freeze({
|
|
36241
|
+
difficulty: ["medium"],
|
|
36242
|
+
maxParallel: 1,
|
|
36243
|
+
provisional: true,
|
|
36244
|
+
rationale: "Unrecognized provider \u2014 conservative default (medium, maxParallel 1). Review before relying on it."
|
|
36245
|
+
});
|
|
36078
36246
|
CANONICAL_MESH_TOOL_NAMES = [
|
|
36079
36247
|
"mesh_status",
|
|
36080
36248
|
"mesh_list_nodes",
|
|
@@ -36126,7 +36294,8 @@ ${error48.message || ""}`;
|
|
|
36126
36294
|
"mesh_magi_kind_panel_set",
|
|
36127
36295
|
"mesh_magi_kind_panel_list",
|
|
36128
36296
|
"mesh_node_slots_set",
|
|
36129
|
-
"mesh_node_slots_list"
|
|
36297
|
+
"mesh_node_slots_list",
|
|
36298
|
+
"mesh_node_slots_propose"
|
|
36130
36299
|
];
|
|
36131
36300
|
CANONICAL_MESH_TOOL_COUNT = CANONICAL_MESH_TOOL_NAMES.length;
|
|
36132
36301
|
STATUS_PROBE_ARG_KEY = "_statusProbe";
|
|
@@ -37438,26 +37607,48 @@ Next step: ${nextStep}`;
|
|
|
37438
37607
|
function getLogLevel() {
|
|
37439
37608
|
return currentLevel;
|
|
37440
37609
|
}
|
|
37610
|
+
function resolveLogDir() {
|
|
37611
|
+
const override = process.env.ADHDEV_CONFIG_DIR;
|
|
37612
|
+
const home = override && override.trim() ? override.trim() : path9.join(os42.homedir(), ".adhdev");
|
|
37613
|
+
return path9.join(home, "logs");
|
|
37614
|
+
}
|
|
37615
|
+
function ensureLogDir(dir) {
|
|
37616
|
+
try {
|
|
37617
|
+
fs32.mkdirSync(dir, { recursive: true });
|
|
37618
|
+
} catch {
|
|
37619
|
+
}
|
|
37620
|
+
}
|
|
37441
37621
|
function getDateStr() {
|
|
37442
37622
|
return (/* @__PURE__ */ new Date()).toISOString().slice(0, 10);
|
|
37443
37623
|
}
|
|
37444
37624
|
function getDaemonLogDir() {
|
|
37445
|
-
|
|
37625
|
+
const dir = resolveLogDir();
|
|
37626
|
+
prepareLogDirOnce(dir);
|
|
37627
|
+
return dir;
|
|
37446
37628
|
}
|
|
37447
37629
|
function getCurrentDaemonLogPath(date5 = /* @__PURE__ */ new Date()) {
|
|
37448
|
-
return path9.join(
|
|
37630
|
+
return path9.join(getDaemonLogDir(), `daemon-${date5.toISOString().slice(0, 10)}.log`);
|
|
37449
37631
|
}
|
|
37450
|
-
function
|
|
37632
|
+
function refreshCurrentLogFile() {
|
|
37451
37633
|
const today = getDateStr();
|
|
37452
|
-
|
|
37453
|
-
|
|
37454
|
-
|
|
37455
|
-
|
|
37456
|
-
|
|
37634
|
+
const dir = resolveLogDir();
|
|
37635
|
+
const dateChanged = today !== currentDate;
|
|
37636
|
+
const dirChanged = dir !== currentLogDir;
|
|
37637
|
+
if (!dateChanged && !dirChanged) return false;
|
|
37638
|
+
currentDate = today;
|
|
37639
|
+
currentLogDir = dir;
|
|
37640
|
+
currentLogDirEnv = process.env.ADHDEV_CONFIG_DIR;
|
|
37641
|
+
currentLogFile = path9.join(dir, `daemon-${today}.log`);
|
|
37642
|
+
if (dirChanged) prepareLogDirOnce(dir);
|
|
37643
|
+
else if (dateChanged) cleanOldLogs(dir);
|
|
37644
|
+
return true;
|
|
37457
37645
|
}
|
|
37458
|
-
function
|
|
37646
|
+
function checkDateRotation() {
|
|
37647
|
+
refreshCurrentLogFile();
|
|
37648
|
+
}
|
|
37649
|
+
function cleanOldLogs(logDir) {
|
|
37459
37650
|
try {
|
|
37460
|
-
const files = fs32.readdirSync(
|
|
37651
|
+
const files = fs32.readdirSync(logDir).filter((f) => f.startsWith("daemon-") && f.endsWith(".log"));
|
|
37461
37652
|
const cutoff = /* @__PURE__ */ new Date();
|
|
37462
37653
|
cutoff.setDate(cutoff.getDate() - MAX_LOG_DAYS);
|
|
37463
37654
|
const cutoffStr = cutoff.toISOString().slice(0, 10);
|
|
@@ -37465,7 +37656,7 @@ Next step: ${nextStep}`;
|
|
|
37465
37656
|
const dateMatch = file2.match(/daemon-(\d{4}-\d{2}-\d{2})/);
|
|
37466
37657
|
if (dateMatch && dateMatch[1] < cutoffStr) {
|
|
37467
37658
|
try {
|
|
37468
|
-
fs32.unlinkSync(path9.join(
|
|
37659
|
+
fs32.unlinkSync(path9.join(logDir, file2));
|
|
37469
37660
|
} catch {
|
|
37470
37661
|
}
|
|
37471
37662
|
}
|
|
@@ -37502,12 +37693,35 @@ Next step: ${nextStep}`;
|
|
|
37502
37693
|
} catch {
|
|
37503
37694
|
}
|
|
37504
37695
|
}
|
|
37696
|
+
function prepareLogDirOnce(dir) {
|
|
37697
|
+
if (preparedLogDirs.has(dir)) return;
|
|
37698
|
+
preparedLogDirs.add(dir);
|
|
37699
|
+
ensureLogDir(dir);
|
|
37700
|
+
cleanOldLogs(dir);
|
|
37701
|
+
try {
|
|
37702
|
+
const oldLog = path9.join(dir, "daemon.log");
|
|
37703
|
+
if (fs32.existsSync(oldLog)) {
|
|
37704
|
+
const stat2 = fs32.statSync(oldLog);
|
|
37705
|
+
const oldDate = stat2.mtime.toISOString().slice(0, 10);
|
|
37706
|
+
fs32.renameSync(oldLog, path9.join(dir, `daemon-${oldDate}.log`));
|
|
37707
|
+
}
|
|
37708
|
+
const oldLogBackup = path9.join(dir, "daemon.log.old");
|
|
37709
|
+
if (fs32.existsSync(oldLogBackup)) {
|
|
37710
|
+
fs32.unlinkSync(oldLogBackup);
|
|
37711
|
+
}
|
|
37712
|
+
} catch {
|
|
37713
|
+
}
|
|
37714
|
+
}
|
|
37505
37715
|
function writeToFile(line) {
|
|
37506
37716
|
try {
|
|
37507
37717
|
if (++writeCount % 1e3 === 0) {
|
|
37508
37718
|
checkDateRotation();
|
|
37509
37719
|
rotateSizeIfNeeded();
|
|
37720
|
+
} else if (process.env.ADHDEV_CONFIG_DIR !== currentLogDirEnv) {
|
|
37721
|
+
currentLogDirEnv = process.env.ADHDEV_CONFIG_DIR;
|
|
37722
|
+
refreshCurrentLogFile();
|
|
37510
37723
|
}
|
|
37724
|
+
prepareLogDirOnce(currentLogDir);
|
|
37511
37725
|
AsyncBatchWriter.write(currentLogFile, line + "\n");
|
|
37512
37726
|
} catch {
|
|
37513
37727
|
}
|
|
@@ -37602,14 +37816,15 @@ Next step: ${nextStep}`;
|
|
|
37602
37816
|
var LEVEL_NUM;
|
|
37603
37817
|
var LEVEL_LABEL;
|
|
37604
37818
|
var currentLevel;
|
|
37605
|
-
var ADHDEV_HOME;
|
|
37606
|
-
var LOG_DIR;
|
|
37607
37819
|
var MAX_LOG_SIZE;
|
|
37608
37820
|
var MAX_LOG_DAYS;
|
|
37609
37821
|
var MAX_SIZE_ROTATION_GENERATIONS;
|
|
37610
37822
|
var currentDate;
|
|
37823
|
+
var currentLogDir;
|
|
37611
37824
|
var currentLogFile;
|
|
37825
|
+
var preparedLogDirs;
|
|
37612
37826
|
var writeCount;
|
|
37827
|
+
var currentLogDirEnv;
|
|
37613
37828
|
var RING_BUFFER_SIZE;
|
|
37614
37829
|
var ringBuffer;
|
|
37615
37830
|
var origConsoleLog;
|
|
@@ -37617,7 +37832,6 @@ Next step: ${nextStep}`;
|
|
|
37617
37832
|
var origConsoleWarn;
|
|
37618
37833
|
var LOG2;
|
|
37619
37834
|
var interceptorInstalled;
|
|
37620
|
-
var LOG_PATH;
|
|
37621
37835
|
var init_logger = __esm2({
|
|
37622
37836
|
"src/logging/logger.ts"() {
|
|
37623
37837
|
"use strict";
|
|
@@ -37628,32 +37842,15 @@ Next step: ${nextStep}`;
|
|
|
37628
37842
|
LEVEL_NUM = { debug: 0, info: 1, warn: 2, error: 3 };
|
|
37629
37843
|
LEVEL_LABEL = { debug: "DBG", info: "INF", warn: "WRN", error: "ERR" };
|
|
37630
37844
|
currentLevel = "info";
|
|
37631
|
-
ADHDEV_HOME = process.env.ADHDEV_CONFIG_DIR && process.env.ADHDEV_CONFIG_DIR.trim() ? process.env.ADHDEV_CONFIG_DIR.trim() : path9.join(os42.homedir(), ".adhdev");
|
|
37632
|
-
LOG_DIR = path9.join(ADHDEV_HOME, "logs");
|
|
37633
37845
|
MAX_LOG_SIZE = 5 * 1024 * 1024;
|
|
37634
37846
|
MAX_LOG_DAYS = 7;
|
|
37635
37847
|
MAX_SIZE_ROTATION_GENERATIONS = 3;
|
|
37636
|
-
try {
|
|
37637
|
-
fs32.mkdirSync(LOG_DIR, { recursive: true });
|
|
37638
|
-
} catch {
|
|
37639
|
-
}
|
|
37640
37848
|
currentDate = getDateStr();
|
|
37641
|
-
|
|
37642
|
-
|
|
37643
|
-
|
|
37644
|
-
const oldLog = path9.join(LOG_DIR, "daemon.log");
|
|
37645
|
-
if (fs32.existsSync(oldLog)) {
|
|
37646
|
-
const stat2 = fs32.statSync(oldLog);
|
|
37647
|
-
const oldDate = stat2.mtime.toISOString().slice(0, 10);
|
|
37648
|
-
fs32.renameSync(oldLog, path9.join(LOG_DIR, `daemon-${oldDate}.log`));
|
|
37649
|
-
}
|
|
37650
|
-
const oldLogBackup = path9.join(LOG_DIR, "daemon.log.old");
|
|
37651
|
-
if (fs32.existsSync(oldLogBackup)) {
|
|
37652
|
-
fs32.unlinkSync(oldLogBackup);
|
|
37653
|
-
}
|
|
37654
|
-
} catch {
|
|
37655
|
-
}
|
|
37849
|
+
currentLogDir = resolveLogDir();
|
|
37850
|
+
currentLogFile = path9.join(currentLogDir, `daemon-${currentDate}.log`);
|
|
37851
|
+
preparedLogDirs = /* @__PURE__ */ new Set();
|
|
37656
37852
|
writeCount = 0;
|
|
37853
|
+
currentLogDirEnv = process.env.ADHDEV_CONFIG_DIR;
|
|
37657
37854
|
RING_BUFFER_SIZE = 200;
|
|
37658
37855
|
ringBuffer = [];
|
|
37659
37856
|
origConsoleLog = console.log.bind(console);
|
|
@@ -37679,7 +37876,6 @@ Next step: ${nextStep}`;
|
|
|
37679
37876
|
}
|
|
37680
37877
|
};
|
|
37681
37878
|
interceptorInstalled = false;
|
|
37682
|
-
LOG_PATH = path9.join(LOG_DIR, `daemon-${getDateStr()}.log`);
|
|
37683
37879
|
}
|
|
37684
37880
|
});
|
|
37685
37881
|
function loadBetterSqlite3() {
|
|
@@ -45689,6 +45885,7 @@ ${rules.join("\n")}`;
|
|
|
45689
45885
|
- **Worktree affinity.** A worktree is a durable per-branch workspace; keep all of a branch's code_change/fix/review work on its worktree node by targeting \`required_tags: ["worktree=<branch>"]\` or \`target_node_id\`. Get the id/branch from the \`mesh_clone_node\` result or a live \`mesh_status\` \u2014 the Configured Nodes snapshot won't list a worktree cloned after launch. Untargeted same-branch follow-ups drift to the base node. Only \`convergence\` (merge/push) runs on the base, never pinned to the worktree.
|
|
45690
45886
|
- **Classify task difficulty to save tokens.** For each task you enqueue, judge its execution difficulty and pass \`difficulty\`: \`easy\` (extraction, renames, doc tweaks, trivial fixes), \`medium\` (ordinary feature/bugfix work), \`difficult\` (architecture, tricky debugging, multi-file refactors, subtle reasoning), or \`freeform\`. The mesh's per-difficulty brain preset then runs easy tasks on a cheaper model at low reasoning effort and hard tasks on a stronger model at high effort \u2014 real token savings on simple work. The current presets are shown in the "Brain presets" section below. You may still pass an explicit \`model\`/\`thinkingLevel\` to override the preset for one task.
|
|
45691
45887
|
- **Retune node profiles when routing is a poor fit \u2014 but only with approval.** A node's capability slots (its provider/model/thinking + difficulty range + capability tags, seen via \`mesh_node_slots_list\`) are what task\u2192node fitness routing matches against. If you notice a persistent mismatch \u2014 e.g. every \`difficult\` task lands on a node whose only slot is a cheap model, or a capability a node clearly has isn't declared \u2014 you MAY propose a slot change with \`mesh_node_slots_set\` (write=false). That returns current-vs-proposed; present that diff to the user with a one-line reason and apply (write=true) ONLY after they approve. It is a WHOLESALE replacement of the node's slots, so include the slots you want to keep. Never rewrite a node's profile silently or without a clear routing reason.
|
|
45888
|
+
- **Bootstrap a node's slots from what's actually installed.** When a node has NO slots configured (routing then falls back to "first available provider"), or CLI agents were newly installed on it, call \`mesh_node_slots_propose({ node_id })\` instead of hand-writing a profile. It detects the node's installed CLI agents and drafts a slot list from them \u2014 read-only, it never writes. Present its \`proposedSlots\` with the \`droppedSlots\` / \`destructive\` fields it reports (a wholesale write would delete any existing hand-tuned slot the draft doesn't reproduce, including providers not currently on PATH), then apply with \`mesh_node_slots_set({ slots: proposedSlots, write: true })\` after approval. It flags \`unknownProvider\` / \`provisional\` slots whose placement is a conservative guess rather than an attested one \u2014 call those out rather than presenting them as settled.
|
|
45692
45889
|
- **Respect explicit provider requests.** Map: Hermes \u2192 \`hermes-cli\`, Claude/Claude Code \u2192 \`claude-cli\`, Codex \u2192 \`codex-cli\`, Gemini \u2192 \`gemini-cli\`, Antigravity \u2192 \`antigravity-cli\`. Never substitute the coordinator's own runtime.
|
|
45693
45890
|
- **Verify via git, not source.** Use \`mesh_git_status\` to confirm side effects. Treat agent summaries as self-reports, not verification.
|
|
45694
45891
|
- **Limit parallelism.** Start with 1\u20132 tasks; scale only on success. Never duplicate a session because \`mesh_read_chat\` shows no final message while tool/terminal activity is ongoing. This caps *concurrent* load \u2014 it does not mean serialize independent work: when a new, independent request arrives and there is headroom under \`maxParallelTasks\`, dispatch it right away rather than waiting for an in-flight task or a user nudge (read-only diagnosis especially, since it has no merge cost).
|
|
@@ -45707,10 +45904,8 @@ ${rules.join("\n")}`;
|
|
|
45707
45904
|
|
|
45708
45905
|
### Task Messaging Requirements
|
|
45709
45906
|
|
|
45710
|
-
When you compose the task message you dispatch to a node, include
|
|
45907
|
+
When you compose the task message you dispatch to a node, include this requirement so the worker's completion report is verifiable:
|
|
45711
45908
|
|
|
45712
|
-
- **OSS English commits.** If a task commits anything under \`oss/\` (an AGPL public repo whose history external contributors read), tell the worker explicitly that commit messages in \`oss/\` MUST be English. Root-level commits (proprietary packages) may use any language.
|
|
45713
|
-
- **Scoped test runs.** For a validation or code-change task, instruct the worker to run only the tests covering the changed files (\`vitest run <path>\` or \`-t <name>\`), not the whole suite. Run the full suite only when the task is explicitly a full-suite gate \u2014 a broad daemon-core run is minutes of wall-clock and the biggest source of worker slowness.
|
|
45714
45909
|
- **Branch convergence state.** For a worktree task, require the completion report to classify the touched branch into exactly one final state: \`merged_to_main\`, \`pushed_feature_branch_needs_merge\`, \`blocked_review\`, \`cleanup_candidate\`, or \`not_mergeable\`. A task that ends on a non-main branch is not complete unless the report names that state and the next step.`;
|
|
45715
45910
|
}
|
|
45716
45911
|
var fs42;
|
|
@@ -45792,7 +45987,8 @@ When you compose the task message you dispatch to a node, include these requirem
|
|
|
45792
45987
|
| \`mesh_magi_kind_panel_set\` | Bind a task_kind \u2192 MAGI kind-panel slots (the SOLE MAGI panel-resolution surface; machine-local, wholesale replacement \u2014 approve current-vs-new first) |
|
|
45793
45988
|
| \`mesh_magi_kind_panel_list\` | List configured task_kind \u2192 MAGI kind-panel slot bindings (machine-local, read-only) |
|
|
45794
45989
|
| \`mesh_node_slots_list\` | List a node's capability slots (its AI-tool profile: provider/model/thinking + difficulty range + capability tags), read-only |
|
|
45795
|
-
| \`mesh_node_slots_set\` | PROPOSE (dry-run) or APPLY a node's capability slots \u2014 how you autonomously retune a node's tool profile; WHOLESALE replacement, present current-vs-proposed and get user approval before write=true
|
|
45990
|
+
| \`mesh_node_slots_set\` | PROPOSE (dry-run) or APPLY a node's capability slots \u2014 how you autonomously retune a node's tool profile; WHOLESALE replacement, present current-vs-proposed and get user approval before write=true |
|
|
45991
|
+
| \`mesh_node_slots_propose\` | AUTO-DETECT a node's installed CLI agents and DRAFT a slot profile from them (read-only, never writes) \u2014 use when a node has no slots yet or new CLIs were installed; reports droppedSlots (what a wholesale write would destroy), then apply via mesh_node_slots_set write=true after approval |`;
|
|
45796
45992
|
TOOL_EXPOSURE_PREFLIGHT_SECTION = `## Tool Exposure Preflight
|
|
45797
45993
|
|
|
45798
45994
|
Before doing any coordinator work, confirm that the actual callable tool list includes \`mesh_status\` and the other \`mesh_*\` tools from the table above. If this Repo Mesh coordinator prompt is present but the callable \`mesh_*\` tools are missing, the MCP server/tool manifest is stale or not injected yet. Do not substitute terminal/file/git tools, do not inspect or edit the repository directly, and do not continue as a non-mesh local coding agent. Stop immediately and tell the user to run \`/reload-mcp\` or start a fresh coordinator session so ADHDev can reconnect \`adhdev-mesh\`.`;
|
|
@@ -51552,10 +51748,15 @@ The mesh has no work in flight. For each mission, decide its outcome: continue i
|
|
|
51552
51748
|
}
|
|
51553
51749
|
function findRecentTerminalLedgerEvidence(args) {
|
|
51554
51750
|
if (!args.sessionId && !args.nodeId) return null;
|
|
51751
|
+
const notBefore = typeof args.notBeforeMs === "number" && Number.isFinite(args.notBeforeMs) ? args.notBeforeMs : null;
|
|
51555
51752
|
const entries = readLedgerEntries(args.meshId, { tail: 200 });
|
|
51556
51753
|
for (let i = entries.length - 1; i >= 0; i--) {
|
|
51557
51754
|
const entry = entries[i];
|
|
51558
51755
|
if (entry.kind !== "task_completed" && entry.kind !== "task_failed" && entry.kind !== "task_stalled") continue;
|
|
51756
|
+
if (notBefore !== null) {
|
|
51757
|
+
const entryTime = new Date(entry.timestamp).getTime();
|
|
51758
|
+
if (!Number.isFinite(entryTime) || entryTime < notBefore) continue;
|
|
51759
|
+
}
|
|
51559
51760
|
if (args.sessionId && sessionIdsEquivalent(entry.sessionId, args.sessionId)) {
|
|
51560
51761
|
return { id: entry.id, kind: entry.kind, payload: entry.payload || {}, timestamp: entry.timestamp };
|
|
51561
51762
|
}
|
|
@@ -51819,19 +52020,44 @@ The mesh has no work in flight. For each mission, decide its outcome: continue i
|
|
|
51819
52020
|
}
|
|
51820
52021
|
};
|
|
51821
52022
|
}
|
|
51822
|
-
const
|
|
52023
|
+
const taskId = readNonEmptyString(args.metadataEvent.taskId);
|
|
52024
|
+
const terminal = taskId ? findTerminalLedgerEvidenceForTask({
|
|
51823
52025
|
meshId: args.meshId,
|
|
52026
|
+
taskId,
|
|
51824
52027
|
sessionId: sessionId || void 0,
|
|
51825
52028
|
nodeId: nodeId || void 0
|
|
51826
|
-
})
|
|
52029
|
+
}) : (() => {
|
|
52030
|
+
const notBeforeMs = resolveNoProgressEvidenceFloor(args.metadataEvent);
|
|
52031
|
+
if (notBeforeMs === null) return null;
|
|
52032
|
+
return findRecentTerminalLedgerEvidence({
|
|
52033
|
+
meshId: args.meshId,
|
|
52034
|
+
sessionId: sessionId || void 0,
|
|
52035
|
+
nodeId: nodeId || void 0,
|
|
52036
|
+
notBeforeMs
|
|
52037
|
+
});
|
|
52038
|
+
})();
|
|
51827
52039
|
if (!terminal) return null;
|
|
51828
52040
|
return {
|
|
51829
52041
|
...args.metadataEvent,
|
|
51830
52042
|
source: "no_progress_terminal_ledger_suppression",
|
|
51831
52043
|
terminalLedgerKind: terminal.kind,
|
|
51832
|
-
terminalLedgerAt: terminal.timestamp
|
|
52044
|
+
terminalLedgerAt: terminal.timestamp,
|
|
52045
|
+
terminalLedgerScope: taskId ? "task" : "session_recency_bounded"
|
|
51833
52046
|
};
|
|
51834
52047
|
}
|
|
52048
|
+
function resolveNoProgressEvidenceFloor(metadataEvent) {
|
|
52049
|
+
const lastOutputAt = readFiniteNumber(metadataEvent.lastOutputAt);
|
|
52050
|
+
if (lastOutputAt !== null && lastOutputAt > 0) return lastOutputAt;
|
|
52051
|
+
const stalledMs = readFiniteNumber(metadataEvent.stalledMs);
|
|
52052
|
+
const timestamp2 = readFiniteNumber(metadataEvent.timestamp);
|
|
52053
|
+
if (stalledMs !== null && stalledMs >= 0 && timestamp2 !== null && timestamp2 > 0) {
|
|
52054
|
+
return timestamp2 - stalledMs;
|
|
52055
|
+
}
|
|
52056
|
+
return null;
|
|
52057
|
+
}
|
|
52058
|
+
function readFiniteNumber(value) {
|
|
52059
|
+
return typeof value === "number" && Number.isFinite(value) ? value : null;
|
|
52060
|
+
}
|
|
51835
52061
|
var DIRECT_DISPATCH_RECONCILE_GRACE_MS;
|
|
51836
52062
|
var DIRECT_DISPATCH_IDLE_SESSION_RECONCILE_GRACE_MS;
|
|
51837
52063
|
var init_mesh_events_stale = __esm2({
|
|
@@ -58161,7 +58387,7 @@ ${cleanBody}`;
|
|
|
58161
58387
|
function readRecord6(value) {
|
|
58162
58388
|
return value && typeof value === "object" && !Array.isArray(value) ? value : void 0;
|
|
58163
58389
|
}
|
|
58164
|
-
function
|
|
58390
|
+
function readFiniteNumber2(value) {
|
|
58165
58391
|
return typeof value === "number" && Number.isFinite(value) ? value : void 0;
|
|
58166
58392
|
}
|
|
58167
58393
|
function identitiesMatch(metadataEvent, evidence, attempt, eventSessionId) {
|
|
@@ -58170,8 +58396,8 @@ ${cleanBody}`;
|
|
|
58170
58396
|
const evidenceTaskId = readNonEmptyString(evidence.taskId);
|
|
58171
58397
|
const evidenceAttemptId = readNonEmptyString(evidence.attemptId);
|
|
58172
58398
|
const evidenceSessionId = readNonEmptyString(evidence.sessionId);
|
|
58173
|
-
const eventNonce =
|
|
58174
|
-
const evidenceNonce =
|
|
58399
|
+
const eventNonce = readFiniteNumber2(metadataEvent.dispatchNonce);
|
|
58400
|
+
const evidenceNonce = readFiniteNumber2(evidence.dispatchNonce);
|
|
58175
58401
|
if (!taskId || !attemptId || !eventSessionId) return false;
|
|
58176
58402
|
if (taskId !== attempt.taskId || attemptId !== attempt.attemptId) return false;
|
|
58177
58403
|
if (evidenceTaskId !== taskId || evidenceAttemptId !== attemptId) return false;
|
|
@@ -58207,16 +58433,16 @@ ${cleanBody}`;
|
|
|
58207
58433
|
return { authoritative: false, reason: "evidence_source_profile_mismatch" };
|
|
58208
58434
|
}
|
|
58209
58435
|
const finalSummary = readNonEmptyString(metadataEvent.finalSummary);
|
|
58210
|
-
const finalContentLength =
|
|
58436
|
+
const finalContentLength = readFiniteNumber2(evidence.finalContentLength) ?? 0;
|
|
58211
58437
|
if (!finalSummary || finalContentLength <= 0) {
|
|
58212
58438
|
return { authoritative: false, reason: "empty_final_content" };
|
|
58213
58439
|
}
|
|
58214
58440
|
if (!identitiesMatch(metadataEvent, evidence, attempt, eventSessionId)) {
|
|
58215
58441
|
return { authoritative: false, reason: "causal_identity_mismatch" };
|
|
58216
58442
|
}
|
|
58217
|
-
const observedAt =
|
|
58218
|
-
const eventTimestamp =
|
|
58219
|
-
const turnStartedAt =
|
|
58443
|
+
const observedAt = readFiniteNumber2(evidence.observedAt);
|
|
58444
|
+
const eventTimestamp = readFiniteNumber2(metadataEvent.timestamp);
|
|
58445
|
+
const turnStartedAt = readFiniteNumber2(evidence.turnStartedAt);
|
|
58220
58446
|
const acceptedAt = Date.parse(attempt.acceptedAt || attempt.createdAt);
|
|
58221
58447
|
if (!observedAt || !eventTimestamp || !turnStartedAt) {
|
|
58222
58448
|
return { authoritative: false, reason: "missing_evidence_timestamp" };
|
|
@@ -58258,11 +58484,11 @@ ${cleanBody}`;
|
|
|
58258
58484
|
if (!attempt || attempt.terminalOutcome || isTerminalTurnStage(attempt.stage)) return false;
|
|
58259
58485
|
const taskId = readNonEmptyString(metadataEvent.taskId);
|
|
58260
58486
|
const attemptId = readNonEmptyString(metadataEvent.attemptId);
|
|
58261
|
-
const nonce =
|
|
58487
|
+
const nonce = readFiniteNumber2(metadataEvent.dispatchNonce);
|
|
58262
58488
|
if (!taskId || taskId !== attempt.taskId || attemptId !== attempt.attemptId) return false;
|
|
58263
58489
|
if (!attempt.sessionId || !sessionIdsEquivalent(attempt.sessionId, eventSessionId)) return false;
|
|
58264
58490
|
if (typeof attempt.dispatchNonce !== "number" || nonce !== attempt.dispatchNonce) return false;
|
|
58265
|
-
const eventTimestamp =
|
|
58491
|
+
const eventTimestamp = readFiniteNumber2(metadataEvent.timestamp);
|
|
58266
58492
|
const acceptedAt = Date.parse(attempt.acceptedAt || attempt.createdAt);
|
|
58267
58493
|
if (!eventTimestamp || eventTimestamp > nowMs + 2e3 || nowMs - eventTimestamp > AUTHORITATIVE_COMPLETION_MAX_AGE_MS) return false;
|
|
58268
58494
|
if (Number.isFinite(acceptedAt) && eventTimestamp < acceptedAt - 2e3) return false;
|
|
@@ -71432,6 +71658,7 @@ ${lastSnapshot}`;
|
|
|
71432
71658
|
DEFAULT_ACTIVE_CHAT_POLL_STATUSES: () => DEFAULT_ACTIVE_CHAT_POLL_STATUSES,
|
|
71433
71659
|
DEFAULT_CDP_DISCOVERY_INTERVAL_MS: () => DEFAULT_CDP_DISCOVERY_INTERVAL_MS,
|
|
71434
71660
|
DEFAULT_CDP_SCAN_INTERVAL_MS: () => DEFAULT_CDP_SCAN_INTERVAL_MS,
|
|
71661
|
+
DEFAULT_CHAT_TAIL_MISSING_SESSION_POLICY: () => DEFAULT_CHAT_TAIL_MISSING_SESSION_POLICY,
|
|
71435
71662
|
DEFAULT_CHAT_TAIL_RECENT_MESSAGE_GRACE_MS: () => DEFAULT_CHAT_TAIL_RECENT_MESSAGE_GRACE_MS2,
|
|
71436
71663
|
DEFAULT_DAEMON_PORT: () => DEFAULT_DAEMON_PORT2,
|
|
71437
71664
|
DEFAULT_GIT_WORKSPACE_POLL_INTERVAL_MS: () => DEFAULT_GIT_WORKSPACE_POLL_INTERVAL_MS,
|
|
@@ -71598,6 +71825,7 @@ ${lastSnapshot}`;
|
|
|
71598
71825
|
createSessionDelivery: () => createSessionDelivery,
|
|
71599
71826
|
createWorktree: () => createWorktree,
|
|
71600
71827
|
daemonIdsEquivalent: () => daemonIdsEquivalent,
|
|
71828
|
+
decideMissingSessionAttempt: () => decideMissingSessionAttempt2,
|
|
71601
71829
|
delegatedWorkerAutoApproveSettings: () => delegatedWorkerAutoApproveSettings,
|
|
71602
71830
|
deleteDirectDispatchesByTaskId: () => deleteDirectDispatchesByTaskId,
|
|
71603
71831
|
deleteMesh: () => deleteMesh,
|
|
@@ -71695,6 +71923,7 @@ ${lastSnapshot}`;
|
|
|
71695
71923
|
isManagedStatusWorking: () => isManagedStatusWorking,
|
|
71696
71924
|
isMeshHostOwner: () => isMeshHostOwner,
|
|
71697
71925
|
isMeshNodeHealthLaunchable: () => isMeshNodeHealthLaunchable,
|
|
71926
|
+
isMissingLiveSessionResult: () => isMissingLiveSessionResult2,
|
|
71698
71927
|
isOperatingNoteTombstoned: () => isOperatingNoteTombstoned,
|
|
71699
71928
|
isP2pRelayTransportFailure: () => isP2pRelayTransportFailure,
|
|
71700
71929
|
isPathInside: () => isPathInside,
|
|
@@ -71797,6 +72026,7 @@ ${lastSnapshot}`;
|
|
|
71797
72026
|
recordDebugTrace: () => recordDebugTrace,
|
|
71798
72027
|
recordDirectDispatchTask: () => recordDirectDispatchTask,
|
|
71799
72028
|
recordMeshToolCall: () => recordMeshToolCall,
|
|
72029
|
+
recordMissingSessionAttempt: () => recordMissingSessionAttempt2,
|
|
71800
72030
|
registerExtensionProviders: () => registerExtensionProviders,
|
|
71801
72031
|
registerMeshCoordinator: () => registerMeshCoordinator,
|
|
71802
72032
|
removeMagiKindPanel: () => removeMagiKindPanel,
|
|
@@ -71811,6 +72041,7 @@ ${lastSnapshot}`;
|
|
|
71811
72041
|
resetState: () => resetState,
|
|
71812
72042
|
resolveAllowSendKeysDestructive: () => resolveAllowSendKeysDestructive,
|
|
71813
72043
|
resolveAutoConvergeCodeChange: () => resolveAutoConvergeCodeChange,
|
|
72044
|
+
resolveBackoffMs: () => resolveBackoffMs,
|
|
71814
72045
|
resolveChatMessageKind: () => resolveChatMessageKind,
|
|
71815
72046
|
resolveConvergeRequiredTags: () => resolveConvergeRequiredTags,
|
|
71816
72047
|
resolveCurrentGlobalInstallSurface: () => resolveCurrentGlobalInstallSurface,
|
|
@@ -71856,6 +72087,7 @@ ${lastSnapshot}`;
|
|
|
71856
72087
|
shouldAutoRestoreHostedSessionsOnStartup: () => shouldAutoRestoreHostedSessionsOnStartup2,
|
|
71857
72088
|
shouldCollectTraceCategory: () => shouldCollectTraceCategory,
|
|
71858
72089
|
shouldFireIdleReminder: () => shouldFireIdleReminder,
|
|
72090
|
+
shouldWarnForMissingSession: () => shouldWarnForMissingSession2,
|
|
71859
72091
|
shutdownDaemonComponents: () => shutdownDaemonComponents2,
|
|
71860
72092
|
spawnDetachedDaemonUpgradeHelper: () => spawnDetachedDaemonUpgradeHelper,
|
|
71861
72093
|
startDaemonDevSupport: () => startDaemonDevSupport2,
|
|
@@ -73532,6 +73764,12 @@ ${lastSnapshot}`;
|
|
|
73532
73764
|
ambiguous: identities.length > 1 || !!remotes.find((remote) => remote.identities.length > 1)
|
|
73533
73765
|
};
|
|
73534
73766
|
}
|
|
73767
|
+
async function deriveLocalRepoIdentity(repoRoot) {
|
|
73768
|
+
const raw = await git(repoRoot, ["rev-list", "--max-parents=0", "HEAD"], true);
|
|
73769
|
+
const roots = raw.split(/\r?\n/).map((line) => line.trim()).filter((line) => /^[0-9a-f]{40}$/i.test(line)).sort();
|
|
73770
|
+
const root = roots[0];
|
|
73771
|
+
return root ? `local/${root.toLowerCase()}` : "";
|
|
73772
|
+
}
|
|
73535
73773
|
async function resolveDefaultBranch(repoRoot, remoteName, currentBranch) {
|
|
73536
73774
|
const symbolic = await git(repoRoot, ["symbolic-ref", "--quiet", "--short", `refs/remotes/${remoteName}/HEAD`], true);
|
|
73537
73775
|
if (symbolic.startsWith(`${remoteName}/`)) return symbolic.slice(remoteName.length + 1);
|
|
@@ -73619,12 +73857,34 @@ ${lastSnapshot}`;
|
|
|
73619
73857
|
);
|
|
73620
73858
|
}
|
|
73621
73859
|
const remoteDiscovery = await discoverRemotes(repoRoot, currentBranch);
|
|
73622
|
-
if (!remoteDiscovery.remotes.length
|
|
73860
|
+
if (!remoteDiscovery.remotes.length) {
|
|
73861
|
+
const localIdentity = await deriveLocalRepoIdentity(repoRoot);
|
|
73862
|
+
if (!localIdentity) {
|
|
73863
|
+
return failure2(
|
|
73864
|
+
"no_commits_for_local_identity",
|
|
73865
|
+
"This repository has no remote and no commits, so a stable repository identity cannot be derived.",
|
|
73866
|
+
"Create at least one commit (the root commit becomes the local identity), or pass an explicit repo identity when creating the mesh.",
|
|
73867
|
+
{ discovery: partial2 }
|
|
73868
|
+
);
|
|
73869
|
+
}
|
|
73870
|
+
const localDefaultBranch = await resolveDefaultBranch(repoRoot, "", currentBranch);
|
|
73871
|
+
return {
|
|
73872
|
+
...partial2,
|
|
73873
|
+
remotes: [],
|
|
73874
|
+
origin: void 0,
|
|
73875
|
+
upstream: void 0,
|
|
73876
|
+
selectedRemote: "",
|
|
73877
|
+
repoIdentity: localIdentity,
|
|
73878
|
+
defaultBranch: localDefaultBranch
|
|
73879
|
+
};
|
|
73880
|
+
}
|
|
73881
|
+
if (!remoteDiscovery.selectedRemote) {
|
|
73882
|
+
const detail = remoteDiscovery.remotes.map((remote) => remote.name).join(", ");
|
|
73623
73883
|
return failure2(
|
|
73624
|
-
"
|
|
73625
|
-
|
|
73626
|
-
"
|
|
73627
|
-
{ discovery: partial2 }
|
|
73884
|
+
"remote_not_selected",
|
|
73885
|
+
`No canonical remote could be selected among multiple remotes (${detail}).`,
|
|
73886
|
+
"Name one of them origin or upstream, set the current branch to track one of them, or pass an explicit repo identity when creating the mesh.",
|
|
73887
|
+
{ discovery: { ...partial2, remotes: remoteDiscovery.remotes, origin: remoteDiscovery.origin, upstream: remoteDiscovery.upstream } }
|
|
73628
73888
|
);
|
|
73629
73889
|
}
|
|
73630
73890
|
if (remoteDiscovery.ambiguous) {
|
|
@@ -83789,8 +84049,9 @@ ${formatManifestValidationIssues2(validation.issues)}`,
|
|
|
83789
84049
|
if (sinceTs > 0) {
|
|
83790
84050
|
return { success: true, logs: [], totalBuffered: 0 };
|
|
83791
84051
|
}
|
|
83792
|
-
|
|
83793
|
-
|
|
84052
|
+
const logPath = getCurrentDaemonLogPath();
|
|
84053
|
+
if (fs14.existsSync(logPath)) {
|
|
84054
|
+
const content = fs14.readFileSync(logPath, "utf-8");
|
|
83794
84055
|
const allLines = content.split("\n");
|
|
83795
84056
|
const recent = allLines.slice(-count).join("\n");
|
|
83796
84057
|
return { success: true, logs: recent, totalLines: allLines.length };
|
|
@@ -84099,11 +84360,17 @@ ${formatManifestValidationIssues2(validation.issues)}`,
|
|
|
84099
84360
|
var http2 = __toESM2(require("http"));
|
|
84100
84361
|
var path21 = __toESM2(require("path"));
|
|
84101
84362
|
var import_child_process6 = require("child_process");
|
|
84363
|
+
init_logger();
|
|
84364
|
+
function errorText(error48) {
|
|
84365
|
+
return error48 instanceof Error ? error48.message : String(error48);
|
|
84366
|
+
}
|
|
84367
|
+
var warnedCommandLineFailures = /* @__PURE__ */ new Set();
|
|
84102
84368
|
function defaultExecFileSync() {
|
|
84103
84369
|
return import_child_process6.execFileSync;
|
|
84104
84370
|
}
|
|
84105
84371
|
function getWindowsProcessCommandLine(pid, exec7) {
|
|
84106
84372
|
const pidFilter = `ProcessId=${pid}`;
|
|
84373
|
+
const failures = [];
|
|
84107
84374
|
try {
|
|
84108
84375
|
const psOut = exec7("powershell.exe", [
|
|
84109
84376
|
"-NoProfile",
|
|
@@ -84115,7 +84382,9 @@ ${formatManifestValidationIssues2(validation.issues)}`,
|
|
|
84115
84382
|
], { encoding: "utf8", timeout: 5e3, stdio: ["ignore", "pipe", "ignore"], windowsHide: true });
|
|
84116
84383
|
const text = String(psOut).trim();
|
|
84117
84384
|
if (text) return text;
|
|
84118
|
-
|
|
84385
|
+
failures.push("powershell Get-CimInstance returned no CommandLine");
|
|
84386
|
+
} catch (error48) {
|
|
84387
|
+
failures.push(`powershell Get-CimInstance failed: ${errorText(error48)}`);
|
|
84119
84388
|
}
|
|
84120
84389
|
try {
|
|
84121
84390
|
const wmicOut = exec7("wmic", [
|
|
@@ -84127,7 +84396,19 @@ ${formatManifestValidationIssues2(validation.issues)}`,
|
|
|
84127
84396
|
], { encoding: "utf8", timeout: 3e3, stdio: ["ignore", "pipe", "ignore"], windowsHide: true });
|
|
84128
84397
|
const text = String(wmicOut).trim();
|
|
84129
84398
|
if (text) return text;
|
|
84130
|
-
|
|
84399
|
+
failures.push("wmic returned no CommandLine");
|
|
84400
|
+
} catch (error48) {
|
|
84401
|
+
failures.push(`wmic failed: ${errorText(error48)}`);
|
|
84402
|
+
}
|
|
84403
|
+
const signature = failures.join("; ");
|
|
84404
|
+
if (!warnedCommandLineFailures.has(signature)) {
|
|
84405
|
+
warnedCommandLineFailures.add(signature);
|
|
84406
|
+
LOG2.warn(
|
|
84407
|
+
"ProcessLifecycle",
|
|
84408
|
+
`Could not read a process command line (pid ${pid}): ${signature}. Process-identity checks that depend on it will fail safe. This is logged once per distinct cause.`
|
|
84409
|
+
);
|
|
84410
|
+
} else {
|
|
84411
|
+
LOG2.debug("ProcessLifecycle", `Could not read the command line of pid ${pid}: ${signature}`);
|
|
84131
84412
|
}
|
|
84132
84413
|
return null;
|
|
84133
84414
|
}
|
|
@@ -84145,7 +84426,8 @@ ${formatManifestValidationIssues2(validation.issues)}`,
|
|
|
84145
84426
|
stdio: ["ignore", "pipe", "ignore"]
|
|
84146
84427
|
})).trim();
|
|
84147
84428
|
return text || null;
|
|
84148
|
-
} catch {
|
|
84429
|
+
} catch (error48) {
|
|
84430
|
+
LOG2.debug("ProcessLifecycle", `ps lookup failed for pid ${pid}: ${errorText(error48)}`);
|
|
84149
84431
|
return null;
|
|
84150
84432
|
}
|
|
84151
84433
|
}
|
|
@@ -84370,7 +84652,7 @@ ${formatManifestValidationIssues2(validation.issues)}`,
|
|
|
84370
84652
|
function packageRootForPrefix(prefix, packageName) {
|
|
84371
84653
|
return path21.join(prefix, "node_modules", ...packageName.split("/"));
|
|
84372
84654
|
}
|
|
84373
|
-
var
|
|
84655
|
+
var CONPTY_PREBUILD_NESTED_RELATIVE_PATH = path21.join(
|
|
84374
84656
|
"node_modules",
|
|
84375
84657
|
"adhdev",
|
|
84376
84658
|
"node_modules",
|
|
@@ -84379,16 +84661,28 @@ ${formatManifestValidationIssues2(validation.issues)}`,
|
|
|
84379
84661
|
"win32-x64",
|
|
84380
84662
|
"conpty.node"
|
|
84381
84663
|
);
|
|
84382
|
-
|
|
84383
|
-
|
|
84664
|
+
var CONPTY_PREBUILD_HOISTED_RELATIVE_PATH = path21.join(
|
|
84665
|
+
"node_modules",
|
|
84666
|
+
"node-pty",
|
|
84667
|
+
"prebuilds",
|
|
84668
|
+
"win32-x64",
|
|
84669
|
+
"conpty.node"
|
|
84670
|
+
);
|
|
84671
|
+
function resolveConptyPrebuildCandidates(prefix) {
|
|
84672
|
+
return [
|
|
84673
|
+
path21.join(prefix, CONPTY_PREBUILD_NESTED_RELATIVE_PATH),
|
|
84674
|
+
path21.join(prefix, CONPTY_PREBUILD_HOISTED_RELATIVE_PATH)
|
|
84675
|
+
];
|
|
84384
84676
|
}
|
|
84385
|
-
function verifyStagedConptyPrebuild(stagedPrefix) {
|
|
84386
|
-
const
|
|
84387
|
-
|
|
84677
|
+
function verifyStagedConptyPrebuild(stagedPrefix, log) {
|
|
84678
|
+
const candidates = resolveConptyPrebuildCandidates(stagedPrefix);
|
|
84679
|
+
const found = candidates.find((candidate) => fs15.existsSync(candidate));
|
|
84680
|
+
if (!found) {
|
|
84388
84681
|
throw new Error(
|
|
84389
|
-
`Staged install is missing required native addon: ${
|
|
84682
|
+
`Staged install is missing required native addon: node-pty's conpty.node prebuild (checked: ${candidates.join(", ")}). Aborting activation to prevent a daemon boot crash.`
|
|
84390
84683
|
);
|
|
84391
84684
|
}
|
|
84685
|
+
log?.(`conpty prebuild verified at ${found}`);
|
|
84392
84686
|
}
|
|
84393
84687
|
function readPackageCliEntry(prefix, packageName, targetVersion) {
|
|
84394
84688
|
const packageRoot = packageRootForPrefix(prefix, packageName);
|
|
@@ -84544,6 +84838,29 @@ exec "${portableNode}" "${cliEntry}" "$@"
|
|
|
84544
84838
|
}
|
|
84545
84839
|
atomicWrite(layout.pointerPath, versionName, "ascii");
|
|
84546
84840
|
}
|
|
84841
|
+
function removeFailedStagedPrefix(stagedPrefix, layout, log) {
|
|
84842
|
+
try {
|
|
84843
|
+
const staged = normalizeForCompare(stagedPrefix);
|
|
84844
|
+
const protectedPrefixes = [layout.activePrefix, layout.stablePrefix, layout.installRoot];
|
|
84845
|
+
if (protectedPrefixes.some((candidate) => normalizeForCompare(candidate) === staged)) {
|
|
84846
|
+
log(`Refusing to clean up ${stagedPrefix}: it is the active/stable install, not a staged prefix`);
|
|
84847
|
+
return;
|
|
84848
|
+
}
|
|
84849
|
+
if (normalizeForCompare(path21.dirname(stagedPrefix)) !== normalizeForCompare(layout.installRoot) || !path21.basename(stagedPrefix).startsWith("version-")) {
|
|
84850
|
+
log(`Refusing to clean up ${stagedPrefix}: not a version-* prefix under ${layout.installRoot}`);
|
|
84851
|
+
return;
|
|
84852
|
+
}
|
|
84853
|
+
if (!fs15.existsSync(stagedPrefix)) return;
|
|
84854
|
+
removeInactivePrefix(stagedPrefix, log);
|
|
84855
|
+
if (fs15.existsSync(stagedPrefix)) {
|
|
84856
|
+
log(`Failed staged prefix ${stagedPrefix} could not be fully removed; a future update will retry`);
|
|
84857
|
+
} else {
|
|
84858
|
+
log(`Cleaned up failed staged prefix ${stagedPrefix}`);
|
|
84859
|
+
}
|
|
84860
|
+
} catch (error48) {
|
|
84861
|
+
log(`Failed staged-prefix cleanup errored for ${stagedPrefix}: ${error48?.message || String(error48)}`);
|
|
84862
|
+
}
|
|
84863
|
+
}
|
|
84547
84864
|
async function performWindowsAtomicUpgrade(options) {
|
|
84548
84865
|
const { layout, packageName, targetVersion, portableNode, hooks } = options;
|
|
84549
84866
|
const versionName = `version-${Date.now()}-${process.pid}-${Math.random().toString(16).slice(2)}`;
|
|
@@ -84555,7 +84872,7 @@ exec "${portableNode}" "${cliEntry}" "$@"
|
|
|
84555
84872
|
try {
|
|
84556
84873
|
hooks.log(`Installing ${packageName}@${targetVersion} into inactive prefix ${stagedPrefix}`);
|
|
84557
84874
|
await hooks.install(stagedPrefix, portableNode);
|
|
84558
|
-
verifyStagedConptyPrebuild(stagedPrefix);
|
|
84875
|
+
verifyStagedConptyPrebuild(stagedPrefix, hooks.log);
|
|
84559
84876
|
const stagedCliEntry = readPackageCliEntry(stagedPrefix, packageName, targetVersion);
|
|
84560
84877
|
pinStagedShims(stagedPrefix, portableNode, stagedCliEntry);
|
|
84561
84878
|
validateStagedCli(portableNode, stagedCliEntry, targetVersion);
|
|
@@ -84599,6 +84916,7 @@ exec "${portableNode}" "${cliEntry}" "$@"
|
|
|
84599
84916
|
} catch {
|
|
84600
84917
|
hooks.log("Failed to restart the previous daemon during rollback");
|
|
84601
84918
|
}
|
|
84919
|
+
removeFailedStagedPrefix(stagedPrefix, layout, hooks.log);
|
|
84602
84920
|
try {
|
|
84603
84921
|
await hooks.cleanup(layout, layout.activePrefix);
|
|
84604
84922
|
} catch {
|
|
@@ -84882,6 +85200,8 @@ exec "${portableNode}" "${cliEntry}" "$@"
|
|
|
84882
85200
|
const current = env2[pathKey] || "";
|
|
84883
85201
|
env2[pathKey] = current ? `${nodeBinDir};${current}` : nodeBinDir;
|
|
84884
85202
|
env2.ADHDEV_BOOTSTRAP = "1";
|
|
85203
|
+
env2.npm_config_build_from_source = "false";
|
|
85204
|
+
env2["npm_config_build-from-source"] = "false";
|
|
84885
85205
|
return env2;
|
|
84886
85206
|
}
|
|
84887
85207
|
function getNpmExecOptions(platform10 = process.platform) {
|
|
@@ -85233,6 +85553,21 @@ ${body}
|
|
|
85233
85553
|
if (installOutput.trim()) {
|
|
85234
85554
|
appendUpgradeLog(installOutput.trim());
|
|
85235
85555
|
}
|
|
85556
|
+
if (process.platform === "win32" && installCommand.surface.installPrefix) {
|
|
85557
|
+
try {
|
|
85558
|
+
verifyStagedConptyPrebuild(installCommand.surface.installPrefix, appendUpgradeLog);
|
|
85559
|
+
} catch (error48) {
|
|
85560
|
+
appendUpgradeLog(`Post-install conpty verification failed: ${error48?.message || String(error48)}`);
|
|
85561
|
+
emitUpgradeFailureNotice([
|
|
85562
|
+
`adhdev ${spec} installed but is missing node-pty's native addon (conpty.node).`,
|
|
85563
|
+
'Starting it would break every session with "Failed to load native module: conpty.node",',
|
|
85564
|
+
"so the running daemon was left on its previous version and was NOT restarted.",
|
|
85565
|
+
"To recover, reinstall (this forces the shipped prebuild instead of a source rebuild):",
|
|
85566
|
+
` ${buildManualRecoveryCommand(installCommand)}`
|
|
85567
|
+
]);
|
|
85568
|
+
throw error48;
|
|
85569
|
+
}
|
|
85570
|
+
}
|
|
85236
85571
|
if (process.platform === "win32") {
|
|
85237
85572
|
await new Promise((resolve29) => setTimeout(resolve29, 500));
|
|
85238
85573
|
cleanupStaleGlobalInstallDirs(payload.packageName, installCommand.surface);
|
|
@@ -86321,6 +86656,7 @@ ${body}
|
|
|
86321
86656
|
return n;
|
|
86322
86657
|
}
|
|
86323
86658
|
var SUBMIT_DELAY_FLOOR_MS = 200;
|
|
86659
|
+
var fsmDriverSeq = 0;
|
|
86324
86660
|
var WIN32_SUBMIT_RESEND_GAP_MS = 350;
|
|
86325
86661
|
var WIN32_SUBMIT_MAX_RESENDS = 14;
|
|
86326
86662
|
var WIN32_SUBMIT_SETTLE_MS = 500;
|
|
@@ -86353,6 +86689,8 @@ ${body}
|
|
|
86353
86689
|
var FsmDriver = class {
|
|
86354
86690
|
constructor(opts) {
|
|
86355
86691
|
this.opts = opts;
|
|
86692
|
+
const sessionId = typeof opts.sessionId === "string" ? opts.sessionId.trim() : "";
|
|
86693
|
+
this.sessionTag = sessionId ? sessionId.slice(0, 8) : `d${++fsmDriverSeq}`;
|
|
86356
86694
|
this.loadSpecOrThrow();
|
|
86357
86695
|
this.adapter = new TerminalAdapter(
|
|
86358
86696
|
this.buildAdapterOpts(),
|
|
@@ -86442,6 +86780,8 @@ ${body}
|
|
|
86442
86780
|
* the shadow verdict currently disagrees with the real one), so the
|
|
86443
86781
|
* shadow log emits on FLIP only, not every frame. */
|
|
86444
86782
|
shadowDivergenceLast = /* @__PURE__ */ new Map();
|
|
86783
|
+
/** FSMLOG-SESSION-ATTRIBUTION (D3): session segment of every log line's prefix. */
|
|
86784
|
+
sessionTag;
|
|
86445
86785
|
subscribe(listener) {
|
|
86446
86786
|
this.listeners.add(listener);
|
|
86447
86787
|
return () => {
|
|
@@ -87405,8 +87745,16 @@ ${body}
|
|
|
87405
87745
|
});
|
|
87406
87746
|
if (this.stateHistory.length > 50) this.stateHistory.shift();
|
|
87407
87747
|
}
|
|
87748
|
+
/**
|
|
87749
|
+
* FSMLOG-SESSION-ATTRIBUTION (D3): log prefix identifying BOTH the spec being driven and the
|
|
87750
|
+
* session driving it. Previously spec-only, which made every concurrent session of the same
|
|
87751
|
+
* provider log under an identical tag. The session segment is the owning instance's session id
|
|
87752
|
+
* (short form — the leading 8 chars are what mesh ledger/trace lines carry, so logs grep-join
|
|
87753
|
+
* against them), or a per-driver `d<n>` fallback when no session id was supplied.
|
|
87754
|
+
*/
|
|
87408
87755
|
specTag() {
|
|
87409
|
-
|
|
87756
|
+
const spec = this.opts.specPath.split(/[/\\]/).slice(-3).join("/");
|
|
87757
|
+
return `${spec}|${this.sessionTag}`;
|
|
87410
87758
|
}
|
|
87411
87759
|
emit(ev) {
|
|
87412
87760
|
for (const l of this.listeners) {
|
|
@@ -87583,7 +87931,7 @@ ${body}
|
|
|
87583
87931
|
* cli-state-engine's lastApprovalResolvedAt for the spec-driven adapter path
|
|
87584
87932
|
* (claude-cli specs/4.0.json), which previously stubbed the method to false. */
|
|
87585
87933
|
lastApprovalResolvedAt = 0;
|
|
87586
|
-
constructor(specPath, workingDir, cliArgs, extraEnv, transportFactory) {
|
|
87934
|
+
constructor(specPath, workingDir, cliArgs, extraEnv, transportFactory, sessionId) {
|
|
87587
87935
|
const raw = JSON.parse(fs222.readFileSync(specPath, "utf8"));
|
|
87588
87936
|
this.spec = {
|
|
87589
87937
|
id: raw.id,
|
|
@@ -87602,7 +87950,8 @@ ${body}
|
|
|
87602
87950
|
hotReload: true,
|
|
87603
87951
|
emitTrace: false,
|
|
87604
87952
|
transportFactory,
|
|
87605
|
-
extraCliArgs: cliArgs
|
|
87953
|
+
extraCliArgs: cliArgs,
|
|
87954
|
+
sessionId
|
|
87606
87955
|
});
|
|
87607
87956
|
this.driver.subscribe((ev) => this.handleEvent(ev));
|
|
87608
87957
|
}
|
|
@@ -88592,7 +88941,7 @@ ${body}
|
|
|
88592
88941
|
}
|
|
88593
88942
|
};
|
|
88594
88943
|
init_logger();
|
|
88595
|
-
function createCliAdapter(provider, workingDir, cliArgs, extraEnv, transportFactory) {
|
|
88944
|
+
function createCliAdapter(provider, workingDir, cliArgs, extraEnv, transportFactory, sessionId) {
|
|
88596
88945
|
const resolvedSpecPath = provider._resolvedSpecPath;
|
|
88597
88946
|
const dir = provider._resolvedProviderDir;
|
|
88598
88947
|
let specPath = resolvedSpecPath && fs23.existsSync(resolvedSpecPath) ? resolvedSpecPath : void 0;
|
|
@@ -88603,7 +88952,7 @@ ${body}
|
|
|
88603
88952
|
if (specPath) {
|
|
88604
88953
|
try {
|
|
88605
88954
|
LOG2.info("spec-route", `[${provider.type}] routing through SpecCliAdapter (${path27.relative(dir || "", specPath) || specPath})`);
|
|
88606
|
-
return new SpecCliAdapter(specPath, workingDir, cliArgs, extraEnv, transportFactory);
|
|
88955
|
+
return new SpecCliAdapter(specPath, workingDir, cliArgs, extraEnv, transportFactory, sessionId);
|
|
88607
88956
|
} catch (err) {
|
|
88608
88957
|
LOG2.warn("spec-route", `[${provider.type}] spec invalid, falling back to ProviderCliAdapter: ${err.message}`);
|
|
88609
88958
|
}
|
|
@@ -89005,7 +89354,7 @@ ${body}
|
|
|
89005
89354
|
this.launchMode = options?.launchMode || "new";
|
|
89006
89355
|
this.initialThinkingLevel = options?.initialThinkingLevel;
|
|
89007
89356
|
this.onProviderSessionResolved = options?.onProviderSessionResolved;
|
|
89008
|
-
this.adapter = createCliAdapter(provider, workingDir, cliArgs, options?.extraEnv || {}, transportFactory);
|
|
89357
|
+
this.adapter = createCliAdapter(provider, workingDir, cliArgs, options?.extraEnv || {}, transportFactory, this.instanceId);
|
|
89009
89358
|
if (this.providerSessionId) {
|
|
89010
89359
|
this.adapter.updateRuntimeMeta({ providerSessionId: this.providerSessionId });
|
|
89011
89360
|
}
|
|
@@ -99126,19 +99475,37 @@ Run 'adhdev doctor' for detailed diagnostics.`
|
|
|
99126
99475
|
* Resolve provider type by alias
|
|
99127
99476
|
* 'claude' → 'claude-cli', 'codex' → 'codex-cli' etc
|
|
99128
99477
|
* Returns input as-is if no match found.
|
|
99478
|
+
*
|
|
99479
|
+
* `categories` narrows resolution to the given provider categories. Without it
|
|
99480
|
+
* the resolution order is unchanged (direct type match first, then alias scan)
|
|
99481
|
+
* — every existing caller keeps its exact behaviour.
|
|
99482
|
+
*
|
|
99483
|
+
* The hint exists because provider types and aliases share one namespace across
|
|
99484
|
+
* categories, so a direct match can shadow an alias that a category-scoped
|
|
99485
|
+
* caller actually wants. Concretely: `extension/codex` declares `type: 'codex'`
|
|
99486
|
+
* while `cli/codex-cli` declares `aliases: ['codex']`, so unscoped
|
|
99487
|
+
* `resolveAlias('codex')` returns the IDE-webview provider. `adhdev launch`
|
|
99488
|
+
* only ever starts a cli/acp session, so it passes `['cli', 'acp']` and gets
|
|
99489
|
+
* `codex-cli`. Within a scope the direct-match-first order still holds.
|
|
99129
99490
|
*/
|
|
99130
|
-
resolveAlias(input) {
|
|
99131
|
-
|
|
99491
|
+
resolveAlias(input, categories) {
|
|
99492
|
+
const inScope = (p) => !!p && (!categories || categories.includes(p.category));
|
|
99493
|
+
const direct = this.providers.get(input);
|
|
99494
|
+
if (inScope(direct)) return input;
|
|
99132
99495
|
for (const p of this.providers.values()) {
|
|
99133
|
-
if (p.aliases?.includes(input)) return p.type;
|
|
99496
|
+
if (p.aliases?.includes(input) && inScope(p)) return p.type;
|
|
99134
99497
|
}
|
|
99135
99498
|
return input;
|
|
99136
99499
|
}
|
|
99137
99500
|
/**
|
|
99138
99501
|
* Get provider with alias resolution (get + alias fallback)
|
|
99502
|
+
* `categories` narrows resolution the same way as `resolveAlias`, and also
|
|
99503
|
+
* filters the returned module so an out-of-scope provider is never handed back.
|
|
99139
99504
|
*/
|
|
99140
|
-
getByAlias(input) {
|
|
99141
|
-
|
|
99505
|
+
getByAlias(input, categories) {
|
|
99506
|
+
const resolved = this.providers.get(this.resolveAlias(input, categories));
|
|
99507
|
+
if (resolved && categories && !categories.includes(resolved.category)) return void 0;
|
|
99508
|
+
return resolved;
|
|
99142
99509
|
}
|
|
99143
99510
|
/**
|
|
99144
99511
|
* Build CLI/ACP detection list (replaces cli-detector)
|
|
@@ -104744,12 +105111,12 @@ ${ptyResult.output.slice(-2e3)}`);
|
|
|
104744
105111
|
var fs37 = __toESM2(require("fs"));
|
|
104745
105112
|
var path43 = __toESM2(require("path"));
|
|
104746
105113
|
var os26 = __toESM2(require("os"));
|
|
104747
|
-
var
|
|
104748
|
-
var
|
|
105114
|
+
var ADHDEV_HOME = process.env.ADHDEV_CONFIG_DIR && process.env.ADHDEV_CONFIG_DIR.trim() ? process.env.ADHDEV_CONFIG_DIR.trim() : path43.join(os26.homedir(), ".adhdev");
|
|
105115
|
+
var LOG_DIR = path43.join(ADHDEV_HOME, "logs");
|
|
104749
105116
|
var MAX_FILE_SIZE = 5 * 1024 * 1024;
|
|
104750
105117
|
var MAX_DAYS = 7;
|
|
104751
105118
|
try {
|
|
104752
|
-
fs37.mkdirSync(
|
|
105119
|
+
fs37.mkdirSync(LOG_DIR, { recursive: true });
|
|
104753
105120
|
} catch {
|
|
104754
105121
|
}
|
|
104755
105122
|
var SENSITIVE_KEYS = /* @__PURE__ */ new Set([
|
|
@@ -104783,19 +105150,19 @@ ${ptyResult.output.slice(-2e3)}`);
|
|
|
104783
105150
|
return (/* @__PURE__ */ new Date()).toISOString().slice(0, 10);
|
|
104784
105151
|
}
|
|
104785
105152
|
var currentDate2 = getDateStr2();
|
|
104786
|
-
var currentFile = path43.join(
|
|
105153
|
+
var currentFile = path43.join(LOG_DIR, `commands-${currentDate2}.jsonl`);
|
|
104787
105154
|
var writeCount2 = 0;
|
|
104788
105155
|
function checkRotation() {
|
|
104789
105156
|
const today = getDateStr2();
|
|
104790
105157
|
if (today !== currentDate2) {
|
|
104791
105158
|
currentDate2 = today;
|
|
104792
|
-
currentFile = path43.join(
|
|
105159
|
+
currentFile = path43.join(LOG_DIR, `commands-${currentDate2}.jsonl`);
|
|
104793
105160
|
cleanOldFiles();
|
|
104794
105161
|
}
|
|
104795
105162
|
}
|
|
104796
105163
|
function cleanOldFiles() {
|
|
104797
105164
|
try {
|
|
104798
|
-
const files = fs37.readdirSync(
|
|
105165
|
+
const files = fs37.readdirSync(LOG_DIR).filter((f) => f.startsWith("commands-") && f.endsWith(".jsonl"));
|
|
104799
105166
|
const cutoff = /* @__PURE__ */ new Date();
|
|
104800
105167
|
cutoff.setDate(cutoff.getDate() - MAX_DAYS);
|
|
104801
105168
|
const cutoffStr = cutoff.toISOString().slice(0, 10);
|
|
@@ -104803,7 +105170,7 @@ ${ptyResult.output.slice(-2e3)}`);
|
|
|
104803
105170
|
const dateMatch = file2.match(/commands-(\d{4}-\d{2}-\d{2})/);
|
|
104804
105171
|
if (dateMatch && dateMatch[1] < cutoffStr) {
|
|
104805
105172
|
try {
|
|
104806
|
-
fs37.unlinkSync(path43.join(
|
|
105173
|
+
fs37.unlinkSync(path43.join(LOG_DIR, file2));
|
|
104807
105174
|
} catch {
|
|
104808
105175
|
}
|
|
104809
105176
|
}
|
|
@@ -110323,6 +110690,53 @@ ${e?.stderr || ""}`;
|
|
|
110323
110690
|
});
|
|
110324
110691
|
await Promise.all(runners);
|
|
110325
110692
|
}
|
|
110693
|
+
var DEFAULT_CHAT_TAIL_MISSING_SESSION_POLICY = {
|
|
110694
|
+
// 10s of normal-cadence retries: comfortably longer than a session-registry
|
|
110695
|
+
// attach, short enough that a genuinely dead session starts backing off well
|
|
110696
|
+
// before it can produce a meaningful number of warns.
|
|
110697
|
+
graceMs: 1e4,
|
|
110698
|
+
initialBackoffMs: 1e3,
|
|
110699
|
+
// 30s ceiling — matches the idle status heartbeat, so a lingering
|
|
110700
|
+
// subscription costs at most one read per heartbeat instead of ~20/sec.
|
|
110701
|
+
maxBackoffMs: 3e4,
|
|
110702
|
+
// 5 min. Past this the session is not coming back under this subscription;
|
|
110703
|
+
// the dashboard re-subscribes on reopen if it ever does.
|
|
110704
|
+
giveUpAfterMs: 5 * 6e4
|
|
110705
|
+
};
|
|
110706
|
+
function decideMissingSessionAttempt2(state, now, policy = DEFAULT_CHAT_TAIL_MISSING_SESSION_POLICY) {
|
|
110707
|
+
if (!state) return { action: "attempt" };
|
|
110708
|
+
const missingFor = now - state.firstMissingAt;
|
|
110709
|
+
if (missingFor >= policy.giveUpAfterMs) return { action: "drop" };
|
|
110710
|
+
if (missingFor < policy.graceMs) return { action: "attempt" };
|
|
110711
|
+
const sinceLastAttempt = now - state.lastAttemptAt;
|
|
110712
|
+
return sinceLastAttempt >= resolveBackoffMs(state, policy) ? { action: "attempt" } : { action: "skip" };
|
|
110713
|
+
}
|
|
110714
|
+
function resolveBackoffMs(state, policy = DEFAULT_CHAT_TAIL_MISSING_SESSION_POLICY) {
|
|
110715
|
+
const stepsIntoBackoff = Math.max(0, state.consecutiveMisses - 1);
|
|
110716
|
+
const boundedExponent = Math.min(stepsIntoBackoff, 20);
|
|
110717
|
+
const scaled = policy.initialBackoffMs * Math.pow(2, boundedExponent);
|
|
110718
|
+
return Math.min(scaled, policy.maxBackoffMs);
|
|
110719
|
+
}
|
|
110720
|
+
function recordMissingSessionAttempt2(state, now) {
|
|
110721
|
+
if (!state) {
|
|
110722
|
+
return { firstMissingAt: now, lastAttemptAt: now, consecutiveMisses: 1, warned: false };
|
|
110723
|
+
}
|
|
110724
|
+
return {
|
|
110725
|
+
firstMissingAt: state.firstMissingAt,
|
|
110726
|
+
lastAttemptAt: now,
|
|
110727
|
+
consecutiveMisses: state.consecutiveMisses + 1,
|
|
110728
|
+
warned: state.warned
|
|
110729
|
+
};
|
|
110730
|
+
}
|
|
110731
|
+
function shouldWarnForMissingSession2(state) {
|
|
110732
|
+
return !state.warned;
|
|
110733
|
+
}
|
|
110734
|
+
function isMissingLiveSessionResult2(result) {
|
|
110735
|
+
if (!result || typeof result !== "object") return false;
|
|
110736
|
+
const { success: success2, error: error48 } = result;
|
|
110737
|
+
if (success2 !== false || typeof error48 !== "string") return false;
|
|
110738
|
+
return error48.startsWith("Live session not found for targetSessionId:");
|
|
110739
|
+
}
|
|
110326
110740
|
init_control_effects();
|
|
110327
110741
|
init_provider_patch_state();
|
|
110328
110742
|
init_chat_message_normalization();
|
|
@@ -117151,6 +117565,7 @@ data: ${JSON.stringify(msg.data)}
|
|
|
117151
117565
|
const appName = options.appName;
|
|
117152
117566
|
const timeoutMs = options.timeoutMs ?? DEFAULT_SESSION_HOST_READY_TIMEOUT_MS2;
|
|
117153
117567
|
const isManagedPid = options.isManagedPid ?? (() => true);
|
|
117568
|
+
let unverifiedStopPid = null;
|
|
117154
117569
|
const instance = () => getProcessInstanceContext();
|
|
117155
117570
|
const getEndpoint = () => (0, import_session_host_core15.getDefaultSessionHostEndpoint)(appName, { ipcKey: instance().ipcKey });
|
|
117156
117571
|
function buildEnv(baseEnv) {
|
|
@@ -117228,8 +117643,25 @@ data: ${JSON.stringify(msg.data)}
|
|
|
117228
117643
|
);
|
|
117229
117644
|
return process.execPath;
|
|
117230
117645
|
}
|
|
117646
|
+
function verifyConptyPrebuildBeforeSpawn(entry) {
|
|
117647
|
+
if (process.platform !== "win32") return;
|
|
117648
|
+
const normalized = entry.replace(/\\/g, "/");
|
|
117649
|
+
const marker = "/node_modules/adhdev/vendor/session-host-daemon/";
|
|
117650
|
+
const markerIndex = normalized.lastIndexOf(marker);
|
|
117651
|
+
if (markerIndex === -1) return;
|
|
117652
|
+
const activePrefix = entry.slice(0, markerIndex);
|
|
117653
|
+
const candidates = resolveConptyPrebuildCandidates(activePrefix);
|
|
117654
|
+
const found = candidates.find((candidate) => fs47.existsSync(candidate));
|
|
117655
|
+
if (!found) {
|
|
117656
|
+
throw new Error(
|
|
117657
|
+
`conpty.node missing at boot despite passing the install-time gate \u2014 likely deleted post-install (checked: ${candidates.join(", ")}). Every session-host spawn would crash requiring node-pty; refusing to spawn.`
|
|
117658
|
+
);
|
|
117659
|
+
}
|
|
117660
|
+
LOG2.info("SessionHost", `conpty prebuild verified before spawn at ${found}`);
|
|
117661
|
+
}
|
|
117231
117662
|
function spawnHost() {
|
|
117232
117663
|
const entry = resolveEntry();
|
|
117664
|
+
verifyConptyPrebuildBeforeSpawn(entry);
|
|
117233
117665
|
const nodeExecutable = resolveSessionHostNode();
|
|
117234
117666
|
let stdio = "ignore";
|
|
117235
117667
|
let logFd = null;
|
|
@@ -117282,7 +117714,21 @@ data: ${JSON.stringify(msg.data)}
|
|
|
117282
117714
|
if (existingPid !== null) {
|
|
117283
117715
|
const runningPath = getRunningSessionHostScriptPath(existingPid);
|
|
117284
117716
|
const currentEntry = resolveEntry();
|
|
117285
|
-
if (runningPath
|
|
117717
|
+
if (runningPath === null) {
|
|
117718
|
+
if (unverifiedStopPid !== existingPid) {
|
|
117719
|
+
unverifiedStopPid = existingPid;
|
|
117720
|
+
LOG2.warn(
|
|
117721
|
+
"SessionHost",
|
|
117722
|
+
`Could not read the command line of host pid ${existingPid}; cannot prove it runs from ${currentEntry}. Stopping it once and respawning rather than risking reuse of a stale-prefix host.`
|
|
117723
|
+
);
|
|
117724
|
+
stopManagedSessionHostProcess();
|
|
117725
|
+
} else {
|
|
117726
|
+
LOG2.warn(
|
|
117727
|
+
"SessionHost",
|
|
117728
|
+
`Host pid ${existingPid} is still unverifiable; leaving it alone (already restarted once this process) to avoid a kill/respawn loop.`
|
|
117729
|
+
);
|
|
117730
|
+
}
|
|
117731
|
+
} else if (!pathsEquivalent(runningPath, currentEntry)) {
|
|
117286
117732
|
LOG2.warn(
|
|
117287
117733
|
"SessionHost",
|
|
117288
117734
|
`Detected stale host pid ${existingPid} running from ${runningPath}; restarting from ${currentEntry}`
|
|
@@ -120524,6 +120970,20 @@ var StandaloneServer = class {
|
|
|
120524
120970
|
...request.historySessionId ? { historySessionId: request.historySessionId } : {},
|
|
120525
120971
|
...state.cursor.tailLimit > 0 ? { tailLimit: state.cursor.tailLimit } : {}
|
|
120526
120972
|
});
|
|
120973
|
+
if ((0, import_daemon_core2.isMissingLiveSessionResult)(result)) {
|
|
120974
|
+
const now = Date.now();
|
|
120975
|
+
const missing = (0, import_daemon_core2.recordMissingSessionAttempt)(state.missingSession, now);
|
|
120976
|
+
state.missingSession = missing;
|
|
120977
|
+
const message = `[chat_tail] session ${request.targetSessionId} is not in the live registry`;
|
|
120978
|
+
if ((0, import_daemon_core2.shouldWarnForMissingSession)(missing)) {
|
|
120979
|
+
missing.warned = true;
|
|
120980
|
+
import_daemon_core2.LOG.warn("Standalone", `${message} \u2014 backing off, and dropping the subscription if it stays absent`);
|
|
120981
|
+
} else {
|
|
120982
|
+
import_daemon_core2.LOG.debug("Standalone", `${message} (miss #${missing.consecutiveMisses})`);
|
|
120983
|
+
}
|
|
120984
|
+
return null;
|
|
120985
|
+
}
|
|
120986
|
+
if (state.missingSession) state.missingSession = void 0;
|
|
120527
120987
|
const prepared = (0, import_daemon_core2.prepareSessionChatTailUpdate)({
|
|
120528
120988
|
key,
|
|
120529
120989
|
sessionId: request.targetSessionId,
|
|
@@ -120687,6 +121147,7 @@ var StandaloneServer = class {
|
|
|
120687
121147
|
const targets = targetWs ? [targetWs] : Array.from(this.clients);
|
|
120688
121148
|
const hotSessionIds = options.onlyActive ? this.getHotChatSessionIdsForWsFlush() : null;
|
|
120689
121149
|
const forceSessionIds = options.forceSessionIds ?? null;
|
|
121150
|
+
const now = Date.now();
|
|
120690
121151
|
const tasks = [];
|
|
120691
121152
|
for (const ws of targets) {
|
|
120692
121153
|
if (ws.readyState !== import_ws.WebSocket.OPEN) continue;
|
|
@@ -120694,6 +121155,13 @@ var StandaloneServer = class {
|
|
|
120694
121155
|
if (!subs || subs.size === 0) continue;
|
|
120695
121156
|
for (const [key, sub] of subs.entries()) {
|
|
120696
121157
|
const targetSessionId = sub.request.params.targetSessionId;
|
|
121158
|
+
const decision = (0, import_daemon_core2.decideMissingSessionAttempt)(sub.missingSession, now);
|
|
121159
|
+
if (decision.action === "skip") continue;
|
|
121160
|
+
if (decision.action === "drop") {
|
|
121161
|
+
subs.delete(key);
|
|
121162
|
+
import_daemon_core2.LOG.info("Standalone", `[chat_tail] subscription dropped: session=${targetSessionId} key=${key} \u2014 live session absent for ${Math.round((now - (sub.missingSession?.firstMissingAt ?? now)) / 1e3)}s`);
|
|
121163
|
+
continue;
|
|
121164
|
+
}
|
|
120697
121165
|
const isForced = forceSessionIds?.has(targetSessionId) === true;
|
|
120698
121166
|
if (!isForced && hotSessionIds && !hotSessionIds.active.has(targetSessionId) && !hotSessionIds.finalizing.has(targetSessionId)) {
|
|
120699
121167
|
continue;
|