@agentxm/client-core 0.13.0 → 0.13.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (451) hide show
  1. package/LICENSE +97 -8
  2. package/README.md +1 -1
  3. package/dist/src/unstable/agent-capabilities/__generated__/catalog.d.ts +48 -0
  4. package/dist/src/unstable/agent-capabilities/__generated__/catalog.d.ts.map +1 -1
  5. package/dist/src/unstable/agent-capabilities/__generated__/catalog.js +62 -0
  6. package/dist/src/unstable/agent-capabilities/__generated__/catalog.js.map +1 -1
  7. package/dist/src/unstable/agent-capabilities/derive.d.ts +21 -3
  8. package/dist/src/unstable/agent-capabilities/derive.d.ts.map +1 -1
  9. package/dist/src/unstable/agent-capabilities/derive.js +5 -2
  10. package/dist/src/unstable/agent-capabilities/derive.js.map +1 -1
  11. package/dist/src/unstable/agent-capabilities/schema.d.ts +45 -2
  12. package/dist/src/unstable/agent-capabilities/schema.d.ts.map +1 -1
  13. package/dist/src/unstable/agent-capabilities/schema.js +18 -0
  14. package/dist/src/unstable/agent-capabilities/schema.js.map +1 -1
  15. package/dist/src/unstable/agent-capabilities/validate.d.ts.map +1 -1
  16. package/dist/src/unstable/agent-capabilities/validate.js +2 -0
  17. package/dist/src/unstable/agent-capabilities/validate.js.map +1 -1
  18. package/dist/src/unstable/agents/instructions.js +1 -1
  19. package/dist/src/unstable/agents/instructions.js.map +1 -1
  20. package/dist/src/unstable/branding/naming.d.ts +11 -5
  21. package/dist/src/unstable/branding/naming.d.ts.map +1 -1
  22. package/dist/src/unstable/branding/naming.js +15 -7
  23. package/dist/src/unstable/branding/naming.js.map +1 -1
  24. package/dist/src/unstable/cli-runtime/command-summary.d.ts +1 -1
  25. package/dist/src/unstable/cli-runtime/command-summary.d.ts.map +1 -1
  26. package/dist/src/unstable/cli-runtime/command-summary.js.map +1 -1
  27. package/dist/src/unstable/extensions/common.d.ts +6 -6
  28. package/dist/src/unstable/extensions/common.d.ts.map +1 -1
  29. package/dist/src/unstable/extensions/common.js +22 -13
  30. package/dist/src/unstable/extensions/common.js.map +1 -1
  31. package/dist/src/unstable/extensions/fqn.js +1 -1
  32. package/dist/src/unstable/extensions/fqn.js.map +1 -1
  33. package/dist/src/unstable/extensions/installable-types.d.ts +4 -4
  34. package/dist/src/unstable/extensions/installable-types.d.ts.map +1 -1
  35. package/dist/src/unstable/extensions/installable-types.js +12 -4
  36. package/dist/src/unstable/extensions/installable-types.js.map +1 -1
  37. package/dist/src/unstable/extensions/operations.d.ts.map +1 -1
  38. package/dist/src/unstable/extensions/operations.js +6 -2
  39. package/dist/src/unstable/extensions/operations.js.map +1 -1
  40. package/dist/src/unstable/extensions/ref-base.d.ts +1 -1
  41. package/dist/src/unstable/extensions/ref-base.d.ts.map +1 -1
  42. package/dist/src/unstable/extensions/refs.d.ts +4 -2
  43. package/dist/src/unstable/extensions/refs.d.ts.map +1 -1
  44. package/dist/src/unstable/extensions/registry-source.d.ts +4 -4
  45. package/dist/src/unstable/extensions/utils.js +1 -1
  46. package/dist/src/unstable/files/discovery.d.ts +19 -0
  47. package/dist/src/unstable/files/discovery.d.ts.map +1 -0
  48. package/dist/src/unstable/{docs → files}/discovery.js +18 -11
  49. package/dist/src/unstable/files/discovery.js.map +1 -0
  50. package/dist/src/unstable/{docs → files}/generators.d.ts +1 -1
  51. package/dist/src/unstable/files/generators.d.ts.map +1 -0
  52. package/dist/src/unstable/{docs → files}/generators.js +1 -1
  53. package/dist/src/unstable/files/generators.js.map +1 -0
  54. package/dist/src/unstable/files/index.d.ts +15 -0
  55. package/dist/src/unstable/files/index.d.ts.map +1 -0
  56. package/dist/src/unstable/{docs → files}/index.js +4 -4
  57. package/dist/src/unstable/files/index.js.map +1 -0
  58. package/dist/src/unstable/files/manager.d.ts +19 -0
  59. package/dist/src/unstable/files/manager.d.ts.map +1 -0
  60. package/dist/src/unstable/{docs → files}/manager.js +56 -54
  61. package/dist/src/unstable/files/manager.js.map +1 -0
  62. package/dist/src/unstable/{docs → files}/manifest-schema.d.ts +17 -17
  63. package/dist/src/unstable/files/manifest-schema.d.ts.map +1 -0
  64. package/dist/src/unstable/{docs → files}/manifest-schema.js +48 -48
  65. package/dist/src/unstable/files/manifest-schema.js.map +1 -0
  66. package/dist/src/unstable/files/markers.d.ts +7 -0
  67. package/dist/src/unstable/files/markers.d.ts.map +1 -0
  68. package/dist/src/unstable/files/markers.js +7 -0
  69. package/dist/src/unstable/files/markers.js.map +1 -0
  70. package/dist/src/unstable/{docs → files}/materialization.d.ts +8 -8
  71. package/dist/src/unstable/files/materialization.d.ts.map +1 -0
  72. package/dist/src/unstable/{docs → files}/materialization.js +24 -24
  73. package/dist/src/unstable/files/materialization.js.map +1 -0
  74. package/dist/src/unstable/files/refs.d.ts +17 -0
  75. package/dist/src/unstable/files/refs.d.ts.map +1 -0
  76. package/dist/src/unstable/files/refs.js +8 -0
  77. package/dist/src/unstable/files/refs.js.map +1 -0
  78. package/dist/src/unstable/files/workspace-generators.d.ts.map +1 -0
  79. package/dist/src/unstable/files/workspace-generators.js.map +1 -0
  80. package/dist/src/unstable/hooks/discovery.d.ts +19 -0
  81. package/dist/src/unstable/hooks/discovery.d.ts.map +1 -0
  82. package/dist/src/unstable/hooks/discovery.js +101 -0
  83. package/dist/src/unstable/hooks/discovery.js.map +1 -0
  84. package/dist/src/unstable/hooks/index.d.ts +13 -0
  85. package/dist/src/unstable/hooks/index.d.ts.map +1 -0
  86. package/dist/src/unstable/hooks/index.js +11 -0
  87. package/dist/src/unstable/hooks/index.js.map +1 -0
  88. package/dist/src/unstable/{docs → hooks}/manager.d.ts +6 -6
  89. package/dist/src/unstable/hooks/manager.d.ts.map +1 -0
  90. package/dist/src/unstable/hooks/manager.js +512 -0
  91. package/dist/src/unstable/hooks/manager.js.map +1 -0
  92. package/dist/src/unstable/hooks/manifest-schema.d.ts +94 -0
  93. package/dist/src/unstable/hooks/manifest-schema.d.ts.map +1 -0
  94. package/dist/src/unstable/hooks/manifest-schema.js +85 -0
  95. package/dist/src/unstable/hooks/manifest-schema.js.map +1 -0
  96. package/dist/src/unstable/hooks/operations/publish.d.ts +22 -0
  97. package/dist/src/unstable/hooks/operations/publish.d.ts.map +1 -0
  98. package/dist/src/unstable/hooks/operations/publish.js +95 -0
  99. package/dist/src/unstable/hooks/operations/publish.js.map +1 -0
  100. package/dist/src/unstable/hooks/refs.d.ts +25 -0
  101. package/dist/src/unstable/hooks/refs.d.ts.map +1 -0
  102. package/dist/src/unstable/{docs → hooks}/refs.js +1 -1
  103. package/dist/src/unstable/hooks/refs.js.map +1 -0
  104. package/dist/src/unstable/hooks/registry-ref-builder.d.ts +7 -0
  105. package/dist/src/unstable/hooks/registry-ref-builder.d.ts.map +1 -0
  106. package/dist/src/unstable/hooks/registry-ref-builder.js +13 -0
  107. package/dist/src/unstable/hooks/registry-ref-builder.js.map +1 -0
  108. package/dist/src/unstable/lint/catalog/files/generator-valid.d.ts +4 -0
  109. package/dist/src/unstable/lint/catalog/files/generator-valid.d.ts.map +1 -0
  110. package/dist/src/unstable/lint/catalog/{docs → files}/generator-valid.js +6 -6
  111. package/dist/src/unstable/lint/catalog/files/generator-valid.js.map +1 -0
  112. package/dist/src/unstable/lint/catalog/{docs → files}/helpers.d.ts +6 -6
  113. package/dist/src/unstable/lint/catalog/files/helpers.d.ts.map +1 -0
  114. package/dist/src/unstable/lint/catalog/{docs → files}/helpers.js +7 -7
  115. package/dist/src/unstable/lint/catalog/files/helpers.js.map +1 -0
  116. package/dist/src/unstable/lint/catalog/files/manifest-keys-recognized.d.ts +4 -0
  117. package/dist/src/unstable/lint/catalog/files/manifest-keys-recognized.d.ts.map +1 -0
  118. package/dist/src/unstable/lint/catalog/files/manifest-keys-recognized.js +14 -0
  119. package/dist/src/unstable/lint/catalog/files/manifest-keys-recognized.js.map +1 -0
  120. package/dist/src/unstable/lint/catalog/files/manifest-present.d.ts +4 -0
  121. package/dist/src/unstable/lint/catalog/files/manifest-present.d.ts.map +1 -0
  122. package/dist/src/unstable/lint/catalog/files/manifest-present.js +24 -0
  123. package/dist/src/unstable/lint/catalog/files/manifest-present.js.map +1 -0
  124. package/dist/src/unstable/lint/catalog/files/manifest-schema-valid.d.ts +4 -0
  125. package/dist/src/unstable/lint/catalog/files/manifest-schema-valid.d.ts.map +1 -0
  126. package/dist/src/unstable/lint/catalog/files/manifest-schema-valid.js +12 -0
  127. package/dist/src/unstable/lint/catalog/files/manifest-schema-valid.js.map +1 -0
  128. package/dist/src/unstable/lint/catalog/files/marker-valid.d.ts +4 -0
  129. package/dist/src/unstable/lint/catalog/files/marker-valid.d.ts.map +1 -0
  130. package/dist/src/unstable/lint/catalog/{docs → files}/marker-valid.js +6 -6
  131. package/dist/src/unstable/lint/catalog/files/marker-valid.js.map +1 -0
  132. package/dist/src/unstable/lint/catalog/files/package-valid.d.ts +4 -0
  133. package/dist/src/unstable/lint/catalog/files/package-valid.d.ts.map +1 -0
  134. package/dist/src/unstable/lint/catalog/{docs → files}/package-valid.js +9 -9
  135. package/dist/src/unstable/lint/catalog/files/package-valid.js.map +1 -0
  136. package/dist/src/unstable/lint/catalog/files/target-valid.d.ts +4 -0
  137. package/dist/src/unstable/lint/catalog/files/target-valid.d.ts.map +1 -0
  138. package/dist/src/unstable/lint/catalog/{docs → files}/target-valid.js +6 -6
  139. package/dist/src/unstable/lint/catalog/files/target-valid.js.map +1 -0
  140. package/dist/src/unstable/lint/catalog/files/template-valid.d.ts +4 -0
  141. package/dist/src/unstable/lint/catalog/files/template-valid.d.ts.map +1 -0
  142. package/dist/src/unstable/lint/catalog/{docs → files}/template-valid.js +7 -7
  143. package/dist/src/unstable/lint/catalog/files/template-valid.js.map +1 -0
  144. package/dist/src/unstable/lint/catalog/files-accessor/contexts.d.ts +10 -0
  145. package/dist/src/unstable/lint/catalog/files-accessor/contexts.d.ts.map +1 -0
  146. package/dist/src/unstable/lint/catalog/files-accessor/contexts.js +8 -0
  147. package/dist/src/unstable/lint/catalog/files-accessor/contexts.js.map +1 -0
  148. package/dist/src/unstable/lint/catalog/files-accessor/platform.d.ts +9 -0
  149. package/dist/src/unstable/lint/catalog/files-accessor/platform.d.ts.map +1 -0
  150. package/dist/src/unstable/lint/catalog/{docs-accessor → files-accessor}/platform.js +1 -1
  151. package/dist/src/unstable/lint/catalog/files-accessor/platform.js.map +1 -0
  152. package/dist/src/unstable/lint/catalog/files-accessor/vft.d.ts +8 -0
  153. package/dist/src/unstable/lint/catalog/files-accessor/vft.d.ts.map +1 -0
  154. package/dist/src/unstable/lint/catalog/{docs-accessor → files-accessor}/vft.js +1 -1
  155. package/dist/src/unstable/lint/catalog/files-accessor/vft.js.map +1 -0
  156. package/dist/src/unstable/lint/catalog/files.d.ts +4 -0
  157. package/dist/src/unstable/lint/catalog/files.d.ts.map +1 -0
  158. package/dist/src/unstable/lint/catalog/files.js +21 -0
  159. package/dist/src/unstable/lint/catalog/files.js.map +1 -0
  160. package/dist/src/unstable/lint/catalog/hook/entrypoint-exists.d.ts +4 -0
  161. package/dist/src/unstable/lint/catalog/hook/entrypoint-exists.d.ts.map +1 -0
  162. package/dist/src/unstable/lint/catalog/hook/entrypoint-exists.js +39 -0
  163. package/dist/src/unstable/lint/catalog/hook/entrypoint-exists.js.map +1 -0
  164. package/dist/src/unstable/lint/catalog/hook/manifest-keys-recognized.d.ts +4 -0
  165. package/dist/src/unstable/lint/catalog/{docs → hook}/manifest-keys-recognized.d.ts.map +1 -1
  166. package/dist/src/unstable/lint/catalog/hook/manifest-keys-recognized.js +13 -0
  167. package/dist/src/unstable/lint/catalog/hook/manifest-keys-recognized.js.map +1 -0
  168. package/dist/src/unstable/lint/catalog/hook/manifest-present.d.ts +4 -0
  169. package/dist/src/unstable/lint/catalog/hook/manifest-present.d.ts.map +1 -0
  170. package/dist/src/unstable/lint/catalog/hook/manifest-present.js +24 -0
  171. package/dist/src/unstable/lint/catalog/hook/manifest-present.js.map +1 -0
  172. package/dist/src/unstable/lint/catalog/hook/manifest-schema-valid.d.ts +4 -0
  173. package/dist/src/unstable/lint/catalog/{docs → hook}/manifest-schema-valid.d.ts.map +1 -1
  174. package/dist/src/unstable/lint/catalog/hook/manifest-schema-valid.js +11 -0
  175. package/dist/src/unstable/lint/catalog/hook/manifest-schema-valid.js.map +1 -0
  176. package/dist/src/unstable/lint/catalog/hook.d.ts +4 -0
  177. package/dist/src/unstable/lint/catalog/hook.d.ts.map +1 -0
  178. package/dist/src/unstable/lint/catalog/hook.js +13 -0
  179. package/dist/src/unstable/lint/catalog/hook.js.map +1 -0
  180. package/dist/src/unstable/lint/catalog/index.d.ts +5 -4
  181. package/dist/src/unstable/lint/catalog/index.d.ts.map +1 -1
  182. package/dist/src/unstable/lint/catalog/index.js +9 -6
  183. package/dist/src/unstable/lint/catalog/index.js.map +1 -1
  184. package/dist/src/unstable/lint/catalog/shared/manifest-json.js +1 -1
  185. package/dist/src/unstable/lint/catalog/shared/manifest-json.js.map +1 -1
  186. package/dist/src/unstable/lint/catalog/shared/schema-rule.js +3 -1
  187. package/dist/src/unstable/lint/catalog/shared/schema-rule.js.map +1 -1
  188. package/dist/src/unstable/lint/catalog/workspace/skills-managed.js +1 -1
  189. package/dist/src/unstable/lint/catalog/workspace/skills-managed.js.map +1 -1
  190. package/dist/src/unstable/lint/catalog/workspace-read-model/lint-workspace.d.ts +2 -2
  191. package/dist/src/unstable/lint/catalog/workspace-read-model/lint-workspace.d.ts.map +1 -1
  192. package/dist/src/unstable/lint/catalog/workspace-read-model/lint-workspace.js +18 -18
  193. package/dist/src/unstable/lint/catalog/workspace-read-model/lint-workspace.js.map +1 -1
  194. package/dist/src/unstable/lint/cli.d.ts +4 -4
  195. package/dist/src/unstable/lint/cli.d.ts.map +1 -1
  196. package/dist/src/unstable/lint/cli.js +6 -6
  197. package/dist/src/unstable/lint/cli.js.map +1 -1
  198. package/dist/src/unstable/lint/context.d.ts +17 -5
  199. package/dist/src/unstable/lint/context.d.ts.map +1 -1
  200. package/dist/src/unstable/lint/index.d.ts +2 -2
  201. package/dist/src/unstable/lint/index.d.ts.map +1 -1
  202. package/dist/src/unstable/lint/index.js +1 -1
  203. package/dist/src/unstable/lint/index.js.map +1 -1
  204. package/dist/src/unstable/lint/publish.d.ts +5 -4
  205. package/dist/src/unstable/lint/publish.d.ts.map +1 -1
  206. package/dist/src/unstable/lint/publish.js +28 -18
  207. package/dist/src/unstable/lint/publish.js.map +1 -1
  208. package/dist/src/unstable/lockfile/index.d.ts +2 -2
  209. package/dist/src/unstable/lockfile/index.d.ts.map +1 -1
  210. package/dist/src/unstable/lockfile/index.js +1 -1
  211. package/dist/src/unstable/lockfile/index.js.map +1 -1
  212. package/dist/src/unstable/lockfile/lockfile.d.ts +235 -3
  213. package/dist/src/unstable/lockfile/lockfile.d.ts.map +1 -1
  214. package/dist/src/unstable/lockfile/lockfile.js +1 -1
  215. package/dist/src/unstable/lockfile/schema.d.ts +758 -14
  216. package/dist/src/unstable/lockfile/schema.d.ts.map +1 -1
  217. package/dist/src/unstable/lockfile/schema.js +62 -20
  218. package/dist/src/unstable/lockfile/schema.js.map +1 -1
  219. package/dist/src/unstable/managed-files/index.d.ts +7 -0
  220. package/dist/src/unstable/managed-files/index.d.ts.map +1 -0
  221. package/dist/src/unstable/managed-files/index.js +7 -0
  222. package/dist/src/unstable/managed-files/index.js.map +1 -0
  223. package/dist/src/unstable/{docs → managed-files}/markers.d.ts +1 -1
  224. package/dist/src/unstable/managed-files/markers.d.ts.map +1 -0
  225. package/dist/src/unstable/{docs → managed-files}/markers.js +1 -1
  226. package/dist/src/unstable/managed-files/markers.js.map +1 -0
  227. package/dist/src/unstable/packs/dependency-resolution.d.ts +3 -1
  228. package/dist/src/unstable/packs/dependency-resolution.d.ts.map +1 -1
  229. package/dist/src/unstable/packs/dependency-resolution.js +22 -7
  230. package/dist/src/unstable/packs/dependency-resolution.js.map +1 -1
  231. package/dist/src/unstable/packs/expansion.d.ts +3 -1
  232. package/dist/src/unstable/packs/expansion.d.ts.map +1 -1
  233. package/dist/src/unstable/packs/expansion.js +35 -5
  234. package/dist/src/unstable/packs/expansion.js.map +1 -1
  235. package/dist/src/unstable/packs/manager.d.ts.map +1 -1
  236. package/dist/src/unstable/packs/manager.js +3 -1
  237. package/dist/src/unstable/packs/manager.js.map +1 -1
  238. package/dist/src/unstable/packs/manifest-schema.js +1 -1
  239. package/dist/src/unstable/packs/manifest-schema.js.map +1 -1
  240. package/dist/src/unstable/packs/operations/install.d.ts +4 -0
  241. package/dist/src/unstable/packs/operations/install.d.ts.map +1 -1
  242. package/dist/src/unstable/packs/operations/install.js +7 -1
  243. package/dist/src/unstable/packs/operations/install.js.map +1 -1
  244. package/dist/src/unstable/packs/reconciliation-adapter.d.ts.map +1 -1
  245. package/dist/src/unstable/packs/reconciliation-adapter.js +4 -2
  246. package/dist/src/unstable/packs/reconciliation-adapter.js.map +1 -1
  247. package/dist/src/unstable/publish/lint-gate.d.ts +5 -0
  248. package/dist/src/unstable/publish/lint-gate.d.ts.map +1 -1
  249. package/dist/src/unstable/publish/lint-gate.js +12 -1
  250. package/dist/src/unstable/publish/lint-gate.js.map +1 -1
  251. package/dist/src/unstable/publish/manifest-policy.d.ts +54 -2
  252. package/dist/src/unstable/publish/manifest-policy.d.ts.map +1 -1
  253. package/dist/src/unstable/publish/manifest-policy.js +10 -5
  254. package/dist/src/unstable/publish/manifest-policy.js.map +1 -1
  255. package/dist/src/unstable/registry/discover-schema.d.ts +4 -4
  256. package/dist/src/unstable/registry/schema.d.ts +1 -1
  257. package/dist/src/unstable/rules/discovery.d.ts +19 -0
  258. package/dist/src/unstable/rules/discovery.d.ts.map +1 -0
  259. package/dist/src/unstable/rules/discovery.js +101 -0
  260. package/dist/src/unstable/rules/discovery.js.map +1 -0
  261. package/dist/src/unstable/rules/index.d.ts +11 -0
  262. package/dist/src/unstable/rules/index.d.ts.map +1 -0
  263. package/dist/src/unstable/rules/index.js +10 -0
  264. package/dist/src/unstable/rules/index.js.map +1 -0
  265. package/dist/src/unstable/rules/manager.d.ts +19 -0
  266. package/dist/src/unstable/rules/manager.d.ts.map +1 -0
  267. package/dist/src/unstable/rules/manager.js +400 -0
  268. package/dist/src/unstable/rules/manager.js.map +1 -0
  269. package/dist/src/unstable/rules/manifest-schema.d.ts +62 -0
  270. package/dist/src/unstable/rules/manifest-schema.d.ts.map +1 -0
  271. package/dist/src/unstable/rules/manifest-schema.js +43 -0
  272. package/dist/src/unstable/rules/manifest-schema.js.map +1 -0
  273. package/dist/src/unstable/rules/refs.d.ts +25 -0
  274. package/dist/src/unstable/rules/refs.d.ts.map +1 -0
  275. package/dist/src/unstable/rules/refs.js +8 -0
  276. package/dist/src/unstable/rules/refs.js.map +1 -0
  277. package/dist/src/unstable/rules/registry-ref-builder.d.ts +7 -0
  278. package/dist/src/unstable/rules/registry-ref-builder.d.ts.map +1 -0
  279. package/dist/src/unstable/rules/registry-ref-builder.js +13 -0
  280. package/dist/src/unstable/rules/registry-ref-builder.js.map +1 -0
  281. package/dist/src/unstable/settings/index.d.ts +2 -2
  282. package/dist/src/unstable/settings/index.d.ts.map +1 -1
  283. package/dist/src/unstable/settings/index.js +1 -1
  284. package/dist/src/unstable/settings/index.js.map +1 -1
  285. package/dist/src/unstable/settings/schema.d.ts +116 -12
  286. package/dist/src/unstable/settings/schema.d.ts.map +1 -1
  287. package/dist/src/unstable/settings/schema.js +170 -32
  288. package/dist/src/unstable/settings/schema.js.map +1 -1
  289. package/dist/src/unstable/source-resolution/providers/bitbucket/print.js +1 -1
  290. package/dist/src/unstable/source-resolution/providers/bitbucket/print.js.map +1 -1
  291. package/dist/src/unstable/source-resolution/providers/convention-discovery.d.ts +10 -0
  292. package/dist/src/unstable/source-resolution/providers/convention-discovery.d.ts.map +1 -0
  293. package/dist/src/unstable/source-resolution/providers/convention-discovery.js +388 -0
  294. package/dist/src/unstable/source-resolution/providers/convention-discovery.js.map +1 -0
  295. package/dist/src/unstable/source-resolution/providers/git-hosting.d.ts.map +1 -1
  296. package/dist/src/unstable/source-resolution/providers/git-hosting.js +4 -71
  297. package/dist/src/unstable/source-resolution/providers/git-hosting.js.map +1 -1
  298. package/dist/src/unstable/source-resolution/providers/git.d.ts +5 -4
  299. package/dist/src/unstable/source-resolution/providers/git.d.ts.map +1 -1
  300. package/dist/src/unstable/source-resolution/providers/git.js +28 -11
  301. package/dist/src/unstable/source-resolution/providers/git.js.map +1 -1
  302. package/dist/src/unstable/source-resolution/providers/github/print.js +1 -1
  303. package/dist/src/unstable/source-resolution/providers/github/print.js.map +1 -1
  304. package/dist/src/unstable/source-resolution/providers/gitlab/print.js +1 -1
  305. package/dist/src/unstable/source-resolution/providers/gitlab/print.js.map +1 -1
  306. package/dist/src/unstable/source-resolution/providers/local.d.ts.map +1 -1
  307. package/dist/src/unstable/source-resolution/providers/local.js +6 -50
  308. package/dist/src/unstable/source-resolution/providers/local.js.map +1 -1
  309. package/dist/src/unstable/source-resolution/providers/parse-provider-shorthand.d.ts +1 -1
  310. package/dist/src/unstable/source-resolution/providers/parse-provider-shorthand.d.ts.map +1 -1
  311. package/dist/src/unstable/source-resolution/providers/parse-provider-shorthand.js +34 -11
  312. package/dist/src/unstable/source-resolution/providers/parse-provider-shorthand.js.map +1 -1
  313. package/dist/src/unstable/source-resolution/providers/registry/host-provider.d.ts.map +1 -1
  314. package/dist/src/unstable/source-resolution/providers/registry/host-provider.js +24 -4
  315. package/dist/src/unstable/source-resolution/providers/registry/host-provider.js.map +1 -1
  316. package/dist/src/unstable/source-resolution/resolve-source.d.ts.map +1 -1
  317. package/dist/src/unstable/source-resolution/resolve-source.js +29 -7
  318. package/dist/src/unstable/source-resolution/resolve-source.js.map +1 -1
  319. package/dist/src/unstable/sources/printer.d.ts +2 -2
  320. package/dist/src/unstable/sources/printer.d.ts.map +1 -1
  321. package/dist/src/unstable/sources/types.d.ts +1 -0
  322. package/dist/src/unstable/sources/types.d.ts.map +1 -1
  323. package/dist/src/unstable/sources/types.js +16 -2
  324. package/dist/src/unstable/sources/types.js.map +1 -1
  325. package/dist/src/unstable/workspace/configured-entry-resolution/index.d.ts +2 -2
  326. package/dist/src/unstable/workspace/configured-entry-resolution/index.d.ts.map +1 -1
  327. package/dist/src/unstable/workspace/configured-entry-resolution/index.js +1 -1
  328. package/dist/src/unstable/workspace/configured-entry-resolution/index.js.map +1 -1
  329. package/dist/src/unstable/workspace/configured-entry-resolution/resolve.d.ts +13 -3
  330. package/dist/src/unstable/workspace/configured-entry-resolution/resolve.d.ts.map +1 -1
  331. package/dist/src/unstable/workspace/configured-entry-resolution/resolve.js +109 -9
  332. package/dist/src/unstable/workspace/configured-entry-resolution/resolve.js.map +1 -1
  333. package/dist/src/unstable/workspace/configured-entry-resolution/types.d.ts +6 -2
  334. package/dist/src/unstable/workspace/configured-entry-resolution/types.d.ts.map +1 -1
  335. package/dist/src/unstable/workspace/configured-entry-resolution/types.js.map +1 -1
  336. package/dist/src/unstable/workspace/index.d.ts +2 -2
  337. package/dist/src/unstable/workspace/index.d.ts.map +1 -1
  338. package/dist/src/unstable/workspace/index.js +1 -1
  339. package/dist/src/unstable/workspace/index.js.map +1 -1
  340. package/dist/src/unstable/workspace/initialization.d.ts +96 -40
  341. package/dist/src/unstable/workspace/initialization.d.ts.map +1 -1
  342. package/dist/src/unstable/workspace/read-model/discovery/skills.d.ts.map +1 -1
  343. package/dist/src/unstable/workspace/read-model/discovery/skills.js +8 -1
  344. package/dist/src/unstable/workspace/read-model/discovery/skills.js.map +1 -1
  345. package/dist/src/unstable/workspace/read-model/extensions/files.d.ts +93 -0
  346. package/dist/src/unstable/workspace/read-model/extensions/files.d.ts.map +1 -0
  347. package/dist/src/unstable/workspace/read-model/extensions/{docs.js → files.js} +21 -21
  348. package/dist/src/unstable/workspace/read-model/extensions/files.js.map +1 -0
  349. package/dist/src/unstable/workspace/read-model/extensions/index.d.ts +2 -2
  350. package/dist/src/unstable/workspace/read-model/extensions/index.d.ts.map +1 -1
  351. package/dist/src/unstable/workspace/read-model/extensions/index.js +1 -1
  352. package/dist/src/unstable/workspace/read-model/extensions/index.js.map +1 -1
  353. package/dist/src/unstable/workspace/read-model/extensions/rule.d.ts +29 -6
  354. package/dist/src/unstable/workspace/read-model/extensions/rule.d.ts.map +1 -1
  355. package/dist/src/unstable/workspace/read-model/extensions/rule.js +38 -28
  356. package/dist/src/unstable/workspace/read-model/extensions/rule.js.map +1 -1
  357. package/dist/src/unstable/workspace/read-model/scanners/canonical-extensions.js +4 -2
  358. package/dist/src/unstable/workspace/read-model/scanners/canonical-extensions.js.map +1 -1
  359. package/dist/src/unstable/workspace/read-model/service.d.ts +2 -2
  360. package/dist/src/unstable/workspace/read-model/service.d.ts.map +1 -1
  361. package/dist/src/unstable/workspace/read-model/service.js +16 -6
  362. package/dist/src/unstable/workspace/read-model/service.js.map +1 -1
  363. package/dist/src/unstable/workspace/read-model-record-readers.d.ts.map +1 -1
  364. package/dist/src/unstable/workspace/read-model-record-readers.js +56 -5
  365. package/dist/src/unstable/workspace/read-model-record-readers.js.map +1 -1
  366. package/dist/src/unstable/workspace/service-interface.d.ts +90 -26
  367. package/dist/src/unstable/workspace/service-interface.d.ts.map +1 -1
  368. package/dist/src/unstable/workspace/service-interface.js.map +1 -1
  369. package/dist/src/unstable/workspace/service.d.ts +502 -14
  370. package/dist/src/unstable/workspace/service.d.ts.map +1 -1
  371. package/dist/src/unstable/workspace/service.js +318 -42
  372. package/dist/src/unstable/workspace/service.js.map +1 -1
  373. package/dist/src/unstable/workspace/test-stubs.d.ts +2 -0
  374. package/dist/src/unstable/workspace/test-stubs.d.ts.map +1 -1
  375. package/dist/src/unstable/workspace/test-stubs.js +32 -10
  376. package/dist/src/unstable/workspace/test-stubs.js.map +1 -1
  377. package/package.json +18 -6
  378. package/site-content/__generated__/schemas/axm-lock.schema.json +555 -136
  379. package/site-content/__generated__/schemas/axm-package-meta.schema.json +1 -1
  380. package/site-content/__generated__/schemas/{docs.schema.json → files.schema.json} +44 -44
  381. package/site-content/__generated__/schemas/hook.schema.json +375 -0
  382. package/site-content/__generated__/schemas/pack.schema.json +3 -3
  383. package/site-content/__generated__/schemas/rule.schema.json +327 -0
  384. package/site-content/__generated__/schemas/settings.schema.json +138 -28
  385. package/dist/src/unstable/docs/discovery.d.ts +0 -19
  386. package/dist/src/unstable/docs/discovery.d.ts.map +0 -1
  387. package/dist/src/unstable/docs/discovery.js.map +0 -1
  388. package/dist/src/unstable/docs/generators.d.ts.map +0 -1
  389. package/dist/src/unstable/docs/generators.js.map +0 -1
  390. package/dist/src/unstable/docs/index.d.ts +0 -15
  391. package/dist/src/unstable/docs/index.d.ts.map +0 -1
  392. package/dist/src/unstable/docs/index.js.map +0 -1
  393. package/dist/src/unstable/docs/manager.d.ts.map +0 -1
  394. package/dist/src/unstable/docs/manager.js.map +0 -1
  395. package/dist/src/unstable/docs/manifest-schema.d.ts.map +0 -1
  396. package/dist/src/unstable/docs/manifest-schema.js.map +0 -1
  397. package/dist/src/unstable/docs/markers.d.ts.map +0 -1
  398. package/dist/src/unstable/docs/markers.js.map +0 -1
  399. package/dist/src/unstable/docs/materialization.d.ts.map +0 -1
  400. package/dist/src/unstable/docs/materialization.js.map +0 -1
  401. package/dist/src/unstable/docs/refs.d.ts +0 -17
  402. package/dist/src/unstable/docs/refs.d.ts.map +0 -1
  403. package/dist/src/unstable/docs/refs.js.map +0 -1
  404. package/dist/src/unstable/docs/workspace-generators.d.ts.map +0 -1
  405. package/dist/src/unstable/docs/workspace-generators.js.map +0 -1
  406. package/dist/src/unstable/lint/catalog/docs/generator-valid.d.ts +0 -4
  407. package/dist/src/unstable/lint/catalog/docs/generator-valid.d.ts.map +0 -1
  408. package/dist/src/unstable/lint/catalog/docs/generator-valid.js.map +0 -1
  409. package/dist/src/unstable/lint/catalog/docs/helpers.d.ts.map +0 -1
  410. package/dist/src/unstable/lint/catalog/docs/helpers.js.map +0 -1
  411. package/dist/src/unstable/lint/catalog/docs/manifest-keys-recognized.d.ts +0 -4
  412. package/dist/src/unstable/lint/catalog/docs/manifest-keys-recognized.js +0 -14
  413. package/dist/src/unstable/lint/catalog/docs/manifest-keys-recognized.js.map +0 -1
  414. package/dist/src/unstable/lint/catalog/docs/manifest-present.d.ts +0 -4
  415. package/dist/src/unstable/lint/catalog/docs/manifest-present.d.ts.map +0 -1
  416. package/dist/src/unstable/lint/catalog/docs/manifest-present.js +0 -24
  417. package/dist/src/unstable/lint/catalog/docs/manifest-present.js.map +0 -1
  418. package/dist/src/unstable/lint/catalog/docs/manifest-schema-valid.d.ts +0 -4
  419. package/dist/src/unstable/lint/catalog/docs/manifest-schema-valid.js +0 -12
  420. package/dist/src/unstable/lint/catalog/docs/manifest-schema-valid.js.map +0 -1
  421. package/dist/src/unstable/lint/catalog/docs/marker-valid.d.ts +0 -4
  422. package/dist/src/unstable/lint/catalog/docs/marker-valid.d.ts.map +0 -1
  423. package/dist/src/unstable/lint/catalog/docs/marker-valid.js.map +0 -1
  424. package/dist/src/unstable/lint/catalog/docs/package-valid.d.ts +0 -4
  425. package/dist/src/unstable/lint/catalog/docs/package-valid.d.ts.map +0 -1
  426. package/dist/src/unstable/lint/catalog/docs/package-valid.js.map +0 -1
  427. package/dist/src/unstable/lint/catalog/docs/target-valid.d.ts +0 -4
  428. package/dist/src/unstable/lint/catalog/docs/target-valid.d.ts.map +0 -1
  429. package/dist/src/unstable/lint/catalog/docs/target-valid.js.map +0 -1
  430. package/dist/src/unstable/lint/catalog/docs/template-valid.d.ts +0 -4
  431. package/dist/src/unstable/lint/catalog/docs/template-valid.d.ts.map +0 -1
  432. package/dist/src/unstable/lint/catalog/docs/template-valid.js.map +0 -1
  433. package/dist/src/unstable/lint/catalog/docs-accessor/contexts.d.ts +0 -10
  434. package/dist/src/unstable/lint/catalog/docs-accessor/contexts.d.ts.map +0 -1
  435. package/dist/src/unstable/lint/catalog/docs-accessor/contexts.js +0 -8
  436. package/dist/src/unstable/lint/catalog/docs-accessor/contexts.js.map +0 -1
  437. package/dist/src/unstable/lint/catalog/docs-accessor/platform.d.ts +0 -9
  438. package/dist/src/unstable/lint/catalog/docs-accessor/platform.d.ts.map +0 -1
  439. package/dist/src/unstable/lint/catalog/docs-accessor/platform.js.map +0 -1
  440. package/dist/src/unstable/lint/catalog/docs-accessor/vft.d.ts +0 -8
  441. package/dist/src/unstable/lint/catalog/docs-accessor/vft.d.ts.map +0 -1
  442. package/dist/src/unstable/lint/catalog/docs-accessor/vft.js.map +0 -1
  443. package/dist/src/unstable/lint/catalog/docs.d.ts +0 -4
  444. package/dist/src/unstable/lint/catalog/docs.d.ts.map +0 -1
  445. package/dist/src/unstable/lint/catalog/docs.js +0 -21
  446. package/dist/src/unstable/lint/catalog/docs.js.map +0 -1
  447. package/dist/src/unstable/workspace/read-model/extensions/docs.d.ts +0 -93
  448. package/dist/src/unstable/workspace/read-model/extensions/docs.d.ts.map +0 -1
  449. package/dist/src/unstable/workspace/read-model/extensions/docs.js.map +0 -1
  450. /package/dist/src/unstable/{docs → files}/workspace-generators.d.ts +0 -0
  451. /package/dist/src/unstable/{docs → files}/workspace-generators.js +0 -0
