@agentxm/client-core 0.19.2 → 0.20.0

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 (342) hide show
  1. package/dist/src/unstable/agent-capabilities/derive.d.ts +9 -9
  2. package/dist/src/unstable/app-error/builders.js +2 -2
  3. package/dist/src/unstable/app-error/builders.js.map +1 -1
  4. package/dist/src/unstable/commands/index.d.ts +1 -1
  5. package/dist/src/unstable/commands/index.d.ts.map +1 -1
  6. package/dist/src/unstable/commands/index.js.map +1 -1
  7. package/dist/src/unstable/commands/install-artifact.d.ts.map +1 -1
  8. package/dist/src/unstable/commands/install-artifact.js +6 -2
  9. package/dist/src/unstable/commands/install-artifact.js.map +1 -1
  10. package/dist/src/unstable/commands/manager.d.ts.map +1 -1
  11. package/dist/src/unstable/commands/manager.js +33 -5
  12. package/dist/src/unstable/commands/manager.js.map +1 -1
  13. package/dist/src/unstable/commands/operations/disable.js +1 -1
  14. package/dist/src/unstable/commands/operations/disable.js.map +1 -1
  15. package/dist/src/unstable/commands/operations/enable.js +1 -1
  16. package/dist/src/unstable/commands/operations/enable.js.map +1 -1
  17. package/dist/src/unstable/commands/operations/install.d.ts.map +1 -1
  18. package/dist/src/unstable/commands/operations/install.js +27 -1
  19. package/dist/src/unstable/commands/operations/install.js.map +1 -1
  20. package/dist/src/unstable/commands/operations/publish.d.ts +2 -2
  21. package/dist/src/unstable/commands/operations/publish.js +3 -3
  22. package/dist/src/unstable/commands/operations/publish.js.map +1 -1
  23. package/dist/src/unstable/commands/operations/shared-command-helpers.d.ts +16 -15
  24. package/dist/src/unstable/commands/operations/shared-command-helpers.d.ts.map +1 -1
  25. package/dist/src/unstable/commands/reconciliation-adapter.d.ts.map +1 -1
  26. package/dist/src/unstable/commands/reconciliation-adapter.js +3 -1
  27. package/dist/src/unstable/commands/reconciliation-adapter.js.map +1 -1
  28. package/dist/src/unstable/commands/refs.d.ts +5 -3
  29. package/dist/src/unstable/commands/refs.d.ts.map +1 -1
  30. package/dist/src/unstable/extensions/canonical-path.d.ts +1 -1
  31. package/dist/src/unstable/extensions/canonical-path.d.ts.map +1 -1
  32. package/dist/src/unstable/extensions/canonical-path.js +1 -1
  33. package/dist/src/unstable/extensions/canonical-path.js.map +1 -1
  34. package/dist/src/unstable/extensions/common.d.ts.map +1 -1
  35. package/dist/src/unstable/extensions/common.js +4 -2
  36. package/dist/src/unstable/extensions/common.js.map +1 -1
  37. package/dist/src/unstable/extensions/extension-paths.d.ts +1 -1
  38. package/dist/src/unstable/extensions/extension-paths.d.ts.map +1 -1
  39. package/dist/src/unstable/extensions/extension-paths.js +1 -1
  40. package/dist/src/unstable/extensions/extension-paths.js.map +1 -1
  41. package/dist/src/unstable/extensions/index.d.ts +1 -1
  42. package/dist/src/unstable/extensions/index.d.ts.map +1 -1
  43. package/dist/src/unstable/extensions/index.js.map +1 -1
  44. package/dist/src/unstable/extensions/marker-fqn.d.ts +1 -1
  45. package/dist/src/unstable/extensions/marker-fqn.d.ts.map +1 -1
  46. package/dist/src/unstable/extensions/marker-fqn.js +1 -1
  47. package/dist/src/unstable/extensions/marker-fqn.js.map +1 -1
  48. package/dist/src/unstable/extensions/materializable-from-disk.d.ts +4 -2
  49. package/dist/src/unstable/extensions/materializable-from-disk.d.ts.map +1 -1
  50. package/dist/src/unstable/extensions/materializable-from-disk.js +33 -0
  51. package/dist/src/unstable/extensions/materializable-from-disk.js.map +1 -1
  52. package/dist/src/unstable/extensions/operations.d.ts +8 -5
  53. package/dist/src/unstable/extensions/operations.d.ts.map +1 -1
  54. package/dist/src/unstable/extensions/operations.js +53 -6
  55. package/dist/src/unstable/extensions/operations.js.map +1 -1
  56. package/dist/src/unstable/extensions/ref-base.d.ts +17 -0
  57. package/dist/src/unstable/extensions/ref-base.d.ts.map +1 -1
  58. package/dist/src/unstable/files/index.d.ts +1 -1
  59. package/dist/src/unstable/files/index.d.ts.map +1 -1
  60. package/dist/src/unstable/files/index.js.map +1 -1
  61. package/dist/src/unstable/files/manager.d.ts.map +1 -1
  62. package/dist/src/unstable/files/manager.js +38 -5
  63. package/dist/src/unstable/files/manager.js.map +1 -1
  64. package/dist/src/unstable/files/refs.d.ts +5 -3
  65. package/dist/src/unstable/files/refs.d.ts.map +1 -1
  66. package/dist/src/unstable/hooks/index.d.ts +1 -1
  67. package/dist/src/unstable/hooks/index.d.ts.map +1 -1
  68. package/dist/src/unstable/hooks/index.js.map +1 -1
  69. package/dist/src/unstable/hooks/manager.d.ts.map +1 -1
  70. package/dist/src/unstable/hooks/manager.js +32 -8
  71. package/dist/src/unstable/hooks/manager.js.map +1 -1
  72. package/dist/src/unstable/hooks/refs.d.ts +6 -4
  73. package/dist/src/unstable/hooks/refs.d.ts.map +1 -1
  74. package/dist/src/unstable/install-meta/install-meta.d.ts +4 -4
  75. package/dist/src/unstable/install-meta/install-meta.d.ts.map +1 -1
  76. package/dist/src/unstable/lint/catalog/workspace/configured-but-not-installed.d.ts.map +1 -1
  77. package/dist/src/unstable/lint/catalog/workspace/configured-but-not-installed.js +8 -3
  78. package/dist/src/unstable/lint/catalog/workspace/configured-but-not-installed.js.map +1 -1
  79. package/dist/src/unstable/lint/catalog/workspace/helpers/source-categorize.d.ts +1 -1
  80. package/dist/src/unstable/lint/catalog/workspace/helpers/source-categorize.d.ts.map +1 -1
  81. package/dist/src/unstable/lint/catalog/workspace/helpers/source-categorize.js +14 -0
  82. package/dist/src/unstable/lint/catalog/workspace/helpers/source-categorize.js.map +1 -1
  83. package/dist/src/unstable/lint/catalog/workspace/packs-declarations-valid.d.ts.map +1 -1
  84. package/dist/src/unstable/lint/catalog/workspace/packs-declarations-valid.js +12 -1
  85. package/dist/src/unstable/lint/catalog/workspace/packs-declarations-valid.js.map +1 -1
  86. package/dist/src/unstable/lint/catalog/workspace/skills-declarations-valid.d.ts.map +1 -1
  87. package/dist/src/unstable/lint/catalog/workspace/skills-declarations-valid.js +4 -2
  88. package/dist/src/unstable/lint/catalog/workspace/skills-declarations-valid.js.map +1 -1
  89. package/dist/src/unstable/lint/catalog/workspace/skills-managed.js +1 -1
  90. package/dist/src/unstable/lint/catalog/workspace/skills-managed.js.map +1 -1
  91. package/dist/src/unstable/lint/cli.d.ts +1 -1
  92. package/dist/src/unstable/lint/cli.js +3 -3
  93. package/dist/src/unstable/lint/cli.js.map +1 -1
  94. package/dist/src/unstable/lockfile/index.d.ts +2 -2
  95. package/dist/src/unstable/lockfile/index.d.ts.map +1 -1
  96. package/dist/src/unstable/lockfile/index.js +1 -1
  97. package/dist/src/unstable/lockfile/index.js.map +1 -1
  98. package/dist/src/unstable/lockfile/lockfile.d.ts +1080 -813
  99. package/dist/src/unstable/lockfile/lockfile.d.ts.map +1 -1
  100. package/dist/src/unstable/lockfile/schema.d.ts +443 -32
  101. package/dist/src/unstable/lockfile/schema.d.ts.map +1 -1
  102. package/dist/src/unstable/lockfile/schema.js +58 -9
  103. package/dist/src/unstable/lockfile/schema.js.map +1 -1
  104. package/dist/src/unstable/mcps/index.d.ts +1 -1
  105. package/dist/src/unstable/mcps/index.d.ts.map +1 -1
  106. package/dist/src/unstable/mcps/index.js.map +1 -1
  107. package/dist/src/unstable/mcps/manager.d.ts.map +1 -1
  108. package/dist/src/unstable/mcps/manager.js +8 -2
  109. package/dist/src/unstable/mcps/manager.js.map +1 -1
  110. package/dist/src/unstable/mcps/metadata.d.ts +2 -2
  111. package/dist/src/unstable/mcps/metadata.d.ts.map +1 -1
  112. package/dist/src/unstable/mcps/metadata.js +4 -0
  113. package/dist/src/unstable/mcps/metadata.js.map +1 -1
  114. package/dist/src/unstable/mcps/operations/install.d.ts.map +1 -1
  115. package/dist/src/unstable/mcps/operations/install.js +40 -3
  116. package/dist/src/unstable/mcps/operations/install.js.map +1 -1
  117. package/dist/src/unstable/mcps/operations/publish.d.ts +2 -2
  118. package/dist/src/unstable/mcps/operations/publish.js +3 -3
  119. package/dist/src/unstable/mcps/operations/publish.js.map +1 -1
  120. package/dist/src/unstable/mcps/reconciliation-adapter.d.ts.map +1 -1
  121. package/dist/src/unstable/mcps/reconciliation-adapter.js +3 -1
  122. package/dist/src/unstable/mcps/reconciliation-adapter.js.map +1 -1
  123. package/dist/src/unstable/mcps/refs.d.ts +5 -3
  124. package/dist/src/unstable/mcps/refs.d.ts.map +1 -1
  125. package/dist/src/unstable/packaging/reader-io.d.ts +2 -2
  126. package/dist/src/unstable/packs/index.d.ts +1 -1
  127. package/dist/src/unstable/packs/index.d.ts.map +1 -1
  128. package/dist/src/unstable/packs/manager.d.ts +13 -2
  129. package/dist/src/unstable/packs/manager.d.ts.map +1 -1
  130. package/dist/src/unstable/packs/manager.js +153 -7
  131. package/dist/src/unstable/packs/manager.js.map +1 -1
  132. package/dist/src/unstable/packs/operations/install.d.ts.map +1 -1
  133. package/dist/src/unstable/packs/operations/install.js +1 -0
  134. package/dist/src/unstable/packs/operations/install.js.map +1 -1
  135. package/dist/src/unstable/packs/operations/publish.d.ts +2 -2
  136. package/dist/src/unstable/packs/operations/publish.js +3 -3
  137. package/dist/src/unstable/packs/operations/publish.js.map +1 -1
  138. package/dist/src/unstable/packs/operations/uninstall.js +1 -1
  139. package/dist/src/unstable/packs/operations/uninstall.js.map +1 -1
  140. package/dist/src/unstable/packs/reconciliation-adapter.d.ts.map +1 -1
  141. package/dist/src/unstable/packs/reconciliation-adapter.js +3 -1
  142. package/dist/src/unstable/packs/reconciliation-adapter.js.map +1 -1
  143. package/dist/src/unstable/packs/refs.d.ts +5 -3
  144. package/dist/src/unstable/packs/refs.d.ts.map +1 -1
  145. package/dist/src/unstable/plan/index.d.ts +1 -2
  146. package/dist/src/unstable/plan/index.d.ts.map +1 -1
  147. package/dist/src/unstable/plan/index.js +1 -2
  148. package/dist/src/unstable/plan/index.js.map +1 -1
  149. package/dist/src/unstable/plan/plan.d.ts +2 -2
  150. package/dist/src/unstable/plan/plan.d.ts.map +1 -1
  151. package/dist/src/unstable/plan/resolve-plan.d.ts +1 -1
  152. package/dist/src/unstable/plan/resolve-plan.d.ts.map +1 -1
  153. package/dist/src/unstable/publish/index.d.ts +1 -0
  154. package/dist/src/unstable/publish/index.d.ts.map +1 -1
  155. package/dist/src/unstable/publish/index.js +1 -0
  156. package/dist/src/unstable/publish/index.js.map +1 -1
  157. package/dist/src/unstable/registry/__generated__/registry-client.js.map +1 -1
  158. package/dist/src/unstable/registry/admin-client.d.ts +42 -42
  159. package/dist/src/unstable/registry/admin-client.d.ts.map +1 -1
  160. package/dist/src/unstable/registry/client.d.ts +8 -0
  161. package/dist/src/unstable/registry/client.d.ts.map +1 -1
  162. package/dist/src/unstable/registry/client.js.map +1 -1
  163. package/dist/src/unstable/registry/index.d.ts +1 -1
  164. package/dist/src/unstable/registry/index.d.ts.map +1 -1
  165. package/dist/src/unstable/registry/index.js.map +1 -1
  166. package/dist/src/unstable/registry/local-client.d.ts.map +1 -1
  167. package/dist/src/unstable/registry/local-client.js +17 -4
  168. package/dist/src/unstable/registry/local-client.js.map +1 -1
  169. package/dist/src/unstable/registry/remote-client.d.ts.map +1 -1
  170. package/dist/src/unstable/registry/remote-client.js +15 -0
  171. package/dist/src/unstable/registry/remote-client.js.map +1 -1
  172. package/dist/src/unstable/registry/schema.d.ts +1 -0
  173. package/dist/src/unstable/registry/schema.d.ts.map +1 -1
  174. package/dist/src/unstable/registry/schema.js +1 -0
  175. package/dist/src/unstable/registry/schema.js.map +1 -1
  176. package/dist/src/unstable/rules/index.d.ts +1 -1
  177. package/dist/src/unstable/rules/index.d.ts.map +1 -1
  178. package/dist/src/unstable/rules/index.js.map +1 -1
  179. package/dist/src/unstable/rules/manager.d.ts.map +1 -1
  180. package/dist/src/unstable/rules/manager.js +34 -4
  181. package/dist/src/unstable/rules/manager.js.map +1 -1
  182. package/dist/src/unstable/rules/refs.d.ts +6 -4
  183. package/dist/src/unstable/rules/refs.d.ts.map +1 -1
  184. package/dist/src/unstable/settings/schema.d.ts +20 -73
  185. package/dist/src/unstable/settings/schema.d.ts.map +1 -1
  186. package/dist/src/unstable/settings/schema.js +108 -107
  187. package/dist/src/unstable/settings/schema.js.map +1 -1
  188. package/dist/src/unstable/skills/index.d.ts +1 -1
  189. package/dist/src/unstable/skills/index.d.ts.map +1 -1
  190. package/dist/src/unstable/skills/index.js.map +1 -1
  191. package/dist/src/unstable/skills/manager.d.ts.map +1 -1
  192. package/dist/src/unstable/skills/manager.js +9 -3
  193. package/dist/src/unstable/skills/manager.js.map +1 -1
  194. package/dist/src/unstable/skills/materialization.d.ts.map +1 -1
  195. package/dist/src/unstable/skills/materialization.js +6 -0
  196. package/dist/src/unstable/skills/materialization.js.map +1 -1
  197. package/dist/src/unstable/skills/operations/copy.d.ts.map +1 -1
  198. package/dist/src/unstable/skills/operations/copy.js +5 -4
  199. package/dist/src/unstable/skills/operations/copy.js.map +1 -1
  200. package/dist/src/unstable/skills/operations/disable.d.ts.map +1 -1
  201. package/dist/src/unstable/skills/operations/disable.js +4 -2
  202. package/dist/src/unstable/skills/operations/disable.js.map +1 -1
  203. package/dist/src/unstable/skills/operations/install.d.ts.map +1 -1
  204. package/dist/src/unstable/skills/operations/install.js +34 -0
  205. package/dist/src/unstable/skills/operations/install.js.map +1 -1
  206. package/dist/src/unstable/skills/operations/publish.d.ts +2 -2
  207. package/dist/src/unstable/skills/operations/publish.js +3 -3
  208. package/dist/src/unstable/skills/operations/publish.js.map +1 -1
  209. package/dist/src/unstable/skills/paths.d.ts +1 -1
  210. package/dist/src/unstable/skills/paths.d.ts.map +1 -1
  211. package/dist/src/unstable/skills/reconciliation-adapter.d.ts.map +1 -1
  212. package/dist/src/unstable/skills/reconciliation-adapter.js +3 -1
  213. package/dist/src/unstable/skills/reconciliation-adapter.js.map +1 -1
  214. package/dist/src/unstable/skills/refs.d.ts +5 -3
  215. package/dist/src/unstable/skills/refs.d.ts.map +1 -1
  216. package/dist/src/unstable/source-resolution/providers/azurerepos/scp.d.ts +9 -8
  217. package/dist/src/unstable/source-resolution/providers/azurerepos/scp.d.ts.map +1 -1
  218. package/dist/src/unstable/source-resolution/providers/azurerepos/url.d.ts +9 -9
  219. package/dist/src/unstable/source-resolution/providers/azurerepos/url.d.ts.map +1 -1
  220. package/dist/src/unstable/source-resolution/providers/bitbucket/scp.d.ts +8 -7
  221. package/dist/src/unstable/source-resolution/providers/bitbucket/scp.d.ts.map +1 -1
  222. package/dist/src/unstable/source-resolution/providers/bitbucket/url.d.ts +8 -8
  223. package/dist/src/unstable/source-resolution/providers/bitbucket/url.d.ts.map +1 -1
  224. package/dist/src/unstable/source-resolution/providers/github/scp.d.ts +8 -7
  225. package/dist/src/unstable/source-resolution/providers/github/scp.d.ts.map +1 -1
  226. package/dist/src/unstable/source-resolution/providers/github/url.d.ts +8 -8
  227. package/dist/src/unstable/source-resolution/providers/github/url.d.ts.map +1 -1
  228. package/dist/src/unstable/source-resolution/providers/gitlab/scp.d.ts +8 -7
  229. package/dist/src/unstable/source-resolution/providers/gitlab/scp.d.ts.map +1 -1
  230. package/dist/src/unstable/source-resolution/providers/gitlab/url.d.ts +8 -8
  231. package/dist/src/unstable/source-resolution/providers/gitlab/url.d.ts.map +1 -1
  232. package/dist/src/unstable/source-resolution/resolve-source.d.ts.map +1 -1
  233. package/dist/src/unstable/source-resolution/resolve-source.js +9 -0
  234. package/dist/src/unstable/source-resolution/resolve-source.js.map +1 -1
  235. package/dist/src/unstable/source-resolution/service.d.ts +1 -1
  236. package/dist/src/unstable/source-resolution/service.d.ts.map +1 -1
  237. package/dist/src/unstable/source-resolution/service.js +15 -0
  238. package/dist/src/unstable/source-resolution/service.js.map +1 -1
  239. package/dist/src/unstable/sources/index.d.ts +2 -1
  240. package/dist/src/unstable/sources/index.d.ts.map +1 -1
  241. package/dist/src/unstable/sources/index.js +1 -0
  242. package/dist/src/unstable/sources/index.js.map +1 -1
  243. package/dist/src/unstable/sources/lock-entry-to-ref.d.ts +3 -1
  244. package/dist/src/unstable/sources/lock-entry-to-ref.d.ts.map +1 -1
  245. package/dist/src/unstable/sources/lock-entry-to-ref.js +106 -14
  246. package/dist/src/unstable/sources/lock-entry-to-ref.js.map +1 -1
  247. package/dist/src/unstable/sources/parser.d.ts +9 -2
  248. package/dist/src/unstable/sources/parser.d.ts.map +1 -1
  249. package/dist/src/unstable/sources/parser.js +22 -7
  250. package/dist/src/unstable/sources/parser.js.map +1 -1
  251. package/dist/src/unstable/sources/printer.d.ts +2 -2
  252. package/dist/src/unstable/sources/printer.d.ts.map +1 -1
  253. package/dist/src/unstable/sources/printer.js +14 -0
  254. package/dist/src/unstable/sources/printer.js.map +1 -1
  255. package/dist/src/unstable/sources/source-to-lock-entry.d.ts.map +1 -1
  256. package/dist/src/unstable/sources/source-to-lock-entry.js +10 -0
  257. package/dist/src/unstable/sources/source-to-lock-entry.js.map +1 -1
  258. package/dist/src/unstable/sources/types.d.ts +21 -6
  259. package/dist/src/unstable/sources/types.d.ts.map +1 -1
  260. package/dist/src/unstable/sources/types.js +11 -3
  261. package/dist/src/unstable/sources/types.js.map +1 -1
  262. package/dist/src/unstable/sources/workspace.d.ts +13 -0
  263. package/dist/src/unstable/sources/workspace.d.ts.map +1 -0
  264. package/dist/src/unstable/sources/workspace.js +13 -0
  265. package/dist/src/unstable/sources/workspace.js.map +1 -0
  266. package/dist/src/unstable/subagents/index.d.ts +1 -1
  267. package/dist/src/unstable/subagents/index.d.ts.map +1 -1
  268. package/dist/src/unstable/subagents/index.js.map +1 -1
  269. package/dist/src/unstable/subagents/lock-entry-builder.d.ts.map +1 -1
  270. package/dist/src/unstable/subagents/lock-entry-builder.js +10 -0
  271. package/dist/src/unstable/subagents/lock-entry-builder.js.map +1 -1
  272. package/dist/src/unstable/subagents/manager.d.ts.map +1 -1
  273. package/dist/src/unstable/subagents/manager.js +32 -5
  274. package/dist/src/unstable/subagents/manager.js.map +1 -1
  275. package/dist/src/unstable/subagents/operations/disable.d.ts.map +1 -1
  276. package/dist/src/unstable/subagents/operations/disable.js +2 -1
  277. package/dist/src/unstable/subagents/operations/disable.js.map +1 -1
  278. package/dist/src/unstable/subagents/operations/publish.d.ts +2 -2
  279. package/dist/src/unstable/subagents/operations/publish.js +3 -3
  280. package/dist/src/unstable/subagents/operations/publish.js.map +1 -1
  281. package/dist/src/unstable/subagents/paths.d.ts +1 -1
  282. package/dist/src/unstable/subagents/paths.d.ts.map +1 -1
  283. package/dist/src/unstable/subagents/reconciliation-adapter.d.ts.map +1 -1
  284. package/dist/src/unstable/subagents/reconciliation-adapter.js +3 -1
  285. package/dist/src/unstable/subagents/reconciliation-adapter.js.map +1 -1
  286. package/dist/src/unstable/subagents/refs.d.ts +5 -3
  287. package/dist/src/unstable/subagents/refs.d.ts.map +1 -1
  288. package/dist/src/unstable/telemetry/__generated__/telemetry-client.js.map +1 -1
  289. package/dist/src/unstable/update-check/update-check.d.ts +4 -4
  290. package/dist/src/unstable/update-check/update-check.d.ts.map +1 -1
  291. package/dist/src/unstable/workflows/index.d.ts +1 -1
  292. package/dist/src/unstable/workflows/index.d.ts.map +1 -1
  293. package/dist/src/unstable/workflows/index.js.map +1 -1
  294. package/dist/src/unstable/workflows/uninstall-command/workflow.d.ts +9 -7
  295. package/dist/src/unstable/workflows/uninstall-command/workflow.d.ts.map +1 -1
  296. package/dist/src/unstable/workflows/uninstall-command/workflow.js +1 -1
  297. package/dist/src/unstable/workflows/uninstall-command/workflow.js.map +1 -1
  298. package/dist/src/unstable/workspace/configured-entry-resolution/index.d.ts +1 -0
  299. package/dist/src/unstable/workspace/configured-entry-resolution/index.d.ts.map +1 -1
  300. package/dist/src/unstable/workspace/configured-entry-resolution/index.js +1 -0
  301. package/dist/src/unstable/workspace/configured-entry-resolution/index.js.map +1 -1
  302. package/dist/src/unstable/workspace/configured-entry-resolution/resolve.d.ts +2 -1
  303. package/dist/src/unstable/workspace/configured-entry-resolution/resolve.d.ts.map +1 -1
  304. package/dist/src/unstable/workspace/configured-entry-resolution/resolve.js +138 -0
  305. package/dist/src/unstable/workspace/configured-entry-resolution/resolve.js.map +1 -1
  306. package/dist/src/unstable/workspace/configured-entry-resolution/workspace-ref.d.ts +24 -0
  307. package/dist/src/unstable/workspace/configured-entry-resolution/workspace-ref.d.ts.map +1 -0
  308. package/dist/src/unstable/workspace/configured-entry-resolution/workspace-ref.js +211 -0
  309. package/dist/src/unstable/workspace/configured-entry-resolution/workspace-ref.js.map +1 -0
  310. package/dist/src/unstable/workspace/index.d.ts +1 -1
  311. package/dist/src/unstable/workspace/index.d.ts.map +1 -1
  312. package/dist/src/unstable/workspace/index.js +1 -1
  313. package/dist/src/unstable/workspace/index.js.map +1 -1
  314. package/dist/src/unstable/workspace/initialization.d.ts +354 -398
  315. package/dist/src/unstable/workspace/initialization.d.ts.map +1 -1
  316. package/dist/src/unstable/workspace/initialization.js +1 -1
  317. package/dist/src/unstable/workspace/initialization.js.map +1 -1
  318. package/dist/src/unstable/workspace/read-model/state.d.ts.map +1 -1
  319. package/dist/src/unstable/workspace/read-model/state.js +21 -5
  320. package/dist/src/unstable/workspace/read-model/state.js.map +1 -1
  321. package/dist/src/unstable/workspace/reconciliation-types.d.ts +16 -2
  322. package/dist/src/unstable/workspace/reconciliation-types.d.ts.map +1 -1
  323. package/dist/src/unstable/workspace/reconciliation.d.ts.map +1 -1
  324. package/dist/src/unstable/workspace/reconciliation.js +185 -2
  325. package/dist/src/unstable/workspace/reconciliation.js.map +1 -1
  326. package/dist/src/unstable/workspace/service-interface.d.ts +10 -4
  327. package/dist/src/unstable/workspace/service-interface.d.ts.map +1 -1
  328. package/dist/src/unstable/workspace/service-interface.js.map +1 -1
  329. package/dist/src/unstable/workspace/service.d.ts +916 -653
  330. package/dist/src/unstable/workspace/service.d.ts.map +1 -1
  331. package/dist/src/unstable/workspace/service.js +41 -90
  332. package/dist/src/unstable/workspace/service.js.map +1 -1
  333. package/dist/src/unstable/workspace/skill-snapshot.d.ts.map +1 -1
  334. package/dist/src/unstable/workspace/skill-snapshot.js +2 -1
  335. package/dist/src/unstable/workspace/skill-snapshot.js.map +1 -1
  336. package/dist/src/unstable/workspace/test-stubs.d.ts.map +1 -1
  337. package/dist/src/unstable/workspace/test-stubs.js +1 -0
  338. package/dist/src/unstable/workspace/test-stubs.js.map +1 -1
  339. package/package.json +6 -6
  340. package/site-content/__generated__/schemas/axm-lock.schema.json +370 -2
  341. package/site-content/__generated__/schemas/pack.schema.json +18 -14
  342. package/site-content/__generated__/schemas/settings.schema.json +102 -103
