@agentxm/client-core 0.2.0 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (362) hide show
  1. package/dist/src/unstable/commands/operations/disable.d.ts +2 -2
  2. package/dist/src/unstable/commands/operations/disable.d.ts.map +1 -1
  3. package/dist/src/unstable/commands/operations/enable.d.ts +2 -2
  4. package/dist/src/unstable/commands/operations/enable.d.ts.map +1 -1
  5. package/dist/src/unstable/commands/operations/install.d.ts +1 -1
  6. package/dist/src/unstable/commands/operations/install.d.ts.map +1 -1
  7. package/dist/src/unstable/commands/operations/new-command.d.ts +2 -2
  8. package/dist/src/unstable/commands/operations/new-command.d.ts.map +1 -1
  9. package/dist/src/unstable/commands/operations/publish.d.ts +1 -1
  10. package/dist/src/unstable/commands/operations/publish.d.ts.map +1 -1
  11. package/dist/src/unstable/commands/operations/uninstall.d.ts +1 -1
  12. package/dist/src/unstable/commands/operations/uninstall.d.ts.map +1 -1
  13. package/dist/src/unstable/extensions/operations.d.ts +1 -1
  14. package/dist/src/unstable/extensions/operations.d.ts.map +1 -1
  15. package/dist/src/unstable/lint/catalog/index.d.ts +39 -0
  16. package/dist/src/unstable/lint/catalog/index.d.ts.map +1 -0
  17. package/dist/src/unstable/lint/catalog/index.js +49 -0
  18. package/dist/src/unstable/lint/catalog/index.js.map +1 -0
  19. package/dist/src/unstable/lint/catalog/pack/manifest-keys-recognized.d.ts +31 -0
  20. package/dist/src/unstable/lint/catalog/pack/manifest-keys-recognized.d.ts.map +1 -0
  21. package/dist/src/unstable/lint/catalog/pack/manifest-keys-recognized.js +41 -0
  22. package/dist/src/unstable/lint/catalog/pack/manifest-keys-recognized.js.map +1 -0
  23. package/dist/src/unstable/lint/catalog/pack/manifest-present.d.ts +18 -0
  24. package/dist/src/unstable/lint/catalog/pack/manifest-present.d.ts.map +1 -0
  25. package/dist/src/unstable/lint/catalog/pack/manifest-present.js +41 -0
  26. package/dist/src/unstable/lint/catalog/pack/manifest-present.js.map +1 -0
  27. package/dist/src/unstable/lint/catalog/pack/manifest-schema-valid.d.ts +26 -0
  28. package/dist/src/unstable/lint/catalog/pack/manifest-schema-valid.d.ts.map +1 -0
  29. package/dist/src/unstable/lint/catalog/pack/manifest-schema-valid.js +34 -0
  30. package/dist/src/unstable/lint/catalog/pack/manifest-schema-valid.js.map +1 -0
  31. package/dist/src/unstable/lint/catalog/pack-accessor/contexts.d.ts +61 -0
  32. package/dist/src/unstable/lint/catalog/pack-accessor/contexts.d.ts.map +1 -0
  33. package/dist/src/unstable/lint/catalog/pack-accessor/contexts.js +46 -0
  34. package/dist/src/unstable/lint/catalog/pack-accessor/contexts.js.map +1 -0
  35. package/dist/src/unstable/lint/catalog/pack-accessor/platform.d.ts +53 -0
  36. package/dist/src/unstable/lint/catalog/pack-accessor/platform.d.ts.map +1 -0
  37. package/dist/src/unstable/lint/catalog/pack-accessor/platform.js +90 -0
  38. package/dist/src/unstable/lint/catalog/pack-accessor/platform.js.map +1 -0
  39. package/dist/src/unstable/lint/catalog/pack-accessor/vft.d.ts +60 -0
  40. package/dist/src/unstable/lint/catalog/pack-accessor/vft.d.ts.map +1 -0
  41. package/dist/src/unstable/lint/catalog/pack-accessor/vft.js +85 -0
  42. package/dist/src/unstable/lint/catalog/pack-accessor/vft.js.map +1 -0
  43. package/dist/src/unstable/lint/catalog/pack.d.ts +37 -0
  44. package/dist/src/unstable/lint/catalog/pack.d.ts.map +1 -0
  45. package/dist/src/unstable/lint/catalog/pack.js +47 -0
  46. package/dist/src/unstable/lint/catalog/pack.js.map +1 -0
  47. package/dist/src/unstable/lint/catalog/shared/schema-rule.d.ts +59 -0
  48. package/dist/src/unstable/lint/catalog/shared/schema-rule.d.ts.map +1 -0
  49. package/dist/src/unstable/lint/catalog/shared/schema-rule.js +99 -0
  50. package/dist/src/unstable/lint/catalog/shared/schema-rule.js.map +1 -0
  51. package/dist/src/unstable/lint/catalog/skill/frontmatter-parseable.d.ts +31 -0
  52. package/dist/src/unstable/lint/catalog/skill/frontmatter-parseable.d.ts.map +1 -0
  53. package/dist/src/unstable/lint/catalog/skill/frontmatter-parseable.js +151 -0
  54. package/dist/src/unstable/lint/catalog/skill/frontmatter-parseable.js.map +1 -0
  55. package/dist/src/unstable/lint/catalog/skill/manifest-keys-recognized.d.ts +26 -0
  56. package/dist/src/unstable/lint/catalog/skill/manifest-keys-recognized.d.ts.map +1 -0
  57. package/dist/src/unstable/lint/catalog/skill/manifest-keys-recognized.js +41 -0
  58. package/dist/src/unstable/lint/catalog/skill/manifest-keys-recognized.js.map +1 -0
  59. package/dist/src/unstable/lint/catalog/skill/manifest-present.d.ts +18 -0
  60. package/dist/src/unstable/lint/catalog/skill/manifest-present.d.ts.map +1 -0
  61. package/dist/src/unstable/lint/catalog/skill/manifest-present.js +46 -0
  62. package/dist/src/unstable/lint/catalog/skill/manifest-present.js.map +1 -0
  63. package/dist/src/unstable/lint/catalog/skill/manifest-schema-valid.d.ts +22 -0
  64. package/dist/src/unstable/lint/catalog/skill/manifest-schema-valid.d.ts.map +1 -0
  65. package/dist/src/unstable/lint/catalog/skill/manifest-schema-valid.js +37 -0
  66. package/dist/src/unstable/lint/catalog/skill/manifest-schema-valid.js.map +1 -0
  67. package/dist/src/unstable/lint/catalog/skill/skill-md-present.d.ts +17 -0
  68. package/dist/src/unstable/lint/catalog/skill/skill-md-present.d.ts.map +1 -0
  69. package/dist/src/unstable/lint/catalog/skill/skill-md-present.js +38 -0
  70. package/dist/src/unstable/lint/catalog/skill/skill-md-present.js.map +1 -0
  71. package/dist/src/unstable/lint/catalog/skill-accessor/contexts.d.ts +65 -0
  72. package/dist/src/unstable/lint/catalog/skill-accessor/contexts.d.ts.map +1 -0
  73. package/dist/src/unstable/lint/catalog/skill-accessor/contexts.js +50 -0
  74. package/dist/src/unstable/lint/catalog/skill-accessor/contexts.js.map +1 -0
  75. package/dist/src/unstable/lint/catalog/skill-accessor/platform.d.ts +52 -0
  76. package/dist/src/unstable/lint/catalog/skill-accessor/platform.d.ts.map +1 -0
  77. package/dist/src/unstable/lint/catalog/skill-accessor/platform.js +89 -0
  78. package/dist/src/unstable/lint/catalog/skill-accessor/platform.js.map +1 -0
  79. package/dist/src/unstable/lint/catalog/skill-accessor/vft.d.ts +58 -0
  80. package/dist/src/unstable/lint/catalog/skill-accessor/vft.d.ts.map +1 -0
  81. package/dist/src/unstable/lint/catalog/skill-accessor/vft.js +83 -0
  82. package/dist/src/unstable/lint/catalog/skill-accessor/vft.js.map +1 -0
  83. package/dist/src/unstable/lint/catalog/skill.d.ts +38 -0
  84. package/dist/src/unstable/lint/catalog/skill.d.ts.map +1 -0
  85. package/dist/src/unstable/lint/catalog/skill.js +52 -0
  86. package/dist/src/unstable/lint/catalog/skill.js.map +1 -0
  87. package/dist/src/unstable/lint/catalog/workspace/agents-detected-declared.d.ts +23 -0
  88. package/dist/src/unstable/lint/catalog/workspace/agents-detected-declared.d.ts.map +1 -0
  89. package/dist/src/unstable/lint/catalog/workspace/agents-detected-declared.js +75 -0
  90. package/dist/src/unstable/lint/catalog/workspace/agents-detected-declared.js.map +1 -0
  91. package/dist/src/unstable/lint/catalog/workspace/agents-recognized.d.ts +23 -0
  92. package/dist/src/unstable/lint/catalog/workspace/agents-recognized.d.ts.map +1 -0
  93. package/dist/src/unstable/lint/catalog/workspace/agents-recognized.js +76 -0
  94. package/dist/src/unstable/lint/catalog/workspace/agents-recognized.js.map +1 -0
  95. package/dist/src/unstable/lint/catalog/workspace/helpers/empty.d.ts +18 -0
  96. package/dist/src/unstable/lint/catalog/workspace/helpers/empty.d.ts.map +1 -0
  97. package/dist/src/unstable/lint/catalog/workspace/helpers/empty.js +16 -0
  98. package/dist/src/unstable/lint/catalog/workspace/helpers/empty.js.map +1 -0
  99. package/dist/src/unstable/lint/catalog/workspace/helpers/install-ops.d.ts +133 -0
  100. package/dist/src/unstable/lint/catalog/workspace/helpers/install-ops.d.ts.map +1 -0
  101. package/dist/src/unstable/lint/catalog/workspace/helpers/install-ops.js +149 -0
  102. package/dist/src/unstable/lint/catalog/workspace/helpers/install-ops.js.map +1 -0
  103. package/dist/src/unstable/lint/catalog/workspace/helpers/registry-source.d.ts +25 -0
  104. package/dist/src/unstable/lint/catalog/workspace/helpers/registry-source.d.ts.map +1 -0
  105. package/dist/src/unstable/lint/catalog/workspace/helpers/registry-source.js +30 -0
  106. package/dist/src/unstable/lint/catalog/workspace/helpers/registry-source.js.map +1 -0
  107. package/dist/src/unstable/lint/catalog/workspace/initialized.d.ts +22 -0
  108. package/dist/src/unstable/lint/catalog/workspace/initialized.d.ts.map +1 -0
  109. package/dist/src/unstable/lint/catalog/workspace/initialized.js +55 -0
  110. package/dist/src/unstable/lint/catalog/workspace/initialized.js.map +1 -0
  111. package/dist/src/unstable/lint/catalog/workspace/lockfile-valid.d.ts +33 -0
  112. package/dist/src/unstable/lint/catalog/workspace/lockfile-valid.d.ts.map +1 -0
  113. package/dist/src/unstable/lint/catalog/workspace/lockfile-valid.js +125 -0
  114. package/dist/src/unstable/lint/catalog/workspace/lockfile-valid.js.map +1 -0
  115. package/dist/src/unstable/lint/catalog/workspace/packs-declarations-valid.d.ts +19 -0
  116. package/dist/src/unstable/lint/catalog/workspace/packs-declarations-valid.d.ts.map +1 -0
  117. package/dist/src/unstable/lint/catalog/workspace/packs-declarations-valid.js +145 -0
  118. package/dist/src/unstable/lint/catalog/workspace/packs-declarations-valid.js.map +1 -0
  119. package/dist/src/unstable/lint/catalog/workspace/packs-dependencies-resolved.d.ts +17 -0
  120. package/dist/src/unstable/lint/catalog/workspace/packs-dependencies-resolved.d.ts.map +1 -0
  121. package/dist/src/unstable/lint/catalog/workspace/packs-dependencies-resolved.js +107 -0
  122. package/dist/src/unstable/lint/catalog/workspace/packs-dependencies-resolved.js.map +1 -0
  123. package/dist/src/unstable/lint/catalog/workspace/packs-members-retained.d.ts +22 -0
  124. package/dist/src/unstable/lint/catalog/workspace/packs-members-retained.d.ts.map +1 -0
  125. package/dist/src/unstable/lint/catalog/workspace/packs-members-retained.js +163 -0
  126. package/dist/src/unstable/lint/catalog/workspace/packs-members-retained.js.map +1 -0
  127. package/dist/src/unstable/lint/catalog/workspace/settings-schema-valid.d.ts +28 -0
  128. package/dist/src/unstable/lint/catalog/workspace/settings-schema-valid.d.ts.map +1 -0
  129. package/dist/src/unstable/lint/catalog/workspace/settings-schema-valid.js +67 -0
  130. package/dist/src/unstable/lint/catalog/workspace/settings-schema-valid.js.map +1 -0
  131. package/dist/src/unstable/lint/catalog/workspace/skills-artifacts-clean.d.ts +30 -0
  132. package/dist/src/unstable/lint/catalog/workspace/skills-artifacts-clean.d.ts.map +1 -0
  133. package/dist/src/unstable/lint/catalog/workspace/skills-artifacts-clean.js +232 -0
  134. package/dist/src/unstable/lint/catalog/workspace/skills-artifacts-clean.js.map +1 -0
  135. package/dist/src/unstable/lint/catalog/workspace/skills-artifacts-correct.d.ts +26 -0
  136. package/dist/src/unstable/lint/catalog/workspace/skills-artifacts-correct.d.ts.map +1 -0
  137. package/dist/src/unstable/lint/catalog/workspace/skills-artifacts-correct.js +129 -0
  138. package/dist/src/unstable/lint/catalog/workspace/skills-artifacts-correct.js.map +1 -0
  139. package/dist/src/unstable/lint/catalog/workspace/skills-declarations-valid.d.ts +26 -0
  140. package/dist/src/unstable/lint/catalog/workspace/skills-declarations-valid.d.ts.map +1 -0
  141. package/dist/src/unstable/lint/catalog/workspace/skills-declarations-valid.js +151 -0
  142. package/dist/src/unstable/lint/catalog/workspace/skills-declarations-valid.js.map +1 -0
  143. package/dist/src/unstable/lint/catalog/workspace/skills-integrity-valid.d.ts +29 -0
  144. package/dist/src/unstable/lint/catalog/workspace/skills-integrity-valid.d.ts.map +1 -0
  145. package/dist/src/unstable/lint/catalog/workspace/skills-integrity-valid.js +149 -0
  146. package/dist/src/unstable/lint/catalog/workspace/skills-integrity-valid.js.map +1 -0
  147. package/dist/src/unstable/lint/catalog/workspace/skills-lockfile-aligned.d.ts +29 -0
  148. package/dist/src/unstable/lint/catalog/workspace/skills-lockfile-aligned.d.ts.map +1 -0
  149. package/dist/src/unstable/lint/catalog/workspace/skills-lockfile-aligned.js +242 -0
  150. package/dist/src/unstable/lint/catalog/workspace/skills-lockfile-aligned.js.map +1 -0
  151. package/dist/src/unstable/lint/catalog/workspace-accessor/contexts.d.ts +141 -0
  152. package/dist/src/unstable/lint/catalog/workspace-accessor/contexts.d.ts.map +1 -0
  153. package/dist/src/unstable/lint/catalog/workspace-accessor/contexts.js +123 -0
  154. package/dist/src/unstable/lint/catalog/workspace-accessor/contexts.js.map +1 -0
  155. package/dist/src/unstable/lint/catalog/workspace-accessor/interpret-ops.d.ts +38 -0
  156. package/dist/src/unstable/lint/catalog/workspace-accessor/interpret-ops.d.ts.map +1 -0
  157. package/dist/src/unstable/lint/catalog/workspace-accessor/interpret-ops.js +311 -0
  158. package/dist/src/unstable/lint/catalog/workspace-accessor/interpret-ops.js.map +1 -0
  159. package/dist/src/unstable/lint/catalog/workspace-accessor/platform.d.ts +60 -0
  160. package/dist/src/unstable/lint/catalog/workspace-accessor/platform.d.ts.map +1 -0
  161. package/dist/src/unstable/lint/catalog/workspace-accessor/platform.js +201 -0
  162. package/dist/src/unstable/lint/catalog/workspace-accessor/platform.js.map +1 -0
  163. package/dist/src/unstable/lint/catalog/workspace-accessor/test-state.d.ts +65 -0
  164. package/dist/src/unstable/lint/catalog/workspace-accessor/test-state.d.ts.map +1 -0
  165. package/dist/src/unstable/lint/catalog/workspace-accessor/test-state.js +95 -0
  166. package/dist/src/unstable/lint/catalog/workspace-accessor/test-state.js.map +1 -0
  167. package/dist/src/unstable/lint/catalog/workspace.d.ts +47 -0
  168. package/dist/src/unstable/lint/catalog/workspace.d.ts.map +1 -0
  169. package/dist/src/unstable/lint/catalog/workspace.js +80 -0
  170. package/dist/src/unstable/lint/catalog/workspace.js.map +1 -0
  171. package/dist/src/unstable/lint/cli.d.ts +297 -0
  172. package/dist/src/unstable/lint/cli.d.ts.map +1 -0
  173. package/dist/src/unstable/lint/cli.js +388 -0
  174. package/dist/src/unstable/lint/cli.js.map +1 -0
  175. package/dist/src/unstable/lint/compose-path.d.ts +27 -0
  176. package/dist/src/unstable/lint/compose-path.d.ts.map +1 -0
  177. package/dist/src/unstable/lint/compose-path.js +61 -0
  178. package/dist/src/unstable/lint/compose-path.js.map +1 -0
  179. package/dist/src/unstable/lint/config.d.ts +103 -0
  180. package/dist/src/unstable/lint/config.d.ts.map +1 -0
  181. package/dist/src/unstable/lint/config.js +137 -0
  182. package/dist/src/unstable/lint/config.js.map +1 -0
  183. package/dist/src/unstable/lint/context.d.ts +265 -0
  184. package/dist/src/unstable/lint/context.d.ts.map +1 -0
  185. package/dist/src/unstable/lint/context.js +21 -0
  186. package/dist/src/unstable/lint/context.js.map +1 -0
  187. package/dist/src/unstable/lint/evaluate.d.ts +68 -0
  188. package/dist/src/unstable/lint/evaluate.d.ts.map +1 -0
  189. package/dist/src/unstable/lint/evaluate.js +147 -0
  190. package/dist/src/unstable/lint/evaluate.js.map +1 -0
  191. package/dist/src/unstable/lint/index.d.ts +28 -0
  192. package/dist/src/unstable/lint/index.d.ts.map +1 -0
  193. package/dist/src/unstable/lint/index.js +35 -0
  194. package/dist/src/unstable/lint/index.js.map +1 -0
  195. package/dist/src/unstable/lint/issues-to-findings.d.ts +35 -0
  196. package/dist/src/unstable/lint/issues-to-findings.d.ts.map +1 -0
  197. package/dist/src/unstable/lint/issues-to-findings.js +97 -0
  198. package/dist/src/unstable/lint/issues-to-findings.js.map +1 -0
  199. package/dist/src/unstable/lint/rule.d.ts +139 -0
  200. package/dist/src/unstable/lint/rule.d.ts.map +1 -0
  201. package/dist/src/unstable/lint/rule.js +25 -0
  202. package/dist/src/unstable/lint/rule.js.map +1 -0
  203. package/dist/src/unstable/mcp-servers/operations/install.d.ts +1 -1
  204. package/dist/src/unstable/mcp-servers/operations/install.d.ts.map +1 -1
  205. package/dist/src/unstable/mcp-servers/operations/publish.d.ts +1 -1
  206. package/dist/src/unstable/mcp-servers/operations/publish.d.ts.map +1 -1
  207. package/dist/src/unstable/mcp-servers/operations/uninstall.d.ts +1 -1
  208. package/dist/src/unstable/mcp-servers/operations/uninstall.d.ts.map +1 -1
  209. package/dist/src/unstable/packs/operations/add-to-pack.d.ts +2 -2
  210. package/dist/src/unstable/packs/operations/add-to-pack.d.ts.map +1 -1
  211. package/dist/src/unstable/packs/operations/install.d.ts +2 -2
  212. package/dist/src/unstable/packs/operations/install.d.ts.map +1 -1
  213. package/dist/src/unstable/packs/operations/new-pack.d.ts +2 -2
  214. package/dist/src/unstable/packs/operations/new-pack.d.ts.map +1 -1
  215. package/dist/src/unstable/packs/operations/publish.d.ts +2 -2
  216. package/dist/src/unstable/packs/operations/publish.d.ts.map +1 -1
  217. package/dist/src/unstable/packs/operations/remove-from-pack.d.ts +2 -2
  218. package/dist/src/unstable/packs/operations/remove-from-pack.d.ts.map +1 -1
  219. package/dist/src/unstable/packs/operations/uninstall.d.ts +2 -2
  220. package/dist/src/unstable/packs/operations/uninstall.d.ts.map +1 -1
  221. package/dist/src/unstable/packs/operations/unpack.d.ts +2 -2
  222. package/dist/src/unstable/packs/operations/unpack.d.ts.map +1 -1
  223. package/dist/src/unstable/{workspace → plan}/apply-plan.d.ts +9 -0
  224. package/dist/src/unstable/plan/apply-plan.d.ts.map +1 -0
  225. package/dist/src/unstable/{workspace → plan}/apply-plan.js +10 -1
  226. package/dist/src/unstable/plan/apply-plan.js.map +1 -0
  227. package/dist/src/unstable/plan/index.d.ts +24 -0
  228. package/dist/src/unstable/plan/index.d.ts.map +1 -0
  229. package/dist/src/unstable/plan/index.js +28 -0
  230. package/dist/src/unstable/plan/index.js.map +1 -0
  231. package/dist/src/unstable/{workspace → plan}/plan.d.ts +6 -0
  232. package/dist/src/unstable/plan/plan.d.ts.map +1 -0
  233. package/dist/src/unstable/{workspace → plan}/plan.js +6 -0
  234. package/dist/src/unstable/plan/plan.js.map +1 -0
  235. package/dist/src/unstable/{workspace → plan}/resolve-plan.d.ts +30 -2
  236. package/dist/src/unstable/plan/resolve-plan.d.ts.map +1 -0
  237. package/dist/src/unstable/{workspace → plan}/resolve-plan.js +37 -6
  238. package/dist/src/unstable/plan/resolve-plan.js.map +1 -0
  239. package/dist/src/unstable/publish/manifest-policy.d.ts +8 -8
  240. package/dist/src/unstable/settings/index.d.ts +2 -0
  241. package/dist/src/unstable/settings/index.d.ts.map +1 -1
  242. package/dist/src/unstable/settings/index.js +1 -0
  243. package/dist/src/unstable/settings/index.js.map +1 -1
  244. package/dist/src/unstable/settings/schema.d.ts +3 -0
  245. package/dist/src/unstable/settings/schema.d.ts.map +1 -1
  246. package/dist/src/unstable/settings/schema.js +3 -0
  247. package/dist/src/unstable/settings/schema.js.map +1 -1
  248. package/dist/src/unstable/settings/settings.d.ts +10 -0
  249. package/dist/src/unstable/settings/settings.d.ts.map +1 -1
  250. package/dist/src/unstable/skills/operations/copy.d.ts +2 -2
  251. package/dist/src/unstable/skills/operations/copy.d.ts.map +1 -1
  252. package/dist/src/unstable/skills/operations/disable.d.ts +2 -2
  253. package/dist/src/unstable/skills/operations/disable.d.ts.map +1 -1
  254. package/dist/src/unstable/skills/operations/enable.d.ts +2 -2
  255. package/dist/src/unstable/skills/operations/enable.d.ts.map +1 -1
  256. package/dist/src/unstable/skills/operations/install.d.ts +2 -2
  257. package/dist/src/unstable/skills/operations/install.d.ts.map +1 -1
  258. package/dist/src/unstable/skills/operations/new-skill.d.ts +2 -2
  259. package/dist/src/unstable/skills/operations/new-skill.d.ts.map +1 -1
  260. package/dist/src/unstable/skills/operations/publish.d.ts +2 -2
  261. package/dist/src/unstable/skills/operations/publish.d.ts.map +1 -1
  262. package/dist/src/unstable/skills/operations/rename.d.ts +2 -2
  263. package/dist/src/unstable/skills/operations/rename.d.ts.map +1 -1
  264. package/dist/src/unstable/skills/operations/uninstall.d.ts +2 -2
  265. package/dist/src/unstable/skills/operations/uninstall.d.ts.map +1 -1
  266. package/dist/src/unstable/subagents/operations/disable.d.ts +2 -2
  267. package/dist/src/unstable/subagents/operations/disable.d.ts.map +1 -1
  268. package/dist/src/unstable/subagents/operations/enable.d.ts +2 -2
  269. package/dist/src/unstable/subagents/operations/enable.d.ts.map +1 -1
  270. package/dist/src/unstable/subagents/operations/publish.d.ts +2 -2
  271. package/dist/src/unstable/subagents/operations/publish.d.ts.map +1 -1
  272. package/dist/src/unstable/workflows/install-command/workflow.d.ts +1 -1
  273. package/dist/src/unstable/workflows/install-command/workflow.d.ts.map +1 -1
  274. package/dist/src/unstable/workflows/install-command/workflow.js +1 -1
  275. package/dist/src/unstable/workflows/install-command/workflow.js.map +1 -1
  276. package/dist/src/unstable/workflows/uninstall-command/workflow.d.ts +1 -1
  277. package/dist/src/unstable/workflows/uninstall-command/workflow.d.ts.map +1 -1
  278. package/dist/src/unstable/workflows/uninstall-command/workflow.js +1 -1
  279. package/dist/src/unstable/workflows/uninstall-command/workflow.js.map +1 -1
  280. package/dist/src/unstable/workspace/augment-plan.d.ts +1 -1
  281. package/dist/src/unstable/workspace/augment-plan.d.ts.map +1 -1
  282. package/dist/src/unstable/workspace/display-plan.d.ts +1 -1
  283. package/dist/src/unstable/workspace/display-plan.d.ts.map +1 -1
  284. package/dist/src/unstable/workspace/display-plan.js.map +1 -1
  285. package/dist/src/unstable/workspace/index.d.ts +0 -5
  286. package/dist/src/unstable/workspace/index.d.ts.map +1 -1
  287. package/dist/src/unstable/workspace/index.js +3 -7
  288. package/dist/src/unstable/workspace/index.js.map +1 -1
  289. package/dist/src/unstable/workspace/initialization.d.ts +15 -0
  290. package/dist/src/unstable/workspace/initialization.d.ts.map +1 -1
  291. package/dist/src/unstable/workspace/paths.d.ts +0 -18
  292. package/dist/src/unstable/workspace/paths.d.ts.map +1 -1
  293. package/dist/src/unstable/workspace/paths.js +12 -2
  294. package/dist/src/unstable/workspace/paths.js.map +1 -1
  295. package/dist/src/unstable/workspace/reconciliation.d.ts +1 -1
  296. package/dist/src/unstable/workspace/reconciliation.d.ts.map +1 -1
  297. package/dist/src/unstable/workspace/scan-plan-readiness.d.ts +1 -1
  298. package/dist/src/unstable/workspace/scan-plan-readiness.d.ts.map +1 -1
  299. package/dist/src/unstable/workspace/settings-validation/types.d.ts +11 -1
  300. package/dist/src/unstable/workspace/settings-validation/types.d.ts.map +1 -1
  301. package/package.json +10 -2
  302. package/site-content/__generated__/schemas/axm-lock.schema.json +727 -1124
  303. package/site-content/__generated__/schemas/axm-package-meta.schema.json +3 -16
  304. package/site-content/__generated__/schemas/command.schema.json +29 -130
  305. package/site-content/__generated__/schemas/extension-pack.schema.json +36 -154
  306. package/site-content/__generated__/schemas/mcp-server.schema.json +21 -134
  307. package/site-content/__generated__/schemas/settings.schema.json +111 -291
  308. package/site-content/__generated__/schemas/skill.schema.json +23 -143
  309. package/dist/src/unstable/workspace/apply-plan.d.ts.map +0 -1
  310. package/dist/src/unstable/workspace/apply-plan.js.map +0 -1
  311. package/dist/src/unstable/workspace/doctor/check-def.d.ts +0 -29
  312. package/dist/src/unstable/workspace/doctor/check-def.d.ts.map +0 -1
  313. package/dist/src/unstable/workspace/doctor/check-def.js +0 -17
  314. package/dist/src/unstable/workspace/doctor/check-def.js.map +0 -1
  315. package/dist/src/unstable/workspace/doctor/checks/agents-configured.d.ts +0 -5
  316. package/dist/src/unstable/workspace/doctor/checks/agents-configured.d.ts.map +0 -1
  317. package/dist/src/unstable/workspace/doctor/checks/agents-configured.js +0 -170
  318. package/dist/src/unstable/workspace/doctor/checks/agents-configured.js.map +0 -1
  319. package/dist/src/unstable/workspace/doctor/checks/extensions-active.d.ts +0 -4
  320. package/dist/src/unstable/workspace/doctor/checks/extensions-active.d.ts.map +0 -1
  321. package/dist/src/unstable/workspace/doctor/checks/extensions-active.js +0 -238
  322. package/dist/src/unstable/workspace/doctor/checks/extensions-active.js.map +0 -1
  323. package/dist/src/unstable/workspace/doctor/checks/extensions-current.d.ts +0 -18
  324. package/dist/src/unstable/workspace/doctor/checks/extensions-current.d.ts.map +0 -1
  325. package/dist/src/unstable/workspace/doctor/checks/extensions-current.js +0 -92
  326. package/dist/src/unstable/workspace/doctor/checks/extensions-current.js.map +0 -1
  327. package/dist/src/unstable/workspace/doctor/checks/extensions-installed.d.ts +0 -5
  328. package/dist/src/unstable/workspace/doctor/checks/extensions-installed.d.ts.map +0 -1
  329. package/dist/src/unstable/workspace/doctor/checks/extensions-installed.js +0 -472
  330. package/dist/src/unstable/workspace/doctor/checks/extensions-installed.js.map +0 -1
  331. package/dist/src/unstable/workspace/doctor/checks/workspace-ready.d.ts +0 -5
  332. package/dist/src/unstable/workspace/doctor/checks/workspace-ready.d.ts.map +0 -1
  333. package/dist/src/unstable/workspace/doctor/checks/workspace-ready.js +0 -201
  334. package/dist/src/unstable/workspace/doctor/checks/workspace-ready.js.map +0 -1
  335. package/dist/src/unstable/workspace/doctor/diagnose.d.ts +0 -49
  336. package/dist/src/unstable/workspace/doctor/diagnose.d.ts.map +0 -1
  337. package/dist/src/unstable/workspace/doctor/diagnose.js +0 -78
  338. package/dist/src/unstable/workspace/doctor/diagnose.js.map +0 -1
  339. package/dist/src/unstable/workspace/doctor/index.d.ts +0 -8
  340. package/dist/src/unstable/workspace/doctor/index.d.ts.map +0 -1
  341. package/dist/src/unstable/workspace/doctor/index.js +0 -6
  342. package/dist/src/unstable/workspace/doctor/index.js.map +0 -1
  343. package/dist/src/unstable/workspace/doctor/rollup.d.ts +0 -4
  344. package/dist/src/unstable/workspace/doctor/rollup.d.ts.map +0 -1
  345. package/dist/src/unstable/workspace/doctor/rollup.js +0 -28
  346. package/dist/src/unstable/workspace/doctor/rollup.js.map +0 -1
  347. package/dist/src/unstable/workspace/doctor/runner.d.ts +0 -6
  348. package/dist/src/unstable/workspace/doctor/runner.d.ts.map +0 -1
  349. package/dist/src/unstable/workspace/doctor/runner.js +0 -179
  350. package/dist/src/unstable/workspace/doctor/runner.js.map +0 -1
  351. package/dist/src/unstable/workspace/doctor/types.d.ts +0 -127
  352. package/dist/src/unstable/workspace/doctor/types.d.ts.map +0 -1
  353. package/dist/src/unstable/workspace/doctor/types.js +0 -60
  354. package/dist/src/unstable/workspace/doctor/types.js.map +0 -1
  355. package/dist/src/unstable/workspace/plan.d.ts.map +0 -1
  356. package/dist/src/unstable/workspace/plan.js.map +0 -1
  357. package/dist/src/unstable/workspace/resolve-plan.d.ts.map +0 -1
  358. package/dist/src/unstable/workspace/resolve-plan.js.map +0 -1
  359. package/dist/src/unstable/workspace/sync.d.ts +0 -17
  360. package/dist/src/unstable/workspace/sync.d.ts.map +0 -1
  361. package/dist/src/unstable/workspace/sync.js +0 -142
  362. package/dist/src/unstable/workspace/sync.js.map +0 -1
