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
@@ -1,582 +0,0 @@
1
- import type {
2
- AddedKeywordDefinition,
3
- AnySchema,
4
- AnySchemaObject,
5
- KeywordErrorCxt,
6
- KeywordCxtParams,
7
- } from "../../types"
8
- import type {SchemaCxt, SchemaObjCxt} from ".."
9
- import type {InstanceOptions} from "../../core"
10
- import {boolOrEmptySchema, topBoolOrEmptySchema} from "./boolSchema"
11
- import {coerceAndCheckDataType, getSchemaTypes} from "./dataType"
12
- import {shouldUseGroup, shouldUseRule} from "./applicability"
13
- import {checkDataType, checkDataTypes, reportTypeError, DataType} from "./dataType"
14
- import {assignDefaults} from "./defaults"
15
- import {funcKeywordCode, macroKeywordCode, validateKeywordUsage, validSchemaType} from "./keyword"
16
- import {getSubschema, extendSubschemaData, SubschemaArgs, extendSubschemaMode} from "./subschema"
17
- import {_, nil, str, or, not, getProperty, Block, Code, Name, CodeGen} from "../codegen"
18
- import N from "../names"
19
- import {resolveUrl} from "../resolve"
20
- import {
21
- schemaRefOrVal,
22
- schemaHasRulesButRef,
23
- checkUnknownRules,
24
- checkStrictMode,
25
- unescapeJsonPointer,
26
- mergeEvaluated,
27
- } from "../util"
28
- import type {JSONType, Rule, RuleGroup} from "../rules"
29
- import {
30
- ErrorPaths,
31
- reportError,
32
- reportExtraError,
33
- resetErrorsCount,
34
- keyword$DataError,
35
- } from "../errors"
36
-
37
- // schema compilation - generates validation function, subschemaCode (below) is used for subschemas
38
- export function validateFunctionCode(it: SchemaCxt): void {
39
- if (isSchemaObj(it)) {
40
- checkKeywords(it)
41
- if (schemaCxtHasRules(it)) {
42
- topSchemaObjCode(it)
43
- return
44
- }
45
- }
46
- validateFunction(it, () => topBoolOrEmptySchema(it))
47
- }
48
-
49
- function validateFunction(
50
- {gen, validateName, schema, schemaEnv, opts}: SchemaCxt,
51
- body: Block
52
- ): void {
53
- if (opts.code.es5) {
54
- gen.func(validateName, _`${N.data}, ${N.valCxt}`, schemaEnv.$async, () => {
55
- gen.code(_`"use strict"; ${funcSourceUrl(schema, opts)}`)
56
- destructureValCxtES5(gen, opts)
57
- gen.code(body)
58
- })
59
- } else {
60
- gen.func(validateName, _`${N.data}, ${destructureValCxt(opts)}`, schemaEnv.$async, () =>
61
- gen.code(funcSourceUrl(schema, opts)).code(body)
62
- )
63
- }
64
- }
65
-
66
- function destructureValCxt(opts: InstanceOptions): Code {
67
- return _`{${N.instancePath}="", ${N.parentData}, ${N.parentDataProperty}, ${N.rootData}=${
68
- N.data
69
- }${opts.dynamicRef ? _`, ${N.dynamicAnchors}={}` : nil}}={}`
70
- }
71
-
72
- function destructureValCxtES5(gen: CodeGen, opts: InstanceOptions): void {
73
- gen.if(
74
- N.valCxt,
75
- () => {
76
- gen.var(N.instancePath, _`${N.valCxt}.${N.instancePath}`)
77
- gen.var(N.parentData, _`${N.valCxt}.${N.parentData}`)
78
- gen.var(N.parentDataProperty, _`${N.valCxt}.${N.parentDataProperty}`)
79
- gen.var(N.rootData, _`${N.valCxt}.${N.rootData}`)
80
- if (opts.dynamicRef) gen.var(N.dynamicAnchors, _`${N.valCxt}.${N.dynamicAnchors}`)
81
- },
82
- () => {
83
- gen.var(N.instancePath, _`""`)
84
- gen.var(N.parentData, _`undefined`)
85
- gen.var(N.parentDataProperty, _`undefined`)
86
- gen.var(N.rootData, N.data)
87
- if (opts.dynamicRef) gen.var(N.dynamicAnchors, _`{}`)
88
- }
89
- )
90
- }
91
-
92
- function topSchemaObjCode(it: SchemaObjCxt): void {
93
- const {schema, opts, gen} = it
94
- validateFunction(it, () => {
95
- if (opts.$comment && schema.$comment) commentKeyword(it)
96
- checkNoDefault(it)
97
- gen.let(N.vErrors, null)
98
- gen.let(N.errors, 0)
99
- if (opts.unevaluated) resetEvaluated(it)
100
- typeAndKeywords(it)
101
- returnResults(it)
102
- })
103
- return
104
- }
105
-
106
- function resetEvaluated(it: SchemaObjCxt): void {
107
- // TODO maybe some hook to execute it in the end to check whether props/items are Name, as in assignEvaluated
108
- const {gen, validateName} = it
109
- it.evaluated = gen.const("evaluated", _`${validateName}.evaluated`)
110
- gen.if(_`${it.evaluated}.dynamicProps`, () => gen.assign(_`${it.evaluated}.props`, _`undefined`))
111
- gen.if(_`${it.evaluated}.dynamicItems`, () => gen.assign(_`${it.evaluated}.items`, _`undefined`))
112
- }
113
-
114
- function funcSourceUrl(schema: AnySchema, opts: InstanceOptions): Code {
115
- const schId = typeof schema == "object" && schema[opts.schemaId]
116
- return schId && (opts.code.source || opts.code.process) ? _`/*# sourceURL=${schId} */` : nil
117
- }
118
-
119
- // schema compilation - this function is used recursively to generate code for sub-schemas
120
- function subschemaCode(it: SchemaCxt, valid: Name): void {
121
- if (isSchemaObj(it)) {
122
- checkKeywords(it)
123
- if (schemaCxtHasRules(it)) {
124
- subSchemaObjCode(it, valid)
125
- return
126
- }
127
- }
128
- boolOrEmptySchema(it, valid)
129
- }
130
-
131
- function schemaCxtHasRules({schema, self}: SchemaCxt): boolean {
132
- if (typeof schema == "boolean") return !schema
133
- for (const key in schema) if (self.RULES.all[key]) return true
134
- return false
135
- }
136
-
137
- function isSchemaObj(it: SchemaCxt): it is SchemaObjCxt {
138
- return typeof it.schema != "boolean"
139
- }
140
-
141
- function subSchemaObjCode(it: SchemaObjCxt, valid: Name): void {
142
- const {schema, gen, opts} = it
143
- if (opts.$comment && schema.$comment) commentKeyword(it)
144
- updateContext(it)
145
- checkAsyncSchema(it)
146
- const errsCount = gen.const("_errs", N.errors)
147
- typeAndKeywords(it, errsCount)
148
- // TODO var
149
- gen.var(valid, _`${errsCount} === ${N.errors}`)
150
- }
151
-
152
- function checkKeywords(it: SchemaObjCxt): void {
153
- checkUnknownRules(it)
154
- checkRefsAndKeywords(it)
155
- }
156
-
157
- function typeAndKeywords(it: SchemaObjCxt, errsCount?: Name): void {
158
- if (it.opts.jtd) return schemaKeywords(it, [], false, errsCount)
159
- const types = getSchemaTypes(it.schema)
160
- const checkedTypes = coerceAndCheckDataType(it, types)
161
- schemaKeywords(it, types, !checkedTypes, errsCount)
162
- }
163
-
164
- function checkRefsAndKeywords(it: SchemaObjCxt): void {
165
- const {schema, errSchemaPath, opts, self} = it
166
- if (schema.$ref && opts.ignoreKeywordsWithRef && schemaHasRulesButRef(schema, self.RULES)) {
167
- self.logger.warn(`$ref: keywords ignored in schema at path "${errSchemaPath}"`)
168
- }
169
- }
170
-
171
- function checkNoDefault(it: SchemaObjCxt): void {
172
- const {schema, opts} = it
173
- if (schema.default !== undefined && opts.useDefaults && opts.strictSchema) {
174
- checkStrictMode(it, "default is ignored in the schema root")
175
- }
176
- }
177
-
178
- function updateContext(it: SchemaObjCxt): void {
179
- const schId = it.schema[it.opts.schemaId]
180
- if (schId) it.baseId = resolveUrl(it.opts.uriResolver, it.baseId, schId)
181
- }
182
-
183
- function checkAsyncSchema(it: SchemaObjCxt): void {
184
- if (it.schema.$async && !it.schemaEnv.$async) throw new Error("async schema in sync schema")
185
- }
186
-
187
- function commentKeyword({gen, schemaEnv, schema, errSchemaPath, opts}: SchemaObjCxt): void {
188
- const msg = schema.$comment
189
- if (opts.$comment === true) {
190
- gen.code(_`${N.self}.logger.log(${msg})`)
191
- } else if (typeof opts.$comment == "function") {
192
- const schemaPath = str`${errSchemaPath}/$comment`
193
- const rootName = gen.scopeValue("root", {ref: schemaEnv.root})
194
- gen.code(_`${N.self}.opts.$comment(${msg}, ${schemaPath}, ${rootName}.schema)`)
195
- }
196
- }
197
-
198
- function returnResults(it: SchemaCxt): void {
199
- const {gen, schemaEnv, validateName, ValidationError, opts} = it
200
- if (schemaEnv.$async) {
201
- // TODO assign unevaluated
202
- gen.if(
203
- _`${N.errors} === 0`,
204
- () => gen.return(N.data),
205
- () => gen.throw(_`new ${ValidationError as Name}(${N.vErrors})`)
206
- )
207
- } else {
208
- gen.assign(_`${validateName}.errors`, N.vErrors)
209
- if (opts.unevaluated) assignEvaluated(it)
210
- gen.return(_`${N.errors} === 0`)
211
- }
212
- }
213
-
214
- function assignEvaluated({gen, evaluated, props, items}: SchemaCxt): void {
215
- if (props instanceof Name) gen.assign(_`${evaluated}.props`, props)
216
- if (items instanceof Name) gen.assign(_`${evaluated}.items`, items)
217
- }
218
-
219
- function schemaKeywords(
220
- it: SchemaObjCxt,
221
- types: JSONType[],
222
- typeErrors: boolean,
223
- errsCount?: Name
224
- ): void {
225
- const {gen, schema, data, allErrors, opts, self} = it
226
- const {RULES} = self
227
- if (schema.$ref && (opts.ignoreKeywordsWithRef || !schemaHasRulesButRef(schema, RULES))) {
228
- gen.block(() => keywordCode(it, "$ref", (RULES.all.$ref as Rule).definition)) // TODO typecast
229
- return
230
- }
231
- if (!opts.jtd) checkStrictTypes(it, types)
232
- gen.block(() => {
233
- for (const group of RULES.rules) groupKeywords(group)
234
- groupKeywords(RULES.post)
235
- })
236
-
237
- function groupKeywords(group: RuleGroup): void {
238
- if (!shouldUseGroup(schema, group)) return
239
- if (group.type) {
240
- gen.if(checkDataType(group.type, data, opts.strictNumbers))
241
- iterateKeywords(it, group)
242
- if (types.length === 1 && types[0] === group.type && typeErrors) {
243
- gen.else()
244
- reportTypeError(it)
245
- }
246
- gen.endIf()
247
- } else {
248
- iterateKeywords(it, group)
249
- }
250
- // TODO make it "ok" call?
251
- if (!allErrors) gen.if(_`${N.errors} === ${errsCount || 0}`)
252
- }
253
- }
254
-
255
- function iterateKeywords(it: SchemaObjCxt, group: RuleGroup): void {
256
- const {
257
- gen,
258
- schema,
259
- opts: {useDefaults},
260
- } = it
261
- if (useDefaults) assignDefaults(it, group.type)
262
- gen.block(() => {
263
- for (const rule of group.rules) {
264
- if (shouldUseRule(schema, rule)) {
265
- keywordCode(it, rule.keyword, rule.definition, group.type)
266
- }
267
- }
268
- })
269
- }
270
-
271
- function checkStrictTypes(it: SchemaObjCxt, types: JSONType[]): void {
272
- if (it.schemaEnv.meta || !it.opts.strictTypes) return
273
- checkContextTypes(it, types)
274
- if (!it.opts.allowUnionTypes) checkMultipleTypes(it, types)
275
- checkKeywordTypes(it, it.dataTypes)
276
- }
277
-
278
- function checkContextTypes(it: SchemaObjCxt, types: JSONType[]): void {
279
- if (!types.length) return
280
- if (!it.dataTypes.length) {
281
- it.dataTypes = types
282
- return
283
- }
284
- types.forEach((t) => {
285
- if (!includesType(it.dataTypes, t)) {
286
- strictTypesError(it, `type "${t}" not allowed by context "${it.dataTypes.join(",")}"`)
287
- }
288
- })
289
- narrowSchemaTypes(it, types)
290
- }
291
-
292
- function checkMultipleTypes(it: SchemaObjCxt, ts: JSONType[]): void {
293
- if (ts.length > 1 && !(ts.length === 2 && ts.includes("null"))) {
294
- strictTypesError(it, "use allowUnionTypes to allow union type keyword")
295
- }
296
- }
297
-
298
- function checkKeywordTypes(it: SchemaObjCxt, ts: JSONType[]): void {
299
- const rules = it.self.RULES.all
300
- for (const keyword in rules) {
301
- const rule = rules[keyword]
302
- if (typeof rule == "object" && shouldUseRule(it.schema, rule)) {
303
- const {type} = rule.definition
304
- if (type.length && !type.some((t) => hasApplicableType(ts, t))) {
305
- strictTypesError(it, `missing type "${type.join(",")}" for keyword "${keyword}"`)
306
- }
307
- }
308
- }
309
- }
310
-
311
- function hasApplicableType(schTs: JSONType[], kwdT: JSONType): boolean {
312
- return schTs.includes(kwdT) || (kwdT === "number" && schTs.includes("integer"))
313
- }
314
-
315
- function includesType(ts: JSONType[], t: JSONType): boolean {
316
- return ts.includes(t) || (t === "integer" && ts.includes("number"))
317
- }
318
-
319
- function narrowSchemaTypes(it: SchemaObjCxt, withTypes: JSONType[]): void {
320
- const ts: JSONType[] = []
321
- for (const t of it.dataTypes) {
322
- if (includesType(withTypes, t)) ts.push(t)
323
- else if (withTypes.includes("integer") && t === "number") ts.push("integer")
324
- }
325
- it.dataTypes = ts
326
- }
327
-
328
- function strictTypesError(it: SchemaObjCxt, msg: string): void {
329
- const schemaPath = it.schemaEnv.baseId + it.errSchemaPath
330
- msg += ` at "${schemaPath}" (strictTypes)`
331
- checkStrictMode(it, msg, it.opts.strictTypes)
332
- }
333
-
334
- export class KeywordCxt implements KeywordErrorCxt {
335
- readonly gen: CodeGen
336
- readonly allErrors?: boolean
337
- readonly keyword: string
338
- readonly data: Name // Name referencing the current level of the data instance
339
- readonly $data?: string | false
340
- schema: any // keyword value in the schema
341
- readonly schemaValue: Code | number | boolean // Code reference to keyword schema value or primitive value
342
- readonly schemaCode: Code | number | boolean // Code reference to resolved schema value (different if schema is $data)
343
- readonly schemaType: JSONType[] // allowed type(s) of keyword value in the schema
344
- readonly parentSchema: AnySchemaObject
345
- readonly errsCount?: Name // Name reference to the number of validation errors collected before this keyword,
346
- // requires option trackErrors in keyword definition
347
- params: KeywordCxtParams // object to pass parameters to error messages from keyword code
348
- readonly it: SchemaObjCxt // schema compilation context (schema is guaranteed to be an object, not boolean)
349
- readonly def: AddedKeywordDefinition
350
-
351
- constructor(it: SchemaObjCxt, def: AddedKeywordDefinition, keyword: string) {
352
- validateKeywordUsage(it, def, keyword)
353
- this.gen = it.gen
354
- this.allErrors = it.allErrors
355
- this.keyword = keyword
356
- this.data = it.data
357
- this.schema = it.schema[keyword]
358
- this.$data = def.$data && it.opts.$data && this.schema && this.schema.$data
359
- this.schemaValue = schemaRefOrVal(it, this.schema, keyword, this.$data)
360
- this.schemaType = def.schemaType
361
- this.parentSchema = it.schema
362
- this.params = {}
363
- this.it = it
364
- this.def = def
365
-
366
- if (this.$data) {
367
- this.schemaCode = it.gen.const("vSchema", getData(this.$data, it))
368
- } else {
369
- this.schemaCode = this.schemaValue
370
- if (!validSchemaType(this.schema, def.schemaType, def.allowUndefined)) {
371
- throw new Error(`${keyword} value must be ${JSON.stringify(def.schemaType)}`)
372
- }
373
- }
374
-
375
- if ("code" in def ? def.trackErrors : def.errors !== false) {
376
- this.errsCount = it.gen.const("_errs", N.errors)
377
- }
378
- }
379
-
380
- result(condition: Code, successAction?: () => void, failAction?: () => void): void {
381
- this.failResult(not(condition), successAction, failAction)
382
- }
383
-
384
- failResult(condition: Code, successAction?: () => void, failAction?: () => void): void {
385
- this.gen.if(condition)
386
- if (failAction) failAction()
387
- else this.error()
388
- if (successAction) {
389
- this.gen.else()
390
- successAction()
391
- if (this.allErrors) this.gen.endIf()
392
- } else {
393
- if (this.allErrors) this.gen.endIf()
394
- else this.gen.else()
395
- }
396
- }
397
-
398
- pass(condition: Code, failAction?: () => void): void {
399
- this.failResult(not(condition), undefined, failAction)
400
- }
401
-
402
- fail(condition?: Code): void {
403
- if (condition === undefined) {
404
- this.error()
405
- if (!this.allErrors) this.gen.if(false) // this branch will be removed by gen.optimize
406
- return
407
- }
408
- this.gen.if(condition)
409
- this.error()
410
- if (this.allErrors) this.gen.endIf()
411
- else this.gen.else()
412
- }
413
-
414
- fail$data(condition: Code): void {
415
- if (!this.$data) return this.fail(condition)
416
- const {schemaCode} = this
417
- this.fail(_`${schemaCode} !== undefined && (${or(this.invalid$data(), condition)})`)
418
- }
419
-
420
- error(append?: boolean, errorParams?: KeywordCxtParams, errorPaths?: ErrorPaths): void {
421
- if (errorParams) {
422
- this.setParams(errorParams)
423
- this._error(append, errorPaths)
424
- this.setParams({})
425
- return
426
- }
427
- this._error(append, errorPaths)
428
- }
429
-
430
- private _error(append?: boolean, errorPaths?: ErrorPaths): void {
431
- ;(append ? reportExtraError : reportError)(this, this.def.error, errorPaths)
432
- }
433
-
434
- $dataError(): void {
435
- reportError(this, this.def.$dataError || keyword$DataError)
436
- }
437
-
438
- reset(): void {
439
- if (this.errsCount === undefined) throw new Error('add "trackErrors" to keyword definition')
440
- resetErrorsCount(this.gen, this.errsCount)
441
- }
442
-
443
- ok(cond: Code | boolean): void {
444
- if (!this.allErrors) this.gen.if(cond)
445
- }
446
-
447
- setParams(obj: KeywordCxtParams, assign?: true): void {
448
- if (assign) Object.assign(this.params, obj)
449
- else this.params = obj
450
- }
451
-
452
- block$data(valid: Name, codeBlock: () => void, $dataValid: Code = nil): void {
453
- this.gen.block(() => {
454
- this.check$data(valid, $dataValid)
455
- codeBlock()
456
- })
457
- }
458
-
459
- check$data(valid: Name = nil, $dataValid: Code = nil): void {
460
- if (!this.$data) return
461
- const {gen, schemaCode, schemaType, def} = this
462
- gen.if(or(_`${schemaCode} === undefined`, $dataValid))
463
- if (valid !== nil) gen.assign(valid, true)
464
- if (schemaType.length || def.validateSchema) {
465
- gen.elseIf(this.invalid$data())
466
- this.$dataError()
467
- if (valid !== nil) gen.assign(valid, false)
468
- }
469
- gen.else()
470
- }
471
-
472
- invalid$data(): Code {
473
- const {gen, schemaCode, schemaType, def, it} = this
474
- return or(wrong$DataType(), invalid$DataSchema())
475
-
476
- function wrong$DataType(): Code {
477
- if (schemaType.length) {
478
- /* istanbul ignore if */
479
- if (!(schemaCode instanceof Name)) throw new Error("ajv implementation error")
480
- const st = Array.isArray(schemaType) ? schemaType : [schemaType]
481
- return _`${checkDataTypes(st, schemaCode, it.opts.strictNumbers, DataType.Wrong)}`
482
- }
483
- return nil
484
- }
485
-
486
- function invalid$DataSchema(): Code {
487
- if (def.validateSchema) {
488
- const validateSchemaRef = gen.scopeValue("validate$data", {ref: def.validateSchema}) // TODO value.code for standalone
489
- return _`!${validateSchemaRef}(${schemaCode})`
490
- }
491
- return nil
492
- }
493
- }
494
-
495
- subschema(appl: SubschemaArgs, valid: Name): SchemaCxt {
496
- const subschema = getSubschema(this.it, appl)
497
- extendSubschemaData(subschema, this.it, appl)
498
- extendSubschemaMode(subschema, appl)
499
- const nextContext = {...this.it, ...subschema, items: undefined, props: undefined}
500
- subschemaCode(nextContext, valid)
501
- return nextContext
502
- }
503
-
504
- mergeEvaluated(schemaCxt: SchemaCxt, toName?: typeof Name): void {
505
- const {it, gen} = this
506
- if (!it.opts.unevaluated) return
507
- if (it.props !== true && schemaCxt.props !== undefined) {
508
- it.props = mergeEvaluated.props(gen, schemaCxt.props, it.props, toName)
509
- }
510
- if (it.items !== true && schemaCxt.items !== undefined) {
511
- it.items = mergeEvaluated.items(gen, schemaCxt.items, it.items, toName)
512
- }
513
- }
514
-
515
- mergeValidEvaluated(schemaCxt: SchemaCxt, valid: Name): boolean | void {
516
- const {it, gen} = this
517
- if (it.opts.unevaluated && (it.props !== true || it.items !== true)) {
518
- gen.if(valid, () => this.mergeEvaluated(schemaCxt, Name))
519
- return true
520
- }
521
- }
522
- }
523
-
524
- function keywordCode(
525
- it: SchemaObjCxt,
526
- keyword: string,
527
- def: AddedKeywordDefinition,
528
- ruleType?: JSONType
529
- ): void {
530
- const cxt = new KeywordCxt(it, def, keyword)
531
- if ("code" in def) {
532
- def.code(cxt, ruleType)
533
- } else if (cxt.$data && def.validate) {
534
- funcKeywordCode(cxt, def)
535
- } else if ("macro" in def) {
536
- macroKeywordCode(cxt, def)
537
- } else if (def.compile || def.validate) {
538
- funcKeywordCode(cxt, def)
539
- }
540
- }
541
-
542
- const JSON_POINTER = /^\/(?:[^~]|~0|~1)*$/
543
- const RELATIVE_JSON_POINTER = /^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/
544
- export function getData(
545
- $data: string,
546
- {dataLevel, dataNames, dataPathArr}: SchemaCxt
547
- ): Code | number {
548
- let jsonPointer
549
- let data: Code
550
- if ($data === "") return N.rootData
551
- if ($data[0] === "/") {
552
- if (!JSON_POINTER.test($data)) throw new Error(`Invalid JSON-pointer: ${$data}`)
553
- jsonPointer = $data
554
- data = N.rootData
555
- } else {
556
- const matches = RELATIVE_JSON_POINTER.exec($data)
557
- if (!matches) throw new Error(`Invalid JSON-pointer: ${$data}`)
558
- const up: number = +matches[1]
559
- jsonPointer = matches[2]
560
- if (jsonPointer === "#") {
561
- if (up >= dataLevel) throw new Error(errorMsg("property/index", up))
562
- return dataPathArr[dataLevel - up]
563
- }
564
- if (up > dataLevel) throw new Error(errorMsg("data", up))
565
- data = dataNames[dataLevel - up]
566
- if (!jsonPointer) return data
567
- }
568
-
569
- let expr = data
570
- const segments = jsonPointer.split("/")
571
- for (const segment of segments) {
572
- if (segment) {
573
- data = _`${data}${getProperty(unescapeJsonPointer(segment))}`
574
- expr = _`${expr} && ${data}`
575
- }
576
- }
577
- return expr
578
-
579
- function errorMsg(pointerType: string, up: number): string {
580
- return `Cannot access ${pointerType} ${up} levels up, current level is ${dataLevel}`
581
- }
582
- }