@agent-lint/mcp 0.2.1 → 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/README.md +32 -96
  3. package/dist/bin.d.ts +3 -0
  4. package/dist/bin.d.ts.map +1 -0
  5. package/dist/bin.js +1 -1
  6. package/dist/catalog.d.ts +5 -0
  7. package/dist/catalog.d.ts.map +1 -0
  8. package/dist/{chunk-MNSQOOMH.js → chunk-DYP46E6V.js} +396 -306
  9. package/dist/chunk-DYP46E6V.js.map +1 -0
  10. package/dist/http-security.d.ts +73 -0
  11. package/dist/http-security.d.ts.map +1 -0
  12. package/dist/http.d.ts +36 -0
  13. package/dist/http.d.ts.map +1 -0
  14. package/dist/index.d.ts +9 -0
  15. package/dist/index.d.ts.map +1 -0
  16. package/dist/index.js +1 -1
  17. package/dist/logger.d.ts +4 -0
  18. package/dist/logger.d.ts.map +1 -0
  19. package/dist/prompts/register-prompts.d.ts +3 -0
  20. package/dist/prompts/register-prompts.d.ts.map +1 -0
  21. package/dist/resources/register-resources.d.ts +3 -0
  22. package/dist/resources/register-resources.d.ts.map +1 -0
  23. package/dist/server.d.ts +12 -0
  24. package/dist/server.d.ts.map +1 -0
  25. package/dist/stdio.d.ts +2 -0
  26. package/dist/stdio.d.ts.map +1 -0
  27. package/dist/tools/emit-maintenance-snippet.d.ts +3 -0
  28. package/dist/tools/emit-maintenance-snippet.d.ts.map +1 -0
  29. package/dist/tools/get-guidelines.d.ts +3 -0
  30. package/dist/tools/get-guidelines.d.ts.map +1 -0
  31. package/dist/tools/index.d.ts +6 -0
  32. package/dist/tools/index.d.ts.map +1 -0
  33. package/dist/tools/plan-workspace-autofix.d.ts +6 -0
  34. package/dist/tools/plan-workspace-autofix.d.ts.map +1 -0
  35. package/dist/tools/quick-check.d.ts +3 -0
  36. package/dist/tools/quick-check.d.ts.map +1 -0
  37. package/dist/tools/schema-compat.d.ts +13 -0
  38. package/dist/tools/schema-compat.d.ts.map +1 -0
  39. package/dist/tools/tool-result.d.ts +4 -0
  40. package/dist/tools/tool-result.d.ts.map +1 -0
  41. package/dist/transport-security.d.ts +51 -0
  42. package/dist/transport-security.d.ts.map +1 -0
  43. package/package.json +18 -11
  44. package/dist/chunk-MNSQOOMH.js.map +0 -1
@@ -35,9 +35,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
35
35
  mod
36
36
  ));
37
37
 
