@agentxm/client-core 0.2.0 → 0.3.2

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 (362) hide show
  1. package/dist/src/unstable/commands/operations/disable.d.ts +2 -2
  2. package/dist/src/unstable/commands/operations/disable.d.ts.map +1 -1
  3. package/dist/src/unstable/commands/operations/enable.d.ts +2 -2
  4. package/dist/src/unstable/commands/operations/enable.d.ts.map +1 -1
  5. package/dist/src/unstable/commands/operations/install.d.ts +1 -1
  6. package/dist/src/unstable/commands/operations/install.d.ts.map +1 -1
  7. package/dist/src/unstable/commands/operations/new-command.d.ts +2 -2
  8. package/dist/src/unstable/commands/operations/new-command.d.ts.map +1 -1
  9. package/dist/src/unstable/commands/operations/publish.d.ts +1 -1
  10. package/dist/src/unstable/commands/operations/publish.d.ts.map +1 -1
  11. package/dist/src/unstable/commands/operations/uninstall.d.ts +1 -1
  12. package/dist/src/unstable/commands/operations/uninstall.d.ts.map +1 -1
  13. package/dist/src/unstable/extensions/operations.d.ts +1 -1
  14. package/dist/src/unstable/extensions/operations.d.ts.map +1 -1
  15. package/dist/src/unstable/lint/catalog/index.d.ts +39 -0
  16. package/dist/src/unstable/lint/catalog/index.d.ts.map +1 -0
  17. package/dist/src/unstable/lint/catalog/index.js +49 -0
  18. package/dist/src/unstable/lint/catalog/index.js.map +1 -0
  19. package/dist/src/unstable/lint/catalog/pack/manifest-keys-recognized.d.ts +31 -0
  20. package/dist/src/unstable/lint/catalog/pack/manifest-keys-recognized.d.ts.map +1 -0
  21. package/dist/src/unstable/lint/catalog/pack/manifest-keys-recognized.js +41 -0
  22. package/dist/src/unstable/lint/catalog/pack/manifest-keys-recognized.js.map +1 -0
  23. package/dist/src/unstable/lint/catalog/pack/manifest-present.d.ts +18 -0
  24. package/dist/src/unstable/lint/catalog/pack/manifest-present.d.ts.map +1 -0
  25. package/dist/src/unstable/lint/catalog/pack/manifest-present.js +41 -0
  26. package/dist/src/unstable/lint/catalog/pack/manifest-present.js.map +1 -0
  27. package/dist/src/unstable/lint/catalog/pack/manifest-schema-valid.d.ts +26 -0
  28. package/dist/src/unstable/lint/catalog/pack/manifest-schema-valid.d.ts.map +1 -0
  29. package/dist/src/unstable/lint/catalog/pack/manifest-schema-valid.js +34 -0
  30. package/dist/src/unstable/lint/catalog/pack/manifest-schema-valid.js.map +1 -0
  31. package/dist/src/unstable/lint/catalog/pack-accessor/contexts.d.ts +61 -0
  32. package/dist/src/unstable/lint/catalog/pack-accessor/contexts.d.ts.map +1 -0
  33. package/dist/src/unstable/lint/catalog/pack-accessor/contexts.js +46 -0
  34. package/dist/src/unstable/lint/catalog/pack-accessor/contexts.js.map +1 -0
  35. package/dist/src/unstable/lint/catalog/pack-accessor/platform.d.ts +53 -0
  36. package/dist/src/unstable/lint/catalog/pack-accessor/platform.d.ts.map +1 -0
  37. package/dist/src/unstable/lint/catalog/pack-accessor/platform.js +90 -0
  38. package/dist/src/unstable/lint/catalog/pack-accessor/platform.js.map +1 -0
  39. package/dist/src/unstable/lint/catalog/pack-accessor/vft.d.ts +60 -0
  40. package/dist/src/unstable/lint/catalog/pack-accessor/vft.d.ts.map +1 -0
  41. package/dist/src/unstable/lint/catalog/pack-accessor/vft.js +85 -0
  42. package/dist/src/unstable/lint/catalog/pack-accessor/vft.js.map +1 -0
  43. package/dist/src/unstable/lint/catalog/pack.d.ts +37 -0
  44. package/dist/src/unstable/lint/catalog/pack.d.ts.map +1 -0
  45. package/dist/src/unstable/lint/catalog/pack.js +47 -0
  46. package/dist/src/unstable/lint/catalog/pack.js.map +1 -0
  47. package/dist/src/unstable/lint/catalog/shared/schema-rule.d.ts +59 -0
  48. package/dist/src/unstable/lint/catalog/shared/schema-rule.d.ts.map +1 -0
  49. package/dist/src/unstable/lint/catalog/shared/schema-rule.js +99 -0
  50. package/dist/src/unstable/lint/catalog/shared/schema-rule.js.map +1 -0
  51. package/dist/src/unstable/lint/catalog/skill/frontmatter-parseable.d.ts +31 -0
  52. package/dist/src/unstable/lint/catalog/skill/frontmatter-parseable.d.ts.map +1 -0
  53. package/dist/src/unstable/lint/catalog/skill/frontmatter-parseable.js +151 -0
  54. package/dist/src/unstable/lint/catalog/skill/frontmatter-parseable.js.map +1 -0
  55. package/dist/src/unstable/lint/catalog/skill/manifest-keys-recognized.d.ts +26 -0
  56. package/dist/src/unstable/lint/catalog/skill/manifest-keys-recognized.d.ts.map +1 -0
  57. package/dist/src/unstable/lint/catalog/skill/manifest-keys-recognized.js +41 -0
  58. package/dist/src/unstable/lint/catalog/skill/manifest-keys-recognized.js.map +1 -0
  59. package/dist/src/unstable/lint/catalog/skill/manifest-present.d.ts +18 -0
  60. package/dist/src/unstable/lint/catalog/skill/manifest-present.d.ts.map +1 -0
  61. package/dist/src/unstable/lint/catalog/skill/manifest-present.js +46 -0
  62. package/dist/src/unstable/lint/catalog/skill/manifest-present.js.map +1 -0
  63. package/dist/src/unstable/lint/catalog/skill/manifest-schema-valid.d.ts +22 -0
  64. package/dist/src/unstable/lint/catalog/skill/manifest-schema-valid.d.ts.map +1 -0
  65. package/dist/src/unstable/lint/catalog/skill/manifest-schema-valid.js +37 -0
  66. package/dist/src/unstable/lint/catalog/skill/manifest-schema-valid.js.map +1 -0
  67. package/dist/src/unstable/lint/catalog/skill/skill-md-present.d.ts +17 -0
  68. package/dist/src/unstable/lint/catalog/skill/skill-md-present.d.ts.map +1 -0
  69. package/dist/src/unstable/lint/catalog/skill/skill-md-present.js +38 -0
  70. package/dist/src/unstable/lint/catalog/skill/skill-md-present.js.map +1 -0
  71. package/dist/src/unstable/lint/catalog/skill-accessor/contexts.d.ts +65 -0
  72. package/dist/src/unstable/lint/catalog/skill-accessor/contexts.d.ts.map +1 -0
  73. package/dist/src/unstable/lint/catalog/skill-accessor/contexts.js +50 -0
  74. package/dist/src/unstable/lint/catalog/skill-accessor/contexts.js.map +1 -0
  75. package/dist/src/unstable/lint/catalog/skill-accessor/platform.d.ts +52 -0
  76. package/dist/src/unstable/lint/catalog/skill-accessor/platform.d.ts.map +1 -0
  77. package/dist/src/unstable/lint/catalog/skill-accessor/platform.js +89 -0
  78. package/dist/src/unstable/lint/catalog/skill-accessor/platform.js.map +1 -0
  79. package/dist/src/unstable/lint/catalog/skill-accessor/vft.d.ts +58 -0
  80. package/dist/src/unstable/lint/catalog/skill-accessor/vft.d.ts.map +1 -0
  81. package/dist/src/unstable/lint/catalog/skill-accessor/vft.js +83 -0
  82. package/dist/src/unstable/lint/catalog/skill-accessor/vft.js.map +1 -0
  83. package/dist/src/unstable/lint/catalog/skill.d.ts +38 -0
  84. package/dist/src/unstable/lint/catalog/skill.d.ts.map +1 -0
  85. package/dist/src/unstable/lint/catalog/skill.js +52 -0
  86. package/dist/src/unstable/lint/catalog/skill.js.map +1 -0
  87. package/dist/src/unstable/lint/catalog/workspace/agents-detected-declared.d.ts +23 -0
  88. package/dist/src/unstable/lint/catalog/workspace/agents-detected-declared.d.ts.map +1 -0
  89. package/dist/src/unstable/lint/catalog/workspace/agents-detected-declared.js +75 -0
  90. package/dist/src/unstable/lint/catalog/workspace/agents-detected-declared.js.map +1 -0
  91. package/dist/src/unstable/lint/catalog/workspace/agents-recognized.d.ts +23 -0
  92. package/dist/src/unstable/lint/catalog/workspace/agents-recognized.d.ts.map +1 -0
  93. package/dist/src/unstable/lint/catalog/workspace/agents-recognized.js +76 -0
  94. package/dist/src/unstable/lint/catalog/workspace/agents-recognized.js.map +1 -0
  95. package/dist/src/unstable/lint/catalog/workspace/helpers/empty.d.ts +18 -0
  96. package/dist/src/unstable/lint/catalog/workspace/helpers/empty.d.ts.map +1 -0
  97. package/dist/src/unstable/lint/catalog/workspace/helpers/empty.js +16 -0
  98. package/dist/src/unstable/lint/catalog/workspace/helpers/empty.js.map +1 -0
  99. package/dist/src/unstable/lint/catalog/workspace/helpers/install-ops.d.ts +133 -0
  100. package/dist/src/unstable/lint/catalog/workspace/helpers/install-ops.d.ts.map +1 -0
  101. package/dist/src/unstable/lint/catalog/workspace/helpers/install-ops.js +149 -0
  102. package/dist/src/unstable/lint/catalog/workspace/helpers/install-ops.js.map +1 -0
  103. package/dist/src/unstable/lint/catalog/workspace/helpers/registry-source.d.ts +25 -0
  104. package/dist/src/unstable/lint/catalog/workspace/helpers/registry-source.d.ts.map +1 -0
  105. package/dist/src/unstable/lint/catalog/workspace/helpers/registry-source.js +30 -0
  106. package/dist/src/unstable/lint/catalog/workspace/helpers/registry-source.js.map +1 -0
  107. package/dist/src/unstable/lint/catalog/workspace/initialized.d.ts +22 -0
  108. package/dist/src/unstable/lint/catalog/workspace/initialized.d.ts.map +1 -0
  109. package/dist/src/unstable/lint/catalog/workspace/initialized.js +55 -0
  110. package/dist/src/unstable/lint/catalog/workspace/initialized.js.map +1 -0
  111. package/dist/src/unstable/lint/catalog/workspace/lockfile-valid.d.ts +33 -0
  112. package/dist/src/unstable/lint/catalog/workspace/lockfile-valid.d.ts.map +1 -0
  113. package/dist/src/unstable/lint/catalog/workspace/lockfile-valid.js +125 -0
  114. package/dist/src/unstable/lint/catalog/workspace/lockfile-valid.js.map +1 -0
  115. package/dist/src/unstable/lint/catalog/workspace/packs-declarations-valid.d.ts +19 -0
  116. package/dist/src/unstable/lint/catalog/workspace/packs-declarations-valid.d.ts.map +1 -0
  117. package/dist/src/unstable/lint/catalog/workspace/packs-declarations-valid.js +145 -0
  118. package/dist/src/unstable/lint/catalog/workspace/packs-declarations-valid.js.map +1 -0
  119. package/dist/src/unstable/lint/catalog/workspace/packs-dependencies-resolved.d.ts +17 -0
  120. package/dist/src/unstable/lint/catalog/workspace/packs-dependencies-resolved.d.ts.map +1 -0
  121. package/dist/src/unstable/lint/catalog/workspace/packs-dependencies-resolved.js +107 -0
  122. package/dist/src/unstable/lint/catalog/workspace/packs-dependencies-resolved.js.map +1 -0
  123. package/dist/src/unstable/lint/catalog/workspace/packs-members-retained.d.ts +22 -0
  124. package/dist/src/unstable/lint/catalog/workspace/packs-members-retained.d.ts.map +1 -0
  125. package/dist/src/unstable/lint/catalog/workspace/packs-members-retained.js +163 -0
  126. package/dist/src/unstable/lint/catalog/workspace/packs-members-retained.js.map +1 -0
  127. package/dist/src/unstable/lint/catalog/workspace/settings-schema-valid.d.ts +28 -0
  128. package/dist/src/unstable/lint/catalog/workspace/settings-schema-valid.d.ts.map +1 -0
  129. package/dist/src/unstable/lint/catalog/workspace/settings-schema-valid.js +67 -0
  130. package/dist/src/unstable/lint/catalog/workspace/settings-schema-valid.js.map +1 -0
  131. package/dist/src/unstable/lint/catalog/workspace/skills-artifacts-clean.d.ts +30 -0
  132. package/dist/src/unstable/lint/catalog/workspace/skills-artifacts-clean.d.ts.map +1 -0
  133. package/dist/src/unstable/lint/catalog/workspace/skills-artifacts-clean.js +232 -0
  134. package/dist/src/unstable/lint/catalog/workspace/skills-artifacts-clean.js.map +1 -0
  135. package/dist/src/unstable/lint/catalog/workspace/skills-artifacts-correct.d.ts +26 -0
  136. package/dist/src/unstable/lint/catalog/workspace/skills-artifacts-correct.d.ts.map +1 -0
  137. package/dist/src/unstable/lint/catalog/workspace/skills-artifacts-correct.js +129 -0
  138. package/dist/src/unstable/lint/catalog/workspace/skills-artifacts-correct.js.map +1 -0
  139. package/dist/src/unstable/lint/catalog/workspace/skills-declarations-valid.d.ts +26 -0
  140. package/dist/src/unstable/lint/catalog/workspace/skills-declarations-valid.d.ts.map +1 -0
  141. package/dist/src/unstable/lint/catalog/workspace/skills-declarations-valid.js +151 -0
  142. package/dist/src/unstable/lint/catalog/workspace/skills-declarations-valid.js.map +1 -0
  143. package/dist/src/unstable/lint/catalog/workspace/skills-integrity-valid.d.ts +29 -0
  144. package/dist/src/unstable/lint/catalog/workspace/skills-integrity-valid.d.ts.map +1 -0
  145. package/dist/src/unstable/lint/catalog/workspace/skills-integrity-valid.js +149 -0
  146. package/dist/src/unstable/lint/catalog/workspace/skills-integrity-valid.js.map +1 -0
  147. package/dist/src/unstable/lint/catalog/workspace/skills-lockfile-aligned.d.ts +29 -0
  148. package/dist/src/unstable/lint/catalog/workspace/skills-lockfile-aligned.d.ts.map +1 -0
  149. package/dist/src/unstable/lint/catalog/workspace/skills-lockfile-aligned.js +242 -0
  150. package/dist/src/unstable/lint/catalog/workspace/skills-lockfile-aligned.js.map +1 -0
  151. package/dist/src/unstable/lint/catalog/workspace-accessor/contexts.d.ts +141 -0
  152. package/dist/src/unstable/lint/catalog/workspace-accessor/contexts.d.ts.map +1 -0
  153. package/dist/src/unstable/lint/catalog/workspace-accessor/contexts.js +123 -0
  154. package/dist/src/unstable/lint/catalog/workspace-accessor/contexts.js.map +1 -0
  155. package/dist/src/unstable/lint/catalog/workspace-accessor/interpret-ops.d.ts +38 -0
  156. package/dist/src/unstable/lint/catalog/workspace-accessor/interpret-ops.d.ts.map +1 -0
  157. package/dist/src/unstable/lint/catalog/workspace-accessor/interpret-ops.js +311 -0
  158. package/dist/src/unstable/lint/catalog/workspace-accessor/interpret-ops.js.map +1 -0
  159. package/dist/src/unstable/lint/catalog/workspace-accessor/platform.d.ts +60 -0
  160. package/dist/src/unstable/lint/catalog/workspace-accessor/platform.d.ts.map +1 -0
  161. package/dist/src/unstable/lint/catalog/workspace-accessor/platform.js +201 -0
  162. package/dist/src/unstable/lint/catalog/workspace-accessor/platform.js.map +1 -0
  163. package/dist/src/unstable/lint/catalog/workspace-accessor/test-state.d.ts +65 -0
  164. package/dist/src/unstable/lint/catalog/workspace-accessor/test-state.d.ts.map +1 -0
  165. package/dist/src/unstable/lint/catalog/workspace-accessor/test-state.js +95 -0
  166. package/dist/src/unstable/lint/catalog/workspace-accessor/test-state.js.map +1 -0
  167. package/dist/src/unstable/lint/catalog/workspace.d.ts +47 -0
  168. package/dist/src/unstable/lint/catalog/workspace.d.ts.map +1 -0
  169. package/dist/src/unstable/lint/catalog/workspace.js +80 -0
  170. package/dist/src/unstable/lint/catalog/workspace.js.map +1 -0
  171. package/dist/src/unstable/lint/cli.d.ts +297 -0
  172. package/dist/src/unstable/lint/cli.d.ts.map +1 -0
  173. package/dist/src/unstable/lint/cli.js +388 -0
  174. package/dist/src/unstable/lint/cli.js.map +1 -0
  175. package/dist/src/unstable/lint/compose-path.d.ts +27 -0
  176. package/dist/src/unstable/lint/compose-path.d.ts.map +1 -0
  177. package/dist/src/unstable/lint/compose-path.js +61 -0
  178. package/dist/src/unstable/lint/compose-path.js.map +1 -0
  179. package/dist/src/unstable/lint/config.d.ts +103 -0
  180. package/dist/src/unstable/lint/config.d.ts.map +1 -0
  181. package/dist/src/unstable/lint/config.js +137 -0
  182. package/dist/src/unstable/lint/config.js.map +1 -0
  183. package/dist/src/unstable/lint/context.d.ts +265 -0
  184. package/dist/src/unstable/lint/context.d.ts.map +1 -0
  185. package/dist/src/unstable/lint/context.js +21 -0
  186. package/dist/src/unstable/lint/context.js.map +1 -0
  187. package/dist/src/unstable/lint/evaluate.d.ts +68 -0
  188. package/dist/src/unstable/lint/evaluate.d.ts.map +1 -0
  189. package/dist/src/unstable/lint/evaluate.js +147 -0
  190. package/dist/src/unstable/lint/evaluate.js.map +1 -0
  191. package/dist/src/unstable/lint/index.d.ts +28 -0
  192. package/dist/src/unstable/lint/index.d.ts.map +1 -0
  193. package/dist/src/unstable/lint/index.js +35 -0
  194. package/dist/src/unstable/lint/index.js.map +1 -0
  195. package/dist/src/unstable/lint/issues-to-findings.d.ts +35 -0
  196. package/dist/src/unstable/lint/issues-to-findings.d.ts.map +1 -0
  197. package/dist/src/unstable/lint/issues-to-findings.js +97 -0
  198. package/dist/src/unstable/lint/issues-to-findings.js.map +1 -0
  199. package/dist/src/unstable/lint/rule.d.ts +139 -0
  200. package/dist/src/unstable/lint/rule.d.ts.map +1 -0
  201. package/dist/src/unstable/lint/rule.js +25 -0
  202. package/dist/src/unstable/lint/rule.js.map +1 -0
  203. package/dist/src/unstable/mcp-servers/operations/install.d.ts +1 -1
  204. package/dist/src/unstable/mcp-servers/operations/install.d.ts.map +1 -1
  205. package/dist/src/unstable/mcp-servers/operations/publish.d.ts +1 -1
  206. package/dist/src/unstable/mcp-servers/operations/publish.d.ts.map +1 -1
  207. package/dist/src/unstable/mcp-servers/operations/uninstall.d.ts +1 -1
  208. package/dist/src/unstable/mcp-servers/operations/uninstall.d.ts.map +1 -1
  209. package/dist/src/unstable/packs/operations/add-to-pack.d.ts +2 -2
  210. package/dist/src/unstable/packs/operations/add-to-pack.d.ts.map +1 -1
  211. package/dist/src/unstable/packs/operations/install.d.ts +2 -2
  212. package/dist/src/unstable/packs/operations/install.d.ts.map +1 -1
  213. package/dist/src/unstable/packs/operations/new-pack.d.ts +2 -2
  214. package/dist/src/unstable/packs/operations/new-pack.d.ts.map +1 -1
  215. package/dist/src/unstable/packs/operations/publish.d.ts +2 -2
  216. package/dist/src/unstable/packs/operations/publish.d.ts.map +1 -1
  217. package/dist/src/unstable/packs/operations/remove-from-pack.d.ts +2 -2
  218. package/dist/src/unstable/packs/operations/remove-from-pack.d.ts.map +1 -1
  219. package/dist/src/unstable/packs/operations/uninstall.d.ts +2 -2
  220. package/dist/src/unstable/packs/operations/uninstall.d.ts.map +1 -1
  221. package/dist/src/unstable/packs/operations/unpack.d.ts +2 -2
  222. package/dist/src/unstable/packs/operations/unpack.d.ts.map +1 -1
  223. package/dist/src/unstable/{workspace → plan}/apply-plan.d.ts +9 -0
  224. package/dist/src/unstable/plan/apply-plan.d.ts.map +1 -0
  225. package/dist/src/unstable/{workspace → plan}/apply-plan.js +10 -1
  226. package/dist/src/unstable/plan/apply-plan.js.map +1 -0
  227. package/dist/src/unstable/plan/index.d.ts +24 -0
  228. package/dist/src/unstable/plan/index.d.ts.map +1 -0
  229. package/dist/src/unstable/plan/index.js +28 -0
  230. package/dist/src/unstable/plan/index.js.map +1 -0
  231. package/dist/src/unstable/{workspace → plan}/plan.d.ts +6 -0
  232. package/dist/src/unstable/plan/plan.d.ts.map +1 -0
  233. package/dist/src/unstable/{workspace → plan}/plan.js +6 -0
  234. package/dist/src/unstable/plan/plan.js.map +1 -0
  235. package/dist/src/unstable/{workspace → plan}/resolve-plan.d.ts +30 -2
  236. package/dist/src/unstable/plan/resolve-plan.d.ts.map +1 -0
  237. package/dist/src/unstable/{workspace → plan}/resolve-plan.js +37 -6
  238. package/dist/src/unstable/plan/resolve-plan.js.map +1 -0
  239. package/dist/src/unstable/publish/manifest-policy.d.ts +8 -8
  240. package/dist/src/unstable/settings/index.d.ts +2 -0
  241. package/dist/src/unstable/settings/index.d.ts.map +1 -1
  242. package/dist/src/unstable/settings/index.js +1 -0
  243. package/dist/src/unstable/settings/index.js.map +1 -1
  244. package/dist/src/unstable/settings/schema.d.ts +3 -0
  245. package/dist/src/unstable/settings/schema.d.ts.map +1 -1
  246. package/dist/src/unstable/settings/schema.js +3 -0
  247. package/dist/src/unstable/settings/schema.js.map +1 -1
  248. package/dist/src/unstable/settings/settings.d.ts +10 -0
  249. package/dist/src/unstable/settings/settings.d.ts.map +1 -1
  250. package/dist/src/unstable/skills/operations/copy.d.ts +2 -2
  251. package/dist/src/unstable/skills/operations/copy.d.ts.map +1 -1
  252. package/dist/src/unstable/skills/operations/disable.d.ts +2 -2
  253. package/dist/src/unstable/skills/operations/disable.d.ts.map +1 -1
  254. package/dist/src/unstable/skills/operations/enable.d.ts +2 -2
  255. package/dist/src/unstable/skills/operations/enable.d.ts.map +1 -1
  256. package/dist/src/unstable/skills/operations/install.d.ts +2 -2
  257. package/dist/src/unstable/skills/operations/install.d.ts.map +1 -1
  258. package/dist/src/unstable/skills/operations/new-skill.d.ts +2 -2
  259. package/dist/src/unstable/skills/operations/new-skill.d.ts.map +1 -1
  260. package/dist/src/unstable/skills/operations/publish.d.ts +2 -2
  261. package/dist/src/unstable/skills/operations/publish.d.ts.map +1 -1
  262. package/dist/src/unstable/skills/operations/rename.d.ts +2 -2
  263. package/dist/src/unstable/skills/operations/rename.d.ts.map +1 -1
  264. package/dist/src/unstable/skills/operations/uninstall.d.ts +2 -2
  265. package/dist/src/unstable/skills/operations/uninstall.d.ts.map +1 -1
  266. package/dist/src/unstable/subagents/operations/disable.d.ts +2 -2
  267. package/dist/src/unstable/subagents/operations/disable.d.ts.map +1 -1
  268. package/dist/src/unstable/subagents/operations/enable.d.ts +2 -2
  269. package/dist/src/unstable/subagents/operations/enable.d.ts.map +1 -1
  270. package/dist/src/unstable/subagents/operations/publish.d.ts +2 -2
  271. package/dist/src/unstable/subagents/operations/publish.d.ts.map +1 -1
  272. package/dist/src/unstable/workflows/install-command/workflow.d.ts +1 -1
  273. package/dist/src/unstable/workflows/install-command/workflow.d.ts.map +1 -1
  274. package/dist/src/unstable/workflows/install-command/workflow.js +1 -1
  275. package/dist/src/unstable/workflows/install-command/workflow.js.map +1 -1
  276. package/dist/src/unstable/workflows/uninstall-command/workflow.d.ts +1 -1
  277. package/dist/src/unstable/workflows/uninstall-command/workflow.d.ts.map +1 -1
  278. package/dist/src/unstable/workflows/uninstall-command/workflow.js +1 -1
  279. package/dist/src/unstable/workflows/uninstall-command/workflow.js.map +1 -1
  280. package/dist/src/unstable/workspace/augment-plan.d.ts +1 -1
  281. package/dist/src/unstable/workspace/augment-plan.d.ts.map +1 -1
  282. package/dist/src/unstable/workspace/display-plan.d.ts +1 -1
  283. package/dist/src/unstable/workspace/display-plan.d.ts.map +1 -1
  284. package/dist/src/unstable/workspace/display-plan.js.map +1 -1
  285. package/dist/src/unstable/workspace/index.d.ts +0 -5
  286. package/dist/src/unstable/workspace/index.d.ts.map +1 -1
  287. package/dist/src/unstable/workspace/index.js +3 -7
  288. package/dist/src/unstable/workspace/index.js.map +1 -1
  289. package/dist/src/unstable/workspace/initialization.d.ts +15 -0
  290. package/dist/src/unstable/workspace/initialization.d.ts.map +1 -1
  291. package/dist/src/unstable/workspace/paths.d.ts +0 -18
  292. package/dist/src/unstable/workspace/paths.d.ts.map +1 -1
  293. package/dist/src/unstable/workspace/paths.js +12 -2
  294. package/dist/src/unstable/workspace/paths.js.map +1 -1
  295. package/dist/src/unstable/workspace/reconciliation.d.ts +1 -1
  296. package/dist/src/unstable/workspace/reconciliation.d.ts.map +1 -1
  297. package/dist/src/unstable/workspace/scan-plan-readiness.d.ts +1 -1
  298. package/dist/src/unstable/workspace/scan-plan-readiness.d.ts.map +1 -1
  299. package/dist/src/unstable/workspace/settings-validation/types.d.ts +11 -1
  300. package/dist/src/unstable/workspace/settings-validation/types.d.ts.map +1 -1
  301. package/package.json +10 -2
  302. package/site-content/__generated__/schemas/axm-lock.schema.json +727 -1124
  303. package/site-content/__generated__/schemas/axm-package-meta.schema.json +3 -16
  304. package/site-content/__generated__/schemas/command.schema.json +29 -130
  305. package/site-content/__generated__/schemas/extension-pack.schema.json +36 -154
  306. package/site-content/__generated__/schemas/mcp-server.schema.json +21 -134
  307. package/site-content/__generated__/schemas/settings.schema.json +111 -291
  308. package/site-content/__generated__/schemas/skill.schema.json +23 -143
  309. package/dist/src/unstable/workspace/apply-plan.d.ts.map +0 -1
  310. package/dist/src/unstable/workspace/apply-plan.js.map +0 -1
  311. package/dist/src/unstable/workspace/doctor/check-def.d.ts +0 -29
  312. package/dist/src/unstable/workspace/doctor/check-def.d.ts.map +0 -1
  313. package/dist/src/unstable/workspace/doctor/check-def.js +0 -17
  314. package/dist/src/unstable/workspace/doctor/check-def.js.map +0 -1
  315. package/dist/src/unstable/workspace/doctor/checks/agents-configured.d.ts +0 -5
  316. package/dist/src/unstable/workspace/doctor/checks/agents-configured.d.ts.map +0 -1
  317. package/dist/src/unstable/workspace/doctor/checks/agents-configured.js +0 -170
  318. package/dist/src/unstable/workspace/doctor/checks/agents-configured.js.map +0 -1
  319. package/dist/src/unstable/workspace/doctor/checks/extensions-active.d.ts +0 -4
  320. package/dist/src/unstable/workspace/doctor/checks/extensions-active.d.ts.map +0 -1
  321. package/dist/src/unstable/workspace/doctor/checks/extensions-active.js +0 -238
  322. package/dist/src/unstable/workspace/doctor/checks/extensions-active.js.map +0 -1
  323. package/dist/src/unstable/workspace/doctor/checks/extensions-current.d.ts +0 -18
  324. package/dist/src/unstable/workspace/doctor/checks/extensions-current.d.ts.map +0 -1
  325. package/dist/src/unstable/workspace/doctor/checks/extensions-current.js +0 -92
  326. package/dist/src/unstable/workspace/doctor/checks/extensions-current.js.map +0 -1
  327. package/dist/src/unstable/workspace/doctor/checks/extensions-installed.d.ts +0 -5
  328. package/dist/src/unstable/workspace/doctor/checks/extensions-installed.d.ts.map +0 -1
  329. package/dist/src/unstable/workspace/doctor/checks/extensions-installed.js +0 -472
  330. package/dist/src/unstable/workspace/doctor/checks/extensions-installed.js.map +0 -1
  331. package/dist/src/unstable/workspace/doctor/checks/workspace-ready.d.ts +0 -5
  332. package/dist/src/unstable/workspace/doctor/checks/workspace-ready.d.ts.map +0 -1
  333. package/dist/src/unstable/workspace/doctor/checks/workspace-ready.js +0 -201
  334. package/dist/src/unstable/workspace/doctor/checks/workspace-ready.js.map +0 -1
  335. package/dist/src/unstable/workspace/doctor/diagnose.d.ts +0 -49
  336. package/dist/src/unstable/workspace/doctor/diagnose.d.ts.map +0 -1
  337. package/dist/src/unstable/workspace/doctor/diagnose.js +0 -78
  338. package/dist/src/unstable/workspace/doctor/diagnose.js.map +0 -1
  339. package/dist/src/unstable/workspace/doctor/index.d.ts +0 -8
  340. package/dist/src/unstable/workspace/doctor/index.d.ts.map +0 -1
  341. package/dist/src/unstable/workspace/doctor/index.js +0 -6
  342. package/dist/src/unstable/workspace/doctor/index.js.map +0 -1
  343. package/dist/src/unstable/workspace/doctor/rollup.d.ts +0 -4
  344. package/dist/src/unstable/workspace/doctor/rollup.d.ts.map +0 -1
  345. package/dist/src/unstable/workspace/doctor/rollup.js +0 -28
  346. package/dist/src/unstable/workspace/doctor/rollup.js.map +0 -1
  347. package/dist/src/unstable/workspace/doctor/runner.d.ts +0 -6
  348. package/dist/src/unstable/workspace/doctor/runner.d.ts.map +0 -1
  349. package/dist/src/unstable/workspace/doctor/runner.js +0 -179
  350. package/dist/src/unstable/workspace/doctor/runner.js.map +0 -1
  351. package/dist/src/unstable/workspace/doctor/types.d.ts +0 -127
  352. package/dist/src/unstable/workspace/doctor/types.d.ts.map +0 -1
  353. package/dist/src/unstable/workspace/doctor/types.js +0 -60
  354. package/dist/src/unstable/workspace/doctor/types.js.map +0 -1
  355. package/dist/src/unstable/workspace/plan.d.ts.map +0 -1
  356. package/dist/src/unstable/workspace/plan.js.map +0 -1
  357. package/dist/src/unstable/workspace/resolve-plan.d.ts.map +0 -1
  358. package/dist/src/unstable/workspace/resolve-plan.js.map +0 -1
  359. package/dist/src/unstable/workspace/sync.d.ts +0 -17
  360. package/dist/src/unstable/workspace/sync.d.ts.map +0 -1
  361. package/dist/src/unstable/workspace/sync.js +0 -142
  362. package/dist/src/unstable/workspace/sync.js.map +0 -1
