@agentxm/client-core 0.13.1 → 0.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (488) hide show
  1. package/dist/src/unstable/agent-capabilities/__generated__/catalog.d.ts +48 -0
  2. package/dist/src/unstable/agent-capabilities/__generated__/catalog.d.ts.map +1 -1
  3. package/dist/src/unstable/agent-capabilities/__generated__/catalog.js +62 -0
  4. package/dist/src/unstable/agent-capabilities/__generated__/catalog.js.map +1 -1
  5. package/dist/src/unstable/agent-capabilities/derive.d.ts +21 -3
  6. package/dist/src/unstable/agent-capabilities/derive.d.ts.map +1 -1
  7. package/dist/src/unstable/agent-capabilities/derive.js +5 -2
  8. package/dist/src/unstable/agent-capabilities/derive.js.map +1 -1
  9. package/dist/src/unstable/agent-capabilities/schema.d.ts +45 -2
  10. package/dist/src/unstable/agent-capabilities/schema.d.ts.map +1 -1
  11. package/dist/src/unstable/agent-capabilities/schema.js +18 -0
  12. package/dist/src/unstable/agent-capabilities/schema.js.map +1 -1
  13. package/dist/src/unstable/agent-capabilities/validate.d.ts.map +1 -1
  14. package/dist/src/unstable/agent-capabilities/validate.js +2 -0
  15. package/dist/src/unstable/agent-capabilities/validate.js.map +1 -1
  16. package/dist/src/unstable/agents/index.d.ts +1 -1
  17. package/dist/src/unstable/agents/index.d.ts.map +1 -1
  18. package/dist/src/unstable/agents/index.js +1 -1
  19. package/dist/src/unstable/agents/index.js.map +1 -1
  20. package/dist/src/unstable/agents/instructions.js +1 -1
  21. package/dist/src/unstable/agents/instructions.js.map +1 -1
  22. package/dist/src/unstable/agents/mcp-sync.d.ts +14 -0
  23. package/dist/src/unstable/agents/mcp-sync.d.ts.map +1 -1
  24. package/dist/src/unstable/agents/mcp-sync.js +201 -1
  25. package/dist/src/unstable/agents/mcp-sync.js.map +1 -1
  26. package/dist/src/unstable/branding/naming.d.ts +11 -5
  27. package/dist/src/unstable/branding/naming.d.ts.map +1 -1
  28. package/dist/src/unstable/branding/naming.js +15 -7
  29. package/dist/src/unstable/branding/naming.js.map +1 -1
  30. package/dist/src/unstable/cli-runtime/command-summary.d.ts +1 -1
  31. package/dist/src/unstable/cli-runtime/command-summary.d.ts.map +1 -1
  32. package/dist/src/unstable/cli-runtime/command-summary.js.map +1 -1
  33. package/dist/src/unstable/extensions/common.d.ts +6 -6
  34. package/dist/src/unstable/extensions/common.d.ts.map +1 -1
  35. package/dist/src/unstable/extensions/common.js +22 -13
  36. package/dist/src/unstable/extensions/common.js.map +1 -1
  37. package/dist/src/unstable/extensions/fqn.js +1 -1
  38. package/dist/src/unstable/extensions/fqn.js.map +1 -1
  39. package/dist/src/unstable/extensions/installable-types.d.ts +4 -4
  40. package/dist/src/unstable/extensions/installable-types.d.ts.map +1 -1
  41. package/dist/src/unstable/extensions/installable-types.js +12 -4
  42. package/dist/src/unstable/extensions/installable-types.js.map +1 -1
  43. package/dist/src/unstable/extensions/operations.d.ts.map +1 -1
  44. package/dist/src/unstable/extensions/operations.js +6 -2
  45. package/dist/src/unstable/extensions/operations.js.map +1 -1
  46. package/dist/src/unstable/extensions/ref-base.d.ts +1 -1
  47. package/dist/src/unstable/extensions/ref-base.d.ts.map +1 -1
  48. package/dist/src/unstable/extensions/refs.d.ts +4 -2
  49. package/dist/src/unstable/extensions/refs.d.ts.map +1 -1
  50. package/dist/src/unstable/extensions/registry-source.d.ts +4 -4
  51. package/dist/src/unstable/extensions/utils.js +1 -1
  52. package/dist/src/unstable/files/discovery.d.ts +19 -0
  53. package/dist/src/unstable/files/discovery.d.ts.map +1 -0
  54. package/dist/src/unstable/{docs → files}/discovery.js +18 -11
  55. package/dist/src/unstable/files/discovery.js.map +1 -0
  56. package/dist/src/unstable/{docs → files}/generators.d.ts +1 -1
  57. package/dist/src/unstable/files/generators.d.ts.map +1 -0
  58. package/dist/src/unstable/{docs → files}/generators.js +1 -1
  59. package/dist/src/unstable/files/generators.js.map +1 -0
  60. package/dist/src/unstable/files/index.d.ts +15 -0
  61. package/dist/src/unstable/files/index.d.ts.map +1 -0
  62. package/dist/src/unstable/{docs → files}/index.js +4 -4
  63. package/dist/src/unstable/files/index.js.map +1 -0
  64. package/dist/src/unstable/files/manager.d.ts +19 -0
  65. package/dist/src/unstable/files/manager.d.ts.map +1 -0
  66. package/dist/src/unstable/{docs → files}/manager.js +56 -54
  67. package/dist/src/unstable/files/manager.js.map +1 -0
  68. package/dist/src/unstable/{docs → files}/manifest-schema.d.ts +17 -17
  69. package/dist/src/unstable/files/manifest-schema.d.ts.map +1 -0
  70. package/dist/src/unstable/{docs → files}/manifest-schema.js +48 -48
  71. package/dist/src/unstable/files/manifest-schema.js.map +1 -0
  72. package/dist/src/unstable/files/markers.d.ts +7 -0
  73. package/dist/src/unstable/files/markers.d.ts.map +1 -0
  74. package/dist/src/unstable/files/markers.js +7 -0
  75. package/dist/src/unstable/files/markers.js.map +1 -0
  76. package/dist/src/unstable/{docs → files}/materialization.d.ts +8 -8
  77. package/dist/src/unstable/files/materialization.d.ts.map +1 -0
  78. package/dist/src/unstable/{docs → files}/materialization.js +24 -24
  79. package/dist/src/unstable/files/materialization.js.map +1 -0
  80. package/dist/src/unstable/files/refs.d.ts +17 -0
  81. package/dist/src/unstable/files/refs.d.ts.map +1 -0
  82. package/dist/src/unstable/files/refs.js +8 -0
  83. package/dist/src/unstable/files/refs.js.map +1 -0
  84. package/dist/src/unstable/files/workspace-generators.d.ts.map +1 -0
  85. package/dist/src/unstable/files/workspace-generators.js.map +1 -0
  86. package/dist/src/unstable/hooks/discovery.d.ts +19 -0
  87. package/dist/src/unstable/hooks/discovery.d.ts.map +1 -0
  88. package/dist/src/unstable/hooks/discovery.js +101 -0
  89. package/dist/src/unstable/hooks/discovery.js.map +1 -0
  90. package/dist/src/unstable/hooks/index.d.ts +13 -0
  91. package/dist/src/unstable/hooks/index.d.ts.map +1 -0
  92. package/dist/src/unstable/hooks/index.js +11 -0
  93. package/dist/src/unstable/hooks/index.js.map +1 -0
  94. package/dist/src/unstable/{docs → hooks}/manager.d.ts +6 -6
  95. package/dist/src/unstable/hooks/manager.d.ts.map +1 -0
  96. package/dist/src/unstable/hooks/manager.js +512 -0
  97. package/dist/src/unstable/hooks/manager.js.map +1 -0
  98. package/dist/src/unstable/hooks/manifest-schema.d.ts +94 -0
  99. package/dist/src/unstable/hooks/manifest-schema.d.ts.map +1 -0
  100. package/dist/src/unstable/hooks/manifest-schema.js +85 -0
  101. package/dist/src/unstable/hooks/manifest-schema.js.map +1 -0
  102. package/dist/src/unstable/hooks/operations/publish.d.ts +22 -0
  103. package/dist/src/unstable/hooks/operations/publish.d.ts.map +1 -0
  104. package/dist/src/unstable/hooks/operations/publish.js +95 -0
  105. package/dist/src/unstable/hooks/operations/publish.js.map +1 -0
  106. package/dist/src/unstable/hooks/refs.d.ts +25 -0
  107. package/dist/src/unstable/hooks/refs.d.ts.map +1 -0
  108. package/dist/src/unstable/{docs → hooks}/refs.js +1 -1
  109. package/dist/src/unstable/hooks/refs.js.map +1 -0
  110. package/dist/src/unstable/hooks/registry-ref-builder.d.ts +7 -0
  111. package/dist/src/unstable/hooks/registry-ref-builder.d.ts.map +1 -0
  112. package/dist/src/unstable/hooks/registry-ref-builder.js +13 -0
  113. package/dist/src/unstable/hooks/registry-ref-builder.js.map +1 -0
  114. package/dist/src/unstable/lint/catalog/files/generator-valid.d.ts +4 -0
  115. package/dist/src/unstable/lint/catalog/files/generator-valid.d.ts.map +1 -0
  116. package/dist/src/unstable/lint/catalog/{docs → files}/generator-valid.js +6 -6
  117. package/dist/src/unstable/lint/catalog/files/generator-valid.js.map +1 -0
  118. package/dist/src/unstable/lint/catalog/{docs → files}/helpers.d.ts +6 -6
  119. package/dist/src/unstable/lint/catalog/files/helpers.d.ts.map +1 -0
  120. package/dist/src/unstable/lint/catalog/{docs → files}/helpers.js +7 -7
  121. package/dist/src/unstable/lint/catalog/files/helpers.js.map +1 -0
  122. package/dist/src/unstable/lint/catalog/files/manifest-keys-recognized.d.ts +4 -0
  123. package/dist/src/unstable/lint/catalog/files/manifest-keys-recognized.d.ts.map +1 -0
  124. package/dist/src/unstable/lint/catalog/files/manifest-keys-recognized.js +14 -0
  125. package/dist/src/unstable/lint/catalog/files/manifest-keys-recognized.js.map +1 -0
  126. package/dist/src/unstable/lint/catalog/files/manifest-present.d.ts +4 -0
  127. package/dist/src/unstable/lint/catalog/files/manifest-present.d.ts.map +1 -0
  128. package/dist/src/unstable/lint/catalog/files/manifest-present.js +24 -0
  129. package/dist/src/unstable/lint/catalog/files/manifest-present.js.map +1 -0
  130. package/dist/src/unstable/lint/catalog/files/manifest-schema-valid.d.ts +4 -0
  131. package/dist/src/unstable/lint/catalog/files/manifest-schema-valid.d.ts.map +1 -0
  132. package/dist/src/unstable/lint/catalog/files/manifest-schema-valid.js +12 -0
  133. package/dist/src/unstable/lint/catalog/files/manifest-schema-valid.js.map +1 -0
  134. package/dist/src/unstable/lint/catalog/files/marker-valid.d.ts +4 -0
  135. package/dist/src/unstable/lint/catalog/files/marker-valid.d.ts.map +1 -0
  136. package/dist/src/unstable/lint/catalog/{docs → files}/marker-valid.js +6 -6
  137. package/dist/src/unstable/lint/catalog/files/marker-valid.js.map +1 -0
  138. package/dist/src/unstable/lint/catalog/files/package-valid.d.ts +4 -0
  139. package/dist/src/unstable/lint/catalog/files/package-valid.d.ts.map +1 -0
  140. package/dist/src/unstable/lint/catalog/{docs → files}/package-valid.js +9 -9
  141. package/dist/src/unstable/lint/catalog/files/package-valid.js.map +1 -0
  142. package/dist/src/unstable/lint/catalog/files/target-valid.d.ts +4 -0
  143. package/dist/src/unstable/lint/catalog/files/target-valid.d.ts.map +1 -0
  144. package/dist/src/unstable/lint/catalog/{docs → files}/target-valid.js +6 -6
  145. package/dist/src/unstable/lint/catalog/files/target-valid.js.map +1 -0
  146. package/dist/src/unstable/lint/catalog/files/template-valid.d.ts +4 -0
  147. package/dist/src/unstable/lint/catalog/files/template-valid.d.ts.map +1 -0
  148. package/dist/src/unstable/lint/catalog/{docs → files}/template-valid.js +7 -7
  149. package/dist/src/unstable/lint/catalog/files/template-valid.js.map +1 -0
  150. package/dist/src/unstable/lint/catalog/files-accessor/contexts.d.ts +10 -0
  151. package/dist/src/unstable/lint/catalog/files-accessor/contexts.d.ts.map +1 -0
  152. package/dist/src/unstable/lint/catalog/files-accessor/contexts.js +8 -0
  153. package/dist/src/unstable/lint/catalog/files-accessor/contexts.js.map +1 -0
  154. package/dist/src/unstable/lint/catalog/files-accessor/platform.d.ts +9 -0
  155. package/dist/src/unstable/lint/catalog/files-accessor/platform.d.ts.map +1 -0
  156. package/dist/src/unstable/lint/catalog/{docs-accessor → files-accessor}/platform.js +1 -1
  157. package/dist/src/unstable/lint/catalog/files-accessor/platform.js.map +1 -0
  158. package/dist/src/unstable/lint/catalog/files-accessor/vft.d.ts +8 -0
  159. package/dist/src/unstable/lint/catalog/files-accessor/vft.d.ts.map +1 -0
  160. package/dist/src/unstable/lint/catalog/{docs-accessor → files-accessor}/vft.js +1 -1
  161. package/dist/src/unstable/lint/catalog/files-accessor/vft.js.map +1 -0
  162. package/dist/src/unstable/lint/catalog/files.d.ts +4 -0
  163. package/dist/src/unstable/lint/catalog/files.d.ts.map +1 -0
  164. package/dist/src/unstable/lint/catalog/files.js +21 -0
  165. package/dist/src/unstable/lint/catalog/files.js.map +1 -0
  166. package/dist/src/unstable/lint/catalog/hook/entrypoint-exists.d.ts +4 -0
  167. package/dist/src/unstable/lint/catalog/hook/entrypoint-exists.d.ts.map +1 -0
  168. package/dist/src/unstable/lint/catalog/hook/entrypoint-exists.js +39 -0
  169. package/dist/src/unstable/lint/catalog/hook/entrypoint-exists.js.map +1 -0
  170. package/dist/src/unstable/lint/catalog/hook/manifest-keys-recognized.d.ts +4 -0
  171. package/dist/src/unstable/lint/catalog/{docs → hook}/manifest-keys-recognized.d.ts.map +1 -1
  172. package/dist/src/unstable/lint/catalog/hook/manifest-keys-recognized.js +13 -0
  173. package/dist/src/unstable/lint/catalog/hook/manifest-keys-recognized.js.map +1 -0
  174. package/dist/src/unstable/lint/catalog/hook/manifest-present.d.ts +4 -0
  175. package/dist/src/unstable/lint/catalog/hook/manifest-present.d.ts.map +1 -0
  176. package/dist/src/unstable/lint/catalog/hook/manifest-present.js +24 -0
  177. package/dist/src/unstable/lint/catalog/hook/manifest-present.js.map +1 -0
  178. package/dist/src/unstable/lint/catalog/hook/manifest-schema-valid.d.ts +4 -0
  179. package/dist/src/unstable/lint/catalog/{docs → hook}/manifest-schema-valid.d.ts.map +1 -1
  180. package/dist/src/unstable/lint/catalog/hook/manifest-schema-valid.js +11 -0
  181. package/dist/src/unstable/lint/catalog/hook/manifest-schema-valid.js.map +1 -0
  182. package/dist/src/unstable/lint/catalog/hook.d.ts +4 -0
  183. package/dist/src/unstable/lint/catalog/hook.d.ts.map +1 -0
  184. package/dist/src/unstable/lint/catalog/hook.js +13 -0
  185. package/dist/src/unstable/lint/catalog/hook.js.map +1 -0
  186. package/dist/src/unstable/lint/catalog/index.d.ts +5 -4
  187. package/dist/src/unstable/lint/catalog/index.d.ts.map +1 -1
  188. package/dist/src/unstable/lint/catalog/index.js +9 -6
  189. package/dist/src/unstable/lint/catalog/index.js.map +1 -1
  190. package/dist/src/unstable/lint/catalog/shared/manifest-json.js +1 -1
  191. package/dist/src/unstable/lint/catalog/shared/manifest-json.js.map +1 -1
  192. package/dist/src/unstable/lint/catalog/shared/schema-rule.js +3 -1
  193. package/dist/src/unstable/lint/catalog/shared/schema-rule.js.map +1 -1
  194. package/dist/src/unstable/lint/catalog/workspace/mcp-server-no-secret-literal.d.ts +4 -0
  195. package/dist/src/unstable/lint/catalog/workspace/mcp-server-no-secret-literal.d.ts.map +1 -0
  196. package/dist/src/unstable/lint/catalog/workspace/mcp-server-no-secret-literal.js +67 -0
  197. package/dist/src/unstable/lint/catalog/workspace/mcp-server-no-secret-literal.js.map +1 -0
  198. package/dist/src/unstable/lint/catalog/workspace/mcp-server-transport-exclusivity.d.ts +4 -0
  199. package/dist/src/unstable/lint/catalog/workspace/mcp-server-transport-exclusivity.d.ts.map +1 -0
  200. package/dist/src/unstable/lint/catalog/workspace/mcp-server-transport-exclusivity.js +65 -0
  201. package/dist/src/unstable/lint/catalog/workspace/mcp-server-transport-exclusivity.js.map +1 -0
  202. package/dist/src/unstable/lint/catalog/workspace/skills-managed.js +1 -1
  203. package/dist/src/unstable/lint/catalog/workspace/skills-managed.js.map +1 -1
  204. package/dist/src/unstable/lint/catalog/workspace-read-model/lint-workspace.d.ts +2 -2
  205. package/dist/src/unstable/lint/catalog/workspace-read-model/lint-workspace.d.ts.map +1 -1
  206. package/dist/src/unstable/lint/catalog/workspace-read-model/lint-workspace.js +18 -18
  207. package/dist/src/unstable/lint/catalog/workspace-read-model/lint-workspace.js.map +1 -1
  208. package/dist/src/unstable/lint/catalog/workspace.d.ts.map +1 -1
  209. package/dist/src/unstable/lint/catalog/workspace.js +4 -0
  210. package/dist/src/unstable/lint/catalog/workspace.js.map +1 -1
  211. package/dist/src/unstable/lint/cli.d.ts +4 -4
  212. package/dist/src/unstable/lint/cli.d.ts.map +1 -1
  213. package/dist/src/unstable/lint/cli.js +6 -6
  214. package/dist/src/unstable/lint/cli.js.map +1 -1
  215. package/dist/src/unstable/lint/context.d.ts +17 -5
  216. package/dist/src/unstable/lint/context.d.ts.map +1 -1
  217. package/dist/src/unstable/lint/index.d.ts +2 -2
  218. package/dist/src/unstable/lint/index.d.ts.map +1 -1
  219. package/dist/src/unstable/lint/index.js +1 -1
  220. package/dist/src/unstable/lint/index.js.map +1 -1
  221. package/dist/src/unstable/lint/publish.d.ts +5 -4
  222. package/dist/src/unstable/lint/publish.d.ts.map +1 -1
  223. package/dist/src/unstable/lint/publish.js +28 -18
  224. package/dist/src/unstable/lint/publish.js.map +1 -1
  225. package/dist/src/unstable/lockfile/index.d.ts +2 -2
  226. package/dist/src/unstable/lockfile/index.d.ts.map +1 -1
  227. package/dist/src/unstable/lockfile/index.js +1 -1
  228. package/dist/src/unstable/lockfile/index.js.map +1 -1
  229. package/dist/src/unstable/lockfile/lockfile.d.ts +255 -3
  230. package/dist/src/unstable/lockfile/lockfile.d.ts.map +1 -1
  231. package/dist/src/unstable/lockfile/lockfile.js +1 -1
  232. package/dist/src/unstable/lockfile/schema.d.ts +831 -33
  233. package/dist/src/unstable/lockfile/schema.d.ts.map +1 -1
  234. package/dist/src/unstable/lockfile/schema.js +82 -21
  235. package/dist/src/unstable/lockfile/schema.js.map +1 -1
  236. package/dist/src/unstable/managed-files/index.d.ts +7 -0
  237. package/dist/src/unstable/managed-files/index.d.ts.map +1 -0
  238. package/dist/src/unstable/managed-files/index.js +7 -0
  239. package/dist/src/unstable/managed-files/index.js.map +1 -0
  240. package/dist/src/unstable/{docs → managed-files}/markers.d.ts +1 -1
  241. package/dist/src/unstable/managed-files/markers.d.ts.map +1 -0
  242. package/dist/src/unstable/{docs → managed-files}/markers.js +1 -1
  243. package/dist/src/unstable/managed-files/markers.js.map +1 -0
  244. package/dist/src/unstable/packs/dependency-resolution.d.ts +3 -1
  245. package/dist/src/unstable/packs/dependency-resolution.d.ts.map +1 -1
  246. package/dist/src/unstable/packs/dependency-resolution.js +22 -7
  247. package/dist/src/unstable/packs/dependency-resolution.js.map +1 -1
  248. package/dist/src/unstable/packs/expansion.d.ts +3 -1
  249. package/dist/src/unstable/packs/expansion.d.ts.map +1 -1
  250. package/dist/src/unstable/packs/expansion.js +35 -5
  251. package/dist/src/unstable/packs/expansion.js.map +1 -1
  252. package/dist/src/unstable/packs/manager.d.ts.map +1 -1
  253. package/dist/src/unstable/packs/manager.js +3 -1
  254. package/dist/src/unstable/packs/manager.js.map +1 -1
  255. package/dist/src/unstable/packs/manifest-schema.js +1 -1
  256. package/dist/src/unstable/packs/manifest-schema.js.map +1 -1
  257. package/dist/src/unstable/packs/operations/install.d.ts +4 -0
  258. package/dist/src/unstable/packs/operations/install.d.ts.map +1 -1
  259. package/dist/src/unstable/packs/operations/install.js +7 -1
  260. package/dist/src/unstable/packs/operations/install.js.map +1 -1
  261. package/dist/src/unstable/packs/reconciliation-adapter.d.ts.map +1 -1
  262. package/dist/src/unstable/packs/reconciliation-adapter.js +4 -2
  263. package/dist/src/unstable/packs/reconciliation-adapter.js.map +1 -1
  264. package/dist/src/unstable/publish/lint-gate.d.ts +5 -0
  265. package/dist/src/unstable/publish/lint-gate.d.ts.map +1 -1
  266. package/dist/src/unstable/publish/lint-gate.js +12 -1
  267. package/dist/src/unstable/publish/lint-gate.js.map +1 -1
  268. package/dist/src/unstable/publish/manifest-policy.d.ts +54 -2
  269. package/dist/src/unstable/publish/manifest-policy.d.ts.map +1 -1
  270. package/dist/src/unstable/publish/manifest-policy.js +10 -5
  271. package/dist/src/unstable/publish/manifest-policy.js.map +1 -1
  272. package/dist/src/unstable/registry/discover-schema.d.ts +4 -4
  273. package/dist/src/unstable/registry/schema.d.ts +1 -1
  274. package/dist/src/unstable/rules/discovery.d.ts +19 -0
  275. package/dist/src/unstable/rules/discovery.d.ts.map +1 -0
  276. package/dist/src/unstable/rules/discovery.js +101 -0
  277. package/dist/src/unstable/rules/discovery.js.map +1 -0
  278. package/dist/src/unstable/rules/index.d.ts +11 -0
  279. package/dist/src/unstable/rules/index.d.ts.map +1 -0
  280. package/dist/src/unstable/rules/index.js +10 -0
  281. package/dist/src/unstable/rules/index.js.map +1 -0
  282. package/dist/src/unstable/rules/manager.d.ts +19 -0
  283. package/dist/src/unstable/rules/manager.d.ts.map +1 -0
  284. package/dist/src/unstable/rules/manager.js +400 -0
  285. package/dist/src/unstable/rules/manager.js.map +1 -0
  286. package/dist/src/unstable/rules/manifest-schema.d.ts +62 -0
  287. package/dist/src/unstable/rules/manifest-schema.d.ts.map +1 -0
  288. package/dist/src/unstable/rules/manifest-schema.js +43 -0
  289. package/dist/src/unstable/rules/manifest-schema.js.map +1 -0
  290. package/dist/src/unstable/rules/refs.d.ts +25 -0
  291. package/dist/src/unstable/rules/refs.d.ts.map +1 -0
  292. package/dist/src/unstable/rules/refs.js +8 -0
  293. package/dist/src/unstable/rules/refs.js.map +1 -0
  294. package/dist/src/unstable/rules/registry-ref-builder.d.ts +7 -0
  295. package/dist/src/unstable/rules/registry-ref-builder.d.ts.map +1 -0
  296. package/dist/src/unstable/rules/registry-ref-builder.js +13 -0
  297. package/dist/src/unstable/rules/registry-ref-builder.js.map +1 -0
  298. package/dist/src/unstable/settings/index.d.ts +2 -2
  299. package/dist/src/unstable/settings/index.d.ts.map +1 -1
  300. package/dist/src/unstable/settings/index.js +1 -1
  301. package/dist/src/unstable/settings/index.js.map +1 -1
  302. package/dist/src/unstable/settings/schema.d.ts +147 -19
  303. package/dist/src/unstable/settings/schema.d.ts.map +1 -1
  304. package/dist/src/unstable/settings/schema.js +283 -42
  305. package/dist/src/unstable/settings/schema.js.map +1 -1
  306. package/dist/src/unstable/source-resolution/providers/bitbucket/print.js +1 -1
  307. package/dist/src/unstable/source-resolution/providers/bitbucket/print.js.map +1 -1
  308. package/dist/src/unstable/source-resolution/providers/convention-discovery.d.ts +10 -0
  309. package/dist/src/unstable/source-resolution/providers/convention-discovery.d.ts.map +1 -0
  310. package/dist/src/unstable/source-resolution/providers/convention-discovery.js +388 -0
  311. package/dist/src/unstable/source-resolution/providers/convention-discovery.js.map +1 -0
  312. package/dist/src/unstable/source-resolution/providers/git-hosting.d.ts.map +1 -1
  313. package/dist/src/unstable/source-resolution/providers/git-hosting.js +4 -71
  314. package/dist/src/unstable/source-resolution/providers/git-hosting.js.map +1 -1
  315. package/dist/src/unstable/source-resolution/providers/git.d.ts +5 -4
  316. package/dist/src/unstable/source-resolution/providers/git.d.ts.map +1 -1
  317. package/dist/src/unstable/source-resolution/providers/git.js +28 -11
  318. package/dist/src/unstable/source-resolution/providers/git.js.map +1 -1
  319. package/dist/src/unstable/source-resolution/providers/github/print.js +1 -1
  320. package/dist/src/unstable/source-resolution/providers/github/print.js.map +1 -1
  321. package/dist/src/unstable/source-resolution/providers/gitlab/print.js +1 -1
  322. package/dist/src/unstable/source-resolution/providers/gitlab/print.js.map +1 -1
  323. package/dist/src/unstable/source-resolution/providers/local.d.ts.map +1 -1
  324. package/dist/src/unstable/source-resolution/providers/local.js +6 -50
  325. package/dist/src/unstable/source-resolution/providers/local.js.map +1 -1
  326. package/dist/src/unstable/source-resolution/providers/parse-provider-shorthand.d.ts +1 -1
  327. package/dist/src/unstable/source-resolution/providers/parse-provider-shorthand.d.ts.map +1 -1
  328. package/dist/src/unstable/source-resolution/providers/parse-provider-shorthand.js +34 -11
  329. package/dist/src/unstable/source-resolution/providers/parse-provider-shorthand.js.map +1 -1
  330. package/dist/src/unstable/source-resolution/providers/registry/host-provider.d.ts.map +1 -1
  331. package/dist/src/unstable/source-resolution/providers/registry/host-provider.js +24 -4
  332. package/dist/src/unstable/source-resolution/providers/registry/host-provider.js.map +1 -1
  333. package/dist/src/unstable/source-resolution/resolve-source.d.ts.map +1 -1
  334. package/dist/src/unstable/source-resolution/resolve-source.js +29 -7
  335. package/dist/src/unstable/source-resolution/resolve-source.js.map +1 -1
  336. package/dist/src/unstable/sources/lock-entry-to-ref.d.ts.map +1 -1
  337. package/dist/src/unstable/sources/lock-entry-to-ref.js +5 -0
  338. package/dist/src/unstable/sources/lock-entry-to-ref.js.map +1 -1
  339. package/dist/src/unstable/sources/printer.d.ts +2 -2
  340. package/dist/src/unstable/sources/printer.d.ts.map +1 -1
  341. package/dist/src/unstable/sources/printer.js +10 -0
  342. package/dist/src/unstable/sources/printer.js.map +1 -1
  343. package/dist/src/unstable/sources/types.d.ts +19 -3
  344. package/dist/src/unstable/sources/types.d.ts.map +1 -1
  345. package/dist/src/unstable/sources/types.js +19 -3
  346. package/dist/src/unstable/sources/types.js.map +1 -1
  347. package/dist/src/unstable/workspace/configured-entry-resolution/index.d.ts +2 -2
  348. package/dist/src/unstable/workspace/configured-entry-resolution/index.d.ts.map +1 -1
  349. package/dist/src/unstable/workspace/configured-entry-resolution/index.js +1 -1
  350. package/dist/src/unstable/workspace/configured-entry-resolution/index.js.map +1 -1
  351. package/dist/src/unstable/workspace/configured-entry-resolution/resolve.d.ts +13 -3
  352. package/dist/src/unstable/workspace/configured-entry-resolution/resolve.d.ts.map +1 -1
  353. package/dist/src/unstable/workspace/configured-entry-resolution/resolve.js +109 -9
  354. package/dist/src/unstable/workspace/configured-entry-resolution/resolve.js.map +1 -1
  355. package/dist/src/unstable/workspace/configured-entry-resolution/types.d.ts +6 -2
  356. package/dist/src/unstable/workspace/configured-entry-resolution/types.d.ts.map +1 -1
  357. package/dist/src/unstable/workspace/configured-entry-resolution/types.js.map +1 -1
  358. package/dist/src/unstable/workspace/index.d.ts +2 -2
  359. package/dist/src/unstable/workspace/index.d.ts.map +1 -1
  360. package/dist/src/unstable/workspace/index.js +1 -1
  361. package/dist/src/unstable/workspace/index.js.map +1 -1
  362. package/dist/src/unstable/workspace/initialization.d.ts +120 -40
  363. package/dist/src/unstable/workspace/initialization.d.ts.map +1 -1
  364. package/dist/src/unstable/workspace/read-model/__fixtures__/occurrences.d.ts +2 -0
  365. package/dist/src/unstable/workspace/read-model/__fixtures__/occurrences.d.ts.map +1 -1
  366. package/dist/src/unstable/workspace/read-model/__fixtures__/occurrences.js +2 -0
  367. package/dist/src/unstable/workspace/read-model/__fixtures__/occurrences.js.map +1 -1
  368. package/dist/src/unstable/workspace/read-model/discovery/skills.d.ts.map +1 -1
  369. package/dist/src/unstable/workspace/read-model/discovery/skills.js +8 -1
  370. package/dist/src/unstable/workspace/read-model/discovery/skills.js.map +1 -1
  371. package/dist/src/unstable/workspace/read-model/extensions/files.d.ts +93 -0
  372. package/dist/src/unstable/workspace/read-model/extensions/files.d.ts.map +1 -0
  373. package/dist/src/unstable/workspace/read-model/extensions/{docs.js → files.js} +21 -21
  374. package/dist/src/unstable/workspace/read-model/extensions/files.js.map +1 -0
  375. package/dist/src/unstable/workspace/read-model/extensions/index.d.ts +2 -2
  376. package/dist/src/unstable/workspace/read-model/extensions/index.d.ts.map +1 -1
  377. package/dist/src/unstable/workspace/read-model/extensions/index.js +1 -1
  378. package/dist/src/unstable/workspace/read-model/extensions/index.js.map +1 -1
  379. package/dist/src/unstable/workspace/read-model/extensions/mcp-server.d.ts +1 -0
  380. package/dist/src/unstable/workspace/read-model/extensions/mcp-server.d.ts.map +1 -1
  381. package/dist/src/unstable/workspace/read-model/extensions/mcp-server.js +2 -0
  382. package/dist/src/unstable/workspace/read-model/extensions/mcp-server.js.map +1 -1
  383. package/dist/src/unstable/workspace/read-model/extensions/rule.d.ts +29 -6
  384. package/dist/src/unstable/workspace/read-model/extensions/rule.d.ts.map +1 -1
  385. package/dist/src/unstable/workspace/read-model/extensions/rule.js +38 -28
  386. package/dist/src/unstable/workspace/read-model/extensions/rule.js.map +1 -1
  387. package/dist/src/unstable/workspace/read-model/scanners/canonical-extensions.js +4 -2
  388. package/dist/src/unstable/workspace/read-model/scanners/canonical-extensions.js.map +1 -1
  389. package/dist/src/unstable/workspace/read-model/scanners/mcp-config.d.ts +2 -5
  390. package/dist/src/unstable/workspace/read-model/scanners/mcp-config.d.ts.map +1 -1
  391. package/dist/src/unstable/workspace/read-model/scanners/mcp-config.js +16 -14
  392. package/dist/src/unstable/workspace/read-model/scanners/mcp-config.js.map +1 -1
  393. package/dist/src/unstable/workspace/read-model/scanners/types.d.ts +2 -0
  394. package/dist/src/unstable/workspace/read-model/scanners/types.d.ts.map +1 -1
  395. package/dist/src/unstable/workspace/read-model/scanners/types.js.map +1 -1
  396. package/dist/src/unstable/workspace/read-model/service.d.ts +2 -2
  397. package/dist/src/unstable/workspace/read-model/service.d.ts.map +1 -1
  398. package/dist/src/unstable/workspace/read-model/service.js +16 -6
  399. package/dist/src/unstable/workspace/read-model/service.js.map +1 -1
  400. package/dist/src/unstable/workspace/read-model-record-readers.d.ts.map +1 -1
  401. package/dist/src/unstable/workspace/read-model-record-readers.js +56 -5
  402. package/dist/src/unstable/workspace/read-model-record-readers.js.map +1 -1
  403. package/dist/src/unstable/workspace/service-interface.d.ts +90 -26
  404. package/dist/src/unstable/workspace/service-interface.d.ts.map +1 -1
  405. package/dist/src/unstable/workspace/service-interface.js.map +1 -1
  406. package/dist/src/unstable/workspace/service.d.ts +548 -14
  407. package/dist/src/unstable/workspace/service.d.ts.map +1 -1
  408. package/dist/src/unstable/workspace/service.js +336 -50
  409. package/dist/src/unstable/workspace/service.js.map +1 -1
  410. package/dist/src/unstable/workspace/test-stubs.d.ts +2 -0
  411. package/dist/src/unstable/workspace/test-stubs.d.ts.map +1 -1
  412. package/dist/src/unstable/workspace/test-stubs.js +32 -10
  413. package/dist/src/unstable/workspace/test-stubs.js.map +1 -1
  414. package/package.json +17 -5
  415. package/site-content/__generated__/schemas/axm-lock.schema.json +669 -171
  416. package/site-content/__generated__/schemas/axm-package-meta.schema.json +1 -1
  417. package/site-content/__generated__/schemas/{docs.schema.json → files.schema.json} +44 -44
  418. package/site-content/__generated__/schemas/hook.schema.json +375 -0
  419. package/site-content/__generated__/schemas/pack.schema.json +3 -3
  420. package/site-content/__generated__/schemas/rule.schema.json +327 -0
  421. package/site-content/__generated__/schemas/settings.schema.json +186 -39
  422. package/dist/src/unstable/docs/discovery.d.ts +0 -19
  423. package/dist/src/unstable/docs/discovery.d.ts.map +0 -1
  424. package/dist/src/unstable/docs/discovery.js.map +0 -1
  425. package/dist/src/unstable/docs/generators.d.ts.map +0 -1
  426. package/dist/src/unstable/docs/generators.js.map +0 -1
  427. package/dist/src/unstable/docs/index.d.ts +0 -15
  428. package/dist/src/unstable/docs/index.d.ts.map +0 -1
  429. package/dist/src/unstable/docs/index.js.map +0 -1
  430. package/dist/src/unstable/docs/manager.d.ts.map +0 -1
  431. package/dist/src/unstable/docs/manager.js.map +0 -1
  432. package/dist/src/unstable/docs/manifest-schema.d.ts.map +0 -1
  433. package/dist/src/unstable/docs/manifest-schema.js.map +0 -1
  434. package/dist/src/unstable/docs/markers.d.ts.map +0 -1
  435. package/dist/src/unstable/docs/markers.js.map +0 -1
  436. package/dist/src/unstable/docs/materialization.d.ts.map +0 -1
  437. package/dist/src/unstable/docs/materialization.js.map +0 -1
  438. package/dist/src/unstable/docs/refs.d.ts +0 -17
  439. package/dist/src/unstable/docs/refs.d.ts.map +0 -1
  440. package/dist/src/unstable/docs/refs.js.map +0 -1
  441. package/dist/src/unstable/docs/workspace-generators.d.ts.map +0 -1
  442. package/dist/src/unstable/docs/workspace-generators.js.map +0 -1
  443. package/dist/src/unstable/lint/catalog/docs/generator-valid.d.ts +0 -4
  444. package/dist/src/unstable/lint/catalog/docs/generator-valid.d.ts.map +0 -1
  445. package/dist/src/unstable/lint/catalog/docs/generator-valid.js.map +0 -1
  446. package/dist/src/unstable/lint/catalog/docs/helpers.d.ts.map +0 -1
  447. package/dist/src/unstable/lint/catalog/docs/helpers.js.map +0 -1
  448. package/dist/src/unstable/lint/catalog/docs/manifest-keys-recognized.d.ts +0 -4
  449. package/dist/src/unstable/lint/catalog/docs/manifest-keys-recognized.js +0 -14
  450. package/dist/src/unstable/lint/catalog/docs/manifest-keys-recognized.js.map +0 -1
  451. package/dist/src/unstable/lint/catalog/docs/manifest-present.d.ts +0 -4
  452. package/dist/src/unstable/lint/catalog/docs/manifest-present.d.ts.map +0 -1
  453. package/dist/src/unstable/lint/catalog/docs/manifest-present.js +0 -24
  454. package/dist/src/unstable/lint/catalog/docs/manifest-present.js.map +0 -1
  455. package/dist/src/unstable/lint/catalog/docs/manifest-schema-valid.d.ts +0 -4
  456. package/dist/src/unstable/lint/catalog/docs/manifest-schema-valid.js +0 -12
  457. package/dist/src/unstable/lint/catalog/docs/manifest-schema-valid.js.map +0 -1
  458. package/dist/src/unstable/lint/catalog/docs/marker-valid.d.ts +0 -4
  459. package/dist/src/unstable/lint/catalog/docs/marker-valid.d.ts.map +0 -1
  460. package/dist/src/unstable/lint/catalog/docs/marker-valid.js.map +0 -1
  461. package/dist/src/unstable/lint/catalog/docs/package-valid.d.ts +0 -4
  462. package/dist/src/unstable/lint/catalog/docs/package-valid.d.ts.map +0 -1
  463. package/dist/src/unstable/lint/catalog/docs/package-valid.js.map +0 -1
  464. package/dist/src/unstable/lint/catalog/docs/target-valid.d.ts +0 -4
  465. package/dist/src/unstable/lint/catalog/docs/target-valid.d.ts.map +0 -1
  466. package/dist/src/unstable/lint/catalog/docs/target-valid.js.map +0 -1
  467. package/dist/src/unstable/lint/catalog/docs/template-valid.d.ts +0 -4
  468. package/dist/src/unstable/lint/catalog/docs/template-valid.d.ts.map +0 -1
  469. package/dist/src/unstable/lint/catalog/docs/template-valid.js.map +0 -1
  470. package/dist/src/unstable/lint/catalog/docs-accessor/contexts.d.ts +0 -10
  471. package/dist/src/unstable/lint/catalog/docs-accessor/contexts.d.ts.map +0 -1
  472. package/dist/src/unstable/lint/catalog/docs-accessor/contexts.js +0 -8
  473. package/dist/src/unstable/lint/catalog/docs-accessor/contexts.js.map +0 -1
  474. package/dist/src/unstable/lint/catalog/docs-accessor/platform.d.ts +0 -9
  475. package/dist/src/unstable/lint/catalog/docs-accessor/platform.d.ts.map +0 -1
  476. package/dist/src/unstable/lint/catalog/docs-accessor/platform.js.map +0 -1
  477. package/dist/src/unstable/lint/catalog/docs-accessor/vft.d.ts +0 -8
  478. package/dist/src/unstable/lint/catalog/docs-accessor/vft.d.ts.map +0 -1
  479. package/dist/src/unstable/lint/catalog/docs-accessor/vft.js.map +0 -1
  480. package/dist/src/unstable/lint/catalog/docs.d.ts +0 -4
  481. package/dist/src/unstable/lint/catalog/docs.d.ts.map +0 -1
  482. package/dist/src/unstable/lint/catalog/docs.js +0 -21
  483. package/dist/src/unstable/lint/catalog/docs.js.map +0 -1
  484. package/dist/src/unstable/workspace/read-model/extensions/docs.d.ts +0 -93
  485. package/dist/src/unstable/workspace/read-model/extensions/docs.d.ts.map +0 -1
  486. package/dist/src/unstable/workspace/read-model/extensions/docs.js.map +0 -1
  487. /package/dist/src/unstable/{docs → files}/workspace-generators.d.ts +0 -0
  488. /package/dist/src/unstable/{docs → files}/workspace-generators.js +0 -0
