cue-ai 0.3.0 → 0.4.1

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 (1239) hide show
  1. package/README.md +309 -203
  2. package/get.sh +159 -0
  3. package/package.json +14 -3
  4. package/profiles/_types.ts +1 -1
  5. package/profiles/core/profile.yaml +3 -0
  6. package/profiles/full/profile.yaml +0 -2
  7. package/profiles/{readme-writer-svg → readme-writer}/profile.yaml +3 -2
  8. package/profiles/threejs/profile.yaml +19 -0
  9. package/resources/mcps/configs/claude.sanitized.json +3 -0
  10. package/resources/mcps/configs/claude_runtime.sanitized.json +3 -0
  11. package/resources/mcps/configs/codex.sanitized.json +3 -0
  12. package/resources/skills/skills/design/headless-gif-demo/SKILL.md +168 -0
  13. package/resources/skills/skills/meta/kiro-powers/SKILL.md +152 -0
  14. package/resources/skills/skills/research/find-skills/SKILL.md +127 -102
  15. package/src/commands/_index.ts +8 -0
  16. package/src/commands/launch.ts +11 -0
  17. package/src/commands/list.ts +15 -5
  18. package/src/commands/materialize.ts +135 -0
  19. package/src/commands/security.ts +35 -8
  20. package/src/commands/share.ts +230 -0
  21. package/src/commands/status.ts +5 -7
  22. package/src/commands/tree.ts +17 -2
  23. package/src/lib/agent-adapters.ts +302 -0
  24. package/src/lib/kitty-image.ts +12 -9
  25. package/src/lib/runtime-materializer.ts +27 -3
  26. package/bin/medusa-dev +0 -240
  27. package/bin/soul +0 -4
  28. package/profiles/_active/.gitkeep +0 -0
  29. package/profiles/_cache/.gitkeep +0 -0
  30. package/profiles/_cache/bun/ajv@8.20.0@@@1/.runkit_example.js +0 -23
  31. package/profiles/_cache/bun/ajv@8.20.0@@@1/LICENSE +0 -22
  32. package/profiles/_cache/bun/ajv@8.20.0@@@1/README.md +0 -207
  33. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/2019.d.ts +0 -19
  34. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/2019.js +0 -61
  35. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/2019.js.map +0 -1
  36. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/2020.d.ts +0 -19
  37. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/2020.js +0 -55
  38. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/2020.js.map +0 -1
  39. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/ajv.d.ts +0 -18
  40. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/ajv.js +0 -50
  41. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/ajv.js.map +0 -1
  42. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/codegen/code.d.ts +0 -40
  43. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/codegen/code.js +0 -156
  44. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/codegen/code.js.map +0 -1
  45. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/codegen/index.d.ts +0 -79
  46. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/codegen/index.js +0 -697
  47. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/codegen/index.js.map +0 -1
  48. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/codegen/scope.d.ts +0 -79
  49. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/codegen/scope.js +0 -143
  50. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/codegen/scope.js.map +0 -1
  51. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/errors.d.ts +0 -13
  52. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/errors.js +0 -123
  53. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/errors.js.map +0 -1
  54. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/index.d.ts +0 -80
  55. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/index.js +0 -242
  56. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/index.js.map +0 -1
  57. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/jtd/parse.d.ts +0 -4
  58. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/jtd/parse.js +0 -350
  59. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/jtd/parse.js.map +0 -1
  60. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/jtd/serialize.d.ts +0 -4
  61. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/jtd/serialize.js +0 -236
  62. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/jtd/serialize.js.map +0 -1
  63. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/jtd/types.d.ts +0 -6
  64. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/jtd/types.js +0 -14
  65. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/jtd/types.js.map +0 -1
  66. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/names.d.ts +0 -20
  67. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/names.js +0 -28
  68. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/names.js.map +0 -1
  69. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/ref_error.d.ts +0 -6
  70. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/ref_error.js +0 -12
  71. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/ref_error.js.map +0 -1
  72. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/resolve.d.ts +0 -12
  73. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/resolve.js +0 -155
  74. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/resolve.js.map +0 -1
  75. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/rules.d.ts +0 -28
  76. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/rules.js +0 -26
  77. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/rules.js.map +0 -1
  78. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/util.d.ts +0 -40
  79. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/util.js +0 -178
  80. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/util.js.map +0 -1
  81. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/validate/applicability.d.ts +0 -6
  82. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/validate/applicability.js +0 -19
  83. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/validate/applicability.js.map +0 -1
  84. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/validate/boolSchema.d.ts +0 -4
  85. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/validate/boolSchema.js +0 -50
  86. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/validate/boolSchema.js.map +0 -1
  87. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/validate/dataType.d.ts +0 -17
  88. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/validate/dataType.js +0 -203
  89. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/validate/dataType.js.map +0 -1
  90. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/validate/defaults.d.ts +0 -2
  91. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/validate/defaults.js +0 -35
  92. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/validate/defaults.js.map +0 -1
  93. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/validate/index.d.ts +0 -42
  94. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/validate/index.js +0 -520
  95. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/validate/index.js.map +0 -1
  96. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/validate/keyword.d.ts +0 -8
  97. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/validate/keyword.js +0 -124
  98. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/validate/keyword.js.map +0 -1
  99. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/validate/subschema.d.ts +0 -47
  100. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/validate/subschema.js +0 -81
  101. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/compile/validate/subschema.js.map +0 -1
  102. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/core.d.ts +0 -174
  103. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/core.js +0 -618
  104. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/core.js.map +0 -1
  105. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/jtd.d.ts +0 -47
  106. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/jtd.js +0 -72
  107. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/jtd.js.map +0 -1
  108. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/data.json +0 -13
  109. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/json-schema-2019-09/index.d.ts +0 -2
  110. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/json-schema-2019-09/index.js +0 -28
  111. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/json-schema-2019-09/index.js.map +0 -1
  112. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/json-schema-2019-09/meta/applicator.json +0 -53
  113. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/json-schema-2019-09/meta/content.json +0 -17
  114. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/json-schema-2019-09/meta/core.json +0 -57
  115. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/json-schema-2019-09/meta/format.json +0 -14
  116. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/json-schema-2019-09/meta/meta-data.json +0 -37
  117. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/json-schema-2019-09/meta/validation.json +0 -90
  118. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/json-schema-2019-09/schema.json +0 -39
  119. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/json-schema-2020-12/index.d.ts +0 -2
  120. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/json-schema-2020-12/index.js +0 -30
  121. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/json-schema-2020-12/index.js.map +0 -1
  122. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/json-schema-2020-12/meta/applicator.json +0 -48
  123. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/json-schema-2020-12/meta/content.json +0 -17
  124. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/json-schema-2020-12/meta/core.json +0 -51
  125. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/json-schema-2020-12/meta/format-annotation.json +0 -14
  126. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/json-schema-2020-12/meta/meta-data.json +0 -37
  127. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/json-schema-2020-12/meta/unevaluated.json +0 -15
  128. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/json-schema-2020-12/meta/validation.json +0 -90
  129. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/json-schema-2020-12/schema.json +0 -55
  130. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/json-schema-draft-06.json +0 -137
  131. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/json-schema-draft-07.json +0 -151
  132. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/json-schema-secure.json +0 -88
  133. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/jtd-schema.d.ts +0 -3
  134. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/jtd-schema.js +0 -118
  135. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/refs/jtd-schema.js.map +0 -1
  136. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/runtime/equal.d.ts +0 -6
  137. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/runtime/equal.js +0 -7
  138. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/runtime/equal.js.map +0 -1
  139. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/runtime/parseJson.d.ts +0 -18
  140. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/runtime/parseJson.js +0 -185
  141. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/runtime/parseJson.js.map +0 -1
  142. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/runtime/quote.d.ts +0 -5
  143. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/runtime/quote.js +0 -30
  144. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/runtime/quote.js.map +0 -1
  145. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/runtime/re2.d.ts +0 -6
  146. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/runtime/re2.js +0 -6
  147. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/runtime/re2.js.map +0 -1
  148. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/runtime/timestamp.d.ts +0 -5
  149. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/runtime/timestamp.js +0 -42
  150. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/runtime/timestamp.js.map +0 -1
  151. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/runtime/ucs2length.d.ts +0 -5
  152. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/runtime/ucs2length.js +0 -24
  153. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/runtime/ucs2length.js.map +0 -1
  154. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/runtime/uri.d.ts +0 -6
  155. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/runtime/uri.js +0 -6
  156. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/runtime/uri.js.map +0 -1
  157. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/runtime/validation_error.d.ts +0 -7
  158. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/runtime/validation_error.js +0 -11
  159. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/runtime/validation_error.js.map +0 -1
  160. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/standalone/index.d.ts +0 -6
  161. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/standalone/index.js +0 -90
  162. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/standalone/index.js.map +0 -1
  163. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/standalone/instance.d.ts +0 -12
  164. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/standalone/instance.js +0 -35
  165. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/standalone/instance.js.map +0 -1
  166. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/types/index.d.ts +0 -183
  167. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/types/index.js +0 -3
  168. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/types/index.js.map +0 -1
  169. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/types/json-schema.d.ts +0 -125
  170. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/types/json-schema.js +0 -3
  171. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/types/json-schema.js.map +0 -1
  172. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/types/jtd-schema.d.ts +0 -174
  173. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/types/jtd-schema.js +0 -3
  174. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/types/jtd-schema.js.map +0 -1
  175. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/additionalItems.d.ts +0 -8
  176. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/additionalItems.js +0 -49
  177. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/additionalItems.js.map +0 -1
  178. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/additionalProperties.d.ts +0 -6
  179. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/additionalProperties.js +0 -106
  180. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/additionalProperties.js.map +0 -1
  181. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/allOf.d.ts +0 -3
  182. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/allOf.js +0 -23
  183. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/allOf.js.map +0 -1
  184. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/anyOf.d.ts +0 -4
  185. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/anyOf.js +0 -12
  186. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/anyOf.js.map +0 -1
  187. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/contains.d.ts +0 -7
  188. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/contains.js +0 -95
  189. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/contains.js.map +0 -1
  190. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/dependencies.d.ts +0 -21
  191. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/dependencies.js +0 -85
  192. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/dependencies.js.map +0 -1
  193. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/dependentSchemas.d.ts +0 -3
  194. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/dependentSchemas.js +0 -11
  195. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/dependentSchemas.js.map +0 -1
  196. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/if.d.ts +0 -6
  197. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/if.js +0 -66
  198. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/if.js.map +0 -1
  199. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/index.d.ts +0 -13
  200. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/index.js +0 -44
  201. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/index.js.map +0 -1
  202. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/items.d.ts +0 -5
  203. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/items.js +0 -52
  204. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/items.js.map +0 -1
  205. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/items2020.d.ts +0 -6
  206. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/items2020.js +0 -30
  207. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/items2020.js.map +0 -1
  208. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/not.d.ts +0 -4
  209. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/not.js +0 -26
  210. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/not.js.map +0 -1
  211. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/oneOf.d.ts +0 -6
  212. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/oneOf.js +0 -60
  213. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/oneOf.js.map +0 -1
  214. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/patternProperties.d.ts +0 -3
  215. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/patternProperties.js +0 -75
  216. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/patternProperties.js.map +0 -1
  217. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/prefixItems.d.ts +0 -3
  218. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/prefixItems.js +0 -12
  219. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/prefixItems.js.map +0 -1
  220. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/properties.d.ts +0 -3
  221. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/properties.js +0 -54
  222. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/properties.js.map +0 -1
  223. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/propertyNames.d.ts +0 -6
  224. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/propertyNames.js +0 -38
  225. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/propertyNames.js.map +0 -1
  226. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/thenElse.d.ts +0 -3
  227. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/thenElse.js +0 -13
  228. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/applicator/thenElse.js.map +0 -1
  229. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/code.d.ts +0 -17
  230. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/code.js +0 -131
  231. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/code.js.map +0 -1
  232. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/core/id.d.ts +0 -3
  233. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/core/id.js +0 -10
  234. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/core/id.js.map +0 -1
  235. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/core/index.d.ts +0 -3
  236. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/core/index.js +0 -16
  237. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/core/index.js.map +0 -1
  238. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/core/ref.d.ts +0 -8
  239. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/core/ref.js +0 -122
  240. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/core/ref.js.map +0 -1
  241. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/discriminator/index.d.ts +0 -5
  242. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/discriminator/index.js +0 -104
  243. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/discriminator/index.js.map +0 -1
  244. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/discriminator/types.d.ts +0 -10
  245. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/discriminator/types.js +0 -9
  246. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/discriminator/types.js.map +0 -1
  247. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/draft2020.d.ts +0 -3
  248. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/draft2020.js +0 -23
  249. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/draft2020.js.map +0 -1
  250. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/draft7.d.ts +0 -3
  251. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/draft7.js +0 -17
  252. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/draft7.js.map +0 -1
  253. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/dynamic/dynamicAnchor.d.ts +0 -5
  254. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/dynamic/dynamicAnchor.js +0 -30
  255. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/dynamic/dynamicAnchor.js.map +0 -1
  256. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/dynamic/dynamicRef.d.ts +0 -5
  257. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/dynamic/dynamicRef.js +0 -51
  258. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/dynamic/dynamicRef.js.map +0 -1
  259. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/dynamic/index.d.ts +0 -3
  260. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/dynamic/index.js +0 -9
  261. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/dynamic/index.js.map +0 -1
  262. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/dynamic/recursiveAnchor.d.ts +0 -3
  263. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/dynamic/recursiveAnchor.js +0 -16
  264. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/dynamic/recursiveAnchor.js.map +0 -1
  265. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/dynamic/recursiveRef.d.ts +0 -3
  266. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/dynamic/recursiveRef.js +0 -10
  267. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/dynamic/recursiveRef.js.map +0 -1
  268. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/errors.d.ts +0 -9
  269. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/errors.js +0 -3
  270. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/errors.js.map +0 -1
  271. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/format/format.d.ts +0 -8
  272. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/format/format.js +0 -92
  273. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/format/format.js.map +0 -1
  274. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/format/index.d.ts +0 -3
  275. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/format/index.js +0 -6
  276. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/format/index.js.map +0 -1
  277. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/discriminator.d.ts +0 -6
  278. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/discriminator.js +0 -71
  279. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/discriminator.js.map +0 -1
  280. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/elements.d.ts +0 -5
  281. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/elements.js +0 -24
  282. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/elements.js.map +0 -1
  283. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/enum.d.ts +0 -6
  284. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/enum.js +0 -43
  285. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/enum.js.map +0 -1
  286. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/error.d.ts +0 -9
  287. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/error.js +0 -20
  288. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/error.js.map +0 -1
  289. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/index.d.ts +0 -10
  290. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/index.js +0 -29
  291. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/index.js.map +0 -1
  292. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/metadata.d.ts +0 -5
  293. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/metadata.js +0 -25
  294. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/metadata.js.map +0 -1
  295. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/nullable.d.ts +0 -4
  296. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/nullable.js +0 -22
  297. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/nullable.js.map +0 -1
  298. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/optionalProperties.d.ts +0 -3
  299. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/optionalProperties.js +0 -15
  300. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/optionalProperties.js.map +0 -1
  301. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/properties.d.ts +0 -22
  302. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/properties.js +0 -149
  303. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/properties.js.map +0 -1
  304. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/ref.d.ts +0 -4
  305. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/ref.js +0 -67
  306. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/ref.js.map +0 -1
  307. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/type.d.ts +0 -10
  308. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/type.js +0 -69
  309. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/type.js.map +0 -1
  310. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/union.d.ts +0 -3
  311. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/union.js +0 -12
  312. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/union.js.map +0 -1
  313. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/values.d.ts +0 -5
  314. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/values.js +0 -51
  315. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/jtd/values.js.map +0 -1
  316. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/metadata.d.ts +0 -3
  317. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/metadata.js +0 -18
  318. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/metadata.js.map +0 -1
  319. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/next.d.ts +0 -3
  320. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/next.js +0 -8
  321. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/next.js.map +0 -1
  322. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/unevaluated/index.d.ts +0 -3
  323. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/unevaluated/index.js +0 -7
  324. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/unevaluated/index.js.map +0 -1
  325. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/unevaluated/unevaluatedItems.d.ts +0 -6
  326. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/unevaluated/unevaluatedItems.js +0 -40
  327. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/unevaluated/unevaluatedItems.js.map +0 -1
  328. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/unevaluated/unevaluatedProperties.d.ts +0 -6
  329. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/unevaluated/unevaluatedProperties.js +0 -65
  330. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/unevaluated/unevaluatedProperties.js.map +0 -1
  331. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/const.d.ts +0 -6
  332. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/const.js +0 -25
  333. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/const.js.map +0 -1
  334. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/dependentRequired.d.ts +0 -5
  335. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/dependentRequired.js +0 -12
  336. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/dependentRequired.js.map +0 -1
  337. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/enum.d.ts +0 -8
  338. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/enum.js +0 -48
  339. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/enum.js.map +0 -1
  340. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/index.d.ts +0 -16
  341. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/index.js +0 -33
  342. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/index.js.map +0 -1
  343. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/limitContains.d.ts +0 -3
  344. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/limitContains.js +0 -15
  345. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/limitContains.js.map +0 -1
  346. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/limitItems.d.ts +0 -3
  347. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/limitItems.js +0 -24
  348. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/limitItems.js.map +0 -1
  349. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/limitLength.d.ts +0 -3
  350. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/limitLength.js +0 -27
  351. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/limitLength.js.map +0 -1
  352. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/limitNumber.d.ts +0 -11
  353. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/limitNumber.js +0 -27
  354. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/limitNumber.js.map +0 -1
  355. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/limitProperties.d.ts +0 -3
  356. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/limitProperties.js +0 -24
  357. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/limitProperties.js.map +0 -1
  358. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/multipleOf.d.ts +0 -8
  359. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/multipleOf.js +0 -26
  360. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/multipleOf.js.map +0 -1
  361. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/pattern.d.ts +0 -8
  362. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/pattern.js +0 -33
  363. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/pattern.js.map +0 -1
  364. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/required.d.ts +0 -8
  365. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/required.js +0 -79
  366. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/required.js.map +0 -1
  367. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/uniqueItems.d.ts +0 -9
  368. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/uniqueItems.js +0 -64
  369. package/profiles/_cache/bun/ajv@8.20.0@@@1/dist/vocabularies/validation/uniqueItems.js.map +0 -1
  370. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/2019.ts +0 -81
  371. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/2020.ts +0 -75
  372. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/ajv.ts +0 -70
  373. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/compile/codegen/code.ts +0 -169
  374. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/compile/codegen/index.ts +0 -852
  375. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/compile/codegen/scope.ts +0 -215
  376. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/compile/errors.ts +0 -184
  377. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/compile/index.ts +0 -324
  378. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/compile/jtd/parse.ts +0 -411
  379. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/compile/jtd/serialize.ts +0 -277
  380. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/compile/jtd/types.ts +0 -16
  381. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/compile/names.ts +0 -27
  382. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/compile/ref_error.ts +0 -13
  383. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/compile/resolve.ts +0 -149
  384. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/compile/rules.ts +0 -50
  385. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/compile/util.ts +0 -213
  386. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/compile/validate/applicability.ts +0 -22
  387. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/compile/validate/boolSchema.ts +0 -47
  388. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/compile/validate/dataType.ts +0 -230
  389. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/compile/validate/defaults.ts +0 -32
  390. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/compile/validate/index.ts +0 -582
  391. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/compile/validate/keyword.ts +0 -171
  392. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/compile/validate/subschema.ts +0 -135
  393. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/core.ts +0 -892
  394. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/jtd.ts +0 -132
  395. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/refs/data.json +0 -13
  396. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/refs/json-schema-2019-09/index.ts +0 -28
  397. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/refs/json-schema-2019-09/meta/applicator.json +0 -53
  398. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/refs/json-schema-2019-09/meta/content.json +0 -17
  399. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/refs/json-schema-2019-09/meta/core.json +0 -57
  400. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/refs/json-schema-2019-09/meta/format.json +0 -14
  401. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/refs/json-schema-2019-09/meta/meta-data.json +0 -37
  402. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/refs/json-schema-2019-09/meta/validation.json +0 -90
  403. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/refs/json-schema-2019-09/schema.json +0 -39
  404. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/refs/json-schema-2020-12/index.ts +0 -30
  405. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/refs/json-schema-2020-12/meta/applicator.json +0 -48
  406. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/refs/json-schema-2020-12/meta/content.json +0 -17
  407. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/refs/json-schema-2020-12/meta/core.json +0 -51
  408. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/refs/json-schema-2020-12/meta/format-annotation.json +0 -14
  409. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/refs/json-schema-2020-12/meta/meta-data.json +0 -37
  410. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/refs/json-schema-2020-12/meta/unevaluated.json +0 -15
  411. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/refs/json-schema-2020-12/meta/validation.json +0 -90
  412. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/refs/json-schema-2020-12/schema.json +0 -55
  413. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/refs/json-schema-draft-06.json +0 -137
  414. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/refs/json-schema-draft-07.json +0 -151
  415. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/refs/json-schema-secure.json +0 -88
  416. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/refs/jtd-schema.ts +0 -130
  417. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/runtime/equal.ts +0 -7
  418. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/runtime/parseJson.ts +0 -177
  419. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/runtime/quote.ts +0 -31
  420. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/runtime/re2.ts +0 -6
  421. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/runtime/timestamp.ts +0 -46
  422. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/runtime/ucs2length.ts +0 -20
  423. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/runtime/uri.ts +0 -6
  424. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/runtime/validation_error.ts +0 -13
  425. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/standalone/index.ts +0 -100
  426. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/standalone/instance.ts +0 -36
  427. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/types/index.ts +0 -244
  428. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/types/json-schema.ts +0 -187
  429. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/types/jtd-schema.ts +0 -273
  430. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/applicator/additionalItems.ts +0 -56
  431. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/applicator/additionalProperties.ts +0 -118
  432. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/applicator/allOf.ts +0 -22
  433. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/applicator/anyOf.ts +0 -14
  434. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/applicator/contains.ts +0 -109
  435. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/applicator/dependencies.ts +0 -112
  436. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/applicator/dependentSchemas.ts +0 -11
  437. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/applicator/if.ts +0 -80
  438. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/applicator/index.ts +0 -53
  439. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/applicator/items.ts +0 -59
  440. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/applicator/items2020.ts +0 -36
  441. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/applicator/not.ts +0 -38
  442. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/applicator/oneOf.ts +0 -82
  443. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/applicator/patternProperties.ts +0 -91
  444. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/applicator/prefixItems.ts +0 -12
  445. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/applicator/properties.ts +0 -57
  446. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/applicator/propertyNames.ts +0 -50
  447. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/applicator/thenElse.ts +0 -13
  448. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/code.ts +0 -168
  449. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/core/id.ts +0 -10
  450. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/core/index.ts +0 -16
  451. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/core/ref.ts +0 -129
  452. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/discriminator/index.ts +0 -113
  453. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/discriminator/types.ts +0 -12
  454. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/draft2020.ts +0 -23
  455. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/draft7.ts +0 -17
  456. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/dynamic/dynamicAnchor.ts +0 -31
  457. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/dynamic/dynamicRef.ts +0 -51
  458. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/dynamic/index.ts +0 -9
  459. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/dynamic/recursiveAnchor.ts +0 -14
  460. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/dynamic/recursiveRef.ts +0 -10
  461. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/errors.ts +0 -18
  462. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/format/format.ts +0 -120
  463. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/format/index.ts +0 -6
  464. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/jtd/discriminator.ts +0 -89
  465. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/jtd/elements.ts +0 -32
  466. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/jtd/enum.ts +0 -45
  467. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/jtd/error.ts +0 -23
  468. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/jtd/index.ts +0 -37
  469. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/jtd/metadata.ts +0 -24
  470. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/jtd/nullable.ts +0 -21
  471. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/jtd/optionalProperties.ts +0 -15
  472. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/jtd/properties.ts +0 -184
  473. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/jtd/ref.ts +0 -76
  474. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/jtd/type.ts +0 -75
  475. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/jtd/union.ts +0 -12
  476. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/jtd/values.ts +0 -58
  477. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/metadata.ts +0 -17
  478. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/next.ts +0 -8
  479. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/unevaluated/index.ts +0 -7
  480. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/unevaluated/unevaluatedItems.ts +0 -47
  481. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/unevaluated/unevaluatedProperties.ts +0 -85
  482. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/validation/const.ts +0 -28
  483. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/validation/dependentRequired.ts +0 -23
  484. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/validation/enum.ts +0 -54
  485. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/validation/index.ts +0 -49
  486. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/validation/limitContains.ts +0 -16
  487. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/validation/limitItems.ts +0 -26
  488. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/validation/limitLength.ts +0 -30
  489. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/validation/limitNumber.ts +0 -42
  490. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/validation/limitProperties.ts +0 -26
  491. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/validation/multipleOf.ts +0 -34
  492. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/validation/pattern.ts +0 -39
  493. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/validation/required.ts +0 -98
  494. package/profiles/_cache/bun/ajv@8.20.0@@@1/lib/vocabularies/validation/uniqueItems.ts +0 -79
  495. package/profiles/_cache/bun/ajv@8.20.0@@@1/package.json +0 -126
  496. package/profiles/_cache/bun/fast-deep-equal@3.1.3@@@1/LICENSE +0 -21
  497. package/profiles/_cache/bun/fast-deep-equal@3.1.3@@@1/README.md +0 -96
  498. package/profiles/_cache/bun/fast-deep-equal@3.1.3@@@1/es6/index.d.ts +0 -2
  499. package/profiles/_cache/bun/fast-deep-equal@3.1.3@@@1/es6/index.js +0 -72
  500. package/profiles/_cache/bun/fast-deep-equal@3.1.3@@@1/es6/react.d.ts +0 -2
  501. package/profiles/_cache/bun/fast-deep-equal@3.1.3@@@1/es6/react.js +0 -79
  502. package/profiles/_cache/bun/fast-deep-equal@3.1.3@@@1/index.d.ts +0 -4
  503. package/profiles/_cache/bun/fast-deep-equal@3.1.3@@@1/index.js +0 -46
  504. package/profiles/_cache/bun/fast-deep-equal@3.1.3@@@1/package.json +0 -61
  505. package/profiles/_cache/bun/fast-deep-equal@3.1.3@@@1/react.d.ts +0 -2
  506. package/profiles/_cache/bun/fast-deep-equal@3.1.3@@@1/react.js +0 -53
  507. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/.gitattributes +0 -2
  508. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/.github/dependabot.yml +0 -13
  509. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/.github/workflows/ci.yml +0 -106
  510. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/.github/workflows/lock-threads.yml +0 -19
  511. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/.github/workflows/package-manager-ci.yml +0 -24
  512. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/LICENSE +0 -30
  513. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/README.md +0 -152
  514. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/benchmark/benchmark.mjs +0 -159
  515. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/benchmark/equal.mjs +0 -51
  516. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/benchmark/non-simple-domain.mjs +0 -22
  517. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/benchmark/package.json +0 -17
  518. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/benchmark/string-array-to-hex-stripped.mjs +0 -24
  519. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/benchmark/ws-is-secure.mjs +0 -65
  520. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/eslint.config.js +0 -6
  521. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/index.js +0 -406
  522. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/lib/schemes.js +0 -267
  523. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/lib/utils.js +0 -443
  524. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/package.json +0 -68
  525. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/test/ajv.test.js +0 -43
  526. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/test/equal.test.js +0 -117
  527. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/test/fixtures/uri-js-parse.json +0 -501
  528. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/test/fixtures/uri-js-serialize.json +0 -120
  529. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/test/parse.test.js +0 -323
  530. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/test/resolve.test.js +0 -87
  531. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/test/rfc-3986.test.js +0 -90
  532. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/test/security-normalization.test.js +0 -39
  533. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/test/security.test.js +0 -133
  534. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/test/serialize.test.js +0 -151
  535. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/test/uri-js-compatibility.test.js +0 -33
  536. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/test/uri-js.test.js +0 -912
  537. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/test/util.test.js +0 -38
  538. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/tsconfig.json +0 -9
  539. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/types/index.d.ts +0 -60
  540. package/profiles/_cache/bun/fast-uri@3.1.2@@@1/types/index.test-d.ts +0 -17
  541. package/profiles/_cache/bun/json-schema-traverse@1.0.0@@@1/.eslintrc.yml +0 -27
  542. package/profiles/_cache/bun/json-schema-traverse@1.0.0@@@1/.github/FUNDING.yml +0 -2
  543. package/profiles/_cache/bun/json-schema-traverse@1.0.0@@@1/.github/workflows/build.yml +0 -28
  544. package/profiles/_cache/bun/json-schema-traverse@1.0.0@@@1/.github/workflows/publish.yml +0 -27
  545. package/profiles/_cache/bun/json-schema-traverse@1.0.0@@@1/LICENSE +0 -21
  546. package/profiles/_cache/bun/json-schema-traverse@1.0.0@@@1/README.md +0 -95
  547. package/profiles/_cache/bun/json-schema-traverse@1.0.0@@@1/index.d.ts +0 -40
  548. package/profiles/_cache/bun/json-schema-traverse@1.0.0@@@1/index.js +0 -93
  549. package/profiles/_cache/bun/json-schema-traverse@1.0.0@@@1/package.json +0 -43
  550. package/profiles/_cache/bun/json-schema-traverse@1.0.0@@@1/spec/.eslintrc.yml +0 -6
  551. package/profiles/_cache/bun/json-schema-traverse@1.0.0@@@1/spec/fixtures/schema.js +0 -125
  552. package/profiles/_cache/bun/json-schema-traverse@1.0.0@@@1/spec/index.spec.js +0 -171
  553. package/profiles/_cache/bun/require-from-string@2.0.2@@@1/index.js +0 -34
  554. package/profiles/_cache/bun/require-from-string@2.0.2@@@1/license +0 -21
  555. package/profiles/_cache/bun/require-from-string@2.0.2@@@1/package.json +0 -28
  556. package/profiles/_cache/bun/require-from-string@2.0.2@@@1/readme.md +0 -56
  557. package/profiles/_cache/bun/yaml@2.9.0@@@1/LICENSE +0 -13
  558. package/profiles/_cache/bun/yaml@2.9.0@@@1/README.md +0 -172
  559. package/profiles/_cache/bun/yaml@2.9.0@@@1/bin.mjs +0 -11
  560. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/compose/compose-collection.js +0 -88
  561. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/compose/compose-doc.js +0 -43
  562. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/compose/compose-node.js +0 -109
  563. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/compose/compose-scalar.js +0 -86
  564. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/compose/composer.js +0 -219
  565. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/compose/resolve-block-map.js +0 -115
  566. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/compose/resolve-block-scalar.js +0 -198
  567. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/compose/resolve-block-seq.js +0 -49
  568. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/compose/resolve-end.js +0 -37
  569. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/compose/resolve-flow-collection.js +0 -207
  570. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/compose/resolve-flow-scalar.js +0 -225
  571. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/compose/resolve-props.js +0 -146
  572. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/compose/util-contains-newline.js +0 -34
  573. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/compose/util-empty-scalar-position.js +0 -26
  574. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/compose/util-flow-indent-check.js +0 -15
  575. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/compose/util-map-includes.js +0 -13
  576. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/doc/Document.js +0 -335
  577. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/doc/anchors.js +0 -71
  578. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/doc/applyReviver.js +0 -55
  579. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/doc/createNode.js +0 -88
  580. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/doc/directives.js +0 -176
  581. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/errors.js +0 -57
  582. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/index.js +0 -17
  583. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/log.js +0 -11
  584. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/nodes/Alias.js +0 -116
  585. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/nodes/Collection.js +0 -147
  586. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/nodes/Node.js +0 -38
  587. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/nodes/Pair.js +0 -36
  588. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/nodes/Scalar.js +0 -24
  589. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/nodes/YAMLMap.js +0 -144
  590. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/nodes/YAMLSeq.js +0 -113
  591. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/nodes/addPairToJSMap.js +0 -63
  592. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/nodes/identity.js +0 -36
  593. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/nodes/toJS.js +0 -37
  594. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/parse/cst-scalar.js +0 -214
  595. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/parse/cst-stringify.js +0 -61
  596. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/parse/cst-visit.js +0 -97
  597. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/parse/cst.js +0 -98
  598. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/parse/lexer.js +0 -721
  599. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/parse/line-counter.js +0 -39
  600. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/parse/parser.js +0 -975
  601. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/public-api.js +0 -102
  602. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/schema/Schema.js +0 -37
  603. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/schema/common/map.js +0 -17
  604. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/schema/common/null.js +0 -15
  605. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/schema/common/seq.js +0 -17
  606. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/schema/common/string.js +0 -14
  607. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/schema/core/bool.js +0 -19
  608. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/schema/core/float.js +0 -43
  609. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/schema/core/int.js +0 -38
  610. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/schema/core/schema.js +0 -23
  611. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/schema/json/schema.js +0 -62
  612. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/schema/tags.js +0 -96
  613. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/schema/yaml-1.1/binary.js +0 -58
  614. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/schema/yaml-1.1/bool.js +0 -26
  615. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/schema/yaml-1.1/float.js +0 -46
  616. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/schema/yaml-1.1/int.js +0 -71
  617. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/schema/yaml-1.1/merge.js +0 -67
  618. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/schema/yaml-1.1/omap.js +0 -74
  619. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/schema/yaml-1.1/pairs.js +0 -78
  620. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/schema/yaml-1.1/schema.js +0 -39
  621. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/schema/yaml-1.1/set.js +0 -93
  622. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/schema/yaml-1.1/timestamp.js +0 -101
  623. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/stringify/foldFlowLines.js +0 -146
  624. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/stringify/stringify.js +0 -129
  625. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/stringify/stringifyCollection.js +0 -153
  626. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/stringify/stringifyComment.js +0 -20
  627. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/stringify/stringifyDocument.js +0 -85
  628. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/stringify/stringifyNumber.js +0 -25
  629. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/stringify/stringifyPair.js +0 -150
  630. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/stringify/stringifyString.js +0 -336
  631. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/util.js +0 -11
  632. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/dist/visit.js +0 -233
  633. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/index.js +0 -5
  634. package/profiles/_cache/bun/yaml@2.9.0@@@1/browser/package.json +0 -3
  635. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/cli.d.ts +0 -8
  636. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/cli.mjs +0 -201
  637. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/compose-collection.d.ts +0 -11
  638. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/compose-collection.js +0 -90
  639. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/compose-doc.d.ts +0 -7
  640. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/compose-doc.js +0 -45
  641. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/compose-node.d.ts +0 -29
  642. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/compose-node.js +0 -112
  643. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/compose-scalar.d.ts +0 -5
  644. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/compose-scalar.js +0 -88
  645. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/composer.d.ts +0 -63
  646. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/composer.js +0 -224
  647. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/resolve-block-map.d.ts +0 -6
  648. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/resolve-block-map.js +0 -117
  649. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/resolve-block-scalar.d.ts +0 -11
  650. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/resolve-block-scalar.js +0 -200
  651. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/resolve-block-seq.d.ts +0 -6
  652. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/resolve-block-seq.js +0 -51
  653. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/resolve-end.d.ts +0 -6
  654. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/resolve-end.js +0 -39
  655. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/resolve-flow-collection.d.ts +0 -7
  656. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/resolve-flow-collection.js +0 -209
  657. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/resolve-flow-scalar.d.ts +0 -10
  658. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/resolve-flow-scalar.js +0 -227
  659. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/resolve-props.d.ts +0 -23
  660. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/resolve-props.js +0 -148
  661. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/util-contains-newline.d.ts +0 -2
  662. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/util-contains-newline.js +0 -36
  663. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/util-empty-scalar-position.d.ts +0 -2
  664. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/util-empty-scalar-position.js +0 -28
  665. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/util-flow-indent-check.d.ts +0 -3
  666. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/util-flow-indent-check.js +0 -17
  667. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/util-map-includes.d.ts +0 -4
  668. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/compose/util-map-includes.js +0 -15
  669. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/doc/Document.d.ts +0 -141
  670. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/doc/Document.js +0 -337
  671. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/doc/anchors.d.ts +0 -24
  672. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/doc/anchors.js +0 -76
  673. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/doc/applyReviver.d.ts +0 -9
  674. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/doc/applyReviver.js +0 -57
  675. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/doc/createNode.d.ts +0 -17
  676. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/doc/createNode.js +0 -90
  677. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/doc/directives.d.ts +0 -49
  678. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/doc/directives.js +0 -178
  679. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/errors.d.ts +0 -21
  680. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/errors.js +0 -62
  681. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/index.d.ts +0 -25
  682. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/index.js +0 -50
  683. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/log.d.ts +0 -3
  684. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/log.js +0 -19
  685. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/nodes/Alias.d.ts +0 -29
  686. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/nodes/Alias.js +0 -118
  687. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/nodes/Collection.d.ts +0 -73
  688. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/nodes/Collection.js +0 -151
  689. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/nodes/Node.d.ts +0 -53
  690. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/nodes/Node.js +0 -40
  691. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/nodes/Pair.d.ts +0 -22
  692. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/nodes/Pair.js +0 -39
  693. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/nodes/Scalar.d.ts +0 -47
  694. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/nodes/Scalar.js +0 -27
  695. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/nodes/YAMLMap.d.ts +0 -53
  696. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/nodes/YAMLMap.js +0 -147
  697. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/nodes/YAMLSeq.d.ts +0 -60
  698. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/nodes/YAMLSeq.js +0 -115
  699. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/nodes/addPairToJSMap.d.ts +0 -4
  700. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/nodes/addPairToJSMap.js +0 -65
  701. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/nodes/identity.d.ts +0 -23
  702. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/nodes/identity.js +0 -53
  703. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/nodes/toJS.d.ts +0 -29
  704. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/nodes/toJS.js +0 -39
  705. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/options.d.ts +0 -350
  706. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/parse/cst-scalar.d.ts +0 -64
  707. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/parse/cst-scalar.js +0 -218
  708. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/parse/cst-stringify.d.ts +0 -8
  709. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/parse/cst-stringify.js +0 -63
  710. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/parse/cst-visit.d.ts +0 -39
  711. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/parse/cst-visit.js +0 -99
  712. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/parse/cst.d.ts +0 -109
  713. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/parse/cst.js +0 -112
  714. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/parse/lexer.d.ts +0 -87
  715. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/parse/lexer.js +0 -723
  716. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/parse/line-counter.d.ts +0 -22
  717. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/parse/line-counter.js +0 -41
  718. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/parse/parser.d.ts +0 -84
  719. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/parse/parser.js +0 -980
  720. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/public-api.d.ts +0 -44
  721. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/public-api.js +0 -107
  722. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/Schema.d.ts +0 -17
  723. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/Schema.js +0 -39
  724. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/common/map.d.ts +0 -2
  725. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/common/map.js +0 -19
  726. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/common/null.d.ts +0 -4
  727. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/common/null.js +0 -17
  728. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/common/seq.d.ts +0 -2
  729. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/common/seq.js +0 -19
  730. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/common/string.d.ts +0 -2
  731. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/common/string.js +0 -16
  732. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/core/bool.d.ts +0 -4
  733. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/core/bool.js +0 -21
  734. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/core/float.d.ts +0 -4
  735. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/core/float.js +0 -47
  736. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/core/int.d.ts +0 -4
  737. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/core/int.js +0 -42
  738. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/core/schema.d.ts +0 -1
  739. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/core/schema.js +0 -25
  740. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/json/schema.d.ts +0 -2
  741. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/json/schema.js +0 -64
  742. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/json-schema.d.ts +0 -69
  743. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/tags.d.ts +0 -48
  744. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/tags.js +0 -99
  745. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/types.d.ts +0 -92
  746. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/yaml-1.1/binary.d.ts +0 -2
  747. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/yaml-1.1/binary.js +0 -70
  748. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/yaml-1.1/bool.d.ts +0 -7
  749. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/yaml-1.1/bool.js +0 -29
  750. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/yaml-1.1/float.d.ts +0 -4
  751. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/yaml-1.1/float.js +0 -50
  752. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/yaml-1.1/int.d.ts +0 -5
  753. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/yaml-1.1/int.js +0 -76
  754. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/yaml-1.1/merge.d.ts +0 -9
  755. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/yaml-1.1/merge.js +0 -71
  756. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/yaml-1.1/omap.d.ts +0 -22
  757. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/yaml-1.1/omap.js +0 -77
  758. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/yaml-1.1/pairs.d.ts +0 -10
  759. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/yaml-1.1/pairs.js +0 -82
  760. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/yaml-1.1/schema.d.ts +0 -1
  761. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/yaml-1.1/schema.js +0 -41
  762. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/yaml-1.1/set.d.ts +0 -28
  763. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/yaml-1.1/set.js +0 -96
  764. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/yaml-1.1/timestamp.d.ts +0 -6
  765. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/schema/yaml-1.1/timestamp.js +0 -105
  766. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/stringify/foldFlowLines.d.ts +0 -34
  767. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/stringify/foldFlowLines.js +0 -151
  768. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/stringify/stringify.d.ts +0 -21
  769. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/stringify/stringify.js +0 -132
  770. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/stringify/stringifyCollection.d.ts +0 -17
  771. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/stringify/stringifyCollection.js +0 -155
  772. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/stringify/stringifyComment.d.ts +0 -10
  773. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/stringify/stringifyComment.js +0 -24
  774. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/stringify/stringifyDocument.d.ts +0 -4
  775. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/stringify/stringifyDocument.js +0 -87
  776. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/stringify/stringifyNumber.d.ts +0 -2
  777. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/stringify/stringifyNumber.js +0 -27
  778. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/stringify/stringifyPair.d.ts +0 -3
  779. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/stringify/stringifyPair.js +0 -152
  780. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/stringify/stringifyString.d.ts +0 -9
  781. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/stringify/stringifyString.js +0 -338
  782. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/test-events.d.ts +0 -4
  783. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/test-events.js +0 -134
  784. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/util.d.ts +0 -16
  785. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/util.js +0 -28
  786. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/visit.d.ts +0 -102
  787. package/profiles/_cache/bun/yaml@2.9.0@@@1/dist/visit.js +0 -236
  788. package/profiles/_cache/bun/yaml@2.9.0@@@1/package.json +0 -97
  789. package/profiles/_cache/bun/yaml@2.9.0@@@1/util.js +0 -2
  790. package/profiles/_examples/inherits.yaml +0 -27
  791. package/profiles/_examples/minimal.yaml +0 -11
  792. package/resources/claude-md/README.md +0 -33
  793. package/resources/claude-md/_always/karpathy-guidelines.md +0 -63
  794. package/resources/claude-plugins-official/.claude-plugin/marketplace.json +0 -2701
  795. package/resources/claude-plugins-official/.github/policy/prompt.md +0 -99
  796. package/resources/claude-plugins-official/.github/policy/schema.json +0 -52
  797. package/resources/claude-plugins-official/.github/scripts/discover_bumps.py +0 -229
  798. package/resources/claude-plugins-official/.github/scripts/validate-frontmatter.ts +0 -277
  799. package/resources/claude-plugins-official/.github/workflows/bump-plugin-shas.yml +0 -69
  800. package/resources/claude-plugins-official/.github/workflows/check-mcp-urls.yml +0 -129
  801. package/resources/claude-plugins-official/.github/workflows/close-external-prs.yml +0 -47
  802. package/resources/claude-plugins-official/.github/workflows/revert-failed-bumps.yml +0 -284
  803. package/resources/claude-plugins-official/.github/workflows/scan-plugins.yml +0 -380
  804. package/resources/claude-plugins-official/.github/workflows/validate-frontmatter.yml +0 -42
  805. package/resources/claude-plugins-official/.github/workflows/validate-plugins.yml +0 -34
  806. package/resources/claude-plugins-official/README.md +0 -51
  807. package/resources/claude-plugins-official/external_plugins/asana/.claude-plugin/plugin.json +0 -7
  808. package/resources/claude-plugins-official/external_plugins/asana/.mcp.json +0 -6
  809. package/resources/claude-plugins-official/external_plugins/context7/.claude-plugin/plugin.json +0 -7
  810. package/resources/claude-plugins-official/external_plugins/context7/.mcp.json +0 -6
  811. package/resources/claude-plugins-official/external_plugins/discord/.claude-plugin/plugin.json +0 -11
  812. package/resources/claude-plugins-official/external_plugins/discord/.mcp.json +0 -8
  813. package/resources/claude-plugins-official/external_plugins/discord/ACCESS.md +0 -143
  814. package/resources/claude-plugins-official/external_plugins/discord/LICENSE +0 -202
  815. package/resources/claude-plugins-official/external_plugins/discord/README.md +0 -112
  816. package/resources/claude-plugins-official/external_plugins/discord/bun.lock +0 -244
  817. package/resources/claude-plugins-official/external_plugins/discord/package.json +0 -14
  818. package/resources/claude-plugins-official/external_plugins/discord/server.ts +0 -900
  819. package/resources/claude-plugins-official/external_plugins/discord/skills/access/SKILL.md +0 -137
  820. package/resources/claude-plugins-official/external_plugins/discord/skills/configure/SKILL.md +0 -99
  821. package/resources/claude-plugins-official/external_plugins/fakechat/.claude-plugin/plugin.json +0 -13
  822. package/resources/claude-plugins-official/external_plugins/fakechat/.mcp.json +0 -8
  823. package/resources/claude-plugins-official/external_plugins/fakechat/LICENSE +0 -202
  824. package/resources/claude-plugins-official/external_plugins/fakechat/README.md +0 -47
  825. package/resources/claude-plugins-official/external_plugins/fakechat/bun.lock +0 -206
  826. package/resources/claude-plugins-official/external_plugins/fakechat/package.json +0 -16
  827. package/resources/claude-plugins-official/external_plugins/fakechat/server.ts +0 -295
  828. package/resources/claude-plugins-official/external_plugins/firebase/.claude-plugin/plugin.json +0 -7
  829. package/resources/claude-plugins-official/external_plugins/firebase/.mcp.json +0 -6
  830. package/resources/claude-plugins-official/external_plugins/github/.claude-plugin/plugin.json +0 -7
  831. package/resources/claude-plugins-official/external_plugins/github/.mcp.json +0 -9
  832. package/resources/claude-plugins-official/external_plugins/gitlab/.claude-plugin/plugin.json +0 -7
  833. package/resources/claude-plugins-official/external_plugins/gitlab/.mcp.json +0 -6
  834. package/resources/claude-plugins-official/external_plugins/greptile/.claude-plugin/plugin.json +0 -10
  835. package/resources/claude-plugins-official/external_plugins/greptile/.mcp.json +0 -9
  836. package/resources/claude-plugins-official/external_plugins/greptile/README.md +0 -57
  837. package/resources/claude-plugins-official/external_plugins/imessage/.claude-plugin/plugin.json +0 -11
  838. package/resources/claude-plugins-official/external_plugins/imessage/.mcp.json +0 -8
  839. package/resources/claude-plugins-official/external_plugins/imessage/ACCESS.md +0 -142
  840. package/resources/claude-plugins-official/external_plugins/imessage/LICENSE +0 -202
  841. package/resources/claude-plugins-official/external_plugins/imessage/README.md +0 -84
  842. package/resources/claude-plugins-official/external_plugins/imessage/bun.lock +0 -207
  843. package/resources/claude-plugins-official/external_plugins/imessage/package.json +0 -17
  844. package/resources/claude-plugins-official/external_plugins/imessage/server.ts +0 -875
  845. package/resources/claude-plugins-official/external_plugins/imessage/skills/access/SKILL.md +0 -140
  846. package/resources/claude-plugins-official/external_plugins/imessage/skills/configure/SKILL.md +0 -82
  847. package/resources/claude-plugins-official/external_plugins/laravel-boost/.claude-plugin/plugin.json +0 -7
  848. package/resources/claude-plugins-official/external_plugins/laravel-boost/.mcp.json +0 -6
  849. package/resources/claude-plugins-official/external_plugins/linear/.claude-plugin/plugin.json +0 -7
  850. package/resources/claude-plugins-official/external_plugins/linear/.mcp.json +0 -6
  851. package/resources/claude-plugins-official/external_plugins/playwright/.claude-plugin/plugin.json +0 -7
  852. package/resources/claude-plugins-official/external_plugins/playwright/.mcp.json +0 -6
  853. package/resources/claude-plugins-official/external_plugins/serena/.claude-plugin/plugin.json +0 -7
  854. package/resources/claude-plugins-official/external_plugins/serena/.mcp.json +0 -6
  855. package/resources/claude-plugins-official/external_plugins/telegram/.claude-plugin/plugin.json +0 -11
  856. package/resources/claude-plugins-official/external_plugins/telegram/.mcp.json +0 -8
  857. package/resources/claude-plugins-official/external_plugins/telegram/ACCESS.md +0 -147
  858. package/resources/claude-plugins-official/external_plugins/telegram/LICENSE +0 -202
  859. package/resources/claude-plugins-official/external_plugins/telegram/README.md +0 -99
  860. package/resources/claude-plugins-official/external_plugins/telegram/bun.lock +0 -212
  861. package/resources/claude-plugins-official/external_plugins/telegram/package.json +0 -14
  862. package/resources/claude-plugins-official/external_plugins/telegram/server.ts +0 -1038
  863. package/resources/claude-plugins-official/external_plugins/telegram/skills/access/SKILL.md +0 -136
  864. package/resources/claude-plugins-official/external_plugins/telegram/skills/configure/SKILL.md +0 -96
  865. package/resources/claude-plugins-official/external_plugins/terraform/.claude-plugin/plugin.json +0 -7
  866. package/resources/claude-plugins-official/external_plugins/terraform/.mcp.json +0 -12
  867. package/resources/claude-plugins-official/plugins/agent-sdk-dev/.claude-plugin/plugin.json +0 -8
  868. package/resources/claude-plugins-official/plugins/agent-sdk-dev/LICENSE +0 -202
  869. package/resources/claude-plugins-official/plugins/agent-sdk-dev/README.md +0 -208
  870. package/resources/claude-plugins-official/plugins/agent-sdk-dev/agents/agent-sdk-verifier-py.md +0 -140
  871. package/resources/claude-plugins-official/plugins/agent-sdk-dev/agents/agent-sdk-verifier-ts.md +0 -145
  872. package/resources/claude-plugins-official/plugins/agent-sdk-dev/commands/new-sdk-app.md +0 -176
  873. package/resources/claude-plugins-official/plugins/clangd-lsp/LICENSE +0 -202
  874. package/resources/claude-plugins-official/plugins/clangd-lsp/README.md +0 -36
  875. package/resources/claude-plugins-official/plugins/claude-code-setup/.claude-plugin/plugin.json +0 -9
  876. package/resources/claude-plugins-official/plugins/claude-code-setup/LICENSE +0 -202
  877. package/resources/claude-plugins-official/plugins/claude-code-setup/README.md +0 -29
  878. package/resources/claude-plugins-official/plugins/claude-code-setup/automation-recommender-example.png +0 -0
  879. package/resources/claude-plugins-official/plugins/claude-code-setup/skills/claude-automation-recommender/SKILL.md +0 -288
  880. package/resources/claude-plugins-official/plugins/claude-code-setup/skills/claude-automation-recommender/references/hooks-patterns.md +0 -226
  881. package/resources/claude-plugins-official/plugins/claude-code-setup/skills/claude-automation-recommender/references/mcp-servers.md +0 -263
  882. package/resources/claude-plugins-official/plugins/claude-code-setup/skills/claude-automation-recommender/references/plugins-reference.md +0 -98
  883. package/resources/claude-plugins-official/plugins/claude-code-setup/skills/claude-automation-recommender/references/skills-reference.md +0 -408
  884. package/resources/claude-plugins-official/plugins/claude-code-setup/skills/claude-automation-recommender/references/subagent-templates.md +0 -181
  885. package/resources/claude-plugins-official/plugins/claude-md-management/.claude-plugin/plugin.json +0 -9
  886. package/resources/claude-plugins-official/plugins/claude-md-management/LICENSE +0 -202
  887. package/resources/claude-plugins-official/plugins/claude-md-management/README.md +0 -40
  888. package/resources/claude-plugins-official/plugins/claude-md-management/claude-md-improver-example.png +0 -0
  889. package/resources/claude-plugins-official/plugins/claude-md-management/commands/revise-claude-md.md +0 -54
  890. package/resources/claude-plugins-official/plugins/claude-md-management/revise-claude-md-example.png +0 -0
  891. package/resources/claude-plugins-official/plugins/claude-md-management/skills/claude-md-improver/SKILL.md +0 -179
  892. package/resources/claude-plugins-official/plugins/claude-md-management/skills/claude-md-improver/references/quality-criteria.md +0 -109
  893. package/resources/claude-plugins-official/plugins/claude-md-management/skills/claude-md-improver/references/templates.md +0 -253
  894. package/resources/claude-plugins-official/plugins/claude-md-management/skills/claude-md-improver/references/update-guidelines.md +0 -150
  895. package/resources/claude-plugins-official/plugins/code-modernization/.claude-plugin/plugin.json +0 -8
  896. package/resources/claude-plugins-official/plugins/code-modernization/LICENSE +0 -202
  897. package/resources/claude-plugins-official/plugins/code-modernization/README.md +0 -119
  898. package/resources/claude-plugins-official/plugins/code-modernization/agents/architecture-critic.md +0 -36
  899. package/resources/claude-plugins-official/plugins/code-modernization/agents/business-rules-extractor.md +0 -46
  900. package/resources/claude-plugins-official/plugins/code-modernization/agents/legacy-analyst.md +0 -39
  901. package/resources/claude-plugins-official/plugins/code-modernization/agents/security-auditor.md +0 -56
  902. package/resources/claude-plugins-official/plugins/code-modernization/agents/test-engineer.md +0 -36
  903. package/resources/claude-plugins-official/plugins/code-modernization/commands/modernize-assess.md +0 -161
  904. package/resources/claude-plugins-official/plugins/code-modernization/commands/modernize-brief.md +0 -65
  905. package/resources/claude-plugins-official/plugins/code-modernization/commands/modernize-extract-rules.md +0 -76
  906. package/resources/claude-plugins-official/plugins/code-modernization/commands/modernize-harden.md +0 -64
  907. package/resources/claude-plugins-official/plugins/code-modernization/commands/modernize-map.md +0 -104
  908. package/resources/claude-plugins-official/plugins/code-modernization/commands/modernize-reimagine.md +0 -83
  909. package/resources/claude-plugins-official/plugins/code-modernization/commands/modernize-transform.md +0 -78
  910. package/resources/claude-plugins-official/plugins/code-review/.claude-plugin/plugin.json +0 -9
  911. package/resources/claude-plugins-official/plugins/code-review/LICENSE +0 -202
  912. package/resources/claude-plugins-official/plugins/code-review/README.md +0 -246
  913. package/resources/claude-plugins-official/plugins/code-review/commands/code-review.md +0 -92
  914. package/resources/claude-plugins-official/plugins/code-simplifier/.claude-plugin/plugin.json +0 -9
  915. package/resources/claude-plugins-official/plugins/code-simplifier/LICENSE +0 -202
  916. package/resources/claude-plugins-official/plugins/code-simplifier/agents/code-simplifier.md +0 -52
  917. package/resources/claude-plugins-official/plugins/commit-commands/.claude-plugin/plugin.json +0 -9
  918. package/resources/claude-plugins-official/plugins/commit-commands/LICENSE +0 -202
  919. package/resources/claude-plugins-official/plugins/commit-commands/README.md +0 -225
  920. package/resources/claude-plugins-official/plugins/commit-commands/commands/clean_gone.md +0 -53
  921. package/resources/claude-plugins-official/plugins/commit-commands/commands/commit-push-pr.md +0 -20
  922. package/resources/claude-plugins-official/plugins/commit-commands/commands/commit.md +0 -17
  923. package/resources/claude-plugins-official/plugins/csharp-lsp/LICENSE +0 -202
  924. package/resources/claude-plugins-official/plugins/csharp-lsp/README.md +0 -25
  925. package/resources/claude-plugins-official/plugins/cwc-makers/.claude-plugin/plugin.json +0 -21
  926. package/resources/claude-plugins-official/plugins/cwc-makers/LICENSE +0 -202
  927. package/resources/claude-plugins-official/plugins/cwc-makers/README.md +0 -38
  928. package/resources/claude-plugins-official/plugins/cwc-makers/commands/maker-setup.md +0 -15
  929. package/resources/claude-plugins-official/plugins/cwc-makers/skills/cardputer-buddy/SKILL.md +0 -46
  930. package/resources/claude-plugins-official/plugins/cwc-makers/skills/m5-onboard/SKILL.md +0 -185
  931. package/resources/claude-plugins-official/plugins/example-plugin/.claude-plugin/plugin.json +0 -8
  932. package/resources/claude-plugins-official/plugins/example-plugin/.mcp.json +0 -6
  933. package/resources/claude-plugins-official/plugins/example-plugin/LICENSE +0 -202
  934. package/resources/claude-plugins-official/plugins/example-plugin/README.md +0 -69
  935. package/resources/claude-plugins-official/plugins/example-plugin/commands/example-command.md +0 -39
  936. package/resources/claude-plugins-official/plugins/example-plugin/skills/example-command/SKILL.md +0 -39
  937. package/resources/claude-plugins-official/plugins/example-plugin/skills/example-skill/SKILL.md +0 -84
  938. package/resources/claude-plugins-official/plugins/explanatory-output-style/.claude-plugin/plugin.json +0 -9
  939. package/resources/claude-plugins-official/plugins/explanatory-output-style/LICENSE +0 -202
  940. package/resources/claude-plugins-official/plugins/explanatory-output-style/README.md +0 -72
  941. package/resources/claude-plugins-official/plugins/explanatory-output-style/hooks/hooks.json +0 -15
  942. package/resources/claude-plugins-official/plugins/explanatory-output-style/hooks-handlers/session-start.sh +0 -15
  943. package/resources/claude-plugins-official/plugins/feature-dev/.claude-plugin/plugin.json +0 -8
  944. package/resources/claude-plugins-official/plugins/feature-dev/LICENSE +0 -202
  945. package/resources/claude-plugins-official/plugins/feature-dev/README.md +0 -412
  946. package/resources/claude-plugins-official/plugins/feature-dev/agents/code-architect.md +0 -34
  947. package/resources/claude-plugins-official/plugins/feature-dev/agents/code-explorer.md +0 -51
  948. package/resources/claude-plugins-official/plugins/feature-dev/agents/code-reviewer.md +0 -46
  949. package/resources/claude-plugins-official/plugins/feature-dev/commands/feature-dev.md +0 -125
  950. package/resources/claude-plugins-official/plugins/frontend-design/.claude-plugin/plugin.json +0 -8
  951. package/resources/claude-plugins-official/plugins/frontend-design/LICENSE +0 -202
  952. package/resources/claude-plugins-official/plugins/frontend-design/README.md +0 -31
  953. package/resources/claude-plugins-official/plugins/frontend-design/skills/frontend-design/SKILL.md +0 -42
  954. package/resources/claude-plugins-official/plugins/gopls-lsp/LICENSE +0 -202
  955. package/resources/claude-plugins-official/plugins/gopls-lsp/README.md +0 -20
  956. package/resources/claude-plugins-official/plugins/hookify/.claude-plugin/plugin.json +0 -8
  957. package/resources/claude-plugins-official/plugins/hookify/LICENSE +0 -202
  958. package/resources/claude-plugins-official/plugins/hookify/README.md +0 -340
  959. package/resources/claude-plugins-official/plugins/hookify/agents/conversation-analyzer.md +0 -185
  960. package/resources/claude-plugins-official/plugins/hookify/commands/configure.md +0 -128
  961. package/resources/claude-plugins-official/plugins/hookify/commands/help.md +0 -175
  962. package/resources/claude-plugins-official/plugins/hookify/commands/hookify.md +0 -231
  963. package/resources/claude-plugins-official/plugins/hookify/commands/list.md +0 -82
  964. package/resources/claude-plugins-official/plugins/hookify/core/__init__.py +0 -0
  965. package/resources/claude-plugins-official/plugins/hookify/core/config_loader.py +0 -297
  966. package/resources/claude-plugins-official/plugins/hookify/core/rule_engine.py +0 -313
  967. package/resources/claude-plugins-official/plugins/hookify/examples/console-log-warning.local.md +0 -14
  968. package/resources/claude-plugins-official/plugins/hookify/examples/dangerous-rm.local.md +0 -14
  969. package/resources/claude-plugins-official/plugins/hookify/examples/require-tests-stop.local.md +0 -22
  970. package/resources/claude-plugins-official/plugins/hookify/examples/sensitive-files-warning.local.md +0 -18
  971. package/resources/claude-plugins-official/plugins/hookify/hooks/__init__.py +0 -0
  972. package/resources/claude-plugins-official/plugins/hookify/hooks/hooks.json +0 -49
  973. package/resources/claude-plugins-official/plugins/hookify/hooks/posttooluse.py +0 -62
  974. package/resources/claude-plugins-official/plugins/hookify/hooks/pretooluse.py +0 -66
  975. package/resources/claude-plugins-official/plugins/hookify/hooks/stop.py +0 -55
  976. package/resources/claude-plugins-official/plugins/hookify/hooks/userpromptsubmit.py +0 -54
  977. package/resources/claude-plugins-official/plugins/hookify/matchers/__init__.py +0 -0
  978. package/resources/claude-plugins-official/plugins/hookify/skills/writing-rules/SKILL.md +0 -374
  979. package/resources/claude-plugins-official/plugins/hookify/utils/__init__.py +0 -0
  980. package/resources/claude-plugins-official/plugins/jdtls-lsp/LICENSE +0 -202
  981. package/resources/claude-plugins-official/plugins/jdtls-lsp/README.md +0 -33
  982. package/resources/claude-plugins-official/plugins/kotlin-lsp/LICENSE +0 -202
  983. package/resources/claude-plugins-official/plugins/kotlin-lsp/README.md +0 -16
  984. package/resources/claude-plugins-official/plugins/learning-output-style/.claude-plugin/plugin.json +0 -9
  985. package/resources/claude-plugins-official/plugins/learning-output-style/LICENSE +0 -202
  986. package/resources/claude-plugins-official/plugins/learning-output-style/README.md +0 -93
  987. package/resources/claude-plugins-official/plugins/learning-output-style/hooks/hooks.json +0 -15
  988. package/resources/claude-plugins-official/plugins/learning-output-style/hooks-handlers/session-start.sh +0 -15
  989. package/resources/claude-plugins-official/plugins/lua-lsp/LICENSE +0 -202
  990. package/resources/claude-plugins-official/plugins/lua-lsp/README.md +0 -32
  991. package/resources/claude-plugins-official/plugins/math-olympiad/.claude-plugin/plugin.json +0 -8
  992. package/resources/claude-plugins-official/plugins/math-olympiad/LICENSE +0 -202
  993. package/resources/claude-plugins-official/plugins/math-olympiad/README.md +0 -40
  994. package/resources/claude-plugins-official/plugins/math-olympiad/skills/math-olympiad/SKILL.md +0 -411
  995. package/resources/claude-plugins-official/plugins/math-olympiad/skills/math-olympiad/evals/trigger_eval.json +0 -23
  996. package/resources/claude-plugins-official/plugins/math-olympiad/skills/math-olympiad/references/adversarial_prompts.md +0 -293
  997. package/resources/claude-plugins-official/plugins/math-olympiad/skills/math-olympiad/references/attempt_agent.md +0 -63
  998. package/resources/claude-plugins-official/plugins/math-olympiad/skills/math-olympiad/references/known_constructions.md +0 -46
  999. package/resources/claude-plugins-official/plugins/math-olympiad/skills/math-olympiad/references/model_tier_defaults.md +0 -66
  1000. package/resources/claude-plugins-official/plugins/math-olympiad/skills/math-olympiad/references/presentation_prompts.md +0 -153
  1001. package/resources/claude-plugins-official/plugins/math-olympiad/skills/math-olympiad/references/solver_heuristics.md +0 -135
  1002. package/resources/claude-plugins-official/plugins/math-olympiad/skills/math-olympiad/references/verifier_patterns.md +0 -206
  1003. package/resources/claude-plugins-official/plugins/math-olympiad/skills/math-olympiad/scripts/check_latex.sh +0 -4
  1004. package/resources/claude-plugins-official/plugins/math-olympiad/skills/math-olympiad/scripts/compile_pdf.sh +0 -54
  1005. package/resources/claude-plugins-official/plugins/mcp-server-dev/.claude-plugin/plugin.json +0 -8
  1006. package/resources/claude-plugins-official/plugins/mcp-server-dev/LICENSE +0 -202
  1007. package/resources/claude-plugins-official/plugins/mcp-server-dev/README.md +0 -32
  1008. package/resources/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-app/SKILL.md +0 -392
  1009. package/resources/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-app/references/abuse-protection.md +0 -60
  1010. package/resources/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-app/references/apps-sdk-messages.md +0 -227
  1011. package/resources/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-app/references/directory-checklist.md +0 -18
  1012. package/resources/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-app/references/iframe-sandbox.md +0 -164
  1013. package/resources/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-app/references/payload-budgeting.md +0 -54
  1014. package/resources/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-app/references/widget-templates.md +0 -249
  1015. package/resources/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-server/SKILL.md +0 -221
  1016. package/resources/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-server/references/auth.md +0 -108
  1017. package/resources/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-server/references/deploy-cloudflare-workers.md +0 -106
  1018. package/resources/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-server/references/elicitation.md +0 -129
  1019. package/resources/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-server/references/remote-http-scaffold.md +0 -211
  1020. package/resources/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-server/references/resources-and-prompts.md +0 -122
  1021. package/resources/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-server/references/server-capabilities.md +0 -164
  1022. package/resources/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-server/references/tool-design.md +0 -189
  1023. package/resources/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcp-server/references/versions.md +0 -25
  1024. package/resources/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcpb/SKILL.md +0 -199
  1025. package/resources/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcpb/references/local-security.md +0 -149
  1026. package/resources/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcpb/references/manifest-schema.md +0 -156
  1027. package/resources/claude-plugins-official/plugins/mcp-tunnels/.claude-plugin/plugin.json +0 -8
  1028. package/resources/claude-plugins-official/plugins/mcp-tunnels/LICENSE +0 -202
  1029. package/resources/claude-plugins-official/plugins/mcp-tunnels/README.md +0 -122
  1030. package/resources/claude-plugins-official/plugins/mcp-tunnels/commands/create-docker-mcp-tunnel.md +0 -369
  1031. package/resources/claude-plugins-official/plugins/php-lsp/LICENSE +0 -202
  1032. package/resources/claude-plugins-official/plugins/php-lsp/README.md +0 -24
  1033. package/resources/claude-plugins-official/plugins/playground/.claude-plugin/plugin.json +0 -8
  1034. package/resources/claude-plugins-official/plugins/playground/LICENSE +0 -202
  1035. package/resources/claude-plugins-official/plugins/playground/README.md +0 -28
  1036. package/resources/claude-plugins-official/plugins/playground/skills/playground/SKILL.md +0 -76
  1037. package/resources/claude-plugins-official/plugins/playground/skills/playground/templates/code-map.md +0 -158
  1038. package/resources/claude-plugins-official/plugins/playground/skills/playground/templates/concept-map.md +0 -73
  1039. package/resources/claude-plugins-official/plugins/playground/skills/playground/templates/data-explorer.md +0 -67
  1040. package/resources/claude-plugins-official/plugins/playground/skills/playground/templates/design-playground.md +0 -67
  1041. package/resources/claude-plugins-official/plugins/playground/skills/playground/templates/diff-review.md +0 -179
  1042. package/resources/claude-plugins-official/plugins/playground/skills/playground/templates/document-critique.md +0 -171
  1043. package/resources/claude-plugins-official/plugins/plugin-dev/.claude-plugin/plugin.json +0 -8
  1044. package/resources/claude-plugins-official/plugins/plugin-dev/LICENSE +0 -202
  1045. package/resources/claude-plugins-official/plugins/plugin-dev/README.md +0 -402
  1046. package/resources/claude-plugins-official/plugins/plugin-dev/agents/agent-creator.md +0 -176
  1047. package/resources/claude-plugins-official/plugins/plugin-dev/agents/plugin-validator.md +0 -184
  1048. package/resources/claude-plugins-official/plugins/plugin-dev/agents/skill-reviewer.md +0 -184
  1049. package/resources/claude-plugins-official/plugins/plugin-dev/commands/create-plugin.md +0 -449
  1050. package/resources/claude-plugins-official/plugins/plugin-dev/skills/agent-development/SKILL.md +0 -401
  1051. package/resources/claude-plugins-official/plugins/plugin-dev/skills/agent-development/examples/agent-creation-prompt.md +0 -224
  1052. package/resources/claude-plugins-official/plugins/plugin-dev/skills/agent-development/examples/complete-agent-examples.md +0 -357
  1053. package/resources/claude-plugins-official/plugins/plugin-dev/skills/agent-development/references/agent-creation-system-prompt.md +0 -189
  1054. package/resources/claude-plugins-official/plugins/plugin-dev/skills/agent-development/references/system-prompt-design.md +0 -411
  1055. package/resources/claude-plugins-official/plugins/plugin-dev/skills/agent-development/references/triggering-examples.md +0 -217
  1056. package/resources/claude-plugins-official/plugins/plugin-dev/skills/agent-development/scripts/validate-agent.sh +0 -217
  1057. package/resources/claude-plugins-official/plugins/plugin-dev/skills/command-development/README.md +0 -272
  1058. package/resources/claude-plugins-official/plugins/plugin-dev/skills/command-development/SKILL.md +0 -884
  1059. package/resources/claude-plugins-official/plugins/plugin-dev/skills/command-development/examples/plugin-commands.md +0 -557
  1060. package/resources/claude-plugins-official/plugins/plugin-dev/skills/command-development/examples/simple-commands.md +0 -504
  1061. package/resources/claude-plugins-official/plugins/plugin-dev/skills/command-development/references/advanced-workflows.md +0 -722
  1062. package/resources/claude-plugins-official/plugins/plugin-dev/skills/command-development/references/documentation-patterns.md +0 -739
  1063. package/resources/claude-plugins-official/plugins/plugin-dev/skills/command-development/references/frontmatter-reference.md +0 -463
  1064. package/resources/claude-plugins-official/plugins/plugin-dev/skills/command-development/references/interactive-commands.md +0 -920
  1065. package/resources/claude-plugins-official/plugins/plugin-dev/skills/command-development/references/marketplace-considerations.md +0 -904
  1066. package/resources/claude-plugins-official/plugins/plugin-dev/skills/command-development/references/plugin-features-reference.md +0 -609
  1067. package/resources/claude-plugins-official/plugins/plugin-dev/skills/command-development/references/testing-strategies.md +0 -702
  1068. package/resources/claude-plugins-official/plugins/plugin-dev/skills/hook-development/SKILL.md +0 -712
  1069. package/resources/claude-plugins-official/plugins/plugin-dev/skills/hook-development/examples/load-context.sh +0 -55
  1070. package/resources/claude-plugins-official/plugins/plugin-dev/skills/hook-development/examples/validate-bash.sh +0 -43
  1071. package/resources/claude-plugins-official/plugins/plugin-dev/skills/hook-development/examples/validate-write.sh +0 -38
  1072. package/resources/claude-plugins-official/plugins/plugin-dev/skills/hook-development/references/advanced.md +0 -479
  1073. package/resources/claude-plugins-official/plugins/plugin-dev/skills/hook-development/references/migration.md +0 -369
  1074. package/resources/claude-plugins-official/plugins/plugin-dev/skills/hook-development/references/patterns.md +0 -346
  1075. package/resources/claude-plugins-official/plugins/plugin-dev/skills/hook-development/scripts/README.md +0 -164
  1076. package/resources/claude-plugins-official/plugins/plugin-dev/skills/hook-development/scripts/hook-linter.sh +0 -153
  1077. package/resources/claude-plugins-official/plugins/plugin-dev/skills/hook-development/scripts/test-hook.sh +0 -252
  1078. package/resources/claude-plugins-official/plugins/plugin-dev/skills/hook-development/scripts/validate-hook-schema.sh +0 -159
  1079. package/resources/claude-plugins-official/plugins/plugin-dev/skills/mcp-integration/SKILL.md +0 -554
  1080. package/resources/claude-plugins-official/plugins/plugin-dev/skills/mcp-integration/examples/http-server.json +0 -20
  1081. package/resources/claude-plugins-official/plugins/plugin-dev/skills/mcp-integration/examples/sse-server.json +0 -19
  1082. package/resources/claude-plugins-official/plugins/plugin-dev/skills/mcp-integration/examples/stdio-server.json +0 -26
  1083. package/resources/claude-plugins-official/plugins/plugin-dev/skills/mcp-integration/references/authentication.md +0 -549
  1084. package/resources/claude-plugins-official/plugins/plugin-dev/skills/mcp-integration/references/server-types.md +0 -536
  1085. package/resources/claude-plugins-official/plugins/plugin-dev/skills/mcp-integration/references/tool-usage.md +0 -538
  1086. package/resources/claude-plugins-official/plugins/plugin-dev/skills/plugin-settings/SKILL.md +0 -544
  1087. package/resources/claude-plugins-official/plugins/plugin-dev/skills/plugin-settings/examples/create-settings-command.md +0 -98
  1088. package/resources/claude-plugins-official/plugins/plugin-dev/skills/plugin-settings/examples/example-settings.md +0 -159
  1089. package/resources/claude-plugins-official/plugins/plugin-dev/skills/plugin-settings/examples/read-settings-hook.sh +0 -65
  1090. package/resources/claude-plugins-official/plugins/plugin-dev/skills/plugin-settings/references/parsing-techniques.md +0 -549
  1091. package/resources/claude-plugins-official/plugins/plugin-dev/skills/plugin-settings/references/real-world-examples.md +0 -395
  1092. package/resources/claude-plugins-official/plugins/plugin-dev/skills/plugin-settings/scripts/parse-frontmatter.sh +0 -59
  1093. package/resources/claude-plugins-official/plugins/plugin-dev/skills/plugin-settings/scripts/validate-settings.sh +0 -101
  1094. package/resources/claude-plugins-official/plugins/plugin-dev/skills/plugin-structure/README.md +0 -109
  1095. package/resources/claude-plugins-official/plugins/plugin-dev/skills/plugin-structure/SKILL.md +0 -476
  1096. package/resources/claude-plugins-official/plugins/plugin-dev/skills/plugin-structure/examples/advanced-plugin.md +0 -765
  1097. package/resources/claude-plugins-official/plugins/plugin-dev/skills/plugin-structure/examples/minimal-plugin.md +0 -83
  1098. package/resources/claude-plugins-official/plugins/plugin-dev/skills/plugin-structure/examples/standard-plugin.md +0 -587
  1099. package/resources/claude-plugins-official/plugins/plugin-dev/skills/plugin-structure/references/component-patterns.md +0 -567
  1100. package/resources/claude-plugins-official/plugins/plugin-dev/skills/plugin-structure/references/manifest-reference.md +0 -552
  1101. package/resources/claude-plugins-official/plugins/plugin-dev/skills/skill-development/SKILL.md +0 -637
  1102. package/resources/claude-plugins-official/plugins/plugin-dev/skills/skill-development/references/skill-creator-original.md +0 -209
  1103. package/resources/claude-plugins-official/plugins/pr-review-toolkit/.claude-plugin/plugin.json +0 -8
  1104. package/resources/claude-plugins-official/plugins/pr-review-toolkit/LICENSE +0 -202
  1105. package/resources/claude-plugins-official/plugins/pr-review-toolkit/README.md +0 -313
  1106. package/resources/claude-plugins-official/plugins/pr-review-toolkit/agents/code-reviewer.md +0 -56
  1107. package/resources/claude-plugins-official/plugins/pr-review-toolkit/agents/code-simplifier.md +0 -88
  1108. package/resources/claude-plugins-official/plugins/pr-review-toolkit/agents/comment-analyzer.md +0 -79
  1109. package/resources/claude-plugins-official/plugins/pr-review-toolkit/agents/pr-test-analyzer.md +0 -78
  1110. package/resources/claude-plugins-official/plugins/pr-review-toolkit/agents/silent-failure-hunter.md +0 -130
  1111. package/resources/claude-plugins-official/plugins/pr-review-toolkit/agents/type-design-analyzer.md +0 -118
  1112. package/resources/claude-plugins-official/plugins/pr-review-toolkit/commands/review-pr.md +0 -189
  1113. package/resources/claude-plugins-official/plugins/pyright-lsp/LICENSE +0 -202
  1114. package/resources/claude-plugins-official/plugins/pyright-lsp/README.md +0 -31
  1115. package/resources/claude-plugins-official/plugins/ralph-loop/.claude-plugin/plugin.json +0 -9
  1116. package/resources/claude-plugins-official/plugins/ralph-loop/LICENSE +0 -202
  1117. package/resources/claude-plugins-official/plugins/ralph-loop/README.md +0 -197
  1118. package/resources/claude-plugins-official/plugins/ralph-loop/commands/cancel-ralph.md +0 -18
  1119. package/resources/claude-plugins-official/plugins/ralph-loop/commands/help.md +0 -126
  1120. package/resources/claude-plugins-official/plugins/ralph-loop/commands/ralph-loop.md +0 -18
  1121. package/resources/claude-plugins-official/plugins/ralph-loop/hooks/hooks.json +0 -15
  1122. package/resources/claude-plugins-official/plugins/ralph-loop/hooks/stop-hook.sh +0 -191
  1123. package/resources/claude-plugins-official/plugins/ralph-loop/scripts/setup-ralph-loop.sh +0 -204
  1124. package/resources/claude-plugins-official/plugins/ruby-lsp/LICENSE +0 -202
  1125. package/resources/claude-plugins-official/plugins/ruby-lsp/README.md +0 -31
  1126. package/resources/claude-plugins-official/plugins/rust-analyzer-lsp/LICENSE +0 -202
  1127. package/resources/claude-plugins-official/plugins/rust-analyzer-lsp/README.md +0 -34
  1128. package/resources/claude-plugins-official/plugins/security-guidance/.claude-plugin/plugin.json +0 -8
  1129. package/resources/claude-plugins-official/plugins/security-guidance/LICENSE +0 -202
  1130. package/resources/claude-plugins-official/plugins/security-guidance/hooks/hooks.json +0 -16
  1131. package/resources/claude-plugins-official/plugins/security-guidance/hooks/security_reminder_hook.py +0 -280
  1132. package/resources/claude-plugins-official/plugins/session-report/LICENSE +0 -202
  1133. package/resources/claude-plugins-official/plugins/session-report/skills/session-report/SKILL.md +0 -42
  1134. package/resources/claude-plugins-official/plugins/session-report/skills/session-report/analyze-sessions.mjs +0 -875
  1135. package/resources/claude-plugins-official/plugins/session-report/skills/session-report/template.html +0 -569
  1136. package/resources/claude-plugins-official/plugins/skill-creator/.claude-plugin/plugin.json +0 -8
  1137. package/resources/claude-plugins-official/plugins/skill-creator/LICENSE +0 -202
  1138. package/resources/claude-plugins-official/plugins/skill-creator/README.md +0 -3
  1139. package/resources/claude-plugins-official/plugins/skill-creator/skills/skill-creator/LICENSE.txt +0 -202
  1140. package/resources/claude-plugins-official/plugins/skill-creator/skills/skill-creator/SKILL.md +0 -485
  1141. package/resources/claude-plugins-official/plugins/skill-creator/skills/skill-creator/agents/analyzer.md +0 -274
  1142. package/resources/claude-plugins-official/plugins/skill-creator/skills/skill-creator/agents/comparator.md +0 -202
  1143. package/resources/claude-plugins-official/plugins/skill-creator/skills/skill-creator/agents/grader.md +0 -223
  1144. package/resources/claude-plugins-official/plugins/skill-creator/skills/skill-creator/assets/eval_review.html +0 -146
  1145. package/resources/claude-plugins-official/plugins/skill-creator/skills/skill-creator/eval-viewer/generate_review.py +0 -471
  1146. package/resources/claude-plugins-official/plugins/skill-creator/skills/skill-creator/eval-viewer/viewer.html +0 -1325
  1147. package/resources/claude-plugins-official/plugins/skill-creator/skills/skill-creator/references/schemas.md +0 -430
  1148. package/resources/claude-plugins-official/plugins/skill-creator/skills/skill-creator/scripts/__init__.py +0 -0
  1149. package/resources/claude-plugins-official/plugins/skill-creator/skills/skill-creator/scripts/aggregate_benchmark.py +0 -401
  1150. package/resources/claude-plugins-official/plugins/skill-creator/skills/skill-creator/scripts/generate_report.py +0 -326
  1151. package/resources/claude-plugins-official/plugins/skill-creator/skills/skill-creator/scripts/improve_description.py +0 -247
  1152. package/resources/claude-plugins-official/plugins/skill-creator/skills/skill-creator/scripts/package_skill.py +0 -136
  1153. package/resources/claude-plugins-official/plugins/skill-creator/skills/skill-creator/scripts/quick_validate.py +0 -103
  1154. package/resources/claude-plugins-official/plugins/skill-creator/skills/skill-creator/scripts/run_eval.py +0 -310
  1155. package/resources/claude-plugins-official/plugins/skill-creator/skills/skill-creator/scripts/run_loop.py +0 -328
  1156. package/resources/claude-plugins-official/plugins/skill-creator/skills/skill-creator/scripts/utils.py +0 -47
  1157. package/resources/claude-plugins-official/plugins/swift-lsp/LICENSE +0 -202
  1158. package/resources/claude-plugins-official/plugins/swift-lsp/README.md +0 -25
  1159. package/resources/claude-plugins-official/plugins/typescript-lsp/LICENSE +0 -202
  1160. package/resources/claude-plugins-official/plugins/typescript-lsp/README.md +0 -24
  1161. package/resources/colony-profiles.yaml +0 -20
  1162. package/resources/mcps/docs/health.md +0 -20
  1163. package/resources/mcps/docs/inventory.md +0 -95
  1164. package/resources/mcps/docs/mcp-skill-map.md +0 -27
  1165. package/resources/mcps/mcps/codegraph/skills.md +0 -7
  1166. package/resources/mcps/mcps/colony/README.md +0 -87
  1167. package/resources/mcps/mcps/colony/skills.md +0 -25
  1168. package/resources/mcps/mcps/coolify/skills.md +0 -25
  1169. package/resources/mcps/mcps/drawio/skills.md +0 -7
  1170. package/resources/mcps/mcps/envoult/skills.md +0 -7
  1171. package/resources/mcps/mcps/gbrain/skills.md +0 -7
  1172. package/resources/mcps/mcps/gitea/skills.md +0 -24
  1173. package/resources/mcps/mcps/higgsfield/README.md +0 -37
  1174. package/resources/mcps/mcps/higgsfield/skills.md +0 -28
  1175. package/resources/mcps/mcps/hostinger-api/skills.md +0 -23
  1176. package/resources/mcps/mcps/kroschuorder/skills.md +0 -7
  1177. package/resources/mcps/mcps/letsfg/skills.md +0 -23
  1178. package/resources/mcps/mcps/marva-blog/README.md +0 -95
  1179. package/resources/mcps/mcps/marva-blog/server.py +0 -843
  1180. package/resources/mcps/mcps/marva-blog/skills.md +0 -7
  1181. package/resources/mcps/mcps/medusadocs/skills.md +0 -35
  1182. package/resources/mcps/mcps/obsidian-vault/skills.md +0 -7
  1183. package/resources/mcps/mcps/omx/README.md +0 -11
  1184. package/resources/mcps/mcps/omx/code-intel/skills.md +0 -29
  1185. package/resources/mcps/mcps/omx/memory/skills.md +0 -24
  1186. package/resources/mcps/mcps/omx/state/README.md +0 -43
  1187. package/resources/mcps/mcps/omx/state/skills.md +0 -33
  1188. package/resources/mcps/mcps/omx/trace/skills.md +0 -25
  1189. package/resources/mcps/mcps/omx/wiki/skills.md +0 -23
  1190. package/resources/mcps/mcps/playwright/skills.md +0 -7
  1191. package/resources/mcps/mcps/polymarket-live/README.md +0 -95
  1192. package/resources/mcps/mcps/polymarket-live/server.py +0 -417
  1193. package/resources/mcps/mcps/polymarket-live/skills.md +0 -7
  1194. package/resources/mcps/mcps/react-grab-mcp/skills.md +0 -26
  1195. package/resources/mcps/mcps/recodee/skills.md +0 -7
  1196. package/resources/mcps/mcps/ruflo/skills.md +0 -7
  1197. package/resources/mcps/mcps/soul/README.md +0 -70
  1198. package/resources/mcps/mcps/soul-skills/README.md +0 -84
  1199. package/resources/mcps/mcps/soul-skills/lint.py +0 -161
  1200. package/resources/mcps/mcps/soul-skills/server.py +0 -299
  1201. package/resources/mcps/mcps/soul-skills/skills.md +0 -7
  1202. package/resources/mcps/plugins/plugins.sanitized.json +0 -113
  1203. package/resources/mcps/scripts/auto-push.sh +0 -68
  1204. package/resources/mcps/scripts/check-mcp-health.py +0 -87
  1205. package/resources/mcps/scripts/install-claude-mcps.py +0 -54
  1206. package/resources/mcps/scripts/install-codex-mcps.py +0 -45
  1207. package/resources/mcps/scripts/refresh-all.sh +0 -11
  1208. package/resources/mcps/scripts/snapshot-mcp-skills.py +0 -268
  1209. package/resources/mcps/scripts/snapshot-mcps.py +0 -275
  1210. package/resources/mcps/templates/claude.mcp.json +0 -48
  1211. package/resources/mcps/templates/codex.mcp.toml +0 -59
  1212. package/resources/skill-packs/deployment-suite.yaml +0 -13
  1213. package/resources/skill-packs/security-review.yaml +0 -11
  1214. package/resources/skills/.claude/settings.json +0 -30
  1215. package/resources/skills/AUDIT-vault-migration.md +0 -246
  1216. package/resources/skills/catalog/catalog.json +0 -685
  1217. package/resources/skills/catalog/known_repos.json +0 -30
  1218. package/resources/skills/docs/install.md +0 -39
  1219. package/resources/skills/docs/installed-sources.tsv +0 -92
  1220. package/resources/skills/mcps/README.md +0 -23
  1221. package/resources/skills/profiles/all.json +0 -4
  1222. package/resources/skills/profiles/base.json +0 -15
  1223. package/resources/skills/profiles/deploy.json +0 -13
  1224. package/resources/skills/profiles/design.json +0 -14
  1225. package/resources/skills/profiles/frontend.json +0 -13
  1226. package/resources/skills/profiles/medusa.json +0 -15
  1227. package/resources/skills/profiles/orchestration.json +0 -13
  1228. package/resources/skills/profiles/review.json +0 -12
  1229. package/resources/skills/scripts/activate-profile.sh +0 -182
  1230. package/resources/skills/scripts/auto-push-soul.sh +0 -106
  1231. package/resources/skills/scripts/auto-push.sh +0 -70
  1232. package/resources/skills/scripts/import-globals.sh +0 -102
  1233. package/resources/skills/scripts/install-claude.sh +0 -8
  1234. package/resources/skills/scripts/install-codex.sh +0 -8
  1235. package/resources/skills/scripts/install-local.sh +0 -6
  1236. package/resources/skills/scripts/refresh-catalog.sh +0 -207
  1237. package/resources/skills/scripts/soul-lint.sh +0 -66
  1238. package/resources/skills/scripts/sync-all.sh +0 -112
  1239. package/resources/skills/scripts/sync-claude-desktop-mcps.sh +0 -123