@@ -2,27 +2,14 @@
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
3
  "$ref": "#/definitions/AxmPackageMeta",
4
4
  "definitions": {
5
- "FullyQualifiedRef": {
6
- "type": "string"
7
- },
5
+ "FullyQualifiedRef": { "type": "string" },
8
6
  "AxmPackageMeta": {
9
7
  "type": "object",
10
8
  "properties": {
11
- "$schema": {
12
- "anyOf": [
13
- {
14
- "type": "string"
15
- },
16
- {
17
- "type": "null"
18
- }
19
- ]
20
- },
9
+ "$schema": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
21
10
  "recommendedExtensions": {
22
11
  "type": "array",
23
- "items": {
24
- "$ref": "#/definitions/FullyQualifiedRef"
25
- }
12
+ "items": { "$ref": "#/definitions/FullyQualifiedRef" }
26
13
  }
27
14
  },
28
15
  "required": ["recommendedExtensions"],
@@ -13,161 +13,60 @@
13
13
  }
14
14
  ]
15
15
  },
16
- "ExactSemverVersion": {
17
- "type": "string"
18
- },
16
+ "ExactSemverVersion": { "type": "string" },
19
17
  "Author": {
20
18
  "type": "object",
21
19
  "properties": {
22
- "name": {
23
- "type": "string"
24
- },
25
- "email": {
26
- "anyOf": [
27
- {
28
- "type": "string"
29
- },
30
- {
31
- "type": "null"
32
- }
33
- ]
34
- },
35
- "url": {
36
- "anyOf": [
37
- {
38
- "type": "string"
39
- },
40
- {
41
- "type": "null"
42
- }
43
- ]
44
- }
20
+ "name": { "type": "string" },
21
+ "email": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
22
+ "url": { "anyOf": [{ "type": "string" }, { "type": "null" }] }
45
23
  },
46
24
  "required": ["name"],
47
25
  "additionalProperties": false,
48
26
  "title": "Author",
49
27
  "description": "Author details: name, email, and URL."
50
28
  },
