@agentxm/client-core 0.13.0 → 0.13.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 (451) hide show
  1. package/LICENSE +97 -8
  2. package/README.md +1 -1
  3. package/dist/src/unstable/agent-capabilities/__generated__/catalog.d.ts +48 -0
  4. package/dist/src/unstable/agent-capabilities/__generated__/catalog.d.ts.map +1 -1
  5. package/dist/src/unstable/agent-capabilities/__generated__/catalog.js +62 -0
  6. package/dist/src/unstable/agent-capabilities/__generated__/catalog.js.map +1 -1
  7. package/dist/src/unstable/agent-capabilities/derive.d.ts +21 -3
  8. package/dist/src/unstable/agent-capabilities/derive.d.ts.map +1 -1
  9. package/dist/src/unstable/agent-capabilities/derive.js +5 -2
  10. package/dist/src/unstable/agent-capabilities/derive.js.map +1 -1
  11. package/dist/src/unstable/agent-capabilities/schema.d.ts +45 -2
  12. package/dist/src/unstable/agent-capabilities/schema.d.ts.map +1 -1
  13. package/dist/src/unstable/agent-capabilities/schema.js +18 -0
  14. package/dist/src/unstable/agent-capabilities/schema.js.map +1 -1
  15. package/dist/src/unstable/agent-capabilities/validate.d.ts.map +1 -1
  16. package/dist/src/unstable/agent-capabilities/validate.js +2 -0
  17. package/dist/src/unstable/agent-capabilities/validate.js.map +1 -1
  18. package/dist/src/unstable/agents/instructions.js +1 -1
  19. package/dist/src/unstable/agents/instructions.js.map +1 -1
  20. package/dist/src/unstable/branding/naming.d.ts +11 -5
  21. package/dist/src/unstable/branding/naming.d.ts.map +1 -1
  22. package/dist/src/unstable/branding/naming.js +15 -7
  23. package/dist/src/unstable/branding/naming.js.map +1 -1
  24. package/dist/src/unstable/cli-runtime/command-summary.d.ts +1 -1
  25. package/dist/src/unstable/cli-runtime/command-summary.d.ts.map +1 -1
  26. package/dist/src/unstable/cli-runtime/command-summary.js.map +1 -1
  27. package/dist/src/unstable/extensions/common.d.ts +6 -6
  28. package/dist/src/unstable/extensions/common.d.ts.map +1 -1
  29. package/dist/src/unstable/extensions/common.js +22 -13
  30. package/dist/src/unstable/extensions/common.js.map +1 -1
  31. package/dist/src/unstable/extensions/fqn.js +1 -1
  32. package/dist/src/unstable/extensions/fqn.js.map +1 -1
  33. package/dist/src/unstable/extensions/installable-types.d.ts +4 -4
  34. package/dist/src/unstable/extensions/installable-types.d.ts.map +1 -1
  35. package/dist/src/unstable/extensions/installable-types.js +12 -4
  36. package/dist/src/unstable/extensions/installable-types.js.map +1 -1
  37. package/dist/src/unstable/extensions/operations.d.ts.map +1 -1
  38. package/dist/src/unstable/extensions/operations.js +6 -2
  39. package/dist/src/unstable/extensions/operations.js.map +1 -1
  40. package/dist/src/unstable/extensions/ref-base.d.ts +1 -1
  41. package/dist/src/unstable/extensions/ref-base.d.ts.map +1 -1
  42. package/dist/src/unstable/extensions/refs.d.ts +4 -2
  43. package/dist/src/unstable/extensions/refs.d.ts.map +1 -1
  44. package/dist/src/unstable/extensions/registry-source.d.ts +4 -4
  45. package/dist/src/unstable/extensions/utils.js +1 -1
  46. package/dist/src/unstable/files/discovery.d.ts +19 -0
  47. package/dist/src/unstable/files/discovery.d.ts.map +1 -0
  48. package/dist/src/unstable/{docs → files}/discovery.js +18 -11
  49. package/dist/src/unstable/files/discovery.js.map +1 -0
  50. package/dist/src/unstable/{docs → files}/generators.d.ts +1 -1
  51. package/dist/src/unstable/files/generators.d.ts.map +1 -0
  52. package/dist/src/unstable/{docs → files}/generators.js +1 -1
  53. package/dist/src/unstable/files/generators.js.map +1 -0
  54. package/dist/src/unstable/files/index.d.ts +15 -0
  55. package/dist/src/unstable/files/index.d.ts.map +1 -0
  56. package/dist/src/unstable/{docs → files}/index.js +4 -4
  57. package/dist/src/unstable/files/index.js.map +1 -0
  58. package/dist/src/unstable/files/manager.d.ts +19 -0
  59. package/dist/src/unstable/files/manager.d.ts.map +1 -0
  60. package/dist/src/unstable/{docs → files}/manager.js +56 -54
  61. package/dist/src/unstable/files/manager.js.map +1 -0
  62. package/dist/src/unstable/{docs → files}/manifest-schema.d.ts +17 -17
  63. package/dist/src/unstable/files/manifest-schema.d.ts.map +1 -0
  64. package/dist/src/unstable/{docs → files}/manifest-schema.js +48 -48
  65. package/dist/src/unstable/files/manifest-schema.js.map +1 -0
  66. package/dist/src/unstable/files/markers.d.ts +7 -0
  67. package/dist/src/unstable/files/markers.d.ts.map +1 -0
  68. package/dist/src/unstable/files/markers.js +7 -0
  69. package/dist/src/unstable/files/markers.js.map +1 -0
  70. package/dist/src/unstable/{docs → files}/materialization.d.ts +8 -8
  71. package/dist/src/unstable/files/materialization.d.ts.map +1 -0
  72. package/dist/src/unstable/{docs → files}/materialization.js +24 -24
  73. package/dist/src/unstable/files/materialization.js.map +1 -0
  74. package/dist/src/unstable/files/refs.d.ts +17 -0
  75. package/dist/src/unstable/files/refs.d.ts.map +1 -0
  76. package/dist/src/unstable/files/refs.js +8 -0
  77. package/dist/src/unstable/files/refs.js.map +1 -0
  78. package/dist/src/unstable/files/workspace-generators.d.ts.map +1 -0
  79. package/dist/src/unstable/files/workspace-generators.js.map +1 -0
  80. package/dist/src/unstable/hooks/discovery.d.ts +19 -0
  81. package/dist/src/unstable/hooks/discovery.d.ts.map +1 -0
  82. package/dist/src/unstable/hooks/discovery.js +101 -0
  83. package/dist/src/unstable/hooks/discovery.js.map +1 -0
  84. package/dist/src/unstable/hooks/index.d.ts +13 -0
  85. package/dist/src/unstable/hooks/index.d.ts.map +1 -0
  86. package/dist/src/unstable/hooks/index.js +11 -0
  87. package/dist/src/unstable/hooks/index.js.map +1 -0
  88. package/dist/src/unstable/{docs → hooks}/manager.d.ts +6 -6
  89. package/dist/src/unstable/hooks/manager.d.ts.map +1 -0
  90. package/dist/src/unstable/hooks/manager.js +512 -0
  91. package/dist/src/unstable/hooks/manager.js.map +1 -0
  92. package/dist/src/unstable/hooks/manifest-schema.d.ts +94 -0
  93. package/dist/src/unstable/hooks/manifest-schema.d.ts.map +1 -0
  94. package/dist/src/unstable/hooks/manifest-schema.js +85 -0
  95. package/dist/src/unstable/hooks/manifest-schema.js.map +1 -0
  96. package/dist/src/unstable/hooks/operations/publish.d.ts +22 -0
  97. package/dist/src/unstable/hooks/operations/publish.d.ts.map +1 -0
  98. package/dist/src/unstable/hooks/operations/publish.js +95 -0
  99. package/dist/src/unstable/hooks/operations/publish.js.map +1 -0
  100. package/dist/src/unstable/hooks/refs.d.ts +25 -0
  101. package/dist/src/unstable/hooks/refs.d.ts.map +1 -0
  102. package/dist/src/unstable/{docs → hooks}/refs.js +1 -1
  103. package/dist/src/unstable/hooks/refs.js.map +1 -0
  104. package/dist/src/unstable/hooks/registry-ref-builder.d.ts +7 -0
  105. package/dist/src/unstable/hooks/registry-ref-builder.d.ts.map +1 -0
  106. package/dist/src/unstable/hooks/registry-ref-builder.js +13 -0
  107. package/dist/src/unstable/hooks/registry-ref-builder.js.map +1 -0
  108. package/dist/src/unstable/lint/catalog/files/generator-valid.d.ts +4 -0
  109. package/dist/src/unstable/lint/catalog/files/generator-valid.d.ts.map +1 -0
  110. package/dist/src/unstable/lint/catalog/{docs → files}/generator-valid.js +6 -6
  111. package/dist/src/unstable/lint/catalog/files/generator-valid.js.map +1 -0
  112. package/dist/src/unstable/lint/catalog/{docs → files}/helpers.d.ts +6 -6
  113. package/dist/src/unstable/lint/catalog/files/helpers.d.ts.map +1 -0
  114. package/dist/src/unstable/lint/catalog/{docs → files}/helpers.js +7 -7
  115. package/dist/src/unstable/lint/catalog/files/helpers.js.map +1 -0
  116. package/dist/src/unstable/lint/catalog/files/manifest-keys-recognized.d.ts +4 -0
  117. package/dist/src/unstable/lint/catalog/files/manifest-keys-recognized.d.ts.map +1 -0
  118. package/dist/src/unstable/lint/catalog/files/manifest-keys-recognized.js +14 -0
  119. package/dist/src/unstable/lint/catalog/files/manifest-keys-recognized.js.map +1 -0
  120. package/dist/src/unstable/lint/catalog/files/manifest-present.d.ts +4 -0
  121. package/dist/src/unstable/lint/catalog/files/manifest-present.d.ts.map +1 -0
  122. package/dist/src/unstable/lint/catalog/files/manifest-present.js +24 -0
  123. package/dist/src/unstable/lint/catalog/files/manifest-present.js.map +1 -0
  124. package/dist/src/unstable/lint/catalog/files/manifest-schema-valid.d.ts +4 -0
  125. package/dist/src/unstable/lint/catalog/files/manifest-schema-valid.d.ts.map +1 -0
  126. package/dist/src/unstable/lint/catalog/files/manifest-schema-valid.js +12 -0
  127. package/dist/src/unstable/lint/catalog/files/manifest-schema-valid.js.map +1 -0
  128. package/dist/src/unstable/lint/catalog/files/marker-valid.d.ts +4 -0
  129. package/dist/src/unstable/lint/catalog/files/marker-valid.d.ts.map +1 -0
  130. package/dist/src/unstable/lint/catalog/{docs → files}/marker-valid.js +6 -6
  131. package/dist/src/unstable/lint/catalog/files/marker-valid.js.map +1 -0
  132. package/dist/src/unstable/lint/catalog/files/package-valid.d.ts +4 -0
  133. package/dist/src/unstable/lint/catalog/files/package-valid.d.ts.map +1 -0
  134. package/dist/src/unstable/lint/catalog/{docs → files}/package-valid.js +9 -9
  135. package/dist/src/unstable/lint/catalog/files/package-valid.js.map +1 -0
  136. package/dist/src/unstable/lint/catalog/files/target-valid.d.ts +4 -0
  137. package/dist/src/unstable/lint/catalog/files/target-valid.d.ts.map +1 -0
  138. package/dist/src/unstable/lint/catalog/{docs → files}/target-valid.js +6 -6
  139. package/dist/src/unstable/lint/catalog/files/target-valid.js.map +1 -0
  140. package/dist/src/unstable/lint/catalog/files/template-valid.d.ts +4 -0
  141. package/dist/src/unstable/lint/catalog/files/template-valid.d.ts.map +1 -0
  142. package/dist/src/unstable/lint/catalog/{docs → files}/template-valid.js +7 -7
  143. package/dist/src/unstable/lint/catalog/files/template-valid.js.map +1 -0
  144. package/dist/src/unstable/lint/catalog/files-accessor/contexts.d.ts +10 -0
  145. package/dist/src/unstable/lint/catalog/files-accessor/contexts.d.ts.map +1 -0
  146. package/dist/src/unstable/lint/catalog/files-accessor/contexts.js +8 -0
  147. package/dist/src/unstable/lint/catalog/files-accessor/contexts.js.map +1 -0
  148. package/dist/src/unstable/lint/catalog/files-accessor/platform.d.ts +9 -0
  149. package/dist/src/unstable/lint/catalog/files-accessor/platform.d.ts.map +1 -0
  150. package/dist/src/unstable/lint/catalog/{docs-accessor → files-accessor}/platform.js +1 -1
  151. package/dist/src/unstable/lint/catalog/files-accessor/platform.js.map +1 -0
  152. package/dist/src/unstable/lint/catalog/files-accessor/vft.d.ts +8 -0
  153. package/dist/src/unstable/lint/catalog/files-accessor/vft.d.ts.map +1 -0
  154. package/dist/src/unstable/lint/catalog/{docs-accessor → files-accessor}/vft.js +1 -1
  155. package/dist/src/unstable/lint/catalog/files-accessor/vft.js.map +1 -0
  156. package/dist/src/unstable/lint/catalog/files.d.ts +4 -0
  157. package/dist/src/unstable/lint/catalog/files.d.ts.map +1 -0
  158. package/dist/src/unstable/lint/catalog/files.js +21 -0
  159. package/dist/src/unstable/lint/catalog/files.js.map +1 -0
  160. package/dist/src/unstable/lint/catalog/hook/entrypoint-exists.d.ts +4 -0
  161. package/dist/src/unstable/lint/catalog/hook/entrypoint-exists.d.ts.map +1 -0
  162. package/dist/src/unstable/lint/catalog/hook/entrypoint-exists.js +39 -0
  163. package/dist/src/unstable/lint/catalog/hook/entrypoint-exists.js.map +1 -0
  164. package/dist/src/unstable/lint/catalog/hook/manifest-keys-recognized.d.ts +4 -0
  165. package/dist/src/unstable/lint/catalog/{docs → hook}/manifest-keys-recognized.d.ts.map +1 -1
  166. package/dist/src/unstable/lint/catalog/hook/manifest-keys-recognized.js +13 -0
  167. package/dist/src/unstable/lint/catalog/hook/manifest-keys-recognized.js.map +1 -0
  168. package/dist/src/unstable/lint/catalog/hook/manifest-present.d.ts +4 -0
  169. package/dist/src/unstable/lint/catalog/hook/manifest-present.d.ts.map +1 -0
  170. package/dist/src/unstable/lint/catalog/hook/manifest-present.js +24 -0
  171. package/dist/src/unstable/lint/catalog/hook/manifest-present.js.map +1 -0
  172. package/dist/src/unstable/lint/catalog/hook/manifest-schema-valid.d.ts +4 -0
  173. package/dist/src/unstable/lint/catalog/{docs → hook}/manifest-schema-valid.d.ts.map +1 -1
  174. package/dist/src/unstable/lint/catalog/hook/manifest-schema-valid.js +11 -0
  175. package/dist/src/unstable/lint/catalog/hook/manifest-schema-valid.js.map +1 -0
  176. package/dist/src/unstable/lint/catalog/hook.d.ts +4 -0
  177. package/dist/src/unstable/lint/catalog/hook.d.ts.map +1 -0
  178. package/dist/src/unstable/lint/catalog/hook.js +13 -0
  179. package/dist/src/unstable/lint/catalog/hook.js.map +1 -0
  180. package/dist/src/unstable/lint/catalog/index.d.ts +5 -4
  181. package/dist/src/unstable/lint/catalog/index.d.ts.map +1 -1
  182. package/dist/src/unstable/lint/catalog/index.js +9 -6
  183. package/dist/src/unstable/lint/catalog/index.js.map +1 -1
  184. package/dist/src/unstable/lint/catalog/shared/manifest-json.js +1 -1
  185. package/dist/src/unstable/lint/catalog/shared/manifest-json.js.map +1 -1
  186. package/dist/src/unstable/lint/catalog/shared/schema-rule.js +3 -1
  187. package/dist/src/unstable/lint/catalog/shared/schema-rule.js.map +1 -1
  188. package/dist/src/unstable/lint/catalog/workspace/skills-managed.js +1 -1
  189. package/dist/src/unstable/lint/catalog/workspace/skills-managed.js.map +1 -1
  190. package/dist/src/unstable/lint/catalog/workspace-read-model/lint-workspace.d.ts +2 -2
  191. package/dist/src/unstable/lint/catalog/workspace-read-model/lint-workspace.d.ts.map +1 -1
  192. package/dist/src/unstable/lint/catalog/workspace-read-model/lint-workspace.js +18 -18
  193. package/dist/src/unstable/lint/catalog/workspace-read-model/lint-workspace.js.map +1 -1
  194. package/dist/src/unstable/lint/cli.d.ts +4 -4
  195. package/dist/src/unstable/lint/cli.d.ts.map +1 -1
  196. package/dist/src/unstable/lint/cli.js +6 -6
  197. package/dist/src/unstable/lint/cli.js.map +1 -1
  198. package/dist/src/unstable/lint/context.d.ts +17 -5
  199. package/dist/src/unstable/lint/context.d.ts.map +1 -1
  200. package/dist/src/unstable/lint/index.d.ts +2 -2
  201. package/dist/src/unstable/lint/index.d.ts.map +1 -1
  202. package/dist/src/unstable/lint/index.js +1 -1
  203. package/dist/src/unstable/lint/index.js.map +1 -1
  204. package/dist/src/unstable/lint/publish.d.ts +5 -4
  205. package/dist/src/unstable/lint/publish.d.ts.map +1 -1
  206. package/dist/src/unstable/lint/publish.js +28 -18
  207. package/dist/src/unstable/lint/publish.js.map +1 -1
  208. package/dist/src/unstable/lockfile/index.d.ts +2 -2
  209. package/dist/src/unstable/lockfile/index.d.ts.map +1 -1
  210. package/dist/src/unstable/lockfile/index.js +1 -1
  211. package/dist/src/unstable/lockfile/index.js.map +1 -1
  212. package/dist/src/unstable/lockfile/lockfile.d.ts +235 -3
  213. package/dist/src/unstable/lockfile/lockfile.d.ts.map +1 -1
  214. package/dist/src/unstable/lockfile/lockfile.js +1 -1
  215. package/dist/src/unstable/lockfile/schema.d.ts +758 -14
  216. package/dist/src/unstable/lockfile/schema.d.ts.map +1 -1
  217. package/dist/src/unstable/lockfile/schema.js +62 -20
  218. package/dist/src/unstable/lockfile/schema.js.map +1 -1
  219. package/dist/src/unstable/managed-files/index.d.ts +7 -0
  220. package/dist/src/unstable/managed-files/index.d.ts.map +1 -0
  221. package/dist/src/unstable/managed-files/index.js +7 -0
  222. package/dist/src/unstable/managed-files/index.js.map +1 -0
  223. package/dist/src/unstable/{docs → managed-files}/markers.d.ts +1 -1
  224. package/dist/src/unstable/managed-files/markers.d.ts.map +1 -0
  225. package/dist/src/unstable/{docs → managed-files}/markers.js +1 -1
  226. package/dist/src/unstable/managed-files/markers.js.map +1 -0
  227. package/dist/src/unstable/packs/dependency-resolution.d.ts +3 -1
  228. package/dist/src/unstable/packs/dependency-resolution.d.ts.map +1 -1
  229. package/dist/src/unstable/packs/dependency-resolution.js +22 -7
  230. package/dist/src/unstable/packs/dependency-resolution.js.map +1 -1
  231. package/dist/src/unstable/packs/expansion.d.ts +3 -1
  232. package/dist/src/unstable/packs/expansion.d.ts.map +1 -1
  233. package/dist/src/unstable/packs/expansion.js +35 -5
  234. package/dist/src/unstable/packs/expansion.js.map +1 -1
  235. package/dist/src/unstable/packs/manager.d.ts.map +1 -1
  236. package/dist/src/unstable/packs/manager.js +3 -1
  237. package/dist/src/unstable/packs/manager.js.map +1 -1
  238. package/dist/src/unstable/packs/manifest-schema.js +1 -1
  239. package/dist/src/unstable/packs/manifest-schema.js.map +1 -1
  240. package/dist/src/unstable/packs/operations/install.d.ts +4 -0
  241. package/dist/src/unstable/packs/operations/install.d.ts.map +1 -1
  242. package/dist/src/unstable/packs/operations/install.js +7 -1
  243. package/dist/src/unstable/packs/operations/install.js.map +1 -1
  244. package/dist/src/unstable/packs/reconciliation-adapter.d.ts.map +1 -1
  245. package/dist/src/unstable/packs/reconciliation-adapter.js +4 -2
  246. package/dist/src/unstable/packs/reconciliation-adapter.js.map +1 -1
  247. package/dist/src/unstable/publish/lint-gate.d.ts +5 -0
  248. package/dist/src/unstable/publish/lint-gate.d.ts.map +1 -1
  249. package/dist/src/unstable/publish/lint-gate.js +12 -1
  250. package/dist/src/unstable/publish/lint-gate.js.map +1 -1
  251. package/dist/src/unstable/publish/manifest-policy.d.ts +54 -2
  252. package/dist/src/unstable/publish/manifest-policy.d.ts.map +1 -1
  253. package/dist/src/unstable/publish/manifest-policy.js +10 -5
  254. package/dist/src/unstable/publish/manifest-policy.js.map +1 -1
  255. package/dist/src/unstable/registry/discover-schema.d.ts +4 -4
  256. package/dist/src/unstable/registry/schema.d.ts +1 -1
  257. package/dist/src/unstable/rules/discovery.d.ts +19 -0
  258. package/dist/src/unstable/rules/discovery.d.ts.map +1 -0
  259. package/dist/src/unstable/rules/discovery.js +101 -0
  260. package/dist/src/unstable/rules/discovery.js.map +1 -0
  261. package/dist/src/unstable/rules/index.d.ts +11 -0
  262. package/dist/src/unstable/rules/index.d.ts.map +1 -0
  263. package/dist/src/unstable/rules/index.js +10 -0
  264. package/dist/src/unstable/rules/index.js.map +1 -0
  265. package/dist/src/unstable/rules/manager.d.ts +19 -0
  266. package/dist/src/unstable/rules/manager.d.ts.map +1 -0
  267. package/dist/src/unstable/rules/manager.js +400 -0
  268. package/dist/src/unstable/rules/manager.js.map +1 -0
  269. package/dist/src/unstable/rules/manifest-schema.d.ts +62 -0
  270. package/dist/src/unstable/rules/manifest-schema.d.ts.map +1 -0
  271. package/dist/src/unstable/rules/manifest-schema.js +43 -0
  272. package/dist/src/unstable/rules/manifest-schema.js.map +1 -0
  273. package/dist/src/unstable/rules/refs.d.ts +25 -0
  274. package/dist/src/unstable/rules/refs.d.ts.map +1 -0
  275. package/dist/src/unstable/rules/refs.js +8 -0
  276. package/dist/src/unstable/rules/refs.js.map +1 -0
  277. package/dist/src/unstable/rules/registry-ref-builder.d.ts +7 -0
  278. package/dist/src/unstable/rules/registry-ref-builder.d.ts.map +1 -0
  279. package/dist/src/unstable/rules/registry-ref-builder.js +13 -0
  280. package/dist/src/unstable/rules/registry-ref-builder.js.map +1 -0
  281. package/dist/src/unstable/settings/index.d.ts +2 -2
  282. package/dist/src/unstable/settings/index.d.ts.map +1 -1
  283. package/dist/src/unstable/settings/index.js +1 -1
  284. package/dist/src/unstable/settings/index.js.map +1 -1
  285. package/dist/src/unstable/settings/schema.d.ts +116 -12
  286. package/dist/src/unstable/settings/schema.d.ts.map +1 -1
  287. package/dist/src/unstable/settings/schema.js +170 -32
  288. package/dist/src/unstable/settings/schema.js.map +1 -1
  289. package/dist/src/unstable/source-resolution/providers/bitbucket/print.js +1 -1
  290. package/dist/src/unstable/source-resolution/providers/bitbucket/print.js.map +1 -1
  291. package/dist/src/unstable/source-resolution/providers/convention-discovery.d.ts +10 -0
  292. package/dist/src/unstable/source-resolution/providers/convention-discovery.d.ts.map +1 -0
  293. package/dist/src/unstable/source-resolution/providers/convention-discovery.js +388 -0
  294. package/dist/src/unstable/source-resolution/providers/convention-discovery.js.map +1 -0
  295. package/dist/src/unstable/source-resolution/providers/git-hosting.d.ts.map +1 -1
  296. package/dist/src/unstable/source-resolution/providers/git-hosting.js +4 -71
  297. package/dist/src/unstable/source-resolution/providers/git-hosting.js.map +1 -1
  298. package/dist/src/unstable/source-resolution/providers/git.d.ts +5 -4
  299. package/dist/src/unstable/source-resolution/providers/git.d.ts.map +1 -1
  300. package/dist/src/unstable/source-resolution/providers/git.js +28 -11
  301. package/dist/src/unstable/source-resolution/providers/git.js.map +1 -1
  302. package/dist/src/unstable/source-resolution/providers/github/print.js +1 -1
  303. package/dist/src/unstable/source-resolution/providers/github/print.js.map +1 -1
  304. package/dist/src/unstable/source-resolution/providers/gitlab/print.js +1 -1
  305. package/dist/src/unstable/source-resolution/providers/gitlab/print.js.map +1 -1
  306. package/dist/src/unstable/source-resolution/providers/local.d.ts.map +1 -1
  307. package/dist/src/unstable/source-resolution/providers/local.js +6 -50
  308. package/dist/src/unstable/source-resolution/providers/local.js.map +1 -1
  309. package/dist/src/unstable/source-resolution/providers/parse-provider-shorthand.d.ts +1 -1
  310. package/dist/src/unstable/source-resolution/providers/parse-provider-shorthand.d.ts.map +1 -1
  311. package/dist/src/unstable/source-resolution/providers/parse-provider-shorthand.js +34 -11
  312. package/dist/src/unstable/source-resolution/providers/parse-provider-shorthand.js.map +1 -1
  313. package/dist/src/unstable/source-resolution/providers/registry/host-provider.d.ts.map +1 -1
  314. package/dist/src/unstable/source-resolution/providers/registry/host-provider.js +24 -4
  315. package/dist/src/unstable/source-resolution/providers/registry/host-provider.js.map +1 -1
  316. package/dist/src/unstable/source-resolution/resolve-source.d.ts.map +1 -1
  317. package/dist/src/unstable/source-resolution/resolve-source.js +29 -7
  318. package/dist/src/unstable/source-resolution/resolve-source.js.map +1 -1
  319. package/dist/src/unstable/sources/printer.d.ts +2 -2
  320. package/dist/src/unstable/sources/printer.d.ts.map +1 -1
  321. package/dist/src/unstable/sources/types.d.ts +1 -0
  322. package/dist/src/unstable/sources/types.d.ts.map +1 -1
  323. package/dist/src/unstable/sources/types.js +16 -2
  324. package/dist/src/unstable/sources/types.js.map +1 -1
  325. package/dist/src/unstable/workspace/configured-entry-resolution/index.d.ts +2 -2
  326. package/dist/src/unstable/workspace/configured-entry-resolution/index.d.ts.map +1 -1
  327. package/dist/src/unstable/workspace/configured-entry-resolution/index.js +1 -1
  328. package/dist/src/unstable/workspace/configured-entry-resolution/index.js.map +1 -1
  329. package/dist/src/unstable/workspace/configured-entry-resolution/resolve.d.ts +13 -3
  330. package/dist/src/unstable/workspace/configured-entry-resolution/resolve.d.ts.map +1 -1
  331. package/dist/src/unstable/workspace/configured-entry-resolution/resolve.js +109 -9
  332. package/dist/src/unstable/workspace/configured-entry-resolution/resolve.js.map +1 -1
  333. package/dist/src/unstable/workspace/configured-entry-resolution/types.d.ts +6 -2
  334. package/dist/src/unstable/workspace/configured-entry-resolution/types.d.ts.map +1 -1
  335. package/dist/src/unstable/workspace/configured-entry-resolution/types.js.map +1 -1
  336. package/dist/src/unstable/workspace/index.d.ts +2 -2
  337. package/dist/src/unstable/workspace/index.d.ts.map +1 -1
  338. package/dist/src/unstable/workspace/index.js +1 -1
  339. package/dist/src/unstable/workspace/index.js.map +1 -1
  340. package/dist/src/unstable/workspace/initialization.d.ts +96 -40
  341. package/dist/src/unstable/workspace/initialization.d.ts.map +1 -1
  342. package/dist/src/unstable/workspace/read-model/discovery/skills.d.ts.map +1 -1
  343. package/dist/src/unstable/workspace/read-model/discovery/skills.js +8 -1
  344. package/dist/src/unstable/workspace/read-model/discovery/skills.js.map +1 -1
  345. package/dist/src/unstable/workspace/read-model/extensions/files.d.ts +93 -0
  346. package/dist/src/unstable/workspace/read-model/extensions/files.d.ts.map +1 -0
  347. package/dist/src/unstable/workspace/read-model/extensions/{docs.js → files.js} +21 -21
  348. package/dist/src/unstable/workspace/read-model/extensions/files.js.map +1 -0
  349. package/dist/src/unstable/workspace/read-model/extensions/index.d.ts +2 -2
  350. package/dist/src/unstable/workspace/read-model/extensions/index.d.ts.map +1 -1
  351. package/dist/src/unstable/workspace/read-model/extensions/index.js +1 -1
  352. package/dist/src/unstable/workspace/read-model/extensions/index.js.map +1 -1
  353. package/dist/src/unstable/workspace/read-model/extensions/rule.d.ts +29 -6
  354. package/dist/src/unstable/workspace/read-model/extensions/rule.d.ts.map +1 -1
  355. package/dist/src/unstable/workspace/read-model/extensions/rule.js +38 -28
  356. package/dist/src/unstable/workspace/read-model/extensions/rule.js.map +1 -1
  357. package/dist/src/unstable/workspace/read-model/scanners/canonical-extensions.js +4 -2
  358. package/dist/src/unstable/workspace/read-model/scanners/canonical-extensions.js.map +1 -1
  359. package/dist/src/unstable/workspace/read-model/service.d.ts +2 -2
  360. package/dist/src/unstable/workspace/read-model/service.d.ts.map +1 -1
  361. package/dist/src/unstable/workspace/read-model/service.js +16 -6
  362. package/dist/src/unstable/workspace/read-model/service.js.map +1 -1
  363. package/dist/src/unstable/workspace/read-model-record-readers.d.ts.map +1 -1
  364. package/dist/src/unstable/workspace/read-model-record-readers.js +56 -5
  365. package/dist/src/unstable/workspace/read-model-record-readers.js.map +1 -1
  366. package/dist/src/unstable/workspace/service-interface.d.ts +90 -26
  367. package/dist/src/unstable/workspace/service-interface.d.ts.map +1 -1
  368. package/dist/src/unstable/workspace/service-interface.js.map +1 -1
  369. package/dist/src/unstable/workspace/service.d.ts +502 -14
  370. package/dist/src/unstable/workspace/service.d.ts.map +1 -1
  371. package/dist/src/unstable/workspace/service.js +318 -42
  372. package/dist/src/unstable/workspace/service.js.map +1 -1
  373. package/dist/src/unstable/workspace/test-stubs.d.ts +2 -0
  374. package/dist/src/unstable/workspace/test-stubs.d.ts.map +1 -1
  375. package/dist/src/unstable/workspace/test-stubs.js +32 -10
  376. package/dist/src/unstable/workspace/test-stubs.js.map +1 -1
  377. package/package.json +18 -6
  378. package/site-content/__generated__/schemas/axm-lock.schema.json +555 -136
  379. package/site-content/__generated__/schemas/axm-package-meta.schema.json +1 -1
  380. package/site-content/__generated__/schemas/{docs.schema.json → files.schema.json} +44 -44
  381. package/site-content/__generated__/schemas/hook.schema.json +375 -0
  382. package/site-content/__generated__/schemas/pack.schema.json +3 -3
  383. package/site-content/__generated__/schemas/rule.schema.json +327 -0
  384. package/site-content/__generated__/schemas/settings.schema.json +138 -28
  385. package/dist/src/unstable/docs/discovery.d.ts +0 -19
  386. package/dist/src/unstable/docs/discovery.d.ts.map +0 -1
  387. package/dist/src/unstable/docs/discovery.js.map +0 -1
  388. package/dist/src/unstable/docs/generators.d.ts.map +0 -1
  389. package/dist/src/unstable/docs/generators.js.map +0 -1
  390. package/dist/src/unstable/docs/index.d.ts +0 -15
  391. package/dist/src/unstable/docs/index.d.ts.map +0 -1
  392. package/dist/src/unstable/docs/index.js.map +0 -1
  393. package/dist/src/unstable/docs/manager.d.ts.map +0 -1
  394. package/dist/src/unstable/docs/manager.js.map +0 -1
  395. package/dist/src/unstable/docs/manifest-schema.d.ts.map +0 -1
  396. package/dist/src/unstable/docs/manifest-schema.js.map +0 -1
  397. package/dist/src/unstable/docs/markers.d.ts.map +0 -1
  398. package/dist/src/unstable/docs/markers.js.map +0 -1
  399. package/dist/src/unstable/docs/materialization.d.ts.map +0 -1
  400. package/dist/src/unstable/docs/materialization.js.map +0 -1
  401. package/dist/src/unstable/docs/refs.d.ts +0 -17
  402. package/dist/src/unstable/docs/refs.d.ts.map +0 -1
  403. package/dist/src/unstable/docs/refs.js.map +0 -1
  404. package/dist/src/unstable/docs/workspace-generators.d.ts.map +0 -1
  405. package/dist/src/unstable/docs/workspace-generators.js.map +0 -1
  406. package/dist/src/unstable/lint/catalog/docs/generator-valid.d.ts +0 -4
  407. package/dist/src/unstable/lint/catalog/docs/generator-valid.d.ts.map +0 -1
  408. package/dist/src/unstable/lint/catalog/docs/generator-valid.js.map +0 -1
  409. package/dist/src/unstable/lint/catalog/docs/helpers.d.ts.map +0 -1
  410. package/dist/src/unstable/lint/catalog/docs/helpers.js.map +0 -1
  411. package/dist/src/unstable/lint/catalog/docs/manifest-keys-recognized.d.ts +0 -4
  412. package/dist/src/unstable/lint/catalog/docs/manifest-keys-recognized.js +0 -14
  413. package/dist/src/unstable/lint/catalog/docs/manifest-keys-recognized.js.map +0 -1
  414. package/dist/src/unstable/lint/catalog/docs/manifest-present.d.ts +0 -4
  415. package/dist/src/unstable/lint/catalog/docs/manifest-present.d.ts.map +0 -1
  416. package/dist/src/unstable/lint/catalog/docs/manifest-present.js +0 -24
  417. package/dist/src/unstable/lint/catalog/docs/manifest-present.js.map +0 -1
  418. package/dist/src/unstable/lint/catalog/docs/manifest-schema-valid.d.ts +0 -4
  419. package/dist/src/unstable/lint/catalog/docs/manifest-schema-valid.js +0 -12
  420. package/dist/src/unstable/lint/catalog/docs/manifest-schema-valid.js.map +0 -1
  421. package/dist/src/unstable/lint/catalog/docs/marker-valid.d.ts +0 -4
  422. package/dist/src/unstable/lint/catalog/docs/marker-valid.d.ts.map +0 -1
  423. package/dist/src/unstable/lint/catalog/docs/marker-valid.js.map +0 -1
  424. package/dist/src/unstable/lint/catalog/docs/package-valid.d.ts +0 -4
  425. package/dist/src/unstable/lint/catalog/docs/package-valid.d.ts.map +0 -1
  426. package/dist/src/unstable/lint/catalog/docs/package-valid.js.map +0 -1
  427. package/dist/src/unstable/lint/catalog/docs/target-valid.d.ts +0 -4
  428. package/dist/src/unstable/lint/catalog/docs/target-valid.d.ts.map +0 -1
  429. package/dist/src/unstable/lint/catalog/docs/target-valid.js.map +0 -1
  430. package/dist/src/unstable/lint/catalog/docs/template-valid.d.ts +0 -4
  431. package/dist/src/unstable/lint/catalog/docs/template-valid.d.ts.map +0 -1
  432. package/dist/src/unstable/lint/catalog/docs/template-valid.js.map +0 -1
  433. package/dist/src/unstable/lint/catalog/docs-accessor/contexts.d.ts +0 -10
  434. package/dist/src/unstable/lint/catalog/docs-accessor/contexts.d.ts.map +0 -1
  435. package/dist/src/unstable/lint/catalog/docs-accessor/contexts.js +0 -8
  436. package/dist/src/unstable/lint/catalog/docs-accessor/contexts.js.map +0 -1
  437. package/dist/src/unstable/lint/catalog/docs-accessor/platform.d.ts +0 -9
  438. package/dist/src/unstable/lint/catalog/docs-accessor/platform.d.ts.map +0 -1
  439. package/dist/src/unstable/lint/catalog/docs-accessor/platform.js.map +0 -1
  440. package/dist/src/unstable/lint/catalog/docs-accessor/vft.d.ts +0 -8
  441. package/dist/src/unstable/lint/catalog/docs-accessor/vft.d.ts.map +0 -1
  442. package/dist/src/unstable/lint/catalog/docs-accessor/vft.js.map +0 -1
  443. package/dist/src/unstable/lint/catalog/docs.d.ts +0 -4
  444. package/dist/src/unstable/lint/catalog/docs.d.ts.map +0 -1
  445. package/dist/src/unstable/lint/catalog/docs.js +0 -21
  446. package/dist/src/unstable/lint/catalog/docs.js.map +0 -1
  447. package/dist/src/unstable/workspace/read-model/extensions/docs.d.ts +0 -93
  448. package/dist/src/unstable/workspace/read-model/extensions/docs.d.ts.map +0 -1
  449. package/dist/src/unstable/workspace/read-model/extensions/docs.js.map +0 -1
  450. /package/dist/src/unstable/{docs → files}/workspace-generators.d.ts +0 -0
  451. /package/dist/src/unstable/{docs → files}/workspace-generators.js +0 -0