@@ -132,7 +132,7 @@
132
132
  "type": "string",
133
133
  "allOf": [
134
134
  {
135
- "pattern": "^[a-z0-9][a-z0-9.-]*$",
135
+ "pattern": "^(?!workspace$)[a-z0-9][a-z0-9.-]*$",
136
136
  "title": "Source Name",
137
137
  "description": "Alias used in entry source strings for this source host.",
138
138
  "examples": ["github", "my-registry.dev"]
@@ -256,17 +256,12 @@
256
256
  "type": "boolean",
257
257
  "description": "Set to false to disable this entry. Omit otherwise — true is the default and should not be written explicitly.",
258
258
  "default": true
259
- },
260
- "authored": {
261
- "type": "boolean",
262
- "description": "Set to true to mark this entry as authored locally in this workspace — for extensions you edit here. AXM treats authored entries as locally owned: it preserves their files on uninstall, keeps the local source instead of repointing to the registry on update, and re-resolves them from the local managed copy on enable. Omit otherwise — false is the default and should not be written explicitly.",
263
- "default": false
264
259
  }
265
260
  },
266
261
  "required": ["source"],
267
262
  "additionalProperties": false,
268
263
  "title": "Skill Entry Object",
269
- "description": "A skill entry with source and optional enabled/authored flags."
264
+ "description": "A skill entry with source and an optional enabled flag."
270
265
  }
