@agentxm/client-core 0.2.0 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (362) hide show
  1. package/dist/src/unstable/commands/operations/disable.d.ts +2 -2
  2. package/dist/src/unstable/commands/operations/disable.d.ts.map +1 -1
  3. package/dist/src/unstable/commands/operations/enable.d.ts +2 -2
  4. package/dist/src/unstable/commands/operations/enable.d.ts.map +1 -1
  5. package/dist/src/unstable/commands/operations/install.d.ts +1 -1
  6. package/dist/src/unstable/commands/operations/install.d.ts.map +1 -1
  7. package/dist/src/unstable/commands/operations/new-command.d.ts +2 -2
  8. package/dist/src/unstable/commands/operations/new-command.d.ts.map +1 -1
  9. package/dist/src/unstable/commands/operations/publish.d.ts +1 -1
  10. package/dist/src/unstable/commands/operations/publish.d.ts.map +1 -1
  11. package/dist/src/unstable/commands/operations/uninstall.d.ts +1 -1
  12. package/dist/src/unstable/commands/operations/uninstall.d.ts.map +1 -1
  13. package/dist/src/unstable/extensions/operations.d.ts +1 -1
  14. package/dist/src/unstable/extensions/operations.d.ts.map +1 -1
  15. package/dist/src/unstable/lint/catalog/index.d.ts +39 -0
  16. package/dist/src/unstable/lint/catalog/index.d.ts.map +1 -0
  17. package/dist/src/unstable/lint/catalog/index.js +49 -0
  18. package/dist/src/unstable/lint/catalog/index.js.map +1 -0
  19. package/dist/src/unstable/lint/catalog/pack/manifest-keys-recognized.d.ts +31 -0
  20. package/dist/src/unstable/lint/catalog/pack/manifest-keys-recognized.d.ts.map +1 -0
  21. package/dist/src/unstable/lint/catalog/pack/manifest-keys-recognized.js +41 -0
  22. package/dist/src/unstable/lint/catalog/pack/manifest-keys-recognized.js.map +1 -0
  23. package/dist/src/unstable/lint/catalog/pack/manifest-present.d.ts +18 -0
  24. package/dist/src/unstable/lint/catalog/pack/manifest-present.d.ts.map +1 -0
  25. package/dist/src/unstable/lint/catalog/pack/manifest-present.js +41 -0
  26. package/dist/src/unstable/lint/catalog/pack/manifest-present.js.map +1 -0
  27. package/dist/src/unstable/lint/catalog/pack/manifest-schema-valid.d.ts +26 -0
  28. package/dist/src/unstable/lint/catalog/pack/manifest-schema-valid.d.ts.map +1 -0
  29. package/dist/src/unstable/lint/catalog/pack/manifest-schema-valid.js +34 -0
  30. package/dist/src/unstable/lint/catalog/pack/manifest-schema-valid.js.map +1 -0
  31. package/dist/src/unstable/lint/catalog/pack-accessor/contexts.d.ts +61 -0
  32. package/dist/src/unstable/lint/catalog/pack-accessor/contexts.d.ts.map +1 -0
  33. package/dist/src/unstable/lint/catalog/pack-accessor/contexts.js +46 -0
  34. package/dist/src/unstable/lint/catalog/pack-accessor/contexts.js.map +1 -0
  35. package/dist/src/unstable/lint/catalog/pack-accessor/platform.d.ts +53 -0
  36. package/dist/src/unstable/lint/catalog/pack-accessor/platform.d.ts.map +1 -0
  37. package/dist/src/unstable/lint/catalog/pack-accessor/platform.js +90 -0
  38. package/dist/src/unstable/lint/catalog/pack-accessor/platform.js.map +1 -0
  39. package/dist/src/unstable/lint/catalog/pack-accessor/vft.d.ts +60 -0
  40. package/dist/src/unstable/lint/catalog/pack-accessor/vft.d.ts.map +1 -0
  41. package/dist/src/unstable/lint/catalog/pack-accessor/vft.js +85 -0
  42. package/dist/src/unstable/lint/catalog/pack-accessor/vft.js.map +1 -0
  43. package/dist/src/unstable/lint/catalog/pack.d.ts +37 -0
  44. package/dist/src/unstable/lint/catalog/pack.d.ts.map +1 -0
  45. package/dist/src/unstable/lint/catalog/pack.js +47 -0
  46. package/dist/src/unstable/lint/catalog/pack.js.map +1 -0
  47. package/dist/src/unstable/lint/catalog/shared/schema-rule.d.ts +59 -0
  48. package/dist/src/unstable/lint/catalog/shared/schema-rule.d.ts.map +1 -0
  49. package/dist/src/unstable/lint/catalog/shared/schema-rule.js +99 -0
  50. package/dist/src/unstable/lint/catalog/shared/schema-rule.js.map +1 -0
  51. package/dist/src/unstable/lint/catalog/skill/frontmatter-parseable.d.ts +31 -0
  52. package/dist/src/unstable/lint/catalog/skill/frontmatter-parseable.d.ts.map +1 -0
  53. package/dist/src/unstable/lint/catalog/skill/frontmatter-parseable.js +151 -0
  54. package/dist/src/unstable/lint/catalog/skill/frontmatter-parseable.js.map +1 -0
  55. package/dist/src/unstable/lint/catalog/skill/manifest-keys-recognized.d.ts +26 -0
  56. package/dist/src/unstable/lint/catalog/skill/manifest-keys-recognized.d.ts.map +1 -0
  57. package/dist/src/unstable/lint/catalog/skill/manifest-keys-recognized.js +41 -0
  58. package/dist/src/unstable/lint/catalog/skill/manifest-keys-recognized.js.map +1 -0
  59. package/dist/src/unstable/lint/catalog/skill/manifest-present.d.ts +18 -0
  60. package/dist/src/unstable/lint/catalog/skill/manifest-present.d.ts.map +1 -0
  61. package/dist/src/unstable/lint/catalog/skill/manifest-present.js +46 -0
  62. package/dist/src/unstable/lint/catalog/skill/manifest-present.js.map +1 -0
  63. package/dist/src/unstable/lint/catalog/skill/manifest-schema-valid.d.ts +22 -0
  64. package/dist/src/unstable/lint/catalog/skill/manifest-schema-valid.d.ts.map +1 -0
  65. package/dist/src/unstable/lint/catalog/skill/manifest-schema-valid.js +37 -0
  66. package/dist/src/unstable/lint/catalog/skill/manifest-schema-valid.js.map +1 -0
  67. package/dist/src/unstable/lint/catalog/skill/skill-md-present.d.ts +17 -0
  68. package/dist/src/unstable/lint/catalog/skill/skill-md-present.d.ts.map +1 -0
  69. package/dist/src/unstable/lint/catalog/skill/skill-md-present.js +38 -0
  70. package/dist/src/unstable/lint/catalog/skill/skill-md-present.js.map +1 -0
  71. package/dist/src/unstable/lint/catalog/skill-accessor/contexts.d.ts +65 -0
  72. package/dist/src/unstable/lint/catalog/skill-accessor/contexts.d.ts.map +1 -0
  73. package/dist/src/unstable/lint/catalog/skill-accessor/contexts.js +50 -0
  74. package/dist/src/unstable/lint/catalog/skill-accessor/contexts.js.map +1 -0
  75. package/dist/src/unstable/lint/catalog/skill-accessor/platform.d.ts +52 -0
  76. package/dist/src/unstable/lint/catalog/skill-accessor/platform.d.ts.map +1 -0
  77. package/dist/src/unstable/lint/catalog/skill-accessor/platform.js +89 -0
  78. package/dist/src/unstable/lint/catalog/skill-accessor/platform.js.map +1 -0
  79. package/dist/src/unstable/lint/catalog/skill-accessor/vft.d.ts +58 -0
  80. package/dist/src/unstable/lint/catalog/skill-accessor/vft.d.ts.map +1 -0
  81. package/dist/src/unstable/lint/catalog/skill-accessor/vft.js +83 -0
  82. package/dist/src/unstable/lint/catalog/skill-accessor/vft.js.map +1 -0
  83. package/dist/src/unstable/lint/catalog/skill.d.ts +38 -0
  84. package/dist/src/unstable/lint/catalog/skill.d.ts.map +1 -0
  85. package/dist/src/unstable/lint/catalog/skill.js +52 -0
  86. package/dist/src/unstable/lint/catalog/skill.js.map +1 -0
  87. package/dist/src/unstable/lint/catalog/workspace/agents-detected-declared.d.ts +23 -0
  88. package/dist/src/unstable/lint/catalog/workspace/agents-detected-declared.d.ts.map +1 -0
  89. package/dist/src/unstable/lint/catalog/workspace/agents-detected-declared.js +75 -0
  90. package/dist/src/unstable/lint/catalog/workspace/agents-detected-declared.js.map +1 -0
  91. package/dist/src/unstable/lint/catalog/workspace/agents-recognized.d.ts +23 -0
  92. package/dist/src/unstable/lint/catalog/workspace/agents-recognized.d.ts.map +1 -0
  93. package/dist/src/unstable/lint/catalog/workspace/agents-recognized.js +76 -0
  94. package/dist/src/unstable/lint/catalog/workspace/agents-recognized.js.map +1 -0
  95. package/dist/src/unstable/lint/catalog/workspace/helpers/empty.d.ts +18 -0
  96. package/dist/src/unstable/lint/catalog/workspace/helpers/empty.d.ts.map +1 -0
  97. package/dist/src/unstable/lint/catalog/workspace/helpers/empty.js +16 -0
  98. package/dist/src/unstable/lint/catalog/workspace/helpers/empty.js.map +1 -0
  99. package/dist/src/unstable/lint/catalog/workspace/helpers/install-ops.d.ts +133 -0
  100. package/dist/src/unstable/lint/catalog/workspace/helpers/install-ops.d.ts.map +1 -0
  101. package/dist/src/unstable/lint/catalog/workspace/helpers/install-ops.js +149 -0
  102. package/dist/src/unstable/lint/catalog/workspace/helpers/install-ops.js.map +1 -0
  103. package/dist/src/unstable/lint/catalog/workspace/helpers/registry-source.d.ts +25 -0
  104. package/dist/src/unstable/lint/catalog/workspace/helpers/registry-source.d.ts.map +1 -0
  105. package/dist/src/unstable/lint/catalog/workspace/helpers/registry-source.js +30 -0
  106. package/dist/src/unstable/lint/catalog/workspace/helpers/registry-source.js.map +1 -0
  107. package/dist/src/unstable/lint/catalog/workspace/initialized.d.ts +22 -0
  108. package/dist/src/unstable/lint/catalog/workspace/initialized.d.ts.map +1 -0
  109. package/dist/src/unstable/lint/catalog/workspace/initialized.js +55 -0
  110. package/dist/src/unstable/lint/catalog/workspace/initialized.js.map +1 -0
  111. package/dist/src/unstable/lint/catalog/workspace/lockfile-valid.d.ts +33 -0
  112. package/dist/src/unstable/lint/catalog/workspace/lockfile-valid.d.ts.map +1 -0
  113. package/dist/src/unstable/lint/catalog/workspace/lockfile-valid.js +125 -0
  114. package/dist/src/unstable/lint/catalog/workspace/lockfile-valid.js.map +1 -0
  115. package/dist/src/unstable/lint/catalog/workspace/packs-declarations-valid.d.ts +19 -0
  116. package/dist/src/unstable/lint/catalog/workspace/packs-declarations-valid.d.ts.map +1 -0
  117. package/dist/src/unstable/lint/catalog/workspace/packs-declarations-valid.js +145 -0
  118. package/dist/src/unstable/lint/catalog/workspace/packs-declarations-valid.js.map +1 -0
  119. package/dist/src/unstable/lint/catalog/workspace/packs-dependencies-resolved.d.ts +17 -0
  120. package/dist/src/unstable/lint/catalog/workspace/packs-dependencies-resolved.d.ts.map +1 -0
  121. package/dist/src/unstable/lint/catalog/workspace/packs-dependencies-resolved.js +107 -0
  122. package/dist/src/unstable/lint/catalog/workspace/packs-dependencies-resolved.js.map +1 -0
  123. package/dist/src/unstable/lint/catalog/workspace/packs-members-retained.d.ts +22 -0
  124. package/dist/src/unstable/lint/catalog/workspace/packs-members-retained.d.ts.map +1 -0
  125. package/dist/src/unstable/lint/catalog/workspace/packs-members-retained.js +163 -0
  126. package/dist/src/unstable/lint/catalog/workspace/packs-members-retained.js.map +1 -0
  127. package/dist/src/unstable/lint/catalog/workspace/settings-schema-valid.d.ts +28 -0
  128. package/dist/src/unstable/lint/catalog/workspace/settings-schema-valid.d.ts.map +1 -0
  129. package/dist/src/unstable/lint/catalog/workspace/settings-schema-valid.js +67 -0
  130. package/dist/src/unstable/lint/catalog/workspace/settings-schema-valid.js.map +1 -0
  131. package/dist/src/unstable/lint/catalog/workspace/skills-artifacts-clean.d.ts +30 -0
  132. package/dist/src/unstable/lint/catalog/workspace/skills-artifacts-clean.d.ts.map +1 -0
  133. package/dist/src/unstable/lint/catalog/workspace/skills-artifacts-clean.js +232 -0
  134. package/dist/src/unstable/lint/catalog/workspace/skills-artifacts-clean.js.map +1 -0
  135. package/dist/src/unstable/lint/catalog/workspace/skills-artifacts-correct.d.ts +26 -0
  136. package/dist/src/unstable/lint/catalog/workspace/skills-artifacts-correct.d.ts.map +1 -0
  137. package/dist/src/unstable/lint/catalog/workspace/skills-artifacts-correct.js +129 -0
  138. package/dist/src/unstable/lint/catalog/workspace/skills-artifacts-correct.js.map +1 -0
  139. package/dist/src/unstable/lint/catalog/workspace/skills-declarations-valid.d.ts +26 -0
  140. package/dist/src/unstable/lint/catalog/workspace/skills-declarations-valid.d.ts.map +1 -0
  141. package/dist/src/unstable/lint/catalog/workspace/skills-declarations-valid.js +151 -0
  142. package/dist/src/unstable/lint/catalog/workspace/skills-declarations-valid.js.map +1 -0
  143. package/dist/src/unstable/lint/catalog/workspace/skills-integrity-valid.d.ts +29 -0
  144. package/dist/src/unstable/lint/catalog/workspace/skills-integrity-valid.d.ts.map +1 -0
  145. package/dist/src/unstable/lint/catalog/workspace/skills-integrity-valid.js +149 -0
  146. package/dist/src/unstable/lint/catalog/workspace/skills-integrity-valid.js.map +1 -0
  147. package/dist/src/unstable/lint/catalog/workspace/skills-lockfile-aligned.d.ts +29 -0
  148. package/dist/src/unstable/lint/catalog/workspace/skills-lockfile-aligned.d.ts.map +1 -0
  149. package/dist/src/unstable/lint/catalog/workspace/skills-lockfile-aligned.js +242 -0
  150. package/dist/src/unstable/lint/catalog/workspace/skills-lockfile-aligned.js.map +1 -0
  151. package/dist/src/unstable/lint/catalog/workspace-accessor/contexts.d.ts +141 -0
  152. package/dist/src/unstable/lint/catalog/workspace-accessor/contexts.d.ts.map +1 -0
  153. package/dist/src/unstable/lint/catalog/workspace-accessor/contexts.js +123 -0
  154. package/dist/src/unstable/lint/catalog/workspace-accessor/contexts.js.map +1 -0
  155. package/dist/src/unstable/lint/catalog/workspace-accessor/interpret-ops.d.ts +38 -0
  156. package/dist/src/unstable/lint/catalog/workspace-accessor/interpret-ops.d.ts.map +1 -0
  157. package/dist/src/unstable/lint/catalog/workspace-accessor/interpret-ops.js +311 -0
  158. package/dist/src/unstable/lint/catalog/workspace-accessor/interpret-ops.js.map +1 -0
  159. package/dist/src/unstable/lint/catalog/workspace-accessor/platform.d.ts +60 -0
  160. package/dist/src/unstable/lint/catalog/workspace-accessor/platform.d.ts.map +1 -0
  161. package/dist/src/unstable/lint/catalog/workspace-accessor/platform.js +201 -0
  162. package/dist/src/unstable/lint/catalog/workspace-accessor/platform.js.map +1 -0
  163. package/dist/src/unstable/lint/catalog/workspace-accessor/test-state.d.ts +65 -0
  164. package/dist/src/unstable/lint/catalog/workspace-accessor/test-state.d.ts.map +1 -0
  165. package/dist/src/unstable/lint/catalog/workspace-accessor/test-state.js +95 -0
  166. package/dist/src/unstable/lint/catalog/workspace-accessor/test-state.js.map +1 -0
  167. package/dist/src/unstable/lint/catalog/workspace.d.ts +47 -0
  168. package/dist/src/unstable/lint/catalog/workspace.d.ts.map +1 -0
  169. package/dist/src/unstable/lint/catalog/workspace.js +80 -0
  170. package/dist/src/unstable/lint/catalog/workspace.js.map +1 -0
  171. package/dist/src/unstable/lint/cli.d.ts +297 -0
  172. package/dist/src/unstable/lint/cli.d.ts.map +1 -0
  173. package/dist/src/unstable/lint/cli.js +388 -0
  174. package/dist/src/unstable/lint/cli.js.map +1 -0
  175. package/dist/src/unstable/lint/compose-path.d.ts +27 -0
  176. package/dist/src/unstable/lint/compose-path.d.ts.map +1 -0
  177. package/dist/src/unstable/lint/compose-path.js +61 -0
  178. package/dist/src/unstable/lint/compose-path.js.map +1 -0
  179. package/dist/src/unstable/lint/config.d.ts +103 -0
  180. package/dist/src/unstable/lint/config.d.ts.map +1 -0
  181. package/dist/src/unstable/lint/config.js +137 -0
  182. package/dist/src/unstable/lint/config.js.map +1 -0
  183. package/dist/src/unstable/lint/context.d.ts +265 -0
  184. package/dist/src/unstable/lint/context.d.ts.map +1 -0
  185. package/dist/src/unstable/lint/context.js +21 -0
  186. package/dist/src/unstable/lint/context.js.map +1 -0
  187. package/dist/src/unstable/lint/evaluate.d.ts +68 -0
  188. package/dist/src/unstable/lint/evaluate.d.ts.map +1 -0
  189. package/dist/src/unstable/lint/evaluate.js +147 -0
  190. package/dist/src/unstable/lint/evaluate.js.map +1 -0
  191. package/dist/src/unstable/lint/index.d.ts +28 -0
  192. package/dist/src/unstable/lint/index.d.ts.map +1 -0
  193. package/dist/src/unstable/lint/index.js +35 -0
  194. package/dist/src/unstable/lint/index.js.map +1 -0
  195. package/dist/src/unstable/lint/issues-to-findings.d.ts +35 -0
  196. package/dist/src/unstable/lint/issues-to-findings.d.ts.map +1 -0
  197. package/dist/src/unstable/lint/issues-to-findings.js +97 -0
  198. package/dist/src/unstable/lint/issues-to-findings.js.map +1 -0
  199. package/dist/src/unstable/lint/rule.d.ts +139 -0
  200. package/dist/src/unstable/lint/rule.d.ts.map +1 -0
  201. package/dist/src/unstable/lint/rule.js +25 -0
  202. package/dist/src/unstable/lint/rule.js.map +1 -0
  203. package/dist/src/unstable/mcp-servers/operations/install.d.ts +1 -1
  204. package/dist/src/unstable/mcp-servers/operations/install.d.ts.map +1 -1
  205. package/dist/src/unstable/mcp-servers/operations/publish.d.ts +1 -1
  206. package/dist/src/unstable/mcp-servers/operations/publish.d.ts.map +1 -1
  207. package/dist/src/unstable/mcp-servers/operations/uninstall.d.ts +1 -1
  208. package/dist/src/unstable/mcp-servers/operations/uninstall.d.ts.map +1 -1
  209. package/dist/src/unstable/packs/operations/add-to-pack.d.ts +2 -2
  210. package/dist/src/unstable/packs/operations/add-to-pack.d.ts.map +1 -1
  211. package/dist/src/unstable/packs/operations/install.d.ts +2 -2
  212. package/dist/src/unstable/packs/operations/install.d.ts.map +1 -1
  213. package/dist/src/unstable/packs/operations/new-pack.d.ts +2 -2
  214. package/dist/src/unstable/packs/operations/new-pack.d.ts.map +1 -1
  215. package/dist/src/unstable/packs/operations/publish.d.ts +2 -2
  216. package/dist/src/unstable/packs/operations/publish.d.ts.map +1 -1
  217. package/dist/src/unstable/packs/operations/remove-from-pack.d.ts +2 -2
  218. package/dist/src/unstable/packs/operations/remove-from-pack.d.ts.map +1 -1
  219. package/dist/src/unstable/packs/operations/uninstall.d.ts +2 -2
  220. package/dist/src/unstable/packs/operations/uninstall.d.ts.map +1 -1
  221. package/dist/src/unstable/packs/operations/unpack.d.ts +2 -2
  222. package/dist/src/unstable/packs/operations/unpack.d.ts.map +1 -1
  223. package/dist/src/unstable/{workspace → plan}/apply-plan.d.ts +9 -0
  224. package/dist/src/unstable/plan/apply-plan.d.ts.map +1 -0
  225. package/dist/src/unstable/{workspace → plan}/apply-plan.js +10 -1
  226. package/dist/src/unstable/plan/apply-plan.js.map +1 -0
  227. package/dist/src/unstable/plan/index.d.ts +24 -0
  228. package/dist/src/unstable/plan/index.d.ts.map +1 -0
  229. package/dist/src/unstable/plan/index.js +28 -0
  230. package/dist/src/unstable/plan/index.js.map +1 -0
  231. package/dist/src/unstable/{workspace → plan}/plan.d.ts +6 -0
  232. package/dist/src/unstable/plan/plan.d.ts.map +1 -0
  233. package/dist/src/unstable/{workspace → plan}/plan.js +6 -0
  234. package/dist/src/unstable/plan/plan.js.map +1 -0
  235. package/dist/src/unstable/{workspace → plan}/resolve-plan.d.ts +30 -2
  236. package/dist/src/unstable/plan/resolve-plan.d.ts.map +1 -0
  237. package/dist/src/unstable/{workspace → plan}/resolve-plan.js +37 -6
  238. package/dist/src/unstable/plan/resolve-plan.js.map +1 -0
  239. package/dist/src/unstable/publish/manifest-policy.d.ts +8 -8
  240. package/dist/src/unstable/settings/index.d.ts +2 -0
  241. package/dist/src/unstable/settings/index.d.ts.map +1 -1
  242. package/dist/src/unstable/settings/index.js +1 -0
  243. package/dist/src/unstable/settings/index.js.map +1 -1
  244. package/dist/src/unstable/settings/schema.d.ts +3 -0
  245. package/dist/src/unstable/settings/schema.d.ts.map +1 -1
  246. package/dist/src/unstable/settings/schema.js +3 -0
  247. package/dist/src/unstable/settings/schema.js.map +1 -1
  248. package/dist/src/unstable/settings/settings.d.ts +10 -0
  249. package/dist/src/unstable/settings/settings.d.ts.map +1 -1
  250. package/dist/src/unstable/skills/operations/copy.d.ts +2 -2
  251. package/dist/src/unstable/skills/operations/copy.d.ts.map +1 -1
  252. package/dist/src/unstable/skills/operations/disable.d.ts +2 -2
  253. package/dist/src/unstable/skills/operations/disable.d.ts.map +1 -1
  254. package/dist/src/unstable/skills/operations/enable.d.ts +2 -2
  255. package/dist/src/unstable/skills/operations/enable.d.ts.map +1 -1
  256. package/dist/src/unstable/skills/operations/install.d.ts +2 -2
  257. package/dist/src/unstable/skills/operations/install.d.ts.map +1 -1
  258. package/dist/src/unstable/skills/operations/new-skill.d.ts +2 -2
  259. package/dist/src/unstable/skills/operations/new-skill.d.ts.map +1 -1
  260. package/dist/src/unstable/skills/operations/publish.d.ts +2 -2
  261. package/dist/src/unstable/skills/operations/publish.d.ts.map +1 -1
  262. package/dist/src/unstable/skills/operations/rename.d.ts +2 -2
  263. package/dist/src/unstable/skills/operations/rename.d.ts.map +1 -1
  264. package/dist/src/unstable/skills/operations/uninstall.d.ts +2 -2
  265. package/dist/src/unstable/skills/operations/uninstall.d.ts.map +1 -1
  266. package/dist/src/unstable/subagents/operations/disable.d.ts +2 -2
  267. package/dist/src/unstable/subagents/operations/disable.d.ts.map +1 -1
  268. package/dist/src/unstable/subagents/operations/enable.d.ts +2 -2
  269. package/dist/src/unstable/subagents/operations/enable.d.ts.map +1 -1
  270. package/dist/src/unstable/subagents/operations/publish.d.ts +2 -2
  271. package/dist/src/unstable/subagents/operations/publish.d.ts.map +1 -1
  272. package/dist/src/unstable/workflows/install-command/workflow.d.ts +1 -1
  273. package/dist/src/unstable/workflows/install-command/workflow.d.ts.map +1 -1
  274. package/dist/src/unstable/workflows/install-command/workflow.js +1 -1
  275. package/dist/src/unstable/workflows/install-command/workflow.js.map +1 -1
  276. package/dist/src/unstable/workflows/uninstall-command/workflow.d.ts +1 -1
  277. package/dist/src/unstable/workflows/uninstall-command/workflow.d.ts.map +1 -1
  278. package/dist/src/unstable/workflows/uninstall-command/workflow.js +1 -1
  279. package/dist/src/unstable/workflows/uninstall-command/workflow.js.map +1 -1
  280. package/dist/src/unstable/workspace/augment-plan.d.ts +1 -1
  281. package/dist/src/unstable/workspace/augment-plan.d.ts.map +1 -1
  282. package/dist/src/unstable/workspace/display-plan.d.ts +1 -1
  283. package/dist/src/unstable/workspace/display-plan.d.ts.map +1 -1
  284. package/dist/src/unstable/workspace/display-plan.js.map +1 -1
  285. package/dist/src/unstable/workspace/index.d.ts +0 -5
  286. package/dist/src/unstable/workspace/index.d.ts.map +1 -1
  287. package/dist/src/unstable/workspace/index.js +3 -7
  288. package/dist/src/unstable/workspace/index.js.map +1 -1
  289. package/dist/src/unstable/workspace/initialization.d.ts +15 -0
  290. package/dist/src/unstable/workspace/initialization.d.ts.map +1 -1
  291. package/dist/src/unstable/workspace/paths.d.ts +0 -18
  292. package/dist/src/unstable/workspace/paths.d.ts.map +1 -1
  293. package/dist/src/unstable/workspace/paths.js +12 -2
  294. package/dist/src/unstable/workspace/paths.js.map +1 -1
  295. package/dist/src/unstable/workspace/reconciliation.d.ts +1 -1
  296. package/dist/src/unstable/workspace/reconciliation.d.ts.map +1 -1
  297. package/dist/src/unstable/workspace/scan-plan-readiness.d.ts +1 -1
  298. package/dist/src/unstable/workspace/scan-plan-readiness.d.ts.map +1 -1
  299. package/dist/src/unstable/workspace/settings-validation/types.d.ts +11 -1
  300. package/dist/src/unstable/workspace/settings-validation/types.d.ts.map +1 -1
  301. package/package.json +10 -2
  302. package/site-content/__generated__/schemas/axm-lock.schema.json +727 -1124
  303. package/site-content/__generated__/schemas/axm-package-meta.schema.json +3 -16
  304. package/site-content/__generated__/schemas/command.schema.json +29 -130
  305. package/site-content/__generated__/schemas/extension-pack.schema.json +36 -154
  306. package/site-content/__generated__/schemas/mcp-server.schema.json +21 -134
  307. package/site-content/__generated__/schemas/settings.schema.json +111 -291
  308. package/site-content/__generated__/schemas/skill.schema.json +23 -143
  309. package/dist/src/unstable/workspace/apply-plan.d.ts.map +0 -1
  310. package/dist/src/unstable/workspace/apply-plan.js.map +0 -1
  311. package/dist/src/unstable/workspace/doctor/check-def.d.ts +0 -29
  312. package/dist/src/unstable/workspace/doctor/check-def.d.ts.map +0 -1
  313. package/dist/src/unstable/workspace/doctor/check-def.js +0 -17
  314. package/dist/src/unstable/workspace/doctor/check-def.js.map +0 -1
  315. package/dist/src/unstable/workspace/doctor/checks/agents-configured.d.ts +0 -5
  316. package/dist/src/unstable/workspace/doctor/checks/agents-configured.d.ts.map +0 -1
  317. package/dist/src/unstable/workspace/doctor/checks/agents-configured.js +0 -170
  318. package/dist/src/unstable/workspace/doctor/checks/agents-configured.js.map +0 -1
  319. package/dist/src/unstable/workspace/doctor/checks/extensions-active.d.ts +0 -4
  320. package/dist/src/unstable/workspace/doctor/checks/extensions-active.d.ts.map +0 -1
  321. package/dist/src/unstable/workspace/doctor/checks/extensions-active.js +0 -238
  322. package/dist/src/unstable/workspace/doctor/checks/extensions-active.js.map +0 -1
  323. package/dist/src/unstable/workspace/doctor/checks/extensions-current.d.ts +0 -18
  324. package/dist/src/unstable/workspace/doctor/checks/extensions-current.d.ts.map +0 -1
  325. package/dist/src/unstable/workspace/doctor/checks/extensions-current.js +0 -92
  326. package/dist/src/unstable/workspace/doctor/checks/extensions-current.js.map +0 -1
  327. package/dist/src/unstable/workspace/doctor/checks/extensions-installed.d.ts +0 -5
  328. package/dist/src/unstable/workspace/doctor/checks/extensions-installed.d.ts.map +0 -1
  329. package/dist/src/unstable/workspace/doctor/checks/extensions-installed.js +0 -472
  330. package/dist/src/unstable/workspace/doctor/checks/extensions-installed.js.map +0 -1
  331. package/dist/src/unstable/workspace/doctor/checks/workspace-ready.d.ts +0 -5
  332. package/dist/src/unstable/workspace/doctor/checks/workspace-ready.d.ts.map +0 -1
  333. package/dist/src/unstable/workspace/doctor/checks/workspace-ready.js +0 -201
  334. package/dist/src/unstable/workspace/doctor/checks/workspace-ready.js.map +0 -1
  335. package/dist/src/unstable/workspace/doctor/diagnose.d.ts +0 -49
  336. package/dist/src/unstable/workspace/doctor/diagnose.d.ts.map +0 -1
  337. package/dist/src/unstable/workspace/doctor/diagnose.js +0 -78
  338. package/dist/src/unstable/workspace/doctor/diagnose.js.map +0 -1
  339. package/dist/src/unstable/workspace/doctor/index.d.ts +0 -8
  340. package/dist/src/unstable/workspace/doctor/index.d.ts.map +0 -1
  341. package/dist/src/unstable/workspace/doctor/index.js +0 -6
  342. package/dist/src/unstable/workspace/doctor/index.js.map +0 -1
  343. package/dist/src/unstable/workspace/doctor/rollup.d.ts +0 -4
  344. package/dist/src/unstable/workspace/doctor/rollup.d.ts.map +0 -1
  345. package/dist/src/unstable/workspace/doctor/rollup.js +0 -28
  346. package/dist/src/unstable/workspace/doctor/rollup.js.map +0 -1
  347. package/dist/src/unstable/workspace/doctor/runner.d.ts +0 -6
  348. package/dist/src/unstable/workspace/doctor/runner.d.ts.map +0 -1
  349. package/dist/src/unstable/workspace/doctor/runner.js +0 -179
  350. package/dist/src/unstable/workspace/doctor/runner.js.map +0 -1
  351. package/dist/src/unstable/workspace/doctor/types.d.ts +0 -127
  352. package/dist/src/unstable/workspace/doctor/types.d.ts.map +0 -1
  353. package/dist/src/unstable/workspace/doctor/types.js +0 -60
  354. package/dist/src/unstable/workspace/doctor/types.js.map +0 -1
  355. package/dist/src/unstable/workspace/plan.d.ts.map +0 -1
  356. package/dist/src/unstable/workspace/plan.js.map +0 -1
  357. package/dist/src/unstable/workspace/resolve-plan.d.ts.map +0 -1
  358. package/dist/src/unstable/workspace/resolve-plan.js.map +0 -1
  359. package/dist/src/unstable/workspace/sync.d.ts +0 -17
  360. package/dist/src/unstable/workspace/sync.d.ts.map +0 -1
  361. package/dist/src/unstable/workspace/sync.js +0 -142
  362. package/dist/src/unstable/workspace/sync.js.map +0 -1
