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,765 +0,0 @@
1
- # Advanced Plugin Example
2
-
3
- A complex, enterprise-grade plugin with MCP integration and advanced organization.
4
-
5
- ## Directory Structure
6
-
7
- ```
8
- enterprise-devops/
9
- ├── .claude-plugin/
10
- │ └── plugin.json
11
- ├── commands/
12
- │ ├── ci/
13
- │ │ ├── build.md
14
- │ │ ├── test.md
15
- │ │ └── deploy.md
16
- │ ├── monitoring/
17
- │ │ ├── status.md
18
- │ │ └── logs.md
19
- │ └── admin/
20
- │ ├── configure.md
21
- │ └── manage.md
22
- ├── agents/
23
- │ ├── orchestration/
24
- │ │ ├── deployment-orchestrator.md
25
- │ │ └── rollback-manager.md
26
- │ └── specialized/
27
- │ ├── kubernetes-expert.md
28
- │ ├── terraform-expert.md
29
- │ └── security-auditor.md
30
- ├── skills/
31
- │ ├── kubernetes-ops/
32
- │ │ ├── SKILL.md
33
- │ │ ├── references/
34
- │ │ │ ├── deployment-patterns.md
35
- │ │ │ ├── troubleshooting.md
36
- │ │ │ └── security.md
37
- │ │ ├── examples/
38
- │ │ │ ├── basic-deployment.yaml
39
- │ │ │ ├── stateful-set.yaml
40
- │ │ │ └── ingress-config.yaml
41
- │ │ └── scripts/
42
- │ │ ├── validate-manifest.sh
43
- │ │ └── health-check.sh
44
- │ ├── terraform-iac/
45
- │ │ ├── SKILL.md
46
- │ │ ├── references/
47
- │ │ │ └── best-practices.md
48
- │ │ └── examples/
49
- │ │ └── module-template/
50
- │ └── ci-cd-pipelines/
51
- │ ├── SKILL.md
52
- │ └── references/
53
- │ └── pipeline-patterns.md
54
- ├── hooks/
55
- │ ├── hooks.json
56
- │ └── scripts/
57
- │ ├── security/
58
- │ │ ├── scan-secrets.sh
59
- │ │ ├── validate-permissions.sh
60
- │ │ └── audit-changes.sh
61
- │ ├── quality/
62
- │ │ ├── check-config.sh
63
- │ │ └── verify-tests.sh
64
- │ └── workflow/
65
- │ ├── notify-team.sh
66
- │ └── update-status.sh
67
- ├── .mcp.json
68
- ├── servers/
69
- │ ├── kubernetes-mcp/
70
- │ │ ├── index.js
71
- │ │ ├── package.json
72
- │ │ └── lib/
73
- │ ├── terraform-mcp/
74
- │ │ ├── main.py
75
- │ │ └── requirements.txt
76
- │ └── github-actions-mcp/
77
- │ ├── server.js
78
- │ └── package.json
79
- ├── lib/
80
- │ ├── core/
81
- │ │ ├── logger.js
82
- │ │ ├── config.js
83
- │ │ └── auth.js
84
- │ ├── integrations/
85
- │ │ ├── slack.js
86
- │ │ ├── pagerduty.js
87
- │ │ └── datadog.js
88
- │ └── utils/
89
- │ ├── retry.js
90
- │ └── validation.js
91
- └── config/
92
- ├── environments/
93
- │ ├── production.json
94
- │ ├── staging.json
95
- │ └── development.json
96
- └── templates/
97
- ├── deployment.yaml
98
- └── service.yaml
99
- ```
100
-
101
- ## File Contents
102
-
103
- ### .claude-plugin/plugin.json
104
-
105
- ```json
106
- {
107
- "name": "enterprise-devops",
108
- "version": "2.3.1",
109
- "description": "Comprehensive DevOps automation for enterprise CI/CD pipelines, infrastructure management, and monitoring",
110
- "author": {
111
- "name": "DevOps Platform Team",
112
- "email": "devops-platform@company.com",
113
- "url": "https://company.com/teams/devops"
114
- },
115
- "homepage": "https://docs.company.com/plugins/devops",
116
- "repository": {
117
- "type": "git",
118
- "url": "https://github.com/company/devops-plugin.git"
119
- },
120
- "license": "Apache-2.0",
121
- "keywords": [
122
- "devops",
123
- "ci-cd",
124
- "kubernetes",
125
- "terraform",
126
- "automation",
127
- "infrastructure",
128
- "deployment",
129
- "monitoring"
130
- ],
131
- "commands": [
132
- "./commands/ci",
133
- "./commands/monitoring",
134
- "./commands/admin"
135
- ],
136
- "agents": [
137
- "./agents/orchestration",
138
- "./agents/specialized"
139
- ],
140
- "hooks": "./hooks/hooks.json",
141
- "mcpServers": "./.mcp.json"
142
- }
143
- ```
144
-
145
- ### .mcp.json
146
-
147
- ```json
148
- {
149
- "mcpServers": {
150
- "kubernetes": {
151
- "command": "node",
152
- "args": ["${CLAUDE_PLUGIN_ROOT}/servers/kubernetes-mcp/index.js"],
153
- "env": {
154
- "KUBECONFIG": "${KUBECONFIG}",
155
- "K8S_NAMESPACE": "${K8S_NAMESPACE:-default}"
156
- }
157
- },
158
- "terraform": {
159
- "command": "python",
160
- "args": ["${CLAUDE_PLUGIN_ROOT}/servers/terraform-mcp/main.py"],
161
- "env": {
162
- "TF_STATE_BUCKET": "${TF_STATE_BUCKET}",
163
- "AWS_REGION": "${AWS_REGION}"
164
- }
165
- },
166
- "github-actions": {
167
- "command": "node",
168
- "args": ["${CLAUDE_PLUGIN_ROOT}/servers/github-actions-mcp/server.js"],
169
- "env": {
170
- "GITHUB_TOKEN": "${GITHUB_TOKEN}",
171
- "GITHUB_ORG": "${GITHUB_ORG}"
172
- }
173
- }
174
- }
175
- }
176
- ```
177
-
178
- ### commands/ci/build.md
179
-
180
- ```markdown
181
- ---
182
- name: build
183
- description: Trigger and monitor CI build pipeline
184
- ---
185
-
186
- # Build Command
187
-
188
- Trigger CI/CD build pipeline and monitor progress in real-time.
189
-
190
- ## Process
191
-
192
- 1. **Validation**: Check prerequisites
193
- - Verify branch status
194
- - Check for uncommitted changes
195
- - Validate configuration files
196
-
197
- 2. **Trigger**: Start build via MCP server
198
- \`\`\`javascript
199
- // Uses github-actions MCP server
200
- const build = await tools.github_actions_trigger_workflow({
201
- workflow: 'build.yml',
202
- ref: currentBranch
203
- })
204
- \`\`\`
205
-
206
- 3. **Monitor**: Track build progress
207
- - Display real-time logs
208
- - Show test results as they complete
209
- - Alert on failures
210
-
211
- 4. **Report**: Summarize results
212
- - Build status
213
- - Test coverage
214
- - Performance metrics
215
- - Deploy readiness
216
-
217
- ## Integration
218
-
219
- After successful build:
220
- - Offer to deploy to staging
221
- - Suggest performance optimizations
222
- - Generate deployment checklist
223
- ```
224
-
225
- ### agents/orchestration/deployment-orchestrator.md
226
-
227
- ```markdown
228
- ---
229
- description: Orchestrates complex multi-environment deployments with rollback capabilities and health monitoring
230
- capabilities:
231
- - Plan and execute multi-stage deployments
232
- - Coordinate service dependencies
233
- - Monitor deployment health
234
- - Execute automated rollbacks
235
- - Manage deployment approvals
236
- ---
237
-
238
- # Deployment Orchestrator Agent
239
-
240
- Specialized agent for orchestrating complex deployments across multiple environments.
241
-
242
- ## Expertise
243
-
244
- - **Deployment strategies**: Blue-green, canary, rolling updates
245
- - **Dependency management**: Service startup ordering, dependency injection
246
- - **Health monitoring**: Service health checks, metric validation
247
- - **Rollback automation**: Automatic rollback on failure detection
248
- - **Approval workflows**: Multi-stage approval processes
249
-
250
- ## Orchestration Process
251
-
252
- 1. **Planning Phase**
253
- - Analyze deployment requirements
254
- - Identify service dependencies
255
- - Generate deployment plan
256
- - Calculate rollback strategy
257
-
258
- 2. **Validation Phase**
259
- - Verify environment readiness
260
- - Check resource availability
261
- - Validate configurations
262
- - Run pre-deployment tests
263
-
264
- 3. **Execution Phase**
265
- - Deploy services in dependency order
266
- - Monitor health after each stage
267
- - Validate metrics and logs
268
- - Proceed to next stage on success
269
-
270
- 4. **Verification Phase**
271
- - Run smoke tests
272
- - Validate service integration
273
- - Check performance metrics
274
- - Confirm deployment success
275
-
276
- 5. **Rollback Phase** (if needed)
277
- - Detect failure conditions
278
- - Execute rollback plan
279
- - Restore previous state
280
- - Notify stakeholders
281
-
282
- ## MCP Integration
283
-
284
- Uses multiple MCP servers:
285
- - `kubernetes`: Deploy and manage containers
286
- - `terraform`: Provision infrastructure
287
- - `github-actions`: Trigger deployment pipelines
288
-
289
- ## Monitoring Integration
290
-
291
- Integrates with monitoring tools via lib:
292
- \`\`\`javascript
293
- const { DatadogClient } = require('${CLAUDE_PLUGIN_ROOT}/lib/integrations/datadog')
294
- const metrics = await DatadogClient.getMetrics(service, timeRange)
295
- \`\`\`
296
-
297
- ## Notification Integration
298
-
299
- Sends updates via Slack and PagerDuty:
300
- \`\`\`javascript
301
- const { SlackClient } = require('${CLAUDE_PLUGIN_ROOT}/lib/integrations/slack')
302
- await SlackClient.notify({
303
- channel: '#deployments',
304
- message: 'Deployment started',
305
- metadata: deploymentPlan
306
- })
307
- \`\`\`
308
- ```
309
-
310
- ### skills/kubernetes-ops/SKILL.md
311
-
312
- ```markdown
313
- ---
314
- name: Kubernetes Operations
315
- description: This skill should be used when deploying to Kubernetes, managing K8s resources, troubleshooting cluster issues, configuring ingress/services, scaling deployments, or working with Kubernetes manifests. Provides comprehensive Kubernetes operational knowledge and best practices.
316
- version: 2.0.0
317
- ---
318
-
319
- # Kubernetes Operations
320
-
321
- Comprehensive operational knowledge for managing Kubernetes clusters and workloads.
322
-
323
- ## Overview
324
-
325
- Manage Kubernetes infrastructure effectively through:
326
- - Deployment strategies and patterns
327
- - Resource configuration and optimization
328
- - Troubleshooting and debugging
329
- - Security best practices
330
- - Performance tuning
331
-
332
- ## Core Concepts
333
-
334
- ### Resource Management
335
-
336
- **Deployments**: Use for stateless applications
337
- - Rolling updates for zero-downtime deployments
338
- - Rollback capabilities for failed deployments
339
- - Replica management for scaling
340
-
341
- **StatefulSets**: Use for stateful applications
342
- - Stable network identities
343
- - Persistent storage
344
- - Ordered deployment and scaling
345
-
346
- **DaemonSets**: Use for node-level services
347
- - Log collectors
348
- - Monitoring agents
349
- - Network plugins
350
-
351
- ### Configuration
352
-
353
- **ConfigMaps**: Store non-sensitive configuration
354
- - Environment-specific settings
355
- - Application configuration files
356
- - Feature flags
357
-
358
- **Secrets**: Store sensitive data
359
- - API keys and tokens
360
- - Database credentials
361
- - TLS certificates
362
-
363
- Use external secret management (Vault, AWS Secrets Manager) for production.
364
-
365
- ### Networking
366
-
367
- **Services**: Expose applications internally
368
- - ClusterIP for internal communication
369
- - NodePort for external access (non-production)
370
- - LoadBalancer for external access (production)
371
-
372
- **Ingress**: HTTP/HTTPS routing
373
- - Path-based routing
374
- - Host-based routing
375
- - TLS termination
376
- - Load balancing
377
-
378
- ## Deployment Strategies
379
-
380
- ### Rolling Update
381
-
382
- Default strategy, gradual replacement:
383
- \`\`\`yaml
384
- strategy:
385
- type: RollingUpdate
386
- rollingUpdate:
387
- maxSurge: 1
388
- maxUnavailable: 0
389
- \`\`\`
390
-
391
- **When to use**: Standard deployments, minor updates
392
-
393
- ### Recreate
394
-
395
- Stop all pods, then create new ones:
396
- \`\`\`yaml
397
- strategy:
398
- type: Recreate
399
- \`\`\`
400
-
401
- **When to use**: Stateful apps that can't run multiple versions
402
-
403
- ### Blue-Green
404
-
405
- Run two complete environments, switch traffic:
406
- 1. Deploy new version (green)
407
- 2. Test green environment
408
- 3. Switch traffic to green
409
- 4. Keep blue for quick rollback
410
-
411
- **When to use**: Critical services, need instant rollback
412
-
413
- ### Canary
414
-
415
- Gradually roll out to subset of users:
416
- 1. Deploy canary version (10% traffic)
417
- 2. Monitor metrics and errors
418
- 3. Increase traffic gradually
419
- 4. Complete rollout or rollback
420
-
421
- **When to use**: High-risk changes, want gradual validation
422
-
423
- ## Resource Configuration
424
-
425
- ### Resource Requests and Limits
426
-
427
- Always set for production workloads:
428
- \`\`\`yaml
429
- resources:
430
- requests:
431
- memory: "256Mi"
432
- cpu: "250m"
433
- limits:
434
- memory: "512Mi"
435
- cpu: "500m"
436
- \`\`\`
437
-
438
- **Requests**: Guaranteed resources
439
- **Limits**: Maximum allowed resources
440
-
441
- ### Health Checks
442
-
443
- Essential for reliability:
444
- \`\`\`yaml
445
- livenessProbe:
446
- httpGet:
447
- path: /health
448
- port: 8080
449
- initialDelaySeconds: 30
450
- periodSeconds: 10
451
-
452
- readinessProbe:
453
- httpGet:
454
- path: /ready
455
- port: 8080
456
- initialDelaySeconds: 5
457
- periodSeconds: 5
458
- \`\`\`
459
-
460
- **Liveness**: Restart unhealthy pods
461
- **Readiness**: Remove unready pods from service
462
-
463
- ## Troubleshooting
464
-
465
- ### Common Issues
466
-
467
- 1. **Pods not starting**
468
- - Check: `kubectl describe pod <name>`
469
- - Look for: Image pull errors, resource constraints
470
- - Fix: Verify image name, increase resources
471
-
472
- 2. **Service not reachable**
473
- - Check: `kubectl get svc`, `kubectl get endpoints`
474
- - Look for: No endpoints, wrong selector
475
- - Fix: Verify pod labels match service selector
476
-
477
- 3. **High memory usage**
478
- - Check: `kubectl top pods`
479
- - Look for: Pods near memory limit
480
- - Fix: Increase limits, optimize application
481
-
482
- 4. **Frequent restarts**
483
- - Check: `kubectl get pods`, `kubectl logs <name>`
484
- - Look for: Liveness probe failures, OOMKilled
485
- - Fix: Adjust health checks, increase memory
486
-
487
- ### Debugging Commands
488
-
489
- Get pod details:
490
- \`\`\`bash
491
- kubectl describe pod <name>
492
- kubectl logs <name>
493
- kubectl logs <name> --previous # logs from crashed container
494
- \`\`\`
495
-
496
- Execute commands in pod:
497
- \`\`\`bash
498
- kubectl exec -it <name> -- /bin/sh
499
- kubectl exec <name> -- env
500
- \`\`\`
501
-
502
- Check resource usage:
503
- \`\`\`bash
504
- kubectl top nodes
505
- kubectl top pods
506
- \`\`\`
507
-
508
- ## Security Best Practices
509
-
510
- ### Pod Security
511
-
512
- - Run as non-root user
513
- - Use read-only root filesystem
514
- - Drop unnecessary capabilities
515
- - Use security contexts
516
-
517
- Example:
518
- \`\`\`yaml
519
- securityContext:
520
- runAsNonRoot: true
521
- runAsUser: 1000
522
- readOnlyRootFilesystem: true
523
- capabilities:
524
- drop:
525
- - ALL
526
- \`\`\`
527
-
528
- ### Network Policies
529
-
530
- Restrict pod communication:
531
- \`\`\`yaml
532
- apiVersion: networking.k8s.io/v1
533
- kind: NetworkPolicy
534
- metadata:
535
- name: api-allow
536
- spec:
537
- podSelector:
538
- matchLabels:
539
- app: api
540
- ingress:
541
- - from:
542
- - podSelector:
543
- matchLabels:
544
- app: frontend
545
- \`\`\`
546
-
547
- ### Secrets Management
548
-
549
- - Never commit secrets to git
550
- - Use external secret managers
551
- - Rotate secrets regularly
552
- - Limit secret access with RBAC
553
-
554
- ## Performance Optimization
555
-
556
- ### Resource Tuning
557
-
558
- 1. **Start conservative**: Set low limits initially
559
- 2. **Monitor usage**: Track actual resource consumption
560
- 3. **Adjust gradually**: Increase based on metrics
561
- 4. **Set appropriate requests**: Match typical usage
562
- 5. **Set safe limits**: 2x requests for headroom
563
-
564
- ### Horizontal Pod Autoscaling
565
-
566
- Automatically scale based on metrics:
567
- \`\`\`yaml
568
- apiVersion: autoscaling/v2
569
- kind: HorizontalPodAutoscaler
570
- metadata:
571
- name: api-hpa
572
- spec:
573
- scaleTargetRef:
574
- apiVersion: apps/v1
575
- kind: Deployment
576
- name: api
577
- minReplicas: 2
578
- maxReplicas: 10
579
- metrics:
580
- - type: Resource
581
- resource:
582
- name: cpu
583
- target:
584
- type: Utilization
585
- averageUtilization: 70
586
- \`\`\`
587
-
588
- ## MCP Server Integration
589
-
590
- This skill works with the kubernetes MCP server for operations:
591
-
592
- **List pods**:
593
- \`\`\`javascript
594
- const pods = await tools.k8s_list_pods({ namespace: 'default' })
595
- \`\`\`
596
-
597
- **Get pod logs**:
598
- \`\`\`javascript
599
- const logs = await tools.k8s_get_logs({ pod: 'api-xyz', container: 'app' })
600
- \`\`\`
601
-
602
- **Apply manifests**:
603
- \`\`\`javascript
604
- const result = await tools.k8s_apply_manifest({ file: 'deployment.yaml' })
605
- \`\`\`
606
-
607
- ## Detailed References
608
-
609
- For in-depth information:
610
- - **Deployment patterns**: `references/deployment-patterns.md`
611
- - **Troubleshooting guide**: `references/troubleshooting.md`
612
- - **Security hardening**: `references/security.md`
613
-
614
- ## Example Manifests
615
-
616
- For copy-paste examples:
617
- - **Basic deployment**: `examples/basic-deployment.yaml`
618
- - **StatefulSet**: `examples/stateful-set.yaml`
619
- - **Ingress config**: `examples/ingress-config.yaml`
620
-
621
- ## Validation Scripts
622
-
623
- For manifest validation:
624
- \`\`\`bash
625
- bash ${CLAUDE_PLUGIN_ROOT}/skills/kubernetes-ops/scripts/validate-manifest.sh deployment.yaml
626
- \`\`\`
627
- ```
628
-
629
- ### hooks/hooks.json
630
-
631
- ```json
632
- {
633
- "PreToolUse": [
634
- {
635
- "matcher": "Write|Edit",
636
- "hooks": [
637
- {
638
- "type": "command",
639
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/security/scan-secrets.sh",
640
- "timeout": 30
641
- }
642
- ]
643
- },
644
- {
645
- "matcher": "Bash",
646
- "hooks": [
647
- {
648
- "type": "prompt",
649
- "prompt": "Evaluate if this bash command is safe for production environment. Check for destructive operations, missing safeguards, and potential security issues. Commands should be idempotent and reversible.",
650
- "timeout": 20
651
- }
652
- ]
653
- }
654
- ],
655
- "PostToolUse": [
656
- {
657
- "matcher": "Bash",
658
- "hooks": [
659
- {
660
- "type": "command",
661
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/workflow/update-status.sh",
662
- "timeout": 15
663
- }
664
- ]
665
- }
666
- ],
667
- "Stop": [
668
- {
669
- "matcher": ".*",
670
- "hooks": [
671
- {
672
- "type": "command",
673
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/quality/check-config.sh",
674
- "timeout": 45
675
- },
676
- {
677
- "type": "command",
678
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/workflow/notify-team.sh",
679
- "timeout": 30
680
- }
681
- ]
682
- }
683
- ],
684
- "SessionStart": [
685
- {
686
- "matcher": ".*",
687
- "hooks": [
688
- {
689
- "type": "command",
690
- "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/security/validate-permissions.sh",
691
- "timeout": 20
692
- }
693
- ]
694
- }
695
- ]
696
- }
697
- ```
698
-
699
- ## Key Features
700
-
701
- ### Multi-Level Organization
702
-
703
- **Commands**: Organized by function (CI, monitoring, admin)
704
- **Agents**: Separated by role (orchestration vs. specialized)
705
- **Skills**: Rich resources (references, examples, scripts)
706
-
707
- ### MCP Integration
708
-
709
- Three custom MCP servers:
710
- - **Kubernetes**: Cluster operations
711
- - **Terraform**: Infrastructure provisioning
712
- - **GitHub Actions**: CI/CD automation
713
-
714
- ### Shared Libraries
715
-
716
- Reusable code in `lib/`:
717
- - **Core**: Common utilities (logging, config, auth)
718
- - **Integrations**: External services (Slack, Datadog)
719
- - **Utils**: Helper functions (retry, validation)
720
-
721
- ### Configuration Management
722
-
723
- Environment-specific configs in `config/`:
724
- - **Environments**: Per-environment settings
725
- - **Templates**: Reusable deployment templates
726
-
727
- ### Security Automation
728
-
729
- Multiple security hooks:
730
- - Secret scanning before writes
731
- - Permission validation on session start
732
- - Configuration auditing on completion
733
-
734
- ### Monitoring Integration
735
-
736
- Built-in monitoring via lib integrations:
737
- - Datadog for metrics
738
- - PagerDuty for alerts
739
- - Slack for notifications
740
-
741
- ## Use Cases
742
-
743
- 1. **Multi-environment deployments**: Orchestrated rollouts across dev/staging/prod
744
- 2. **Infrastructure as code**: Terraform automation with state management
745
- 3. **CI/CD automation**: Build, test, deploy pipelines
746
- 4. **Monitoring and observability**: Integrated metrics and alerting
747
- 5. **Security enforcement**: Automated security scanning and validation
748
- 6. **Team collaboration**: Slack notifications and status updates
749
-
750
- ## When to Use This Pattern
751
-
752
- - Large-scale enterprise deployments
753
- - Multiple environment management
754
- - Complex CI/CD workflows
755
- - Integrated monitoring requirements
756
- - Security-critical infrastructure
757
- - Team collaboration needs
758
-
759
- ## Scaling Considerations
760
-
761
- - **Performance**: Separate MCP servers for parallel operations
762
- - **Organization**: Multi-level directories for scalability
763
- - **Maintainability**: Shared libraries reduce duplication
764
- - **Flexibility**: Environment configs enable customization
765
- - **Security**: Layered security hooks and validation