271
266
  ],
272
267
  "title": "Skill Entry",
@@ -278,10 +273,15 @@
278
273
  },
279
274
  "SkillsMap": {
280
275
  "type": "object",
281
- "title": "Skills Map",
282
- "description": "A map of skill names to skill entries.",
283
- "propertyNames": { "pattern": "^[a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?$" },
284
- "additionalProperties": { "$ref": "#/definitions/SkillEntry" }
276
+ "additionalProperties": { "$ref": "#/definitions/SkillEntry" },
277
+ "allOf": [
278
+ {
279
+ "propertyNames": {
280
+ "type": "string",
281
+ "allOf": [{ "pattern": "^[a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?$" }]
282
+ }
283
+ }
284
+ ]
285
285
  },
286
286
  "SkillsConfig": {
287
287
  "type": "object",
@@ -321,17 +321,12 @@
321
321
  "type": "boolean",
322
322
  "description": "Set to false to disable this entry. Omit otherwise — true is the default and should not be written explicitly.",
323
323
  "default": true
324
- },
325
- "authored": {
326
- "type": "boolean",
327
- "description": "Set to true to mark this entry as authored locally in this workspace — for extensions you edit here. AXM treats authored entries as locally owned: it preserves their files on uninstall, keeps the local source instead of repointing to the registry on update, and re-resolves them from the local managed copy on enable. Omit otherwise — false is the default and should not be written explicitly.",
328
- "default": false
329
324
  }
