@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
@@ -47,7 +47,7 @@ export declare const applyLockfileUpdates: (lockfile: Lockfile, updates: Readonl
47
47
  * Applies a batch of lockfile updates and writes the result once.
48
48
  *
49
49
  * This is intended for sync flows that discover multiple render-hash changes
50
- * while reconciling Context docs package targets.
50
+ * while reconciling Context Files package targets.
51
51
  *
52
52
  * @experimental This API is unstable and may change without notice.
53
53
  */
@@ -173,7 +173,7 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
173
173
  };
174
174
  };
175
175
  readonly lockfileVersion: number;
176
- readonly docs?: {
176
+ readonly files?: {
177
177
  readonly [x: string]: {
178
178
  readonly type: "github";
179
179
  readonly owner: string;
@@ -318,6 +318,7 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
318
318
  readonly ref?: string | undefined;
319
319
  readonly gitTreeHash?: string | undefined;
320
320
  readonly retainedByPack?: boolean | undefined;
321
+ readonly syncedAgents?: readonly string[] | undefined;
321
322
  } | {
322
323
  readonly type: "gitlab";
323
324
  readonly owner: string;
@@ -328,6 +329,7 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
328
329
  readonly ref?: string | undefined;
329
330
  readonly gitTreeHash?: string | undefined;
330
331
  readonly retainedByPack?: boolean | undefined;
332
+ readonly syncedAgents?: readonly string[] | undefined;
331
333
  } | {
332
334
  readonly type: "bitbucket";
333
335
  readonly owner: string;
@@ -338,6 +340,7 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
338
340
  readonly ref?: string | undefined;
339
341
  readonly gitTreeHash?: string | undefined;
340
342
  readonly retainedByPack?: boolean | undefined;
343
+ readonly syncedAgents?: readonly string[] | undefined;
341
344
  } | {
342
345
  readonly project: string;
343
346
  readonly type: "azurerepos";
@@ -349,6 +352,7 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
349
352
  readonly ref?: string | undefined;
350
353
  readonly gitTreeHash?: string | undefined;
351
354
  readonly retainedByPack?: boolean | undefined;
355
+ readonly syncedAgents?: readonly string[] | undefined;
352
356
  } | {
353
357
  readonly url: string;
354
358
  readonly type: "git";
@@ -358,6 +362,7 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
358
362
  readonly ref?: string | undefined;
359
363
  readonly gitTreeHash?: string | undefined;
360
364
  readonly retainedByPack?: boolean | undefined;
365
+ readonly syncedAgents?: readonly string[] | undefined;
361
366
  } | {
362
367
  readonly path: string;
363
368
  readonly type: "local";
@@ -365,6 +370,7 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
365
370
  readonly updatedAt: Date;
366
371
  readonly gitTreeHash?: string | undefined;
367
372
  readonly retainedByPack?: boolean | undefined;
373
+ readonly syncedAgents?: readonly string[] | undefined;
368
374
  } | {
369
375
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
370
376
  readonly type: "registry";
@@ -376,6 +382,20 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
376
382
  readonly updatedAt: Date;
377
383
  readonly gitTreeHash?: string | undefined;
378
384
  readonly retainedByPack?: boolean | undefined;
385
+ readonly syncedAgents?: readonly string[] | undefined;
386
+ } | {
387
+ readonly type: "inline";
388
+ readonly installedAt: Date;
389
+ readonly updatedAt: Date;
390
+ readonly url?: string | undefined;
391
+ readonly command?: string | undefined;
392
+ readonly headers?: {
393
+ readonly [x: string]: string;
394
+ } | undefined;
395
+ readonly args?: readonly string[] | undefined;
396
+ readonly gitTreeHash?: string | undefined;
397
+ readonly retainedByPack?: boolean | undefined;
398
+ readonly syncedAgents?: readonly string[] | undefined;
379
399
  };
380
400
  } | undefined;
381
401
  readonly commands?: {
@@ -618,6 +638,232 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
618
638
  readonly retainedByPack?: boolean | undefined;
619
639
  };
620
640
  } | undefined;