@@ -27,136 +27,57 @@
27
27
  "GitHubSourceHostConfig": {
28
28
  "type": "object",
29
29
  "properties": {
30
- "name": {
31
- "$ref": "#/definitions/SourceName"
32
- },
33
- "type": {
34
- "type": "string",
35
- "enum": ["github"]
36
- },
37
- "url": {
38
- "type": "string"
39
- }
30
+ "name": { "$ref": "#/definitions/SourceName" },
31
+ "type": { "type": "string", "enum": ["github"] },
32
+ "url": { "type": "string" }
40
33
  },
41
34
  "required": ["name", "type", "url"],
42
35
  "additionalProperties": false,
43
36
  "title": "GitHub Source Host",
44
37
  "description": "Configuration for a GitHub source."
45
38
  },
46
- "SourceName1": {
47
- "type": "string",
48
- "allOf": [
49
- {
50
- "pattern": "^[a-z0-9][a-z0-9.-]*$",
51
- "title": "Source Name",
52
- "description": "A source name using lowercase letters, numbers, hyphens, and dots (e.g. github, my-registry.dev).",
53
- "examples": ["github", "my-registry.dev"]
54
- }
55
- ]
56
- },
57
39
  "GitLabSourceHostConfig": {
58
40
  "type": "object",
59
41
  "properties": {
60
- "name": {
61
- "$ref": "#/definitions/SourceName1"
62
- },
63
- "type": {
64
- "type": "string",
65
- "enum": ["gitlab"]
66
- },
67
- "url": {
68
- "type": "string"
69
- }
42
+ "name": { "$ref": "#/definitions/SourceName" },
43
+ "type": { "type": "string", "enum": ["gitlab"] },
44
+ "url": { "type": "string" }
70
45
  },
71
46
  "required": ["name", "type", "url"],
72
47
  "additionalProperties": false,
73
48
  "title": "GitLab Source Host",
74
49
  "description": "Configuration for a GitLab source."
75
50
  },
