@agentxm/client-core 0.5.1 → 0.5.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 (379) hide show
  1. package/dist/src/unstable/agents/mcp-sync.d.ts.map +1 -1
  2. package/dist/src/unstable/agents/mcp-sync.js +1 -0
  3. package/dist/src/unstable/agents/mcp-sync.js.map +1 -1
  4. package/dist/src/unstable/app-error/app-error.d.ts +77 -3
  5. package/dist/src/unstable/app-error/app-error.d.ts.map +1 -1
  6. package/dist/src/unstable/app-error/app-error.js +97 -30
  7. package/dist/src/unstable/app-error/app-error.js.map +1 -1
  8. package/dist/src/unstable/app-error/index.d.ts +1 -1
  9. package/dist/src/unstable/app-error/index.d.ts.map +1 -1
  10. package/dist/src/unstable/app-error/index.js +1 -1
  11. package/dist/src/unstable/app-error/index.js.map +1 -1
  12. package/dist/src/unstable/cli-renderer/cli-renderer-machine.d.ts.map +1 -1
  13. package/dist/src/unstable/cli-renderer/cli-renderer-machine.js +9 -9
  14. package/dist/src/unstable/cli-renderer/cli-renderer-machine.js.map +1 -1
  15. package/dist/src/unstable/cli-runtime/graceful-shutdown.d.ts +1 -1
  16. package/dist/src/unstable/cli-runtime/graceful-shutdown.js +2 -2
  17. package/dist/src/unstable/cli-runtime/handle-error.d.ts +3 -4
  18. package/dist/src/unstable/cli-runtime/handle-error.d.ts.map +1 -1
  19. package/dist/src/unstable/cli-runtime/handle-error.js +10 -20
  20. package/dist/src/unstable/cli-runtime/handle-error.js.map +1 -1
  21. package/dist/src/unstable/cli-runtime/json-envelope.d.ts +3 -6
  22. package/dist/src/unstable/cli-runtime/json-envelope.d.ts.map +1 -1
  23. package/dist/src/unstable/cli-runtime/json-envelope.js +3 -6
  24. package/dist/src/unstable/cli-runtime/json-envelope.js.map +1 -1
  25. package/dist/src/unstable/cli-runtime/output-mode.d.ts +0 -1
  26. package/dist/src/unstable/cli-runtime/output-mode.d.ts.map +1 -1
  27. package/dist/src/unstable/cli-runtime/output-mode.js +0 -1
  28. package/dist/src/unstable/cli-runtime/output-mode.js.map +1 -1
  29. package/dist/src/unstable/cli-runtime/runtime-envelope.d.ts +10 -0
  30. package/dist/src/unstable/cli-runtime/runtime-envelope.d.ts.map +1 -1
  31. package/dist/src/unstable/cli-runtime/runtime-envelope.js +32 -11
  32. package/dist/src/unstable/cli-runtime/runtime-envelope.js.map +1 -1
  33. package/dist/src/unstable/commands/command-content.d.ts +10 -0
  34. package/dist/src/unstable/commands/command-content.d.ts.map +1 -1
  35. package/dist/src/unstable/commands/command-content.js +17 -2
  36. package/dist/src/unstable/commands/command-content.js.map +1 -1
  37. package/dist/src/unstable/commands/manager.d.ts.map +1 -1
  38. package/dist/src/unstable/commands/manager.js +4 -3
  39. package/dist/src/unstable/commands/manager.js.map +1 -1
  40. package/dist/src/unstable/commands/manifest-schema.d.ts +10 -7
  41. package/dist/src/unstable/commands/manifest-schema.d.ts.map +1 -1
  42. package/dist/src/unstable/commands/manifest-schema.js +8 -6
  43. package/dist/src/unstable/commands/manifest-schema.js.map +1 -1
  44. package/dist/src/unstable/commands/operations/enable.d.ts.map +1 -1
  45. package/dist/src/unstable/commands/operations/enable.js +2 -1
  46. package/dist/src/unstable/commands/operations/enable.js.map +1 -1
  47. package/dist/src/unstable/commands/operations/install.d.ts +1 -1
  48. package/dist/src/unstable/commands/operations/install.d.ts.map +1 -1
  49. package/dist/src/unstable/commands/operations/install.js +2 -1
  50. package/dist/src/unstable/commands/operations/install.js.map +1 -1
  51. package/dist/src/unstable/commands/operations/new-command.d.ts.map +1 -1
  52. package/dist/src/unstable/commands/operations/new-command.js +5 -3
  53. package/dist/src/unstable/commands/operations/new-command.js.map +1 -1
  54. package/dist/src/unstable/commands/operations/publish.d.ts.map +1 -1
  55. package/dist/src/unstable/commands/operations/publish.js +8 -1
  56. package/dist/src/unstable/commands/operations/publish.js.map +1 -1
  57. package/dist/src/unstable/commands/operations/shared-command-helpers.d.ts +10 -6
  58. package/dist/src/unstable/commands/operations/shared-command-helpers.d.ts.map +1 -1
  59. package/dist/src/unstable/commands/operations/shared-command-helpers.js +33 -7
  60. package/dist/src/unstable/commands/operations/shared-command-helpers.js.map +1 -1
  61. package/dist/src/unstable/commands/reconciliation-adapter.js +2 -2
  62. package/dist/src/unstable/commands/reconciliation-adapter.js.map +1 -1
  63. package/dist/src/unstable/commands/registry-ref-builder.d.ts +2 -2
  64. package/dist/src/unstable/commands/registry-ref-builder.d.ts.map +1 -1
  65. package/dist/src/unstable/commands/registry-ref-builder.js.map +1 -1
  66. package/dist/src/unstable/discover/discover.js +5 -5
  67. package/dist/src/unstable/discover/discover.js.map +1 -1
  68. package/dist/src/unstable/extensions/common.d.ts +116 -22
  69. package/dist/src/unstable/extensions/common.d.ts.map +1 -1
  70. package/dist/src/unstable/extensions/common.js +185 -43
  71. package/dist/src/unstable/extensions/common.js.map +1 -1
  72. package/dist/src/unstable/extensions/fqn.d.ts +3 -3
  73. package/dist/src/unstable/extensions/fqn.d.ts.map +1 -1
  74. package/dist/src/unstable/extensions/fqn.js +3 -3
  75. package/dist/src/unstable/extensions/fqn.js.map +1 -1
  76. package/dist/src/unstable/extensions/index.d.ts +2 -2
  77. package/dist/src/unstable/extensions/index.d.ts.map +1 -1
  78. package/dist/src/unstable/extensions/index.js +1 -1
  79. package/dist/src/unstable/extensions/index.js.map +1 -1
  80. package/dist/src/unstable/extensions/materializable-from-disk.d.ts +2 -2
  81. package/dist/src/unstable/extensions/materializable-from-disk.d.ts.map +1 -1
  82. package/dist/src/unstable/extensions/materializable-from-disk.js +4 -7
  83. package/dist/src/unstable/extensions/materializable-from-disk.js.map +1 -1
  84. package/dist/src/unstable/extensions/operations.d.ts +1 -1
  85. package/dist/src/unstable/extensions/operations.d.ts.map +1 -1
  86. package/dist/src/unstable/extensions/operations.js +1 -1
  87. package/dist/src/unstable/extensions/operations.js.map +1 -1
  88. package/dist/src/unstable/extensions/ref-base.d.ts +4 -7
  89. package/dist/src/unstable/extensions/ref-base.d.ts.map +1 -1
  90. package/dist/src/unstable/extensions/refs.d.ts +2 -2
  91. package/dist/src/unstable/extensions/refs.d.ts.map +1 -1
  92. package/dist/src/unstable/extensions/registry-source.d.ts +8 -8
  93. package/dist/src/unstable/extensions/registry-source.js +13 -13
  94. package/dist/src/unstable/extensions/registry-source.js.map +1 -1
  95. package/dist/src/unstable/lint/catalog/pack/manifest-keys-recognized.d.ts +4 -4
  96. package/dist/src/unstable/lint/catalog/pack/manifest-keys-recognized.js +9 -9
  97. package/dist/src/unstable/lint/catalog/pack/manifest-keys-recognized.js.map +1 -1
  98. package/dist/src/unstable/lint/catalog/pack/manifest-present.d.ts +1 -1
  99. package/dist/src/unstable/lint/catalog/pack/manifest-present.d.ts.map +1 -1
  100. package/dist/src/unstable/lint/catalog/pack/manifest-present.js +6 -6
  101. package/dist/src/unstable/lint/catalog/pack/manifest-present.js.map +1 -1
  102. package/dist/src/unstable/lint/catalog/pack/manifest-schema-valid.d.ts +5 -5
  103. package/dist/src/unstable/lint/catalog/pack/manifest-schema-valid.d.ts.map +1 -1
  104. package/dist/src/unstable/lint/catalog/pack/manifest-schema-valid.js +9 -9
  105. package/dist/src/unstable/lint/catalog/pack/manifest-schema-valid.js.map +1 -1
  106. package/dist/src/unstable/lint/catalog/pack-accessor/contexts.d.ts +1 -1
  107. package/dist/src/unstable/lint/catalog/pack-accessor/contexts.js +1 -1
  108. package/dist/src/unstable/lint/catalog/pack-accessor/platform.d.ts +3 -3
  109. package/dist/src/unstable/lint/catalog/pack-accessor/platform.js +3 -3
  110. package/dist/src/unstable/lint/catalog/shared/schema-rule.js +1 -1
  111. package/dist/src/unstable/lint/catalog/shared/schema-rule.js.map +1 -1
  112. package/dist/src/unstable/lint/catalog/skill/manifest-present.d.ts +1 -1
  113. package/dist/src/unstable/lint/catalog/skill/manifest-present.js +1 -1
  114. package/dist/src/unstable/lint/catalog/skill-accessor/vft.d.ts +1 -1
  115. package/dist/src/unstable/lint/catalog/skill-accessor/vft.js +1 -1
  116. package/dist/src/unstable/lint/catalog/workspace/helpers/registry-source.d.ts +1 -1
  117. package/dist/src/unstable/lint/catalog/workspace/helpers/registry-source.d.ts.map +1 -1
  118. package/dist/src/unstable/lint/catalog/workspace/helpers/registry-source.js +1 -1
  119. package/dist/src/unstable/lint/catalog/workspace/helpers/registry-source.js.map +1 -1
  120. package/dist/src/unstable/lint/catalog/workspace/packs-dependencies-resolved.d.ts +1 -1
  121. package/dist/src/unstable/lint/catalog/workspace/packs-dependencies-resolved.js +1 -1
  122. package/dist/src/unstable/lint/catalog/workspace/packs-dependencies-resolved.js.map +1 -1
  123. package/dist/src/unstable/lint/catalog/workspace/skills-lockfile-aligned.js +1 -1
  124. package/dist/src/unstable/lint/catalog/workspace/skills-lockfile-aligned.js.map +1 -1
  125. package/dist/src/unstable/lint/catalog/workspace-fixtures/interpret-ops.js +3 -3
  126. package/dist/src/unstable/lint/catalog/workspace-fixtures/interpret-ops.js.map +1 -1
  127. package/dist/src/unstable/lint/catalog/workspace-read-model/lint-workspace.d.ts +1 -1
  128. package/dist/src/unstable/lint/catalog/workspace-read-model/lint-workspace.js +1 -1
  129. package/dist/src/unstable/lint/context.d.ts +7 -7
  130. package/dist/src/unstable/lint/issues-to-findings.js +1 -1
  131. package/dist/src/unstable/lint/issues-to-findings.js.map +1 -1
  132. package/dist/src/unstable/lockfile/index.d.ts +2 -2
  133. package/dist/src/unstable/lockfile/index.d.ts.map +1 -1
  134. package/dist/src/unstable/lockfile/index.js +1 -1
  135. package/dist/src/unstable/lockfile/index.js.map +1 -1
  136. package/dist/src/unstable/lockfile/resolved-version.js +3 -3
  137. package/dist/src/unstable/lockfile/resolved-version.js.map +1 -1
  138. package/dist/src/unstable/lockfile/schema.d.ts +61 -61
  139. package/dist/src/unstable/lockfile/schema.d.ts.map +1 -1
  140. package/dist/src/unstable/lockfile/schema.js +20 -17
  141. package/dist/src/unstable/lockfile/schema.js.map +1 -1
  142. package/dist/src/unstable/mcp-servers/manager.js +2 -2
  143. package/dist/src/unstable/mcp-servers/manager.js.map +1 -1
  144. package/dist/src/unstable/mcp-servers/manifest-schema.d.ts +8 -4
  145. package/dist/src/unstable/mcp-servers/manifest-schema.d.ts.map +1 -1
  146. package/dist/src/unstable/mcp-servers/manifest-schema.js +6 -3
  147. package/dist/src/unstable/mcp-servers/manifest-schema.js.map +1 -1
  148. package/dist/src/unstable/mcp-servers/operations/install.d.ts +1 -1
  149. package/dist/src/unstable/mcp-servers/operations/install.d.ts.map +1 -1
  150. package/dist/src/unstable/mcp-servers/operations/install.js +2 -2
  151. package/dist/src/unstable/mcp-servers/operations/install.js.map +1 -1
  152. package/dist/src/unstable/mcp-servers/reconciliation-adapter.js +2 -2
  153. package/dist/src/unstable/mcp-servers/reconciliation-adapter.js.map +1 -1
  154. package/dist/src/unstable/mcp-servers/registry-ref-builder.d.ts +2 -2
  155. package/dist/src/unstable/mcp-servers/registry-ref-builder.d.ts.map +1 -1
  156. package/dist/src/unstable/mcp-servers/registry-ref-builder.js.map +1 -1
  157. package/dist/src/unstable/packaging/axm-package-meta.d.ts +1 -1
  158. package/dist/src/unstable/packaging/axm-package-meta.js +2 -2
  159. package/dist/src/unstable/packaging/axm-package-meta.js.map +1 -1
  160. package/dist/src/unstable/packaging/package-type.d.ts +4 -0
  161. package/dist/src/unstable/packaging/package-type.d.ts.map +1 -1
  162. package/dist/src/unstable/packaging/package-type.js +17 -4
  163. package/dist/src/unstable/packaging/package-type.js.map +1 -1
  164. package/dist/src/unstable/packaging/package-url.d.ts +7 -1
  165. package/dist/src/unstable/packaging/package-url.d.ts.map +1 -1
  166. package/dist/src/unstable/packaging/package-url.js +38 -5
  167. package/dist/src/unstable/packaging/package-url.js.map +1 -1
  168. package/dist/src/unstable/packaging/read.d.ts +1 -1
  169. package/dist/src/unstable/packaging/read.d.ts.map +1 -1
  170. package/dist/src/unstable/packaging/types.d.ts +2 -2
  171. package/dist/src/unstable/packaging/types.d.ts.map +1 -1
  172. package/dist/src/unstable/packs/dependency-resolution.d.ts +3 -3
  173. package/dist/src/unstable/packs/dependency-resolution.d.ts.map +1 -1
  174. package/dist/src/unstable/packs/dependency-resolution.js +61 -22
  175. package/dist/src/unstable/packs/dependency-resolution.js.map +1 -1
  176. package/dist/src/unstable/packs/expansion.d.ts +14 -14
  177. package/dist/src/unstable/packs/expansion.d.ts.map +1 -1
  178. package/dist/src/unstable/packs/expansion.js +17 -17
  179. package/dist/src/unstable/packs/expansion.js.map +1 -1
  180. package/dist/src/unstable/packs/index.d.ts +22 -22
  181. package/dist/src/unstable/packs/index.d.ts.map +1 -1
  182. package/dist/src/unstable/packs/index.js +14 -14
  183. package/dist/src/unstable/packs/index.js.map +1 -1
  184. package/dist/src/unstable/packs/manager.d.ts +7 -7
  185. package/dist/src/unstable/packs/manager.d.ts.map +1 -1
  186. package/dist/src/unstable/packs/manager.js +26 -30
  187. package/dist/src/unstable/packs/manager.js.map +1 -1
  188. package/dist/src/unstable/packs/manifest-schema.d.ts +15 -16
  189. package/dist/src/unstable/packs/manifest-schema.d.ts.map +1 -1
  190. package/dist/src/unstable/packs/manifest-schema.js +14 -15
  191. package/dist/src/unstable/packs/manifest-schema.js.map +1 -1
  192. package/dist/src/unstable/packs/operations/add-to-pack.d.ts +7 -7
  193. package/dist/src/unstable/packs/operations/add-to-pack.d.ts.map +1 -1
  194. package/dist/src/unstable/packs/operations/add-to-pack.js +18 -39
  195. package/dist/src/unstable/packs/operations/add-to-pack.js.map +1 -1
  196. package/dist/src/unstable/packs/operations/install.d.ts +17 -17
  197. package/dist/src/unstable/packs/operations/install.d.ts.map +1 -1
  198. package/dist/src/unstable/packs/operations/install.js +37 -32
  199. package/dist/src/unstable/packs/operations/install.js.map +1 -1
  200. package/dist/src/unstable/packs/operations/new-pack.d.ts +12 -12
  201. package/dist/src/unstable/packs/operations/new-pack.d.ts.map +1 -1
  202. package/dist/src/unstable/packs/operations/new-pack.js +29 -31
  203. package/dist/src/unstable/packs/operations/new-pack.js.map +1 -1
  204. package/dist/src/unstable/packs/operations/publish.d.ts +8 -8
  205. package/dist/src/unstable/packs/operations/publish.d.ts.map +1 -1
  206. package/dist/src/unstable/packs/operations/publish.js +18 -29
  207. package/dist/src/unstable/packs/operations/publish.js.map +1 -1
  208. package/dist/src/unstable/packs/operations/remove-from-pack.d.ts +7 -7
  209. package/dist/src/unstable/packs/operations/remove-from-pack.d.ts.map +1 -1
  210. package/dist/src/unstable/packs/operations/remove-from-pack.js +17 -24
  211. package/dist/src/unstable/packs/operations/remove-from-pack.js.map +1 -1
  212. package/dist/src/unstable/packs/operations/uninstall.d.ts +11 -11
  213. package/dist/src/unstable/packs/operations/uninstall.d.ts.map +1 -1
  214. package/dist/src/unstable/packs/operations/uninstall.js +17 -17
  215. package/dist/src/unstable/packs/operations/uninstall.js.map +1 -1
  216. package/dist/src/unstable/packs/operations/unpack.d.ts +10 -10
  217. package/dist/src/unstable/packs/operations/unpack.d.ts.map +1 -1
  218. package/dist/src/unstable/packs/operations/unpack.js +37 -15
  219. package/dist/src/unstable/packs/operations/unpack.js.map +1 -1
  220. package/dist/src/unstable/packs/paths.d.ts +9 -9
  221. package/dist/src/unstable/packs/paths.d.ts.map +1 -1
  222. package/dist/src/unstable/packs/paths.js +7 -7
  223. package/dist/src/unstable/packs/paths.js.map +1 -1
  224. package/dist/src/unstable/packs/reconciliation-adapter.d.ts +1 -1
  225. package/dist/src/unstable/packs/reconciliation-adapter.d.ts.map +1 -1
  226. package/dist/src/unstable/packs/reconciliation-adapter.js +123 -65
  227. package/dist/src/unstable/packs/reconciliation-adapter.js.map +1 -1
  228. package/dist/src/unstable/packs/refs.d.ts +5 -5
  229. package/dist/src/unstable/packs/refs.d.ts.map +1 -1
  230. package/dist/src/unstable/packs/refs.js +2 -2
  231. package/dist/src/unstable/plan/resolve-plan.js +2 -2
  232. package/dist/src/unstable/plan/resolve-plan.js.map +1 -1
  233. package/dist/src/unstable/publish/input-normalization.d.ts +3 -3
  234. package/dist/src/unstable/publish/input-normalization.d.ts.map +1 -1
  235. package/dist/src/unstable/publish/manifest-policy.d.ts +44 -29
  236. package/dist/src/unstable/publish/manifest-policy.d.ts.map +1 -1
  237. package/dist/src/unstable/publish/manifest-policy.js +19 -8
  238. package/dist/src/unstable/publish/manifest-policy.js.map +1 -1
  239. package/dist/src/unstable/registry/client.d.ts +6 -6
  240. package/dist/src/unstable/registry/client.d.ts.map +1 -1
  241. package/dist/src/unstable/registry/client.js.map +1 -1
  242. package/dist/src/unstable/registry/discover-schema.d.ts +8 -6
  243. package/dist/src/unstable/registry/discover-schema.d.ts.map +1 -1
  244. package/dist/src/unstable/registry/discover-schema.js +2 -2
  245. package/dist/src/unstable/registry/discover-schema.js.map +1 -1
  246. package/dist/src/unstable/registry/local-client.js +7 -7
  247. package/dist/src/unstable/registry/local-client.js.map +1 -1
  248. package/dist/src/unstable/registry/remote-client.js +4 -4
  249. package/dist/src/unstable/registry/remote-client.js.map +1 -1
  250. package/dist/src/unstable/registry/schema.d.ts +9 -5
  251. package/dist/src/unstable/registry/schema.d.ts.map +1 -1
  252. package/dist/src/unstable/registry/schema.js +2 -2
  253. package/dist/src/unstable/registry/schema.js.map +1 -1
  254. package/dist/src/unstable/registry/utils.d.ts +1 -1
  255. package/dist/src/unstable/registry/utils.d.ts.map +1 -1
  256. package/dist/src/unstable/registry/utils.js +4 -4
  257. package/dist/src/unstable/registry/utils.js.map +1 -1
  258. package/dist/src/unstable/settings/index.d.ts +2 -2
  259. package/dist/src/unstable/settings/index.d.ts.map +1 -1
  260. package/dist/src/unstable/settings/index.js +1 -1
  261. package/dist/src/unstable/settings/index.js.map +1 -1
  262. package/dist/src/unstable/settings/schema.d.ts +27 -27
  263. package/dist/src/unstable/settings/schema.d.ts.map +1 -1
  264. package/dist/src/unstable/settings/schema.js +57 -73
  265. package/dist/src/unstable/settings/schema.js.map +1 -1
  266. package/dist/src/unstable/skills/index.d.ts +1 -1
  267. package/dist/src/unstable/skills/index.d.ts.map +1 -1
  268. package/dist/src/unstable/skills/index.js +1 -1
  269. package/dist/src/unstable/skills/index.js.map +1 -1
  270. package/dist/src/unstable/skills/manager.d.ts.map +1 -1
  271. package/dist/src/unstable/skills/manager.js +5 -5
  272. package/dist/src/unstable/skills/manager.js.map +1 -1
  273. package/dist/src/unstable/skills/manifest-schema.d.ts +8 -4
  274. package/dist/src/unstable/skills/manifest-schema.d.ts.map +1 -1
  275. package/dist/src/unstable/skills/manifest-schema.js +6 -3
  276. package/dist/src/unstable/skills/manifest-schema.js.map +1 -1
  277. package/dist/src/unstable/skills/operations/install.d.ts +1 -1
  278. package/dist/src/unstable/skills/operations/install.d.ts.map +1 -1
  279. package/dist/src/unstable/skills/operations/install.js +8 -8
  280. package/dist/src/unstable/skills/operations/install.js.map +1 -1
  281. package/dist/src/unstable/skills/operations/new-skill.js +3 -3
  282. package/dist/src/unstable/skills/operations/new-skill.js.map +1 -1
  283. package/dist/src/unstable/skills/operations/uninstall.d.ts.map +1 -1
  284. package/dist/src/unstable/skills/operations/uninstall.js +4 -6
  285. package/dist/src/unstable/skills/operations/uninstall.js.map +1 -1
  286. package/dist/src/unstable/skills/reconciliation-adapter.js +2 -2
  287. package/dist/src/unstable/skills/reconciliation-adapter.js.map +1 -1
  288. package/dist/src/unstable/skills/registry-ref-builder.d.ts +2 -2
  289. package/dist/src/unstable/skills/registry-ref-builder.d.ts.map +1 -1
  290. package/dist/src/unstable/skills/registry-ref-builder.js.map +1 -1
  291. package/dist/src/unstable/skills/utils.d.ts +7 -7
  292. package/dist/src/unstable/skills/utils.d.ts.map +1 -1
  293. package/dist/src/unstable/skills/utils.js +6 -6
  294. package/dist/src/unstable/skills/utils.js.map +1 -1
  295. package/dist/src/unstable/source-resolution/providers/registry/host-provider.d.ts +2 -2
  296. package/dist/src/unstable/source-resolution/providers/registry/host-provider.d.ts.map +1 -1
  297. package/dist/src/unstable/source-resolution/providers/registry/host-provider.js +11 -26
  298. package/dist/src/unstable/source-resolution/providers/registry/host-provider.js.map +1 -1
  299. package/dist/src/unstable/source-resolution/resolve-identifier.js +3 -3
  300. package/dist/src/unstable/source-resolution/resolve-identifier.js.map +1 -1
  301. package/dist/src/unstable/sources/index.d.ts +1 -1
  302. package/dist/src/unstable/sources/index.d.ts.map +1 -1
  303. package/dist/src/unstable/sources/index.js +1 -1
  304. package/dist/src/unstable/sources/index.js.map +1 -1
  305. package/dist/src/unstable/sources/lock-entry-to-ref.d.ts +3 -3
  306. package/dist/src/unstable/sources/lock-entry-to-ref.d.ts.map +1 -1
  307. package/dist/src/unstable/sources/lock-entry-to-ref.js +2 -5
  308. package/dist/src/unstable/sources/lock-entry-to-ref.js.map +1 -1
  309. package/dist/src/unstable/sources/parser.d.ts +2 -2
  310. package/dist/src/unstable/sources/parser.d.ts.map +1 -1
  311. package/dist/src/unstable/sources/parser.js +1 -1
  312. package/dist/src/unstable/sources/parser.js.map +1 -1
  313. package/dist/src/unstable/sources/provider.d.ts +2 -2
  314. package/dist/src/unstable/sources/provider.d.ts.map +1 -1
  315. package/dist/src/unstable/subagents/manifest-schema.d.ts +8 -4
  316. package/dist/src/unstable/subagents/manifest-schema.d.ts.map +1 -1
  317. package/dist/src/unstable/subagents/manifest-schema.js +6 -3
  318. package/dist/src/unstable/subagents/manifest-schema.js.map +1 -1
  319. package/dist/src/unstable/subagents/reconciliation-adapter.js +2 -2
  320. package/dist/src/unstable/subagents/reconciliation-adapter.js.map +1 -1
  321. package/dist/src/unstable/subagents/registry-ref-builder.d.ts +2 -2
  322. package/dist/src/unstable/subagents/registry-ref-builder.d.ts.map +1 -1
  323. package/dist/src/unstable/subagents/registry-ref-builder.js.map +1 -1
  324. package/dist/src/unstable/version-constraints/version-constraints.d.ts +30 -23
  325. package/dist/src/unstable/version-constraints/version-constraints.d.ts.map +1 -1
  326. package/dist/src/unstable/version-constraints/version-constraints.js +52 -43
  327. package/dist/src/unstable/version-constraints/version-constraints.js.map +1 -1
  328. package/dist/src/unstable/workspace/configured-entry-resolution/resolve.d.ts +6 -6
  329. package/dist/src/unstable/workspace/configured-entry-resolution/resolve.d.ts.map +1 -1
  330. package/dist/src/unstable/workspace/configured-entry-resolution/resolve.js +23 -23
  331. package/dist/src/unstable/workspace/configured-entry-resolution/resolve.js.map +1 -1
  332. package/dist/src/unstable/workspace/configured-entry-resolution/types.d.ts +4 -4
  333. package/dist/src/unstable/workspace/configured-entry-resolution/types.d.ts.map +1 -1
  334. package/dist/src/unstable/workspace/index.d.ts +1 -1
  335. package/dist/src/unstable/workspace/index.d.ts.map +1 -1
  336. package/dist/src/unstable/workspace/initialization.d.ts +20 -20
  337. package/dist/src/unstable/workspace/read-model/extensions/pack.d.ts +4 -4
  338. package/dist/src/unstable/workspace/read-model/extensions/pack.d.ts.map +1 -1
  339. package/dist/src/unstable/workspace/read-model/extensions/pack.js +2 -2
  340. package/dist/src/unstable/workspace/read-model/extensions/pack.js.map +1 -1
  341. package/dist/src/unstable/workspace/read-model/service.js +2 -2
  342. package/dist/src/unstable/workspace/read-model/service.js.map +1 -1
  343. package/dist/src/unstable/workspace/read-model-record-readers.js +2 -2
  344. package/dist/src/unstable/workspace/read-model-record-readers.js.map +1 -1
  345. package/dist/src/unstable/workspace/reconciliation-types.d.ts +2 -2
  346. package/dist/src/unstable/workspace/reconciliation-types.d.ts.map +1 -1
  347. package/dist/src/unstable/workspace/reconciliation.js.map +1 -1
  348. package/dist/src/unstable/workspace/service-interface.d.ts +17 -17
  349. package/dist/src/unstable/workspace/service-interface.d.ts.map +1 -1
  350. package/dist/src/unstable/workspace/service-interface.js.map +1 -1
  351. package/dist/src/unstable/workspace/service.d.ts +30 -30
  352. package/dist/src/unstable/workspace/service.d.ts.map +1 -1
  353. package/dist/src/unstable/workspace/service.js +22 -26
  354. package/dist/src/unstable/workspace/service.js.map +1 -1
  355. package/dist/src/unstable/workspace/test-stubs.d.ts +8 -8
  356. package/dist/src/unstable/workspace/test-stubs.d.ts.map +1 -1
  357. package/dist/src/unstable/workspace/test-stubs.js +16 -16
  358. package/dist/src/unstable/workspace/test-stubs.js.map +1 -1
  359. package/dist/src/unstable/workspace/version-currency/check-currency.d.ts +5 -5
  360. package/dist/src/unstable/workspace/version-currency/check-currency.d.ts.map +1 -1
  361. package/dist/src/unstable/workspace/version-currency/check-currency.js +2 -2
  362. package/dist/src/unstable/workspace/version-currency/check-currency.js.map +1 -1
  363. package/dist/src/unstable/workspace/version-currency/collectors.d.ts +3 -3
  364. package/dist/src/unstable/workspace/version-currency/collectors.d.ts.map +1 -1
  365. package/dist/src/unstable/workspace/version-currency/collectors.js +2 -2
  366. package/dist/src/unstable/workspace/version-currency/collectors.js.map +1 -1
  367. package/dist/src/unstable/workspace/version-currency/test-stubs.js +2 -2
  368. package/dist/src/unstable/workspace/version-currency/test-stubs.js.map +1 -1
  369. package/package.json +2 -2
  370. package/site-content/__generated__/schemas/axm-lock.schema.json +54 -23
  371. package/site-content/__generated__/schemas/axm-package-meta.schema.json +13 -2
  372. package/site-content/__generated__/schemas/command.schema.json +122 -18
  373. package/site-content/__generated__/schemas/mcp-server.schema.json +123 -13
  374. package/site-content/__generated__/schemas/pack.schema.json +173 -0
  375. package/site-content/__generated__/schemas/settings.schema.json +107 -22
  376. package/site-content/__generated__/schemas/skill.schema.json +123 -13
  377. package/site-content/__generated__/schemas/subagent.schema.json +176 -0
  378. package/site-content/install.md +1 -1
  379. package/site-content/__generated__/schemas/extension-pack.schema.json +0 -103