@@ -2,22 +2,8 @@
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
3
  "$ref": "#/definitions/Lockfile",
4
4
  "definitions": {
5
- "SourceSegment": {
6
- "type": "string",
7
- "allOf": [
8
- {
9
- "minLength": 1
10
- }
11
- ]
12
- },
13
- "IsoDateTimeString": {
14
- "type": "string",
15
- "allOf": [
16
- {
17
- "minLength": 1
18
- }
19
- ]
20
- },
5
+ "SourceSegment": { "type": "string", "allOf": [{ "minLength": 1 }] },
6
+ "IsoDateTimeString": { "type": "string", "allOf": [{ "minLength": 1 }] },
21
7
  "Handle": {
22
8
  "type": "string",
23
9
  "allOf": [
@@ -29,57 +15,34 @@
29
15
  }
30
16
  ]
31
17
  },
32
- "ExtensionName": {
33
- "type": "string"
34
- },
35
- "ExactSemverVersion": {
36
- "type": "string"
37
- },
18
+ "ExtensionName": { "type": "string" },
19
+ "ExactSemverVersion": { "type": "string" },
38
20
  "ExtensionPackLockEntry": {
39
21
  "type": "object",
40
22
  "properties": {
41
- "type": {
42
- "type": "string",
43
- "enum": ["registry"]
44
- },
45
- "owner": {
46
- "$ref": "#/definitions/Handle"
47
- },
48
- "name": {
49
- "$ref": "#/definitions/ExtensionName"
50
- },
51
- "resolvedVersion": {
52
- "$ref": "#/definitions/ExactSemverVersion"
53
- },
54
- "integrity": {
55
- "type": "string"
56
- },
57
- "sourceName": {
58
- "type": "string"
59
- },
60
- "installedAt": {
61
- "$ref": "#/definitions/IsoDateTimeString"
62
- },
63
- "updatedAt": {
64
- "$ref": "#/definitions/IsoDateTimeString"
65
- },
23
+ "type": { "type": "string", "enum": ["registry"] },
24
+ "owner": { "$ref": "#/definitions/Handle" },
25
+ "name": { "$ref": "#/definitions/ExtensionName" },
26
+ "resolvedVersion": { "$ref": "#/definitions/ExactSemverVersion" },
27
+ "integrity": { "type": "string" },
28
+ "sourceName": { "type": "string" },
29
+ "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
30
+ "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
66
31
  "resolvedSkills": {
67
32
  "type": "object",
68
- "additionalProperties": {
69
- "$ref": "#/definitions/ExactSemverVersion"
70
- }
33
+ "additionalProperties": { "$ref": "#/definitions/ExactSemverVersion" }
71
34
  },
72
35
  "resolvedCommands": {
73
36
  "type": "object",
74
- "additionalProperties": {
75
- "$ref": "#/definitions/ExactSemverVersion"
76
- }
37
+ "additionalProperties": { "$ref": "#/definitions/ExactSemverVersion" }
77
38
  },
78
39
  "resolvedMcpServers": {
79
40
  "type": "object",
80
- "additionalProperties": {
81
- "$ref": "#/definitions/ExactSemverVersion"
82
- }
41
+ "additionalProperties": { "$ref": "#/definitions/ExactSemverVersion" }
42
+ },
43
+ "resolvedSubagents": {
44
+ "type": "object",
45
+ "additionalProperties": { "$ref": "#/definitions/ExactSemverVersion" }
83
46
  }
84
47
  },
85
48
  "required": [
@@ -93,7 +56,8 @@
93
56
  "updatedAt",
94
57
  "resolvedSkills",
95
58
  "resolvedCommands",
96
- "resolvedMcpServers"
59
+ "resolvedMcpServers",
60
+ "resolvedSubagents"
97
61
  ],
98
62
  "additionalProperties": false,
99
63
  "title": "Extension Pack Lock Entry",
@@ -104,21 +68,10 @@
104
68
  "properties": {
105
69
  "lockfileVersion": {
106
70
  "anyOf": [
107
- {
108
- "type": "number"
109
- },
110
- {
111
- "type": "string",
112
- "enum": ["NaN"]
113
- },
114
- {
115
- "type": "string",
116
- "enum": ["Infinity"]
117
- },
118
- {
119
- "type": "string",
120
- "enum": ["-Infinity"]
121
- }
71
+ { "type": "number" },
72
+ { "type": "string", "enum": ["NaN"] },
73
+ { "type": "string", "enum": ["Infinity"] },
74
+ { "type": "string", "enum": ["-Infinity"] }
122
75
  ]
123
76
  },
124
77
  "skills": {
@@ -128,76 +81,42 @@
128
81
  {
129
82
  "type": "object",
130
83
  "properties": {
131
- "type": {
132
- "type": "string",
133
- "enum": ["github"]
134
- },
135
- "owner": {
136
- "$ref": "#/definitions/SourceSegment"
137
- },
138
- "repo": {
139
- "$ref": "#/definitions/SourceSegment"
140
- },
84
+ "type": { "type": "string", "enum": ["github"] },
85
+ "owner": { "$ref": "#/definitions/SourceSegment" },
86
+ "repo": { "$ref": "#/definitions/SourceSegment" },
141
87
  "ref": {
142
88
  "anyOf": [
143
- {
144
- "type": "string",
145
- "allOf": [
146
- {
147
- "minLength": 1
148
- }
149
- ]
150
- },
151
- {
152
- "type": "null"
153
- }
89
+ { "type": "string", "allOf": [{ "minLength": 1 }] },
90
+ { "type": "null" }
154
91
  ]
155
92
  },
156
93
  "path": {
157
94
  "anyOf": [
158
- {
159
- "type": "string",
160
- "allOf": [
161
- {
162
- "minLength": 1
163
- }
164
- ]
165
- },
166
- {
167
- "type": "null"
168
- }
169
- ]
170
- },
171
- "agents": {
172
- "type": "array",
173
- "items": {
174
- "type": "string"
175
- }
176
- },
177
- "installedAt": {
178
- "$ref": "#/definitions/IsoDateTimeString"
179
- },
180
- "updatedAt": {
181
- "$ref": "#/definitions/IsoDateTimeString"
182
- },
183
- "gitTreeHash": {
184
- "anyOf": [
185
- {
186
- "type": "string"
187
- },
188
- {
189
- "type": "null"
190
- }
95
+ { "type": "string", "allOf": [{ "minLength": 1 }] },
96
+ { "type": "null" }
191
97
  ]
192
98
  },
193
- "retainedByPack": {
99
+ "agents": { "type": "array", "items": { "type": "string" } },
100
+ "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
101
+ "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
102
+ "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
103
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
104
+ "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
105
+ "renderedFiles": {
194
106
  "anyOf": [
195
107
  {
196
- "type": "boolean"
108
+ "type": "object",
109
+ "additionalProperties": {
110
+ "type": "array",
111
+ "items": {
112
+ "type": "object",
113
+ "properties": { "path": { "type": "string" } },
114
+ "required": ["path"],
115
+ "additionalProperties": false
116
+ }
117
+ }
197
118
  },
198
- {
199
- "type": "null"
200
- }
119
+ { "type": "null" }
201
120
  ]
202
121
  }
203
122
  },
@@ -207,76 +126,42 @@
207
126
  {
208
127
  "type": "object",
209
128
  "properties": {
210
- "type": {
211
- "type": "string",
212
- "enum": ["gitlab"]
213
- },
214
- "owner": {
215
- "$ref": "#/definitions/SourceSegment"
216
- },
217
- "repo": {
218
- "$ref": "#/definitions/SourceSegment"
219
- },
129
+ "type": { "type": "string", "enum": ["gitlab"] },
130
+ "owner": { "$ref": "#/definitions/SourceSegment" },
131
+ "repo": { "$ref": "#/definitions/SourceSegment" },
220
132
  "ref": {
221
133
  "anyOf": [
222
- {
223
- "type": "string",
224
- "allOf": [
225
- {
226
- "minLength": 1
227
- }
228
- ]
229
- },
230
- {
231
- "type": "null"
232
- }
134
+ { "type": "string", "allOf": [{ "minLength": 1 }] },
135
+ { "type": "null" }
233
136
  ]
234
137
  },
235
138
  "path": {
236
139
  "anyOf": [
237
- {
238
- "type": "string",
239
- "allOf": [
240
- {
241
- "minLength": 1
242
- }
243
- ]
244
- },
245
- {
246
- "type": "null"
247
- }
248
- ]
249
- },
250
- "agents": {
251
- "type": "array",
252
- "items": {
253
- "type": "string"
254
- }
255
- },
256
- "installedAt": {
257
- "$ref": "#/definitions/IsoDateTimeString"
258
- },
259
- "updatedAt": {
260
- "$ref": "#/definitions/IsoDateTimeString"
261
- },
262
- "gitTreeHash": {
263
- "anyOf": [
264
- {
265
- "type": "string"
266
- },
267
- {
268
- "type": "null"
269
- }
140
+ { "type": "string", "allOf": [{ "minLength": 1 }] },
141
+ { "type": "null" }
270
142
  ]
271
143
  },
272
- "retainedByPack": {
144
+ "agents": { "type": "array", "items": { "type": "string" } },
145
+ "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
146
+ "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
147
+ "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
148
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
149
+ "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
150
+ "renderedFiles": {
273
151
  "anyOf": [
274
152
  {
275
- "type": "boolean"
153
+ "type": "object",
154
+ "additionalProperties": {
155
+ "type": "array",
156
+ "items": {
157
+ "type": "object",
158
+ "properties": { "path": { "type": "string" } },
159
+ "required": ["path"],
160
+ "additionalProperties": false
161
+ }
162
+ }
276
163
  },
277
- {
278
- "type": "null"
279
- }
164
+ { "type": "null" }
280
165
  ]
281
166
  }
282
167
  },
@@ -286,76 +171,42 @@
286
171
  {
287
172
  "type": "object",
288
173
  "properties": {
289
- "type": {
290
- "type": "string",
291
- "enum": ["bitbucket"]
292
- },
293
- "owner": {
294
- "$ref": "#/definitions/SourceSegment"
295
- },
296
- "repo": {
297
- "$ref": "#/definitions/SourceSegment"
298
- },
174
+ "type": { "type": "string", "enum": ["bitbucket"] },
175
+ "owner": { "$ref": "#/definitions/SourceSegment" },
176
+ "repo": { "$ref": "#/definitions/SourceSegment" },
299
177
  "ref": {
300
178
  "anyOf": [
301
- {
302
- "type": "string",
303
- "allOf": [
304
- {
305
- "minLength": 1
306
- }
307
- ]
308
- },
309
- {
310
- "type": "null"
311
- }
179
+ { "type": "string", "allOf": [{ "minLength": 1 }] },
180
+ { "type": "null" }
312
181
  ]
313
182
  },
314
183
  "path": {
315
184
  "anyOf": [
316
- {
317
- "type": "string",
318
- "allOf": [
319
- {
320
- "minLength": 1
321
- }
322
- ]
323
- },
324
- {
325
- "type": "null"
326
- }
327
- ]
328
- },
329
- "agents": {
330
- "type": "array",
331
- "items": {
332
- "type": "string"
333
- }
334
- },
335
- "installedAt": {
336
- "$ref": "#/definitions/IsoDateTimeString"
337
- },
338
- "updatedAt": {
339
- "$ref": "#/definitions/IsoDateTimeString"
340
- },
341
- "gitTreeHash": {
342
- "anyOf": [
343
- {
344
- "type": "string"
345
- },
346
- {
347
- "type": "null"
348
- }
185
+ { "type": "string", "allOf": [{ "minLength": 1 }] },
186
+ { "type": "null" }
349
187
  ]
350
188
  },
351
- "retainedByPack": {
189
+ "agents": { "type": "array", "items": { "type": "string" } },
190
+ "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
191
+ "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
192
+ "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
193
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
194
+ "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
195
+ "renderedFiles": {
352
196
  "anyOf": [
353
197
  {
354
- "type": "boolean"
198
+ "type": "object",
199
+ "additionalProperties": {
200
+ "type": "array",
201
+ "items": {
202
+ "type": "object",
203
+ "properties": { "path": { "type": "string" } },
204
+ "required": ["path"],
205
+ "additionalProperties": false
206
+ }
207
+ }
355
208
  },
356
- {
357
- "type": "null"
358
- }
209
+ { "type": "null" }
359
210
  ]
360
211
  }
361
212
  },
@@ -365,79 +216,43 @@
365
216
  {
366
217
  "type": "object",
367
218
  "properties": {
368
- "type": {
369
- "type": "string",
370
- "enum": ["azurerepos"]
371
- },
372
- "organization": {
373
- "$ref": "#/definitions/SourceSegment"
374
- },
375
- "project": {
376
- "$ref": "#/definitions/SourceSegment"
377
- },
378
- "repo": {
379
- "$ref": "#/definitions/SourceSegment"
380
- },
219
+ "type": { "type": "string", "enum": ["azurerepos"] },
220
+ "organization": { "$ref": "#/definitions/SourceSegment" },
221
+ "project": { "$ref": "#/definitions/SourceSegment" },
222
+ "repo": { "$ref": "#/definitions/SourceSegment" },
381
223
  "ref": {
382
224
  "anyOf": [
383
- {
384
- "type": "string",
385
- "allOf": [
386
- {
387
- "minLength": 1
388
- }
389
- ]
390
- },
391
- {
392
- "type": "null"
393
- }
225
+ { "type": "string", "allOf": [{ "minLength": 1 }] },
226
+ { "type": "null" }
394
227
  ]
395
228
  },
396
229
  "path": {
397
230
  "anyOf": [
398
- {
399
- "type": "string",
400
- "allOf": [
401
- {
402
- "minLength": 1
403
- }
404
- ]
405
- },
406
- {
407
- "type": "null"
408
- }
409
- ]
410
- },
411
- "agents": {
412
- "type": "array",
413
- "items": {
414
- "type": "string"
415
- }
416
- },
417
- "installedAt": {
418
- "$ref": "#/definitions/IsoDateTimeString"
419
- },
420
- "updatedAt": {
421
- "$ref": "#/definitions/IsoDateTimeString"
422
- },
423
- "gitTreeHash": {
424
- "anyOf": [
425
- {
426
- "type": "string"
427
- },
428
- {
429
- "type": "null"
430
- }
231
+ { "type": "string", "allOf": [{ "minLength": 1 }] },
232
+ { "type": "null" }
431
233
  ]
432
234
  },
433
- "retainedByPack": {
235
+ "agents": { "type": "array", "items": { "type": "string" } },
236
+ "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
237
+ "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
238
+ "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
239
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
240
+ "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
241
+ "renderedFiles": {
434
242
  "anyOf": [
435
243
  {
436
- "type": "boolean"
244
+ "type": "object",
245
+ "additionalProperties": {
246
+ "type": "array",
247
+ "items": {
248
+ "type": "object",
249
+ "properties": { "path": { "type": "string" } },
250
+ "required": ["path"],
251
+ "additionalProperties": false
252
+ }
253
+ }
437
254
  },
438
- {
439
- "type": "null"
440
- }
255
+ { "type": "null" }
441
256
  ]
442
257
  }
443
258
  },
@@ -455,73 +270,41 @@
455
270
  {
456
271
  "type": "object",
457
272
  "properties": {
458
- "type": {
459
- "type": "string",
460
- "enum": ["git"]
461
- },
462
- "url": {
463
- "type": "string"
464
- },
273
+ "type": { "type": "string", "enum": ["git"] },
274
+ "url": { "type": "string" },
465
275
  "ref": {
466
276
  "anyOf": [
467
- {
468
- "type": "string",
469
- "allOf": [
470
- {
471
- "minLength": 1
472
- }
473
- ]
474
- },
475
- {
476
- "type": "null"
477
- }
277
+ { "type": "string", "allOf": [{ "minLength": 1 }] },
278
+ { "type": "null" }
478
279
  ]
479
280
  },
480
281
  "path": {
481
282
  "anyOf": [
482
- {
483
- "type": "string",
484
- "allOf": [
485
- {
486
- "minLength": 1
487
- }
488
- ]
489
- },
490
- {
491
- "type": "null"
492
- }
493
- ]
494
- },
495
- "agents": {
496
- "type": "array",
497
- "items": {
498
- "type": "string"
499
- }
500
- },
501
- "installedAt": {
502
- "$ref": "#/definitions/IsoDateTimeString"
503
- },
504
- "updatedAt": {
505
- "$ref": "#/definitions/IsoDateTimeString"
506
- },
507
- "gitTreeHash": {
508
- "anyOf": [
509
- {
510
- "type": "string"
511
- },
512
- {
513
- "type": "null"
514
- }
283
+ { "type": "string", "allOf": [{ "minLength": 1 }] },
284
+ { "type": "null" }
515
285
  ]
516
286
  },
517
- "retainedByPack": {
287
+ "agents": { "type": "array", "items": { "type": "string" } },
288
+ "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
289
+ "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
290
+ "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
291
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
292
+ "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
293
+ "renderedFiles": {
518
294
  "anyOf": [
519
295
  {
520
- "type": "boolean"
296
+ "type": "object",
297
+ "additionalProperties": {
298
+ "type": "array",
299
+ "items": {
300
+ "type": "object",
301
+ "properties": { "path": { "type": "string" } },
302
+ "required": ["path"],
303
+ "additionalProperties": false
304
+ }
305
+ }
521
306
  },
522
- {
523
- "type": "null"
524
- }
307
+ { "type": "null" }
525
308
  ]
526
309
  }
527
310
  },
@@ -531,43 +314,29 @@
531
314
  {
532
315
  "type": "object",
533
316
  "properties": {
534
- "type": {
535
- "type": "string",
536
- "enum": ["local"]
537
- },
538
- "path": {
539
- "type": "string"
540
- },
541
- "agents": {
542
- "type": "array",
543
- "items": {
544
- "type": "string"
545
- }
546
- },
547
- "installedAt": {
548
- "$ref": "#/definitions/IsoDateTimeString"
549
- },
550
- "updatedAt": {
551
- "$ref": "#/definitions/IsoDateTimeString"
552
- },
553
- "gitTreeHash": {
554
- "anyOf": [
555
- {
556
- "type": "string"
557
- },
558
- {
559
- "type": "null"
560
- }
561
- ]
562
- },
563
- "retainedByPack": {
317
+ "type": { "type": "string", "enum": ["local"] },
318
+ "path": { "type": "string" },
319
+ "agents": { "type": "array", "items": { "type": "string" } },
320
+ "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
321
+ "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
322
+ "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
323
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
324
+ "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
325
+ "renderedFiles": {
564
326
  "anyOf": [
565
327
  {
566
- "type": "boolean"
328
+ "type": "object",
329
+ "additionalProperties": {
330
+ "type": "array",
331
+ "items": {
332
+ "type": "object",
333
+ "properties": { "path": { "type": "string" } },
334
+ "required": ["path"],
335
+ "additionalProperties": false
336
+ }
337
+ }
567
338
  },
568
- {
569
- "type": "null"
570
- }
339
+ { "type": "null" }
571
340
  ]
572
341
  }
573
342
  },
@@ -577,55 +346,33 @@
577
346
  {
578
347
  "type": "object",
579
348
  "properties": {
580
- "type": {
581
- "type": "string",
582
- "enum": ["registry"]
583
- },
584
- "owner": {
585
- "$ref": "#/definitions/Handle"
586
- },
587
- "name": {
588
- "$ref": "#/definitions/ExtensionName"
589
- },
590
- "resolvedVersion": {
591
- "$ref": "#/definitions/ExactSemverVersion"
592
- },
593
- "integrity": {
594
- "type": "string"
595
- },
596
- "sourceName": {
597
- "type": "string"
598
- },
599
- "agents": {
600
- "type": "array",
601
- "items": {
602
- "type": "string"
603
- }
604
- },
605
- "installedAt": {
606
- "$ref": "#/definitions/IsoDateTimeString"
607
- },
608
- "updatedAt": {
609
- "$ref": "#/definitions/IsoDateTimeString"
610
- },
611
- "gitTreeHash": {
612
- "anyOf": [
613
- {
614
- "type": "string"
615
- },
616
- {
617
- "type": "null"
618
- }
619
- ]
620
- },
621
- "retainedByPack": {
349
+ "type": { "type": "string", "enum": ["registry"] },
350
+ "owner": { "$ref": "#/definitions/Handle" },
351
+ "name": { "$ref": "#/definitions/ExtensionName" },
352
+ "resolvedVersion": { "$ref": "#/definitions/ExactSemverVersion" },
353
+ "integrity": { "type": "string" },
354
+ "sourceName": { "type": "string" },
355
+ "agents": { "type": "array", "items": { "type": "string" } },
356
+ "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
357
+ "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
358
+ "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
359
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
360
+ "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
361
+ "renderedFiles": {
622
362
  "anyOf": [
623
363
  {
624
- "type": "boolean"
364
+ "type": "object",
365
+ "additionalProperties": {
366
+ "type": "array",
367
+ "items": {
368
+ "type": "object",
369
+ "properties": { "path": { "type": "string" } },
370
+ "required": ["path"],
371
+ "additionalProperties": false
372
+ }
373
+ }
625
374
  },
626
- {
627
- "type": "null"
628
- }
375
+ { "type": "null" }
629
376
  ]
630
377
  }
631
378
  },
@@ -654,292 +401,178 @@
654
401
  {
655
402
  "type": "object",
656
403
  "properties": {
657
- "type": {
658
- "type": "string",
659
- "enum": ["github"]
660
- },
661
- "owner": {
662
- "$ref": "#/definitions/SourceSegment"
663
- },
664
- "repo": {
665
- "$ref": "#/definitions/SourceSegment"
666
- },
404
+ "type": { "type": "string", "enum": ["github"] },
405
+ "owner": { "$ref": "#/definitions/SourceSegment" },
406
+ "repo": { "$ref": "#/definitions/SourceSegment" },
667
407
  "ref": {
668
408
  "anyOf": [
669
- {
670
- "type": "string",
671
- "allOf": [
672
- {
673
- "minLength": 1
674
- }
675
- ]
676
- },
677
- {
678
- "type": "null"
679
- }
409
+ { "type": "string", "allOf": [{ "minLength": 1 }] },
410
+ { "type": "null" }
680
411
  ]
681
412
  },
682
413
  "path": {
683
414
  "anyOf": [
684
- {
685
- "type": "string",
686
- "allOf": [
687
- {
688
- "minLength": 1
689
- }
690
- ]
691
- },
692
- {
693
- "type": "null"
694
- }
695
- ]
696
- },
697
- "installedAt": {
698
- "$ref": "#/definitions/IsoDateTimeString"
699
- },
700
- "updatedAt": {
701
- "$ref": "#/definitions/IsoDateTimeString"
702
- },
703
- "gitTreeHash": {
704
- "anyOf": [
705
- {
706
- "type": "string"
707
- },
708
- {
709
- "type": "null"
710
- }
415
+ { "type": "string", "allOf": [{ "minLength": 1 }] },
416
+ { "type": "null" }
711
417
  ]
712
418
  },
713
- "retainedByPack": {
419
+ "agents": { "type": "array", "items": { "type": "string" } },
420
+ "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
421
+ "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
422
+ "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
423
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
424
+ "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
425
+ "renderedFiles": {
714
426
  "anyOf": [
715
427
  {
716
- "type": "boolean"
428
+ "type": "object",
429
+ "additionalProperties": {
430
+ "type": "array",
431
+ "items": {
432
+ "type": "object",
433
+ "properties": { "path": { "type": "string" } },
434
+ "required": ["path"],
435
+ "additionalProperties": false
436
+ }
437
+ }
717
438
  },
718
- {
719
- "type": "null"
720
- }
439
+ { "type": "null" }
721
440
  ]
722
441
  }
723
442
  },
724
- "required": ["type", "owner", "repo", "installedAt", "updatedAt"],
443
+ "required": ["type", "owner", "repo", "agents", "installedAt", "updatedAt"],
725
444
  "additionalProperties": false
726
445
  },
727
446
  {
728
447
  "type": "object",
729
448
  "properties": {
730
- "type": {
731
- "type": "string",
732
- "enum": ["gitlab"]
733
- },
734
- "owner": {
735
- "$ref": "#/definitions/SourceSegment"
736
- },
737
- "repo": {
738
- "$ref": "#/definitions/SourceSegment"
739
- },
449
+ "type": { "type": "string", "enum": ["gitlab"] },
450
+ "owner": { "$ref": "#/definitions/SourceSegment" },
451
+ "repo": { "$ref": "#/definitions/SourceSegment" },
740
452
  "ref": {
741
453
  "anyOf": [
742
- {
743
- "type": "string",
744
- "allOf": [
745
- {
746
- "minLength": 1
747
- }
748
- ]
749
- },
750
- {
751
- "type": "null"
752
- }
454
+ { "type": "string", "allOf": [{ "minLength": 1 }] },
455
+ { "type": "null" }
753
456
  ]
754
457
  },
755
458
  "path": {
756
459
  "anyOf": [
757
- {
758
- "type": "string",
759
- "allOf": [
760
- {
761
- "minLength": 1
762
- }
763
- ]
764
- },
765
- {
766
- "type": "null"
767
- }
460
+ { "type": "string", "allOf": [{ "minLength": 1 }] },
461
+ { "type": "null" }
768
462
  ]
769
463
  },
770
- "installedAt": {
771
- "$ref": "#/definitions/IsoDateTimeString"
772
- },
773
- "updatedAt": {
774
- "$ref": "#/definitions/IsoDateTimeString"
775
- },
776
- "gitTreeHash": {
464
+ "agents": { "type": "array", "items": { "type": "string" } },
465
+ "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
466
+ "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
467
+ "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
468
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
469
+ "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
470
+ "renderedFiles": {
777
471
  "anyOf": [
778
472
  {
779
- "type": "string"
780
- },
781
- {
782
- "type": "null"
783
- }
784
- ]
785
- },
786
- "retainedByPack": {
787
- "anyOf": [
788
- {
789
- "type": "boolean"
473
+ "type": "object",
474
+ "additionalProperties": {
475
+ "type": "array",
476
+ "items": {
477
+ "type": "object",
478
+ "properties": { "path": { "type": "string" } },
479
+ "required": ["path"],
480
+ "additionalProperties": false
481
+ }
482
+ }
790
483
  },
791
- {
792
- "type": "null"
793
- }
484
+ { "type": "null" }
794
485
  ]
795
486
  }
796
487
  },
797
- "required": ["type", "owner", "repo", "installedAt", "updatedAt"],
488
+ "required": ["type", "owner", "repo", "agents", "installedAt", "updatedAt"],
798
489
  "additionalProperties": false
799
490
  },
800
491
  {
801
492
  "type": "object",
802
493
  "properties": {
803
- "type": {
804
- "type": "string",
805
- "enum": ["bitbucket"]
806
- },
807
- "owner": {
808
- "$ref": "#/definitions/SourceSegment"
809
- },
810
- "repo": {
811
- "$ref": "#/definitions/SourceSegment"
812
- },
494
+ "type": { "type": "string", "enum": ["bitbucket"] },
495
+ "owner": { "$ref": "#/definitions/SourceSegment" },
496
+ "repo": { "$ref": "#/definitions/SourceSegment" },
813
497
  "ref": {
814
498
  "anyOf": [
815
- {
816
- "type": "string",
817
- "allOf": [
818
- {
819
- "minLength": 1
820
- }
821
- ]
822
- },
823
- {
824
- "type": "null"
825
- }
499
+ { "type": "string", "allOf": [{ "minLength": 1 }] },
500
+ { "type": "null" }
826
501
  ]
827
502
  },
828
503
  "path": {
829
504
  "anyOf": [
830
- {
831
- "type": "string",
832
- "allOf": [
833
- {
834
- "minLength": 1
835
- }
836
- ]
837
- },
838
- {
839
- "type": "null"
840
- }
841
- ]
842
- },
843
- "installedAt": {
844
- "$ref": "#/definitions/IsoDateTimeString"
845
- },
846
- "updatedAt": {
847
- "$ref": "#/definitions/IsoDateTimeString"
848
- },
849
- "gitTreeHash": {
850
- "anyOf": [
851
- {
852
- "type": "string"
853
- },
854
- {
855
- "type": "null"
856
- }
505
+ { "type": "string", "allOf": [{ "minLength": 1 }] },
506
+ { "type": "null" }
857
507
  ]
858
508
  },
859
- "retainedByPack": {
509
+ "agents": { "type": "array", "items": { "type": "string" } },
510
+ "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
511
+ "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
512
+ "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
513
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
514
+ "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
515
+ "renderedFiles": {
860
516
  "anyOf": [
861
517
  {
862
- "type": "boolean"
518
+ "type": "object",
519
+ "additionalProperties": {
520
+ "type": "array",
521
+ "items": {
522
+ "type": "object",
523
+ "properties": { "path": { "type": "string" } },
524
+ "required": ["path"],
525
+ "additionalProperties": false
526
+ }
527
+ }
863
528
  },
864
- {
865
- "type": "null"
866
- }
529
+ { "type": "null" }
867
530
  ]
868
531
  }
869
532
  },
870
- "required": ["type", "owner", "repo", "installedAt", "updatedAt"],
533
+ "required": ["type", "owner", "repo", "agents", "installedAt", "updatedAt"],
871
534
  "additionalProperties": false
872
535
  },
873
536
  {
874
537
  "type": "object",
875
538
  "properties": {
876
- "type": {
877
- "type": "string",
878
- "enum": ["azurerepos"]
879
- },
880
- "organization": {
881
- "$ref": "#/definitions/SourceSegment"
882
- },
883
- "project": {
884
- "$ref": "#/definitions/SourceSegment"
885
- },
886
- "repo": {
887
- "$ref": "#/definitions/SourceSegment"
888
- },
539
+ "type": { "type": "string", "enum": ["azurerepos"] },
540
+ "organization": { "$ref": "#/definitions/SourceSegment" },
541
+ "project": { "$ref": "#/definitions/SourceSegment" },
542
+ "repo": { "$ref": "#/definitions/SourceSegment" },
889
543
  "ref": {
890
544
  "anyOf": [
891
- {
892
- "type": "string",
893
- "allOf": [
894
- {
895
- "minLength": 1
896
- }
897
- ]
898
- },
899
- {
900
- "type": "null"
901
- }
545
+ { "type": "string", "allOf": [{ "minLength": 1 }] },
546
+ { "type": "null" }
902
547
  ]
903
548
  },
904
549
  "path": {
905
550
  "anyOf": [
906
- {
907
- "type": "string",
908
- "allOf": [
909
- {
910
- "minLength": 1
911
- }
912
- ]
913
- },
914
- {
915
- "type": "null"
916
- }
551
+ { "type": "string", "allOf": [{ "minLength": 1 }] },
552
+ { "type": "null" }
917
553
  ]
918
554
  },
919
- "installedAt": {
920
- "$ref": "#/definitions/IsoDateTimeString"
921
- },
922
- "updatedAt": {
923
- "$ref": "#/definitions/IsoDateTimeString"
924
- },
925
- "gitTreeHash": {
555
+ "agents": { "type": "array", "items": { "type": "string" } },
556
+ "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
557
+ "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
558
+ "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
559
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
560
+ "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
561
+ "renderedFiles": {
926
562
  "anyOf": [
927
563
  {
928
- "type": "string"
929
- },
930
- {
931
- "type": "null"
932
- }
933
- ]
934
- },
935
- "retainedByPack": {
936
- "anyOf": [
937
- {
938
- "type": "boolean"
564
+ "type": "object",
565
+ "additionalProperties": {
566
+ "type": "array",
567
+ "items": {
568
+ "type": "object",
569
+ "properties": { "path": { "type": "string" } },
570
+ "required": ["path"],
571
+ "additionalProperties": false
572
+ }
573
+ }
939
574
  },
940
- {
941
- "type": "null"
942
- }
575
+ { "type": "null" }
943
576
  ]
944
577
  }
945
578
  },
@@ -948,6 +581,7 @@
948
581
  "organization",
949
582
  "project",
950
583
  "repo",
584
+ "agents",
951
585
  "installedAt",
952
586
  "updatedAt"
953
587
  ],
@@ -956,159 +590,109 @@
956
590
  {
957
591
  "type": "object",
958
592
  "properties": {
959
- "type": {
960
- "type": "string",
961
- "enum": ["git"]
962
- },
963
- "url": {
964
- "type": "string"
965
- },
593
+ "type": { "type": "string", "enum": ["git"] },
594
+ "url": { "type": "string" },
966
595
  "ref": {
967
596
  "anyOf": [
968
- {
969
- "type": "string",
970
- "allOf": [
971
- {
972
- "minLength": 1
973
- }
974
- ]
975
- },
976
- {
977
- "type": "null"
978
- }
597
+ { "type": "string", "allOf": [{ "minLength": 1 }] },
598
+ { "type": "null" }
979
599
  ]
980
600
  },
981
601
  "path": {
982
602
  "anyOf": [
983
- {
984
- "type": "string",
985
- "allOf": [
986
- {
987
- "minLength": 1
988
- }
989
- ]
990
- },
991
- {
992
- "type": "null"
993
- }
994
- ]
995
- },
996
- "installedAt": {
997
- "$ref": "#/definitions/IsoDateTimeString"
998
- },
999
- "updatedAt": {
1000
- "$ref": "#/definitions/IsoDateTimeString"
1001
- },
1002
- "gitTreeHash": {
1003
- "anyOf": [
1004
- {
1005
- "type": "string"
1006
- },
1007
- {
1008
- "type": "null"
1009
- }
603
+ { "type": "string", "allOf": [{ "minLength": 1 }] },
604
+ { "type": "null" }
1010
605
  ]
1011
606
  },
1012
- "retainedByPack": {
607
+ "agents": { "type": "array", "items": { "type": "string" } },
608
+ "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
609
+ "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
610
+ "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
611
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
612
+ "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
613
+ "renderedFiles": {
1013
614
  "anyOf": [
1014
615
  {
1015
- "type": "boolean"
616
+ "type": "object",
617
+ "additionalProperties": {
618
+ "type": "array",
619
+ "items": {
620
+ "type": "object",
621
+ "properties": { "path": { "type": "string" } },
622
+ "required": ["path"],
623
+ "additionalProperties": false
624
+ }
625
+ }
1016
626
  },
1017
- {
1018
- "type": "null"
1019
- }
627
+ { "type": "null" }
1020
628
  ]
1021
629
  }
1022
630
  },
1023
- "required": ["type", "url", "installedAt", "updatedAt"],
631
+ "required": ["type", "url", "agents", "installedAt", "updatedAt"],
1024
632
  "additionalProperties": false
1025
633
  },
1026
634
  {
1027
635
  "type": "object",
1028
636
  "properties": {
1029
- "type": {
1030
- "type": "string",
1031
- "enum": ["local"]
1032
- },
1033
- "path": {
1034
- "type": "string"
1035
- },
1036
- "installedAt": {
1037
- "$ref": "#/definitions/IsoDateTimeString"
1038
- },
1039
- "updatedAt": {
1040
- "$ref": "#/definitions/IsoDateTimeString"
1041
- },
1042
- "gitTreeHash": {
637
+ "type": { "type": "string", "enum": ["local"] },
638
+ "path": { "type": "string" },
639
+ "agents": { "type": "array", "items": { "type": "string" } },
640
+ "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
641
+ "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
642
+ "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
643
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
644
+ "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
645
+ "renderedFiles": {
1043
646
  "anyOf": [
1044
647
  {
1045
- "type": "string"
1046
- },
1047
- {
1048
- "type": "null"
1049
- }
1050
- ]
1051
- },
1052
- "retainedByPack": {
1053
- "anyOf": [
1054
- {
1055
- "type": "boolean"
648
+ "type": "object",
649
+ "additionalProperties": {
650
+ "type": "array",
651
+ "items": {
652
+ "type": "object",
653
+ "properties": { "path": { "type": "string" } },
654
+ "required": ["path"],
655
+ "additionalProperties": false
656
+ }
657
+ }
1056
658
  },
1057
- {
1058
- "type": "null"
1059
- }
659
+ { "type": "null" }
1060
660
  ]
1061
661
  }
1062
662
  },
1063
- "required": ["type", "path", "installedAt", "updatedAt"],
663
+ "required": ["type", "path", "agents", "installedAt", "updatedAt"],
1064
664
  "additionalProperties": false
1065
665
  },
1066
666
  {
1067
667
  "type": "object",
1068
668
  "properties": {
1069
- "type": {
1070
- "type": "string",
1071
- "enum": ["registry"]
1072
- },
1073
- "owner": {
1074
- "$ref": "#/definitions/Handle"
1075
- },
1076
- "name": {
1077
- "$ref": "#/definitions/ExtensionName"
1078
- },
1079
- "resolvedVersion": {
1080
- "$ref": "#/definitions/ExactSemverVersion"
1081
- },
1082
- "integrity": {
1083
- "type": "string"
1084
- },
1085
- "sourceName": {
1086
- "type": "string"
1087
- },
1088
- "installedAt": {
1089
- "$ref": "#/definitions/IsoDateTimeString"
1090
- },
1091
- "updatedAt": {
1092
- "$ref": "#/definitions/IsoDateTimeString"
1093
- },
1094
- "gitTreeHash": {
669
+ "type": { "type": "string", "enum": ["registry"] },
670
+ "owner": { "$ref": "#/definitions/Handle" },
671
+ "name": { "$ref": "#/definitions/ExtensionName" },
672
+ "resolvedVersion": { "$ref": "#/definitions/ExactSemverVersion" },
673
+ "integrity": { "type": "string" },
674
+ "sourceName": { "type": "string" },
675
+ "agents": { "type": "array", "items": { "type": "string" } },
676
+ "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
677
+ "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
678
+ "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
679
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
680
+ "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
681
+ "renderedFiles": {
1095
682
  "anyOf": [
1096
683
  {
1097
- "type": "string"
1098
- },
1099
- {
1100
- "type": "null"
1101
- }
1102
- ]
1103
- },
1104
- "retainedByPack": {
1105
- "anyOf": [
1106
- {
1107
- "type": "boolean"
684
+ "type": "object",
685
+ "additionalProperties": {
686
+ "type": "array",
687
+ "items": {
688
+ "type": "object",
689
+ "properties": { "path": { "type": "string" } },
690
+ "required": ["path"],
691
+ "additionalProperties": false
692
+ }
693
+ }
1108
694
  },
1109
- {
1110
- "type": "null"
1111
- }
695
+ { "type": "null" }
1112
696
  ]
1113
697
  }
1114
698
  },
@@ -1119,6 +703,7 @@
1119
703
  "resolvedVersion",
1120
704
  "integrity",
1121
705
  "sourceName",
706
+ "agents",
1122
707
  "installedAt",
1123
708
  "updatedAt"
1124
709
  ],
@@ -1127,12 +712,10 @@
1127
712
  ]
1128
713
  }
1129
714
  },
1130
- {
1131
- "type": "null"
1132
- }
715
+ { "type": "null" }
1133
716
  ]
1134
717
  },
1135
- "mcpServers": {
718
+ "subagents": {
1136
719
  "anyOf": [
1137
720
  {
1138
721
  "type": "object",
@@ -1141,292 +724,178 @@
1141
724
  {
1142
725
  "type": "object",
1143
726
  "properties": {
1144
- "type": {
1145
- "type": "string",
1146
- "enum": ["github"]
1147
- },
1148
- "owner": {
1149
- "$ref": "#/definitions/SourceSegment"
1150
- },
1151
- "repo": {
1152
- "$ref": "#/definitions/SourceSegment"
1153
- },
727
+ "type": { "type": "string", "enum": ["github"] },
728
+ "owner": { "$ref": "#/definitions/SourceSegment" },
729
+ "repo": { "$ref": "#/definitions/SourceSegment" },
1154
730
  "ref": {
1155
731
  "anyOf": [
1156
- {
1157
- "type": "string",
1158
- "allOf": [
1159
- {
1160
- "minLength": 1
1161
- }
1162
- ]
1163
- },
1164
- {
1165
- "type": "null"
1166
- }
732
+ { "type": "string", "allOf": [{ "minLength": 1 }] },
733
+ { "type": "null" }
1167
734
  ]
1168
735
  },
1169
736
  "path": {
1170
737
  "anyOf": [
1171
- {
1172
- "type": "string",
1173
- "allOf": [
1174
- {
1175
- "minLength": 1
1176
- }
1177
- ]
1178
- },
1179
- {
1180
- "type": "null"
1181
- }
738
+ { "type": "string", "allOf": [{ "minLength": 1 }] },
739
+ { "type": "null" }
1182
740
  ]
1183
741
  },
1184
- "installedAt": {
1185
- "$ref": "#/definitions/IsoDateTimeString"
1186
- },
1187
- "updatedAt": {
1188
- "$ref": "#/definitions/IsoDateTimeString"
1189
- },
1190
- "gitTreeHash": {
742
+ "agents": { "type": "array", "items": { "type": "string" } },
743
+ "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
744
+ "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
745
+ "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
746
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
747
+ "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
748
+ "renderedFiles": {
1191
749
  "anyOf": [
1192
750
  {
1193
- "type": "string"
1194
- },
1195
- {
1196
- "type": "null"
1197
- }
1198
- ]
1199
- },
1200
- "retainedByPack": {
1201
- "anyOf": [
1202
- {
1203
- "type": "boolean"
751
+ "type": "object",
752
+ "additionalProperties": {
753
+ "type": "array",
754
+ "items": {
755
+ "type": "object",
756
+ "properties": { "path": { "type": "string" } },
757
+ "required": ["path"],
758
+ "additionalProperties": false
759
+ }
760
+ }
1204
761
  },
1205
- {
1206
- "type": "null"
1207
- }
762
+ { "type": "null" }
1208
763
  ]
1209
764
  }
1210
765
  },
1211
- "required": ["type", "owner", "repo", "installedAt", "updatedAt"],
766
+ "required": ["type", "owner", "repo", "agents", "installedAt", "updatedAt"],
1212
767
  "additionalProperties": false
1213
768
  },
1214
769
  {
1215
770
  "type": "object",
1216
771
  "properties": {
1217
- "type": {
1218
- "type": "string",
1219
- "enum": ["gitlab"]
1220
- },
1221
- "owner": {
1222
- "$ref": "#/definitions/SourceSegment"
1223
- },
1224
- "repo": {
1225
- "$ref": "#/definitions/SourceSegment"
1226
- },
772
+ "type": { "type": "string", "enum": ["gitlab"] },
773
+ "owner": { "$ref": "#/definitions/SourceSegment" },
774
+ "repo": { "$ref": "#/definitions/SourceSegment" },
1227
775
  "ref": {
1228
776
  "anyOf": [
1229
- {
1230
- "type": "string",
1231
- "allOf": [
1232
- {
1233
- "minLength": 1
1234
- }
1235
- ]
1236
- },
1237
- {
1238
- "type": "null"
1239
- }
777
+ { "type": "string", "allOf": [{ "minLength": 1 }] },
778
+ { "type": "null" }
1240
779
  ]
1241
780
  },
1242
781
  "path": {
1243
782
  "anyOf": [
1244
- {
1245
- "type": "string",
1246
- "allOf": [
1247
- {
1248
- "minLength": 1
1249
- }
1250
- ]
1251
- },
1252
- {
1253
- "type": "null"
1254
- }
1255
- ]
1256
- },
1257
- "installedAt": {
1258
- "$ref": "#/definitions/IsoDateTimeString"
1259
- },
1260
- "updatedAt": {
1261
- "$ref": "#/definitions/IsoDateTimeString"
1262
- },
1263
- "gitTreeHash": {
1264
- "anyOf": [
1265
- {
1266
- "type": "string"
1267
- },
1268
- {
1269
- "type": "null"
1270
- }
783
+ { "type": "string", "allOf": [{ "minLength": 1 }] },
784
+ { "type": "null" }
1271
785
  ]
1272
786
  },
1273
- "retainedByPack": {
787
+ "agents": { "type": "array", "items": { "type": "string" } },
788
+ "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
789
+ "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
790
+ "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
791
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
792
+ "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
793
+ "renderedFiles": {
1274
794
  "anyOf": [
1275
795
  {
1276
- "type": "boolean"
796
+ "type": "object",
797
+ "additionalProperties": {
798
+ "type": "array",
799
+ "items": {
800
+ "type": "object",
801
+ "properties": { "path": { "type": "string" } },
802
+ "required": ["path"],
803
+ "additionalProperties": false
804
+ }
805
+ }
1277
806
  },
1278
- {
1279
- "type": "null"
1280
- }
807
+ { "type": "null" }
1281
808
  ]
1282
809
  }
1283
810
  },
1284
- "required": ["type", "owner", "repo", "installedAt", "updatedAt"],
811
+ "required": ["type", "owner", "repo", "agents", "installedAt", "updatedAt"],
1285
812
  "additionalProperties": false
1286
813
  },
1287
814
  {
1288
815
  "type": "object",
1289
816
  "properties": {
1290
- "type": {
1291
- "type": "string",
1292
- "enum": ["bitbucket"]
1293
- },
1294
- "owner": {
1295
- "$ref": "#/definitions/SourceSegment"
1296
- },
1297
- "repo": {
1298
- "$ref": "#/definitions/SourceSegment"
1299
- },
817
+ "type": { "type": "string", "enum": ["bitbucket"] },
818
+ "owner": { "$ref": "#/definitions/SourceSegment" },
819
+ "repo": { "$ref": "#/definitions/SourceSegment" },
1300
820
  "ref": {
1301
821
  "anyOf": [
1302
- {
1303
- "type": "string",
1304
- "allOf": [
1305
- {
1306
- "minLength": 1
1307
- }
1308
- ]
1309
- },
1310
- {
1311
- "type": "null"
1312
- }
822
+ { "type": "string", "allOf": [{ "minLength": 1 }] },
823
+ { "type": "null" }
1313
824
  ]
1314
825
  },
1315
826
  "path": {
1316
827
  "anyOf": [
1317
- {
1318
- "type": "string",
1319
- "allOf": [
1320
- {
1321
- "minLength": 1
1322
- }
1323
- ]
1324
- },
1325
- {
1326
- "type": "null"
1327
- }
1328
- ]
1329
- },
1330
- "installedAt": {
1331
- "$ref": "#/definitions/IsoDateTimeString"
1332
- },
1333
- "updatedAt": {
1334
- "$ref": "#/definitions/IsoDateTimeString"
1335
- },
1336
- "gitTreeHash": {
1337
- "anyOf": [
1338
- {
1339
- "type": "string"
1340
- },
1341
- {
1342
- "type": "null"
1343
- }
828
+ { "type": "string", "allOf": [{ "minLength": 1 }] },
829
+ { "type": "null" }
1344
830
  ]
1345
831
  },
1346
- "retainedByPack": {
832
+ "agents": { "type": "array", "items": { "type": "string" } },
833
+ "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
834
+ "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
835
+ "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
836
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
837
+ "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
838
+ "renderedFiles": {
1347
839
  "anyOf": [
1348
840
  {
1349
- "type": "boolean"
841
+ "type": "object",
842
+ "additionalProperties": {
843
+ "type": "array",
844
+ "items": {
845
+ "type": "object",
846
+ "properties": { "path": { "type": "string" } },
847
+ "required": ["path"],
848
+ "additionalProperties": false
849
+ }
850
+ }
1350
851
  },
1351
- {
1352
- "type": "null"
1353
- }
852
+ { "type": "null" }
1354
853
  ]
1355
854
  }
1356
855
  },
1357
- "required": ["type", "owner", "repo", "installedAt", "updatedAt"],
856
+ "required": ["type", "owner", "repo", "agents", "installedAt", "updatedAt"],
1358
857
  "additionalProperties": false
1359
858
  },
1360
859
  {
1361
860
  "type": "object",
1362
861
  "properties": {
1363
- "type": {
1364
- "type": "string",
1365
- "enum": ["azurerepos"]
1366
- },
1367
- "organization": {
1368
- "$ref": "#/definitions/SourceSegment"
1369
- },
1370
- "project": {
1371
- "$ref": "#/definitions/SourceSegment"
1372
- },
1373
- "repo": {
1374
- "$ref": "#/definitions/SourceSegment"
1375
- },
862
+ "type": { "type": "string", "enum": ["azurerepos"] },
863
+ "organization": { "$ref": "#/definitions/SourceSegment" },
864
+ "project": { "$ref": "#/definitions/SourceSegment" },
865
+ "repo": { "$ref": "#/definitions/SourceSegment" },
1376
866
  "ref": {
1377
867
  "anyOf": [
1378
- {
1379
- "type": "string",
1380
- "allOf": [
1381
- {
1382
- "minLength": 1
1383
- }
1384
- ]
1385
- },
1386
- {
1387
- "type": "null"
1388
- }
868
+ { "type": "string", "allOf": [{ "minLength": 1 }] },
869
+ { "type": "null" }
1389
870
  ]
1390
871
  },
1391
872
  "path": {
1392
873
  "anyOf": [
1393
- {
1394
- "type": "string",
1395
- "allOf": [
1396
- {
1397
- "minLength": 1
1398
- }
1399
- ]
1400
- },
1401
- {
1402
- "type": "null"
1403
- }
1404
- ]
1405
- },
1406
- "installedAt": {
1407
- "$ref": "#/definitions/IsoDateTimeString"
1408
- },
1409
- "updatedAt": {
1410
- "$ref": "#/definitions/IsoDateTimeString"
1411
- },
1412
- "gitTreeHash": {
1413
- "anyOf": [
1414
- {
1415
- "type": "string"
1416
- },
1417
- {
1418
- "type": "null"
1419
- }
874
+ { "type": "string", "allOf": [{ "minLength": 1 }] },
875
+ { "type": "null" }
1420
876
  ]
1421
877
  },
1422
- "retainedByPack": {
878
+ "agents": { "type": "array", "items": { "type": "string" } },
879
+ "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
880
+ "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
881
+ "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
882
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
883
+ "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
884
+ "renderedFiles": {
1423
885
  "anyOf": [
1424
886
  {
1425
- "type": "boolean"
887
+ "type": "object",
888
+ "additionalProperties": {
889
+ "type": "array",
890
+ "items": {
891
+ "type": "object",
892
+ "properties": { "path": { "type": "string" } },
893
+ "required": ["path"],
894
+ "additionalProperties": false
895
+ }
896
+ }
1426
897
  },
1427
- {
1428
- "type": "null"
1429
- }
898
+ { "type": "null" }
1430
899
  ]
1431
900
  }
1432
901
  },
@@ -1435,6 +904,7 @@
1435
904
  "organization",
1436
905
  "project",
1437
906
  "repo",
907
+ "agents",
1438
908
  "installedAt",
1439
909
  "updatedAt"
1440
910
  ],
@@ -1443,161 +913,300 @@
1443
913
  {
1444
914
  "type": "object",
1445
915
  "properties": {
1446
- "type": {
1447
- "type": "string",
1448
- "enum": ["git"]
1449
- },
1450
- "url": {
1451
- "type": "string"
1452
- },
916
+ "type": { "type": "string", "enum": ["git"] },
917
+ "url": { "type": "string" },
1453
918
  "ref": {
1454
919
  "anyOf": [
1455
- {
1456
- "type": "string",
1457
- "allOf": [
1458
- {
1459
- "minLength": 1
1460
- }
1461
- ]
1462
- },
1463
- {
1464
- "type": "null"
1465
- }
920
+ { "type": "string", "allOf": [{ "minLength": 1 }] },
921
+ { "type": "null" }
1466
922
  ]
1467
923
  },
1468
924
  "path": {
1469
925
  "anyOf": [
1470
- {
1471
- "type": "string",
1472
- "allOf": [
1473
- {
1474
- "minLength": 1
1475
- }
1476
- ]
1477
- },
1478
- {
1479
- "type": "null"
1480
- }
926
+ { "type": "string", "allOf": [{ "minLength": 1 }] },
927
+ { "type": "null" }
1481
928
  ]
1482
929
  },
1483
- "installedAt": {
1484
- "$ref": "#/definitions/IsoDateTimeString"
1485
- },
1486
- "updatedAt": {
1487
- "$ref": "#/definitions/IsoDateTimeString"
1488
- },
1489
- "gitTreeHash": {
930
+ "agents": { "type": "array", "items": { "type": "string" } },
931
+ "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
932
+ "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
933
+ "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
934
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
935
+ "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
936
+ "renderedFiles": {
1490
937
  "anyOf": [
1491
938
  {
1492
- "type": "string"
939
+ "type": "object",
940
+ "additionalProperties": {
941
+ "type": "array",
942
+ "items": {
943
+ "type": "object",
944
+ "properties": { "path": { "type": "string" } },
945
+ "required": ["path"],
946
+ "additionalProperties": false
947
+ }
948
+ }
1493
949
  },
1494
- {
1495
- "type": "null"
1496
- }
950
+ { "type": "null" }
1497
951
  ]
1498
- },
1499
- "retainedByPack": {
952
+ }
953
+ },
954
+ "required": ["type", "url", "agents", "installedAt", "updatedAt"],
955
+ "additionalProperties": false
956
+ },
957
+ {
958
+ "type": "object",
959
+ "properties": {
960
+ "type": { "type": "string", "enum": ["local"] },
961
+ "path": { "type": "string" },
962
+ "agents": { "type": "array", "items": { "type": "string" } },
963
+ "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
964
+ "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
965
+ "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
966
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
967
+ "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
968
+ "renderedFiles": {
1500
969
  "anyOf": [
1501
970
  {
1502
- "type": "boolean"
971
+ "type": "object",
972
+ "additionalProperties": {
973
+ "type": "array",
974
+ "items": {
975
+ "type": "object",
976
+ "properties": { "path": { "type": "string" } },
977
+ "required": ["path"],
978
+ "additionalProperties": false
979
+ }
980
+ }
1503
981
  },
1504
- {
1505
- "type": "null"
1506
- }
982
+ { "type": "null" }
1507
983
  ]
1508
984
  }
1509
985
  },
1510
- "required": ["type", "url", "installedAt", "updatedAt"],
986
+ "required": ["type", "path", "agents", "installedAt", "updatedAt"],
1511
987
  "additionalProperties": false
1512
988
  },
1513
989
  {
1514
990
  "type": "object",
1515
991
  "properties": {
1516
- "type": {
1517
- "type": "string",
1518
- "enum": ["local"]
1519
- },
1520
- "path": {
1521
- "type": "string"
1522
- },
1523
- "installedAt": {
1524
- "$ref": "#/definitions/IsoDateTimeString"
1525
- },
1526
- "updatedAt": {
1527
- "$ref": "#/definitions/IsoDateTimeString"
1528
- },
1529
- "gitTreeHash": {
992
+ "type": { "type": "string", "enum": ["registry"] },
993
+ "owner": { "$ref": "#/definitions/Handle" },
994
+ "name": { "$ref": "#/definitions/ExtensionName" },
995
+ "resolvedVersion": { "$ref": "#/definitions/ExactSemverVersion" },
996
+ "integrity": { "type": "string" },
997
+ "sourceName": { "type": "string" },
998
+ "agents": { "type": "array", "items": { "type": "string" } },
999
+ "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1000
+ "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1001
+ "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1002
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
1003
+ "sourceHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1004
+ "renderedFiles": {
1530
1005
  "anyOf": [
1531
1006
  {
1532
- "type": "string"
1007
+ "type": "object",
1008
+ "additionalProperties": {
1009
+ "type": "array",
1010
+ "items": {
1011
+ "type": "object",
1012
+ "properties": { "path": { "type": "string" } },
1013
+ "required": ["path"],
1014
+ "additionalProperties": false
1015
+ }
1016
+ }
1533
1017
  },
1534
- {
1535
- "type": "null"
1536
- }
1018
+ { "type": "null" }
1019
+ ]
1020
+ }
1021
+ },
1022
+ "required": [
1023
+ "type",
1024
+ "owner",
1025
+ "name",
1026
+ "resolvedVersion",
1027
+ "integrity",
1028
+ "sourceName",
1029
+ "agents",
1030
+ "installedAt",
1031
+ "updatedAt"
1032
+ ],
1033
+ "additionalProperties": false
1034
+ }
1035
+ ]
1036
+ }
1037
+ },
1038
+ { "type": "null" }
1039
+ ]
1040
+ },
1041
+ "mcpServers": {
1042
+ "anyOf": [
1043
+ {
1044
+ "type": "object",
1045
+ "additionalProperties": {
1046
+ "anyOf": [
1047
+ {
1048
+ "type": "object",
1049
+ "properties": {
1050
+ "type": { "type": "string", "enum": ["github"] },
1051
+ "owner": { "$ref": "#/definitions/SourceSegment" },
1052
+ "repo": { "$ref": "#/definitions/SourceSegment" },
1053
+ "ref": {
1054
+ "anyOf": [
1055
+ { "type": "string", "allOf": [{ "minLength": 1 }] },
1056
+ { "type": "null" }
1537
1057
  ]
1538
1058
  },
1539
- "retainedByPack": {
1059
+ "path": {
1540
1060
  "anyOf": [
1541
- {
1542
- "type": "boolean"
1543
- },
1544
- {
1545
- "type": "null"
1546
- }
1061
+ { "type": "string", "allOf": [{ "minLength": 1 }] },
1062
+ { "type": "null" }
1547
1063
  ]
1548
- }
1064
+ },
1065
+ "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1066
+ "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1067
+ "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1068
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
1549
1069
  },
1550
- "required": ["type", "path", "installedAt", "updatedAt"],
1070
+ "required": ["type", "owner", "repo", "installedAt", "updatedAt"],
1551
1071
  "additionalProperties": false
1552
1072
  },
1553
1073
  {
1554
1074
  "type": "object",
1555
1075
  "properties": {
1556
- "type": {
1557
- "type": "string",
1558
- "enum": ["registry"]
1559
- },
1560
- "owner": {
1561
- "$ref": "#/definitions/Handle"
1562
- },
1563
- "name": {
1564
- "$ref": "#/definitions/ExtensionName"
1076
+ "type": { "type": "string", "enum": ["gitlab"] },
1077
+ "owner": { "$ref": "#/definitions/SourceSegment" },
1078
+ "repo": { "$ref": "#/definitions/SourceSegment" },
1079
+ "ref": {
1080
+ "anyOf": [
1081
+ { "type": "string", "allOf": [{ "minLength": 1 }] },
1082
+ { "type": "null" }
1083
+ ]
1565
1084
  },
1566
- "resolvedVersion": {
1567
- "$ref": "#/definitions/ExactSemverVersion"
1085
+ "path": {
1086
+ "anyOf": [
1087
+ { "type": "string", "allOf": [{ "minLength": 1 }] },
1088
+ { "type": "null" }
1089
+ ]
1568
1090
  },
1569
- "integrity": {
1570
- "type": "string"
1091
+ "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1092
+ "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1093
+ "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1094
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
1095
+ },
1096
+ "required": ["type", "owner", "repo", "installedAt", "updatedAt"],
1097
+ "additionalProperties": false
1098
+ },
1099
+ {
1100
+ "type": "object",
1101
+ "properties": {
1102
+ "type": { "type": "string", "enum": ["bitbucket"] },
1103
+ "owner": { "$ref": "#/definitions/SourceSegment" },
1104
+ "repo": { "$ref": "#/definitions/SourceSegment" },
1105
+ "ref": {
1106
+ "anyOf": [
1107
+ { "type": "string", "allOf": [{ "minLength": 1 }] },
1108
+ { "type": "null" }
1109
+ ]
1571
1110
  },
1572
- "sourceName": {
1573
- "type": "string"
1111
+ "path": {
1112
+ "anyOf": [
1113
+ { "type": "string", "allOf": [{ "minLength": 1 }] },
1114
+ { "type": "null" }
1115
+ ]
1574
1116
  },
1575
- "installedAt": {
1576
- "$ref": "#/definitions/IsoDateTimeString"
1117
+ "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1118
+ "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1119
+ "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1120
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
1121
+ },
1122
+ "required": ["type", "owner", "repo", "installedAt", "updatedAt"],
1123
+ "additionalProperties": false
1124
+ },
1125
+ {
1126
+ "type": "object",
1127
+ "properties": {
1128
+ "type": { "type": "string", "enum": ["azurerepos"] },
1129
+ "organization": { "$ref": "#/definitions/SourceSegment" },
1130
+ "project": { "$ref": "#/definitions/SourceSegment" },
1131
+ "repo": { "$ref": "#/definitions/SourceSegment" },
1132
+ "ref": {
1133
+ "anyOf": [
1134
+ { "type": "string", "allOf": [{ "minLength": 1 }] },
1135
+ { "type": "null" }
1136
+ ]
1577
1137
  },
1578
- "updatedAt": {
1579
- "$ref": "#/definitions/IsoDateTimeString"
1138
+ "path": {
1139
+ "anyOf": [
1140
+ { "type": "string", "allOf": [{ "minLength": 1 }] },
1141
+ { "type": "null" }
1142
+ ]
1580
1143
  },
1581
- "gitTreeHash": {
1144
+ "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1145
+ "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1146
+ "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1147
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
1148
+ },
1149
+ "required": [
1150
+ "type",
1151
+ "organization",
1152
+ "project",
1153
+ "repo",
1154
+ "installedAt",
1155
+ "updatedAt"
1156
+ ],
1157
+ "additionalProperties": false
1158
+ },
1159
+ {
1160
+ "type": "object",
1161
+ "properties": {
1162
+ "type": { "type": "string", "enum": ["git"] },
1163
+ "url": { "type": "string" },
1164
+ "ref": {
1582
1165
  "anyOf": [
1583
- {
1584
- "type": "string"
1585
- },
1586
- {
1587
- "type": "null"
1588
- }
1166
+ { "type": "string", "allOf": [{ "minLength": 1 }] },
1167
+ { "type": "null" }
1589
1168
  ]
1590
1169
  },
1591
- "retainedByPack": {
1170
+ "path": {
1592
1171
  "anyOf": [
1593
- {
1594
- "type": "boolean"
1595
- },
1596
- {
1597
- "type": "null"
1598
- }
1172
+ { "type": "string", "allOf": [{ "minLength": 1 }] },
1173
+ { "type": "null" }
1599
1174
  ]
1600
- }
1175
+ },
1176
+ "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1177
+ "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1178
+ "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1179
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
1180
+ },
1181
+ "required": ["type", "url", "installedAt", "updatedAt"],
1182
+ "additionalProperties": false
1183
+ },
1184
+ {
1185
+ "type": "object",
1186
+ "properties": {
1187
+ "type": { "type": "string", "enum": ["local"] },
1188
+ "path": { "type": "string" },
1189
+ "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1190
+ "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1191
+ "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1192
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
1193
+ },
1194
+ "required": ["type", "path", "installedAt", "updatedAt"],
1195
+ "additionalProperties": false
1196
+ },
1197
+ {
1198
+ "type": "object",
1199
+ "properties": {
1200
+ "type": { "type": "string", "enum": ["registry"] },
1201
+ "owner": { "$ref": "#/definitions/Handle" },
1202
+ "name": { "$ref": "#/definitions/ExtensionName" },
1203
+ "resolvedVersion": { "$ref": "#/definitions/ExactSemverVersion" },
1204
+ "integrity": { "type": "string" },
1205
+ "sourceName": { "type": "string" },
1206
+ "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1207
+ "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1208
+ "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1209
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
1601
1210
  },
1602
1211
  "required": [
1603
1212
  "type",
@@ -1614,22 +1223,16 @@
1614
1223
  ]
1615
1224
  }
1616
1225
  },
1617
- {
1618
- "type": "null"
1619
- }
1226
+ { "type": "null" }
1620
1227
  ]
1621
1228
  },
1622
1229
  "packs": {
1623
1230
  "anyOf": [
1624
1231
  {
1625
1232
  "type": "object",
1626
- "additionalProperties": {
1627
- "$ref": "#/definitions/ExtensionPackLockEntry"
1628
- }
1233
+ "additionalProperties": { "$ref": "#/definitions/ExtensionPackLockEntry" }
1629
1234
  },
1630
- {
1631
- "type": "null"
1632
- }
1235
+ { "type": "null" }
1633
1236
  ]
1634
1237
  }
1635
1238
  },