package/LICENSE CHANGED
@@ -1,13 +1,102 @@
1
- MIT License
1
+ # Functional Source License, Version 1.1, MIT Future License
2
2
 
3
- Copyright (c) 2025-2026 AgentXM, Inc.
3
+ ## Abbreviation
4
4
 
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
5
+ FSL-1.1-MIT
6
+
7
+ ## Notice
8
+
9
+ Copyright 2025-2026 AgentXM, Inc.
10
+
11
+ ## Terms and Conditions
12
+
13
+ ### Licensor ("We")
14
+
15
+ The party offering the Software under these Terms and Conditions.
16
+
17
+ ### The Software
18
+
19
+ The "Software" is each version of the software that we make available under
20
+ these Terms and Conditions, as indicated by our inclusion of these Terms and
21
+ Conditions with the Software.
22
+
23
+ ### License Grant
24
+
25
+ Subject to your compliance with this License Grant and the Patents,
26
+ Redistribution and Trademark clauses below, we hereby grant you the right to
27
+ use, copy, modify, create derivative works, publicly perform, publicly display
28
+ and redistribute the Software for any Permitted Purpose identified below.
29
+
30
+ ### Permitted Purpose
31
+
32
+ A Permitted Purpose is any purpose other than a Competing Use. A Competing Use
33
+ means making the Software available to others in a commercial product or
34
+ service that:
35
+
36
+ 1. substitutes for the Software;
37
+
38
+ 2. substitutes for any other product or service we offer using the Software
39
+ that exists as of the date we make the Software available; or
40
+
41
+ 3. offers the same or substantially similar functionality as the Software.
42
+
43
+ Permitted Purposes specifically include using the Software:
44
+
45
+ 1. for your internal use and access;
46
+
47
+ 2. for non-commercial education;
48
+
49
+ 3. for non-commercial research; and
50
+
51
+ 4. in connection with professional services that you provide to a licensee
52
+ using the Software in accordance with these Terms and Conditions.
53
+
54
+ ### Patents
55
+
56
+ To the extent your use for a Permitted Purpose would necessarily infringe our
57
+ patents, the license grant above includes a license under our patents. If you
58
+ make a claim against any party that the Software infringes or contributes to
59
+ the infringement of any patent, then your patent license to the Software ends
60
+ immediately.
61
+
62
+ ### Redistribution
63
+
64
+ The Terms and Conditions apply to all copies, modifications and derivatives of
65
+ the Software.
66
+
67
+ If you redistribute any copies, modifications or derivatives of the Software,
68
+ you must include a copy of or a link to these Terms and Conditions and not
69
+ remove any copyright notices provided in or with the Software.
70
+
71
+ ### Disclaimer
72
+
73
+ THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTIES OF ANY KIND, EXPRESS OR
74
+ IMPLIED, INCLUDING WITHOUT LIMITATION WARRANTIES OF FITNESS FOR A PARTICULAR
75
+ PURPOSE, MERCHANTABILITY, TITLE OR NON-INFRINGEMENT.
76
+
77
+ IN NO EVENT WILL WE HAVE ANY LIABILITY TO YOU ARISING OUT OF OR RELATED TO THE
78
+ SOFTWARE, INCLUDING INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES,
79
+ EVEN IF WE HAVE BEEN INFORMED OF THEIR POSSIBILITY IN ADVANCE.
80
+
81
+ ### Trademarks
82
+
83
+ Except for displaying the License Details and identifying us as the origin of
84
+ the Software, you have no right under these Terms and Conditions to use our
85
+ trademarks, trade names, service marks or product names.
86
+
87
+ ## Grant of Future License
88
+
89
+ We hereby irrevocably grant you an additional license to use the Software under
90
+ the MIT license that is effective on the second anniversary of the date we make
91
+ the Software available. On or after that date, you may use the Software under
92
+ the MIT license, in which case the following will apply:
93
+
94
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
95
+ this software and associated documentation files (the "Software"), to deal in
96
+ the Software without restriction, including without limitation the rights to
97
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
98
+ of the Software, and to permit persons to whom the Software is furnished to do
99
+ so, subject to the following conditions:
11
100
 