330
325
  },
331
326
  "required": ["source"],
332
327
  "additionalProperties": false,
333
328
  "title": "Command Entry Object",
334
- "description": "A command entry with source and optional enabled/authored flags."
329
+ "description": "A command entry with source and an optional enabled flag."
335
330
  }
336
331
  ],
337
332
  "title": "Command Entry",
@@ -343,10 +338,15 @@
343
338
  },
344
339
  "CommandsMap": {
345
340
  "type": "object",
346
- "title": "Commands Map",
347
- "description": "A map of command names to command entries.",
348
- "propertyNames": { "pattern": "^[a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?$" },
349
- "additionalProperties": { "$ref": "#/definitions/CommandEntry" }
341
+ "additionalProperties": { "$ref": "#/definitions/CommandEntry" },
342
+ "allOf": [
343
+ {
344
+ "propertyNames": {
345
+ "type": "string",
346
+ "allOf": [{ "pattern": "^[a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?$" }]
347
+ }
348
+ }
349
+ ]
350
350
  },
351
351
  "CommandsConfig": {
352
352
  "type": "object",
@@ -393,11 +393,6 @@
393
393
  "description": "Set to false to disable this entry. Omit otherwise — true is the default and should not be written explicitly.",
394
394
  "default": true
395
395
  },