@@ -939,13 +939,13 @@ export declare const McpServersLockMapSchema: Schema.$Record<Schema.String, Sche
939
939
  */
940
940
  export type McpServersLockMap = Schema.Schema.Type<typeof McpServersLockMapSchema>;
941
941
  /**
942
- * Resolved scalar input values captured for a Context docs package install.
942
+ * Resolved scalar input values captured for a Context Files package install.
943
943
  *
944
944
  * @experimental This API is unstable and may change without notice.
945
945
  */
946
- export declare const DocsResolvedInputsMapSchema: Schema.$Record<Schema.String, Schema.Union<readonly [Schema.String, Schema.Number, Schema.Boolean]>>;
946
+ export declare const FilesResolvedInputsMapSchema: Schema.$Record<Schema.String, Schema.Union<readonly [Schema.String, Schema.Number, Schema.Boolean]>>;
947
947
  /** @experimental */
948
- export type DocsResolvedInputsMap = Schema.Schema.Type<typeof DocsResolvedInputsMapSchema>;
948
+ export type FilesResolvedInputsMap = Schema.Schema.Type<typeof FilesResolvedInputsMapSchema>;
949
949
  /**
950
950
  * Materialized file target recorded for sync and uninstall decisions.
951
951
  *
@@ -960,12 +960,12 @@ export declare const MaterializedFileTargetSchema: Schema.Struct<{
960
960
  /** @experimental */