76
- "SourceName2": {
77
- "type": "string",
78
- "allOf": [
79
- {
80
- "pattern": "^[a-z0-9][a-z0-9.-]*$",
81
- "title": "Source Name",
82
- "description": "A source name using lowercase letters, numbers, hyphens, and dots (e.g. github, my-registry.dev).",
83
- "examples": ["github", "my-registry.dev"]
84
- }
85
- ]
86
- },
87
51
  "BitbucketSourceHostConfig": {
88
52
  "type": "object",
89
53
  "properties": {
90
- "name": {
91
- "$ref": "#/definitions/SourceName2"
92
- },
93
- "type": {
94
- "type": "string",
95
- "enum": ["bitbucket"]
96
- },
97
- "url": {
98
- "type": "string"
99
- }
54
+ "name": { "$ref": "#/definitions/SourceName" },
55
+ "type": { "type": "string", "enum": ["bitbucket"] },
56
+ "url": { "type": "string" }
100
57
  },
101
58
  "required": ["name", "type", "url"],
102
59
  "additionalProperties": false,
103
60
  "title": "Bitbucket Source Host",
104
61
  "description": "Configuration for a Bitbucket source."
105
62
  },
106
- "SourceName3": {
107
- "type": "string",
108
- "allOf": [
109
- {
110
- "pattern": "^[a-z0-9][a-z0-9.-]*$",
111
- "title": "Source Name",
112
- "description": "A source name using lowercase letters, numbers, hyphens, and dots (e.g. github, my-registry.dev).",
113
- "examples": ["github", "my-registry.dev"]
114
- }
115
- ]
116
- },
117
63
  "AzureReposSourceHostConfig": {
118
64
  "type": "object",
119
65
  "properties": {
120
- "name": {
121
- "$ref": "#/definitions/SourceName3"
122
- },
123
- "type": {
124
- "type": "string",
125
- "enum": ["azurerepos"]
126
- },
127
- "url": {
128
- "type": "string"
129
- }
66
+ "name": { "$ref": "#/definitions/SourceName" },
67
+ "type": { "type": "string", "enum": ["azurerepos"] },
68
+ "url": { "type": "string" }
130
69
  },
131
70
  "required": ["name", "type", "url"],
132
71
  "additionalProperties": false,
133
72
  "title": "Azure Repos Source Host",
134
73
  "description": "Configuration for an Azure Repos source."
135
74
  },