@@ -3,7 +3,9 @@
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "$ref": "#/definitions/Lockfile",
5
5
  "definitions": {
6
+ "SourceNamespace": { "type": "string", "allOf": [{ "minLength": 1 }] },
6
7
  "SourceSegment": { "type": "string", "allOf": [{ "minLength": 1 }] },
8
+ "SourceSubPath": { "type": "string", "allOf": [{ "minLength": 1 }] },
7
9
  "IsoDateTimeString": { "type": "string", "allOf": [{ "minLength": 1 }] },
8
10
  "Handle": {
9
11
  "type": "string",
@@ -39,7 +41,39 @@
39
41
  }
40
42
  ]
41
43
  },
42
- "DocsInputValue": {
44
+ "InlineMcpServerLockEntry": {
45
+ "type": "object",
46
+ "properties": {
47
+ "type": { "type": "string", "enum": ["inline"] },
48
+ "command": {
49
+ "anyOf": [{ "type": "string", "allOf": [{ "minLength": 1 }] }, { "type": "null" }]
50
+ },
51
+ "args": {
52
+ "anyOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "null" }]
53
+ },
54
+ "url": {
55
+ "anyOf": [{ "type": "string", "allOf": [{ "minLength": 1 }] }, { "type": "null" }]
56
+ },
57
+ "headers": {
58
+ "anyOf": [
59
+ { "type": "object", "additionalProperties": { "type": "string" } },
60
+ { "type": "null" }
61
+ ]
62
+ },
63
+ "syncedAgents": {
64
+ "anyOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "null" }]
65
+ },
66
+ "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
67
+ "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
68
+ "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
69
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
70
+ },
71
+ "required": ["type", "installedAt", "updatedAt"],
72
+ "additionalProperties": false,
73
+ "title": "Inline MCP Server Lock Entry",
74
+ "description": "Lockfile entry for an inline MCP server configured directly in settings.json."
75
+ },
76
+ "FilesInputValue": {
43
77
  "anyOf": [
44
78
  { "type": "string" },
45
79
  {
@@ -52,26 +86,26 @@
52
86
  },
53
87
  { "type": "boolean" }
54
88
  ],
55
- "title": "Docs Input Value",
56
- "description": "Scalar value used to render docs templates."
89
+ "title": "Files Input Value",
90
+ "description": "Scalar value used to render files templates."
57
91
  },
58
- "DocsResolvedInputsMap": {
92
+ "FilesResolvedInputsMap": {
59
93
  "type": "object",
60
- "additionalProperties": { "$ref": "#/definitions/DocsInputValue" },
61
- "title": "Docs Resolved Inputs Map",
62
- "description": "Scalar input values resolved for a Context docs package lock entry."
94
+ "additionalProperties": { "$ref": "#/definitions/FilesInputValue" },
95
+ "title": "Files Resolved Inputs Map",
96
+ "description": "Scalar input values resolved for a Context Files package lock entry."
63
97
  },
64
- "DocsMaterializationMode": {
98
+ "FilesMaterializationMode": {
65
99
  "type": "string",
66
100
  "enum": ["sync-once", "sync-always", "managed-region"],
67
- "title": "Docs Materialization Mode",
101
+ "title": "Files Materialization Mode",
68
102
  "description": "How AXM owns or preserves the materialized target."
69
103
  },
70
104
  "MaterializedFileTarget": {
71
105
  "type": "object",
72
106
  "properties": {
73
107
  "target": { "type": "string" },
74
- "mode": { "$ref": "#/definitions/DocsMaterializationMode" },
108
+ "mode": { "$ref": "#/definitions/FilesMaterializationMode" },
75
109
  "region": {
76
110
  "anyOf": [{ "type": "string", "allOf": [{ "minLength": 1 }] }, { "type": "null" }]
77
111
  },
@@ -80,13 +114,13 @@
80
114
  "required": ["target", "mode"],
81
115
  "additionalProperties": false,
82
116
  "title": "Materialized File Target",
83
- "description": "A workspace target written by a Context docs package, plus optional region and render hash."
117
+ "description": "A workspace target written by a Context Files package, plus optional region and render hash."
84
118
  },
85
119
  "ExtensionFqn": {
86
120
  "type": "string",
87
121
  "allOf": [
88
122
  {
89
- "pattern": "^(@[a-z0-9_](?:[a-z0-9_-]*[a-z0-9_])?)\\/(skills|commands|mcps|subagents|docs|rules|packs)\\/([a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?)$",
123
+ "pattern": "^(@[a-z0-9_](?:[a-z0-9_-]*[a-z0-9_])?)\\/(skills|commands|mcps|subagents|files|rules|hooks|packs)\\/([a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?)$",
90
124
  "title": "Extension FQN",
91
125
  "description": "Canonical extension identifier in @owner/<type>s/<name> form.",
92
126
  "examples": ["@acme/skills/code-review", "@my-org/commands/format"]
@@ -124,7 +158,27 @@
124
158
  "propertyNames": { "$ref": "#/definitions/ExtensionFqn" },
125
159
  "additionalProperties": { "$ref": "#/definitions/Version" }
126
160
  },
127
- "resolvedDocs": {
161
+ "resolvedFiles": {
162
+ "anyOf": [
163
+ {
164
+ "type": "object",
165
+ "propertyNames": { "$ref": "#/definitions/ExtensionFqn" },
166
+ "additionalProperties": { "$ref": "#/definitions/Version" }
167
+ },
168
+ { "type": "null" }
169
+ ]
170
+ },
171
+ "resolvedRules": {
172
+ "anyOf": [
173
+ {
174
+ "type": "object",
175
+ "propertyNames": { "$ref": "#/definitions/ExtensionFqn" },
176
+ "additionalProperties": { "$ref": "#/definitions/Version" }
177
+ },
178
+ { "type": "null" }
179
+ ]
180
+ },
181
+ "resolvedHooks": {
128
182
  "anyOf": [
129
183
  {
130
184
  "type": "object",
@@ -170,7 +224,7 @@
170
224
  "type": "object",
171
225
  "properties": {
172
226
  "type": { "type": "string", "enum": ["github"] },
173
- "owner": { "$ref": "#/definitions/SourceSegment" },
227
+ "owner": { "$ref": "#/definitions/SourceNamespace" },
174
228
  "repo": { "$ref": "#/definitions/SourceSegment" },
175
229
  "ref": {
176
230
  "anyOf": [
@@ -179,10 +233,7 @@
179
233
  ]
180
234
  },
181
235
  "path": {
182
- "anyOf": [
183
- { "type": "string", "allOf": [{ "minLength": 1 }] },
184
- { "type": "null" }
185
- ]
236
+ "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
186
237
  },
187
238
  "agents": { "type": "array", "items": { "type": "string" } },
188
239
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
@@ -215,7 +266,7 @@
215
266
  "type": "object",
216
267
  "properties": {
217
268
  "type": { "type": "string", "enum": ["gitlab"] },
218
- "owner": { "$ref": "#/definitions/SourceSegment" },
269
+ "owner": { "$ref": "#/definitions/SourceNamespace" },
219
270
  "repo": { "$ref": "#/definitions/SourceSegment" },
220
271
  "ref": {
221
272
  "anyOf": [
@@ -224,10 +275,7 @@
224
275
  ]
225
276
  },
226
277
  "path": {
227
- "anyOf": [
228
- { "type": "string", "allOf": [{ "minLength": 1 }] },
229
- { "type": "null" }
230
- ]
278
+ "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
231
279
  },
232
280
  "agents": { "type": "array", "items": { "type": "string" } },
233
281
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
@@ -260,7 +308,7 @@
260
308
  "type": "object",
261
309
  "properties": {
262
310
  "type": { "type": "string", "enum": ["bitbucket"] },
263
- "owner": { "$ref": "#/definitions/SourceSegment" },
311
+ "owner": { "$ref": "#/definitions/SourceNamespace" },
264
312
  "repo": { "$ref": "#/definitions/SourceSegment" },
265
313
  "ref": {
266
314
  "anyOf": [
@@ -269,10 +317,7 @@
269
317
  ]
270
318
  },
271
319
  "path": {
272
- "anyOf": [
273
- { "type": "string", "allOf": [{ "minLength": 1 }] },
274
- { "type": "null" }
275
- ]
320
+ "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
276
321
  },
277
322
  "agents": { "type": "array", "items": { "type": "string" } },
278
323
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
@@ -315,10 +360,7 @@
315
360
  ]
316
361
  },
317
362
  "path": {
318
- "anyOf": [
319
- { "type": "string", "allOf": [{ "minLength": 1 }] },
320
- { "type": "null" }
321
- ]
363
+ "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
322
364
  },
323
365
  "agents": { "type": "array", "items": { "type": "string" } },
324
366
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
@@ -367,10 +409,7 @@
367
409
  ]
368
410
  },
369
411
  "path": {
370
- "anyOf": [
371
- { "type": "string", "allOf": [{ "minLength": 1 }] },
372
- { "type": "null" }
373
- ]
412
+ "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
374
413
  },
375
414
  "agents": { "type": "array", "items": { "type": "string" } },
376
415
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
@@ -490,7 +529,7 @@
490
529
  "type": "object",
491
530
  "properties": {
492
531
  "type": { "type": "string", "enum": ["github"] },
493
- "owner": { "$ref": "#/definitions/SourceSegment" },
532
+ "owner": { "$ref": "#/definitions/SourceNamespace" },
494
533
  "repo": { "$ref": "#/definitions/SourceSegment" },
495
534
  "ref": {
496
535
  "anyOf": [
@@ -499,10 +538,7 @@
499
538
  ]
500
539
  },
501
540
  "path": {
502
- "anyOf": [
503
- { "type": "string", "allOf": [{ "minLength": 1 }] },
504
- { "type": "null" }
505
- ]
541
+ "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
506
542
  },
507
543
  "agents": { "type": "array", "items": { "type": "string" } },
508
544
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
@@ -535,7 +571,7 @@
535
571
  "type": "object",
536
572
  "properties": {
537
573
  "type": { "type": "string", "enum": ["gitlab"] },
538
- "owner": { "$ref": "#/definitions/SourceSegment" },
574
+ "owner": { "$ref": "#/definitions/SourceNamespace" },
539
575
  "repo": { "$ref": "#/definitions/SourceSegment" },
540
576
  "ref": {
541
577
  "anyOf": [
@@ -544,10 +580,7 @@
544
580
  ]
545
581
  },
546
582
  "path": {
547
- "anyOf": [
548
- { "type": "string", "allOf": [{ "minLength": 1 }] },
549
- { "type": "null" }
550
- ]
583
+ "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
551
584
  },
552
585
  "agents": { "type": "array", "items": { "type": "string" } },
553
586
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
@@ -580,7 +613,7 @@
580
613
  "type": "object",
581
614
  "properties": {
582
615
  "type": { "type": "string", "enum": ["bitbucket"] },
583
- "owner": { "$ref": "#/definitions/SourceSegment" },
616
+ "owner": { "$ref": "#/definitions/SourceNamespace" },
584
617
  "repo": { "$ref": "#/definitions/SourceSegment" },
585
618
  "ref": {
586
619
  "anyOf": [
@@ -589,10 +622,7 @@
589
622
  ]
590
623
  },
591
624
  "path": {
592
- "anyOf": [
593
- { "type": "string", "allOf": [{ "minLength": 1 }] },
594
- { "type": "null" }
595
- ]
625
+ "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
596
626
  },
597
627
  "agents": { "type": "array", "items": { "type": "string" } },
598
628
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
@@ -635,10 +665,7 @@
635
665
  ]
636
666
  },
637
667
  "path": {
638
- "anyOf": [
639
- { "type": "string", "allOf": [{ "minLength": 1 }] },
640
- { "type": "null" }
641
- ]
668
+ "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
642
669
  },
643
670
  "agents": { "type": "array", "items": { "type": "string" } },
644
671
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
@@ -687,10 +714,7 @@
687
714
  ]
688
715
  },
689
716
  "path": {
690
- "anyOf": [
691
- { "type": "string", "allOf": [{ "minLength": 1 }] },
692
- { "type": "null" }
693
- ]
717
+ "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
694
718
  },
695
719
  "agents": { "type": "array", "items": { "type": "string" } },
696
720
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
@@ -813,7 +837,7 @@
813
837
  "type": "object",
814
838
  "properties": {
815
839
  "type": { "type": "string", "enum": ["github"] },
816
- "owner": { "$ref": "#/definitions/SourceSegment" },
840
+ "owner": { "$ref": "#/definitions/SourceNamespace" },
817
841
  "repo": { "$ref": "#/definitions/SourceSegment" },
818
842
  "ref": {
819
843
  "anyOf": [
@@ -822,10 +846,7 @@
822
846
  ]
823
847
  },
824
848
  "path": {
825
- "anyOf": [
826
- { "type": "string", "allOf": [{ "minLength": 1 }] },
827
- { "type": "null" }
828
- ]
849
+ "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
829
850
  },
830
851
  "agents": { "type": "array", "items": { "type": "string" } },
831
852
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
@@ -858,7 +879,7 @@
858
879
  "type": "object",
859
880
  "properties": {
860
881
  "type": { "type": "string", "enum": ["gitlab"] },
861
- "owner": { "$ref": "#/definitions/SourceSegment" },
882
+ "owner": { "$ref": "#/definitions/SourceNamespace" },
862
883
  "repo": { "$ref": "#/definitions/SourceSegment" },
863
884
  "ref": {
864
885
  "anyOf": [
@@ -867,10 +888,7 @@
867
888
  ]
868
889
  },
869
890
  "path": {
870
- "anyOf": [
871
- { "type": "string", "allOf": [{ "minLength": 1 }] },
872
- { "type": "null" }
873
- ]
891
+ "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
874
892
  },
875
893
  "agents": { "type": "array", "items": { "type": "string" } },
876
894
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
@@ -903,7 +921,7 @@
903
921
  "type": "object",
904
922
  "properties": {
905
923
  "type": { "type": "string", "enum": ["bitbucket"] },
906
- "owner": { "$ref": "#/definitions/SourceSegment" },
924
+ "owner": { "$ref": "#/definitions/SourceNamespace" },
907
925
  "repo": { "$ref": "#/definitions/SourceSegment" },
908
926
  "ref": {
909
927
  "anyOf": [
@@ -912,10 +930,7 @@
912
930
  ]
913
931
  },
914
932
  "path": {
915
- "anyOf": [
916
- { "type": "string", "allOf": [{ "minLength": 1 }] },
917
- { "type": "null" }
918
- ]
933
+ "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
919
934
  },
920
935
  "agents": { "type": "array", "items": { "type": "string" } },
921
936
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
@@ -958,10 +973,7 @@
958
973
  ]
959
974
  },
960
975
  "path": {
961
- "anyOf": [
962
- { "type": "string", "allOf": [{ "minLength": 1 }] },
963
- { "type": "null" }
964
- ]
976
+ "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
965
977
  },
966
978
  "agents": { "type": "array", "items": { "type": "string" } },
967
979
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
@@ -1010,10 +1022,7 @@
1010
1022
  ]
1011
1023
  },
1012
1024
  "path": {
1013
- "anyOf": [
1014
- { "type": "string", "allOf": [{ "minLength": 1 }] },
1015
- { "type": "null" }
1016
- ]
1025
+ "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
1017
1026
  },
1018
1027
  "agents": { "type": "array", "items": { "type": "string" } },
1019
1028
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
@@ -1127,6 +1136,226 @@
1127
1136
  ]
1128
1137
  },
1129
1138
  "mcpServers": {
1139
+ "anyOf": [
1140
+ {
1141
+ "type": "object",
1142
+ "additionalProperties": {
1143
+ "anyOf": [
1144
+ {
1145
+ "anyOf": [
1146
+ {
1147
+ "type": "object",
1148
+ "properties": {
1149
+ "type": { "type": "string", "enum": ["github"] },
1150
+ "owner": { "$ref": "#/definitions/SourceNamespace" },
1151
+ "repo": { "$ref": "#/definitions/SourceSegment" },
1152
+ "ref": {
1153
+ "anyOf": [
1154
+ { "type": "string", "allOf": [{ "minLength": 1 }] },
1155
+ { "type": "null" }
1156
+ ]
1157
+ },
1158
+ "path": {
1159
+ "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
1160
+ },
1161
+ "syncedAgents": {
1162
+ "anyOf": [
1163
+ { "type": "array", "items": { "type": "string" } },
1164
+ { "type": "null" }
1165
+ ]
1166
+ },
1167
+ "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1168
+ "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1169
+ "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1170
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
1171
+ },
1172
+ "required": ["type", "owner", "repo", "installedAt", "updatedAt"],
1173
+ "additionalProperties": false
1174
+ },
1175
+ {
1176
+ "type": "object",
1177
+ "properties": {
1178
+ "type": { "type": "string", "enum": ["gitlab"] },
1179
+ "owner": { "$ref": "#/definitions/SourceNamespace" },
1180
+ "repo": { "$ref": "#/definitions/SourceSegment" },
1181
+ "ref": {
1182
+ "anyOf": [
1183
+ { "type": "string", "allOf": [{ "minLength": 1 }] },
1184
+ { "type": "null" }
1185
+ ]
1186
+ },
1187
+ "path": {
1188
+ "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
1189
+ },
1190
+ "syncedAgents": {
1191
+ "anyOf": [
1192
+ { "type": "array", "items": { "type": "string" } },
1193
+ { "type": "null" }
1194
+ ]
1195
+ },
1196
+ "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1197
+ "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1198
+ "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1199
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
1200
+ },
1201
+ "required": ["type", "owner", "repo", "installedAt", "updatedAt"],
1202
+ "additionalProperties": false
1203
+ },
1204
+ {
1205
+ "type": "object",
1206
+ "properties": {
1207
+ "type": { "type": "string", "enum": ["bitbucket"] },
1208
+ "owner": { "$ref": "#/definitions/SourceNamespace" },
1209
+ "repo": { "$ref": "#/definitions/SourceSegment" },
1210
+ "ref": {
1211
+ "anyOf": [
1212
+ { "type": "string", "allOf": [{ "minLength": 1 }] },
1213
+ { "type": "null" }
1214
+ ]
1215
+ },
1216
+ "path": {
1217
+ "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
1218
+ },
1219
+ "syncedAgents": {
1220
+ "anyOf": [
1221
+ { "type": "array", "items": { "type": "string" } },
1222
+ { "type": "null" }
1223
+ ]
1224
+ },
1225
+ "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1226
+ "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1227
+ "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1228
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
1229
+ },
1230
+ "required": ["type", "owner", "repo", "installedAt", "updatedAt"],
1231
+ "additionalProperties": false
1232
+ },
1233
+ {
1234
+ "type": "object",
1235
+ "properties": {
1236
+ "type": { "type": "string", "enum": ["azurerepos"] },
1237
+ "organization": { "$ref": "#/definitions/SourceSegment" },
1238
+ "project": { "$ref": "#/definitions/SourceSegment" },
1239
+ "repo": { "$ref": "#/definitions/SourceSegment" },
1240
+ "ref": {
1241
+ "anyOf": [
1242
+ { "type": "string", "allOf": [{ "minLength": 1 }] },
1243
+ { "type": "null" }
1244
+ ]
1245
+ },
1246
+ "path": {
1247
+ "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
1248
+ },
1249
+ "syncedAgents": {
1250
+ "anyOf": [
1251
+ { "type": "array", "items": { "type": "string" } },
1252
+ { "type": "null" }
1253
+ ]
1254
+ },
1255
+ "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1256
+ "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1257
+ "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1258
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
1259
+ },
1260
+ "required": [
1261
+ "type",
1262
+ "organization",
1263
+ "project",
1264
+ "repo",
1265
+ "installedAt",
1266
+ "updatedAt"
1267
+ ],
1268
+ "additionalProperties": false
1269
+ },
1270
+ {
1271
+ "type": "object",
1272
+ "properties": {
1273
+ "type": { "type": "string", "enum": ["git"] },
1274
+ "url": { "type": "string" },
1275
+ "ref": {
1276
+ "anyOf": [
1277
+ { "type": "string", "allOf": [{ "minLength": 1 }] },
1278
+ { "type": "null" }
1279
+ ]
1280
+ },
1281
+ "path": {
1282
+ "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
1283
+ },
1284
+ "syncedAgents": {
1285
+ "anyOf": [
1286
+ { "type": "array", "items": { "type": "string" } },
1287
+ { "type": "null" }
1288
+ ]
1289
+ },
1290
+ "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1291
+ "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1292
+ "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1293
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
1294
+ },
1295
+ "required": ["type", "url", "installedAt", "updatedAt"],
1296
+ "additionalProperties": false
1297
+ },
1298
+ {
1299
+ "type": "object",
1300
+ "properties": {
1301
+ "type": { "type": "string", "enum": ["local"] },
1302
+ "path": { "type": "string" },
1303
+ "syncedAgents": {
1304
+ "anyOf": [
1305
+ { "type": "array", "items": { "type": "string" } },
1306
+ { "type": "null" }
1307
+ ]
1308
+ },
1309
+ "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1310
+ "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1311
+ "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1312
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
1313
+ },
1314
+ "required": ["type", "path", "installedAt", "updatedAt"],
1315
+ "additionalProperties": false
1316
+ },
1317
+ {
1318
+ "type": "object",
1319
+ "properties": {
1320
+ "type": { "type": "string", "enum": ["registry"] },
1321
+ "owner": { "$ref": "#/definitions/Handle" },
1322
+ "name": { "$ref": "#/definitions/ExtensionName" },
1323
+ "resolvedVersion": { "$ref": "#/definitions/Version" },
1324
+ "integrity": { "type": "string" },
1325
+ "sourceName": { "type": "string" },
1326
+ "syncedAgents": {
1327
+ "anyOf": [
1328
+ { "type": "array", "items": { "type": "string" } },
1329
+ { "type": "null" }
1330
+ ]
1331
+ },
1332
+ "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1333
+ "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1334
+ "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1335
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
1336
+ },
1337
+ "required": [
1338
+ "type",
1339
+ "owner",
1340
+ "name",
1341
+ "resolvedVersion",
1342
+ "integrity",
1343
+ "sourceName",
1344
+ "installedAt",
1345
+ "updatedAt"
1346
+ ],
1347
+ "additionalProperties": false
1348
+ }
1349
+ ]
1350
+ },
1351
+ { "$ref": "#/definitions/InlineMcpServerLockEntry" }
1352
+ ]
1353
+ }
1354
+ },
1355
+ { "type": "null" }
1356
+ ]
1357
+ },
1358
+ "files": {
1130
1359
  "anyOf": [
1131
1360
  {
1132
1361
  "type": "object",
@@ -1136,7 +1365,7 @@
1136
1365
  "type": "object",
1137
1366
  "properties": {
1138
1367
  "type": { "type": "string", "enum": ["github"] },
1139
- "owner": { "$ref": "#/definitions/SourceSegment" },
1368
+ "owner": { "$ref": "#/definitions/SourceNamespace" },
1140
1369
  "repo": { "$ref": "#/definitions/SourceSegment" },
1141
1370
  "ref": {
1142
1371
  "anyOf": [
@@ -1145,15 +1374,27 @@
1145
1374
  ]
1146
1375
  },
1147
1376
  "path": {
1148
- "anyOf": [
1149
- { "type": "string", "allOf": [{ "minLength": 1 }] },
1150
- { "type": "null" }
1151
- ]
1377
+ "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
1152
1378
  },
1153
1379
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1154
1380
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1155
1381
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1156
- "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
1382
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
1383
+ "resolvedInputs": {
1384
+ "anyOf": [
1385
+ { "$ref": "#/definitions/FilesResolvedInputsMap" },
1386
+ { "type": "null" }
1387
+ ]
1388
+ },
1389
+ "materializedTargets": {
1390
+ "anyOf": [
1391
+ {
1392
+ "type": "array",
1393
+ "items": { "$ref": "#/definitions/MaterializedFileTarget" }
1394
+ },
1395
+ { "type": "null" }
1396
+ ]
1397
+ }
1157
1398
  },
1158
1399
  "required": ["type", "owner", "repo", "installedAt", "updatedAt"],
1159
1400
  "additionalProperties": false
@@ -1162,7 +1403,7 @@
1162
1403
  "type": "object",
1163
1404
  "properties": {
1164
1405
  "type": { "type": "string", "enum": ["gitlab"] },
1165
- "owner": { "$ref": "#/definitions/SourceSegment" },
1406
+ "owner": { "$ref": "#/definitions/SourceNamespace" },
1166
1407
  "repo": { "$ref": "#/definitions/SourceSegment" },
1167
1408
  "ref": {
1168
1409
  "anyOf": [
@@ -1171,15 +1412,27 @@
1171
1412
  ]
1172
1413
  },
1173
1414
  "path": {
1174
- "anyOf": [
1175
- { "type": "string", "allOf": [{ "minLength": 1 }] },
1176
- { "type": "null" }
1177
- ]
1415
+ "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
1178
1416
  },
1179
1417
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1180
1418
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1181
1419
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1182
- "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
1420
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
1421
+ "resolvedInputs": {
1422
+ "anyOf": [
1423
+ { "$ref": "#/definitions/FilesResolvedInputsMap" },
1424
+ { "type": "null" }
1425
+ ]
1426
+ },
1427
+ "materializedTargets": {
1428
+ "anyOf": [
1429
+ {
1430
+ "type": "array",
1431
+ "items": { "$ref": "#/definitions/MaterializedFileTarget" }
1432
+ },
1433
+ { "type": "null" }
1434
+ ]
1435
+ }
1183
1436
  },
1184
1437
  "required": ["type", "owner", "repo", "installedAt", "updatedAt"],
1185
1438
  "additionalProperties": false
@@ -1188,7 +1441,7 @@
1188
1441
  "type": "object",
1189
1442
  "properties": {
1190
1443
  "type": { "type": "string", "enum": ["bitbucket"] },
1191
- "owner": { "$ref": "#/definitions/SourceSegment" },
1444
+ "owner": { "$ref": "#/definitions/SourceNamespace" },
1192
1445
  "repo": { "$ref": "#/definitions/SourceSegment" },
1193
1446
  "ref": {
1194
1447
  "anyOf": [
@@ -1197,15 +1450,27 @@
1197
1450
  ]
1198
1451
  },
1199
1452
  "path": {
1200
- "anyOf": [
1201
- { "type": "string", "allOf": [{ "minLength": 1 }] },
1202
- { "type": "null" }
1203
- ]
1453
+ "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
1204
1454
  },
1205
1455
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1206
1456
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1207
1457
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1208
- "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
1458
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
1459
+ "resolvedInputs": {
1460
+ "anyOf": [
1461
+ { "$ref": "#/definitions/FilesResolvedInputsMap" },
1462
+ { "type": "null" }
1463
+ ]
1464
+ },
1465
+ "materializedTargets": {
1466
+ "anyOf": [
1467
+ {
1468
+ "type": "array",
1469
+ "items": { "$ref": "#/definitions/MaterializedFileTarget" }
1470
+ },
1471
+ { "type": "null" }
1472
+ ]
1473
+ }
1209
1474
  },
1210
1475
  "required": ["type", "owner", "repo", "installedAt", "updatedAt"],
1211
1476
  "additionalProperties": false
@@ -1224,15 +1489,27 @@
1224
1489
  ]
1225
1490
  },
1226
1491
  "path": {
1227
- "anyOf": [
1228
- { "type": "string", "allOf": [{ "minLength": 1 }] },
1229
- { "type": "null" }
1230
- ]
1492
+ "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
1231
1493
  },
1232
1494
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1233
1495
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1234
1496
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1235
- "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
1497
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
1498
+ "resolvedInputs": {
1499
+ "anyOf": [
1500
+ { "$ref": "#/definitions/FilesResolvedInputsMap" },
1501
+ { "type": "null" }
1502
+ ]
1503
+ },
1504
+ "materializedTargets": {
1505
+ "anyOf": [
1506
+ {
1507
+ "type": "array",
1508
+ "items": { "$ref": "#/definitions/MaterializedFileTarget" }
1509
+ },
1510
+ { "type": "null" }
1511
+ ]
1512
+ }
1236
1513
  },
1237
1514
  "required": [
1238
1515
  "type",
@@ -1256,15 +1533,27 @@
1256
1533
  ]
1257
1534
  },
1258
1535
  "path": {
1259
- "anyOf": [
1260
- { "type": "string", "allOf": [{ "minLength": 1 }] },
1261
- { "type": "null" }
1262
- ]
1536
+ "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
1263
1537
  },
1264
1538
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1265
1539
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1266
1540
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1267
- "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
1541
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
1542
+ "resolvedInputs": {
1543
+ "anyOf": [
1544
+ { "$ref": "#/definitions/FilesResolvedInputsMap" },
1545
+ { "type": "null" }
1546
+ ]
1547
+ },
1548
+ "materializedTargets": {
1549
+ "anyOf": [
1550
+ {
1551
+ "type": "array",
1552
+ "items": { "$ref": "#/definitions/MaterializedFileTarget" }
1553
+ },
1554
+ { "type": "null" }
1555
+ ]
1556
+ }
1268
1557
  },
1269
1558
  "required": ["type", "url", "installedAt", "updatedAt"],
1270
1559
  "additionalProperties": false
@@ -1277,24 +1566,54 @@
1277
1566
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1278
1567
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1279
1568
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1280
- "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
1281
- },
1282
- "required": ["type", "path", "installedAt", "updatedAt"],
1283
- "additionalProperties": false
1284
- },
1285
- {
1286
- "type": "object",
1287
- "properties": {
1288
- "type": { "type": "string", "enum": ["registry"] },
1289
- "owner": { "$ref": "#/definitions/Handle" },
1290
- "name": { "$ref": "#/definitions/ExtensionName" },
1291
- "resolvedVersion": { "$ref": "#/definitions/Version" },
1292
- "integrity": { "type": "string" },
1293
- "sourceName": { "type": "string" },
1569
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
1570
+ "resolvedInputs": {
1571
+ "anyOf": [
1572
+ { "$ref": "#/definitions/FilesResolvedInputsMap" },
1573
+ { "type": "null" }
1574
+ ]
1575
+ },
1576
+ "materializedTargets": {
1577
+ "anyOf": [
1578
+ {
1579
+ "type": "array",
1580
+ "items": { "$ref": "#/definitions/MaterializedFileTarget" }
1581
+ },
1582
+ { "type": "null" }
1583
+ ]
1584
+ }
1585
+ },
1586
+ "required": ["type", "path", "installedAt", "updatedAt"],
1587
+ "additionalProperties": false
1588
+ },
1589
+ {
1590
+ "type": "object",
1591
+ "properties": {
1592
+ "type": { "type": "string", "enum": ["registry"] },
1593
+ "owner": { "$ref": "#/definitions/Handle" },
1594
+ "name": { "$ref": "#/definitions/ExtensionName" },
1595
+ "resolvedVersion": { "$ref": "#/definitions/Version" },
1596
+ "integrity": { "type": "string" },
1597
+ "sourceName": { "type": "string" },
1294
1598
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1295
1599
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1296
1600
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1297
- "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] }
1601
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
1602
+ "resolvedInputs": {
1603
+ "anyOf": [
1604
+ { "$ref": "#/definitions/FilesResolvedInputsMap" },
1605
+ { "type": "null" }
1606
+ ]
1607
+ },
1608
+ "materializedTargets": {
1609
+ "anyOf": [
1610
+ {
1611
+ "type": "array",
1612
+ "items": { "$ref": "#/definitions/MaterializedFileTarget" }
1613
+ },
1614
+ { "type": "null" }
1615
+ ]
1616
+ }
1298
1617
  },
1299
1618
  "required": [
1300
1619
  "type",
@@ -1314,7 +1633,7 @@
1314
1633
  { "type": "null" }
1315
1634
  ]
1316
1635
  },
1317
- "docs": {
1636
+ "rules": {
1318
1637
  "anyOf": [
1319
1638
  {
1320
1639
  "type": "object",
@@ -1324,7 +1643,7 @@
1324
1643
  "type": "object",
1325
1644
  "properties": {
1326
1645
  "type": { "type": "string", "enum": ["github"] },
1327
- "owner": { "$ref": "#/definitions/SourceSegment" },
1646
+ "owner": { "$ref": "#/definitions/SourceNamespace" },
1328
1647
  "repo": { "$ref": "#/definitions/SourceSegment" },
1329
1648
  "ref": {
1330
1649
  "anyOf": [
@@ -1333,21 +1652,76 @@
1333
1652
  ]
1334
1653
  },
1335
1654
  "path": {
1655
+ "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
1656
+ },
1657
+ "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1658
+ "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1659
+ "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1660
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
1661
+ "materializedTargets": {
1662
+ "anyOf": [
1663
+ {
1664
+ "type": "array",
1665
+ "items": { "$ref": "#/definitions/MaterializedFileTarget" }
1666
+ },
1667
+ { "type": "null" }
1668
+ ]
1669
+ }
1670
+ },
1671
+ "required": ["type", "owner", "repo", "installedAt", "updatedAt"],
1672
+ "additionalProperties": false
1673
+ },
1674
+ {
1675
+ "type": "object",
1676
+ "properties": {
1677
+ "type": { "type": "string", "enum": ["gitlab"] },
1678
+ "owner": { "$ref": "#/definitions/SourceNamespace" },
1679
+ "repo": { "$ref": "#/definitions/SourceSegment" },
1680
+ "ref": {
1336
1681
  "anyOf": [
1337
1682
  { "type": "string", "allOf": [{ "minLength": 1 }] },
1338
1683
  { "type": "null" }
1339
1684
  ]
1340
1685
  },
1686
+ "path": {
1687
+ "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
1688
+ },
1341
1689
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1342
1690
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1343
1691
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1344
1692
  "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
1345
- "resolvedInputs": {
1693
+ "materializedTargets": {
1346
1694
  "anyOf": [
1347
- { "$ref": "#/definitions/DocsResolvedInputsMap" },
1695
+ {
1696
+ "type": "array",
1697
+ "items": { "$ref": "#/definitions/MaterializedFileTarget" }
1698
+ },
1699
+ { "type": "null" }
1700
+ ]
1701
+ }
1702
+ },
1703
+ "required": ["type", "owner", "repo", "installedAt", "updatedAt"],
1704
+ "additionalProperties": false
1705
+ },
1706
+ {
1707
+ "type": "object",
1708
+ "properties": {
1709
+ "type": { "type": "string", "enum": ["bitbucket"] },
1710
+ "owner": { "$ref": "#/definitions/SourceNamespace" },
1711
+ "repo": { "$ref": "#/definitions/SourceSegment" },
1712
+ "ref": {
1713
+ "anyOf": [
1714
+ { "type": "string", "allOf": [{ "minLength": 1 }] },
1348
1715
  { "type": "null" }
1349
1716
  ]
1350
1717
  },
1718
+ "path": {
1719
+ "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
1720
+ },
1721
+ "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1722
+ "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1723
+ "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1724
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
1351
1725
  "materializedTargets": {
1352
1726
  "anyOf": [
1353
1727
  {
@@ -1364,8 +1738,9 @@
1364
1738
  {
1365
1739
  "type": "object",
1366
1740
  "properties": {
1367
- "type": { "type": "string", "enum": ["gitlab"] },
1368
- "owner": { "$ref": "#/definitions/SourceSegment" },
1741
+ "type": { "type": "string", "enum": ["azurerepos"] },
1742
+ "organization": { "$ref": "#/definitions/SourceSegment" },
1743
+ "project": { "$ref": "#/definitions/SourceSegment" },
1369
1744
  "repo": { "$ref": "#/definitions/SourceSegment" },
1370
1745
  "ref": {
1371
1746
  "anyOf": [
@@ -1374,21 +1749,72 @@
1374
1749
  ]
1375
1750
  },
1376
1751
  "path": {
1752
+ "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
1753
+ },
1754
+ "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1755
+ "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1756
+ "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1757
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
1758
+ "materializedTargets": {
1759
+ "anyOf": [
1760
+ {
1761
+ "type": "array",
1762
+ "items": { "$ref": "#/definitions/MaterializedFileTarget" }
1763
+ },
1764
+ { "type": "null" }
1765
+ ]
1766
+ }
1767
+ },
1768
+ "required": [
1769
+ "type",
1770
+ "organization",
1771
+ "project",
1772
+ "repo",
1773
+ "installedAt",
1774
+ "updatedAt"
1775
+ ],
1776
+ "additionalProperties": false
1777
+ },
1778
+ {
1779
+ "type": "object",
1780
+ "properties": {
1781
+ "type": { "type": "string", "enum": ["git"] },
1782
+ "url": { "type": "string" },
1783
+ "ref": {
1377
1784
  "anyOf": [
1378
1785
  { "type": "string", "allOf": [{ "minLength": 1 }] },
1379
1786
  { "type": "null" }
1380
1787
  ]
1381
1788
  },
1789
+ "path": {
1790
+ "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
1791
+ },
1382
1792
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1383
1793
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1384
1794
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1385
1795
  "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
1386
- "resolvedInputs": {
1796
+ "materializedTargets": {
1387
1797
  "anyOf": [
1388
- { "$ref": "#/definitions/DocsResolvedInputsMap" },
1798
+ {
1799
+ "type": "array",
1800
+ "items": { "$ref": "#/definitions/MaterializedFileTarget" }
1801
+ },
1389
1802
  { "type": "null" }
1390
1803
  ]
1391
- },
1804
+ }
1805
+ },
1806
+ "required": ["type", "url", "installedAt", "updatedAt"],
1807
+ "additionalProperties": false
1808
+ },
1809
+ {
1810
+ "type": "object",
1811
+ "properties": {
1812
+ "type": { "type": "string", "enum": ["local"] },
1813
+ "path": { "type": "string" },
1814
+ "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1815
+ "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1816
+ "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1817
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
1392
1818
  "materializedTargets": {
1393
1819
  "anyOf": [
1394
1820
  {
@@ -1399,14 +1825,61 @@
1399
1825
  ]
1400
1826
  }
1401
1827
  },
1402
- "required": ["type", "owner", "repo", "installedAt", "updatedAt"],
1828
+ "required": ["type", "path", "installedAt", "updatedAt"],
1403
1829
  "additionalProperties": false
1404
1830
  },
1405
1831
  {
1406
1832
  "type": "object",
1407
1833
  "properties": {
1408
- "type": { "type": "string", "enum": ["bitbucket"] },
1409
- "owner": { "$ref": "#/definitions/SourceSegment" },
1834
+ "type": { "type": "string", "enum": ["registry"] },
1835
+ "owner": { "$ref": "#/definitions/Handle" },
1836
+ "name": { "$ref": "#/definitions/ExtensionName" },
1837
+ "resolvedVersion": { "$ref": "#/definitions/Version" },
1838
+ "integrity": { "type": "string" },
1839
+ "sourceName": { "type": "string" },
1840
+ "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1841
+ "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1842
+ "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1843
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
1844
+ "materializedTargets": {
1845
+ "anyOf": [
1846
+ {
1847
+ "type": "array",
1848
+ "items": { "$ref": "#/definitions/MaterializedFileTarget" }
1849
+ },
1850
+ { "type": "null" }
1851
+ ]
1852
+ }
1853
+ },
1854
+ "required": [
1855
+ "type",
1856
+ "owner",
1857
+ "name",
1858
+ "resolvedVersion",
1859
+ "integrity",
1860
+ "sourceName",
1861
+ "installedAt",
1862
+ "updatedAt"
1863
+ ],
1864
+ "additionalProperties": false
1865
+ }
1866
+ ]
1867
+ }
1868
+ },
1869
+ { "type": "null" }
1870
+ ]
1871
+ },
1872
+ "hooks": {
1873
+ "anyOf": [
1874
+ {
1875
+ "type": "object",
1876
+ "additionalProperties": {
1877
+ "anyOf": [
1878
+ {
1879
+ "type": "object",
1880
+ "properties": {
1881
+ "type": { "type": "string", "enum": ["github"] },
1882
+ "owner": { "$ref": "#/definitions/SourceNamespace" },
1410
1883
  "repo": { "$ref": "#/definitions/SourceSegment" },
1411
1884
  "ref": {
1412
1885
  "anyOf": [
@@ -1415,21 +1888,76 @@
1415
1888
  ]
1416
1889
  },
1417
1890
  "path": {
1891
+ "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
1892
+ },
1893
+ "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1894
+ "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1895
+ "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1896
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
1897
+ "materializedTargets": {
1898
+ "anyOf": [
1899
+ {
1900
+ "type": "array",
1901
+ "items": { "$ref": "#/definitions/MaterializedFileTarget" }
1902
+ },
1903
+ { "type": "null" }
1904
+ ]
1905
+ }
1906
+ },
1907
+ "required": ["type", "owner", "repo", "installedAt", "updatedAt"],
1908
+ "additionalProperties": false
1909
+ },
1910
+ {
1911
+ "type": "object",
1912
+ "properties": {
1913
+ "type": { "type": "string", "enum": ["gitlab"] },
1914
+ "owner": { "$ref": "#/definitions/SourceNamespace" },
1915
+ "repo": { "$ref": "#/definitions/SourceSegment" },
1916
+ "ref": {
1418
1917
  "anyOf": [
1419
1918
  { "type": "string", "allOf": [{ "minLength": 1 }] },
1420
1919
  { "type": "null" }
1421
1920
  ]
1422
1921
  },
1922
+ "path": {
1923
+ "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
1924
+ },
1423
1925
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1424
1926
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1425
1927
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1426
1928
  "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
1427
- "resolvedInputs": {
1929
+ "materializedTargets": {
1428
1930
  "anyOf": [
1429
- { "$ref": "#/definitions/DocsResolvedInputsMap" },
1931
+ {
1932
+ "type": "array",
1933
+ "items": { "$ref": "#/definitions/MaterializedFileTarget" }
1934
+ },
1430
1935
  { "type": "null" }
1431
1936
  ]
1937
+ }
1938
+ },
1939
+ "required": ["type", "owner", "repo", "installedAt", "updatedAt"],
1940
+ "additionalProperties": false
1941
+ },
1942
+ {
1943
+ "type": "object",
1944
+ "properties": {
1945
+ "type": { "type": "string", "enum": ["bitbucket"] },
1946
+ "owner": { "$ref": "#/definitions/SourceNamespace" },
1947
+ "repo": { "$ref": "#/definitions/SourceSegment" },
1948
+ "ref": {
1949
+ "anyOf": [
1950
+ { "type": "string", "allOf": [{ "minLength": 1 }] },
1951
+ { "type": "null" }
1952
+ ]
1953
+ },
1954
+ "path": {
1955
+ "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
1432
1956
  },
1957
+ "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1958
+ "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1959
+ "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1960
+ "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
1433
1961
  "materializedTargets": {
1434
1962
  "anyOf": [
1435
1963
  {
@@ -1457,21 +1985,12 @@
1457
1985
  ]
1458
1986
  },
1459
1987
  "path": {
1460
- "anyOf": [
1461
- { "type": "string", "allOf": [{ "minLength": 1 }] },
1462
- { "type": "null" }
1463
- ]
1988
+ "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
1464
1989
  },
1465
1990
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1466
1991
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1467
1992
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1468
1993
  "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
1469
- "resolvedInputs": {
1470
- "anyOf": [
1471
- { "$ref": "#/definitions/DocsResolvedInputsMap" },
1472
- { "type": "null" }
1473
- ]
1474
- },
1475
1994
  "materializedTargets": {
1476
1995
  "anyOf": [
1477
1996
  {
@@ -1504,21 +2023,12 @@
1504
2023
  ]
1505
2024
  },
1506
2025
  "path": {
1507
- "anyOf": [
1508
- { "type": "string", "allOf": [{ "minLength": 1 }] },
1509
- { "type": "null" }
1510
- ]
2026
+ "anyOf": [{ "$ref": "#/definitions/SourceSubPath" }, { "type": "null" }]
1511
2027
  },
1512
2028
  "installedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1513
2029
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1514
2030
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1515
2031
  "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
1516
- "resolvedInputs": {
1517
- "anyOf": [
1518
- { "$ref": "#/definitions/DocsResolvedInputsMap" },
1519
- { "type": "null" }
1520
- ]
1521
- },
1522
2032
  "materializedTargets": {
1523
2033
  "anyOf": [
1524
2034
  {
@@ -1541,12 +2051,6 @@
1541
2051
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1542
2052
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1543
2053
  "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
1544
- "resolvedInputs": {
1545
- "anyOf": [
1546
- { "$ref": "#/definitions/DocsResolvedInputsMap" },
1547
- { "type": "null" }
1548
- ]
1549
- },
1550
2054
  "materializedTargets": {
1551
2055
  "anyOf": [
1552
2056
  {
@@ -1573,12 +2077,6 @@
1573
2077
  "updatedAt": { "$ref": "#/definitions/IsoDateTimeString" },
1574
2078
  "gitTreeHash": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
1575
2079
  "retainedByPack": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
1576
- "resolvedInputs": {
1577
- "anyOf": [
1578
- { "$ref": "#/definitions/DocsResolvedInputsMap" },
1579
- { "type": "null" }
1580
- ]
1581
- },
1582
2080
  "materializedTargets": {
1583
2081
  "anyOf": [
1584
2082
  {