961
961
  export type MaterializedFileTarget = Schema.Schema.Type<typeof MaterializedFileTargetSchema>;
962
962
  /**
963
- * Lock entry for a single installed Context docs package.
963
+ * Lock entry for a single installed Context Files package.
964
964
  * Discriminated union by the `type` field.
965
965
  *
966
966
  * @experimental This API is unstable and may change without notice.
967
967
  */
968
- export declare const DocsLockEntrySchema: Schema.Union<readonly [Schema.Struct<{
968
+ export declare const FilesLockEntrySchema: Schema.Union<readonly [Schema.Struct<{
969
969
  readonly type: Schema.Literal<"github">;
970
970
  readonly owner: Schema.NonEmptyString;
971
971
  readonly repo: Schema.NonEmptyString;
@@ -1091,13 +1091,13 @@ export declare const DocsLockEntrySchema: Schema.Union<readonly [Schema.Struct<{
1091
1091
  retainedByPack: Schema.optional<Schema.Boolean>;
1092
1092
  }>]>;
1093
1093
  /** @experimental */
1094
- export type DocsLockEntry = Schema.Schema.Type<typeof DocsLockEntrySchema>;
1094
+ export type FilesLockEntry = Schema.Schema.Type<typeof FilesLockEntrySchema>;
1095
1095
  /**
1096
- * Map of Context docs package names to their lock entries.
1096
+ * Map of Context Files package names to their lock entries.
1097
1097
  *
1098
1098
  * @experimental This API is unstable and may change without notice.
1099
1099
  */
1100
- export declare const DocsLockMapSchema: Schema.$Record<Schema.String, Schema.Union<readonly [Schema.Struct<{
1100
+ export declare const FilesLockMapSchema: Schema.$Record<Schema.String, Schema.Union<readonly [Schema.Struct<{
1101
1101
  readonly type: Schema.Literal<"github">;
1102
1102
  readonly owner: Schema.NonEmptyString;
1103
1103
  readonly repo: Schema.NonEmptyString;
@@ -1223,7 +1223,507 @@ export declare const DocsLockMapSchema: Schema.$Record<Schema.String, Schema.Uni
1223
1223
  retainedByPack: Schema.optional<Schema.Boolean>;
1224
1224
  }>]>>;
1225
1225
  /** @experimental */
1226
- export type DocsLockMap = Schema.Schema.Type<typeof DocsLockMapSchema>;
1226
+ export type FilesLockMap = Schema.Schema.Type<typeof FilesLockMapSchema>;
1227
+ /**
1228
+ * Lock entry for a single installed rule.
1229
+ *
1230
+ * @experimental This API is unstable and may change without notice.
1231
+ */
1232
+ export declare const RuleLockEntrySchema: Schema.Union<readonly [Schema.Struct<{
1233
+ readonly type: Schema.Literal<"github">;
1234
+ readonly owner: Schema.NonEmptyString;
1235
+ readonly repo: Schema.NonEmptyString;
1236
+ readonly ref: Schema.optional<Schema.NonEmptyString>;
1237
+ readonly path: Schema.optional<Schema.NonEmptyString>;
1238
+ } & {
1239
+ materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
1240
+ readonly target: Schema.brand<Schema.String, "RelativePath">;
1241
+ readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
1242
+ readonly region: Schema.optional<Schema.NonEmptyString>;
1243
+ readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
1244
+ }>>>;
1245
+ installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1246
+ updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1247
+ gitTreeHash: Schema.optional<Schema.String>;
1248
+ retainedByPack: Schema.optional<Schema.Boolean>;
1249
+ }>, Schema.Struct<{
1250
+ readonly type: Schema.Literal<"gitlab">;
1251
+ readonly owner: Schema.NonEmptyString;
1252
+ readonly repo: Schema.NonEmptyString;
1253
+ readonly ref: Schema.optional<Schema.NonEmptyString>;
1254
+ readonly path: Schema.optional<Schema.NonEmptyString>;
1255
+ } & {
1256
+ materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
1257
+ readonly target: Schema.brand<Schema.String, "RelativePath">;
1258
+ readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
1259
+ readonly region: Schema.optional<Schema.NonEmptyString>;
1260
+ readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
1261
+ }>>>;
1262
+ installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1263
+ updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1264
+ gitTreeHash: Schema.optional<Schema.String>;
1265
+ retainedByPack: Schema.optional<Schema.Boolean>;
1266
+ }>, Schema.Struct<{
1267
+ readonly type: Schema.Literal<"bitbucket">;
1268
+ readonly owner: Schema.NonEmptyString;
1269
+ readonly repo: Schema.NonEmptyString;
1270
+ readonly ref: Schema.optional<Schema.NonEmptyString>;
1271
+ readonly path: Schema.optional<Schema.NonEmptyString>;
1272
+ } & {
1273
+ materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
1274
+ readonly target: Schema.brand<Schema.String, "RelativePath">;
1275
+ readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
1276
+ readonly region: Schema.optional<Schema.NonEmptyString>;
1277
+ readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
1278
+ }>>>;
1279
+ installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1280
+ updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1281
+ gitTreeHash: Schema.optional<Schema.String>;
1282
+ retainedByPack: Schema.optional<Schema.Boolean>;
1283
+ }>, Schema.Struct<{
1284
+ readonly type: Schema.Literal<"azurerepos">;
1285
+ readonly organization: Schema.NonEmptyString;
1286
+ readonly project: Schema.NonEmptyString;
1287
+ readonly repo: Schema.NonEmptyString;
1288
+ readonly ref: Schema.optional<Schema.NonEmptyString>;
1289
+ readonly path: Schema.optional<Schema.NonEmptyString>;
1290
+ } & {
1291
+ materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
1292
+ readonly target: Schema.brand<Schema.String, "RelativePath">;
1293
+ readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
1294
+ readonly region: Schema.optional<Schema.NonEmptyString>;
1295
+ readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
1296
+ }>>>;
1297
+ installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1298
+ updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1299
+ gitTreeHash: Schema.optional<Schema.String>;
1300
+ retainedByPack: Schema.optional<Schema.Boolean>;
1301
+ }>, Schema.Struct<{
1302
+ readonly type: Schema.Literal<"git">;
1303
+ readonly url: Schema.String;
1304
+ readonly ref: Schema.optional<Schema.NonEmptyString>;
1305
+ readonly path: Schema.optional<Schema.NonEmptyString>;
1306
+ } & {
1307
+ materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
1308
+ readonly target: Schema.brand<Schema.String, "RelativePath">;
1309
+ readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
1310
+ readonly region: Schema.optional<Schema.NonEmptyString>;
1311
+ readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
1312
+ }>>>;
1313
+ installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1314
+ updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1315
+ gitTreeHash: Schema.optional<Schema.String>;
1316
+ retainedByPack: Schema.optional<Schema.Boolean>;
1317
+ }>, Schema.Struct<{
1318
+ readonly type: Schema.Literal<"local">;
1319
+ readonly path: Schema.String;
1320
+ } & {
1321
+ materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
1322
+ readonly target: Schema.brand<Schema.String, "RelativePath">;
1323
+ readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
1324
+ readonly region: Schema.optional<Schema.NonEmptyString>;
1325
+ readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
1326
+ }>>>;
1327
+ installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1328
+ updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1329
+ gitTreeHash: Schema.optional<Schema.String>;
1330
+ retainedByPack: Schema.optional<Schema.Boolean>;
1331
+ }>, Schema.Struct<{
1332
+ readonly type: Schema.Literal<"registry">;
1333
+ readonly owner: Schema.brand<Schema.String, "Handle">;
1334
+ readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
1335
+ readonly resolvedVersion: Schema.brand<Schema.String, "Version">;
1336
+ readonly integrity: Schema.String;
1337
+ readonly sourceName: Schema.String;
1338
+ } & {
1339
+ materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
1340
+ readonly target: Schema.brand<Schema.String, "RelativePath">;
1341
+ readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
1342
+ readonly region: Schema.optional<Schema.NonEmptyString>;
1343
+ readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
1344
+ }>>>;
1345
+ installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1346
+ updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1347
+ gitTreeHash: Schema.optional<Schema.String>;
1348
+ retainedByPack: Schema.optional<Schema.Boolean>;
1349
+ }>]>;
1350
+ /** @experimental */
1351
+ export type RuleLockEntry = Schema.Schema.Type<typeof RuleLockEntrySchema>;
1352
+ /**
1353
+ * Map of rule names to their lock entries.
1354
+ *
1355
+ * @experimental This API is unstable and may change without notice.
1356
+ */
1357
+ export declare const RulesLockMapSchema: Schema.$Record<Schema.String, Schema.Union<readonly [Schema.Struct<{
1358
+ readonly type: Schema.Literal<"github">;
1359
+ readonly owner: Schema.NonEmptyString;
1360
+ readonly repo: Schema.NonEmptyString;
1361
+ readonly ref: Schema.optional<Schema.NonEmptyString>;
1362
+ readonly path: Schema.optional<Schema.NonEmptyString>;
1363
+ } & {
1364
+ materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
1365
+ readonly target: Schema.brand<Schema.String, "RelativePath">;
1366
+ readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
1367
+ readonly region: Schema.optional<Schema.NonEmptyString>;
1368
+ readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
1369
+ }>>>;
1370
+ installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1371
+ updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1372
+ gitTreeHash: Schema.optional<Schema.String>;
1373
+ retainedByPack: Schema.optional<Schema.Boolean>;
1374
+ }>, Schema.Struct<{
1375
+ readonly type: Schema.Literal<"gitlab">;
1376
+ readonly owner: Schema.NonEmptyString;
1377
+ readonly repo: Schema.NonEmptyString;
1378
+ readonly ref: Schema.optional<Schema.NonEmptyString>;
1379
+ readonly path: Schema.optional<Schema.NonEmptyString>;
1380
+ } & {
1381
+ materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
1382
+ readonly target: Schema.brand<Schema.String, "RelativePath">;
1383
+ readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
1384
+ readonly region: Schema.optional<Schema.NonEmptyString>;
1385
+ readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
1386
+ }>>>;
1387
+ installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1388
+ updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1389
+ gitTreeHash: Schema.optional<Schema.String>;
1390
+ retainedByPack: Schema.optional<Schema.Boolean>;
1391
+ }>, Schema.Struct<{
1392
+ readonly type: Schema.Literal<"bitbucket">;
1393
+ readonly owner: Schema.NonEmptyString;
1394
+ readonly repo: Schema.NonEmptyString;
1395
+ readonly ref: Schema.optional<Schema.NonEmptyString>;
1396
+ readonly path: Schema.optional<Schema.NonEmptyString>;
1397
+ } & {
1398
+ materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
1399
+ readonly target: Schema.brand<Schema.String, "RelativePath">;
1400
+ readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
1401
+ readonly region: Schema.optional<Schema.NonEmptyString>;
1402
+ readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
1403
+ }>>>;
1404
+ installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1405
+ updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1406
+ gitTreeHash: Schema.optional<Schema.String>;
1407
+ retainedByPack: Schema.optional<Schema.Boolean>;
1408
+ }>, Schema.Struct<{
1409
+ readonly type: Schema.Literal<"azurerepos">;
1410
+ readonly organization: Schema.NonEmptyString;
1411
+ readonly project: Schema.NonEmptyString;
1412
+ readonly repo: Schema.NonEmptyString;
1413
+ readonly ref: Schema.optional<Schema.NonEmptyString>;
1414
+ readonly path: Schema.optional<Schema.NonEmptyString>;
1415
+ } & {
1416
+ materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
1417
+ readonly target: Schema.brand<Schema.String, "RelativePath">;
1418
+ readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
1419
+ readonly region: Schema.optional<Schema.NonEmptyString>;
1420
+ readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
1421
+ }>>>;
1422
+ installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1423
+ updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1424
+ gitTreeHash: Schema.optional<Schema.String>;
1425
+ retainedByPack: Schema.optional<Schema.Boolean>;
1426
+ }>, Schema.Struct<{
1427
+ readonly type: Schema.Literal<"git">;
1428
+ readonly url: Schema.String;
1429
+ readonly ref: Schema.optional<Schema.NonEmptyString>;
1430
+ readonly path: Schema.optional<Schema.NonEmptyString>;
1431
+ } & {
1432
+ materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
1433
+ readonly target: Schema.brand<Schema.String, "RelativePath">;
1434
+ readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
1435
+ readonly region: Schema.optional<Schema.NonEmptyString>;
1436
+ readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
1437
+ }>>>;
1438
+ installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1439
+ updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1440
+ gitTreeHash: Schema.optional<Schema.String>;
1441
+ retainedByPack: Schema.optional<Schema.Boolean>;
1442
+ }>, Schema.Struct<{
1443
+ readonly type: Schema.Literal<"local">;
1444
+ readonly path: Schema.String;
1445
+ } & {
1446
+ materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
1447
+ readonly target: Schema.brand<Schema.String, "RelativePath">;
1448
+ readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
1449
+ readonly region: Schema.optional<Schema.NonEmptyString>;
1450
+ readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
1451
+ }>>>;
1452
+ installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1453
+ updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1454
+ gitTreeHash: Schema.optional<Schema.String>;
1455
+ retainedByPack: Schema.optional<Schema.Boolean>;
1456
+ }>, Schema.Struct<{
1457
+ readonly type: Schema.Literal<"registry">;
1458
+ readonly owner: Schema.brand<Schema.String, "Handle">;
1459
+ readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
1460
+ readonly resolvedVersion: Schema.brand<Schema.String, "Version">;
1461
+ readonly integrity: Schema.String;
1462
+ readonly sourceName: Schema.String;
1463
+ } & {
1464
+ materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
1465
+ readonly target: Schema.brand<Schema.String, "RelativePath">;
1466
+ readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
1467
+ readonly region: Schema.optional<Schema.NonEmptyString>;
1468
+ readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
1469
+ }>>>;
1470
+ installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1471
+ updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1472
+ gitTreeHash: Schema.optional<Schema.String>;
1473
+ retainedByPack: Schema.optional<Schema.Boolean>;
1474
+ }>]>>;
1475
+ /** @experimental */
1476
+ export type RulesLockMap = Schema.Schema.Type<typeof RulesLockMapSchema>;
1477
+ /**
1478
+ * Lock entry for a single installed hook.
1479
+ *
1480
+ * @experimental This API is unstable and may change without notice.
1481
+ */
1482
+ export declare const HookLockEntrySchema: Schema.Union<readonly [Schema.Struct<{
1483
+ readonly type: Schema.Literal<"github">;
1484
+ readonly owner: Schema.NonEmptyString;
1485
+ readonly repo: Schema.NonEmptyString;
1486
+ readonly ref: Schema.optional<Schema.NonEmptyString>;
1487
+ readonly path: Schema.optional<Schema.NonEmptyString>;
1488
+ } & {
1489
+ materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
1490
+ readonly target: Schema.brand<Schema.String, "RelativePath">;
1491
+ readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
1492
+ readonly region: Schema.optional<Schema.NonEmptyString>;
1493
+ readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
1494
+ }>>>;
1495
+ installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1496
+ updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1497
+ gitTreeHash: Schema.optional<Schema.String>;
1498
+ retainedByPack: Schema.optional<Schema.Boolean>;
1499
+ }>, Schema.Struct<{
1500
+ readonly type: Schema.Literal<"gitlab">;
1501
+ readonly owner: Schema.NonEmptyString;
1502
+ readonly repo: Schema.NonEmptyString;
1503
+ readonly ref: Schema.optional<Schema.NonEmptyString>;
1504
+ readonly path: Schema.optional<Schema.NonEmptyString>;
1505
+ } & {
1506
+ materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
1507
+ readonly target: Schema.brand<Schema.String, "RelativePath">;
1508
+ readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
1509
+ readonly region: Schema.optional<Schema.NonEmptyString>;
1510
+ readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
1511
+ }>>>;
1512
+ installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1513
+ updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1514
+ gitTreeHash: Schema.optional<Schema.String>;
1515
+ retainedByPack: Schema.optional<Schema.Boolean>;
1516
+ }>, Schema.Struct<{
1517
+ readonly type: Schema.Literal<"bitbucket">;
1518
+ readonly owner: Schema.NonEmptyString;
1519
+ readonly repo: Schema.NonEmptyString;
1520
+ readonly ref: Schema.optional<Schema.NonEmptyString>;
1521
+ readonly path: Schema.optional<Schema.NonEmptyString>;
1522
+ } & {
1523
+ materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
1524
+ readonly target: Schema.brand<Schema.String, "RelativePath">;
1525
+ readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
1526
+ readonly region: Schema.optional<Schema.NonEmptyString>;
1527
+ readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
1528
+ }>>>;
1529
+ installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1530
+ updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1531
+ gitTreeHash: Schema.optional<Schema.String>;
1532
+ retainedByPack: Schema.optional<Schema.Boolean>;
1533
+ }>, Schema.Struct<{
1534
+ readonly type: Schema.Literal<"azurerepos">;
1535
+ readonly organization: Schema.NonEmptyString;
1536
+ readonly project: Schema.NonEmptyString;
1537
+ readonly repo: Schema.NonEmptyString;
1538
+ readonly ref: Schema.optional<Schema.NonEmptyString>;
1539
+ readonly path: Schema.optional<Schema.NonEmptyString>;
1540
+ } & {
1541
+ materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
1542
+ readonly target: Schema.brand<Schema.String, "RelativePath">;
1543
+ readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
1544
+ readonly region: Schema.optional<Schema.NonEmptyString>;
1545
+ readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
1546
+ }>>>;
1547
+ installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1548
+ updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1549
+ gitTreeHash: Schema.optional<Schema.String>;
1550
+ retainedByPack: Schema.optional<Schema.Boolean>;
1551
+ }>, Schema.Struct<{
1552
+ readonly type: Schema.Literal<"git">;
1553
+ readonly url: Schema.String;
1554
+ readonly ref: Schema.optional<Schema.NonEmptyString>;
1555
+ readonly path: Schema.optional<Schema.NonEmptyString>;
1556
+ } & {
1557
+ materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
1558
+ readonly target: Schema.brand<Schema.String, "RelativePath">;
1559
+ readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
1560
+ readonly region: Schema.optional<Schema.NonEmptyString>;
1561
+ readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
1562
+ }>>>;
1563
+ installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1564
+ updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1565
+ gitTreeHash: Schema.optional<Schema.String>;
1566
+ retainedByPack: Schema.optional<Schema.Boolean>;
1567
+ }>, Schema.Struct<{
1568
+ readonly type: Schema.Literal<"local">;
1569
+ readonly path: Schema.String;
1570
+ } & {
1571
+ materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
1572
+ readonly target: Schema.brand<Schema.String, "RelativePath">;
1573
+ readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
1574
+ readonly region: Schema.optional<Schema.NonEmptyString>;
1575
+ readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
1576
+ }>>>;
1577
+ installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1578
+ updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1579
+ gitTreeHash: Schema.optional<Schema.String>;
1580
+ retainedByPack: Schema.optional<Schema.Boolean>;
1581
+ }>, Schema.Struct<{
1582
+ readonly type: Schema.Literal<"registry">;
1583
+ readonly owner: Schema.brand<Schema.String, "Handle">;
1584
+ readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
1585
+ readonly resolvedVersion: Schema.brand<Schema.String, "Version">;
1586
+ readonly integrity: Schema.String;
1587
+ readonly sourceName: Schema.String;
1588
+ } & {
1589
+ materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
1590
+ readonly target: Schema.brand<Schema.String, "RelativePath">;
1591
+ readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
1592
+ readonly region: Schema.optional<Schema.NonEmptyString>;
1593
+ readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
1594
+ }>>>;
1595
+ installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1596
+ updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1597
+ gitTreeHash: Schema.optional<Schema.String>;
1598
+ retainedByPack: Schema.optional<Schema.Boolean>;
1599
+ }>]>;
1600
+ /** @experimental */
1601
+ export type HookLockEntry = Schema.Schema.Type<typeof HookLockEntrySchema>;
1602
+ /**
1603
+ * Map of hook names to their lock entries.
1604
+ *
1605
+ * @experimental This API is unstable and may change without notice.
1606
+ */
1607
+ export declare const HooksLockMapSchema: Schema.$Record<Schema.String, Schema.Union<readonly [Schema.Struct<{
1608
+ readonly type: Schema.Literal<"github">;
1609
+ readonly owner: Schema.NonEmptyString;
1610
+ readonly repo: Schema.NonEmptyString;
1611
+ readonly ref: Schema.optional<Schema.NonEmptyString>;
1612
+ readonly path: Schema.optional<Schema.NonEmptyString>;
1613
+ } & {
1614
+ materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
1615
+ readonly target: Schema.brand<Schema.String, "RelativePath">;
1616
+ readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
1617
+ readonly region: Schema.optional<Schema.NonEmptyString>;
1618
+ readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
1619
+ }>>>;
1620
+ installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1621
+ updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1622
+ gitTreeHash: Schema.optional<Schema.String>;
1623
+ retainedByPack: Schema.optional<Schema.Boolean>;
1624
+ }>, Schema.Struct<{
1625
+ readonly type: Schema.Literal<"gitlab">;
1626
+ readonly owner: Schema.NonEmptyString;
1627
+ readonly repo: Schema.NonEmptyString;
1628
+ readonly ref: Schema.optional<Schema.NonEmptyString>;
1629
+ readonly path: Schema.optional<Schema.NonEmptyString>;
1630
+ } & {
1631
+ materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
1632
+ readonly target: Schema.brand<Schema.String, "RelativePath">;
1633
+ readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
1634
+ readonly region: Schema.optional<Schema.NonEmptyString>;
1635
+ readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
1636
+ }>>>;
1637
+ installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1638
+ updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1639
+ gitTreeHash: Schema.optional<Schema.String>;
1640
+ retainedByPack: Schema.optional<Schema.Boolean>;
1641
+ }>, Schema.Struct<{
1642
+ readonly type: Schema.Literal<"bitbucket">;
1643
+ readonly owner: Schema.NonEmptyString;
1644
+ readonly repo: Schema.NonEmptyString;
1645
+ readonly ref: Schema.optional<Schema.NonEmptyString>;
1646
+ readonly path: Schema.optional<Schema.NonEmptyString>;
1647
+ } & {
1648
+ materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
1649
+ readonly target: Schema.brand<Schema.String, "RelativePath">;
1650
+ readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
1651
+ readonly region: Schema.optional<Schema.NonEmptyString>;
1652
+ readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
1653
+ }>>>;
1654
+ installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1655
+ updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1656
+ gitTreeHash: Schema.optional<Schema.String>;
1657
+ retainedByPack: Schema.optional<Schema.Boolean>;
1658
+ }>, Schema.Struct<{
1659
+ readonly type: Schema.Literal<"azurerepos">;
1660
+ readonly organization: Schema.NonEmptyString;
1661
+ readonly project: Schema.NonEmptyString;
1662
+ readonly repo: Schema.NonEmptyString;
1663
+ readonly ref: Schema.optional<Schema.NonEmptyString>;
1664
+ readonly path: Schema.optional<Schema.NonEmptyString>;
1665
+ } & {
1666
+ materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
1667
+ readonly target: Schema.brand<Schema.String, "RelativePath">;
1668
+ readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
1669
+ readonly region: Schema.optional<Schema.NonEmptyString>;
1670
+ readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
1671
+ }>>>;
1672
+ installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1673
+ updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1674
+ gitTreeHash: Schema.optional<Schema.String>;
1675
+ retainedByPack: Schema.optional<Schema.Boolean>;
1676
+ }>, Schema.Struct<{
1677
+ readonly type: Schema.Literal<"git">;
1678
+ readonly url: Schema.String;
1679
+ readonly ref: Schema.optional<Schema.NonEmptyString>;
1680
+ readonly path: Schema.optional<Schema.NonEmptyString>;
1681
+ } & {
1682
+ materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
1683
+ readonly target: Schema.brand<Schema.String, "RelativePath">;
1684
+ readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
1685
+ readonly region: Schema.optional<Schema.NonEmptyString>;
1686
+ readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
1687
+ }>>>;
1688
+ installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1689
+ updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1690
+ gitTreeHash: Schema.optional<Schema.String>;
1691
+ retainedByPack: Schema.optional<Schema.Boolean>;
1692
+ }>, Schema.Struct<{
1693
+ readonly type: Schema.Literal<"local">;
1694
+ readonly path: Schema.String;
1695
+ } & {
1696
+ materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
1697
+ readonly target: Schema.brand<Schema.String, "RelativePath">;
1698
+ readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
1699
+ readonly region: Schema.optional<Schema.NonEmptyString>;
1700
+ readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
1701
+ }>>>;
1702
+ installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1703
+ updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1704
+ gitTreeHash: Schema.optional<Schema.String>;
1705
+ retainedByPack: Schema.optional<Schema.Boolean>;
1706
+ }>, Schema.Struct<{
1707
+ readonly type: Schema.Literal<"registry">;
1708
+ readonly owner: Schema.brand<Schema.String, "Handle">;
1709
+ readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
1710
+ readonly resolvedVersion: Schema.brand<Schema.String, "Version">;
1711
+ readonly integrity: Schema.String;
1712
+ readonly sourceName: Schema.String;
1713
+ } & {
1714
+ materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
1715
+ readonly target: Schema.brand<Schema.String, "RelativePath">;
1716
+ readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
1717
+ readonly region: Schema.optional<Schema.NonEmptyString>;
1718
+ readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
1719
+ }>>>;
1720
+ installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1721
+ updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
1722
+ gitTreeHash: Schema.optional<Schema.String>;
1723
+ retainedByPack: Schema.optional<Schema.Boolean>;
1724
+ }>]>>;
1725
+ /** @experimental */
1726
+ export type HooksLockMap = Schema.Schema.Type<typeof HooksLockMapSchema>;
1227
1727
  /**
1228
1728
  * Resolved extension map: FQN keys to exact version strings.
1229
1729
  * Used for resolvedSkills, resolvedCommands, and resolvedMcpServers.
@@ -1253,7 +1753,9 @@ export declare const RegistryPackLockEntrySchema: Schema.Struct<{
1253
1753
  readonly resolvedCommands: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
1254
1754
  readonly resolvedMcpServers: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
1255
1755
  readonly resolvedSubagents: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
1256
- readonly resolvedDocs: Schema.optional<Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>>;
1756
+ readonly resolvedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>>;
1757
+ readonly resolvedRules: Schema.optional<Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>>;
1758
+ readonly resolvedHooks: Schema.optional<Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>>;
1257
1759
  }>;
1258
1760
  /**
1259
1761
  * Inferred type for RegistryPackLockEntry schema.
@@ -1291,7 +1793,9 @@ export declare const PackLockEntrySchema: Schema.Struct<{
1291
1793
  readonly resolvedCommands: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
1292
1794
  readonly resolvedMcpServers: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
1293
1795
  readonly resolvedSubagents: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
1294
- readonly resolvedDocs: Schema.optional<Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>>;
1796
+ readonly resolvedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>>;
1797
+ readonly resolvedRules: Schema.optional<Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>>;
1798
+ readonly resolvedHooks: Schema.optional<Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>>;
1295
1799
  }>;
1296
1800
  /**
1297
1801
  * Inferred type for PackLockEntry schema.
@@ -1317,7 +1821,9 @@ export declare const PacksLockMapSchema: Schema.$Record<Schema.String, Schema.St
1317
1821
  readonly resolvedCommands: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
1318
1822
  readonly resolvedMcpServers: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
1319
1823
  readonly resolvedSubagents: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
1320
- readonly resolvedDocs: Schema.optional<Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>>;
1824
+ readonly resolvedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>>;
1825
+ readonly resolvedRules: Schema.optional<Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>>;
1826
+ readonly resolvedHooks: Schema.optional<Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>>;
1321
1827
  }>>;
1322
1828
  /**
1323
1829
  * Inferred type for PacksLockMap schema.
@@ -1749,7 +2255,7 @@ export declare const LockfileSchema: Schema.Struct<{
1749
2255
  gitTreeHash: Schema.optional<Schema.String>;
1750
2256
  retainedByPack: Schema.optional<Schema.Boolean>;
1751
2257
  }>]>>>;
1752
- readonly docs: Schema.optional<Schema.$Record<Schema.String, Schema.Union<readonly [Schema.Struct<{
2258
+ readonly files: Schema.optional<Schema.$Record<Schema.String, Schema.Union<readonly [Schema.Struct<{
1753
2259
  readonly type: Schema.Literal<"github">;
1754
2260
  readonly owner: Schema.NonEmptyString;
1755
2261
  readonly repo: Schema.NonEmptyString;
@@ -1874,6 +2380,242 @@ export declare const LockfileSchema: Schema.Struct<{
1874
2380
  gitTreeHash: Schema.optional<Schema.String>;
1875
2381
  retainedByPack: Schema.optional<Schema.Boolean>;
1876
2382
  }>]>>>;
2383
+ readonly rules: Schema.optional<Schema.$Record<Schema.String, Schema.Union<readonly [Schema.Struct<{
2384
+ readonly type: Schema.Literal<"github">;
2385
+ readonly owner: Schema.NonEmptyString;
2386
+ readonly repo: Schema.NonEmptyString;
2387
+ readonly ref: Schema.optional<Schema.NonEmptyString>;
2388
+ readonly path: Schema.optional<Schema.NonEmptyString>;
2389
+ } & {
2390
+ materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
2391
+ readonly target: Schema.brand<Schema.String, "RelativePath">;
2392
+ readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
2393
+ readonly region: Schema.optional<Schema.NonEmptyString>;
2394
+ readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
2395
+ }>>>;
2396
+ installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
2397
+ updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
2398
+ gitTreeHash: Schema.optional<Schema.String>;
2399
+ retainedByPack: Schema.optional<Schema.Boolean>;
2400
+ }>, Schema.Struct<{
2401
+ readonly type: Schema.Literal<"gitlab">;
2402
+ readonly owner: Schema.NonEmptyString;
2403
+ readonly repo: Schema.NonEmptyString;
2404
+ readonly ref: Schema.optional<Schema.NonEmptyString>;
2405
+ readonly path: Schema.optional<Schema.NonEmptyString>;
2406
+ } & {
2407
+ materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
2408
+ readonly target: Schema.brand<Schema.String, "RelativePath">;
2409
+ readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
2410
+ readonly region: Schema.optional<Schema.NonEmptyString>;
2411
+ readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
2412
+ }>>>;
2413
+ installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
2414
+ updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
2415
+ gitTreeHash: Schema.optional<Schema.String>;
2416
+ retainedByPack: Schema.optional<Schema.Boolean>;
2417
+ }>, Schema.Struct<{
2418
+ readonly type: Schema.Literal<"bitbucket">;
2419
+ readonly owner: Schema.NonEmptyString;
2420
+ readonly repo: Schema.NonEmptyString;
2421
+ readonly ref: Schema.optional<Schema.NonEmptyString>;
2422
+ readonly path: Schema.optional<Schema.NonEmptyString>;
2423
+ } & {
2424
+ materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
2425
+ readonly target: Schema.brand<Schema.String, "RelativePath">;
2426
+ readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
2427
+ readonly region: Schema.optional<Schema.NonEmptyString>;
2428
+ readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
2429
+ }>>>;
2430
+ installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
2431
+ updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
2432
+ gitTreeHash: Schema.optional<Schema.String>;
2433
+ retainedByPack: Schema.optional<Schema.Boolean>;
2434
+ }>, Schema.Struct<{
2435
+ readonly type: Schema.Literal<"azurerepos">;
2436
+ readonly organization: Schema.NonEmptyString;
2437
+ readonly project: Schema.NonEmptyString;
2438
+ readonly repo: Schema.NonEmptyString;
2439
+ readonly ref: Schema.optional<Schema.NonEmptyString>;
2440
+ readonly path: Schema.optional<Schema.NonEmptyString>;
2441
+ } & {
2442
+ materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
2443
+ readonly target: Schema.brand<Schema.String, "RelativePath">;
2444
+ readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
2445
+ readonly region: Schema.optional<Schema.NonEmptyString>;
2446
+ readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
2447
+ }>>>;
2448
+ installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
2449
+ updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
2450
+ gitTreeHash: Schema.optional<Schema.String>;
2451
+ retainedByPack: Schema.optional<Schema.Boolean>;
2452
+ }>, Schema.Struct<{
2453
+ readonly type: Schema.Literal<"git">;
2454
+ readonly url: Schema.String;
2455
+ readonly ref: Schema.optional<Schema.NonEmptyString>;
2456
+ readonly path: Schema.optional<Schema.NonEmptyString>;
2457
+ } & {
2458
+ materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
2459
+ readonly target: Schema.brand<Schema.String, "RelativePath">;
2460
+ readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
2461
+ readonly region: Schema.optional<Schema.NonEmptyString>;
2462
+ readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
2463
+ }>>>;
2464
+ installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
2465
+ updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
2466
+ gitTreeHash: Schema.optional<Schema.String>;
2467
+ retainedByPack: Schema.optional<Schema.Boolean>;
2468
+ }>, Schema.Struct<{
2469
+ readonly type: Schema.Literal<"local">;
2470
+ readonly path: Schema.String;
2471
+ } & {
2472
+ materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
2473
+ readonly target: Schema.brand<Schema.String, "RelativePath">;
2474
+ readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
2475
+ readonly region: Schema.optional<Schema.NonEmptyString>;
2476
+ readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
2477
+ }>>>;
2478
+ installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
2479
+ updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
2480
+ gitTreeHash: Schema.optional<Schema.String>;
2481
+ retainedByPack: Schema.optional<Schema.Boolean>;
2482
+ }>, Schema.Struct<{
2483
+ readonly type: Schema.Literal<"registry">;
2484
+ readonly owner: Schema.brand<Schema.String, "Handle">;
2485
+ readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
2486
+ readonly resolvedVersion: Schema.brand<Schema.String, "Version">;
2487
+ readonly integrity: Schema.String;
2488
+ readonly sourceName: Schema.String;
2489
+ } & {
2490
+ materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
2491
+ readonly target: Schema.brand<Schema.String, "RelativePath">;
2492
+ readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
2493
+ readonly region: Schema.optional<Schema.NonEmptyString>;
2494
+ readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
2495
+ }>>>;
2496
+ installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
2497
+ updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
2498
+ gitTreeHash: Schema.optional<Schema.String>;
2499
+ retainedByPack: Schema.optional<Schema.Boolean>;
2500
+ }>]>>>;
2501
+ readonly hooks: Schema.optional<Schema.$Record<Schema.String, Schema.Union<readonly [Schema.Struct<{
2502
+ readonly type: Schema.Literal<"github">;
2503
+ readonly owner: Schema.NonEmptyString;
2504
+ readonly repo: Schema.NonEmptyString;
2505
+ readonly ref: Schema.optional<Schema.NonEmptyString>;
2506
+ readonly path: Schema.optional<Schema.NonEmptyString>;
2507
+ } & {
2508
+ materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
2509
+ readonly target: Schema.brand<Schema.String, "RelativePath">;
2510
+ readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
2511
+ readonly region: Schema.optional<Schema.NonEmptyString>;
2512
+ readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
2513
+ }>>>;
2514
+ installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
2515
+ updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
2516
+ gitTreeHash: Schema.optional<Schema.String>;
2517
+ retainedByPack: Schema.optional<Schema.Boolean>;
2518
+ }>, Schema.Struct<{
2519
+ readonly type: Schema.Literal<"gitlab">;
2520
+ readonly owner: Schema.NonEmptyString;
2521
+ readonly repo: Schema.NonEmptyString;
2522
+ readonly ref: Schema.optional<Schema.NonEmptyString>;
2523
+ readonly path: Schema.optional<Schema.NonEmptyString>;
2524
+ } & {
2525
+ materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
2526
+ readonly target: Schema.brand<Schema.String, "RelativePath">;
2527
+ readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
2528
+ readonly region: Schema.optional<Schema.NonEmptyString>;
2529
+ readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
2530
+ }>>>;
2531
+ installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
2532
+ updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
2533
+ gitTreeHash: Schema.optional<Schema.String>;
2534
+ retainedByPack: Schema.optional<Schema.Boolean>;
2535
+ }>, Schema.Struct<{
2536
+ readonly type: Schema.Literal<"bitbucket">;
2537
+ readonly owner: Schema.NonEmptyString;
2538
+ readonly repo: Schema.NonEmptyString;
2539
+ readonly ref: Schema.optional<Schema.NonEmptyString>;
2540
+ readonly path: Schema.optional<Schema.NonEmptyString>;
2541
+ } & {
2542
+ materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
2543
+ readonly target: Schema.brand<Schema.String, "RelativePath">;
2544
+ readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
2545
+ readonly region: Schema.optional<Schema.NonEmptyString>;
2546
+ readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
2547
+ }>>>;
2548
+ installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
2549
+ updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
2550
+ gitTreeHash: Schema.optional<Schema.String>;
2551
+ retainedByPack: Schema.optional<Schema.Boolean>;
2552
+ }>, Schema.Struct<{
2553
+ readonly type: Schema.Literal<"azurerepos">;
2554
+ readonly organization: Schema.NonEmptyString;
2555
+ readonly project: Schema.NonEmptyString;
2556
+ readonly repo: Schema.NonEmptyString;
2557
+ readonly ref: Schema.optional<Schema.NonEmptyString>;
2558
+ readonly path: Schema.optional<Schema.NonEmptyString>;
2559
+ } & {
2560
+ materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
2561
+ readonly target: Schema.brand<Schema.String, "RelativePath">;
2562
+ readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
2563
+ readonly region: Schema.optional<Schema.NonEmptyString>;
2564
+ readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
2565
+ }>>>;
2566
+ installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
2567
+ updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
2568
+ gitTreeHash: Schema.optional<Schema.String>;
2569
+ retainedByPack: Schema.optional<Schema.Boolean>;
2570
+ }>, Schema.Struct<{
2571
+ readonly type: Schema.Literal<"git">;
2572
+ readonly url: Schema.String;
2573
+ readonly ref: Schema.optional<Schema.NonEmptyString>;
2574
+ readonly path: Schema.optional<Schema.NonEmptyString>;
2575
+ } & {
2576
+ materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
2577
+ readonly target: Schema.brand<Schema.String, "RelativePath">;
2578
+ readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
2579
+ readonly region: Schema.optional<Schema.NonEmptyString>;
2580
+ readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
2581
+ }>>>;
2582
+ installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
2583
+ updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
2584
+ gitTreeHash: Schema.optional<Schema.String>;
2585
+ retainedByPack: Schema.optional<Schema.Boolean>;
2586
+ }>, Schema.Struct<{
2587
+ readonly type: Schema.Literal<"local">;
2588
+ readonly path: Schema.String;
2589
+ } & {
2590
+ materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
2591
+ readonly target: Schema.brand<Schema.String, "RelativePath">;
2592
+ readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
2593
+ readonly region: Schema.optional<Schema.NonEmptyString>;
2594
+ readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
2595
+ }>>>;
2596
+ installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
2597
+ updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
2598
+ gitTreeHash: Schema.optional<Schema.String>;
2599
+ retainedByPack: Schema.optional<Schema.Boolean>;
2600
+ }>, Schema.Struct<{
2601
+ readonly type: Schema.Literal<"registry">;
2602
+ readonly owner: Schema.brand<Schema.String, "Handle">;
2603
+ readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
2604
+ readonly resolvedVersion: Schema.brand<Schema.String, "Version">;
2605
+ readonly integrity: Schema.String;
2606
+ readonly sourceName: Schema.String;
2607
+ } & {
2608
+ materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
2609
+ readonly target: Schema.brand<Schema.String, "RelativePath">;
2610
+ readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
2611
+ readonly region: Schema.optional<Schema.NonEmptyString>;
2612
+ readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
2613
+ }>>>;
2614
+ installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
2615
+ updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
2616
+ gitTreeHash: Schema.optional<Schema.String>;
2617
+ retainedByPack: Schema.optional<Schema.Boolean>;
2618
+ }>]>>>;
1877
2619
  readonly packs: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
1878
2620
  readonly type: Schema.Literal<"registry">;
1879
2621
  readonly owner: Schema.brand<Schema.String, "Handle">;
@@ -1887,7 +2629,9 @@ export declare const LockfileSchema: Schema.Struct<{
1887
2629
  readonly resolvedCommands: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
1888
2630
  readonly resolvedMcpServers: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
1889
2631
  readonly resolvedSubagents: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
1890
- readonly resolvedDocs: Schema.optional<Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>>;
2632
+ readonly resolvedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>>;
2633
+ readonly resolvedRules: Schema.optional<Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>>;
2634
+ readonly resolvedHooks: Schema.optional<Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>>;
1891
2635
  }>>>;
1892
2636
  }>;
1893
2637
  /**