396
- "authored": {
397
- "type": "boolean",
398
- "description": "Set to true to mark this entry as authored locally in this workspace — for extensions you edit here. AXM treats authored entries as locally owned: it preserves their files on uninstall, keeps the local source instead of repointing to the registry on update, and re-resolves them from the local managed copy on enable. Omit otherwise — false is the default and should not be written explicitly.",
399
- "default": false
400
- },
401
396
  "inputs": { "$ref": "#/definitions/FilesInputValuesMap" }
402
397
  },
403
398
  "required": ["source"],
@@ -415,10 +410,15 @@
415
410
  },
416
411
  "FilesMap": {
417
412
  "type": "object",
418
- "title": "Files Map",
419
- "description": "A map of Context Files package names to Context Files package entries.",
420
- "propertyNames": { "pattern": "^[a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?$" },
421
- "additionalProperties": { "$ref": "#/definitions/FilesEntry" }
413
+ "additionalProperties": { "$ref": "#/definitions/FilesEntry" },
414
+ "allOf": [
415
+ {
416
+ "propertyNames": {
417
+ "type": "string",
418
+ "allOf": [{ "pattern": "^[a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?$" }]
419
+ }
420
+ }
421
+ ]
422
422
  },
423
423
  "RuleEntry": {
424
424
  "anyOf": [
@@ -444,17 +444,12 @@
444
444
  "type": "boolean",
445
445
  "description": "Set to false to disable this entry. Omit otherwise — true is the default and should not be written explicitly.",
446
446
  "default": true
447
- },
448
- "authored": {
449
- "type": "boolean",
450
- "description": "Set to true to mark this entry as authored locally in this workspace — for extensions you edit here. AXM treats authored entries as locally owned: it preserves their files on uninstall, keeps the local source instead of repointing to the registry on update, and re-resolves them from the local managed copy on enable. Omit otherwise — false is the default and should not be written explicitly.",
451
- "default": false
452
447
  }
453
448
  },