136
- "SourceName4": {
137
- "type": "string",
138
- "allOf": [
139
- {
140
- "pattern": "^[a-z0-9][a-z0-9.-]*$",
141
- "title": "Source Name",
142
- "description": "A source name using lowercase letters, numbers, hyphens, and dots (e.g. github, my-registry.dev).",
143
- "examples": ["github", "my-registry.dev"]
144
- }
145
- ]
146
- },
147
75
  "RegistrySourceHostConfig": {
148
76
  "type": "object",
149
77
  "properties": {
150
- "name": {
151
- "$ref": "#/definitions/SourceName4"
152
- },
153
- "type": {
154
- "type": "string",
155
- "enum": ["registry"]
156
- },
157
- "location": {
158
- "type": "string"
159
- }
78
+ "name": { "$ref": "#/definitions/SourceName" },
79
+ "type": { "type": "string", "enum": ["registry"] },
80
+ "location": { "type": "string" }
160
81
  },
161
82
  "required": ["name", "type", "location"],
162
83
  "additionalProperties": false,
@@ -165,198 +86,149 @@
165
86
  },
166
87
  "SourceHostConfig": {
167
88
  "anyOf": [
168
- {
169
- "$ref": "#/definitions/GitHubSourceHostConfig"
170
- },
171
- {
172
- "$ref": "#/definitions/GitLabSourceHostConfig"
173
- },
174
- {
175
- "$ref": "#/definitions/BitbucketSourceHostConfig"
176
- },
177
- {
178
- "$ref": "#/definitions/AzureReposSourceHostConfig"
179
- },
180
- {
181
- "$ref": "#/definitions/RegistrySourceHostConfig"
182
- }
89
+ { "$ref": "#/definitions/GitHubSourceHostConfig" },
90
+ { "$ref": "#/definitions/GitLabSourceHostConfig" },
91
+ { "$ref": "#/definitions/BitbucketSourceHostConfig" },
92
+ { "$ref": "#/definitions/AzureReposSourceHostConfig" },
93
+ { "$ref": "#/definitions/RegistrySourceHostConfig" }
183
94
  ],
184
95
  "title": "Source Host Config",
185
96
  "description": "Where extensions are fetched from — GitHub, GitLab, Bitbucket, Azure Repos, or a package registry."
186
97
  },