12
101
  The above copyright notice and this permission notice shall be included in all
13
102
  copies or substantial portions of the Software.
package/README.md CHANGED
@@ -13,4 +13,4 @@
13
13
  `VersRangeSchema` currently targets `package-url/vers-spec` commit
14
14
  `ee7d8b44f22f1517c75f7229b57b79374c8d34e5`.
15
15
 
16
- MIT © 2025-2026 AgentXM, Inc.
16
+ FSL-1.1-MIT © 2025-2026 AgentXM, Inc.
@@ -325,6 +325,30 @@ export declare const AGENTS: readonly [{
325
325
  readonly nestedDiscovery: true;
326
326
  readonly importSyntax: "at-path";
327
327
  };
328
+ readonly hooks: {
329
+ readonly lifecycle: "available";
330
+ readonly notes: "Managed hooks merge into the Claude Code settings hooks block and execute materialized AXM package entrypoints.";
331
+ readonly sources: readonly ["https://docs.claude.com/en/docs/claude-code/hooks", "https://docs.claude.com/en/docs/claude-code/settings"];
332
+ readonly lastVerified: "2026-06-02";
333
+ readonly scopes: readonly ["user", "project"];
334
+ readonly configFiles: readonly [{
335
+ readonly scope: "user";
336
+ readonly path: "~/.claude/settings.json";
337
+ readonly format: "json";
338
+ readonly gitignored: false;
339
+ }, {
340
+ readonly scope: "project";
341
+ readonly path: ".claude/settings.json";
342
+ readonly format: "json";
343
+ readonly gitignored: false;
344
+ }, {
345
+ readonly scope: "project";
346
+ readonly path: ".claude/settings.local.json";
347
+ readonly format: "json";
348
+ readonly gitignored: true;
349
+ }];
350
+ readonly serializer: "claude-code-settings";
351
+ };
328
352
  readonly permissions: {
329
353
  readonly lifecycle: "available";
330
354
  readonly sources: readonly ["https://docs.claude.com/en/docs/claude-code/iam", "https://docs.claude.com/en/docs/claude-code/settings"];
@@ -3609,6 +3633,30 @@ export declare const AGENTS_BY_ID: {
3609
3633
  readonly nestedDiscovery: true;
3610
3634
  readonly importSyntax: "at-path";
3611
3635
  };
3636
+ readonly hooks: {
3637
+ readonly lifecycle: "available";
3638
+ readonly notes: "Managed hooks merge into the Claude Code settings hooks block and execute materialized AXM package entrypoints.";
3639
+ readonly sources: readonly ["https://docs.claude.com/en/docs/claude-code/hooks", "https://docs.claude.com/en/docs/claude-code/settings"];
3640
+ readonly lastVerified: "2026-06-02";
3641
+ readonly scopes: readonly ["user", "project"];
3642
+ readonly configFiles: readonly [{
3643
+ readonly scope: "user";
3644
+ readonly path: "~/.claude/settings.json";
3645
+ readonly format: "json";
3646
+ readonly gitignored: false;
3647
+ }, {
3648
+ readonly scope: "project";
3649
+ readonly path: ".claude/settings.json";
3650
+ readonly format: "json";
3651
+ readonly gitignored: false;
3652
+ }, {
3653
+ readonly scope: "project";
3654
+ readonly path: ".claude/settings.local.json";
3655
+ readonly format: "json";
3656
+ readonly gitignored: true;
3657
+ }];
3658
+ readonly serializer: "claude-code-settings";
3659
+ };
3612
3660
  readonly permissions: {
3613
3661
  readonly lifecycle: "available";
3614
3662
  readonly sources: readonly ["https://docs.claude.com/en/docs/claude-code/iam", "https://docs.claude.com/en/docs/claude-code/settings"];
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.d.ts","sourceRoot":"","sources":["../../../../../src/unstable/agent-capabilities/__generated__/catalog.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,wEAAwE;AACxE,eAAO,MAAM,SAAS,ymBAuDZ,CAAC;AAEX,wEAAwE;AACxE,MAAM,MAAM,OAAO,GAAG,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC;AAEjD,wEAAwE;AACxE,eAAO,MAAM,aAAa,0nBAKxB,CAAC;AAEH,wEAAwE;AACxE,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA2mHsB,CAAC;AAE1C,wEAAwE;AACxE,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2mHkB,CAAC"}
1
+ {"version":3,"file":"catalog.d.ts","sourceRoot":"","sources":["../../../../../src/unstable/agent-capabilities/__generated__/catalog.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,wEAAwE;AACxE,eAAO,MAAM,SAAS,ymBAuDZ,CAAC;AAEX,wEAAwE;AACxE,MAAM,MAAM,OAAO,GAAG,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC;AAEjD,wEAAwE;AACxE,eAAO,MAAM,aAAa,0nBAKxB,CAAC;AAEH,wEAAwE;AACxE,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA2oHsB,CAAC;AAE1C,wEAAwE;AACxE,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2oHkB,CAAC"}
@@ -412,6 +412,37 @@ export const AGENTS = [
412
412
  nestedDiscovery: true,
413
413
  importSyntax: "at-path",
414
414
  },
415
+ hooks: {
416
+ lifecycle: "available",
417
+ notes: "Managed hooks merge into the Claude Code settings hooks block and execute materialized AXM package entrypoints.",
418
+ sources: [
419
+ "https://docs.claude.com/en/docs/claude-code/hooks",
420
+ "https://docs.claude.com/en/docs/claude-code/settings",
421
+ ],
422
+ lastVerified: "2026-06-02",
423
+ scopes: ["user", "project"],
424
+ configFiles: [
425
+ {
426
+ scope: "user",
427
+ path: "~/.claude/settings.json",
428
+ format: "json",
429
+ gitignored: false,
430
+ },
431
+ {
432
+ scope: "project",
433
+ path: ".claude/settings.json",
434
+ format: "json",
435
+ gitignored: false,
436
+ },
437
+ {
438
+ scope: "project",
439
+ path: ".claude/settings.local.json",
440
+ format: "json",
441
+ gitignored: true,
442
+ },
443
+ ],
444
+ serializer: "claude-code-settings",
445
+ },
415
446
  permissions: {
416
447
  lifecycle: "available",
417
448
  sources: [
@@ -4059,6 +4090,37 @@ export const AGENTS_BY_ID = {
4059
4090
  nestedDiscovery: true,
4060
4091
  importSyntax: "at-path",
4061
4092
  },
4093
+ hooks: {
4094
+ lifecycle: "available",
4095
+ notes: "Managed hooks merge into the Claude Code settings hooks block and execute materialized AXM package entrypoints.",
4096
+ sources: [
4097
+ "https://docs.claude.com/en/docs/claude-code/hooks",
4098
+ "https://docs.claude.com/en/docs/claude-code/settings",
4099
+ ],
4100
+ lastVerified: "2026-06-02",
4101
+ scopes: ["user", "project"],
4102
+ configFiles: [
4103
+ {
4104
+ scope: "user",
4105
+ path: "~/.claude/settings.json",
4106
+ format: "json",
4107
+ gitignored: false,
4108
+ },
4109
+ {
4110
+ scope: "project",
4111
+ path: ".claude/settings.json",
4112
+ format: "json",
4113
+ gitignored: false,
4114
+ },
4115
+ {
4116
+ scope: "project",
4117
+ path: ".claude/settings.local.json",
4118
+ format: "json",
4119
+ gitignored: true,
4120
+ },
4121
+ ],
4122
+ serializer: "claude-code-settings",
4123
+ },
4062
4124
  permissions: {
4063
4125
  lifecycle: "available",
4064
4126
  sources: [