454
449
  "required": ["source"],
455
450
  "additionalProperties": false,
456
451
  "title": "Rule Entry Object",
457
- "description": "A rule entry with source and optional enabled/authored flags."
452
+ "description": "A rule entry with source and an optional enabled flag."
458
453
  }
459
454
  ],
460
455
  "title": "Rule Entry",
@@ -466,10 +461,15 @@
466
461
  },
467
462
  "RulesMap": {
468
463
  "type": "object",
469
- "title": "Rules Map",
470
- "description": "A map of rule names to rule entries.",
471
- "propertyNames": { "pattern": "^[a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?$" },
472
- "additionalProperties": { "$ref": "#/definitions/RuleEntry" }
464
+ "additionalProperties": { "$ref": "#/definitions/RuleEntry" },
465
+ "allOf": [
466
+ {
467
+ "propertyNames": {
468
+ "type": "string",
469
+ "allOf": [{ "pattern": "^[a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?$" }]
470
+ }
471
+ }
472
+ ]
473
473
  },
474
474
  "HookEntry": {
475
475
  "anyOf": [
@@ -495,17 +495,12 @@
495
495
  "type": "boolean",
496
496
  "description": "Set to false to disable this entry. Omit otherwise — true is the default and should not be written explicitly.",
497
497
  "default": true
498
- },
499
- "authored": {
500
- "type": "boolean",
501
- "description": "Set to true to mark this entry as authored locally in this workspace — for extensions you edit here. AXM treats authored entries as locally owned: it preserves their files on uninstall, keeps the local source instead of repointing to the registry on update, and re-resolves them from the local managed copy on enable. Omit otherwise — false is the default and should not be written explicitly.",
502
- "default": false
503
498
  }
504
499
  },
505
500
  "required": ["source"],
506
501
  "additionalProperties": false,
507
502
  "title": "Hook Entry Object",
508
- "description": "A hook entry with source and optional enabled/authored flags."
503
+ "description": "A hook entry with source and an optional enabled flag."
509
504
  }
510
505
  ],
511
506
  "title": "Hook Entry",
@@ -517,10 +512,15 @@
517
512
  },
518
513
  "HooksMap": {
519
514
  "type": "object",
520
- "title": "Hooks Map",
521
- "description": "A map of hook names to hook entries.",
522
- "propertyNames": { "pattern": "^[a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?$" },
523
- "additionalProperties": { "$ref": "#/definitions/HookEntry" }
515
+ "additionalProperties": { "$ref": "#/definitions/HookEntry" },
516
+ "allOf": [
517
+ {
518
+ "propertyNames": {
519
+ "type": "string",
520
+ "allOf": [{ "pattern": "^[a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?$" }]
521
+ }
522
+ }
523
+ ]
524
524
  },