package/bin/medusa-dev DELETED
@@ -1,240 +0,0 @@
1
- #!/usr/bin/env bash
2
- # medusa-dev — run multiple Medusa shops side-by-side without port collisions.
3
- #
4
- # Reads ~/Documents/medusa-shops/.dev-ports.yaml as the source of truth.
5
- # Each shop gets a deterministic backend port + storefront port from that file.
6
- #
7
- # Usage:
8
- # medusa-dev list # show registry + which ports are live now
9
- # medusa-dev start <shop> [back|front|both] # default: both
10
- # medusa-dev stop <shop> [back|front|both]
11
- # medusa-dev tail <shop> [back|front] # tail the log
12
- # medusa-dev status # what's running across all shops
13
- # medusa-dev cors-fix <shop> # set STORE_CORS/AUTH_CORS to a regex
14
- # # that allows any http://localhost:PORT
15
- #
16
- # Logs go to ~/.cache/medusa-dev/<shop>.<back|front>.log
17
- # Pidfiles to ~/.cache/medusa-dev/<shop>.<back|front>.pid
18
-
19
- set -euo pipefail
20
-
21
- REGISTRY="${MEDUSA_DEV_REGISTRY:-$HOME/Documents/medusa-shops/.dev-ports.yaml}"
22
- WORKSPACE="${MEDUSA_DEV_WORKSPACE:-$HOME/Documents}"
23
- CACHE="$HOME/.cache/medusa-dev"
24
- mkdir -p "$CACHE"
25
-
26
- err() { printf '\033[31m%s\033[0m\n' "$*" >&2; }
27
- info() { printf '\033[36m%s\033[0m\n' "$*" >&2; }
28
- ok() { printf '\033[32m%s\033[0m\n' "$*" >&2; }
29
-
30
- # Parse the YAML using inline python3 (always available on the user's machine).
31
- # Returns a TSV: shop<TAB>path<TAB>backend_port<TAB>storefront_port<TAB>framework<TAB>notes
32
- registry_tsv() {
33
- python3 - "$REGISTRY" <<'PY'
34
- import sys, re
35
- path = sys.argv[1]
36
- with open(path) as f: txt = f.read()
37
-
38
- # Tiny YAML walker — no PyYAML dependency. Handles the flat 2-level shape
39
- # only: `shops:` then `<name>:` with indented `key: value` children.
40
- out, cur = [], None
41
- def flush():
42
- if cur is not None:
43
- out.append((cur["name"], cur.get("path",""), cur.get("backend",""),
44
- cur.get("storefront",""), cur.get("framework",""),
45
- cur.get("notes","").strip('"')))
46
- for raw in txt.splitlines():
47
- line = raw.rstrip()
48
- if not line.strip() or line.lstrip().startswith("#"): continue
49
- if line == "shops:": continue
50
- if re.match(r"^ [A-Za-z0-9_.-]+:\s*$", line):
51
- flush()
52
- cur = {"name": line.strip().rstrip(":")}
53
- elif cur is not None and re.match(r"^ [a-z_]+:", line):
54
- k,_,v = line.strip().partition(":")
55
- cur[k.strip()] = v.strip()
56
- flush()
57
- for row in out:
58
- print("\t".join(str(c) for c in row))
59
- PY
60
- }
61
-
62
- # Look up a single shop. Echoes a TSV line, or returns nonzero if not found.
63
- shop_row() {
64
- local name="$1"
65
- registry_tsv | awk -F'\t' -v n="$name" '$1==n {print; found=1} END{exit !found}'
66
- }
67
-
68
- # Process status — is the pidfile alive?
69
- is_alive() {
70
- local pidfile="$1"
71
- [[ -f "$pidfile" ]] || return 1
72
- local pid; pid="$(cat "$pidfile" 2>/dev/null || true)"
73
- [[ -n "$pid" ]] && kill -0 "$pid" 2>/dev/null
74
- }
75
-
76
- # Is a port currently held by *any* process?
77
- port_held() {
78
- ss -lntH "sport = :$1" 2>/dev/null | grep -q LISTEN
79
- }
80
-
81
- cmd_list() {
82
- printf "%-16s %-7s %-7s %-7s %-7s %s\n" SHOP BACKEND STATE FRONT STATE PATH
83
- while IFS=$'\t' read -r name path back front fw notes; do
84
- [[ -z "${name:-}" ]] && continue
85
- local bstate fstate
86
- if is_alive "$CACHE/$name.back.pid"; then bstate="up"
87
- elif port_held "$back"; then bstate="busy"
88
- else bstate="-"; fi
89
- if is_alive "$CACHE/$name.front.pid"; then fstate="up"
90
- elif port_held "$front"; then fstate="busy"
91
- else fstate="-"; fi
92
- printf "%-16s %-7s %-7s %-7s %-7s %s\n" "$name" "$back" "$bstate" "$front" "$fstate" "$path"
93
- done < <(registry_tsv)
94
- }
95
-
96
- cmd_status() { cmd_list; }
97
-
98
- # Start one role of one shop.
99
- start_one() {
100
- local shop="$1" role="$2" path="$3" port="$4"
101
- local cwd="$WORKSPACE/$path"
102
- local pidfile="$CACHE/$shop.$role.pid"
103
- local logfile="$CACHE/$shop.$role.log"
104
-
105
- if is_alive "$pidfile"; then
106
- info "$shop.$role already running (pid $(cat "$pidfile"))."
107
- return 0
108
- fi
109
- if port_held "$port"; then
110
- local owner
111
- owner=$(ss -lntpH "sport = :$port" 2>/dev/null | awk -F'"' '{print $2}' | head -1)
112
- err "Port $port already in use by '$owner' — won't collide. Stop it or change the registry."
113
- return 1
114
- fi
115
- if [[ ! -d "$cwd" ]]; then
116
- err "Path missing: $cwd"
117
- return 1
118
- fi
119
-
120
- local script
121
- case "$role" in
122
- back) script="--filter backend dev" ;;
123
- front) script="--filter storefront dev" ;;
124
- *) err "unknown role: $role"; return 1 ;;
125
- esac
126
-
127
- info "Starting $shop.$role on port $port → $cwd"
128
- ( cd "$cwd" && PORT="$port" nohup pnpm $script > "$logfile" 2>&1 & echo $! > "$pidfile" )
129
- ok "$shop.$role started (pid $(cat "$pidfile"), log: $logfile)"
130
- }
131
-
132
- cmd_start() {
133
- local shop="${1:?shop name required}" which="${2:-both}"
134
- local row; row="$(shop_row "$shop")" || { err "unknown shop: $shop"; exit 1; }
135
- IFS=$'\t' read -r name path back front _fw _notes <<<"$row"
136
- case "$which" in
137
- back) start_one "$shop" back "$path" "$back" ;;
138
- front) start_one "$shop" front "$path" "$front" ;;
139
- both) start_one "$shop" back "$path" "$back" || true
140
- start_one "$shop" front "$path" "$front" || true ;;
141
- *) err "expected back|front|both, got: $which"; exit 1 ;;
142
- esac
143
- }
144
-
145
- stop_one() {
146
- local shop="$1" role="$2"
147
- local pidfile="$CACHE/$shop.$role.pid"
148
- if is_alive "$pidfile"; then
149
- local pid; pid="$(cat "$pidfile")"
150
- info "Stopping $shop.$role (pid $pid)"
151
- kill "$pid" 2>/dev/null || true
152
- # Give it 5s for graceful, then SIGKILL the whole process group.
153
- for _ in 1 2 3 4 5; do kill -0 "$pid" 2>/dev/null || break; sleep 1; done
154
- if kill -0 "$pid" 2>/dev/null; then
155
- kill -9 -- "-$pid" 2>/dev/null || kill -9 "$pid" 2>/dev/null || true
156
- fi
157
- rm -f "$pidfile"
158
- ok "$shop.$role stopped"
159
- else
160
- info "$shop.$role not running"
161
- rm -f "$pidfile" 2>/dev/null || true
162
- fi
163
- }
164
-
165
- cmd_stop() {
166
- local shop="${1:?shop name required}" which="${2:-both}"
167
- shop_row "$shop" >/dev/null || { err "unknown shop: $shop"; exit 1; }
168
- case "$which" in
169
- back) stop_one "$shop" back ;;
170
- front) stop_one "$shop" front ;;
171
- both) stop_one "$shop" back; stop_one "$shop" front ;;
172
- *) err "expected back|front|both, got: $which"; exit 1 ;;
173
- esac
174
- }
175
-
176
- cmd_tail() {
177
- local shop="${1:?shop name required}" role="${2:-back}"
178
- local logfile="$CACHE/$shop.$role.log"
179
- [[ -f "$logfile" ]] || { err "no log at $logfile"; exit 1; }
180
- exec tail -f "$logfile"
181
- }
182
-
183
- # Loosen CORS in a shop's backend .env so any localhost port is accepted.
184
- cmd_cors_fix() {
185
- local shop="${1:?shop name required}"
186
- local row; row="$(shop_row "$shop")" || { err "unknown shop: $shop"; exit 1; }
187
- IFS=$'\t' read -r name path _back _front _fw _notes <<<"$row"
188
- local envfile="$WORKSPACE/$path/apps/backend/.env"
189
- [[ -f "$envfile" ]] || { err "no backend .env at $envfile"; exit 1; }
190
- cp "$envfile" "$envfile.bak.$(date +%s)"
191
- python3 - "$envfile" <<'PY'
192
- import sys, re
193
- p = sys.argv[1]
194
- regex = "^http://localhost:\\d+$"
195
- with open(p) as f: lines = f.readlines()
196
- keys = ("STORE_CORS","AUTH_CORS","ADMIN_CORS")
197
- seen = {k: False for k in keys}
198
- out = []
199
- for ln in lines:
200
- m = re.match(r"^(STORE_CORS|AUTH_CORS|ADMIN_CORS)=", ln)
201
- if m:
202
- out.append(f"{m.group(1)}={regex}\n")
203
- seen[m.group(1)] = True
204
- else:
205
- out.append(ln)
206
- for k, ok in seen.items():
207
- if not ok:
208
- out.append(f"{k}={regex}\n")
209
- with open(p, "w") as f: f.writelines(out)
210
- print("Updated:", ", ".join(seen.keys()))
211
- PY
212
- ok "Backup saved alongside $envfile.bak.<ts>"
213
- }
214
-
215
- usage() {
216
- cat <<EOF
217
- medusa-dev — run multiple Medusa shops side-by-side on stable per-shop ports.
218
-
219
- medusa-dev list # show registry + live state
220
- medusa-dev status # alias for list
221
- medusa-dev start <shop> [back|front|both]
222
- medusa-dev stop <shop> [back|front|both]
223
- medusa-dev tail <shop> [back|front]
224
- medusa-dev cors-fix <shop> # set CORS keys to localhost regex
225
-
226
- Registry: $REGISTRY
227
- Cache: $CACHE
228
- EOF
229
- }
230
-
231
- case "${1:-list}" in
232
- list|ls) shift; cmd_list "$@" ;;
233
- status) shift; cmd_status "$@" ;;
234
- start|up) shift; cmd_start "$@" ;;
235
- stop|down|kill) shift; cmd_stop "$@" ;;
236
- tail|log|logs) shift; cmd_tail "$@" ;;
237
- cors-fix) shift; cmd_cors_fix "$@" ;;
238
- -h|--help|help) usage ;;
239
- *) err "unknown command: $1"; usage; exit 1 ;;
240
- esac
package/bin/soul DELETED
@@ -1,4 +0,0 @@
1
- #!/usr/bin/env bash
2
- # DEPRECATED — renamed to "cue". This shim forwards all invocations.
3
- echo "soul: renamed to 'cue'. Update your PATH/alias." >&2
4
- exec "$(dirname "$0")/cue" "$@"
File without changes
File without changes
@@ -1,23 +0,0 @@
1
- const Ajv = require("ajv")
2
- const ajv = new Ajv({allErrors: true})
3
-
4
- const schema = {
5
- type: "object",
6
- properties: {
7
- foo: {type: "string"},
8
- bar: {type: "number", maximum: 3},
9
- },
10
- required: ["foo", "bar"],
11
- additionalProperties: false,
12
- }
13
-
14
- const validate = ajv.compile(schema)
15
-
16
- test({foo: "abc", bar: 2})
17
- test({foo: 2, bar: 4})
18
-
19
- function test(data) {
20
- const valid = validate(data)
21
- if (valid) console.log("Valid!")
22
- else console.log("Invalid: " + ajv.errorsText(validate.errors))
23
- }
@@ -1,22 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2015-2021 Evgeny Poberezkin
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
22
-
@@ -1,207 +0,0 @@
1
- <img align="right" alt="Ajv logo" width="160" src="https://ajv.js.org/img/ajv.svg">
2
-
3
- &nbsp;
4
-
5
- # Ajv JSON schema validator
6
-
7
- The fastest JSON validator for Node.js and browser.
8
-
9
- Supports JSON Schema draft-04/06/07/2019-09/2020-12 ([draft-04 support](https://ajv.js.org/json-schema.html#draft-04) requires ajv-draft-04 package) and JSON Type Definition [RFC8927](https://datatracker.ietf.org/doc/rfc8927/).
10
-
11
- [![build](https://github.com/ajv-validator/ajv/actions/workflows/build.yml/badge.svg)](https://github.com/ajv-validator/ajv/actions?query=workflow%3Abuild)
12
- [![npm](https://img.shields.io/npm/v/ajv.svg)](https://www.npmjs.com/package/ajv)
13
- [![npm downloads](https://img.shields.io/npm/dm/ajv.svg)](https://www.npmjs.com/package/ajv)
14
- [![Coverage Status](https://coveralls.io/repos/github/ajv-validator/ajv/badge.svg?branch=master)](https://coveralls.io/github/ajv-validator/ajv?branch=master)
15
- [![SimpleX](https://img.shields.io/badge/chat-on%20SimpleX-70F0F9)](https://simplex.chat/contact#/?v=1-2&smp=smp%3A%2F%2Fu2dS9sG8nMNURyZwqASV4yROM28Er0luVTx5X1CsMrU%3D%40smp4.simplex.im%2F8KvvURM6J38Gdq9dCuPswMOkMny0xCOJ%23%2F%3Fv%3D1-2%26dh%3DMCowBQYDK2VuAyEAr8rPVRuMOXv6kwF2yUAap-eoVg-9ssOFCi1fIrxTUw0%253D%26srv%3Do5vmywmrnaxalvz6wi3zicyftgio6psuvyniis6gco6bp6ekl4cqj4id.onion&data=%7B%22type%22%3A%22group%22%2C%22groupLinkId%22%3A%224pwLRgWHU9tlroMWHz0uOg%3D%3D%22%7D)
16
- [![Gitter](https://img.shields.io/gitter/room/ajv-validator/ajv.svg)](https://gitter.im/ajv-validator/ajv)
17
- [![GitHub Sponsors](https://img.shields.io/badge/$-sponsors-brightgreen)](https://github.com/sponsors/epoberezkin)
18
-
19
- ## Ajv sponsors
20
-
21
- [<img src="https://ajv.js.org/img/mozilla.svg" width="45%" alt="Mozilla">](https://www.mozilla.org)<img src="https://ajv.js.org/img/gap.svg" width="9%">[<img src="https://ajv.js.org/img/reserved.svg" width="45%">](https://opencollective.com/ajv)
22
-
23
- [<img src="https://ajv.js.org/img/microsoft.png" width="31%" alt="Microsoft">](https://opensource.microsoft.com)<img src="https://ajv.js.org/img/gap.svg" width="3%">[<img src="https://ajv.js.org/img/reserved.svg" width="31%">](https://opencollective.com/ajv)<img src="https://ajv.js.org/img/gap.svg" width="3%">[<img src="https://ajv.js.org/img/reserved.svg" width="31%">](https://opencollective.com/ajv)
24
-
25
- [<img src="https://ajv.js.org/img/retool.svg" width="22.5%" alt="Retool">](https://retool.com/?utm_source=sponsor&utm_campaign=ajv)<img src="https://ajv.js.org/img/gap.svg" width="3%">[<img src="https://ajv.js.org/img/tidelift.svg" width="22.5%" alt="Tidelift">](https://tidelift.com/subscription/pkg/npm-ajv?utm_source=npm-ajv&utm_medium=referral&utm_campaign=enterprise)<img src="https://ajv.js.org/img/gap.svg" width="3%">[<img src="https://ajv.js.org/img/simplex.svg" width="22.5%" alt="SimpleX">](https://github.com/simplex-chat/simplex-chat)<img src="https://ajv.js.org/img/gap.svg" width="3%">[<img src="https://ajv.js.org/img/reserved.svg" width="22.5%">](https://opencollective.com/ajv)
26
-
27
- ## Contributing
28
-
29
- More than 100 people contributed to Ajv, and we would love to have you join the development. We welcome implementing new features that will benefit many users and ideas to improve our documentation.
30
-
31
- Please review [Contributing guidelines](./CONTRIBUTING.md) and [Code components](https://ajv.js.org/components.html).
32
-
33
- ## Documentation
34
-
35
- All documentation is available on the [Ajv website](https://ajv.js.org).
36
-
37
- Some useful site links:
38
-
39
- - [Getting started](https://ajv.js.org/guide/getting-started.html)
40
- - [JSON Schema vs JSON Type Definition](https://ajv.js.org/guide/schema-language.html)
41
- - [API reference](https://ajv.js.org/api.html)
42
- - [Strict mode](https://ajv.js.org/strict-mode.html)
43
- - [Standalone validation code](https://ajv.js.org/standalone.html)
44
- - [Security considerations](https://ajv.js.org/security.html)
45
- - [Command line interface](https://ajv.js.org/packages/ajv-cli.html)
46
- - [Frequently Asked Questions](https://ajv.js.org/faq.html)
47
-
48
- ## <a name="sponsors"></a>Please [sponsor Ajv development](https://github.com/sponsors/epoberezkin)
49
-
50
- Since I asked to support Ajv development 40 people and 6 organizations contributed via GitHub and OpenCollective - this support helped receiving the MOSS grant!
51
-
52
- Your continuing support is very important - the funds will be used to develop and maintain Ajv once the next major version is released.
53
-
54
- Please sponsor Ajv via:
55
-
56
- - [GitHub sponsors page](https://github.com/sponsors/epoberezkin) (GitHub will match it)
57
- - [Ajv Open Collective](https://opencollective.com/ajv)
58
-
59
- Thank you.
60
-
61
- #### Open Collective sponsors
62
-
63
- <a href="https://opencollective.com/ajv"><img src="https://opencollective.com/ajv/individuals.svg?width=890"></a>
64
-
65
- <a href="https://opencollective.com/ajv/organization/0/website"><img src="https://opencollective.com/ajv/organization/0/avatar.svg"></a>
66
- <a href="https://opencollective.com/ajv/organization/1/website"><img src="https://opencollective.com/ajv/organization/1/avatar.svg"></a>
67
- <a href="https://opencollective.com/ajv/organization/2/website"><img src="https://opencollective.com/ajv/organization/2/avatar.svg"></a>
68
- <a href="https://opencollective.com/ajv/organization/3/website"><img src="https://opencollective.com/ajv/organization/3/avatar.svg"></a>
69
- <a href="https://opencollective.com/ajv/organization/4/website"><img src="https://opencollective.com/ajv/organization/4/avatar.svg"></a>
70
- <a href="https://opencollective.com/ajv/organization/5/website"><img src="https://opencollective.com/ajv/organization/5/avatar.svg"></a>
71
- <a href="https://opencollective.com/ajv/organization/6/website"><img src="https://opencollective.com/ajv/organization/6/avatar.svg"></a>
72
- <a href="https://opencollective.com/ajv/organization/7/website"><img src="https://opencollective.com/ajv/organization/7/avatar.svg"></a>
73
- <a href="https://opencollective.com/ajv/organization/8/website"><img src="https://opencollective.com/ajv/organization/8/avatar.svg"></a>
74
- <a href="https://opencollective.com/ajv/organization/9/website"><img src="https://opencollective.com/ajv/organization/9/avatar.svg"></a>
75
- <a href="https://opencollective.com/ajv/organization/10/website"><img src="https://opencollective.com/ajv/organization/10/avatar.svg"></a>
76
- <a href="https://opencollective.com/ajv/organization/11/website"><img src="https://opencollective.com/ajv/organization/11/avatar.svg"></a>
77
- <a href="https://opencollective.com/ajv/organization/12/website"><img src="https://opencollective.com/ajv/organization/12/avatar.svg"></a>
78
- <a href="https://opencollective.com/ajv/organization/13/website"><img src="https://opencollective.com/ajv/organization/13/avatar.svg"></a>
79
- <a href="https://opencollective.com/ajv/organization/14/website"><img src="https://opencollective.com/ajv/organization/14/avatar.svg"></a>
80
- <a href="https://opencollective.com/ajv/organization/15/website"><img src="https://opencollective.com/ajv/organization/15/avatar.svg"></a>
81
- <a href="https://opencollective.com/ajv/organization/16/website"><img src="https://opencollective.com/ajv/organization/16/avatar.svg"></a>
82
- <a href="https://opencollective.com/ajv/organization/17/website"><img src="https://opencollective.com/ajv/organization/17/avatar.svg"></a>
83
- <a href="https://opencollective.com/ajv/organization/18/website"><img src="https://opencollective.com/ajv/organization/18/avatar.svg"></a>
84
- <a href="https://opencollective.com/ajv/organization/19/website"><img src="https://opencollective.com/ajv/organization/19/avatar.svg"></a>
85
- <a href="https://opencollective.com/ajv/organization/20/website"><img src="https://opencollective.com/ajv/organization/20/avatar.svg"></a>
86
- <a href="https://opencollective.com/ajv/organization/21/website"><img src="https://opencollective.com/ajv/organization/21/avatar.svg"></a>
87
- <a href="https://opencollective.com/ajv/organization/22/website"><img src="https://opencollective.com/ajv/organization/22/avatar.svg"></a>
88
- <a href="https://opencollective.com/ajv/organization/23/website"><img src="https://opencollective.com/ajv/organization/23/avatar.svg"></a>
89
- <a href="https://opencollective.com/ajv/organization/24/website"><img src="https://opencollective.com/ajv/organization/24/avatar.svg"></a>
90
-
91
- ## Performance
92
-
93
- Ajv generates code to turn JSON Schemas into super-fast validation functions that are efficient for v8 optimization.
94
-
95
- Currently Ajv is the fastest and the most standard compliant validator according to these benchmarks:
96
-
97
- - [json-schema-benchmark](https://github.com/ebdrup/json-schema-benchmark) - 50% faster than the second place
98
- - [jsck benchmark](https://github.com/pandastrike/jsck#benchmarks) - 20-190% faster
99
- - [z-schema benchmark](https://rawgit.com/zaggino/z-schema/master/benchmark/results.html)
100
- - [themis benchmark](https://cdn.rawgit.com/playlyfe/themis/master/benchmark/results.html)
101
-
102
- Performance of different validators by [json-schema-benchmark](https://github.com/ebdrup/json-schema-benchmark):
103
-
104
- [![performance](https://chart.googleapis.com/chart?chxt=x,y&cht=bhs&chco=76A4FB&chls=2.0&chbh=62,4,1&chs=600x416&chxl=-1:|ajv|@exodus/schemasafe|is-my-json-valid|djv|@cfworker/json-schema|jsonschema/=t:100,69.2,51.5,13.1,5.1,1.2)](https://github.com/ebdrup/json-schema-benchmark/blob/master/README.md#performance)
105
-
106
- ## Features
107
-
108
- - Ajv implements JSON Schema [draft-06/07/2019-09/2020-12](http://json-schema.org/) standards (draft-04 is supported in v6):
109
- - all validation keywords (see [JSON Schema validation keywords](https://ajv.js.org/json-schema.html))
110
- - [OpenAPI](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.3.md) extensions:
111
- - NEW: keyword [discriminator](https://ajv.js.org/json-schema.html#discriminator).
112
- - keyword [nullable](https://ajv.js.org/json-schema.html#nullable).
113
- - full support of remote references (remote schemas have to be added with `addSchema` or compiled to be available)
114
- - support of recursive references between schemas
115
- - correct string lengths for strings with unicode pairs
116
- - JSON Schema [formats](https://ajv.js.org/guide/formats.html) (with [ajv-formats](https://github.com/ajv-validator/ajv-formats) plugin).
117
- - [validates schemas against meta-schema](https://ajv.js.org/api.html#api-validateschema)
118
- - NEW: supports [JSON Type Definition](https://datatracker.ietf.org/doc/rfc8927/):
119
- - all keywords (see [JSON Type Definition schema forms](https://ajv.js.org/json-type-definition.html))
120
- - meta-schema for JTD schemas
121
- - "union" keyword and user-defined keywords (can be used inside "metadata" member of the schema)
122
- - supports [browsers](https://ajv.js.org/guide/environments.html#browsers) and Node.js 18.x - current
123
- - [asynchronous loading](https://ajv.js.org/guide/managing-schemas.html#asynchronous-schema-loading) of referenced schemas during compilation
124
- - "All errors" validation mode with [option allErrors](https://ajv.js.org/options.html#allerrors)
125
- - [error messages with parameters](https://ajv.js.org/api.html#validation-errors) describing error reasons to allow error message generation
126
- - i18n error messages support with [ajv-i18n](https://github.com/ajv-validator/ajv-i18n) package
127
- - [removing-additional-properties](https://ajv.js.org/guide/modifying-data.html#removing-additional-properties)
128
- - [assigning defaults](https://ajv.js.org/guide/modifying-data.html#assigning-defaults) to missing properties and items
129
- - [coercing data](https://ajv.js.org/guide/modifying-data.html#coercing-data-types) to the types specified in `type` keywords
130
- - [user-defined keywords](https://ajv.js.org/guide/user-keywords.html)
131
- - additional extension keywords with [ajv-keywords](https://github.com/ajv-validator/ajv-keywords) package
132
- - [\$data reference](https://ajv.js.org/guide/combining-schemas.html#data-reference) to use values from the validated data as values for the schema keywords
133
- - [asynchronous validation](https://ajv.js.org/guide/async-validation.html) of user-defined formats and keywords
134
-
135
- ## Install
136
-
137
- To install version 8:
138
-
139
- ```
140
- npm install ajv
141
- ```
142
-
143
- ## <a name="usage"></a>Getting started
144
-
145
- Try it in the Node.js REPL: https://runkit.com/npm/ajv
146
-
147
- In JavaScript:
148
-
149
- ```javascript
150
- // or ESM/TypeScript import
151
- import Ajv from "ajv"
152
- // Node.js require:
153
- const Ajv = require("ajv")
154
-
155
- const ajv = new Ajv() // options can be passed, e.g. {allErrors: true}
156
-
157
- const schema = {
158
- type: "object",
159
- properties: {
160
- foo: {type: "integer"},
161
- bar: {type: "string"},
162
- },
163
- required: ["foo"],
164
- additionalProperties: false,
165
- }
166
-
167
- const data = {
168
- foo: 1,
169
- bar: "abc",
170
- }
171
-
172
- const validate = ajv.compile(schema)
173
- const valid = validate(data)
174
- if (!valid) console.log(validate.errors)
175
- ```
176
-
177
- Learn how to use Ajv and see more examples in the [Guide: getting started](https://ajv.js.org/guide/getting-started.html)
178
-
179
- ## Changes history
180
-
181
- See [https://github.com/ajv-validator/ajv/releases](https://github.com/ajv-validator/ajv/releases)
182
-
183
- **Please note**: [Changes in version 8.0.0](https://github.com/ajv-validator/ajv/releases/tag/v8.0.0)
184
-
185
- [Version 7.0.0](https://github.com/ajv-validator/ajv/releases/tag/v7.0.0)
186
-
187
- [Version 6.0.0](https://github.com/ajv-validator/ajv/releases/tag/v6.0.0).
188
-
189
- ## Code of conduct
190
-
191
- Please review and follow the [Code of conduct](./CODE_OF_CONDUCT.md).
192
-
193
- Please report any unacceptable behaviour to ajv.validator@gmail.com - it will be reviewed by the project team.
194
-
195
- ## Security contact
196
-
197
- To report a security vulnerability, please use the
198
- [Tidelift security contact](https://tidelift.com/security).
199
- Tidelift will coordinate the fix and disclosure. Please do NOT report security vulnerabilities via GitHub issues.
200
-
201
- ## Open-source software support
202
-
203
- Ajv is a part of [Tidelift subscription](https://tidelift.com/subscription/pkg/npm-ajv?utm_source=npm-ajv&utm_medium=referral&utm_campaign=readme) - it provides a centralised support to open-source software users, in addition to the support provided by software maintainers.
204
-
205
- ## License
206
-
207
- [MIT](./LICENSE)
@@ -1,19 +0,0 @@
1
- import type { AnySchemaObject } from "./types";
2
- import AjvCore, { Options } from "./core";
3
- export declare class Ajv2019 extends AjvCore {
4
- constructor(opts?: Options);
5
- _addVocabularies(): void;
6
- _addDefaultMetaSchema(): void;
7
- defaultMeta(): string | AnySchemaObject | undefined;
8
- }
9
- export default Ajv2019;
10
- export { Format, FormatDefinition, AsyncFormatDefinition, KeywordDefinition, KeywordErrorDefinition, CodeKeywordDefinition, MacroKeywordDefinition, FuncKeywordDefinition, Vocabulary, Schema, SchemaObject, AnySchemaObject, AsyncSchema, AnySchema, ValidateFunction, AsyncValidateFunction, ErrorObject, ErrorNoParams, } from "./types";
11
- export { Plugin, Options, CodeOptions, InstanceOptions, Logger, ErrorsTextOptions } from "./core";
12
- export { SchemaCxt, SchemaObjCxt } from "./compile";
13
- export { KeywordCxt } from "./compile/validate";
14
- export { DefinedError } from "./vocabularies/errors";
15
- export { JSONType } from "./compile/rules";
16
- export { JSONSchemaType } from "./types/json-schema";
17
- export { _, str, stringify, nil, Name, Code, CodeGen, CodeGenOptions } from "./compile/codegen";
18
- export { default as ValidationError } from "./runtime/validation_error";
19
- export { default as MissingRefError } from "./compile/ref_error";
@@ -1,61 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MissingRefError = exports.ValidationError = exports.CodeGen = exports.Name = exports.nil = exports.stringify = exports.str = exports._ = exports.KeywordCxt = exports.Ajv2019 = void 0;
4
- const core_1 = require("./core");
5
- const draft7_1 = require("./vocabularies/draft7");
6
- const dynamic_1 = require("./vocabularies/dynamic");
7
- const next_1 = require("./vocabularies/next");
8
- const unevaluated_1 = require("./vocabularies/unevaluated");
9
- const discriminator_1 = require("./vocabularies/discriminator");
10
- const json_schema_2019_09_1 = require("./refs/json-schema-2019-09");
11
- const META_SCHEMA_ID = "https://json-schema.org/draft/2019-09/schema";
12
- class Ajv2019 extends core_1.default {
13
- constructor(opts = {}) {
14
- super({
15
- ...opts,
16
- dynamicRef: true,
17
- next: true,
18
- unevaluated: true,
19
- });
20
- }
21
- _addVocabularies() {
22
- super._addVocabularies();
23
- this.addVocabulary(dynamic_1.default);
24
- draft7_1.default.forEach((v) => this.addVocabulary(v));
25
- this.addVocabulary(next_1.default);
26
- this.addVocabulary(unevaluated_1.default);
27
- if (this.opts.discriminator)
28
- this.addKeyword(discriminator_1.default);
29
- }
30
- _addDefaultMetaSchema() {
31
- super._addDefaultMetaSchema();
32
- const { $data, meta } = this.opts;
33
- if (!meta)
34
- return;
35
- json_schema_2019_09_1.default.call(this, $data);
36
- this.refs["http://json-schema.org/schema"] = META_SCHEMA_ID;
37
- }
38
- defaultMeta() {
39
- return (this.opts.defaultMeta =
40
- super.defaultMeta() || (this.getSchema(META_SCHEMA_ID) ? META_SCHEMA_ID : undefined));
41
- }
42
- }
43
- exports.Ajv2019 = Ajv2019;
44
- module.exports = exports = Ajv2019;
45
- module.exports.Ajv2019 = Ajv2019;
46
- Object.defineProperty(exports, "__esModule", { value: true });
47
- exports.default = Ajv2019;
48
- var validate_1 = require("./compile/validate");
49
- Object.defineProperty(exports, "KeywordCxt", { enumerable: true, get: function () { return validate_1.KeywordCxt; } });
50
- var codegen_1 = require("./compile/codegen");
51
- Object.defineProperty(exports, "_", { enumerable: true, get: function () { return codegen_1._; } });
52
- Object.defineProperty(exports, "str", { enumerable: true, get: function () { return codegen_1.str; } });
53
- Object.defineProperty(exports, "stringify", { enumerable: true, get: function () { return codegen_1.stringify; } });
54
- Object.defineProperty(exports, "nil", { enumerable: true, get: function () { return codegen_1.nil; } });
55
- Object.defineProperty(exports, "Name", { enumerable: true, get: function () { return codegen_1.Name; } });
56
- Object.defineProperty(exports, "CodeGen", { enumerable: true, get: function () { return codegen_1.CodeGen; } });
57
- var validation_error_1 = require("./runtime/validation_error");
58
- Object.defineProperty(exports, "ValidationError", { enumerable: true, get: function () { return validation_error_1.default; } });
59
- var ref_error_1 = require("./compile/ref_error");
60
- Object.defineProperty(exports, "MissingRefError", { enumerable: true, get: function () { return ref_error_1.default; } });
61
- //# sourceMappingURL=2019.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"2019.js","sourceRoot":"","sources":["../lib/2019.ts"],"names":[],"mappings":";;;AACA,iCAAuC;AAEvC,kDAAsD;AACtD,oDAAsD;AACtD,8CAAgD;AAChD,4DAA8D;AAC9D,gEAAwD;AACxD,oEAA0D;AAE1D,MAAM,cAAc,GAAG,8CAA8C,CAAA;AAErE,MAAa,OAAQ,SAAQ,cAAO;IAClC,YAAY,OAAgB,EAAE;QAC5B,KAAK,CAAC;YACJ,GAAG,IAAI;YACP,UAAU,EAAE,IAAI;YAChB,IAAI,EAAE,IAAI;YACV,WAAW,EAAE,IAAI;SAClB,CAAC,CAAA;IACJ,CAAC;IAED,gBAAgB;QACd,KAAK,CAAC,gBAAgB,EAAE,CAAA;QACxB,IAAI,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAA;QACrC,gBAAkB,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,CAAA;QACxD,IAAI,CAAC,aAAa,CAAC,cAAc,CAAC,CAAA;QAClC,IAAI,CAAC,aAAa,CAAC,qBAAqB,CAAC,CAAA;QACzC,IAAI,IAAI,CAAC,IAAI,CAAC,aAAa;YAAE,IAAI,CAAC,UAAU,CAAC,uBAAa,CAAC,CAAA;IAC7D,CAAC;IAED,qBAAqB;QACnB,KAAK,CAAC,qBAAqB,EAAE,CAAA;QAC7B,MAAM,EAAC,KAAK,EAAE,IAAI,EAAC,GAAG,IAAI,CAAC,IAAI,CAAA;QAC/B,IAAI,CAAC,IAAI;YAAE,OAAM;QACjB,6BAAiB,CAAC,IAAI,CAAC,IAAI,EAAE,KAAK,CAAC,CAAA;QACnC,IAAI,CAAC,IAAI,CAAC,+BAA+B,CAAC,GAAG,cAAc,CAAA;IAC7D,CAAC;IAED,WAAW;QACT,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,WAAW;YAC3B,KAAK,CAAC,WAAW,EAAE,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAA;IACzF,CAAC;CACF;AA/BD,0BA+BC;AAED,MAAM,CAAC,OAAO,GAAG,OAAO,GAAG,OAAO,CAAA;AAClC,MAAM,CAAC,OAAO,CAAC,OAAO,GAAG,OAAO,CAAA;AAChC,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,YAAY,EAAE,EAAC,KAAK,EAAE,IAAI,EAAC,CAAC,CAAA;AAE3D,kBAAe,OAAO,CAAA;AAyBtB,+CAA6C;AAArC,sGAAA,UAAU,OAAA;AAIlB,6CAA6F;AAArF,4FAAA,CAAC,OAAA;AAAE,8FAAA,GAAG,OAAA;AAAE,oGAAA,SAAS,OAAA;AAAE,8FAAA,GAAG,OAAA;AAAE,+FAAA,IAAI,OAAA;AAAQ,kGAAA,OAAO,OAAA;AACnD,+DAAqE;AAA7D,mHAAA,OAAO,OAAmB;AAClC,iDAA8D;AAAtD,4GAAA,OAAO,OAAmB"}
@@ -1,19 +0,0 @@
1
- import type { AnySchemaObject } from "./types";
2
- import AjvCore, { Options } from "./core";
3
- export declare class Ajv2020 extends AjvCore {
4
- constructor(opts?: Options);
5
- _addVocabularies(): void;
6
- _addDefaultMetaSchema(): void;
7
- defaultMeta(): string | AnySchemaObject | undefined;
8
- }
9
- export default Ajv2020;
10
- export { Format, FormatDefinition, AsyncFormatDefinition, KeywordDefinition, KeywordErrorDefinition, CodeKeywordDefinition, MacroKeywordDefinition, FuncKeywordDefinition, Vocabulary, Schema, SchemaObject, AnySchemaObject, AsyncSchema, AnySchema, ValidateFunction, AsyncValidateFunction, ErrorObject, ErrorNoParams, } from "./types";
11
- export { Plugin, Options, CodeOptions, InstanceOptions, Logger, ErrorsTextOptions } from "./core";
12
- export { SchemaCxt, SchemaObjCxt } from "./compile";
13
- export { KeywordCxt } from "./compile/validate";
14
- export { DefinedError } from "./vocabularies/errors";
15
- export { JSONType } from "./compile/rules";
16
- export { JSONSchemaType } from "./types/json-schema";
17
- export { _, str, stringify, nil, Name, Code, CodeGen, CodeGenOptions } from "./compile/codegen";
18
- export { default as ValidationError } from "./runtime/validation_error";
19
- export { default as MissingRefError } from "./compile/ref_error";