98
+ "CommandEntryObject": {
99
+ "type": "object",
100
+ "properties": {
101
+ "source": { "type": "string" },
102
+ "enabled": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
103
+ },
104
+ "required": ["source"],
105
+ "additionalProperties": false,
106
+ "title": "Command Entry Object",
107
+ "description": "A command with its source location and whether it's enabled."
108
+ },
109
+ "CommandEntry": {
110
+ "anyOf": [{ "type": "string" }, { "$ref": "#/definitions/CommandEntryObject" }]
111
+ },
187
112
  "CommandsMap": {
188
113
  "type": "object",
189
- "additionalProperties": {
190
- "type": "string"
191
- }
114
+ "additionalProperties": { "$ref": "#/definitions/CommandEntry" }
115
+ },
116
+ "SubagentEntryObject": {
117
+ "type": "object",
118
+ "properties": {
119
+ "source": { "type": "string" },
120
+ "enabled": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
121
+ },
122
+ "required": ["source"],
123
+ "additionalProperties": false,
124
+ "title": "Subagent Entry Object",
125
+ "description": "A subagent with its source location and whether it's enabled."
126
+ },
127
+ "SubagentEntry": {
128
+ "anyOf": [{ "type": "string" }, { "$ref": "#/definitions/SubagentEntryObject" }]
129
+ },
130
+ "SubagentsMap": {
131
+ "type": "object",
132
+ "additionalProperties": { "$ref": "#/definitions/SubagentEntry" }
133
+ },
134
+ "McpServerEntryObject": {
135
+ "type": "object",
136
+ "properties": { "source": { "type": "string" } },
137
+ "required": ["source"],
138
+ "additionalProperties": false,
139
+ "title": "MCP Server Entry Object",
140
+ "description": "An MCP server with its source location."
141
+ },
142
+ "McpServerEntry": {
143
+ "anyOf": [{ "type": "string" }, { "$ref": "#/definitions/McpServerEntryObject" }]
192
144
  },