51
- "PackageUrlParts": {
52
- "type": "string"
53
- },
54
- "ExtensionName": {
55
- "type": "string"
56
- },
29
+ "PackageUrlParts": { "type": "string" },
30
+ "ExtensionName": { "type": "string" },
57
31
  "CommandManifest": {
58
32
  "type": "object",
59
33
  "properties": {
60
- "$schema": {
61
- "anyOf": [
62
- {
63
- "type": "string"
64
- },
65
- {
66
- "type": "null"
67
- }
68
- ]
69
- },
70
- "owner": {
71
- "$ref": "#/definitions/Handle"
72
- },
73
- "version": {
74
- "$ref": "#/definitions/ExactSemverVersion"
75
- },
76
- "description": {
77
- "anyOf": [
78
- {
79
- "type": "string"
80
- },
81
- {
82
- "type": "null"
83
- }
84
- ]
85
- },
34
+ "$schema": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
35
+ "owner": { "$ref": "#/definitions/Handle" },
36
+ "version": { "$ref": "#/definitions/ExactSemverVersion" },
37
+ "description": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
86
38
  "keywords": {
87
- "anyOf": [
88
- {
89
- "type": "array",
90
- "items": {
91
- "type": "string"
92
- }
93
- },
94
- {
95
- "type": "null"
96
- }
97
- ]
98
- },
99
- "repository": {
100
- "anyOf": [
101
- {
102
- "type": "string"
103
- },
104
- {
105
- "type": "null"
106
- }
107
- ]
108
- },
109
- "homepage": {
110
- "anyOf": [
111
- {
112
- "type": "string"
113
- },
114
- {
115
- "type": "null"
116
- }
117
- ]
39
+ "anyOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "null" }]
118
40
  },
119
- "license": {
41
+ "repository": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
42
+ "homepage": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
43
+ "license": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
44
+ "bugs": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
45
+ "authors": {
120
46
  "anyOf": [
121
- {
122
- "type": "string"
123
- },
124
- {
125
- "type": "null"
126
- }
47
+ { "type": "array", "items": { "$ref": "#/definitions/Author" } },
48
+ { "type": "null" }
127
49
  ]
128
50
  },
129
- "bugs": {
51
+ "compatiblePackages": {
130
52
  "anyOf": [
131
- {
132
- "type": "string"
133
- },
134
- {
135
- "type": "null"
136
- }
53
+ { "type": "array", "items": { "$ref": "#/definitions/PackageUrlParts" } },
54
+ { "type": "null" }
137
55
  ]
138
56
  },
139
- "authors": {
57
+ "type": { "type": "string", "enum": ["command"] },
58
+ "name": { "$ref": "#/definitions/ExtensionName" },
59
+ "agents": {
140
60
  "anyOf": [
141
- {
142
- "type": "array",
143
- "items": {
144
- "$ref": "#/definitions/Author"
145
- }
146
- },
147
- {
148
- "type": "null"
149
- }
61
+ { "type": "array", "items": { "$ref": "#/definitions/PackageUrlParts" } },
62
+ { "type": "null" }
150
63
  ]
151
64
  },
152
- "compatiblePackages": {
65
+ "agentOverrides": {
153
66
  "anyOf": [
154
- {
155
- "type": "array",
156
- "items": {
157
- "$ref": "#/definitions/PackageUrlParts"
158
- }
159
- },
160
- {
161
- "type": "null"
162
- }
67
+ { "type": "object", "additionalProperties": { "type": "object" } },
68
+ { "type": "null" }
163
69
  ]
164
- },
165
- "type": {
166
- "type": "string",
167
- "enum": ["command"]
168
- },
169
- "name": {
170
- "$ref": "#/definitions/ExtensionName"
171
70
  }
172
71
  },
173
72
  "required": ["owner", "version", "type", "name"],
@@ -13,202 +13,84 @@
13
13
  }
14
14
  ]
15
15
  },
16
- "ExactSemverVersion": {
17
- "type": "string"
18
- },
16
+ "ExactSemverVersion": { "type": "string" },
19
17
  "Author": {
20
18
  "type": "object",
21
19
  "properties": {
22
- "name": {
23
- "type": "string"
24
- },
25
- "email": {
26
- "anyOf": [
27
- {
28
- "type": "string"
29
- },
30
- {
31
- "type": "null"
32
- }
33
- ]
34
- },
35
- "url": {
36
- "anyOf": [
37
- {
38
- "type": "string"
39
- },
40
- {
41
- "type": "null"
42
- }
43
- ]
44
- }
20
+ "name": { "type": "string" },
21
+ "email": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
22
+ "url": { "anyOf": [{ "type": "string" }, { "type": "null" }] }
45
23
  },
46
24
  "required": ["name"],
47
25
  "additionalProperties": false,
48
26
  "title": "Author",
49
27
  "description": "Author details: name, email, and URL."
50
28
  },
51
- "PackageUrlParts": {
52
- "type": "string"
53
- },
54
- "ExtensionName": {
55
- "type": "string"
56
- },
57
- "VersionConstraint": {
58
- "type": "string"
59
- },
29
+ "PackageUrlParts": { "type": "string" },
30
+ "ExtensionName": { "type": "string" },
31
+ "VersionConstraint": { "type": "string" },
60
32
  "ExtensionPackManifest": {
61
33
  "type": "object",
62
34
  "properties": {
63
- "$schema": {
64
- "anyOf": [
65
- {
66
- "type": "string"
67
- },
68
- {
69
- "type": "null"
70
- }
71
- ]
72
- },
73
- "owner": {
74
- "$ref": "#/definitions/Handle"
75
- },
76
- "version": {
77
- "$ref": "#/definitions/ExactSemverVersion"
78
- },
79
- "description": {
80
- "anyOf": [
81
- {
82
- "type": "string"
83
- },
84
- {
85
- "type": "null"
86
- }
87
- ]
88
- },
35
+ "$schema": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
36
+ "owner": { "$ref": "#/definitions/Handle" },
37
+ "version": { "$ref": "#/definitions/ExactSemverVersion" },
38
+ "description": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
89
39
  "keywords": {
90
- "anyOf": [
91
- {
92
- "type": "array",
93
- "items": {
94
- "type": "string"
95
- }
96
- },
97
- {
98
- "type": "null"
99
- }
100
- ]
101
- },
102
- "repository": {
103
- "anyOf": [
104
- {
105
- "type": "string"
106
- },
107
- {
108
- "type": "null"
109
- }
110
- ]
111
- },
112
- "homepage": {
113
- "anyOf": [
114
- {
115
- "type": "string"
116
- },
117
- {
118
- "type": "null"
119
- }
120
- ]
121
- },
122
- "license": {
123
- "anyOf": [
124
- {
125
- "type": "string"
126
- },
127
- {
128
- "type": "null"
129
- }
130
- ]
131
- },
132
- "bugs": {
133
- "anyOf": [
134
- {
135
- "type": "string"
136
- },
137
- {
138
- "type": "null"
139
- }
140
- ]
40
+ "anyOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "null" }]
141
41
  },
42
+ "repository": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
43
+ "homepage": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
44
+ "license": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
45
+ "bugs": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
142
46
  "authors": {
143
47
  "anyOf": [
144
- {
145
- "type": "array",
146
- "items": {
147
- "$ref": "#/definitions/Author"
148
- }
149
- },
150
- {
151
- "type": "null"
152
- }
48
+ { "type": "array", "items": { "$ref": "#/definitions/Author" } },
49
+ { "type": "null" }
153
50
  ]
154
51
  },
155
52
  "compatiblePackages": {
156
53
  "anyOf": [
157
- {
158
- "type": "array",
159
- "items": {
160
- "$ref": "#/definitions/PackageUrlParts"
161
- }
162
- },
163
- {
164
- "type": "null"
165
- }
54
+ { "type": "array", "items": { "$ref": "#/definitions/PackageUrlParts" } },
55
+ { "type": "null" }
166
56
  ]
167
57
  },
168
- "type": {
169
- "type": "string",
170
- "enum": ["pack"]
171
- },
172
- "name": {
173
- "$ref": "#/definitions/ExtensionName"
174
- },
58
+ "type": { "type": "string", "enum": ["pack"] },
59
+ "name": { "$ref": "#/definitions/ExtensionName" },
175
60
  "skills": {
176
61
  "anyOf": [
177
62
  {
178
63
  "type": "object",
179
- "additionalProperties": {
180
- "$ref": "#/definitions/VersionConstraint"
181
- }
64
+ "additionalProperties": { "$ref": "#/definitions/VersionConstraint" }
182
65
  },
183
- {
184
- "type": "null"
185
- }
66
+ { "type": "null" }
186
67
  ]
187
68
  },
188
69
  "commands": {
189
70
  "anyOf": [
190
71
  {
191
72
  "type": "object",
192
- "additionalProperties": {
193
- "$ref": "#/definitions/VersionConstraint"
194
- }
73
+ "additionalProperties": { "$ref": "#/definitions/VersionConstraint" }
195
74
  },
196
- {
197
- "type": "null"
198
- }
75
+ { "type": "null" }
199
76
  ]
200
77
  },
201
78
  "mcp-servers": {
202
79
  "anyOf": [
203
80
  {
204
81
  "type": "object",
205
- "additionalProperties": {
206
- "$ref": "#/definitions/VersionConstraint"
207
- }
82
+ "additionalProperties": { "$ref": "#/definitions/VersionConstraint" }
208
83
  },
84
+ { "type": "null" }
85
+ ]
86
+ },
87
+ "subagents": {
88
+ "anyOf": [
209
89
  {
210
- "type": "null"
211
- }
90
+ "type": "object",
91
+ "additionalProperties": { "$ref": "#/definitions/VersionConstraint" }
92
+ },
93
+ { "type": "null" }
212
94
  ]
213
95
  }
214
96
  },
@@ -13,162 +13,49 @@
13
13
  }
14
14
  ]