@@ -13,7 +13,17 @@
13
13
  }
14
14
  ]
15
15
  },
16
- "ExactSemverVersion": { "type": "string" },
16
+ "Version": {
17
+ "type": "string",
18
+ "allOf": [
19
+ {
20
+ "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
21
+ "title": "Version",
22
+ "description": "A semver version like 1.0.0. Ranges are not allowed here.",
23
+ "examples": ["1.0.0", "2.3.1", "0.1.0-beta.1"]
24
+ }
25
+ ]
26
+ },
17
27
  "Author": {
18
28
  "type": "object",
19
29
  "properties": {
@@ -24,24 +34,100 @@
24
34
  "required": ["name"],
25
35
  "additionalProperties": false,
26
36
  "title": "Author",
27
- "description": "Author details: name, email, and URL."
37
+ "description": "A person credited as a creator or maintainer of this extension."
38
+ },
39
+ "PackageUrl": {
40
+ "type": "string",
41
+ "allOf": [
42
+ {
43
+ "pattern": "^[Pp][Kk][Gg]:[a-zA-Z][a-zA-Z0-9.+-]*\\/.+$",
44
+ "title": "Package URL",
45
+ "description": "A Package URL (purl) string identifying a package across ecosystems (e.g. pkg:npm/react@18.2.0).",
46
+ "examples": ["pkg:npm/react@18.2.0", "pkg:pypi/requests@2.31.0", "pkg:cargo/serde@1.0"]
47
+ }
48
+ ]
49
+ },
50
+ "PackSpec": {
51
+ "type": "string",
52
+ "allOf": [
53
+ { "minLength": 1 },
54
+ {
55
+ "pattern": "^(@[a-z0-9_](?:[a-z0-9_-]*[a-z0-9_])?)\\/packs\\/([a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?)(?:@.+)?$",
56
+ "title": "Pack Spec",
57
+ "description": "Pack reference with an optional version constraint suffix.",
58
+ "examples": ["@acme/packs/typescript", "@acme/packs/typescript@^1.0.0"]
59
+ }
60
+ ]
61
+ },
62
+ "ExtensionName": {
63
+ "type": "string",
64
+ "allOf": [
65
+ { "minLength": 1 },
66
+ {
67
+ "pattern": "^[a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?$",
68
+ "title": "Extension Name",
69
+ "description": "Short name for this command within its owner namespace. Combined with owner, forms the FQN @owner/commands/<name>.",
70
+ "examples": ["my-skill", "code-review", "prettier"]
71
+ }
72
+ ]
28
73
  },
29
- "PackageUrlParts": { "type": "string" },
30
- "ExtensionName": { "type": "string" },
31
74
  "CommandManifest": {
32
75
  "type": "object",
33
76
  "properties": {
34
77
  "$schema": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
35
78
  "owner": { "$ref": "#/definitions/Handle" },
36
- "version": { "$ref": "#/definitions/ExactSemverVersion" },
37
- "description": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
79
+ "version": { "$ref": "#/definitions/Version" },
80
+ "description": {
81
+ "anyOf": [
82
+ {
83
+ "type": "string",
84
+ "description": "Short, registry-facing summary of this extension shown in listings and search results."
85
+ },
86
+ { "type": "null" }
87
+ ]
88
+ },
38
89
  "keywords": {
39
- "anyOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "null" }]
90
+ "anyOf": [
91
+ {
92
+ "type": "array",
93
+ "examples": [["lint", "typescript", "review"]],
94
+ "items": { "type": "string", "allOf": [{ "minLength": 1 }] }
95
+ },
96
+ { "type": "null" }
97
+ ]
98
+ },
99
+ "repository": {
100
+ "anyOf": [
101
+ {
102
+ "type": "string",
103
+ "examples": ["https://github.com/acme/code-review"],
104
+ "format": "uri"
105
+ },
106
+ { "type": "null" }
107
+ ]
108
+ },
109
+ "homepage": {
110
+ "anyOf": [
111
+ { "type": "string", "examples": ["https://acme.dev/code-review"], "format": "uri" },
112
+ { "type": "null" }
113
+ ]
114
+ },
115
+ "license": {
116
+ "anyOf": [
117
+ { "type": "string", "allOf": [{ "minLength": 1, "examples": ["MIT", "Apache-2.0"] }] },
118
+ { "type": "null" }
119
+ ]
120
+ },
121
+ "bugs": {
122
+ "anyOf": [
123
+ {
124
+ "type": "string",
125
+ "examples": ["https://github.com/acme/code-review/issues"],
126
+ "format": "uri"
127
+ },
128
+ { "type": "null" }
129
+ ]
40
130
  },
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
131
  "authors": {
46
132
  "anyOf": [
47
133
  { "type": "array", "items": { "$ref": "#/definitions/Author" } },
@@ -50,23 +136,41 @@
50
136
  },
51
137
  "compatiblePackages": {
52
138
  "anyOf": [
53
- { "type": "array", "items": { "$ref": "#/definitions/PackageUrlParts" } },
139
+ {
140
+ "type": "array",
141
+ "description": "External ecosystem packages this extension targets (e.g. the npm or PyPI package an MCP server wraps), identified by Package URL (purl).",
142
+ "items": { "$ref": "#/definitions/PackageUrl" }
143
+ },
54
144
  { "type": "null" }
55
145
  ]
56
146
  },
57
- "type": { "type": "string", "enum": ["command"] },
58
- "name": { "$ref": "#/definitions/ExtensionName" },
59
- "agentOverrides": {
147
+ "recommendedPacks": {
60
148
  "anyOf": [
61
- { "type": "object", "additionalProperties": { "type": "object" } },
149
+ {
150
+ "type": "array",
151
+ "description": "Packs this extension is designed to work alongside. Each entry is a pack spec, optionally pinned to a version range.",
152
+ "items": { "$ref": "#/definitions/PackSpec" }
153
+ },
62
154
  { "type": "null" }
63
155
  ]
64
- }
156
+ },
157
+ "standalone": {
158
+ "anyOf": [
159
+ {
160
+ "type": "boolean",
161
+ "description": "Set to false to indicate this extension only makes sense when installed alongside one of its recommendedPacks.",
162
+ "default": true
163
+ },
164
+ { "type": "null" }
165
+ ]
166
+ },
167
+ "type": { "type": "string", "enum": ["command"] },
168
+ "name": { "$ref": "#/definitions/ExtensionName" }
65
169
  },
66
170
  "required": ["owner", "version", "type", "name"],
67
171
  "additionalProperties": false,
68
172
  "title": "Command Manifest",
69
- "description": "Configuration file (command.json) that defines a CLI command extension."
173
+ "description": "Extension manifest file for slash-command. Carries registry-facing identity, version, and metadata. Per-agent frontmatter overrides live in the content file."
70
174
  }
71
175
  }
72
176
  }