193
145
  "McpServersMap": {
194
146
  "type": "object",
195
- "additionalProperties": {
196
- "type": "string"
197
- }
147
+ "additionalProperties": { "$ref": "#/definitions/McpServerEntry" }
198
148
  },
199
149
  "ExtensionPackEntryObject": {
200
150
  "type": "object",
201
- "properties": {
202
- "source": {
203
- "type": "string"
204
- }
205
- },
151
+ "properties": { "source": { "type": "string" } },
206
152
  "required": ["source"],
207
153
  "additionalProperties": false,
208
154
  "title": "Extension Pack Entry Object",
209
155
  "description": "An extension pack with its source location."
210
156
  },
211
157
  "ExtensionPackEntry": {
212
- "anyOf": [
213
- {
214
- "type": "string"
215
- },
216
- {
217
- "$ref": "#/definitions/ExtensionPackEntryObject"
218
- }
219
- ],
220
- "title": "Extension Pack Entry",
221
- "description": "An extension pack reference — either a source string or an object with source."
158
+ "anyOf": [{ "type": "string" }, { "$ref": "#/definitions/ExtensionPackEntryObject" }]
222
159
  },
223
160
  "ExtensionPacksMap": {
224
161
  "type": "object",
225
- "additionalProperties": {
226
- "$ref": "#/definitions/ExtensionPackEntry"
227
- }
162
+ "additionalProperties": { "$ref": "#/definitions/ExtensionPackEntry" }
228
163
  },