525
525
  "SubagentEntry": {
526
526
  "anyOf": [
@@ -546,17 +546,12 @@
546
546
  "type": "boolean",
547
547
  "description": "Set to false to disable this entry. Omit otherwise — true is the default and should not be written explicitly.",
548
548
  "default": true
549
- },
550
- "authored": {
551
- "type": "boolean",
552
- "description": "Set to true to mark this entry as authored locally in this workspace — for extensions you edit here. AXM treats authored entries as locally owned: it preserves their files on uninstall, keeps the local source instead of repointing to the registry on update, and re-resolves them from the local managed copy on enable. Omit otherwise — false is the default and should not be written explicitly.",
553
- "default": false
554
549
  }
555
550
  },
556
551
  "required": ["source"],
557
552
  "additionalProperties": false,
558
553
  "title": "Subagent Entry Object",
559
- "description": "A subagent entry with source and optional enabled/authored flags."
554
+ "description": "A subagent entry with source and an optional enabled flag."
560
555
  }
561
556
  ],
562
557
  "title": "Subagent Entry",
@@ -568,10 +563,15 @@
568
563
  },
569
564
  "SubagentsMap": {
570
565
  "type": "object",
571
- "title": "Subagents Map",
572
- "description": "A map of subagent names to subagent entries.",
573
- "propertyNames": { "pattern": "^[a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?$" },
574
- "additionalProperties": { "$ref": "#/definitions/SubagentEntry" }
566
+ "additionalProperties": { "$ref": "#/definitions/SubagentEntry" },
567
+ "allOf": [
568
+ {
569
+ "propertyNames": {
570
+ "type": "string",
571
+ "allOf": [{ "pattern": "^[a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?$" }]
572
+ }
573
+ }
574
+ ]
575
575
  },
576
576
  "SubagentsConfig": {
577
577
  "type": "object",
@@ -606,32 +606,29 @@
606
606
  ]
607
607
  }
608
608
  ]
609
- },
610
- "authored": {
611
- "type": "boolean",
612
- "description": "Set to true to mark this entry as authored locally in this workspace — for extensions you edit here. AXM treats authored entries as locally owned: it preserves their files on uninstall, keeps the local source instead of repointing to the registry on update, and re-resolves them from the local managed copy on enable. Omit otherwise — false is the default and should not be written explicitly.",
613
- "default": false
614
609
  }
615
610
  },
616
611
  "required": ["source"],
617
612
  "additionalProperties": false,
618
613
  "title": "Pack Entry Object",
619
- "description": "A pack entry with source and optional authored flag."
614
+ "description": "A pack entry with a source."
620
615
  }
621
616
  ],
622
617
  "title": "Pack Entry",
623
- "description": "A pack entry: a source string, or an object with source plus optional authored flag.",
624
- "examples": [
625
- "@acme/packs/typescript@^1.0.0",
626
- { "source": "github:acme/agent-extensions", "authored": true }
627
- ]
618
+ "description": "A pack entry: a source string, or an object with a source.",
619
+ "examples": ["@acme/packs/typescript@^1.0.0"]
628
620
  },
629
621
  "PacksMap": {
630
622
  "type": "object",
631
- "title": "Packs Map",
632
- "description": "A map of pack names to pack entries.",
633
- "propertyNames": { "pattern": "^[a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?$" },
634
- "additionalProperties": { "$ref": "#/definitions/PackEntry" }
623
+ "additionalProperties": { "$ref": "#/definitions/PackEntry" },
624
+ "allOf": [
625
+ {
626
+ "propertyNames": {
627
+ "type": "string",
628
+ "allOf": [{ "pattern": "^[a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?$" }]
629
+ }
630
+ }
631
+ ]
635
632
  },
636
633
  "PacksConfig": {
637
634
  "type": "object",
@@ -669,17 +666,12 @@
669
666
  "type": "boolean",
670
667
  "description": "Set to false to disable this entry. Omit otherwise — true is the default and should not be written explicitly.",
671
668
  "default": true
672
- },
673
- "authored": {
674
- "type": "boolean",
675
- "description": "Set to true to mark this entry as authored locally in this workspace — for extensions you edit here. AXM treats authored entries as locally owned: it preserves their files on uninstall, keeps the local source instead of repointing to the registry on update, and re-resolves them from the local managed copy on enable. Omit otherwise — false is the default and should not be written explicitly.",
676
- "default": false
677
669
  }
678
670
  },
679
671
  "required": ["source"],
680
672
  "additionalProperties": false,
681
673
  "title": "Library Entry Object",
682
- "description": "A Library subscription entry with source and optional enabled/authored flags."
674
+ "description": "A Library subscription entry with source and an optional enabled flag."
683
675
  }
684
676
  ],
685
677
  "title": "Library Entry",
@@ -691,10 +683,17 @@
691
683
  },
692
684
  "LibrariesMap": {
693
685
  "type": "object",
694
- "title": "Libraries Map",
695
- "description": "A map of Library subscription names to Library refs.",
696
- "propertyNames": { "pattern": "^[a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?$" },
697
- "additionalProperties": { "$ref": "#/definitions/LibraryEntry" }
686
+ "additionalProperties": { "$ref": "#/definitions/LibraryEntry" },
687
+ "allOf": [
688
+ {
689
+ "propertyNames": {
690
+ "type": "string",
691
+ "allOf": [{ "pattern": "^[a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?$" }]
692
+ },
693
+ "title": "Libraries Map",
694
+ "description": "A map of Library subscription names to Library refs."
695
+ }
696
+ ]
698
697
  },
699
698
  "McpServerEnv": {
700
699
  "anyOf": [
@@ -760,11 +759,6 @@
760
759
  "description": "Set to false to disable this entry. Omit otherwise — true is the default and should not be written explicitly.",
761
760
  "default": true
762
761
  },
763
- "authored": {
764
- "type": "boolean",
765
- "description": "Set to true to mark this entry as authored locally in this workspace — for extensions you edit here. AXM treats authored entries as locally owned: it preserves their files on uninstall, keeps the local source instead of repointing to the registry on update, and re-resolves them from the local managed copy on enable. Omit otherwise — false is the default and should not be written explicitly.",
766
- "default": false
767
- },
768
762
  "env": { "$ref": "#/definitions/McpServerEnv" }
769
763
  },