@@ -13,7 +13,17 @@
13
13
  }
14
14
  ]
15
15
  },
16
- "ExactSemverVersion": { "type": "string" },
16
+ "Version": {
17
+ "type": "string",
18
+ "allOf": [
19
+ {
20
+ "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
21
+ "title": "Version",
22
+ "description": "A semver version like 1.0.0. Ranges are not allowed here.",
23
+ "examples": ["1.0.0", "2.3.1", "0.1.0-beta.1"]
24
+ }
25
+ ]
26
+ },
17
27
  "Author": {
18
28
  "type": "object",
19
29
  "properties": {
@@ -24,24 +34,100 @@
24
34
  "required": ["name"],
25
35
  "additionalProperties": false,
26
36
  "title": "Author",
27
- "description": "Author details: name, email, and URL."
37
+ "description": "A person credited as a creator or maintainer of this extension."
38
+ },
39
+ "PackageUrl": {
40
+ "type": "string",
41
+ "allOf": [
42
+ {
43
+ "pattern": "^[Pp][Kk][Gg]:[a-zA-Z][a-zA-Z0-9.+-]*\\/.+$",
44
+ "title": "Package URL",
45
+ "description": "A Package URL (purl) string identifying a package across ecosystems (e.g. pkg:npm/react@18.2.0).",
46
+ "examples": ["pkg:npm/react@18.2.0", "pkg:pypi/requests@2.31.0", "pkg:cargo/serde@1.0"]
47
+ }
48
+ ]
49
+ },
50
+ "PackSpec": {
51
+ "type": "string",
52
+ "allOf": [
53
+ { "minLength": 1 },
54
+ {
55
+ "pattern": "^(@[a-z0-9_](?:[a-z0-9_-]*[a-z0-9_])?)\\/packs\\/([a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?)(?:@.+)?$",
56
+ "title": "Pack Spec",
57
+ "description": "Pack reference with an optional version constraint suffix.",
58
+ "examples": ["@acme/packs/typescript", "@acme/packs/typescript@^1.0.0"]
59
+ }
60
+ ]
61
+ },
62
+ "ExtensionName": {
63
+ "type": "string",
64
+ "allOf": [
65
+ { "minLength": 1 },
66
+ {
67
+ "pattern": "^[a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?$",
68
+ "title": "Extension Name",
69
+ "description": "Short name for this MCP server within its owner namespace. Combined with owner, forms the FQN @owner/mcp-servers/<name>.",
70
+ "examples": ["my-skill", "code-review", "prettier"]
71
+ }
72
+ ]
28
73
  },
29
- "PackageUrlParts": { "type": "string" },
30
- "ExtensionName": { "type": "string" },
31
74
  "McpServerManifest": {
32
75
  "type": "object",
33
76
  "properties": {
34
77
  "$schema": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
35
78
  "owner": { "$ref": "#/definitions/Handle" },
36
- "version": { "$ref": "#/definitions/ExactSemverVersion" },
37
- "description": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
79
+ "version": { "$ref": "#/definitions/Version" },
80
+ "description": {
81
+ "anyOf": [
82
+ {
83
+ "type": "string",
84
+ "description": "Short, registry-facing summary of this extension shown in listings and search results."
85
+ },
86
+ { "type": "null" }
87
+ ]
88
+ },
38
89
  "keywords": {
39
- "anyOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "null" }]
90
+ "anyOf": [
91
+ {
92
+ "type": "array",
93
+ "examples": [["lint", "typescript", "review"]],
94
+ "items": { "type": "string", "allOf": [{ "minLength": 1 }] }
95
+ },
96
+ { "type": "null" }
97
+ ]
98
+ },
99
+ "repository": {
100
+ "anyOf": [
101
+ {
102
+ "type": "string",
103
+ "examples": ["https://github.com/acme/code-review"],
104
+ "format": "uri"
105
+ },
106
+ { "type": "null" }
107
+ ]
108
+ },
109
+ "homepage": {
110
+ "anyOf": [
111
+ { "type": "string", "examples": ["https://acme.dev/code-review"], "format": "uri" },
112
+ { "type": "null" }
113
+ ]
114
+ },
115
+ "license": {
116
+ "anyOf": [
117
+ { "type": "string", "allOf": [{ "minLength": 1, "examples": ["MIT", "Apache-2.0"] }] },
118
+ { "type": "null" }
119
+ ]
120
+ },
121
+ "bugs": {
122
+ "anyOf": [
123
+ {
124
+ "type": "string",
125
+ "examples": ["https://github.com/acme/code-review/issues"],
126
+ "format": "uri"
127
+ },
128
+ { "type": "null" }
129
+ ]
40
130
  },
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
131
  "authors": {
46
132
  "anyOf": [
47
133
  { "type": "array", "items": { "$ref": "#/definitions/Author" } },
@@ -50,7 +136,31 @@
50
136
  },
51
137
  "compatiblePackages": {
52
138
  "anyOf": [
53
- { "type": "array", "items": { "$ref": "#/definitions/PackageUrlParts" } },
139
+ {
140
+ "type": "array",
141
+ "description": "External ecosystem packages this extension targets (e.g. the npm or PyPI package an MCP server wraps), identified by Package URL (purl).",
142
+ "items": { "$ref": "#/definitions/PackageUrl" }
143
+ },
144
+ { "type": "null" }
145
+ ]
146
+ },
147
+ "recommendedPacks": {
148
+ "anyOf": [
149
+ {
150
+ "type": "array",
151
+ "description": "Packs this extension is designed to work alongside. Each entry is a pack spec, optionally pinned to a version range.",
152
+ "items": { "$ref": "#/definitions/PackSpec" }
153
+ },
154
+ { "type": "null" }
155
+ ]
156
+ },
157
+ "standalone": {
158
+ "anyOf": [
159
+ {
160
+ "type": "boolean",
161
+ "description": "Set to false to indicate this extension only makes sense when installed alongside one of its recommendedPacks.",
162
+ "default": true
163
+ },
54
164
  { "type": "null" }
55
165
  ]
56
166
  },
@@ -60,7 +170,7 @@
60
170
  "required": ["owner", "version", "type", "name"],
61
171
  "additionalProperties": false,
62
172
  "title": "MCP Server Manifest",
63
- "description": "Configuration file (mcp-server.json) that defines an MCP server extension."
173
+ "description": "Extension manifest file for MCP server. Registers a Model Context Protocol server that coding agents can connect to for additional tools and resources."
64
174
  }
65
175
  }
66
176
  }
@@ -0,0 +1,173 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$ref": "#/definitions/PackManifest",
4
+ "definitions": {
5
+ "Handle": {
6
+ "type": "string",
7
+ "allOf": [
8
+ {
9
+ "pattern": "^@[a-z0-9_](?:[a-z0-9_-]*[a-z0-9_])?$",
10
+ "title": "Handle",
11
+ "description": "A unique username or organization name starting with @, like @my-org.",
12
+ "examples": ["@my-org", "@username"]
13
+ }
14
+ ]
15
+ },
16
+ "Version": {
17
+ "type": "string",
18
+ "allOf": [
19
+ {
20
+ "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
21
+ "title": "Version",
22
+ "description": "A semver version like 1.0.0. Ranges are not allowed here.",
23
+ "examples": ["1.0.0", "2.3.1", "0.1.0-beta.1"]
24
+ }
25
+ ]
26
+ },
27
+ "Author": {
28
+ "type": "object",
29
+ "properties": {
30
+ "name": { "type": "string" },
31
+ "email": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
32
+ "url": { "anyOf": [{ "type": "string" }, { "type": "null" }] }
33
+ },
34
+ "required": ["name"],
35
+ "additionalProperties": false,
36
+ "title": "Author",
37
+ "description": "A person credited as a creator or maintainer of this extension."
38
+ },
39
+ "PackageUrl": {
40
+ "type": "string",
41
+ "allOf": [
42
+ {
43
+ "pattern": "^[Pp][Kk][Gg]:[a-zA-Z][a-zA-Z0-9.+-]*\\/.+$",
44
+ "title": "Package URL",
45
+ "description": "A Package URL (purl) string identifying a package across ecosystems (e.g. pkg:npm/react@18.2.0).",
46
+ "examples": ["pkg:npm/react@18.2.0", "pkg:pypi/requests@2.31.0", "pkg:cargo/serde@1.0"]
47
+ }
48
+ ]
49
+ },
50
+ "ExtensionName": {
51
+ "type": "string",
52
+ "allOf": [
53
+ { "minLength": 1 },
54
+ {
55
+ "pattern": "^[a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?$",
56
+ "title": "Extension Name",
57
+ "description": "Short name for this pack within its owner namespace. Combined with owner, forms the FQN @owner/packs/<name>.",
58
+ "examples": ["my-skill", "code-review", "prettier"]
59
+ }
60
+ ]
61
+ },
62
+ "NonPackExtensionFqn": {
63
+ "type": "string",
64
+ "allOf": [
65
+ {
66
+ "pattern": "^(@[a-z0-9_](?:[a-z0-9_-]*[a-z0-9_])?)\\/(skills|commands|mcp-servers|subagents|files|rules)\\/([a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?)$",
67
+ "title": "Non-Pack Extension FQN",
68
+ "description": "Extension identifier restricted to non-pack types (skills, commands, mcp-servers, subagents, files, rules).",
69
+ "examples": ["@acme/skills/code-review", "@my-org/commands/format"]
70
+ }
71
+ ]
72
+ },
73
+ "VersionRange": {
74
+ "type": "string",
75
+ "allOf": [
76
+ { "minLength": 1 },
77
+ {
78
+ "pattern": "^[~^<>=*xXvV0-9A-Za-z| .-]+$",
79
+ "title": "Version Range",
80
+ "description": "A semver version range like ^1.0.0, ~2.3.0, >=1.0.0 <3.0.0, or an exact version 1.2.3. Use \"*\" to always resolve to the latest available version.",
81
+ "examples": ["^1.0.0", "~2.4", ">=1 <3", "1.2.3", "*"]
82
+ }
83
+ ]
84
+ },
85
+ "PackManifest": {
86
+ "type": "object",
87
+ "properties": {
88
+ "$schema": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
89
+ "owner": { "$ref": "#/definitions/Handle" },
90
+ "version": { "$ref": "#/definitions/Version" },
91
+ "description": {
92
+ "anyOf": [
93
+ {
94
+ "type": "string",
95
+ "description": "Short, registry-facing summary of this extension shown in listings and search results."
96
+ },
97
+ { "type": "null" }
98
+ ]
99
+ },
100
+ "keywords": {
101
+ "anyOf": [
102
+ {
103
+ "type": "array",
104
+ "examples": [["lint", "typescript", "review"]],
105
+ "items": { "type": "string", "allOf": [{ "minLength": 1 }] }
106
+ },
107
+ { "type": "null" }
108
+ ]
109
+ },
110
+ "repository": {
111
+ "anyOf": [
112
+ {
113
+ "type": "string",
114
+ "examples": ["https://github.com/acme/code-review"],
115
+ "format": "uri"
116
+ },
117
+ { "type": "null" }
118
+ ]
119
+ },
120
+ "homepage": {
121
+ "anyOf": [
122
+ { "type": "string", "examples": ["https://acme.dev/code-review"], "format": "uri" },
123
+ { "type": "null" }
124
+ ]
125
+ },
126
+ "license": {
127
+ "anyOf": [
128
+ { "type": "string", "allOf": [{ "minLength": 1, "examples": ["MIT", "Apache-2.0"] }] },
129
+ { "type": "null" }
130
+ ]
131
+ },
132
+ "bugs": {
133
+ "anyOf": [
134
+ {
135
+ "type": "string",
136
+ "examples": ["https://github.com/acme/code-review/issues"],
137
+ "format": "uri"
138
+ },
139
+ { "type": "null" }
140
+ ]
141
+ },
142
+ "authors": {
143
+ "anyOf": [
144
+ { "type": "array", "items": { "$ref": "#/definitions/Author" } },
145
+ { "type": "null" }
146
+ ]
147
+ },
148
+ "compatiblePackages": {
149
+ "anyOf": [
150
+ {
151
+ "type": "array",
152
+ "description": "External ecosystem packages this extension targets (e.g. the npm or PyPI package an MCP server wraps), identified by Package URL (purl).",
153
+ "items": { "$ref": "#/definitions/PackageUrl" }
154
+ },
155
+ { "type": "null" }
156
+ ]
157
+ },
158
+ "type": { "type": "string", "enum": ["pack"] },
159
+ "name": { "$ref": "#/definitions/ExtensionName" },
160
+ "dependencies": {
161
+ "type": "object",
162
+ "description": "Map of fully-qualified non-pack extension names to version ranges. Packs cannot depend on other packs.",
163
+ "propertyNames": { "$ref": "#/definitions/NonPackExtensionFqn" },
164
+ "additionalProperties": { "$ref": "#/definitions/VersionRange" }
165
+ }
166
+ },
167
+ "required": ["owner", "version", "type", "name", "dependencies"],
168
+ "additionalProperties": false,
169
+ "title": "Pack Manifest",
170
+ "description": "Extension manifest file for extension packs. Bundles a curated set of skills, commands, MCP servers, subagents, files, and rules into a single installable unit."
171
+ }
172
+ }
173
+ }