229
164
  "SkillEntryObject": {
230
165
  "type": "object",
231
166
  "properties": {
232
- "source": {
233
- "type": "string"
234
- },
235
- "enabled": {
236
- "anyOf": [
237
- {
238
- "type": "boolean"
239
- },
240
- {
241
- "type": "null"
242
- }
243
- ]
244
- }
167
+ "source": { "type": "string" },
168
+ "enabled": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
245
169
  },
246
170
  "required": ["source"],
247
171
  "additionalProperties": false,
248
172
  "title": "Skill Entry Object",
249
173
  "description": "A skill with its source location and whether it's enabled."
250
174
  },
251
- "SkillEntry": {
252
- "anyOf": [
253
- {
254
- "type": "string"
255
- },
256
- {
257
- "$ref": "#/definitions/SkillEntryObject"
258
- }
259
- ],
260
- "title": "Skill Entry",
261
- "description": "A skill reference — either a source string like @owner/skills/name or an object with source and enabled."
262
- },
175
+ "SkillEntry": { "anyOf": [{ "type": "string" }, { "$ref": "#/definitions/SkillEntryObject" }] },
263
176
  "SkillsMap": {
264
177
  "type": "object",
265
- "additionalProperties": {
266
- "$ref": "#/definitions/SkillEntry"
267
- }
178
+ "additionalProperties": { "$ref": "#/definitions/SkillEntry" }
268
179
  },