770
764
  "additionalProperties": false
@@ -784,10 +778,15 @@
784
778
  },
785
779
  "McpServersMap": {
786
780
  "type": "object",
787
- "title": "MCP Servers Map",
788
- "description": "A map of MCP server names to MCP server entries.",
789
- "propertyNames": { "pattern": "^[a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?$" },
790
- "additionalProperties": { "$ref": "#/definitions/McpServerEntry" }
781
+ "additionalProperties": { "$ref": "#/definitions/McpServerEntry" },
782
+ "allOf": [
783
+ {
784
+ "propertyNames": {
785
+ "type": "string",
786
+ "allOf": [{ "pattern": "^[a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?$" }]
787
+ }
788
+ }
789
+ ]
791
790
  },
792
791
  "McpServersConfig": {
793
792
  "type": "object",
@@ -865,7 +864,7 @@
865
864
  },
866
865
  "skills": {
867
866
  "anyOf": [{ "$ref": "#/definitions/SkillsMap" }],
868
- "description": "Your installed skills, keyed by workspace skill name. Prefer plain source strings; use the object form only to set `enabled: false` or `authored: true`, and never write `enabled: true` or `authored: false` explicitly."
867
+ "description": "Your installed skills, keyed by workspace skill name. Prefer plain source strings; use the object form only to set `enabled: false`."
869
868
  },
870
869
  "skillsConfig": {
871
870
  "anyOf": [{ "$ref": "#/definitions/SkillsConfig" }],
@@ -873,7 +872,7 @@
873
872
  },
874
873
  "commands": {
875
874
  "anyOf": [{ "$ref": "#/definitions/CommandsMap" }],
876
- "description": "Your installed commands, keyed by workspace command name. Prefer plain source strings; use the object form only to set `enabled: false` or `authored: true`, and never write `enabled: true` or `authored: false` explicitly."
875
+ "description": "Your installed commands, keyed by workspace command name. Prefer plain source strings; use the object form only to set `enabled: false`."
877
876
  },
878
877
  "commandsConfig": {
879
878
  "anyOf": [{ "$ref": "#/definitions/CommandsConfig" }],
@@ -881,19 +880,19 @@
881
880
  },
882
881
  "files": {
883
882
  "anyOf": [{ "$ref": "#/definitions/FilesMap" }],
884
- "description": "Your installed Context Files packages, keyed by workspace package name. Prefer plain source strings; use the object form only to set `enabled: false`, `authored: true`, or scalar `inputs`."
883
+ "description": "Your installed Context Files packages, keyed by workspace package name. Prefer plain source strings; use the object form only to set `enabled: false` or scalar `inputs`."
885
884
  },
886
885
  "rules": {
887
886
  "anyOf": [{ "$ref": "#/definitions/RulesMap" }],
888
- "description": "Your installed rules, keyed by workspace rule name. Prefer plain source strings; use the object form only to set `enabled: false` or `authored: true`."
887
+ "description": "Your installed rules, keyed by workspace rule name. Prefer plain source strings; use the object form only to set `enabled: false`."
889
888
  },
890
889
  "hooks": {
891
890
  "anyOf": [{ "$ref": "#/definitions/HooksMap" }],
892
- "description": "Your installed hooks, keyed by workspace hook name. Prefer plain source strings; use the object form only to set `enabled: false` or `authored: true`."
891
+ "description": "Your installed hooks, keyed by workspace hook name. Prefer plain source strings; use the object form only to set `enabled: false`."
893
892
  },
894
893
  "subagents": {
895
894
  "anyOf": [{ "$ref": "#/definitions/SubagentsMap" }],
896
- "description": "Your installed subagents, keyed by workspace subagent name. Prefer plain source strings; use the object form only to set `enabled: false` or `authored: true`, and never write `enabled: true` or `authored: false` explicitly."
895
+ "description": "Your installed subagents, keyed by workspace subagent name. Prefer plain source strings; use the object form only to set `enabled: false`."
897
896
  },
898
897
  "subagentsConfig": {
899
898
  "anyOf": [{ "$ref": "#/definitions/SubagentsConfig" }],
@@ -901,7 +900,7 @@
901
900
  },
902
901
  "packs": {
903
902
  "anyOf": [{ "$ref": "#/definitions/PacksMap" }],
904
- "description": "Your installed packs, keyed by workspace pack name. Prefer plain source strings; use the object form only to set `authored: true`, and never write `authored: false` explicitly. Pack entries do not support `enabled` yet."
903
+ "description": "Your installed packs, keyed by workspace pack name. Pack entries do not support `enabled` yet."
905
904
  },
906
905
  "packsConfig": {
907
906
  "anyOf": [{ "$ref": "#/definitions/PacksConfig" }],
@@ -909,11 +908,11 @@
909
908
  },
910
909
  "libraries": {
911
910
  "anyOf": [{ "$ref": "#/definitions/LibrariesMap" }],
912
- "description": "Your Library subscriptions, keyed by workspace subscription name. Prefer plain Library refs; use the object form only to set `enabled: false` or `authored: true`. Libraries are always latest and do not accept version suffixes."
911
+ "description": "Your Library subscriptions, keyed by workspace subscription name. Prefer plain Library refs; use the object form only to set `enabled: false`. Libraries are always latest and do not accept version suffixes."
913
912
  },
914
913
  "mcpServers": {
915
914
  "anyOf": [{ "$ref": "#/definitions/McpServersMap" }],
916
- "description": "Your installed MCP servers, keyed by workspace MCP server name. Prefer plain source strings; use the object form only to set `enabled: false`, `authored: true`, or persisted `env` values."
915
+ "description": "Your installed MCP servers, keyed by workspace MCP server name. Prefer plain source strings; use the object form only to set `enabled: false` or persisted `env` values."
917
916
  },
918
917
  "mcpServersConfig": {
919
918
  "anyOf": [{ "$ref": "#/definitions/McpServersConfig" }],