38
- // ../../node_modules/.bun/kind-of@6.0.3/node_modules/kind-of/index.js
38
+ // ../../node_modules/.pnpm/kind-of@6.0.3/node_modules/kind-of/index.js
39
39
  var require_kind_of = __commonJS({
40
- "../../node_modules/.bun/kind-of@6.0.3/node_modules/kind-of/index.js"(exports2, module2) {
40
+ "../../node_modules/.pnpm/kind-of@6.0.3/node_modules/kind-of/index.js"(exports2, module2) {
41
41
  "use strict";
42
42
  var toString = Object.prototype.toString;
43
43
  module2.exports = function kindOf(val) {
@@ -157,9 +157,9 @@ var require_kind_of = __commonJS({
157
157
  }
158
158
  });
159
159
 
160
- // ../../node_modules/.bun/is-extendable@0.1.1/node_modules/is-extendable/index.js
160
+ // ../../node_modules/.pnpm/is-extendable@0.1.1/node_modules/is-extendable/index.js
161
161
  var require_is_extendable = __commonJS({
162
- "../../node_modules/.bun/is-extendable@0.1.1/node_modules/is-extendable/index.js"(exports2, module2) {
162
+ "../../node_modules/.pnpm/is-extendable@0.1.1/node_modules/is-extendable/index.js"(exports2, module2) {
163
163
  "use strict";
164
164
  module2.exports = function isExtendable(val) {
165
165
  return typeof val !== "undefined" && val !== null && (typeof val === "object" || typeof val === "function");
@@ -167,9 +167,9 @@ var require_is_extendable = __commonJS({
167
167
  }
168
168
  });
169
169
 
170
- // ../../node_modules/.bun/extend-shallow@2.0.1/node_modules/extend-shallow/index.js
170
+ // ../../node_modules/.pnpm/extend-shallow@2.0.1/node_modules/extend-shallow/index.js
171
171
  var require_extend_shallow = __commonJS({
172
- "../../node_modules/.bun/extend-shallow@2.0.1/node_modules/extend-shallow/index.js"(exports2, module2) {
172
+ "../../node_modules/.pnpm/extend-shallow@2.0.1/node_modules/extend-shallow/index.js"(exports2, module2) {
173
173
  "use strict";
174
174
  var isObject2 = require_is_extendable();
175
175
  module2.exports = function extend2(o) {
@@ -198,9 +198,9 @@ var require_extend_shallow = __commonJS({
198
198
  }
199
199
  });
200
200
 
201
- // ../../node_modules/.bun/section-matter@1.0.0/node_modules/section-matter/index.js
201
+ // ../../node_modules/.pnpm/section-matter@1.0.0/node_modules/section-matter/index.js
202
202
  var require_section_matter = __commonJS({
203
- "../../node_modules/.bun/section-matter@1.0.0/node_modules/section-matter/index.js"(exports2, module2) {
203
+ "../../node_modules/.pnpm/section-matter@1.0.0/node_modules/section-matter/index.js"(exports2, module2) {
204
204
  "use strict";
205
205
  var typeOf = require_kind_of();
206
206
  var extend2 = require_extend_shallow();
@@ -305,9 +305,9 @@ var require_section_matter = __commonJS({
305
305
  }
306
306
  });
307
307
 
308
- // ../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/common.js
308
+ // ../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/common.js
309
309
  var require_common = __commonJS({
310
- "../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/common.js"(exports2, module2) {
310
+ "../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/common.js"(exports2, module2) {
311
311
  "use strict";
312
312
  function isNothing(subject) {
313
313
  return typeof subject === "undefined" || subject === null;
@@ -350,9 +350,9 @@ var require_common = __commonJS({
350
350
  }
351
351
  });
352
352
 
353
- // ../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/exception.js
353
+ // ../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/exception.js
354
354
  var require_exception = __commonJS({
355
- "../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/exception.js"(exports2, module2) {
355
+ "../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/exception.js"(exports2, module2) {
356
356
  "use strict";
357
357
  function YAMLException(reason, mark) {
358
358
  Error.call(this);
@@ -380,9 +380,9 @@ var require_exception = __commonJS({
380
380
  }
381
381
  });
382
382
 
383
- // ../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/mark.js
383
+ // ../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/mark.js
384
384
  var require_mark = __commonJS({
385
- "../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/mark.js"(exports2, module2) {
385
+ "../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/mark.js"(exports2, module2) {
386
386
  "use strict";
387
387
  var common = require_common();
388
388
  function Mark(name, buffer, position, line, column) {
@@ -438,9 +438,9 @@ var require_mark = __commonJS({
438
438
  }
439
439
  });
440
440
 
441
- // ../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type.js
441
+ // ../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type.js
442
442
  var require_type = __commonJS({
443
- "../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type.js"(exports2, module2) {
443
+ "../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type.js"(exports2, module2) {
444
444
  "use strict";
445
445
  var YAMLException = require_exception();
446
446
  var TYPE_CONSTRUCTOR_OPTIONS = [
@@ -497,9 +497,9 @@ var require_type = __commonJS({
497
497
  }
498
498
  });
499
499
 
500
- // ../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/schema.js
500
+ // ../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/schema.js
501
501
  var require_schema = __commonJS({
502
- "../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/schema.js"(exports2, module2) {
502
+ "../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/schema.js"(exports2, module2) {
503
503
  "use strict";
504
504
  var common = require_common();
505
505
  var YAMLException = require_exception();
@@ -585,9 +585,9 @@ var require_schema = __commonJS({
585
585
  }
586
586
  });
587
587
 
588
- // ../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/str.js
588
+ // ../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/str.js
589
589
  var require_str = __commonJS({
590
- "../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/str.js"(exports2, module2) {
590
+ "../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/str.js"(exports2, module2) {
591
591
  "use strict";
592
592
  var Type = require_type();
593
593
  module2.exports = new Type("tag:yaml.org,2002:str", {
@@ -599,9 +599,9 @@ var require_str = __commonJS({
599
599
  }
600
600
  });
601
601
 
602
- // ../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/seq.js
602
+ // ../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/seq.js
603
603
  var require_seq = __commonJS({
604
- "../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/seq.js"(exports2, module2) {
604
+ "../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/seq.js"(exports2, module2) {
605
605
  "use strict";
606
606
  var Type = require_type();
607
607
  module2.exports = new Type("tag:yaml.org,2002:seq", {
@@ -613,9 +613,9 @@ var require_seq = __commonJS({
613
613
  }
614
614
  });
615
615
 
616
- // ../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/map.js
616
+ // ../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/map.js
617
617
  var require_map = __commonJS({
618
- "../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/map.js"(exports2, module2) {
618
+ "../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/map.js"(exports2, module2) {
619
619
  "use strict";
620
620
  var Type = require_type();
621
621
  module2.exports = new Type("tag:yaml.org,2002:map", {
@@ -627,9 +627,9 @@ var require_map = __commonJS({
627
627
  }
628
628
  });
629
629
 
630
- // ../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/schema/failsafe.js
630
+ // ../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/schema/failsafe.js
631
631
  var require_failsafe = __commonJS({
632
- "../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/schema/failsafe.js"(exports2, module2) {
632
+ "../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/schema/failsafe.js"(exports2, module2) {
633
633
  "use strict";
634
634
  var Schema = require_schema();
635
635
  module2.exports = new Schema({
@@ -642,9 +642,9 @@ var require_failsafe = __commonJS({
642
642
  }
643
643
  });
644
644
 
645
- // ../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/null.js
645
+ // ../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/null.js
646
646
  var require_null = __commonJS({
647
- "../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/null.js"(exports2, module2) {
647
+ "../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/null.js"(exports2, module2) {
648
648
  "use strict";
649
649
  var Type = require_type();
650
650
  function resolveYamlNull(data) {
@@ -682,9 +682,9 @@ var require_null = __commonJS({
682
682
  }
683
683
  });
684
684
 
685
- // ../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/bool.js
685
+ // ../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/bool.js
686
686
  var require_bool = __commonJS({
687
- "../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/bool.js"(exports2, module2) {
687
+ "../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/bool.js"(exports2, module2) {
688
688
  "use strict";
689
689
  var Type = require_type();
690
690
  function resolveYamlBoolean(data) {
@@ -719,9 +719,9 @@ var require_bool = __commonJS({
719
719
  }
720
720
  });
721
721
 
722
- // ../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/int.js
722
+ // ../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/int.js
723
723
  var require_int = __commonJS({
724
- "../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/int.js"(exports2, module2) {
724
+ "../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/int.js"(exports2, module2) {
725
725
  "use strict";
726
726
  var common = require_common();
727
727
  var Type = require_type();
@@ -852,9 +852,9 @@ var require_int = __commonJS({
852
852
  }
853
853
  });
854
854
 
855
- // ../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/float.js
855
+ // ../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/float.js
856
856
  var require_float = __commonJS({
857
- "../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/float.js"(exports2, module2) {
857
+ "../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/float.js"(exports2, module2) {
858
858
  "use strict";
859
859
  var common = require_common();
860
860
  var Type = require_type();
@@ -947,9 +947,9 @@ var require_float = __commonJS({
947
947
  }
948
948
  });
949
949
 
950
- // ../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/schema/json.js
950
+ // ../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/schema/json.js
951
951
  var require_json = __commonJS({
952
- "../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/schema/json.js"(exports2, module2) {
952
+ "../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/schema/json.js"(exports2, module2) {
953
953
  "use strict";
954
954
  var Schema = require_schema();
955
955
  module2.exports = new Schema({
@@ -966,9 +966,9 @@ var require_json = __commonJS({
966
966
  }
967
967
  });
968
968
 
969
- // ../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/schema/core.js
969
+ // ../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/schema/core.js
970
970
  var require_core = __commonJS({
971
- "../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/schema/core.js"(exports2, module2) {
971
+ "../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/schema/core.js"(exports2, module2) {
972
972
  "use strict";
973
973
  var Schema = require_schema();
974
974
  module2.exports = new Schema({
@@ -979,9 +979,9 @@ var require_core = __commonJS({
979
979
  }
980
980
  });
981
981
 
982
- // ../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/timestamp.js
982
+ // ../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/timestamp.js
983
983
  var require_timestamp = __commonJS({
984
- "../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/timestamp.js"(exports2, module2) {
984
+ "../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/timestamp.js"(exports2, module2) {
985
985
  "use strict";
986
986
  var Type = require_type();
987
987
  var YAML_DATE_REGEXP = new RegExp(
@@ -1040,9 +1040,9 @@ var require_timestamp = __commonJS({
1040
1040
  }
1041
1041
  });
1042
1042
 
1043
- // ../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/merge.js
1043
+ // ../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/merge.js
1044
1044
  var require_merge = __commonJS({
1045
- "../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/merge.js"(exports2, module2) {
1045
+ "../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/merge.js"(exports2, module2) {
1046
1046
  "use strict";
1047
1047
  var Type = require_type();
1048
1048
  function resolveYamlMerge(data) {
@@ -1055,9 +1055,9 @@ var require_merge = __commonJS({
1055
1055
  }
1056
1056
  });
1057
1057
 
1058
- // ../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/binary.js
1058
+ // ../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/binary.js
1059
1059
  var require_binary = __commonJS({
1060
- "../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/binary.js"(exports2, module2) {
1060
+ "../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/binary.js"(exports2, module2) {
1061
1061
  "use strict";
1062
1062
  var NodeBuffer;
1063
1063
  try {
@@ -1148,9 +1148,9 @@ var require_binary = __commonJS({
1148
1148
  }
1149
1149
  });
1150
1150
 
1151
- // ../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/omap.js
1151
+ // ../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/omap.js
1152
1152
  var require_omap = __commonJS({
1153
- "../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/omap.js"(exports2, module2) {
1153
+ "../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/omap.js"(exports2, module2) {
1154
1154
  "use strict";
1155
1155
  var Type = require_type();
1156
1156
  var _hasOwnProperty = Object.prototype.hasOwnProperty;
@@ -1185,9 +1185,9 @@ var require_omap = __commonJS({
1185
1185
  }
1186
1186
  });
1187
1187
 
1188
- // ../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/pairs.js
1188
+ // ../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/pairs.js
1189
1189
  var require_pairs = __commonJS({
1190
- "../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/pairs.js"(exports2, module2) {
1190
+ "../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/pairs.js"(exports2, module2) {
1191
1191
  "use strict";
1192
1192
  var Type = require_type();
1193
1193
  var _toString = Object.prototype.toString;
@@ -1223,9 +1223,9 @@ var require_pairs = __commonJS({
1223
1223
  }
1224
1224
  });
1225
1225
 
1226
- // ../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/set.js
1226
+ // ../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/set.js
1227
1227
  var require_set = __commonJS({
1228
- "../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/set.js"(exports2, module2) {
1228
+ "../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/set.js"(exports2, module2) {
1229
1229
  "use strict";
1230
1230
  var Type = require_type();
1231
1231
  var _hasOwnProperty = Object.prototype.hasOwnProperty;
@@ -1250,9 +1250,9 @@ var require_set = __commonJS({
1250
1250
  }
1251
1251
  });
1252
1252
 
1253
- // ../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js
1253
+ // ../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js
1254
1254
  var require_default_safe = __commonJS({
1255
- "../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js"(exports2, module2) {
1255
+ "../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js"(exports2, module2) {
1256
1256
  "use strict";
1257
1257
  var Schema = require_schema();
1258
1258
  module2.exports = new Schema({
@@ -1273,9 +1273,9 @@ var require_default_safe = __commonJS({
1273
1273
  }
1274
1274
  });
1275
1275
 
1276
- // ../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/js/undefined.js
1276
+ // ../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/js/undefined.js
1277
1277
  var require_undefined = __commonJS({
1278
- "../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/js/undefined.js"(exports2, module2) {
1278
+ "../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/js/undefined.js"(exports2, module2) {
1279
1279
  "use strict";
1280
1280
  var Type = require_type();
1281
1281
  function resolveJavascriptUndefined() {
@@ -1300,9 +1300,9 @@ var require_undefined = __commonJS({
1300
1300
  }
1301
1301
  });
1302
1302
 
1303
- // ../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/js/regexp.js
1303
+ // ../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/js/regexp.js
1304
1304
  var require_regexp = __commonJS({
1305
- "../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/js/regexp.js"(exports2, module2) {
1305
+ "../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/js/regexp.js"(exports2, module2) {
1306
1306
  "use strict";
1307
1307
  var Type = require_type();
1308
1308
  function resolveJavascriptRegExp(data) {
@@ -1344,9 +1344,9 @@ var require_regexp = __commonJS({
1344
1344
  }
1345
1345
  });
1346
1346
 
1347
- // ../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/js/function.js
1347
+ // ../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/js/function.js
1348
1348
  var require_function = __commonJS({
1349
- "../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/js/function.js"(exports2, module2) {
1349
+ "../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/type/js/function.js"(exports2, module2) {
1350
1350
  "use strict";
1351
1351
  var esprima;
1352
1352
  try {
@@ -1399,9 +1399,9 @@ var require_function = __commonJS({
1399
1399
  }
1400
1400
  });
1401
1401
 
1402
- // ../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
1402
+ // ../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
1403
1403
  var require_default_full = __commonJS({
1404
- "../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/schema/default_full.js"(exports2, module2) {
1404
+ "../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/schema/default_full.js"(exports2, module2) {
1405
1405
  "use strict";
1406
1406
  var Schema = require_schema();
1407
1407
  module2.exports = Schema.DEFAULT = new Schema({
@@ -1417,9 +1417,9 @@ var require_default_full = __commonJS({
1417
1417
  }
1418
1418
  });
1419
1419
 
1420
- // ../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/loader.js
1420
+ // ../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/loader.js
1421
1421
  var require_loader = __commonJS({
1422
- "../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/loader.js"(exports2, module2) {
1422
+ "../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/loader.js"(exports2, module2) {
1423
1423
  "use strict";
1424
1424
  var common = require_common();
1425
1425
  var YAMLException = require_exception();
@@ -2536,9 +2536,9 @@ var require_loader = __commonJS({
2536
2536
  }
2537
2537
  });
2538
2538
 
2539
- // ../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/dumper.js
2539
+ // ../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/dumper.js
2540
2540
  var require_dumper = __commonJS({
2541
- "../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/dumper.js"(exports2, module2) {
2541
+ "../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml/dumper.js"(exports2, module2) {
2542
2542
  "use strict";
2543
2543
  var common = require_common();
2544
2544
  var YAMLException = require_exception();
@@ -3084,9 +3084,9 @@ var require_dumper = __commonJS({
3084
3084
  }
3085
3085
  });
3086
3086
 
3087
- // ../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml.js
3087
+ // ../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml.js
3088
3088
  var require_js_yaml = __commonJS({
3089
- "../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml.js"(exports2, module2) {
3089
+ "../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/lib/js-yaml.js"(exports2, module2) {
3090
3090
  "use strict";
3091
3091
  var loader = require_loader();
3092
3092
  var dumper = require_dumper();
@@ -3119,18 +3119,18 @@ var require_js_yaml = __commonJS({
3119
3119
  }
3120
3120
  });
3121
3121
 
3122
- // ../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/index.js
3122
+ // ../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/index.js
3123
3123
  var require_js_yaml2 = __commonJS({
3124
- "../../node_modules/.bun/js-yaml@3.14.2/node_modules/js-yaml/index.js"(exports2, module2) {
3124
+ "../../node_modules/.pnpm/js-yaml@3.14.2/node_modules/js-yaml/index.js"(exports2, module2) {
3125
3125
  "use strict";
3126
3126
  var yaml2 = require_js_yaml();
3127
3127
  module2.exports = yaml2;
3128
3128
  }
3129
3129
  });
3130
3130
 
3131
- // ../../node_modules/.bun/gray-matter@4.0.3/node_modules/gray-matter/lib/engines.js
3131
+ // ../../node_modules/.pnpm/gray-matter@4.0.3/node_modules/gray-matter/lib/engines.js
3132
3132
  var require_engines = __commonJS({
3133
- "../../node_modules/.bun/gray-matter@4.0.3/node_modules/gray-matter/lib/engines.js"(exports, module) {
3133
+ "../../node_modules/.pnpm/gray-matter@4.0.3/node_modules/gray-matter/lib/engines.js"(exports, module) {
3134
3134
  "use strict";
3135
3135
  var yaml = require_js_yaml2();
3136
3136
  var engines = exports = module.exports;
@@ -3166,9 +3166,9 @@ var require_engines = __commonJS({
3166
3166
  }
3167
3167
  });
3168
3168
 
3169
- // ../../node_modules/.bun/strip-bom-string@1.0.0/node_modules/strip-bom-string/index.js
3169
+ // ../../node_modules/.pnpm/strip-bom-string@1.0.0/node_modules/strip-bom-string/index.js
3170
3170
  var require_strip_bom_string = __commonJS({
3171
- "../../node_modules/.bun/strip-bom-string@1.0.0/node_modules/strip-bom-string/index.js"(exports2, module2) {
3171
+ "../../node_modules/.pnpm/strip-bom-string@1.0.0/node_modules/strip-bom-string/index.js"(exports2, module2) {
3172
3172
  "use strict";
3173
3173
  module2.exports = function(str2) {
3174
3174
  if (typeof str2 === "string" && str2.charAt(0) === "\uFEFF") {
@@ -3179,9 +3179,9 @@ var require_strip_bom_string = __commonJS({
3179
3179
  }
3180
3180
  });
3181
3181
 
3182
- // ../../node_modules/.bun/gray-matter@4.0.3/node_modules/gray-matter/lib/utils.js
3182
+ // ../../node_modules/.pnpm/gray-matter@4.0.3/node_modules/gray-matter/lib/utils.js
3183
3183
  var require_utils = __commonJS({
3184
- "../../node_modules/.bun/gray-matter@4.0.3/node_modules/gray-matter/lib/utils.js"(exports2) {
3184
+ "../../node_modules/.pnpm/gray-matter@4.0.3/node_modules/gray-matter/lib/utils.js"(exports2) {
3185
3185
  "use strict";
3186
3186
  var stripBom = require_strip_bom_string();
3187
3187
  var typeOf = require_kind_of();
@@ -3219,9 +3219,9 @@ var require_utils = __commonJS({
3219
3219
  }
3220
3220
  });
3221
3221
 
3222
- // ../../node_modules/.bun/gray-matter@4.0.3/node_modules/gray-matter/lib/defaults.js
3222
+ // ../../node_modules/.pnpm/gray-matter@4.0.3/node_modules/gray-matter/lib/defaults.js
3223
3223
  var require_defaults = __commonJS({
3224
- "../../node_modules/.bun/gray-matter@4.0.3/node_modules/gray-matter/lib/defaults.js"(exports2, module2) {
3224
+ "../../node_modules/.pnpm/gray-matter@4.0.3/node_modules/gray-matter/lib/defaults.js"(exports2, module2) {
3225
3225
  "use strict";
3226
3226
  var engines2 = require_engines();
3227
3227
  var utils = require_utils();
@@ -3238,9 +3238,9 @@ var require_defaults = __commonJS({
3238
3238
  }
3239
3239
  });
3240
3240
 
3241
- // ../../node_modules/.bun/gray-matter@4.0.3/node_modules/gray-matter/lib/engine.js
3241
+ // ../../node_modules/.pnpm/gray-matter@4.0.3/node_modules/gray-matter/lib/engine.js
3242
3242
  var require_engine = __commonJS({
3243
- "../../node_modules/.bun/gray-matter@4.0.3/node_modules/gray-matter/lib/engine.js"(exports2, module2) {
3243
+ "../../node_modules/.pnpm/gray-matter@4.0.3/node_modules/gray-matter/lib/engine.js"(exports2, module2) {
3244
3244
  "use strict";
3245
3245
  module2.exports = function(name, options2) {
3246
3246
  let engine = options2.engines[name] || options2.engines[aliase(name)];
@@ -3272,9 +3272,9 @@ var require_engine = __commonJS({
3272
3272
  }
3273
3273
  });
3274
3274
 
3275
- // ../../node_modules/.bun/gray-matter@4.0.3/node_modules/gray-matter/lib/stringify.js
3275
+ // ../../node_modules/.pnpm/gray-matter@4.0.3/node_modules/gray-matter/lib/stringify.js
3276
3276
  var require_stringify = __commonJS({
3277
- "../../node_modules/.bun/gray-matter@4.0.3/node_modules/gray-matter/lib/stringify.js"(exports2, module2) {
3277
+ "../../node_modules/.pnpm/gray-matter@4.0.3/node_modules/gray-matter/lib/stringify.js"(exports2, module2) {
3278
3278
  "use strict";
3279
3279
  var typeOf = require_kind_of();
3280
3280
  var getEngine = require_engine();
@@ -3325,9 +3325,9 @@ var require_stringify = __commonJS({
3325
3325
  }
3326
3326
  });
3327
3327
 
3328
- // ../../node_modules/.bun/gray-matter@4.0.3/node_modules/gray-matter/lib/excerpt.js
3328
+ // ../../node_modules/.pnpm/gray-matter@4.0.3/node_modules/gray-matter/lib/excerpt.js
3329
3329
  var require_excerpt = __commonJS({
3330
- "../../node_modules/.bun/gray-matter@4.0.3/node_modules/gray-matter/lib/excerpt.js"(exports2, module2) {
3330
+ "../../node_modules/.pnpm/gray-matter@4.0.3/node_modules/gray-matter/lib/excerpt.js"(exports2, module2) {
3331
3331
  "use strict";
3332
3332
  var defaults = require_defaults();
3333
3333
  module2.exports = function(file2, options2) {
@@ -3352,9 +3352,9 @@ var require_excerpt = __commonJS({
3352
3352
  }
3353
3353
  });
3354
3354
 
3355
- // ../../node_modules/.bun/gray-matter@4.0.3/node_modules/gray-matter/lib/to-file.js
3355
+ // ../../node_modules/.pnpm/gray-matter@4.0.3/node_modules/gray-matter/lib/to-file.js
3356
3356
  var require_to_file = __commonJS({
3357
- "../../node_modules/.bun/gray-matter@4.0.3/node_modules/gray-matter/lib/to-file.js"(exports2, module2) {
3357
+ "../../node_modules/.pnpm/gray-matter@4.0.3/node_modules/gray-matter/lib/to-file.js"(exports2, module2) {
3358
3358
  "use strict";
3359
3359
  var typeOf = require_kind_of();
3360
3360
  var stringify = require_stringify();
@@ -3386,9 +3386,9 @@ var require_to_file = __commonJS({
3386
3386
  }
3387
3387
  });
3388
3388
 
3389
- // ../../node_modules/.bun/gray-matter@4.0.3/node_modules/gray-matter/lib/parse.js
3389
+ // ../../node_modules/.pnpm/gray-matter@4.0.3/node_modules/gray-matter/lib/parse.js
3390
3390
  var require_parse = __commonJS({
3391
- "../../node_modules/.bun/gray-matter@4.0.3/node_modules/gray-matter/lib/parse.js"(exports2, module2) {
3391
+ "../../node_modules/.pnpm/gray-matter@4.0.3/node_modules/gray-matter/lib/parse.js"(exports2, module2) {
3392
3392
  "use strict";
3393
3393
  var getEngine = require_engine();
3394
3394
  var defaults = require_defaults();
@@ -3403,9 +3403,9 @@ var require_parse = __commonJS({
3403
3403
  }
3404
3404
  });
3405
3405
 
3406
- // ../../node_modules/.bun/gray-matter@4.0.3/node_modules/gray-matter/index.js
3406
+ // ../../node_modules/.pnpm/gray-matter@4.0.3/node_modules/gray-matter/index.js
3407
3407
  var require_gray_matter = __commonJS({
3408
- "../../node_modules/.bun/gray-matter@4.0.3/node_modules/gray-matter/index.js"(exports2, module2) {
3408
+ "../../node_modules/.pnpm/gray-matter@4.0.3/node_modules/gray-matter/index.js"(exports2, module2) {
3409
3409
  "use strict";
3410
3410
  var fs2 = __require("fs");
3411
3411
  var sections = require_section_matter();
@@ -3526,7 +3526,7 @@ function registerAgentLintPrompts(_server) {
3526
3526
  // src/resources/register-resources.ts
3527
3527
  import { ResourceTemplate } from "@modelcontextprotocol/sdk/server/mcp.js";
3528
3528
 
3529
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/classic/external.js
3529
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/classic/external.js
3530
3530
  var external_exports = {};
3531
3531
  __export(external_exports, {
3532
3532
  $brand: () => $brand,
@@ -3767,7 +3767,7 @@ __export(external_exports, {
3767
3767
  xor: () => xor
3768
3768
  });
3769
3769
 
3770
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/core/index.js
3770
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/index.js
3771
3771
  var core_exports2 = {};
3772
3772
  __export(core_exports2, {
3773
3773
  $ZodAny: () => $ZodAny,
@@ -4045,7 +4045,7 @@ __export(core_exports2, {
4045
4045
  version: () => version
4046
4046
  });
4047
4047
 
4048
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/core/core.js
4048
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/core.js
4049
4049
  var NEVER = Object.freeze({
4050
4050
  status: "aborted"
4051
4051
  });
@@ -4120,7 +4120,7 @@ function config(newConfig) {
4120
4120
  return globalConfig;
4121
4121
  }
4122
4122
 
4123
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/core/util.js
4123
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/util.js
4124
4124
  var util_exports = {};
4125
4125
  __export(util_exports, {
4126
4126
  BIGINT_FORMAT_RANGES: () => BIGINT_FORMAT_RANGES,
@@ -4799,7 +4799,7 @@ var Class = class {
4799
4799
  }
4800
4800
  };
4801
4801
 
4802
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/core/errors.js
4802
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/errors.js
4803
4803
  var initializer = (inst, def) => {
4804
4804
  inst.name = "$ZodError";
4805
4805
  Object.defineProperty(inst, "_zod", {
@@ -4935,7 +4935,7 @@ function prettifyError(error48) {
4935
4935
  return lines.join("\n");
4936
4936
  }
4937
4937
 
4938
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/core/parse.js
4938
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/parse.js
4939
4939
  var _parse = (_Err) => (schema, value, _ctx, _params) => {
4940
4940
  const ctx = _ctx ? Object.assign(_ctx, { async: false }) : { async: false };
4941
4941
  const result = schema._zod.run({ value, issues: [] }, ctx);
@@ -5023,7 +5023,7 @@ var _safeDecodeAsync = (_Err) => async (schema, value, _ctx) => {
5023
5023
  };
5024
5024
  var safeDecodeAsync = /* @__PURE__ */ _safeDecodeAsync($ZodRealError);
5025
5025
 
5026
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/core/regexes.js
5026
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/regexes.js
5027
5027
  var regexes_exports = {};
5028
5028
  __export(regexes_exports, {
5029
5029
  base64: () => base64,
@@ -5180,7 +5180,7 @@ var sha512_hex = /^[0-9a-fA-F]{128}$/;
5180
5180
  var sha512_base64 = /* @__PURE__ */ fixedBase64(86, "==");
5181
5181
  var sha512_base64url = /* @__PURE__ */ fixedBase64url(86);
5182
5182
 
5183
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/core/checks.js
5183
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/checks.js
5184
5184
  var $ZodCheck = /* @__PURE__ */ $constructor("$ZodCheck", (inst, def) => {
5185
5185
  var _a2;
5186
5186
  inst._zod ?? (inst._zod = {});
@@ -5728,7 +5728,7 @@ var $ZodCheckOverwrite = /* @__PURE__ */ $constructor("$ZodCheckOverwrite", (ins
5728
5728
  };
5729
5729
  });
5730
5730
 
5731
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/core/doc.js
5731
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/doc.js
5732
5732
  var Doc = class {
5733
5733
  constructor(args = []) {
5734
5734
  this.content = [];
@@ -5764,14 +5764,14 @@ var Doc = class {
5764
5764
  }
5765
5765
  };
5766
5766
 
5767
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/core/versions.js
5767
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/versions.js
5768
5768
  var version = {
5769
5769
  major: 4,
5770
5770
  minor: 3,
5771
5771
  patch: 6
5772
5772
  };
5773
5773
 
5774
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/core/schemas.js
5774
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/schemas.js
5775
5775
  var $ZodType = /* @__PURE__ */ $constructor("$ZodType", (inst, def) => {
5776
5776
  var _a2;
5777
5777
  inst ?? (inst = {});
@@ -7742,7 +7742,7 @@ function handleRefineResult(result, payload, input, inst) {
7742
7742
  }
7743
7743
  }
7744
7744
 
7745
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/index.js
7745
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/index.js
7746
7746
  var locales_exports = {};
7747
7747
  __export(locales_exports, {
7748
7748
  ar: () => ar_default,
@@ -7796,7 +7796,7 @@ __export(locales_exports, {
7796
7796
  zhTW: () => zh_TW_default
7797
7797
  });
7798
7798
 
7799
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/ar.js
7799
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/ar.js
7800
7800
  var error = () => {
7801
7801
  const Sizable = {
7802
7802
  string: { unit: "\u062D\u0631\u0641", verb: "\u0623\u0646 \u064A\u062D\u0648\u064A" },
@@ -7903,7 +7903,7 @@ function ar_default() {
7903
7903
  };
7904
7904
  }
7905
7905
 
7906
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/az.js
7906
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/az.js
7907
7907
  var error2 = () => {
7908
7908
  const Sizable = {
7909
7909
  string: { unit: "simvol", verb: "olmal\u0131d\u0131r" },
@@ -8009,7 +8009,7 @@ function az_default() {
8009
8009
  };
8010
8010
  }
8011
8011
 
8012
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/be.js
8012
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/be.js
8013
8013
  function getBelarusianPlural(count, one, few, many) {
8014
8014
  const absCount = Math.abs(count);
8015
8015
  const lastDigit = absCount % 10;
@@ -8166,7 +8166,7 @@ function be_default() {
8166
8166
  };
8167
8167
  }
8168
8168
 
8169
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/bg.js
8169
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/bg.js
8170
8170
  var error4 = () => {
8171
8171
  const Sizable = {
8172
8172
  string: { unit: "\u0441\u0438\u043C\u0432\u043E\u043B\u0430", verb: "\u0434\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430" },
@@ -8287,7 +8287,7 @@ function bg_default() {
8287
8287
  };
8288
8288
  }
8289
8289
 
8290
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/ca.js
8290
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/ca.js
8291
8291
  var error5 = () => {
8292
8292
  const Sizable = {
8293
8293
  string: { unit: "car\xE0cters", verb: "contenir" },
@@ -8396,7 +8396,7 @@ function ca_default() {
8396
8396
  };
8397
8397
  }
8398
8398
 
8399
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/cs.js
8399
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/cs.js
8400
8400
  var error6 = () => {
8401
8401
  const Sizable = {
8402
8402
  string: { unit: "znak\u016F", verb: "m\xEDt" },
@@ -8508,7 +8508,7 @@ function cs_default() {
8508
8508
  };
8509
8509
  }
8510
8510
 
8511
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/da.js
8511
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/da.js
8512
8512
  var error7 = () => {
8513
8513
  const Sizable = {
8514
8514
  string: { unit: "tegn", verb: "havde" },
@@ -8624,7 +8624,7 @@ function da_default() {
8624
8624
  };
8625
8625
  }
8626
8626
 
8627
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/de.js
8627
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/de.js
8628
8628
  var error8 = () => {
8629
8629
  const Sizable = {
8630
8630
  string: { unit: "Zeichen", verb: "zu haben" },
@@ -8733,7 +8733,7 @@ function de_default() {
8733
8733
  };
8734
8734
  }
8735
8735
 
8736
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/en.js
8736
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/en.js
8737
8737
  var error9 = () => {
8738
8738
  const Sizable = {
8739
8739
  string: { unit: "characters", verb: "to have" },
@@ -8842,7 +8842,7 @@ function en_default() {
8842
8842
  };
8843
8843
  }
8844
8844
 
8845
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/eo.js
8845
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/eo.js
8846
8846
  var error10 = () => {
8847
8847
  const Sizable = {
8848
8848
  string: { unit: "karaktrojn", verb: "havi" },
@@ -8952,7 +8952,7 @@ function eo_default() {
8952
8952
  };
8953
8953
  }
8954
8954
 
8955
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/es.js
8955
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/es.js
8956
8956
  var error11 = () => {
8957
8957
  const Sizable = {
8958
8958
  string: { unit: "caracteres", verb: "tener" },
@@ -9085,7 +9085,7 @@ function es_default() {
9085
9085
  };
9086
9086
  }
9087
9087
 
9088
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/fa.js
9088
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/fa.js
9089
9089
  var error12 = () => {
9090
9090
  const Sizable = {
9091
9091
  string: { unit: "\u06A9\u0627\u0631\u0627\u06A9\u062A\u0631", verb: "\u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u062F" },
@@ -9200,7 +9200,7 @@ function fa_default() {
9200
9200
  };
9201
9201
  }
9202
9202
 
9203
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/fi.js
9203
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/fi.js
9204
9204
  var error13 = () => {
9205
9205
  const Sizable = {
9206
9206
  string: { unit: "merkki\xE4", subject: "merkkijonon" },
@@ -9313,7 +9313,7 @@ function fi_default() {
9313
9313
  };
9314
9314
  }
9315
9315
 
9316
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/fr.js
9316
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/fr.js
9317
9317
  var error14 = () => {
9318
9318
  const Sizable = {
9319
9319
  string: { unit: "caract\xE8res", verb: "avoir" },
@@ -9422,7 +9422,7 @@ function fr_default() {
9422
9422
  };
9423
9423
  }
9424
9424
 
9425
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/fr-CA.js
9425
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/fr-CA.js
9426
9426
  var error15 = () => {
9427
9427
  const Sizable = {
9428
9428
  string: { unit: "caract\xE8res", verb: "avoir" },
@@ -9530,7 +9530,7 @@ function fr_CA_default() {
9530
9530
  };
9531
9531
  }
9532
9532
 
9533
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/he.js
9533
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/he.js
9534
9534
  var error16 = () => {
9535
9535
  const TypeNames = {
9536
9536
  string: { label: "\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA", gender: "f" },
@@ -9725,7 +9725,7 @@ function he_default() {
9725
9725
  };
9726
9726
  }
9727
9727
 
9728
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/hu.js
9728
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/hu.js
9729
9729
  var error17 = () => {
9730
9730
  const Sizable = {
9731
9731
  string: { unit: "karakter", verb: "legyen" },
@@ -9834,7 +9834,7 @@ function hu_default() {
9834
9834
  };
9835
9835
  }
9836
9836
 
9837
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/hy.js
9837
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/hy.js
9838
9838
  function getArmenianPlural(count, one, many) {
9839
9839
  return Math.abs(count) === 1 ? one : many;
9840
9840
  }
@@ -9982,7 +9982,7 @@ function hy_default() {
9982
9982
  };
9983
9983
  }
9984
9984
 
9985
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/id.js
9985
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/id.js
9986
9986
  var error19 = () => {
9987
9987
  const Sizable = {
9988
9988
  string: { unit: "karakter", verb: "memiliki" },
@@ -10089,7 +10089,7 @@ function id_default() {
10089
10089
  };
10090
10090
  }
10091
10091
 
10092
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/is.js
10092
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/is.js
10093
10093
  var error20 = () => {
10094
10094
  const Sizable = {
10095
10095
  string: { unit: "stafi", verb: "a\xF0 hafa" },
@@ -10199,7 +10199,7 @@ function is_default() {
10199
10199
  };
10200
10200
  }
10201
10201
 
10202
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/it.js
10202
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/it.js
10203
10203
  var error21 = () => {
10204
10204
  const Sizable = {
10205
10205
  string: { unit: "caratteri", verb: "avere" },
@@ -10308,7 +10308,7 @@ function it_default() {
10308
10308
  };
10309
10309
  }
10310
10310
 
10311
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/ja.js
10311
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/ja.js
10312
10312
  var error22 = () => {
10313
10313
  const Sizable = {
10314
10314
  string: { unit: "\u6587\u5B57", verb: "\u3067\u3042\u308B" },
@@ -10416,7 +10416,7 @@ function ja_default() {
10416
10416
  };
10417
10417
  }
10418
10418
 
10419
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/ka.js
10419
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/ka.js
10420
10420
  var error23 = () => {
10421
10421
  const Sizable = {
10422
10422
  string: { unit: "\u10E1\u10D8\u10DB\u10D1\u10DD\u10DA\u10DD", verb: "\u10E3\u10DC\u10D3\u10D0 \u10E8\u10D4\u10D8\u10EA\u10D0\u10D5\u10D3\u10D4\u10E1" },
@@ -10529,7 +10529,7 @@ function ka_default() {
10529
10529
  };
10530
10530
  }
10531
10531
 
10532
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/km.js
10532
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/km.js
10533
10533
  var error24 = () => {
10534
10534
  const Sizable = {
10535
10535
  string: { unit: "\u178F\u17BD\u17A2\u1780\u17D2\u179F\u179A", verb: "\u1782\u17BD\u179A\u1798\u17B6\u1793" },
@@ -10640,12 +10640,12 @@ function km_default() {
10640
10640
  };
10641
10641
  }
10642
10642
 
10643
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/kh.js
10643
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/kh.js
10644
10644
  function kh_default() {
10645
10645
  return km_default();
10646
10646
  }
10647
10647
 
10648
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/ko.js
10648
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/ko.js
10649
10649
  var error25 = () => {
10650
10650
  const Sizable = {
10651
10651
  string: { unit: "\uBB38\uC790", verb: "to have" },
@@ -10757,7 +10757,7 @@ function ko_default() {
10757
10757
  };
10758
10758
  }
10759
10759
 
10760
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/lt.js
10760
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/lt.js
10761
10761
  var capitalizeFirstCharacter = (text) => {
10762
10762
  return text.charAt(0).toUpperCase() + text.slice(1);
10763
10763
  };
@@ -10961,7 +10961,7 @@ function lt_default() {
10961
10961
  };
10962
10962
  }
10963
10963
 
10964
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/mk.js
10964
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/mk.js
10965
10965
  var error27 = () => {
10966
10966
  const Sizable = {
10967
10967
  string: { unit: "\u0437\u043D\u0430\u0446\u0438", verb: "\u0434\u0430 \u0438\u043C\u0430\u0430\u0442" },
@@ -11071,7 +11071,7 @@ function mk_default() {
11071
11071
  };
11072
11072
  }
11073
11073
 
11074
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/ms.js
11074
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/ms.js
11075
11075
  var error28 = () => {
11076
11076
  const Sizable = {
11077
11077
  string: { unit: "aksara", verb: "mempunyai" },
@@ -11179,7 +11179,7 @@ function ms_default() {
11179
11179
  };
11180
11180
  }
11181
11181
 
11182
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/nl.js
11182
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/nl.js
11183
11183
  var error29 = () => {
11184
11184
  const Sizable = {
11185
11185
  string: { unit: "tekens", verb: "heeft" },
@@ -11290,7 +11290,7 @@ function nl_default() {
11290
11290
  };
11291
11291
  }
11292
11292
 
11293
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/no.js
11293
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/no.js
11294
11294
  var error30 = () => {
11295
11295
  const Sizable = {
11296
11296
  string: { unit: "tegn", verb: "\xE5 ha" },
@@ -11399,7 +11399,7 @@ function no_default() {
11399
11399
  };
11400
11400
  }
11401
11401
 
11402
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/ota.js
11402
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/ota.js
11403
11403
  var error31 = () => {
11404
11404
  const Sizable = {
11405
11405
  string: { unit: "harf", verb: "olmal\u0131d\u0131r" },
@@ -11509,7 +11509,7 @@ function ota_default() {
11509
11509
  };
11510
11510
  }
11511
11511
 
11512
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/ps.js
11512
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/ps.js
11513
11513
  var error32 = () => {
11514
11514
  const Sizable = {
11515
11515
  string: { unit: "\u062A\u0648\u06A9\u064A", verb: "\u0648\u0644\u0631\u064A" },
@@ -11624,7 +11624,7 @@ function ps_default() {
11624
11624
  };
11625
11625
  }
11626
11626
 
11627
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/pl.js
11627
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/pl.js
11628
11628
  var error33 = () => {
11629
11629
  const Sizable = {
11630
11630
  string: { unit: "znak\xF3w", verb: "mie\u0107" },
@@ -11734,7 +11734,7 @@ function pl_default() {
11734
11734
  };
11735
11735
  }
11736
11736
 
11737
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/pt.js
11737
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/pt.js
11738
11738
  var error34 = () => {
11739
11739
  const Sizable = {
11740
11740
  string: { unit: "caracteres", verb: "ter" },
@@ -11843,7 +11843,7 @@ function pt_default() {
11843
11843
  };
11844
11844
  }
11845
11845
 
11846
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/ru.js
11846
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/ru.js
11847
11847
  function getRussianPlural(count, one, few, many) {
11848
11848
  const absCount = Math.abs(count);
11849
11849
  const lastDigit = absCount % 10;
@@ -12000,7 +12000,7 @@ function ru_default() {
12000
12000
  };
12001
12001
  }
12002
12002
 
12003
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/sl.js
12003
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/sl.js
12004
12004
  var error36 = () => {
12005
12005
  const Sizable = {
12006
12006
  string: { unit: "znakov", verb: "imeti" },
@@ -12110,7 +12110,7 @@ function sl_default() {
12110
12110
  };
12111
12111
  }
12112
12112
 
12113
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/sv.js
12113
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/sv.js
12114
12114
  var error37 = () => {
12115
12115
  const Sizable = {
12116
12116
  string: { unit: "tecken", verb: "att ha" },
@@ -12221,7 +12221,7 @@ function sv_default() {
12221
12221
  };
12222
12222
  }
12223
12223
 
12224
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/ta.js
12224
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/ta.js
12225
12225
  var error38 = () => {
12226
12226
  const Sizable = {
12227
12227
  string: { unit: "\u0B8E\u0BB4\u0BC1\u0BA4\u0BCD\u0BA4\u0BC1\u0B95\u0BCD\u0B95\u0BB3\u0BCD", verb: "\u0B95\u0BCA\u0BA3\u0BCD\u0B9F\u0BBF\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD" },
@@ -12332,7 +12332,7 @@ function ta_default() {
12332
12332
  };
12333
12333
  }
12334
12334
 
12335
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/th.js
12335
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/th.js
12336
12336
  var error39 = () => {
12337
12337
  const Sizable = {
12338
12338
  string: { unit: "\u0E15\u0E31\u0E27\u0E2D\u0E31\u0E01\u0E29\u0E23", verb: "\u0E04\u0E27\u0E23\u0E21\u0E35" },
@@ -12443,7 +12443,7 @@ function th_default() {
12443
12443
  };
12444
12444
  }
12445
12445
 
12446
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/tr.js
12446
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/tr.js
12447
12447
  var error40 = () => {
12448
12448
  const Sizable = {
12449
12449
  string: { unit: "karakter", verb: "olmal\u0131" },
@@ -12549,7 +12549,7 @@ function tr_default() {
12549
12549
  };
12550
12550
  }
12551
12551
 
12552
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/uk.js
12552
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/uk.js
12553
12553
  var error41 = () => {
12554
12554
  const Sizable = {
12555
12555
  string: { unit: "\u0441\u0438\u043C\u0432\u043E\u043B\u0456\u0432", verb: "\u043C\u0430\u0442\u0438\u043C\u0435" },
@@ -12658,12 +12658,12 @@ function uk_default() {
12658
12658
  };
12659
12659
  }
12660
12660
 
12661
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/ua.js
12661
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/ua.js
12662
12662
  function ua_default() {
12663
12663
  return uk_default();
12664
12664
  }
12665
12665
 
12666
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/ur.js
12666
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/ur.js
12667
12667
  var error42 = () => {
12668
12668
  const Sizable = {
12669
12669
  string: { unit: "\u062D\u0631\u0648\u0641", verb: "\u06C1\u0648\u0646\u0627" },
@@ -12774,7 +12774,7 @@ function ur_default() {
12774
12774
  };
12775
12775
  }
12776
12776
 
12777
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/uz.js
12777
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/uz.js
12778
12778
  var error43 = () => {
12779
12779
  const Sizable = {
12780
12780
  string: { unit: "belgi", verb: "bo\u2018lishi kerak" },
@@ -12884,7 +12884,7 @@ function uz_default() {
12884
12884
  };
12885
12885
  }
12886
12886
 
12887
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/vi.js
12887
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/vi.js
12888
12888
  var error44 = () => {
12889
12889
  const Sizable = {
12890
12890
  string: { unit: "k\xFD t\u1EF1", verb: "c\xF3" },
@@ -12993,7 +12993,7 @@ function vi_default() {
12993
12993
  };
12994
12994
  }
12995
12995
 
12996
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/zh-CN.js
12996
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/zh-CN.js
12997
12997
  var error45 = () => {
12998
12998
  const Sizable = {
12999
12999
  string: { unit: "\u5B57\u7B26", verb: "\u5305\u542B" },
@@ -13103,7 +13103,7 @@ function zh_CN_default() {
13103
13103
  };
13104
13104
  }
13105
13105
 
13106
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/zh-TW.js
13106
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/zh-TW.js
13107
13107
  var error46 = () => {
13108
13108
  const Sizable = {
13109
13109
  string: { unit: "\u5B57\u5143", verb: "\u64C1\u6709" },
@@ -13211,7 +13211,7 @@ function zh_TW_default() {
13211
13211
  };
13212
13212
  }
13213
13213
 
13214
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/locales/yo.js
13214
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/locales/yo.js
13215
13215
  var error47 = () => {
13216
13216
  const Sizable = {
13217
13217
  string: { unit: "\xE0mi", verb: "n\xED" },
@@ -13319,7 +13319,7 @@ function yo_default() {
13319
13319
  };
13320
13320
  }
13321
13321
 
13322
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/core/registries.js
13322
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/registries.js
13323
13323
  var _a;
13324
13324
  var $output = /* @__PURE__ */ Symbol("ZodOutput");
13325
13325
  var $input = /* @__PURE__ */ Symbol("ZodInput");
@@ -13369,7 +13369,7 @@ function registry() {
13369
13369
  (_a = globalThis).__zod_globalRegistry ?? (_a.__zod_globalRegistry = registry());
13370
13370
  var globalRegistry = globalThis.__zod_globalRegistry;
13371
13371
 
13372
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/core/api.js
13372
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/api.js
13373
13373
  // @__NO_SIDE_EFFECTS__
13374
13374
  function _string(Class2, params) {
13375
13375
  return new Class2({
@@ -14408,7 +14408,7 @@ function _stringFormat(Class2, format, fnOrRegex, _params = {}) {
14408
14408
  return inst;
14409
14409
  }
14410
14410
 
14411
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/core/to-json-schema.js
14411
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/to-json-schema.js
14412
14412
  function initializeContext(params) {
14413
14413
  let target = params?.target ?? "draft-2020-12";
14414
14414
  if (target === "draft-4")
@@ -14760,7 +14760,7 @@ var createStandardJSONSchemaMethod = (schema, io, processors = {}) => (params) =
14760
14760
  return finalize(ctx, schema);
14761
14761
  };
14762
14762
 
14763
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/core/json-schema-processors.js
14763
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/json-schema-processors.js
14764
14764
  var formatMap = {
14765
14765
  guid: "uuid",
14766
14766
  url: "uri",
@@ -15311,7 +15311,7 @@ function toJSONSchema(input, params) {
15311
15311
  return finalize(ctx, input);
15312
15312
  }
15313
15313
 
15314
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/core/json-schema-generator.js
15314
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/json-schema-generator.js
15315
15315
  var JSONSchemaGenerator = class {
15316
15316
  /** @deprecated Access via ctx instead */
15317
15317
  get metadataRegistry() {
@@ -15386,10 +15386,10 @@ var JSONSchemaGenerator = class {
15386
15386
  }
15387
15387
  };
15388
15388
 
15389
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/core/json-schema.js
15389
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/json-schema.js
15390
15390
  var json_schema_exports = {};
15391
15391
 
15392
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/classic/schemas.js
15392
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/classic/schemas.js
15393
15393
  var schemas_exports2 = {};
15394
15394
  __export(schemas_exports2, {
15395
15395
  ZodAny: () => ZodAny,
@@ -15558,7 +15558,7 @@ __export(schemas_exports2, {
15558
15558
  xor: () => xor
15559
15559
  });
15560
15560
 
15561
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/classic/checks.js
15561
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/classic/checks.js
15562
15562
  var checks_exports2 = {};
15563
15563
  __export(checks_exports2, {
15564
15564
  endsWith: () => _endsWith,
@@ -15592,7 +15592,7 @@ __export(checks_exports2, {
15592
15592
  uppercase: () => _uppercase
15593
15593
  });
15594
15594
 
15595
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/classic/iso.js
15595
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/classic/iso.js
15596
15596
  var iso_exports = {};
15597
15597
  __export(iso_exports, {
15598
15598
  ZodISODate: () => ZodISODate,
@@ -15633,7 +15633,7 @@ function duration2(params) {
15633
15633
  return _isoDuration(ZodISODuration, params);
15634
15634
  }
15635
15635
 
15636
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/classic/errors.js
15636
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/classic/errors.js
15637
15637
  var initializer2 = (inst, issues) => {
15638
15638
  $ZodError.init(inst, issues);
15639
15639
  inst.name = "ZodError";
@@ -15673,7 +15673,7 @@ var ZodRealError = $constructor("ZodError", initializer2, {
15673
15673
  Parent: Error
15674
15674
  });
15675
15675
 
15676
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/classic/parse.js
15676
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/classic/parse.js
15677
15677
  var parse3 = /* @__PURE__ */ _parse(ZodRealError);
15678
15678
  var parseAsync2 = /* @__PURE__ */ _parseAsync(ZodRealError);
15679
15679
  var safeParse2 = /* @__PURE__ */ _safeParse(ZodRealError);
@@ -15687,7 +15687,7 @@ var safeDecode2 = /* @__PURE__ */ _safeDecode(ZodRealError);
15687
15687
  var safeEncodeAsync2 = /* @__PURE__ */ _safeEncodeAsync(ZodRealError);
15688
15688
  var safeDecodeAsync2 = /* @__PURE__ */ _safeDecodeAsync(ZodRealError);
15689
15689
 
15690
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/classic/schemas.js
15690
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/classic/schemas.js
15691
15691
  var ZodType = /* @__PURE__ */ $constructor("ZodType", (inst, def) => {
15692
15692
  $ZodType.init(inst, def);
15693
15693
  Object.assign(inst["~standard"], {
@@ -16766,7 +16766,7 @@ function preprocess(fn, schema) {
16766
16766
  return pipe(transform(fn), schema);
16767
16767
  }
16768
16768
 
16769
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/classic/compat.js
16769
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/classic/compat.js
16770
16770
  var ZodIssueCode = {
16771
16771
  invalid_type: "invalid_type",
16772
16772
  too_big: "too_big",
@@ -16792,7 +16792,7 @@ var ZodFirstPartyTypeKind;
16792
16792
  /* @__PURE__ */ (function(ZodFirstPartyTypeKind2) {
16793
16793
  })(ZodFirstPartyTypeKind || (ZodFirstPartyTypeKind = {}));
16794
16794
 
16795
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/classic/from-json-schema.js
16795
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/classic/from-json-schema.js
16796
16796
  var z = {
16797
16797
  ...schemas_exports2,
16798
16798
  ...checks_exports2,
@@ -17266,7 +17266,7 @@ function fromJSONSchema(schema, params) {
17266
17266
  return convertSchema(schema, ctx);
17267
17267
  }
17268
17268
 
17269
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/classic/coerce.js
17269
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/classic/coerce.js
17270
17270
  var coerce_exports = {};
17271
17271
  __export(coerce_exports, {
17272
17272
  bigint: () => bigint3,
@@ -17291,7 +17291,7 @@ function date4(params) {
17291
17291
  return _coercedDate(ZodDate, params);
17292
17292
  }
17293
17293
 
17294
- // ../../node_modules/.bun/zod@4.3.6/node_modules/zod/v4/classic/external.js
17294
+ // ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/classic/external.js
17295
17295
  config(en_default());
17296
17296
 
17297
17297
  // ../shared/dist/index.js
@@ -17375,6 +17375,11 @@ var SKILL_HINTS = [
17375
17375
  patterns: [".claude/skills/**/SKILL.md", ".skills/**/SKILL.md", "skills/**/SKILL.md"],
17376
17376
  examples: ["skills/release/SKILL.md", ".claude/skills/testing/SKILL.md"]
17377
17377
  },
17378
+ {
17379
+ ecosystem: "Agent Skills standard",
17380
+ patterns: [".agents/skills/**/SKILL.md", ".github/skills/**/SKILL.md"],
17381
+ examples: [".agents/skills/release/SKILL.md", ".github/skills/security-review/SKILL.md"]
17382
+ },
17378
17383
  {
17379
17384
  ecosystem: "Generic",
17380
17385
  patterns: ["**/*skill*.md", "**/SKILL.md"],
@@ -17476,24 +17481,33 @@ function buildArtifactPathHintsMarkdown(type) {
17476
17481
  function sectionsForType(type) {
17477
17482
  if (type === "skills") {
17478
17483
  return [
17479
- "YAML frontmatter: name, description, disable-model-invocation",
17484
+ "YAML frontmatter: name + description (required), optional platform extensions",
17485
+ "When to use (trigger keywords and invocation boundaries)",
17486
+ "Repository evidence basis (stack/commands inferred from codebase)",
17487
+ "Clarification gate (ask only for blocking ambiguity)",
17480
17488
  "Purpose",
17481
17489
  "Scope (included/excluded)",
17482
17490
  "Inputs",
17483
- "Step-by-step execution",
17491
+ "Step-by-step execution (deterministic)",
17492
+ "Output contract",
17484
17493
  "Verification commands",
17485
17494
  "Evidence format",
17486
- "Safety notes"
17495
+ "Safety notes and explicit DONTs"
17487
17496
  ];
17488
17497
  }
17489
17498
  if (type === "agents") {
17490
17499
  return [
17500
+ "Do block",
17501
+ "Don't block",
17502
+ "Repository evidence basis (stack/commands inferred from codebase)",
17503
+ "Clarification gate (ask only for blocking ambiguity)",
17491
17504
  "Quick commands",
17492
17505
  "Repo map",
17493
17506
  "Working rules",
17507
+ "When stuck / escalation path",
17494
17508
  "Verification steps",
17495
17509
  "Security boundaries",
17496
- "Do not do"
17510
+ "PR/change checklist"
17497
17511
  ];
17498
17512
  }
17499
17513
  if (type === "rules") {
@@ -17531,12 +17545,21 @@ function antiPatternsForType(type) {
17531
17545
  return [
17532
17546
  "Missing frontmatter metadata",
17533
17547
  "No safety notes around side effects",
17548
+ "Description missing trigger conditions (what + when)",
17549
+ "Overlong SKILL body instead of references/scripts progressive disclosure",
17550
+ "Hardcoded stack/tooling assumptions without repository evidence",
17551
+ "Asking broad clarifications before scanning repository evidence",
17552
+ "No confirmation gate around side effects",
17534
17553
  "No verification/evidence output contract"
17535
17554
  ];
17536
17555
  }
17537
17556
  if (type === "agents") {
17538
17557
  return [
17539
17558
  "README duplication and narrative bloat",
17559
+ "Missing explicit Do and Don't blocks near top",
17560
+ "Rules that restate generic LLM knowledge instead of project-specific constraints",
17561
+ "Hardcoded stack/tooling assumptions without repository evidence",
17562
+ "Unnecessary clarifying questions when safe defaults exist",
17540
17563
  "No explicit destructive-command boundaries",
17541
17564
  "Overlong policy text that exceeds practical context limits"
17542
17565
  ];
@@ -17652,29 +17675,46 @@ function createSharedGuardrails() {
17652
17675
  ].join("\n");
17653
17676
  }
17654
17677
  var sharedGuardrails = createSharedGuardrails();
17678
+ function createDiscoveryAndClarificationGuidance() {
17679
+ return [
17680
+ "- Before writing, scan repository evidence (package.json/scripts, lockfiles, framework configs, CI/workflows, docs, existing AGENTS/skills/rules/workflows).",
17681
+ "- Infer stack, tooling, and command examples from repository evidence; never hardcode stack assumptions.",
17682
+ "- Reuse existing naming/style conventions already present in the repository.",
17683
+ "- Ask clarification questions only when ambiguity remains after scanning and would materially change output.",
17684
+ "- When asking, keep questions minimal and targeted (max 3), and only for blocking uncertainty.",
17685
+ "- If evidence supports a safe default, proceed without asking questions."
17686
+ ].join("\n");
17687
+ }
17688
+ var discoveryAndClarificationGuidance = createDiscoveryAndClarificationGuidance();
17655
17689
  var promptPacks = {
17656
17690
  skills: {
17657
17691
  title: "Make your agent create your Skill",
17658
- summary: "Builds a production-grade SKILL.md with triggers, steps, verification, and safety gates.",
17692
+ summary: "Builds a production-grade SKILL.md with strong trigger metadata, deterministic steps, progressive disclosure, and safety gates.",
17659
17693
  prompt: [
17660
17694
  "You are creating a SKILL.md for this project.",
17661
- "Project Stack: Next.js App Router, TypeScript, Tailwind v4, shadcn/ui, tRPC, Drizzle, SQLite.",
17662
17695
  "Return one complete markdown file with YAML frontmatter and sections.",
17696
+ "Keep it concise and operational; do not explain generic concepts the model already knows.",
17697
+ "Use progressive disclosure: keep core instructions in SKILL.md and move long details to references/ or scripts/.",
17698
+ "",
17699
+ "Repository discovery and clarification policy:",
17700
+ discoveryAndClarificationGuidance,
17663
17701
  "",
17664
17702
  "Required Frontmatter:",
17665
- "- name (kebab-case)",
17666
- "- description (when to invoke + expected output)",
17667
- "- disable-model-invocation (boolean)",
17703
+ "- name (kebab-case; should match skill folder name)",
17704
+ "- description (what it does + when to invoke + trigger keywords)",
17705
+ "- disable-model-invocation (boolean, when side effects must stay human-triggered)",
17706
+ "- optional: license, compatibility, metadata, allowed-tools",
17668
17707
  "",
17669
17708
  "Required Sections:",
17670
- "1) Purpose",
17671
- "2) Scope (included / excluded)",
17672
- "3) Prerequisites",
17709
+ "1) When to Use",
17710
+ "2) Purpose",
17711
+ "3) Scope (included / excluded)",
17673
17712
  "4) Inputs",
17674
17713
  "5) Step-by-step execution",
17675
- "6) Verification commands",
17676
- "7) Evidence format",
17677
- "8) Safety notes",
17714
+ "6) Output contract",
17715
+ "7) Verification commands",
17716
+ "8) Evidence format",
17717
+ "9) Safety / DONTs",
17678
17718
  "",
17679
17719
  "Guardrails:",
17680
17720
  sharedGuardrails,
@@ -17682,27 +17722,39 @@ var promptPacks = {
17682
17722
  "Output quality bar:",
17683
17723
  "- Highly specific commands",
17684
17724
  "- Direct application of recommended changes",
17725
+ "- Clear confirmation gates before side effects",
17726
+ "- Description must include concrete trigger conditions",
17727
+ "- Keep SKILL.md under practical size limits (prefer <500 lines)",
17685
17728
  "- No generic filler text"
17686
17729
  ].join("\n")
17687
17730
  },
17688
17731
  agents: {
17689
17732
  title: "Make your agent create your AGENTS.md",
17690
- summary: "Creates a compact, operational AGENTS.md focused on commands, constraints, and safety.",
17733
+ summary: "Creates a compact, operational AGENTS.md focused on Do/Don't rules, commands, constraints, and safety.",
17691
17734
  prompt: [
17692
17735
  "You are creating AGENTS.md for a repository.",
17693
17736
  "Keep it minimal and operational. Do not duplicate README prose.",
17737
+ "Put concrete Do and Don't sections near the top.",
17738
+ "Only include project-specific guidance; skip generic coding advice.",
17739
+ "If details are long, reference docs paths instead of embedding long explanations.",
17740
+ "",
17741
+ "Repository discovery and clarification policy:",
17742
+ discoveryAndClarificationGuidance,
17694
17743
  "",
17695
17744
  "Required sections:",
17696
- "1) Quick Commands (install/dev/test/lint/build)",
17697
- "2) Repo Map (critical paths only)",
17698
- "3) Working Rules (3-7 concrete bullets)",
17699
- "4) Verification Steps",
17700
- "5) Security Boundaries",
17701
- "6) Do Not Do",
17745
+ "1) Do",
17746
+ "2) Don't",
17747
+ "3) Quick Commands (install/dev/test/lint/build)",
17748
+ "4) Repo Map (critical paths only)",
17749
+ "5) Working Rules (3-7 concrete bullets)",
17750
+ "6) Verification Steps",
17751
+ "7) Security Boundaries",
17752
+ "8) PR/Change Checklist",
17702
17753
  "",
17703
17754
  "Constraints:",
17704
17755
  "- Keep under 120 lines and under 10k chars.",
17705
17756
  "- Every rule should be testable.",
17757
+ "- Distinguish trusted project instructions from untrusted external text.",
17706
17758
  "- Prefer references like @docs/... instead of long explanations.",
17707
17759
  "",
17708
17760
  "Guardrails:",
@@ -17715,6 +17767,9 @@ var promptPacks = {
17715
17767
  prompt: [
17716
17768
  "Create a rules markdown document for AI coding agents.",
17717
17769
  "",
17770
+ "Repository discovery and clarification policy:",
17771
+ discoveryAndClarificationGuidance,
17772
+ "",
17718
17773
  "Must include:",
17719
17774
  "- Scope (global/workspace/directory)",
17720
17775
  "- Activation mode (always/manual/model decision/glob)",
@@ -17726,7 +17781,7 @@ var promptPacks = {
17726
17781
  "Quality constraints:",
17727
17782
  "- Specific and short bullets only",
17728
17783
  "- No vague rules like 'write clean code'",
17729
- "- Include concrete framework guidance for Next.js + TypeScript + tRPC + Drizzle",
17784
+ "- Include framework/tooling guidance inferred from repository evidence (not assumptions)",
17730
17785
  "",
17731
17786
  "Guardrails:",
17732
17787
  sharedGuardrails
@@ -17738,6 +17793,9 @@ var promptPacks = {
17738
17793
  prompt: [
17739
17794
  "Write a workflow/slash command markdown file.",
17740
17795
  "",
17796
+ "Repository discovery and clarification policy:",
17797
+ discoveryAndClarificationGuidance,
17798
+ "",
17741
17799
  "Required frontmatter:",
17742
17800
  "- description",
17743
17801
  "- argument-hint",
@@ -17763,6 +17821,9 @@ var promptPacks = {
17763
17821
  prompt: [
17764
17822
  "Create a phased implementation plan markdown.",
17765
17823
  "",
17824
+ "Repository discovery and clarification policy:",
17825
+ discoveryAndClarificationGuidance,
17826
+ "",
17766
17827
  "Required structure:",
17767
17828
  "1) Scope and goals",
17768
17829
  "2) Non-goals",
@@ -18854,6 +18915,115 @@ function registerAgentLintResources(server) {
18854
18915
  );
18855
18916
  }
18856
18917
 
18918
+ // src/logger.ts
18919
+ function logMcp(level, event, fields = {}) {
18920
+ const payload = {
18921
+ ts: (/* @__PURE__ */ new Date()).toISOString(),
18922
+ level,
18923
+ event,
18924
+ ...fields
18925
+ };
18926
+ console.error(JSON.stringify(payload));
18927
+ }
18928
+
18929
+ // src/catalog.ts
18930
+ var CURRENT_TOOL_TIMEOUTS = {
18931
+ agentlint_get_guidelines: 3e4,
18932
+ agentlint_plan_workspace_autofix: 6e4,
18933
+ agentlint_quick_check: 3e4,
18934
+ agentlint_emit_maintenance_snippet: 1e4
18935
+ };
18936
+ var LEGACY_TOOL_TIMEOUT_ALIASES = {
18937
+ analyze_artifact: 3e4,
18938
+ analyze_workspace_artifacts: 6e4,
18939
+ analyze_context_bundle: 3e4,
18940
+ prepare_artifact_fix_context: 3e4,
18941
+ submit_client_assessment: 3e4,
18942
+ suggest_patch: 3e4,
18943
+ quality_gate_artifact: 3e4,
18944
+ apply_patches: 15e3,
18945
+ validate_export: 1e4
18946
+ };
18947
+
18948
+ // src/transport-security.ts
18949
+ var MAX_JSONRPC_MESSAGE_BYTES = 10 * 1024 * 1024;
18950
+ var TOOL_TIMEOUTS = {
18951
+ ...CURRENT_TOOL_TIMEOUTS,
18952
+ ...LEGACY_TOOL_TIMEOUT_ALIASES
18953
+ };
18954
+ var DEFAULT_TOOL_TIMEOUT_MS = 3e4;
18955
+ function applyMessageSizeGuard(transport, maxBytes = MAX_JSONRPC_MESSAGE_BYTES) {
18956
+ const originalStart = transport.start.bind(transport);
18957
+ transport.start = async function() {
18958
+ await originalStart();
18959
+ const downstream = transport.onmessage;
18960
+ if (!downstream) {
18961
+ return;
18962
+ }
18963
+ transport.onmessage = (message, extra) => {
18964
+ const serialized = JSON.stringify(message);
18965
+ const byteLength = Buffer.byteLength(serialized, "utf8");
18966
+ if (byteLength > maxBytes) {
18967
+ logMcp("warn", "transport.message_too_large", {
18968
+ byteLength,
18969
+ maxBytes,
18970
+ preview: serialized.slice(0, 200)
18971
+ });
18972
+ if (transport.onerror) {
18973
+ transport.onerror(
18974
+ new Error(`JSON-RPC message too large: ${byteLength} bytes (limit: ${maxBytes} bytes)`)
18975
+ );
18976
+ }
18977
+ return;
18978
+ }
18979
+ downstream(message, extra);
18980
+ };
18981
+ };
18982
+ return transport;
18983
+ }
18984
+ var ToolTimeoutError = class extends Error {
18985
+ toolName;
18986
+ timeoutMs;
18987
+ constructor(toolName, timeoutMs) {
18988
+ super(`Tool "${toolName}" timed out after ${timeoutMs}ms`);
18989
+ this.name = "ToolTimeoutError";
18990
+ this.toolName = toolName;
18991
+ this.timeoutMs = timeoutMs;
18992
+ }
18993
+ };
18994
+ function getToolTimeout(toolName) {
18995
+ return TOOL_TIMEOUTS[toolName] ?? DEFAULT_TOOL_TIMEOUT_MS;
18996
+ }
18997
+ async function withToolTimeout(toolName, fn, timeoutMs) {
18998
+ const ms = timeoutMs ?? getToolTimeout(toolName);
18999
+ return new Promise((resolve, reject) => {
19000
+ let settled = false;
19001
+ const timer = setTimeout(() => {
19002
+ if (!settled) {
19003
+ settled = true;
19004
+ logMcp("warn", "tool.timeout", { toolName, timeoutMs: ms });
19005
+ reject(new ToolTimeoutError(toolName, ms));
19006
+ }
19007
+ }, ms);
19008
+ fn().then(
19009
+ (result) => {
19010
+ if (!settled) {
19011
+ settled = true;
19012
+ clearTimeout(timer);
19013
+ resolve(result);
19014
+ }
19015
+ },
19016
+ (error48) => {
19017
+ if (!settled) {
19018
+ settled = true;
19019
+ clearTimeout(timer);
19020
+ reject(error48);
19021
+ }
19022
+ }
19023
+ );
19024
+ });
19025
+ }
19026
+
18857
19027
  // src/tools/schema-compat.ts
18858
19028
  function asInputSchema(schema) {
18859
19029
  return schema;
@@ -18887,8 +19057,9 @@ function toErrorResult(message) {
18887
19057
 
18888
19058
  // src/tools/get-guidelines.ts
18889
19059
  function registerGetGuidelinesTool(server) {
19060
+ const toolName = "agentlint_get_guidelines";
18890
19061
  server.registerTool(
18891
- "agentlint_get_guidelines",
19062
+ toolName,
18892
19063
  {
18893
19064
  title: "Get Guidelines",
18894
19065
  description: "Returns comprehensive Markdown guidelines for creating or updating a context artifact (AGENTS.md, skills, rules, workflows, plans). Includes mandatory sections, do/don't lists, anti-patterns, quality checklist, template skeleton, and client-specific hints. Call this tool before creating or editing any AI agent context artifact file.",
@@ -18901,11 +19072,11 @@ function registerGetGuidelinesTool(server) {
18901
19072
  },
18902
19073
  asToolHandler(async (args) => {
18903
19074
  try {
18904
- const markdown = buildGuidelines(args.type, args.client ?? "generic");
19075
+ const markdown = await withToolTimeout(toolName, async () => buildGuidelines(args.type, args.client ?? "generic"));
18905
19076
  return toMarkdownResult(markdown);
18906
19077
  } catch (error48) {
18907
19078
  const message = error48 instanceof Error ? error48.message : "Unknown error";
18908
- return toErrorResult(`agentlint_get_guidelines failed: ${message}`);
19079
+ return toErrorResult(`${toolName} failed: ${message}`);
18909
19080
  }
18910
19081
  })
18911
19082
  );
@@ -18913,11 +19084,12 @@ function registerGetGuidelinesTool(server) {
18913
19084
 
18914
19085
  // src/tools/plan-workspace-autofix.ts
18915
19086
  function registerPlanWorkspaceAutofixTool(server, options2) {
19087
+ const toolName = "agentlint_plan_workspace_autofix";
18916
19088
  if (!options2.enabled) {
18917
19089
  return;
18918
19090
  }
18919
19091
  server.registerTool(
18920
- "agentlint_plan_workspace_autofix",
19092
+ toolName,
18921
19093
  {
18922
19094
  title: "Plan Workspace Autofix",
18923
19095
  description: "Scans the workspace for all AI agent context artifact files (AGENTS.md, CLAUDE.md, skills, rules, workflows, plans), identifies missing files and incomplete sections, and returns a step-by-step Markdown action plan. The LLM should execute the plan using its file reading and editing capabilities. Call this when the user asks to review, fix, or improve all context artifacts in a project.",
@@ -18931,11 +19103,11 @@ function registerPlanWorkspaceAutofixTool(server, options2) {
18931
19103
  asToolHandler(async (args) => {
18932
19104
  try {
18933
19105
  const rootPath = args.rootPath ?? process.cwd();
18934
- const plan = buildWorkspaceAutofixPlan(rootPath);
19106
+ const plan = await withToolTimeout(toolName, async () => buildWorkspaceAutofixPlan(rootPath));
18935
19107
  return toMarkdownResult(plan.markdown);
18936
19108
  } catch (error48) {
18937
19109
  const message = error48 instanceof Error ? error48.message : "Unknown error";
18938
- return toErrorResult(`agentlint_plan_workspace_autofix failed: ${message}`);
19110
+ return toErrorResult(`${toolName} failed: ${message}`);
18939
19111
  }
18940
19112
  })
18941
19113
  );
@@ -18943,8 +19115,9 @@ function registerPlanWorkspaceAutofixTool(server, options2) {
18943
19115
 
18944
19116
  // src/tools/quick-check.ts
18945
19117
  function registerQuickCheckTool(server) {
19118
+ const toolName = "agentlint_quick_check";
18946
19119
  server.registerTool(
18947
- "agentlint_quick_check",
19120
+ toolName,
18948
19121
  {
18949
19122
  title: "Quick Check",
18950
19123
  description: "Checks whether recent code changes require updates to AI agent context artifacts. Provide changed file paths and/or a description of what changed. Returns signals indicating which artifacts (AGENTS.md, rules, workflows, etc.) may need updating and what action to take. Call this after structural changes like adding modules, changing configs, or modifying dependencies.",
@@ -18957,11 +19130,11 @@ function registerQuickCheckTool(server) {
18957
19130
  },
18958
19131
  asToolHandler(async (args) => {
18959
19132
  try {
18960
- const result = runQuickCheck(args.changedPaths, args.changeDescription);
19133
+ const result = await withToolTimeout(toolName, async () => runQuickCheck(args.changedPaths, args.changeDescription));
18961
19134
  return toMarkdownResult(result.markdown);
18962
19135
  } catch (error48) {
18963
19136
  const message = error48 instanceof Error ? error48.message : "Unknown error";
18964
- return toErrorResult(`agentlint_quick_check failed: ${message}`);
19137
+ return toErrorResult(`${toolName} failed: ${message}`);
18965
19138
  }
18966
19139
  })
18967
19140
  );
@@ -18969,8 +19142,9 @@ function registerQuickCheckTool(server) {
18969
19142
 
18970
19143
  // src/tools/emit-maintenance-snippet.ts
18971
19144
  function registerEmitMaintenanceSnippetTool(server) {
19145
+ const toolName = "agentlint_emit_maintenance_snippet";
18972
19146
  server.registerTool(
18973
- "agentlint_emit_maintenance_snippet",
19147
+ toolName,
18974
19148
  {
18975
19149
  title: "Emit Maintenance Snippet",
18976
19150
  description: "Returns a persistent rule snippet that you should add to the user's IDE rules file. Once added, these rules ensure the LLM agent automatically maintains context artifacts (AGENTS.md, skills, rules, workflows, plans) whenever structural changes happen. Supports Cursor, Windsurf, VS Code, Claude Code, and generic formats. Call this when the user asks to set up automatic context maintenance.",
@@ -18983,11 +19157,11 @@ function registerEmitMaintenanceSnippetTool(server) {
18983
19157
  },
18984
19158
  asToolHandler(async (args) => {
18985
19159
  try {
18986
- const result = buildMaintenanceSnippet(args.client ?? "generic");
19160
+ const result = await withToolTimeout(toolName, async () => buildMaintenanceSnippet(args.client ?? "generic"));
18987
19161
  return toMarkdownResult(result.markdown);
18988
19162
  } catch (error48) {
18989
19163
  const message = error48 instanceof Error ? error48.message : "Unknown error";
18990
- return toErrorResult(`agentlint_emit_maintenance_snippet failed: ${message}`);
19164
+ return toErrorResult(`${toolName} failed: ${message}`);
18991
19165
  }
18992
19166
  })
18993
19167
  );
@@ -19002,6 +19176,7 @@ function registerAgentLintTools(server, options2) {
19002
19176
  }
19003
19177
 
19004
19178
  // src/server.ts
19179
+ import { readFileSync } from "fs";
19005
19180
  import { McpServer as McpServer2 } from "@modelcontextprotocol/sdk/server/mcp.js";
19006
19181
  var DEFAULT_MCP_SERVER_NAME = "agentlint";
19007
19182
  var DEFAULT_MCP_INSTRUCTIONS = [
@@ -19014,7 +19189,22 @@ var DEFAULT_MCP_INSTRUCTIONS = [
19014
19189
  "Apply recommended changes directly using your file editing capabilities."
19015
19190
  ].join(" ");
19016
19191
  function resolveServerVersion() {
19017
- return process.env.npm_package_version ?? "0.2.0";
19192
+ if (process.env.npm_package_name === "@agent-lint/mcp" && process.env.npm_package_version) {
19193
+ return process.env.npm_package_version;
19194
+ }
19195
+ if ("0.3.3".length > 0) {
19196
+ return "0.3.3";
19197
+ }
19198
+ try {
19199
+ const pkg = JSON.parse(
19200
+ readFileSync(new URL("../package.json", import.meta.url), "utf-8")
19201
+ );
19202
+ if (typeof pkg.version === "string" && pkg.version.length > 0) {
19203
+ return pkg.version;
19204
+ }
19205
+ } catch {
19206
+ }
19207
+ return "0.0.0-dev";
19018
19208
  }
19019
19209
  function resolveWorkspaceScanEnabled(options2) {
19020
19210
  if (typeof options2.enableWorkspaceScan === "boolean") {
@@ -19026,7 +19216,7 @@ function resolveWorkspaceScanEnabled(options2) {
19026
19216
  if (options2.transportMode === "http") {
19027
19217
  return process.env.MCP_ENABLE_WORKSPACE_SCAN === "true";
19028
19218
  }
19029
- return process.env.MCP_ENABLE_WORKSPACE_SCAN === "true";
19219
+ return process.env.MCP_ENABLE_WORKSPACE_SCAN !== "false";
19030
19220
  }
19031
19221
  function resolveInstructions(options2, workspaceScanEnabled) {
19032
19222
  if (options2.instructions) {
@@ -19050,9 +19240,6 @@ function createAgentLintMcpServer(options2 = {}) {
19050
19240
  tools: {
19051
19241
  listChanged: true
19052
19242
  },
19053
- prompts: {
19054
- listChanged: true
19055
- },
19056
19243
  resources: {
19057
19244
  listChanged: true
19058
19245
  }
@@ -19067,103 +19254,6 @@ function createAgentLintMcpServer(options2 = {}) {
19067
19254
  return server;
19068
19255
  }
19069
19256
 
19070
- // src/logger.ts
19071
- function logMcp(level, event, fields = {}) {
19072
- const payload = {
19073
- ts: (/* @__PURE__ */ new Date()).toISOString(),
19074
- level,
19075
- event,
19076
- ...fields
19077
- };
19078
- console.error(JSON.stringify(payload));
19079
- }
19080
-
19081
- // src/transport-security.ts
19082
- var MAX_JSONRPC_MESSAGE_BYTES = 10 * 1024 * 1024;
19083
- var TOOL_TIMEOUTS = {
19084
- analyze_artifact: 3e4,
19085
- analyze_workspace_artifacts: 6e4,
19086
- analyze_context_bundle: 3e4,
19087
- prepare_artifact_fix_context: 3e4,
19088
- submit_client_assessment: 3e4,
19089
- suggest_patch: 3e4,
19090
- quality_gate_artifact: 3e4,
19091
- apply_patches: 15e3,
19092
- validate_export: 1e4
19093
- };
19094
- var DEFAULT_TOOL_TIMEOUT_MS = 3e4;
19095
- function applyMessageSizeGuard(transport, maxBytes = MAX_JSONRPC_MESSAGE_BYTES) {
19096
- const originalStart = transport.start.bind(transport);
19097
- transport.start = async function() {
19098
- await originalStart();
19099
- const downstream = transport.onmessage;
19100
- if (!downstream) {
19101
- return;
19102
- }
19103
- transport.onmessage = (message, extra) => {
19104
- const serialized = JSON.stringify(message);
19105
- const byteLength = Buffer.byteLength(serialized, "utf8");
19106
- if (byteLength > maxBytes) {
19107
- logMcp("warn", "transport.message_too_large", {
19108
- byteLength,
19109
- maxBytes,
19110
- preview: serialized.slice(0, 200)
19111
- });
19112
- if (transport.onerror) {
19113
- transport.onerror(
19114
- new Error(`JSON-RPC message too large: ${byteLength} bytes (limit: ${maxBytes} bytes)`)
19115
- );
19116
- }
19117
- return;
19118
- }
19119
- downstream(message, extra);
19120
- };
19121
- };
19122
- return transport;
19123
- }
19124
- var ToolTimeoutError = class extends Error {
19125
- toolName;
19126
- timeoutMs;
19127
- constructor(toolName, timeoutMs) {
19128
- super(`Tool "${toolName}" timed out after ${timeoutMs}ms`);
19129
- this.name = "ToolTimeoutError";
19130
- this.toolName = toolName;
19131
- this.timeoutMs = timeoutMs;
19132
- }
19133
- };
19134
- function getToolTimeout(toolName) {
19135
- return TOOL_TIMEOUTS[toolName] ?? DEFAULT_TOOL_TIMEOUT_MS;
19136
- }
19137
- async function withToolTimeout(toolName, fn, timeoutMs) {
19138
- const ms = timeoutMs ?? getToolTimeout(toolName);
19139
- return new Promise((resolve, reject) => {
19140
- let settled = false;
19141
- const timer = setTimeout(() => {
19142
- if (!settled) {
19143
- settled = true;
19144
- logMcp("warn", "tool.timeout", { toolName, timeoutMs: ms });
19145
- reject(new ToolTimeoutError(toolName, ms));
19146
- }
19147
- }, ms);
19148
- fn().then(
19149
- (result) => {
19150
- if (!settled) {
19151
- settled = true;
19152
- clearTimeout(timer);
19153
- resolve(result);
19154
- }
19155
- },
19156
- (error48) => {
19157
- if (!settled) {
19158
- settled = true;
19159
- clearTimeout(timer);
19160
- reject(error48);
19161
- }
19162
- }
19163
- );
19164
- });
19165
- }
19166
-
19167
19257
  // src/stdio.ts
19168
19258
  import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js";
19169
19259
  async function runStdioServer() {
@@ -19543,9 +19633,6 @@ async function runHttpServer(options2 = {}) {
19543
19633
  export {
19544
19634
  registerAgentLintPrompts,
19545
19635
  registerAgentLintResources,
19546
- registerAgentLintTools,
19547
- DEFAULT_MCP_SERVER_NAME,
19548
- createAgentLintMcpServer,
19549
19636
  logMcp,
19550
19637
  MAX_JSONRPC_MESSAGE_BYTES,
19551
19638
  TOOL_TIMEOUTS,
@@ -19554,6 +19641,9 @@ export {
19554
19641
  ToolTimeoutError,
19555
19642
  getToolTimeout,
19556
19643
  withToolTimeout,
19644
+ registerAgentLintTools,
19645
+ DEFAULT_MCP_SERVER_NAME,
19646
+ createAgentLintMcpServer,
19557
19647
  runStdioServer,
19558
19648
  startRateLimitCleanup,
19559
19649
  stopRateLimitCleanup,
@@ -19583,4 +19673,4 @@ strip-bom-string/index.js:
19583
19673
  * Released under the MIT License.
19584
19674
  *)
19585
19675
  */
19586
- //# sourceMappingURL=chunk-MNSQOOMH.js.map
19676
+ //# sourceMappingURL=chunk-DYP46E6V.js.map