269
180
  "IgnoredSettings": {
270
181
  "type": "object",
271
182
  "properties": {
272
183
  "skills": {
273
- "anyOf": [
274
- {
275
- "type": "array",
276
- "items": {
277
- "type": "string"
278
- }
279
- },
280
- {
281
- "type": "null"
282
- }
283
- ]
184
+ "anyOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "null" }]
284
185
  },
285
186
  "commands": {
286
- "anyOf": [
287
- {
288
- "type": "array",
289
- "items": {
290
- "type": "string"
291
- }
292
- },
293
- {
294
- "type": "null"
295
- }
296
- ]
187
+ "anyOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "null" }]
188
+ },
189
+ "subagents": {
190
+ "anyOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "null" }]
297
191
  },
298
192
  "mcpServers": {
299
- "anyOf": [
300
- {
301
- "type": "array",
302
- "items": {
303
- "type": "string"
304
- }
305
- },
306
- {
307
- "type": "null"
308
- }
309
- ]
193
+ "anyOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "null" }]
310
194
  },
311
195
  "packs": {
312
- "anyOf": [
313
- {
314
- "type": "array",
315
- "items": {
316
- "type": "string"
317
- }
318
- },
319
- {
320
- "type": "null"
321
- }
322
- ]
196
+ "anyOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "null" }]
323
197
  }
324
198
  },
325
199
  "additionalProperties": false,
326
200
  "title": "Ignored Settings",
327
201
  "description": "Glob patterns for extensions to ignore, grouped by type (e.g. skills, commands)."
328
202
  },
203
+ "LintRuleSeverity": {
204
+ "type": "string",
205
+ "enum": ["off", "info", "warn", "error"],
206
+ "title": "Lint Rule Severity",
207
+ "description": "Severity override for a lint rule: 'off' silences it, 'info'/'warn'/'error' raise or lower severity."
208
+ },
209
+ "LintRulesMap": {
210
+ "type": "object",
211
+ "additionalProperties": { "$ref": "#/definitions/LintRuleSeverity" }
212
+ },
213
+ "LintConfig": {
214
+ "type": "object",
215
+ "properties": {
216
+ "rules": { "anyOf": [{ "$ref": "#/definitions/LintRulesMap" }, { "type": "null" }] }
217
+ },
218
+ "additionalProperties": false,
219
+ "title": "Lint Config",
220
+ "description": "Workspace lint configuration under `lint` in `.axm/settings.json`."
221
+ },
329
222
  "Settings": {
330
223
  "type": "object",
331
224
  "properties": {
332
225
  "telemetry": {
333
226
  "anyOf": [
334
- {
335
- "anyOf": [
336
- {
337
- "type": "boolean"
338
- },
339
- {
340
- "type": "string",
341
- "enum": ["errors"]
342
- }
343
- ]
344
- },
345
- {
346
- "type": "null"
347
- }
348
- ]
349
- },
350
- "profile": {
351
- "anyOf": [
352
- {
353
- "$ref": "#/definitions/Handle"
354
- },
355
- {
356
- "type": "null"
357
- }
227
+ { "anyOf": [{ "type": "boolean" }, { "type": "string", "enum": ["errors"] }] },
228
+ { "type": "null" }
358
229
  ]
359
230
  },
231
+ "profile": { "anyOf": [{ "$ref": "#/definitions/Handle" }, { "type": "null" }] },
360
232
  "agents": {
361
233
  "anyOf": [
362
234
  {
@@ -406,74 +278,22 @@
406
278
  ]
407
279
  }
408
280
  },
409
- {
410
- "type": "null"
411
- }
281
+ { "type": "null" }
412
282
  ]
413
283
  },
414
284
  "sources": {
415
285
  "anyOf": [
416
- {
417
- "type": "array",
418
- "items": {
419
- "$ref": "#/definitions/SourceHostConfig"
420
- }
421
- },
422
- {
423
- "type": "null"
424
- }
425
- ]
426
- },
427
- "commands": {
428
- "anyOf": [
429
- {
430
- "$ref": "#/definitions/CommandsMap"
431
- },
432
- {
433
- "type": "null"
434
- }
435
- ]
436
- },
437
- "mcpServers": {
438
- "anyOf": [
439
- {
440
- "$ref": "#/definitions/McpServersMap"
441
- },
442
- {
443
- "type": "null"
444
- }
286
+ { "type": "array", "items": { "$ref": "#/definitions/SourceHostConfig" } },
287
+ { "type": "null" }
445
288
  ]
446
289
  },
447
- "packs": {
448
- "anyOf": [
449
- {
450
- "$ref": "#/definitions/ExtensionPacksMap"
451
- },
452
- {
453
- "type": "null"
454
- }
455
- ]
456
- },
457
- "skills": {
458
- "anyOf": [
459
- {
460
- "$ref": "#/definitions/SkillsMap"
461
- },
462
- {
463
- "type": "null"
464
- }
465
- ]
466
- },
467
- "ignored": {
468
- "anyOf": [
469
- {
470
- "$ref": "#/definitions/IgnoredSettings"
471
- },
472
- {
473
- "type": "null"
474
- }
475
- ]
476
- }
290
+ "commands": { "anyOf": [{ "$ref": "#/definitions/CommandsMap" }, { "type": "null" }] },
291
+ "subagents": { "anyOf": [{ "$ref": "#/definitions/SubagentsMap" }, { "type": "null" }] },
292
+ "mcpServers": { "anyOf": [{ "$ref": "#/definitions/McpServersMap" }, { "type": "null" }] },
293
+ "packs": { "anyOf": [{ "$ref": "#/definitions/ExtensionPacksMap" }, { "type": "null" }] },
294
+ "skills": { "anyOf": [{ "$ref": "#/definitions/SkillsMap" }, { "type": "null" }] },
295
+ "ignored": { "anyOf": [{ "$ref": "#/definitions/IgnoredSettings" }, { "type": "null" }] },
296
+ "lint": { "anyOf": [{ "$ref": "#/definitions/LintConfig" }, { "type": "null" }] }
477
297
  },
478
298
  "additionalProperties": false,
479
299
  "title": "AXM Settings",