641
+ readonly rules?: {
642
+ readonly [x: string]: {
643
+ readonly type: "github";
644
+ readonly owner: string;
645
+ readonly repo: string;
646
+ readonly installedAt: Date;
647
+ readonly updatedAt: Date;
648
+ readonly path?: string | undefined;
649
+ readonly ref?: string | undefined;
650
+ readonly gitTreeHash?: string | undefined;
651
+ readonly retainedByPack?: boolean | undefined;
652
+ readonly materializedTargets?: readonly {
653
+ readonly target: string & import("effect/Brand").Brand<"RelativePath">;
654
+ readonly mode: "sync-once" | "sync-always" | "managed-region";
655
+ readonly region?: string | undefined;
656
+ readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
657
+ }[] | undefined;
658
+ } | {
659
+ readonly type: "gitlab";
660
+ readonly owner: string;
661
+ readonly repo: string;
662
+ readonly installedAt: Date;
663
+ readonly updatedAt: Date;
664
+ readonly path?: string | undefined;
665
+ readonly ref?: string | undefined;
666
+ readonly gitTreeHash?: string | undefined;
667
+ readonly retainedByPack?: boolean | undefined;
668
+ readonly materializedTargets?: readonly {
669
+ readonly target: string & import("effect/Brand").Brand<"RelativePath">;
670
+ readonly mode: "sync-once" | "sync-always" | "managed-region";
671
+ readonly region?: string | undefined;
672
+ readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
673
+ }[] | undefined;
674
+ } | {
675
+ readonly type: "bitbucket";
676
+ readonly owner: string;
677
+ readonly repo: string;
678
+ readonly installedAt: Date;
679
+ readonly updatedAt: Date;
680
+ readonly path?: string | undefined;
681
+ readonly ref?: string | undefined;
682
+ readonly gitTreeHash?: string | undefined;
683
+ readonly retainedByPack?: boolean | undefined;
684
+ readonly materializedTargets?: readonly {
685
+ readonly target: string & import("effect/Brand").Brand<"RelativePath">;
686
+ readonly mode: "sync-once" | "sync-always" | "managed-region";
687
+ readonly region?: string | undefined;
688
+ readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
689
+ }[] | undefined;
690
+ } | {
691
+ readonly project: string;
692
+ readonly type: "azurerepos";
693
+ readonly repo: string;
694
+ readonly organization: string;
695
+ readonly installedAt: Date;
696
+ readonly updatedAt: Date;
697
+ readonly path?: string | undefined;
698
+ readonly ref?: string | undefined;
699
+ readonly gitTreeHash?: string | undefined;
700
+ readonly retainedByPack?: boolean | undefined;
701
+ readonly materializedTargets?: readonly {
702
+ readonly target: string & import("effect/Brand").Brand<"RelativePath">;
703
+ readonly mode: "sync-once" | "sync-always" | "managed-region";
704
+ readonly region?: string | undefined;
705
+ readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
706
+ }[] | undefined;
707
+ } | {
708
+ readonly url: string;
709
+ readonly type: "git";
710
+ readonly installedAt: Date;
711
+ readonly updatedAt: Date;
712
+ readonly path?: string | undefined;
713
+ readonly ref?: string | undefined;
714
+ readonly gitTreeHash?: string | undefined;
715
+ readonly retainedByPack?: boolean | undefined;
716
+ readonly materializedTargets?: readonly {
717
+ readonly target: string & import("effect/Brand").Brand<"RelativePath">;
718
+ readonly mode: "sync-once" | "sync-always" | "managed-region";
719
+ readonly region?: string | undefined;
720
+ readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
721
+ }[] | undefined;
722
+ } | {
723
+ readonly path: string;
724
+ readonly type: "local";
725
+ readonly installedAt: Date;
726
+ readonly updatedAt: Date;
727
+ readonly gitTreeHash?: string | undefined;
728
+ readonly retainedByPack?: boolean | undefined;
729
+ readonly materializedTargets?: readonly {
730
+ readonly target: string & import("effect/Brand").Brand<"RelativePath">;
731
+ readonly mode: "sync-once" | "sync-always" | "managed-region";
732
+ readonly region?: string | undefined;
733
+ readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
734
+ }[] | undefined;
735
+ } | {
736
+ readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
737
+ readonly type: "registry";
738
+ readonly owner: string & import("effect/Brand").Brand<"Handle">;
739
+ readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
740
+ readonly integrity: string;
741
+ readonly sourceName: string;
742
+ readonly installedAt: Date;
743
+ readonly updatedAt: Date;
744
+ readonly gitTreeHash?: string | undefined;
745
+ readonly retainedByPack?: boolean | undefined;
746
+ readonly materializedTargets?: readonly {
747
+ readonly target: string & import("effect/Brand").Brand<"RelativePath">;
748
+ readonly mode: "sync-once" | "sync-always" | "managed-region";
749
+ readonly region?: string | undefined;
750
+ readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
751
+ }[] | undefined;
752
+ };
753
+ } | undefined;
754
+ readonly hooks?: {
755
+ readonly [x: string]: {
756
+ readonly type: "github";
757
+ readonly owner: string;
758
+ readonly repo: string;
759
+ readonly installedAt: Date;
760
+ readonly updatedAt: Date;
761
+ readonly path?: string | undefined;
762
+ readonly ref?: string | undefined;
763
+ readonly gitTreeHash?: string | undefined;
764
+ readonly retainedByPack?: boolean | undefined;
765
+ readonly materializedTargets?: readonly {
766
+ readonly target: string & import("effect/Brand").Brand<"RelativePath">;
767
+ readonly mode: "sync-once" | "sync-always" | "managed-region";
768
+ readonly region?: string | undefined;
769
+ readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
770
+ }[] | undefined;
771
+ } | {
772
+ readonly type: "gitlab";
773
+ readonly owner: string;
774
+ readonly repo: string;
775
+ readonly installedAt: Date;
776
+ readonly updatedAt: Date;
777
+ readonly path?: string | undefined;
778
+ readonly ref?: string | undefined;
779
+ readonly gitTreeHash?: string | undefined;
780
+ readonly retainedByPack?: boolean | undefined;
781
+ readonly materializedTargets?: readonly {
782
+ readonly target: string & import("effect/Brand").Brand<"RelativePath">;
783
+ readonly mode: "sync-once" | "sync-always" | "managed-region";
784
+ readonly region?: string | undefined;
785
+ readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
786
+ }[] | undefined;
787
+ } | {
788
+ readonly type: "bitbucket";
789
+ readonly owner: string;
790
+ readonly repo: string;
791
+ readonly installedAt: Date;
792
+ readonly updatedAt: Date;
793
+ readonly path?: string | undefined;
794
+ readonly ref?: string | undefined;
795
+ readonly gitTreeHash?: string | undefined;
796
+ readonly retainedByPack?: boolean | undefined;
797
+ readonly materializedTargets?: readonly {
798
+ readonly target: string & import("effect/Brand").Brand<"RelativePath">;
799
+ readonly mode: "sync-once" | "sync-always" | "managed-region";
800
+ readonly region?: string | undefined;
801
+ readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
802
+ }[] | undefined;
803
+ } | {
804
+ readonly project: string;
805
+ readonly type: "azurerepos";
806
+ readonly repo: string;
807
+ readonly organization: string;
808
+ readonly installedAt: Date;
809
+ readonly updatedAt: Date;
810
+ readonly path?: string | undefined;
811
+ readonly ref?: string | undefined;
812
+ readonly gitTreeHash?: string | undefined;
813
+ readonly retainedByPack?: boolean | undefined;
814
+ readonly materializedTargets?: readonly {
815
+ readonly target: string & import("effect/Brand").Brand<"RelativePath">;
816
+ readonly mode: "sync-once" | "sync-always" | "managed-region";
817
+ readonly region?: string | undefined;
818
+ readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
819
+ }[] | undefined;
820
+ } | {
821
+ readonly url: string;
822
+ readonly type: "git";
823
+ readonly installedAt: Date;
824
+ readonly updatedAt: Date;
825
+ readonly path?: string | undefined;
826
+ readonly ref?: string | undefined;
827
+ readonly gitTreeHash?: string | undefined;
828
+ readonly retainedByPack?: boolean | undefined;
829
+ readonly materializedTargets?: readonly {
830
+ readonly target: string & import("effect/Brand").Brand<"RelativePath">;
831
+ readonly mode: "sync-once" | "sync-always" | "managed-region";
832
+ readonly region?: string | undefined;
833
+ readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
834
+ }[] | undefined;
835
+ } | {
836
+ readonly path: string;
837
+ readonly type: "local";
838
+ readonly installedAt: Date;
839
+ readonly updatedAt: Date;
840
+ readonly gitTreeHash?: string | undefined;
841
+ readonly retainedByPack?: boolean | undefined;
842
+ readonly materializedTargets?: readonly {
843
+ readonly target: string & import("effect/Brand").Brand<"RelativePath">;
844
+ readonly mode: "sync-once" | "sync-always" | "managed-region";
845
+ readonly region?: string | undefined;
846
+ readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
847
+ }[] | undefined;
848
+ } | {
849
+ readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
850
+ readonly type: "registry";
851
+ readonly owner: string & import("effect/Brand").Brand<"Handle">;
852
+ readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
853
+ readonly integrity: string;
854
+ readonly sourceName: string;
855
+ readonly installedAt: Date;
856
+ readonly updatedAt: Date;
857
+ readonly gitTreeHash?: string | undefined;
858
+ readonly retainedByPack?: boolean | undefined;
859
+ readonly materializedTargets?: readonly {
860
+ readonly target: string & import("effect/Brand").Brand<"RelativePath">;
861
+ readonly mode: "sync-once" | "sync-always" | "managed-region";
862
+ readonly region?: string | undefined;
863
+ readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
864
+ }[] | undefined;
865
+ };
866
+ } | undefined;
621
867
  readonly packs?: {
622
868
  readonly [x: string]: {
623
869
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
@@ -640,7 +886,13 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
640
886
  readonly resolvedSubagents: {
641
887
  readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
642
888
  };
643
- readonly resolvedDocs?: {
889
+ readonly resolvedFiles?: {
890
+ readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
891
+ } | undefined;
892
+ readonly resolvedRules?: {
893
+ readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
894
+ } | undefined;
895
+ readonly resolvedHooks?: {
644
896
  readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
645
897
  } | undefined;
646
898
  };
@@ -1 +1 @@
1
- {"version":3,"file":"lockfile.d.ts","sourceRoot":"","sources":["../../../../src/unstable/lockfile/lockfile.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,UAAU,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,IAAI,MAAM,aAAa,CAAC;AACpC,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,OAAO,EAAE,KAAK,QAAQ,EAAkB,MAAM,aAAa,CAAC;AAM5D;;;;GAIG;AACH,eAAO,MAAM,aAAa,kBAAkB,CAAC;AAE7C;;;;;GAKG;AACH,MAAM,MAAM,cAAc,GAAG,CAAC,QAAQ,EAAE,QAAQ,KAAK,QAAQ,CAAC;AAU9D;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,aAAa,GAAI,QAAQ,MAAM,EAAE,UAAU,QAAQ,yGAgE5D,CAAC;AAEL;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,GAC/B,UAAU,QAAQ,EAClB,SAAS,aAAa,CAAC,cAAc,CAAC,KACrC,QAA0E,CAAC;AAE9E;;;;;;;GAOG;AACH,eAAO,MAAM,qBAAqB,GAChC,QAAQ,MAAM,EACd,UAAU,QAAQ,EAClB,SAAS,aAAa,CAAC,cAAc,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mFAMpC,CAAC"}
1
+ {"version":3,"file":"lockfile.d.ts","sourceRoot":"","sources":["../../../../src/unstable/lockfile/lockfile.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,UAAU,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,IAAI,MAAM,aAAa,CAAC;AACpC,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,OAAO,EAAE,KAAK,QAAQ,EAAkB,MAAM,aAAa,CAAC;AAM5D;;;;GAIG;AACH,eAAO,MAAM,aAAa,kBAAkB,CAAC;AAE7C;;;;;GAKG;AACH,MAAM,MAAM,cAAc,GAAG,CAAC,QAAQ,EAAE,QAAQ,KAAK,QAAQ,CAAC;AAU9D;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,aAAa,GAAI,QAAQ,MAAM,EAAE,UAAU,QAAQ,yGAgE5D,CAAC;AAEL;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,GAC/B,UAAU,QAAQ,EAClB,SAAS,aAAa,CAAC,cAAc,CAAC,KACrC,QAA0E,CAAC;AAE9E;;;;;;;GAOG;AACH,eAAO,MAAM,qBAAqB,GAChC,QAAQ,MAAM,EACd,UAAU,QAAQ,EAClB,SAAS,aAAa,CAAC,cAAc,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mFAMpC,CAAC"}
@@ -93,7 +93,7 @@ export const applyLockfileUpdates = (lockfile, updates) => updates.reduce((curre
93
93
  * Applies a batch of lockfile updates and writes the result once.
94
94
  *
95
95
  * This is intended for sync flows that discover multiple render-hash changes
96
- * while reconciling Context docs package targets.
96
+ * while reconciling Context Files package targets.
97
97
  *
98
98
  * @experimental This API is unstable and may change without notice.
99
99
  */