15
15
  },
16
- "ExactSemverVersion": {
17
- "type": "string"
18
- },
16
+ "ExactSemverVersion": { "type": "string" },
19
17
  "Author": {
20
18
  "type": "object",
21
19
  "properties": {
22
- "name": {
23
- "type": "string"
24
- },
25
- "email": {
26
- "anyOf": [
27
- {
28
- "type": "string"
29
- },
30
- {
31
- "type": "null"
32
- }
33
- ]
34
- },
35
- "url": {
36
- "anyOf": [
37
- {
38
- "type": "string"
39
- },
40
- {
41
- "type": "null"
42
- }
43
- ]
44
- }
20
+ "name": { "type": "string" },
21
+ "email": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
22
+ "url": { "anyOf": [{ "type": "string" }, { "type": "null" }] }
45
23
  },
46
24
  "required": ["name"],
47
25
  "additionalProperties": false,
48
26
  "title": "Author",
49
27
  "description": "Author details: name, email, and URL."
50
28
  },
51
- "PackageUrlParts": {
52
- "type": "string"
53
- },
54
- "ExtensionName": {
55
- "type": "string"
56
- },
29
+ "PackageUrlParts": { "type": "string" },
30
+ "ExtensionName": { "type": "string" },
57
31
  "McpServerManifest": {
58
32
  "type": "object",
59
33
  "properties": {
60
- "$schema": {
61
- "anyOf": [
62
- {
63
- "type": "string"
64
- },
65
- {
66
- "type": "null"
67
- }
68
- ]
69
- },
70
- "owner": {
71
- "$ref": "#/definitions/Handle"
72
- },
73
- "version": {
74
- "$ref": "#/definitions/ExactSemverVersion"
75
- },
76
- "description": {
77
- "anyOf": [
78
- {
79
- "type": "string"
80
- },
81
- {
82
- "type": "null"
83
- }
84
- ]
85
- },
34
+ "$schema": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
35
+ "owner": { "$ref": "#/definitions/Handle" },
36
+ "version": { "$ref": "#/definitions/ExactSemverVersion" },
37
+ "description": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
86
38
  "keywords": {
87
- "anyOf": [
88
- {
89
- "type": "array",
90
- "items": {
91
- "type": "string"
92
- }
93
- },
94
- {
95
- "type": "null"
96
- }
97
- ]
98
- },
99
- "repository": {
100
- "anyOf": [
101
- {
102
- "type": "string"
103
- },
104
- {
105
- "type": "null"
106
- }
107
- ]
108
- },
109
- "homepage": {
110
- "anyOf": [
111
- {
112
- "type": "string"
113
- },
114
- {
115
- "type": "null"
116
- }
117
- ]
118
- },
119
- "license": {
120
- "anyOf": [
121
- {
122
- "type": "string"
123
- },
124
- {
125
- "type": "null"
126
- }
127
- ]
128
- },
129
- "bugs": {
130
- "anyOf": [
131
- {
132
- "type": "string"
133
- },
134
- {
135
- "type": "null"
136
- }
137
- ]
39
+ "anyOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "null" }]
138
40
  },
41
+ "repository": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
42
+ "homepage": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
43
+ "license": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
44
+ "bugs": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
139
45
  "authors": {
140
46
  "anyOf": [
141
- {
142
- "type": "array",
143
- "items": {
144
- "$ref": "#/definitions/Author"
145
- }
146
- },
147
- {
148
- "type": "null"
149
- }
47
+ { "type": "array", "items": { "$ref": "#/definitions/Author" } },
48
+ { "type": "null" }
150
49
  ]
151
50
  },
152
51
  "compatiblePackages": {
153
52
  "anyOf": [
154
- {
155
- "type": "array",
156
- "items": {
157
- "$ref": "#/definitions/PackageUrlParts"
158
- }
159
- },
160
- {
161
- "type": "null"
162
- }
53
+ { "type": "array", "items": { "$ref": "#/definitions/PackageUrlParts" } },
54
+ { "type": "null" }
163
55
  ]
164
56
  },
165
- "type": {
166
- "type": "string",
167
- "enum": ["mcp-server"]
168
- },
169
- "name": {
170
- "$ref": "#/definitions/ExtensionName"
171
- }
57
+ "type": { "type": "string", "enum": ["mcp-server"] },
58
+ "name": { "$ref": "#/definitions/ExtensionName" }
172
59
  },
173
60
  "required": ["owner", "version", "type", "name"],
174
61
  "additionalProperties": false,