@agentxm/client-core 0.17.0 → 0.19.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 (550) hide show
  1. package/dist/src/unstable/agent-capabilities/catalog.d.ts +56 -12
  2. package/dist/src/unstable/agent-capabilities/catalog.d.ts.map +1 -1
  3. package/dist/src/unstable/agent-capabilities/data/agents/hermes.d.ts +27 -5
  4. package/dist/src/unstable/agent-capabilities/data/agents/hermes.d.ts.map +1 -1
  5. package/dist/src/unstable/agent-capabilities/data/agents/hermes.js +17 -5
  6. package/dist/src/unstable/agent-capabilities/data/agents/hermes.js.map +1 -1
  7. package/dist/src/unstable/agent-capabilities/data/agents/windsurf.d.ts +1 -1
  8. package/dist/src/unstable/agent-capabilities/data/agents/windsurf.js +1 -1
  9. package/dist/src/unstable/agent-capabilities/data/agents/windsurf.js.map +1 -1
  10. package/dist/src/unstable/agent-capabilities/schema.d.ts +19 -19
  11. package/dist/src/unstable/agent-capabilities/schema.d.ts.map +1 -1
  12. package/dist/src/unstable/agent-capabilities/schema.js +2 -1
  13. package/dist/src/unstable/agent-capabilities/schema.js.map +1 -1
  14. package/dist/src/unstable/agents/augment/service.d.ts +2 -2
  15. package/dist/src/unstable/agents/augment/service.d.ts.map +1 -1
  16. package/dist/src/unstable/agents/augment/service.js +4 -3
  17. package/dist/src/unstable/agents/augment/service.js.map +1 -1
  18. package/dist/src/unstable/agents/claude-code/service.d.ts +2 -2
  19. package/dist/src/unstable/agents/claude-code/service.d.ts.map +1 -1
  20. package/dist/src/unstable/agents/claude-code/service.js +4 -3
  21. package/dist/src/unstable/agents/claude-code/service.js.map +1 -1
  22. package/dist/src/unstable/agents/codex/service.d.ts +1 -1
  23. package/dist/src/unstable/agents/codex/service.d.ts.map +1 -1
  24. package/dist/src/unstable/agents/codex/service.js +3 -2
  25. package/dist/src/unstable/agents/codex/service.js.map +1 -1
  26. package/dist/src/unstable/agents/coding-agent.d.ts +2 -1
  27. package/dist/src/unstable/agents/coding-agent.d.ts.map +1 -1
  28. package/dist/src/unstable/agents/coding-agent.js.map +1 -1
  29. package/dist/src/unstable/agents/cursor/service.d.ts +2 -2
  30. package/dist/src/unstable/agents/cursor/service.d.ts.map +1 -1
  31. package/dist/src/unstable/agents/cursor/service.js +4 -3
  32. package/dist/src/unstable/agents/cursor/service.js.map +1 -1
  33. package/dist/src/unstable/agents/descriptor-paths.d.ts +18 -0
  34. package/dist/src/unstable/agents/descriptor-paths.d.ts.map +1 -0
  35. package/dist/src/unstable/agents/descriptor-paths.js +33 -0
  36. package/dist/src/unstable/agents/descriptor-paths.js.map +1 -0
  37. package/dist/src/unstable/agents/gemini-cli/service.d.ts +2 -2
  38. package/dist/src/unstable/agents/gemini-cli/service.d.ts.map +1 -1
  39. package/dist/src/unstable/agents/gemini-cli/service.js +4 -3
  40. package/dist/src/unstable/agents/gemini-cli/service.js.map +1 -1
  41. package/dist/src/unstable/agents/github-copilot-cli/service.d.ts +1 -1
  42. package/dist/src/unstable/agents/github-copilot-cli/service.d.ts.map +1 -1
  43. package/dist/src/unstable/agents/github-copilot-cli/service.js +3 -2
  44. package/dist/src/unstable/agents/github-copilot-cli/service.js.map +1 -1
  45. package/dist/src/unstable/agents/instructions.d.ts.map +1 -1
  46. package/dist/src/unstable/agents/instructions.js +2 -1
  47. package/dist/src/unstable/agents/instructions.js.map +1 -1
  48. package/dist/src/unstable/agents/junie/service.d.ts +2 -2
  49. package/dist/src/unstable/agents/junie/service.d.ts.map +1 -1
  50. package/dist/src/unstable/agents/junie/service.js +4 -3
  51. package/dist/src/unstable/agents/junie/service.js.map +1 -1
  52. package/dist/src/unstable/agents/kilo/service.d.ts +1 -1
  53. package/dist/src/unstable/agents/kilo/service.d.ts.map +1 -1
  54. package/dist/src/unstable/agents/kilo/service.js +3 -2
  55. package/dist/src/unstable/agents/kilo/service.js.map +1 -1
  56. package/dist/src/unstable/agents/kiro-cli/service.d.ts +2 -2
  57. package/dist/src/unstable/agents/kiro-cli/service.d.ts.map +1 -1
  58. package/dist/src/unstable/agents/kiro-cli/service.js +4 -3
  59. package/dist/src/unstable/agents/kiro-cli/service.js.map +1 -1
  60. package/dist/src/unstable/agents/mcp-sync.d.ts.map +1 -1
  61. package/dist/src/unstable/agents/mcp-sync.js +19 -3
  62. package/dist/src/unstable/agents/mcp-sync.js.map +1 -1
  63. package/dist/src/unstable/agents/opencode/service.d.ts +2 -2
  64. package/dist/src/unstable/agents/opencode/service.d.ts.map +1 -1
  65. package/dist/src/unstable/agents/opencode/service.js +4 -3
  66. package/dist/src/unstable/agents/opencode/service.js.map +1 -1
  67. package/dist/src/unstable/agents/project-only-agent.d.ts +5 -4
  68. package/dist/src/unstable/agents/project-only-agent.d.ts.map +1 -1
  69. package/dist/src/unstable/agents/project-only-agent.js +10 -3
  70. package/dist/src/unstable/agents/project-only-agent.js.map +1 -1
  71. package/dist/src/unstable/agents/repository.js +1 -1
  72. package/dist/src/unstable/agents/repository.js.map +1 -1
  73. package/dist/src/unstable/agents/roo/service.d.ts +2 -2
  74. package/dist/src/unstable/agents/roo/service.d.ts.map +1 -1
  75. package/dist/src/unstable/agents/roo/service.js +4 -3
  76. package/dist/src/unstable/agents/roo/service.js.map +1 -1
  77. package/dist/src/unstable/agents/windsurf/service.d.ts +1 -3
  78. package/dist/src/unstable/agents/windsurf/service.d.ts.map +1 -1
  79. package/dist/src/unstable/agents/windsurf/service.js +7 -5
  80. package/dist/src/unstable/agents/windsurf/service.js.map +1 -1
  81. package/dist/src/unstable/auth/credential-store.d.ts.map +1 -1
  82. package/dist/src/unstable/auth/credential-store.js +51 -26
  83. package/dist/src/unstable/auth/credential-store.js.map +1 -1
  84. package/dist/src/unstable/auth/device-login.d.ts +1 -1
  85. package/dist/src/unstable/auth/loopback-login.d.ts +1 -1
  86. package/dist/src/unstable/cli-flags/index.d.ts.map +1 -1
  87. package/dist/src/unstable/cli-flags/index.js +1 -1
  88. package/dist/src/unstable/cli-flags/index.js.map +1 -1
  89. package/dist/src/unstable/cli-flags/resolve-verbosity.js +1 -1
  90. package/dist/src/unstable/cli-flags/resolve-verbosity.js.map +1 -1
  91. package/dist/src/unstable/cli-renderer/ansi-chrome.d.ts.map +1 -1
  92. package/dist/src/unstable/cli-renderer/ansi-chrome.js +1 -7
  93. package/dist/src/unstable/cli-renderer/ansi-chrome.js.map +1 -1
  94. package/dist/src/unstable/cli-renderer/cli-renderer-interactive.d.ts.map +1 -1
  95. package/dist/src/unstable/cli-renderer/cli-renderer-interactive.js +1 -25
  96. package/dist/src/unstable/cli-renderer/cli-renderer-interactive.js.map +1 -1
  97. package/dist/src/unstable/cli-renderer/cli-renderer-machine.d.ts.map +1 -1
  98. package/dist/src/unstable/cli-renderer/cli-renderer-machine.js +1 -21
  99. package/dist/src/unstable/cli-renderer/cli-renderer-machine.js.map +1 -1
  100. package/dist/src/unstable/cli-renderer/cli-renderer-test.d.ts.map +1 -1
  101. package/dist/src/unstable/cli-renderer/cli-renderer-test.js +1 -9
  102. package/dist/src/unstable/cli-renderer/cli-renderer-test.js.map +1 -1
  103. package/dist/src/unstable/cli-renderer/markdown-formatter.d.ts.map +1 -1
  104. package/dist/src/unstable/cli-renderer/markdown-formatter.js +2 -3
  105. package/dist/src/unstable/cli-renderer/markdown-formatter.js.map +1 -1
  106. package/dist/src/unstable/cli-renderer/renderer-helpers.d.ts +12 -0
  107. package/dist/src/unstable/cli-renderer/renderer-helpers.d.ts.map +1 -0
  108. package/dist/src/unstable/cli-renderer/renderer-helpers.js +27 -0
  109. package/dist/src/unstable/cli-renderer/renderer-helpers.js.map +1 -0
  110. package/dist/src/unstable/cli-runtime/command-argv.d.ts +1 -1
  111. package/dist/src/unstable/cli-runtime/command-argv.d.ts.map +1 -1
  112. package/dist/src/unstable/cli-runtime/command-argv.js +2 -2
  113. package/dist/src/unstable/cli-runtime/command-argv.js.map +1 -1
  114. package/dist/src/unstable/cli-runtime/command-summary.d.ts +1 -1
  115. package/dist/src/unstable/cli-runtime/command-summary.d.ts.map +1 -1
  116. package/dist/src/unstable/cli-runtime/command-summary.js.map +1 -1
  117. package/dist/src/unstable/cli-runtime/index.d.ts +1 -0
  118. package/dist/src/unstable/cli-runtime/index.d.ts.map +1 -1
  119. package/dist/src/unstable/cli-runtime/index.js +1 -0
  120. package/dist/src/unstable/cli-runtime/index.js.map +1 -1
  121. package/dist/src/unstable/cli-runtime/json-help-doc.d.ts +126 -0
  122. package/dist/src/unstable/cli-runtime/json-help-doc.d.ts.map +1 -0
  123. package/dist/src/unstable/cli-runtime/json-help-doc.js +89 -0
  124. package/dist/src/unstable/cli-runtime/json-help-doc.js.map +1 -0
  125. package/dist/src/unstable/cli-runtime/operation-plan.d.ts.map +1 -1
  126. package/dist/src/unstable/cli-runtime/operation-plan.js +2 -1
  127. package/dist/src/unstable/cli-runtime/operation-plan.js.map +1 -1
  128. package/dist/src/unstable/cli-runtime/runtime-envelope.d.ts +2 -2
  129. package/dist/src/unstable/commands/manager.d.ts.map +1 -1
  130. package/dist/src/unstable/commands/manager.js +37 -166
  131. package/dist/src/unstable/commands/manager.js.map +1 -1
  132. package/dist/src/unstable/commands/operations/enable.d.ts.map +1 -1
  133. package/dist/src/unstable/commands/operations/enable.js +2 -9
  134. package/dist/src/unstable/commands/operations/enable.js.map +1 -1
  135. package/dist/src/unstable/commands/operations/publish.d.ts.map +1 -1
  136. package/dist/src/unstable/commands/operations/publish.js +1 -1
  137. package/dist/src/unstable/commands/operations/publish.js.map +1 -1
  138. package/dist/src/unstable/commands/operations/shared-command-helpers.d.ts +9 -9
  139. package/dist/src/unstable/commands/operations/uninstall.d.ts.map +1 -1
  140. package/dist/src/unstable/commands/operations/uninstall.js +2 -2
  141. package/dist/src/unstable/commands/operations/uninstall.js.map +1 -1
  142. package/dist/src/unstable/commands/paths.d.ts +1 -1
  143. package/dist/src/unstable/commands/paths.d.ts.map +1 -1
  144. package/dist/src/unstable/commands/paths.js +6 -14
  145. package/dist/src/unstable/commands/paths.js.map +1 -1
  146. package/dist/src/unstable/extensions/canonical-path.d.ts +21 -0
  147. package/dist/src/unstable/extensions/canonical-path.d.ts.map +1 -0
  148. package/dist/src/unstable/extensions/canonical-path.js +12 -0
  149. package/dist/src/unstable/extensions/canonical-path.js.map +1 -0
  150. package/dist/src/unstable/extensions/configured-entry.d.ts +11 -0
  151. package/dist/src/unstable/extensions/configured-entry.d.ts.map +1 -0
  152. package/dist/src/unstable/extensions/configured-entry.js +8 -0
  153. package/dist/src/unstable/extensions/configured-entry.js.map +1 -0
  154. package/dist/src/unstable/extensions/discovery-walk.d.ts +8 -0
  155. package/dist/src/unstable/extensions/discovery-walk.d.ts.map +1 -0
  156. package/dist/src/unstable/extensions/discovery-walk.js +15 -0
  157. package/dist/src/unstable/extensions/discovery-walk.js.map +1 -0
  158. package/dist/src/unstable/extensions/extension-paths.d.ts +63 -0
  159. package/dist/src/unstable/extensions/extension-paths.d.ts.map +1 -0
  160. package/dist/src/unstable/extensions/extension-paths.js +45 -0
  161. package/dist/src/unstable/extensions/extension-paths.js.map +1 -0
  162. package/dist/src/unstable/extensions/index.d.ts +4 -0
  163. package/dist/src/unstable/extensions/index.d.ts.map +1 -1
  164. package/dist/src/unstable/extensions/index.js +4 -0
  165. package/dist/src/unstable/extensions/index.js.map +1 -1
  166. package/dist/src/unstable/extensions/installable-types.d.ts +1 -2
  167. package/dist/src/unstable/extensions/installable-types.d.ts.map +1 -1
  168. package/dist/src/unstable/extensions/installable-types.js +7 -44
  169. package/dist/src/unstable/extensions/installable-types.js.map +1 -1
  170. package/dist/src/unstable/extensions/manifest-package-discovery.d.ts +28 -0
  171. package/dist/src/unstable/extensions/manifest-package-discovery.d.ts.map +1 -0
  172. package/dist/src/unstable/extensions/manifest-package-discovery.js +96 -0
  173. package/dist/src/unstable/extensions/manifest-package-discovery.js.map +1 -0
  174. package/dist/src/unstable/extensions/marker-fqn.d.ts +23 -0
  175. package/dist/src/unstable/extensions/marker-fqn.d.ts.map +1 -0
  176. package/dist/src/unstable/extensions/marker-fqn.js +10 -0
  177. package/dist/src/unstable/extensions/marker-fqn.js.map +1 -0
  178. package/dist/src/unstable/extensions/materializable-from-disk.d.ts.map +1 -1
  179. package/dist/src/unstable/extensions/materializable-from-disk.js +5 -4
  180. package/dist/src/unstable/extensions/materializable-from-disk.js.map +1 -1
  181. package/dist/src/unstable/extensions/package-materialization.d.ts +44 -0
  182. package/dist/src/unstable/extensions/package-materialization.d.ts.map +1 -0
  183. package/dist/src/unstable/extensions/package-materialization.js +85 -0
  184. package/dist/src/unstable/extensions/package-materialization.js.map +1 -0
  185. package/dist/src/unstable/files/discovery.d.ts +4 -4
  186. package/dist/src/unstable/files/discovery.d.ts.map +1 -1
  187. package/dist/src/unstable/files/discovery.js +7 -94
  188. package/dist/src/unstable/files/discovery.js.map +1 -1
  189. package/dist/src/unstable/files/manager.d.ts.map +1 -1
  190. package/dist/src/unstable/files/manager.js +34 -134
  191. package/dist/src/unstable/files/manager.js.map +1 -1
  192. package/dist/src/unstable/hooks/discovery.d.ts +3 -3
  193. package/dist/src/unstable/hooks/discovery.d.ts.map +1 -1
  194. package/dist/src/unstable/hooks/discovery.js +6 -93
  195. package/dist/src/unstable/hooks/discovery.js.map +1 -1
  196. package/dist/src/unstable/hooks/manager.d.ts.map +1 -1
  197. package/dist/src/unstable/hooks/manager.js +35 -136
  198. package/dist/src/unstable/hooks/manager.js.map +1 -1
  199. package/dist/src/unstable/hooks/operations/publish.d.ts.map +1 -1
  200. package/dist/src/unstable/hooks/operations/publish.js +1 -1
  201. package/dist/src/unstable/hooks/operations/publish.js.map +1 -1
  202. package/dist/src/unstable/install-meta/install-meta.d.ts +1 -1
  203. package/dist/src/unstable/install-meta/install-meta.js +4 -4
  204. package/dist/src/unstable/install-meta/install-meta.js.map +1 -1
  205. package/dist/src/unstable/install-method/install-method.d.ts.map +1 -1
  206. package/dist/src/unstable/install-method/install-method.js +3 -2
  207. package/dist/src/unstable/install-method/install-method.js.map +1 -1
  208. package/dist/src/unstable/libraries/index.d.ts +3 -0
  209. package/dist/src/unstable/libraries/index.d.ts.map +1 -0
  210. package/dist/src/unstable/libraries/index.js +2 -0
  211. package/dist/src/unstable/libraries/index.js.map +1 -0
  212. package/dist/src/unstable/libraries/ref.d.ts +17 -0
  213. package/dist/src/unstable/libraries/ref.d.ts.map +1 -0
  214. package/dist/src/unstable/libraries/ref.js +43 -0
  215. package/dist/src/unstable/libraries/ref.js.map +1 -0
  216. package/dist/src/unstable/lint/catalog/command/manifest-present.d.ts +1 -2
  217. package/dist/src/unstable/lint/catalog/command/manifest-present.d.ts.map +1 -1
  218. package/dist/src/unstable/lint/catalog/command/manifest-present.js +6 -20
  219. package/dist/src/unstable/lint/catalog/command/manifest-present.js.map +1 -1
  220. package/dist/src/unstable/lint/catalog/files/manifest-present.d.ts +1 -2
  221. package/dist/src/unstable/lint/catalog/files/manifest-present.d.ts.map +1 -1
  222. package/dist/src/unstable/lint/catalog/files/manifest-present.js +6 -20
  223. package/dist/src/unstable/lint/catalog/files/manifest-present.js.map +1 -1
  224. package/dist/src/unstable/lint/catalog/hook/manifest-present.d.ts +1 -2
  225. package/dist/src/unstable/lint/catalog/hook/manifest-present.d.ts.map +1 -1
  226. package/dist/src/unstable/lint/catalog/hook/manifest-present.js +6 -20
  227. package/dist/src/unstable/lint/catalog/hook/manifest-present.js.map +1 -1
  228. package/dist/src/unstable/lint/catalog/mcp-server/manifest-keys-recognized.js +2 -2
  229. package/dist/src/unstable/lint/catalog/mcp-server/manifest-keys-recognized.js.map +1 -1
  230. package/dist/src/unstable/lint/catalog/mcp-server/manifest-present.d.ts +1 -2
  231. package/dist/src/unstable/lint/catalog/mcp-server/manifest-present.d.ts.map +1 -1
  232. package/dist/src/unstable/lint/catalog/mcp-server/manifest-present.js +8 -22
  233. package/dist/src/unstable/lint/catalog/mcp-server/manifest-present.js.map +1 -1
  234. package/dist/src/unstable/lint/catalog/mcp-server/manifest-schema-valid.js +2 -2
  235. package/dist/src/unstable/lint/catalog/mcp-server/manifest-schema-valid.js.map +1 -1
  236. package/dist/src/unstable/lint/catalog/pack/manifest-present.d.ts +1 -2
  237. package/dist/src/unstable/lint/catalog/pack/manifest-present.d.ts.map +1 -1
  238. package/dist/src/unstable/lint/catalog/pack/manifest-present.js +6 -20
  239. package/dist/src/unstable/lint/catalog/pack/manifest-present.js.map +1 -1
  240. package/dist/src/unstable/lint/catalog/shared/manifest-json.js +1 -1
  241. package/dist/src/unstable/lint/catalog/shared/manifest-json.js.map +1 -1
  242. package/dist/src/unstable/lint/catalog/shared/manifest-present.d.ts +25 -0
  243. package/dist/src/unstable/lint/catalog/shared/manifest-present.d.ts.map +1 -0
  244. package/dist/src/unstable/lint/catalog/shared/manifest-present.js +37 -0
  245. package/dist/src/unstable/lint/catalog/shared/manifest-present.js.map +1 -0
  246. package/dist/src/unstable/lint/catalog/shared/schema-rule.js +2 -2
  247. package/dist/src/unstable/lint/catalog/shared/schema-rule.js.map +1 -1
  248. package/dist/src/unstable/lint/catalog/skill/manifest-present.d.ts +1 -2
  249. package/dist/src/unstable/lint/catalog/skill/manifest-present.d.ts.map +1 -1
  250. package/dist/src/unstable/lint/catalog/skill/manifest-present.js +8 -25
  251. package/dist/src/unstable/lint/catalog/skill/manifest-present.js.map +1 -1
  252. package/dist/src/unstable/lint/catalog/subagent/manifest-present.d.ts +1 -2
  253. package/dist/src/unstable/lint/catalog/subagent/manifest-present.d.ts.map +1 -1
  254. package/dist/src/unstable/lint/catalog/subagent/manifest-present.js +6 -20
  255. package/dist/src/unstable/lint/catalog/subagent/manifest-present.js.map +1 -1
  256. package/dist/src/unstable/lint/catalog/workspace-read-model/lint-workspace.d.ts.map +1 -1
  257. package/dist/src/unstable/lint/catalog/workspace-read-model/lint-workspace.js +3 -2
  258. package/dist/src/unstable/lint/catalog/workspace-read-model/lint-workspace.js.map +1 -1
  259. package/dist/src/unstable/lockfile/entry-fields.d.ts +34 -0
  260. package/dist/src/unstable/lockfile/entry-fields.d.ts.map +1 -0
  261. package/dist/src/unstable/lockfile/entry-fields.js +51 -0
  262. package/dist/src/unstable/lockfile/entry-fields.js.map +1 -0
  263. package/dist/src/unstable/lockfile/index.d.ts +3 -3
  264. package/dist/src/unstable/lockfile/index.d.ts.map +1 -1
  265. package/dist/src/unstable/lockfile/index.js +2 -2
  266. package/dist/src/unstable/lockfile/index.js.map +1 -1
  267. package/dist/src/unstable/lockfile/lockfile.d.ts +1221 -288
  268. package/dist/src/unstable/lockfile/lockfile.d.ts.map +1 -1
  269. package/dist/src/unstable/lockfile/lockfile.js +223 -31
  270. package/dist/src/unstable/lockfile/lockfile.js.map +1 -1
  271. package/dist/src/unstable/lockfile/schema.d.ts +96 -0
  272. package/dist/src/unstable/lockfile/schema.d.ts.map +1 -1
  273. package/dist/src/unstable/lockfile/schema.js +54 -0
  274. package/dist/src/unstable/lockfile/schema.js.map +1 -1
  275. package/dist/src/unstable/mcps/config-writer.d.ts +2 -1
  276. package/dist/src/unstable/mcps/config-writer.d.ts.map +1 -1
  277. package/dist/src/unstable/mcps/config-writer.js +77 -29
  278. package/dist/src/unstable/mcps/config-writer.js.map +1 -1
  279. package/dist/src/unstable/mcps/inspection.d.ts.map +1 -1
  280. package/dist/src/unstable/mcps/inspection.js +24 -4
  281. package/dist/src/unstable/mcps/inspection.js.map +1 -1
  282. package/dist/src/unstable/mcps/manifest-schema.d.ts +3 -3
  283. package/dist/src/unstable/mcps/manifest-schema.d.ts.map +1 -1
  284. package/dist/src/unstable/mcps/manifest-schema.js +4 -4
  285. package/dist/src/unstable/mcps/manifest-schema.js.map +1 -1
  286. package/dist/src/unstable/mcps/operations/disable.d.ts.map +1 -1
  287. package/dist/src/unstable/mcps/operations/disable.js +2 -2
  288. package/dist/src/unstable/mcps/operations/disable.js.map +1 -1
  289. package/dist/src/unstable/mcps/operations/enable.d.ts.map +1 -1
  290. package/dist/src/unstable/mcps/operations/enable.js +5 -8
  291. package/dist/src/unstable/mcps/operations/enable.js.map +1 -1
  292. package/dist/src/unstable/mcps/operations/install.d.ts.map +1 -1
  293. package/dist/src/unstable/mcps/operations/install.js +34 -13
  294. package/dist/src/unstable/mcps/operations/install.js.map +1 -1
  295. package/dist/src/unstable/mcps/operations/publish.d.ts +1 -1
  296. package/dist/src/unstable/mcps/operations/publish.d.ts.map +1 -1
  297. package/dist/src/unstable/mcps/operations/publish.js +2 -2
  298. package/dist/src/unstable/mcps/operations/publish.js.map +1 -1
  299. package/dist/src/unstable/mcps/operations/uninstall.d.ts.map +1 -1
  300. package/dist/src/unstable/mcps/operations/uninstall.js +4 -4
  301. package/dist/src/unstable/mcps/operations/uninstall.js.map +1 -1
  302. package/dist/src/unstable/packaging/bazel.d.ts.map +1 -1
  303. package/dist/src/unstable/packaging/bazel.js +2 -29
  304. package/dist/src/unstable/packaging/bazel.js.map +1 -1
  305. package/dist/src/unstable/packaging/cargo.d.ts.map +1 -1
  306. package/dist/src/unstable/packaging/cargo.js +1 -12
  307. package/dist/src/unstable/packaging/cargo.js.map +1 -1
  308. package/dist/src/unstable/packaging/cocoapods.d.ts.map +1 -1
  309. package/dist/src/unstable/packaging/cocoapods.js +1 -26
  310. package/dist/src/unstable/packaging/cocoapods.js.map +1 -1
  311. package/dist/src/unstable/packaging/composer.d.ts.map +1 -1
  312. package/dist/src/unstable/packaging/composer.js +1 -27
  313. package/dist/src/unstable/packaging/composer.js.map +1 -1
  314. package/dist/src/unstable/packaging/conan.d.ts.map +1 -1
  315. package/dist/src/unstable/packaging/conan.js +2 -13
  316. package/dist/src/unstable/packaging/conan.js.map +1 -1
  317. package/dist/src/unstable/packaging/conda.d.ts.map +1 -1
  318. package/dist/src/unstable/packaging/conda.js +1 -26
  319. package/dist/src/unstable/packaging/conda.js.map +1 -1
  320. package/dist/src/unstable/packaging/cpan.d.ts.map +1 -1
  321. package/dist/src/unstable/packaging/cpan.js +2 -27
  322. package/dist/src/unstable/packaging/cpan.js.map +1 -1
  323. package/dist/src/unstable/packaging/cran.d.ts.map +1 -1
  324. package/dist/src/unstable/packaging/cran.js +2 -13
  325. package/dist/src/unstable/packaging/cran.js.map +1 -1
  326. package/dist/src/unstable/packaging/docker.d.ts.map +1 -1
  327. package/dist/src/unstable/packaging/docker.js +1 -27
  328. package/dist/src/unstable/packaging/docker.js.map +1 -1
  329. package/dist/src/unstable/packaging/gem.d.ts.map +1 -1
  330. package/dist/src/unstable/packaging/gem.js +1 -12
  331. package/dist/src/unstable/packaging/gem.js.map +1 -1
  332. package/dist/src/unstable/packaging/golang.d.ts.map +1 -1
  333. package/dist/src/unstable/packaging/golang.js +2 -29
  334. package/dist/src/unstable/packaging/golang.js.map +1 -1
  335. package/dist/src/unstable/packaging/hackage.d.ts.map +1 -1
  336. package/dist/src/unstable/packaging/hackage.js +1 -12
  337. package/dist/src/unstable/packaging/hackage.js.map +1 -1
  338. package/dist/src/unstable/packaging/hex.d.ts.map +1 -1
  339. package/dist/src/unstable/packaging/hex.js +1 -27
  340. package/dist/src/unstable/packaging/hex.js.map +1 -1
  341. package/dist/src/unstable/packaging/huggingface.d.ts.map +1 -1
  342. package/dist/src/unstable/packaging/huggingface.js +2 -13
  343. package/dist/src/unstable/packaging/huggingface.js.map +1 -1
  344. package/dist/src/unstable/packaging/jsr.d.ts.map +1 -1
  345. package/dist/src/unstable/packaging/jsr.js +2 -28
  346. package/dist/src/unstable/packaging/jsr.js.map +1 -1
  347. package/dist/src/unstable/packaging/julia.d.ts.map +1 -1
  348. package/dist/src/unstable/packaging/julia.js +1 -12
  349. package/dist/src/unstable/packaging/julia.js.map +1 -1
  350. package/dist/src/unstable/packaging/luarocks.d.ts.map +1 -1
  351. package/dist/src/unstable/packaging/luarocks.js +1 -26
  352. package/dist/src/unstable/packaging/luarocks.js.map +1 -1
  353. package/dist/src/unstable/packaging/maven.d.ts.map +1 -1
  354. package/dist/src/unstable/packaging/maven.js +1 -26
  355. package/dist/src/unstable/packaging/maven.js.map +1 -1
  356. package/dist/src/unstable/packaging/mojo.d.ts.map +1 -1
  357. package/dist/src/unstable/packaging/mojo.js +1 -26
  358. package/dist/src/unstable/packaging/mojo.js.map +1 -1
  359. package/dist/src/unstable/packaging/npm.d.ts.map +1 -1
  360. package/dist/src/unstable/packaging/npm.js +1 -28
  361. package/dist/src/unstable/packaging/npm.js.map +1 -1
  362. package/dist/src/unstable/packaging/nuget.d.ts.map +1 -1
  363. package/dist/src/unstable/packaging/nuget.js +2 -28
  364. package/dist/src/unstable/packaging/nuget.js.map +1 -1
  365. package/dist/src/unstable/packaging/opam.d.ts.map +1 -1
  366. package/dist/src/unstable/packaging/opam.js +1 -12
  367. package/dist/src/unstable/packaging/opam.js.map +1 -1
  368. package/dist/src/unstable/packaging/pub.d.ts.map +1 -1
  369. package/dist/src/unstable/packaging/pub.js +1 -27
  370. package/dist/src/unstable/packaging/pub.js.map +1 -1
  371. package/dist/src/unstable/packaging/pypi.d.ts.map +1 -1
  372. package/dist/src/unstable/packaging/pypi.js +2 -26
  373. package/dist/src/unstable/packaging/pypi.js.map +1 -1
  374. package/dist/src/unstable/packaging/reader-io.d.ts +29 -0
  375. package/dist/src/unstable/packaging/reader-io.d.ts.map +1 -0
  376. package/dist/src/unstable/packaging/reader-io.js +29 -0
  377. package/dist/src/unstable/packaging/reader-io.js.map +1 -0
  378. package/dist/src/unstable/packaging/swift.d.ts.map +1 -1
  379. package/dist/src/unstable/packaging/swift.js +1 -25
  380. package/dist/src/unstable/packaging/swift.js.map +1 -1
  381. package/dist/src/unstable/packaging/zig.d.ts.map +1 -1
  382. package/dist/src/unstable/packaging/zig.js +1 -26
  383. package/dist/src/unstable/packaging/zig.js.map +1 -1
  384. package/dist/src/unstable/packs/dependency-resolution.d.ts +3 -1
  385. package/dist/src/unstable/packs/dependency-resolution.d.ts.map +1 -1
  386. package/dist/src/unstable/packs/dependency-resolution.js +11 -10
  387. package/dist/src/unstable/packs/dependency-resolution.js.map +1 -1
  388. package/dist/src/unstable/packs/expansion.d.ts +3 -0
  389. package/dist/src/unstable/packs/expansion.d.ts.map +1 -1
  390. package/dist/src/unstable/packs/expansion.js +2 -2
  391. package/dist/src/unstable/packs/expansion.js.map +1 -1
  392. package/dist/src/unstable/packs/operations/publish.d.ts.map +1 -1
  393. package/dist/src/unstable/packs/operations/publish.js +1 -1
  394. package/dist/src/unstable/packs/operations/publish.js.map +1 -1
  395. package/dist/src/unstable/plan/index.d.ts +2 -1
  396. package/dist/src/unstable/plan/index.d.ts.map +1 -1
  397. package/dist/src/unstable/plan/index.js +2 -0
  398. package/dist/src/unstable/plan/index.js.map +1 -1
  399. package/dist/src/unstable/plan/job-step-message.d.ts +7 -0
  400. package/dist/src/unstable/plan/job-step-message.d.ts.map +1 -0
  401. package/dist/src/unstable/plan/job-step-message.js +7 -0
  402. package/dist/src/unstable/plan/job-step-message.js.map +1 -0
  403. package/dist/src/unstable/plan/plan.d.ts +5 -2
  404. package/dist/src/unstable/plan/plan.d.ts.map +1 -1
  405. package/dist/src/unstable/plan/plan.js +10 -1
  406. package/dist/src/unstable/plan/plan.js.map +1 -1
  407. package/dist/src/unstable/plan/resolve-plan.d.ts +1 -1
  408. package/dist/src/unstable/publish/input-normalization.d.ts.map +1 -1
  409. package/dist/src/unstable/publish/input-normalization.js +3 -3
  410. package/dist/src/unstable/publish/input-normalization.js.map +1 -1
  411. package/dist/src/unstable/publish/manifest-policy.d.ts.map +1 -1
  412. package/dist/src/unstable/publish/manifest-policy.js +2 -2
  413. package/dist/src/unstable/publish/manifest-policy.js.map +1 -1
  414. package/dist/src/unstable/registry/__generated__/registry-client.d.ts +1603 -157
  415. package/dist/src/unstable/registry/__generated__/registry-client.d.ts.map +1 -1
  416. package/dist/src/unstable/registry/__generated__/registry-client.js +249 -3
  417. package/dist/src/unstable/registry/__generated__/registry-client.js.map +1 -1
  418. package/dist/src/unstable/registry/admin-client.d.ts +2 -2
  419. package/dist/src/unstable/registry/client.d.ts +52 -0
  420. package/dist/src/unstable/registry/client.d.ts.map +1 -1
  421. package/dist/src/unstable/registry/client.js +3 -2
  422. package/dist/src/unstable/registry/client.js.map +1 -1
  423. package/dist/src/unstable/registry/index.d.ts +1 -1
  424. package/dist/src/unstable/registry/index.d.ts.map +1 -1
  425. package/dist/src/unstable/registry/index.js.map +1 -1
  426. package/dist/src/unstable/registry/local-client.d.ts.map +1 -1
  427. package/dist/src/unstable/registry/local-client.js +1 -0
  428. package/dist/src/unstable/registry/local-client.js.map +1 -1
  429. package/dist/src/unstable/registry/remote-client.d.ts.map +1 -1
  430. package/dist/src/unstable/registry/remote-client.js +59 -0
  431. package/dist/src/unstable/registry/remote-client.js.map +1 -1
  432. package/dist/src/unstable/registry/schema.d.ts.map +1 -1
  433. package/dist/src/unstable/registry/schema.js +1 -2
  434. package/dist/src/unstable/registry/schema.js.map +1 -1
  435. package/dist/src/unstable/rules/discovery.d.ts +3 -3
  436. package/dist/src/unstable/rules/discovery.d.ts.map +1 -1
  437. package/dist/src/unstable/rules/discovery.js +6 -93
  438. package/dist/src/unstable/rules/discovery.js.map +1 -1
  439. package/dist/src/unstable/rules/manager.d.ts.map +1 -1
  440. package/dist/src/unstable/rules/manager.js +34 -136
  441. package/dist/src/unstable/rules/manager.js.map +1 -1
  442. package/dist/src/unstable/settings/index.d.ts +2 -2
  443. package/dist/src/unstable/settings/index.d.ts.map +1 -1
  444. package/dist/src/unstable/settings/index.js +1 -1
  445. package/dist/src/unstable/settings/index.js.map +1 -1
  446. package/dist/src/unstable/settings/schema.d.ts +74 -75
  447. package/dist/src/unstable/settings/schema.d.ts.map +1 -1
  448. package/dist/src/unstable/settings/schema.js +105 -126
  449. package/dist/src/unstable/settings/schema.js.map +1 -1
  450. package/dist/src/unstable/skills/operations/copy.d.ts.map +1 -1
  451. package/dist/src/unstable/skills/operations/copy.js +1 -1
  452. package/dist/src/unstable/skills/operations/copy.js.map +1 -1
  453. package/dist/src/unstable/skills/operations/install.d.ts.map +1 -1
  454. package/dist/src/unstable/skills/operations/install.js +1 -1
  455. package/dist/src/unstable/skills/operations/install.js.map +1 -1
  456. package/dist/src/unstable/skills/operations/publish.d.ts.map +1 -1
  457. package/dist/src/unstable/skills/operations/publish.js +1 -1
  458. package/dist/src/unstable/skills/operations/publish.js.map +1 -1
  459. package/dist/src/unstable/skills/paths.d.ts +1 -1
  460. package/dist/src/unstable/skills/paths.d.ts.map +1 -1
  461. package/dist/src/unstable/skills/paths.js +4 -12
  462. package/dist/src/unstable/skills/paths.js.map +1 -1
  463. package/dist/src/unstable/source-resolution/providers/azurerepos/scp.d.ts +2 -2
  464. package/dist/src/unstable/source-resolution/providers/azurerepos/url.d.ts +2 -2
  465. package/dist/src/unstable/source-resolution/providers/bitbucket/scp.d.ts +1 -1
  466. package/dist/src/unstable/source-resolution/providers/bitbucket/url.d.ts +1 -1
  467. package/dist/src/unstable/source-resolution/providers/convention-discovery.d.ts.map +1 -1
  468. package/dist/src/unstable/source-resolution/providers/convention-discovery.js +3 -11
  469. package/dist/src/unstable/source-resolution/providers/convention-discovery.js.map +1 -1
  470. package/dist/src/unstable/source-resolution/providers/github/scp.d.ts +1 -1
  471. package/dist/src/unstable/source-resolution/providers/github/url.d.ts +1 -1
  472. package/dist/src/unstable/source-resolution/providers/gitlab/scp.d.ts +1 -1
  473. package/dist/src/unstable/source-resolution/providers/gitlab/url.d.ts +1 -1
  474. package/dist/src/unstable/sources/lock-entry-to-ref.d.ts.map +1 -1
  475. package/dist/src/unstable/sources/lock-entry-to-ref.js +2 -1
  476. package/dist/src/unstable/sources/lock-entry-to-ref.js.map +1 -1
  477. package/dist/src/unstable/sources/source-to-lock-entry.d.ts.map +1 -1
  478. package/dist/src/unstable/sources/source-to-lock-entry.js +6 -61
  479. package/dist/src/unstable/sources/source-to-lock-entry.js.map +1 -1
  480. package/dist/src/unstable/subagents/lock-entry-builder.d.ts.map +1 -1
  481. package/dist/src/unstable/subagents/lock-entry-builder.js +7 -63
  482. package/dist/src/unstable/subagents/lock-entry-builder.js.map +1 -1
  483. package/dist/src/unstable/subagents/operations/publish.d.ts.map +1 -1
  484. package/dist/src/unstable/subagents/operations/publish.js +1 -1
  485. package/dist/src/unstable/subagents/operations/publish.js.map +1 -1
  486. package/dist/src/unstable/subagents/paths.d.ts +1 -1
  487. package/dist/src/unstable/subagents/paths.d.ts.map +1 -1
  488. package/dist/src/unstable/subagents/paths.js +6 -14
  489. package/dist/src/unstable/subagents/paths.js.map +1 -1
  490. package/dist/src/unstable/subagents/rendering/types.d.ts +2 -7
  491. package/dist/src/unstable/subagents/rendering/types.d.ts.map +1 -1
  492. package/dist/src/unstable/subagents/rendering/types.js.map +1 -1
  493. package/dist/src/unstable/update-check/update-check.d.ts +1 -1
  494. package/dist/src/unstable/update-check/update-check.js +3 -3
  495. package/dist/src/unstable/update-check/update-check.js.map +1 -1
  496. package/dist/src/unstable/utils/environment.d.ts +1 -13
  497. package/dist/src/unstable/utils/environment.d.ts.map +1 -1
  498. package/dist/src/unstable/utils/environment.js +1 -22
  499. package/dist/src/unstable/utils/environment.js.map +1 -1
  500. package/dist/src/unstable/utils/index.d.ts +1 -1
  501. package/dist/src/unstable/utils/index.d.ts.map +1 -1
  502. package/dist/src/unstable/utils/index.js +1 -1
  503. package/dist/src/unstable/utils/index.js.map +1 -1
  504. package/dist/src/unstable/workflows/install-command/workflow.d.ts +1 -1
  505. package/dist/src/unstable/workflows/uninstall-command/workflow.d.ts +1 -1
  506. package/dist/src/unstable/workspace/display-plan.d.ts +1 -1
  507. package/dist/src/unstable/workspace/index.d.ts +1 -0
  508. package/dist/src/unstable/workspace/index.d.ts.map +1 -1
  509. package/dist/src/unstable/workspace/index.js +1 -0
  510. package/dist/src/unstable/workspace/index.js.map +1 -1
  511. package/dist/src/unstable/workspace/initialization.d.ts +245 -217
  512. package/dist/src/unstable/workspace/initialization.d.ts.map +1 -1
  513. package/dist/src/unstable/workspace/paths.d.ts +3 -0
  514. package/dist/src/unstable/workspace/paths.d.ts.map +1 -1
  515. package/dist/src/unstable/workspace/paths.js +7 -4
  516. package/dist/src/unstable/workspace/paths.js.map +1 -1
  517. package/dist/src/unstable/workspace/read-model/discovery/skills.d.ts.map +1 -1
  518. package/dist/src/unstable/workspace/read-model/discovery/skills.js +3 -17
  519. package/dist/src/unstable/workspace/read-model/discovery/skills.js.map +1 -1
  520. package/dist/src/unstable/workspace/read-model/scanners/canonical-extensions.d.ts.map +1 -1
  521. package/dist/src/unstable/workspace/read-model/scanners/canonical-extensions.js +2 -1
  522. package/dist/src/unstable/workspace/read-model/scanners/canonical-extensions.js.map +1 -1
  523. package/dist/src/unstable/workspace/read-model/service.d.ts.map +1 -1
  524. package/dist/src/unstable/workspace/read-model/service.js +2 -1
  525. package/dist/src/unstable/workspace/read-model/service.js.map +1 -1
  526. package/dist/src/unstable/workspace/service-interface.d.ts +25 -2
  527. package/dist/src/unstable/workspace/service-interface.d.ts.map +1 -1
  528. package/dist/src/unstable/workspace/service-interface.js.map +1 -1
  529. package/dist/src/unstable/workspace/service.d.ts +372 -295
  530. package/dist/src/unstable/workspace/service.d.ts.map +1 -1
  531. package/dist/src/unstable/workspace/service.js +134 -50
  532. package/dist/src/unstable/workspace/service.js.map +1 -1
  533. package/dist/src/unstable/workspace/test-stubs.d.ts +2 -0
  534. package/dist/src/unstable/workspace/test-stubs.d.ts.map +1 -1
  535. package/dist/src/unstable/workspace/test-stubs.js +10 -0
  536. package/dist/src/unstable/workspace/test-stubs.js.map +1 -1
  537. package/dist/src/unstable/workspace/version-currency/collectors.d.ts.map +1 -1
  538. package/dist/src/unstable/workspace/version-currency/collectors.js +2 -3
  539. package/dist/src/unstable/workspace/version-currency/collectors.js.map +1 -1
  540. package/dist/src/unstable/workspace/version-currency/test-stubs.d.ts.map +1 -1
  541. package/dist/src/unstable/workspace/version-currency/test-stubs.js +1 -0
  542. package/dist/src/unstable/workspace/version-currency/test-stubs.js.map +1 -1
  543. package/dist/src/unstable/yaml/index.d.ts +13 -0
  544. package/dist/src/unstable/yaml/index.d.ts.map +1 -0
  545. package/dist/src/unstable/yaml/index.js +73 -0
  546. package/dist/src/unstable/yaml/index.js.map +1 -0
  547. package/package.json +16 -8
  548. package/site-content/__generated__/schemas/axm-lock.schema.json +77 -0
  549. package/site-content/__generated__/schemas/{mcp-server.schema.json → mcp.schema.json} +1 -1
  550. package/site-content/__generated__/schemas/settings.schema.json +61 -8
@@ -2,10 +2,11 @@
2
2
  * WorkspaceMutations mutation facade implementation.
3
3
  *
4
4
  * This is the sole public gateway for all settings and lockfile read/write
5
- * operations. It reads through `WorkspaceReadModel` and calls the write I/O
6
- * functions (`writeSettings`, `writeLockfile`) directly while managing mutation
7
- * serialization via a single Semaphore(1). No other service should perform
8
- * settings or lockfile I/O in production; the per-service semaphores in
5
+ * operations. It reads through `WorkspaceReadModel`, writes settings directly,
6
+ * and commits lockfile snapshots through the lockfile module so cross-process
7
+ * updates are serialized and merged per entry. It also serializes in-process
8
+ * mutations via a single Semaphore(1). No other service should perform settings
9
+ * or lockfile I/O in production; the per-service semaphores in
9
10
  * `settings/service.ts` and `lockfile/service.ts` have been removed.
10
11
  *
11
12
  * Supporting logic is split into focused modules:
@@ -21,10 +22,10 @@ import * as Path from "effect/Path";
21
22
  import * as Option from "effect/Option";
22
23
  import type { Handle } from "../extensions/handle.js";
23
24
  import { type AppError } from "../app-error/index.js";
24
- import { type CommandEntry, type FilesEntry, type HookEntry, type InstructionsConfigValue, type McpServerEntry, type SkillEntry, type SubagentEntry, type PackEntry, type RuleEntry, type SourceHostConfig } from "../settings/index.js";
25
+ import { type CommandEntry, type FilesEntry, type HookEntry, type InstructionsConfigValue, type LibraryEntry, type McpServerEntry, type SkillEntry, type SubagentEntry, type PackEntry, type RuleEntry, type SourceHostConfig } from "../settings/index.js";
25
26
  import * as Effect from "effect/Effect";
26
27
  import * as Layer from "effect/Layer";
27
- import { WorkspaceMutations, type WorkspaceMutationsOptions, type SetSkillArgs, type SetPackArgs, type SetCommandArgs, type SetFilesArgs, type SetRuleArgs, type SetHookArgs, type SetMcpServerArgs, type SetSubagentArgs, type SkillPathSource, type ExtensionTarget } from "./service-interface.js";
28
+ import { WorkspaceMutations, type WorkspaceMutationsOptions, type SetSkillArgs, type SetPackArgs, type SetCommandArgs, type SetFilesArgs, type SetRuleArgs, type SetHookArgs, type SetLibraryArgs, type SetMcpServerArgs, type SetSubagentArgs, type SkillPathSource, type ExtensionTarget } from "./service-interface.js";
28
29
  import type { LockfileState } from "./augment-plan.js";
29
30
  /**
30
31
  * Options for creating workspace mutations.
@@ -38,20 +39,20 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
38
39
  getConfiguredSources: () => Effect.Effect<ReadonlyArray<SourceHostConfig>, AppError>;
39
40
  getConfiguredSourceByName: (name: string) => Effect.Effect<Option.Option<{
40
41
  readonly name: string;
41
- readonly url: URL;
42
42
  readonly type: "github";
43
+ readonly url: URL;
43
44
  } | {
44
45
  readonly name: string;
45
- readonly url: URL;
46
46
  readonly type: "gitlab";
47
+ readonly url: URL;
47
48
  } | {
48
49
  readonly name: string;
49
- readonly url: URL;
50
50
  readonly type: "bitbucket";
51
+ readonly url: URL;
51
52
  } | {
52
53
  readonly name: string;
53
- readonly url: URL;
54
54
  readonly type: "azurerepos";
55
+ readonly url: URL;
55
56
  } | {
56
57
  readonly name: string;
57
58
  readonly type: "registry";
@@ -97,28 +98,28 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
97
98
  setInstructionsConfig: (config: InstructionsConfigValue) => Effect.Effect<void, AppError, never>;
98
99
  getConfiguredMcpServerEntries: () => Effect.Effect<{
99
100
  readonly [x: string]: {
100
- readonly env: {
101
- readonly [x: string]: string;
102
- };
103
101
  readonly source: string;
104
102
  readonly enabled: boolean;
105
103
  readonly authored: boolean;
106
- readonly url?: string | undefined;
104
+ readonly env: {
105
+ readonly [x: string]: string;
106
+ };
107
107
  readonly command?: string | undefined;
108
+ readonly args?: readonly string[] | undefined;
109
+ readonly url?: string | undefined;
108
110
  readonly headers?: {
109
111
  readonly [x: string]: string;
110
112
  } | undefined;
111
- readonly args?: readonly string[] | undefined;
112
113
  };
113
114
  }, AppError, never>;
114
115
  getConfiguredFilesEntries: () => Effect.Effect<{
115
116
  readonly [x: string]: {
116
117
  readonly source: string;
118
+ readonly enabled: boolean;
119
+ readonly authored: boolean;
117
120
  readonly inputs: {
118
121
  readonly [x: string]: string | number | boolean;
119
122
  };
120
- readonly enabled: boolean;
121
- readonly authored: boolean;
122
123
  };
123
124
  }, AppError, never>;
124
125
  getWorkspaceVars: () => Effect.Effect<{
@@ -131,10 +132,8 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
131
132
  readonly repo: string;
132
133
  readonly installedAt: Date;
133
134
  readonly updatedAt: Date;
134
- readonly path?: string | undefined;
135
135
  readonly ref?: string | undefined;
136
- readonly gitTreeHash?: string | undefined;
137
- readonly retainedByPack?: boolean | undefined;
136
+ readonly path?: string | undefined;
138
137
  readonly resolvedInputs?: {
139
138
  readonly [x: string]: string | number | boolean;
140
139
  } | undefined;
@@ -144,16 +143,16 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
144
143
  readonly region?: string | undefined;
145
144
  readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
146
145
  }[] | undefined;
146
+ readonly gitTreeHash?: string | undefined;
147
+ readonly retainedByPack?: boolean | undefined;
147
148
  } | {
148
149
  readonly type: "gitlab";
149
150
  readonly owner: string;
150
151
  readonly repo: string;
151
152
  readonly installedAt: Date;
152
153
  readonly updatedAt: Date;
153
- readonly path?: string | undefined;
154
154
  readonly ref?: string | undefined;
155
- readonly gitTreeHash?: string | undefined;
156
- readonly retainedByPack?: boolean | undefined;
155
+ readonly path?: string | undefined;
157
156
  readonly resolvedInputs?: {
158
157
  readonly [x: string]: string | number | boolean;
159
158
  } | undefined;
@@ -163,16 +162,16 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
163
162
  readonly region?: string | undefined;
164
163
  readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
165
164
  }[] | undefined;
165
+ readonly gitTreeHash?: string | undefined;
166
+ readonly retainedByPack?: boolean | undefined;
166
167
  } | {
167
168
  readonly type: "bitbucket";
168
169
  readonly owner: string;
169
170
  readonly repo: string;
170
171
  readonly installedAt: Date;
171
172
  readonly updatedAt: Date;
172
- readonly path?: string | undefined;
173
173
  readonly ref?: string | undefined;
174
- readonly gitTreeHash?: string | undefined;
175
- readonly retainedByPack?: boolean | undefined;
174
+ readonly path?: string | undefined;
176
175
  readonly resolvedInputs?: {
177
176
  readonly [x: string]: string | number | boolean;
178
177
  } | undefined;
@@ -182,17 +181,17 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
182
181
  readonly region?: string | undefined;
183
182
  readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
184
183
  }[] | undefined;
184
+ readonly gitTreeHash?: string | undefined;
185
+ readonly retainedByPack?: boolean | undefined;
185
186
  } | {
186
- readonly project: string;
187
187
  readonly type: "azurerepos";
188
- readonly repo: string;
189
188
  readonly organization: string;
189
+ readonly project: string;
190
+ readonly repo: string;
190
191
  readonly installedAt: Date;
191
192
  readonly updatedAt: Date;
192
- readonly path?: string | undefined;
193
193
  readonly ref?: string | undefined;
194
- readonly gitTreeHash?: string | undefined;
195
- readonly retainedByPack?: boolean | undefined;
194
+ readonly path?: string | undefined;
196
195
  readonly resolvedInputs?: {
197
196
  readonly [x: string]: string | number | boolean;
198
197
  } | undefined;
@@ -202,15 +201,15 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
202
201
  readonly region?: string | undefined;
203
202
  readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
204
203
  }[] | undefined;
204
+ readonly gitTreeHash?: string | undefined;
205
+ readonly retainedByPack?: boolean | undefined;
205
206
  } | {
206
- readonly url: string;
207
207
  readonly type: "git";
208
+ readonly url: string;
208
209
  readonly installedAt: Date;
209
210
  readonly updatedAt: Date;
210
- readonly path?: string | undefined;
211
211
  readonly ref?: string | undefined;
212
- readonly gitTreeHash?: string | undefined;
213
- readonly retainedByPack?: boolean | undefined;
212
+ readonly path?: string | undefined;
214
213
  readonly resolvedInputs?: {
215
214
  readonly [x: string]: string | number | boolean;
216
215
  } | undefined;
@@ -220,13 +219,13 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
220
219
  readonly region?: string | undefined;
221
220
  readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
222
221
  }[] | undefined;
222
+ readonly gitTreeHash?: string | undefined;
223
+ readonly retainedByPack?: boolean | undefined;
223
224
  } | {
224
- readonly path: string;
225
225
  readonly type: "local";
226
+ readonly path: string;
226
227
  readonly installedAt: Date;
227
228
  readonly updatedAt: Date;
228
- readonly gitTreeHash?: string | undefined;
229
- readonly retainedByPack?: boolean | undefined;
230
229
  readonly resolvedInputs?: {
231
230
  readonly [x: string]: string | number | boolean;
232
231
  } | undefined;
@@ -236,17 +235,17 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
236
235
  readonly region?: string | undefined;
237
236
  readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
238
237
  }[] | undefined;
238
+ readonly gitTreeHash?: string | undefined;
239
+ readonly retainedByPack?: boolean | undefined;
239
240
  } | {
240
- readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
241
241
  readonly type: "registry";
242
242
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
243
+ readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
243
244
  readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
244
245
  readonly integrity: string;
245
246
  readonly sourceName: string;
246
247
  readonly installedAt: Date;
247
248
  readonly updatedAt: Date;
248
- readonly gitTreeHash?: string | undefined;
249
- readonly retainedByPack?: boolean | undefined;
250
249
  readonly resolvedInputs?: {
251
250
  readonly [x: string]: string | number | boolean;
252
251
  } | undefined;
@@ -256,6 +255,8 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
256
255
  readonly region?: string | undefined;
257
256
  readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
258
257
  }[] | undefined;
258
+ readonly gitTreeHash?: string | undefined;
259
+ readonly retainedByPack?: boolean | undefined;
259
260
  };
260
261
  }, AppError, never>;
261
262
  getLockedFilesEntry: (name: string) => Effect.Effect<Option.Option<{
@@ -264,10 +265,8 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
264
265
  readonly repo: string;
265
266
  readonly installedAt: Date;
266
267
  readonly updatedAt: Date;
267
- readonly path?: string | undefined;
268
268
  readonly ref?: string | undefined;
269
- readonly gitTreeHash?: string | undefined;
270
- readonly retainedByPack?: boolean | undefined;
269
+ readonly path?: string | undefined;
271
270
  readonly resolvedInputs?: {
272
271
  readonly [x: string]: string | number | boolean;
273
272
  } | undefined;
@@ -277,16 +276,16 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
277
276
  readonly region?: string | undefined;
278
277
  readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
279
278
  }[] | undefined;
279
+ readonly gitTreeHash?: string | undefined;
280
+ readonly retainedByPack?: boolean | undefined;
280
281
  } | {
281
282
  readonly type: "gitlab";
282
283
  readonly owner: string;
283
284
  readonly repo: string;
284
285
  readonly installedAt: Date;
285
286
  readonly updatedAt: Date;
286
- readonly path?: string | undefined;
287
287
  readonly ref?: string | undefined;
288
- readonly gitTreeHash?: string | undefined;
289
- readonly retainedByPack?: boolean | undefined;
288
+ readonly path?: string | undefined;
290
289
  readonly resolvedInputs?: {
291
290
  readonly [x: string]: string | number | boolean;
292
291
  } | undefined;
@@ -296,16 +295,16 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
296
295
  readonly region?: string | undefined;
297
296
  readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
298
297
  }[] | undefined;
298
+ readonly gitTreeHash?: string | undefined;
299
+ readonly retainedByPack?: boolean | undefined;
299
300
  } | {
300
301
  readonly type: "bitbucket";
301
302
  readonly owner: string;
302
303
  readonly repo: string;
303
304
  readonly installedAt: Date;
304
305
  readonly updatedAt: Date;
305
- readonly path?: string | undefined;
306
306
  readonly ref?: string | undefined;
307
- readonly gitTreeHash?: string | undefined;
308
- readonly retainedByPack?: boolean | undefined;
307
+ readonly path?: string | undefined;
309
308
  readonly resolvedInputs?: {
310
309
  readonly [x: string]: string | number | boolean;
311
310
  } | undefined;
@@ -315,17 +314,17 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
315
314
  readonly region?: string | undefined;
316
315
  readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
317
316
  }[] | undefined;
317
+ readonly gitTreeHash?: string | undefined;
318
+ readonly retainedByPack?: boolean | undefined;
318
319
  } | {
319
- readonly project: string;
320
320
  readonly type: "azurerepos";
321
- readonly repo: string;
322
321
  readonly organization: string;
322
+ readonly project: string;
323
+ readonly repo: string;
323
324
  readonly installedAt: Date;
324
325
  readonly updatedAt: Date;
325
- readonly path?: string | undefined;
326
326
  readonly ref?: string | undefined;
327
- readonly gitTreeHash?: string | undefined;
328
- readonly retainedByPack?: boolean | undefined;
327
+ readonly path?: string | undefined;
329
328
  readonly resolvedInputs?: {
330
329
  readonly [x: string]: string | number | boolean;
331
330
  } | undefined;
@@ -335,15 +334,15 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
335
334
  readonly region?: string | undefined;
336
335
  readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
337
336
  }[] | undefined;
337
+ readonly gitTreeHash?: string | undefined;
338
+ readonly retainedByPack?: boolean | undefined;
338
339
  } | {
339
- readonly url: string;
340
340
  readonly type: "git";
341
+ readonly url: string;
341
342
  readonly installedAt: Date;
342
343
  readonly updatedAt: Date;
343
- readonly path?: string | undefined;
344
344
  readonly ref?: string | undefined;
345
- readonly gitTreeHash?: string | undefined;
346
- readonly retainedByPack?: boolean | undefined;
345
+ readonly path?: string | undefined;
347
346
  readonly resolvedInputs?: {
348
347
  readonly [x: string]: string | number | boolean;
349
348
  } | undefined;
@@ -353,13 +352,13 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
353
352
  readonly region?: string | undefined;
354
353
  readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
355
354
  }[] | undefined;
355
+ readonly gitTreeHash?: string | undefined;
356
+ readonly retainedByPack?: boolean | undefined;
356
357
  } | {
357
- readonly path: string;
358
358
  readonly type: "local";
359
+ readonly path: string;
359
360
  readonly installedAt: Date;
360
361
  readonly updatedAt: Date;
361
- readonly gitTreeHash?: string | undefined;
362
- readonly retainedByPack?: boolean | undefined;
363
362
  readonly resolvedInputs?: {
364
363
  readonly [x: string]: string | number | boolean;
365
364
  } | undefined;
@@ -369,17 +368,17 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
369
368
  readonly region?: string | undefined;
370
369
  readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
371
370
  }[] | undefined;
371
+ readonly gitTreeHash?: string | undefined;
372
+ readonly retainedByPack?: boolean | undefined;
372
373
  } | {
373
- readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
374
374
  readonly type: "registry";
375
375
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
376
+ readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
376
377
  readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
377
378
  readonly integrity: string;
378
379
  readonly sourceName: string;
379
380
  readonly installedAt: Date;
380
381
  readonly updatedAt: Date;
381
- readonly gitTreeHash?: string | undefined;
382
- readonly retainedByPack?: boolean | undefined;
383
382
  readonly resolvedInputs?: {
384
383
  readonly [x: string]: string | number | boolean;
385
384
  } | undefined;
@@ -389,6 +388,8 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
389
388
  readonly region?: string | undefined;
390
389
  readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
391
390
  }[] | undefined;
391
+ readonly gitTreeHash?: string | undefined;
392
+ readonly retainedByPack?: boolean | undefined;
392
393
  }>, AppError, never>;
393
394
  setFiles: ({ name, lockEntry, versionRange }: SetFilesArgs) => Effect.Effect<void, AppError, never>;
394
395
  setFilesLock: ({ name, lockEntry }: SetFilesArgs) => Effect.Effect<void, AppError, never>;
@@ -411,110 +412,110 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
411
412
  readonly repo: string;
412
413
  readonly installedAt: Date;
413
414
  readonly updatedAt: Date;
414
- readonly path?: string | undefined;
415
415
  readonly ref?: string | undefined;
416
- readonly gitTreeHash?: string | undefined;
417
- readonly retainedByPack?: boolean | undefined;
416
+ readonly path?: string | undefined;
418
417
  readonly materializedTargets?: readonly {
419
418
  readonly target: string & import("effect/Brand").Brand<"RelativePath">;
420
419
  readonly mode: "sync-once" | "sync-always" | "managed-region";
421
420
  readonly region?: string | undefined;
422
421
  readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
423
422
  }[] | undefined;
423
+ readonly gitTreeHash?: string | undefined;
424
+ readonly retainedByPack?: boolean | undefined;
424
425
  } | {
425
426
  readonly type: "gitlab";
426
427
  readonly owner: string;
427
428
  readonly repo: string;
428
429
  readonly installedAt: Date;
429
430
  readonly updatedAt: Date;
430
- readonly path?: string | undefined;
431
431
  readonly ref?: string | undefined;
432
- readonly gitTreeHash?: string | undefined;
433
- readonly retainedByPack?: boolean | undefined;
432
+ readonly path?: string | undefined;
434
433
  readonly materializedTargets?: readonly {
435
434
  readonly target: string & import("effect/Brand").Brand<"RelativePath">;
436
435
  readonly mode: "sync-once" | "sync-always" | "managed-region";
437
436
  readonly region?: string | undefined;
438
437
  readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
439
438
  }[] | undefined;
439
+ readonly gitTreeHash?: string | undefined;
440
+ readonly retainedByPack?: boolean | undefined;
440
441
  } | {
441
442
  readonly type: "bitbucket";
442
443
  readonly owner: string;
443
444
  readonly repo: string;
444
445
  readonly installedAt: Date;
445
446
  readonly updatedAt: Date;
446
- readonly path?: string | undefined;
447
447
  readonly ref?: string | undefined;
448
- readonly gitTreeHash?: string | undefined;
449
- readonly retainedByPack?: boolean | undefined;
448
+ readonly path?: string | undefined;
450
449
  readonly materializedTargets?: readonly {
451
450
  readonly target: string & import("effect/Brand").Brand<"RelativePath">;
452
451
  readonly mode: "sync-once" | "sync-always" | "managed-region";
453
452
  readonly region?: string | undefined;
454
453
  readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
455
454
  }[] | undefined;
455
+ readonly gitTreeHash?: string | undefined;
456
+ readonly retainedByPack?: boolean | undefined;
456
457
  } | {
457
- readonly project: string;
458
458
  readonly type: "azurerepos";
459
- readonly repo: string;
460
459
  readonly organization: string;
460
+ readonly project: string;
461
+ readonly repo: string;
461
462
  readonly installedAt: Date;
462
463
  readonly updatedAt: Date;
463
- readonly path?: string | undefined;
464
464
  readonly ref?: string | undefined;
465
- readonly gitTreeHash?: string | undefined;
466
- readonly retainedByPack?: boolean | undefined;
465
+ readonly path?: string | undefined;
467
466
  readonly materializedTargets?: readonly {
468
467
  readonly target: string & import("effect/Brand").Brand<"RelativePath">;
469
468
  readonly mode: "sync-once" | "sync-always" | "managed-region";
470
469
  readonly region?: string | undefined;
471
470
  readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
472
471
  }[] | undefined;
472
+ readonly gitTreeHash?: string | undefined;
473
+ readonly retainedByPack?: boolean | undefined;
473
474
  } | {
474
- readonly url: string;
475
475
  readonly type: "git";
476
+ readonly url: string;
476
477
  readonly installedAt: Date;
477
478
  readonly updatedAt: Date;
478
- readonly path?: string | undefined;
479
479
  readonly ref?: string | undefined;
480
- readonly gitTreeHash?: string | undefined;
481
- readonly retainedByPack?: boolean | undefined;
480
+ readonly path?: string | undefined;
482
481
  readonly materializedTargets?: readonly {
483
482
  readonly target: string & import("effect/Brand").Brand<"RelativePath">;
484
483
  readonly mode: "sync-once" | "sync-always" | "managed-region";
485
484
  readonly region?: string | undefined;
486
485
  readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
487
486
  }[] | undefined;
487
+ readonly gitTreeHash?: string | undefined;
488
+ readonly retainedByPack?: boolean | undefined;
488
489
  } | {
489
- readonly path: string;
490
490
  readonly type: "local";
491
+ readonly path: string;
491
492
  readonly installedAt: Date;
492
493
  readonly updatedAt: Date;
493
- readonly gitTreeHash?: string | undefined;
494
- readonly retainedByPack?: boolean | undefined;
495
494
  readonly materializedTargets?: readonly {
496
495
  readonly target: string & import("effect/Brand").Brand<"RelativePath">;
497
496
  readonly mode: "sync-once" | "sync-always" | "managed-region";
498
497
  readonly region?: string | undefined;
499
498
  readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
500
499
  }[] | undefined;
500
+ readonly gitTreeHash?: string | undefined;
501
+ readonly retainedByPack?: boolean | undefined;
501
502
  } | {
502
- readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
503
503
  readonly type: "registry";
504
504
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
505
+ readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
505
506
  readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
506
507
  readonly integrity: string;
507
508
  readonly sourceName: string;
508
509
  readonly installedAt: Date;
509
510
  readonly updatedAt: Date;
510
- readonly gitTreeHash?: string | undefined;
511
- readonly retainedByPack?: boolean | undefined;
512
511
  readonly materializedTargets?: readonly {
513
512
  readonly target: string & import("effect/Brand").Brand<"RelativePath">;
514
513
  readonly mode: "sync-once" | "sync-always" | "managed-region";
515
514
  readonly region?: string | undefined;
516
515
  readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
517
516
  }[] | undefined;
517
+ readonly gitTreeHash?: string | undefined;
518
+ readonly retainedByPack?: boolean | undefined;
518
519
  };
519
520
  }, AppError, never>;
520
521
  getLockedRuleEntry: (name: string) => Effect.Effect<Option.Option<{
@@ -523,110 +524,110 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
523
524
  readonly repo: string;
524
525
  readonly installedAt: Date;
525
526
  readonly updatedAt: Date;
526
- readonly path?: string | undefined;
527
527
  readonly ref?: string | undefined;
528
- readonly gitTreeHash?: string | undefined;
529
- readonly retainedByPack?: boolean | undefined;
528
+ readonly path?: string | undefined;
530
529
  readonly materializedTargets?: readonly {
531
530
  readonly target: string & import("effect/Brand").Brand<"RelativePath">;
532
531
  readonly mode: "sync-once" | "sync-always" | "managed-region";
533
532
  readonly region?: string | undefined;
534
533
  readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
535
534
  }[] | undefined;
535
+ readonly gitTreeHash?: string | undefined;
536
+ readonly retainedByPack?: boolean | undefined;
536
537
  } | {
537
538
  readonly type: "gitlab";
538
539
  readonly owner: string;
539
540
  readonly repo: string;
540
541
  readonly installedAt: Date;
541
542
  readonly updatedAt: Date;
542
- readonly path?: string | undefined;
543
543
  readonly ref?: string | undefined;
544
- readonly gitTreeHash?: string | undefined;
545
- readonly retainedByPack?: boolean | undefined;
544
+ readonly path?: string | undefined;
546
545
  readonly materializedTargets?: readonly {
547
546
  readonly target: string & import("effect/Brand").Brand<"RelativePath">;
548
547
  readonly mode: "sync-once" | "sync-always" | "managed-region";
549
548
  readonly region?: string | undefined;
550
549
  readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
551
550
  }[] | undefined;
551
+ readonly gitTreeHash?: string | undefined;
552
+ readonly retainedByPack?: boolean | undefined;
552
553
  } | {
553
554
  readonly type: "bitbucket";
554
555
  readonly owner: string;
555
556
  readonly repo: string;
556
557
  readonly installedAt: Date;
557
558
  readonly updatedAt: Date;
558
- readonly path?: string | undefined;
559
559
  readonly ref?: string | undefined;
560
- readonly gitTreeHash?: string | undefined;
561
- readonly retainedByPack?: boolean | undefined;
560
+ readonly path?: string | undefined;
562
561
  readonly materializedTargets?: readonly {
563
562
  readonly target: string & import("effect/Brand").Brand<"RelativePath">;
564
563
  readonly mode: "sync-once" | "sync-always" | "managed-region";
565
564
  readonly region?: string | undefined;
566
565
  readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
567
566
  }[] | undefined;
567
+ readonly gitTreeHash?: string | undefined;
568
+ readonly retainedByPack?: boolean | undefined;
568
569
  } | {
569
- readonly project: string;
570
570
  readonly type: "azurerepos";
571
- readonly repo: string;
572
571
  readonly organization: string;
572
+ readonly project: string;
573
+ readonly repo: string;
573
574
  readonly installedAt: Date;
574
575
  readonly updatedAt: Date;
575
- readonly path?: string | undefined;
576
576
  readonly ref?: string | undefined;
577
- readonly gitTreeHash?: string | undefined;
578
- readonly retainedByPack?: boolean | undefined;
577
+ readonly path?: string | undefined;
579
578
  readonly materializedTargets?: readonly {
580
579
  readonly target: string & import("effect/Brand").Brand<"RelativePath">;
581
580
  readonly mode: "sync-once" | "sync-always" | "managed-region";
582
581
  readonly region?: string | undefined;
583
582
  readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
584
583
  }[] | undefined;
584
+ readonly gitTreeHash?: string | undefined;
585
+ readonly retainedByPack?: boolean | undefined;
585
586
  } | {
586
- readonly url: string;
587
587
  readonly type: "git";
588
+ readonly url: string;
588
589
  readonly installedAt: Date;
589
590
  readonly updatedAt: Date;
590
- readonly path?: string | undefined;
591
591
  readonly ref?: string | undefined;
592
- readonly gitTreeHash?: string | undefined;
593
- readonly retainedByPack?: boolean | undefined;
592
+ readonly path?: string | undefined;
594
593
  readonly materializedTargets?: readonly {
595
594
  readonly target: string & import("effect/Brand").Brand<"RelativePath">;
596
595
  readonly mode: "sync-once" | "sync-always" | "managed-region";
597
596
  readonly region?: string | undefined;
598
597
  readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
599
598
  }[] | undefined;
599
+ readonly gitTreeHash?: string | undefined;
600
+ readonly retainedByPack?: boolean | undefined;
600
601
  } | {
601
- readonly path: string;
602
602
  readonly type: "local";
603
+ readonly path: string;
603
604
  readonly installedAt: Date;
604
605
  readonly updatedAt: Date;
605
- readonly gitTreeHash?: string | undefined;
606
- readonly retainedByPack?: boolean | undefined;
607
606
  readonly materializedTargets?: readonly {
608
607
  readonly target: string & import("effect/Brand").Brand<"RelativePath">;
609
608
  readonly mode: "sync-once" | "sync-always" | "managed-region";
610
609
  readonly region?: string | undefined;
611
610
  readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
612
611
  }[] | undefined;
612
+ readonly gitTreeHash?: string | undefined;
613
+ readonly retainedByPack?: boolean | undefined;
613
614
  } | {
614
- readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
615
615
  readonly type: "registry";
616
616
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
617
+ readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
617
618
  readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
618
619
  readonly integrity: string;
619
620
  readonly sourceName: string;
620
621
  readonly installedAt: Date;
621
622
  readonly updatedAt: Date;
622
- readonly gitTreeHash?: string | undefined;
623
- readonly retainedByPack?: boolean | undefined;
624
623
  readonly materializedTargets?: readonly {
625
624
  readonly target: string & import("effect/Brand").Brand<"RelativePath">;
626
625
  readonly mode: "sync-once" | "sync-always" | "managed-region";
627
626
  readonly region?: string | undefined;
628
627
  readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
629
628
  }[] | undefined;
629
+ readonly gitTreeHash?: string | undefined;
630
+ readonly retainedByPack?: boolean | undefined;
630
631
  }>, AppError, never>;
631
632
  setRule: ({ name, lockEntry, versionRange }: SetRuleArgs) => Effect.Effect<void, AppError, never>;
632
633
  setRuleLock: ({ name, lockEntry }: SetRuleArgs) => Effect.Effect<void, AppError, never>;
@@ -649,110 +650,110 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
649
650
  readonly repo: string;
650
651
  readonly installedAt: Date;
651
652
  readonly updatedAt: Date;
652
- readonly path?: string | undefined;
653
653
  readonly ref?: string | undefined;
654
- readonly gitTreeHash?: string | undefined;
655
- readonly retainedByPack?: boolean | undefined;
654
+ readonly path?: string | undefined;
656
655
  readonly materializedTargets?: readonly {
657
656
  readonly target: string & import("effect/Brand").Brand<"RelativePath">;
658
657
  readonly mode: "sync-once" | "sync-always" | "managed-region";
659
658
  readonly region?: string | undefined;
660
659
  readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
661
660
  }[] | undefined;
661
+ readonly gitTreeHash?: string | undefined;
662
+ readonly retainedByPack?: boolean | undefined;
662
663
  } | {
663
664
  readonly type: "gitlab";
664
665
  readonly owner: string;
665
666
  readonly repo: string;
666
667
  readonly installedAt: Date;
667
668
  readonly updatedAt: Date;
668
- readonly path?: string | undefined;
669
669
  readonly ref?: string | undefined;
670
- readonly gitTreeHash?: string | undefined;
671
- readonly retainedByPack?: boolean | undefined;
670
+ readonly path?: string | undefined;
672
671
  readonly materializedTargets?: readonly {
673
672
  readonly target: string & import("effect/Brand").Brand<"RelativePath">;
674
673
  readonly mode: "sync-once" | "sync-always" | "managed-region";
675
674
  readonly region?: string | undefined;
676
675
  readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
677
676
  }[] | undefined;
677
+ readonly gitTreeHash?: string | undefined;
678
+ readonly retainedByPack?: boolean | undefined;
678
679
  } | {
679
680
  readonly type: "bitbucket";
680
681
  readonly owner: string;
681
682
  readonly repo: string;
682
683
  readonly installedAt: Date;
683
684
  readonly updatedAt: Date;
684
- readonly path?: string | undefined;
685
685
  readonly ref?: string | undefined;
686
- readonly gitTreeHash?: string | undefined;
687
- readonly retainedByPack?: boolean | undefined;
686
+ readonly path?: string | undefined;
688
687
  readonly materializedTargets?: readonly {
689
688
  readonly target: string & import("effect/Brand").Brand<"RelativePath">;
690
689
  readonly mode: "sync-once" | "sync-always" | "managed-region";
691
690
  readonly region?: string | undefined;
692
691
  readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
693
692
  }[] | undefined;
693
+ readonly gitTreeHash?: string | undefined;
694
+ readonly retainedByPack?: boolean | undefined;
694
695
  } | {
695
- readonly project: string;
696
696
  readonly type: "azurerepos";
697
- readonly repo: string;
698
697
  readonly organization: string;
698
+ readonly project: string;
699
+ readonly repo: string;
699
700
  readonly installedAt: Date;
700
701
  readonly updatedAt: Date;
701
- readonly path?: string | undefined;
702
702
  readonly ref?: string | undefined;
703
- readonly gitTreeHash?: string | undefined;
704
- readonly retainedByPack?: boolean | undefined;
703
+ readonly path?: string | undefined;
705
704
  readonly materializedTargets?: readonly {
706
705
  readonly target: string & import("effect/Brand").Brand<"RelativePath">;
707
706
  readonly mode: "sync-once" | "sync-always" | "managed-region";
708
707
  readonly region?: string | undefined;
709
708
  readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
710
709
  }[] | undefined;
710
+ readonly gitTreeHash?: string | undefined;
711
+ readonly retainedByPack?: boolean | undefined;
711
712
  } | {
712
- readonly url: string;
713
713
  readonly type: "git";
714
+ readonly url: string;
714
715
  readonly installedAt: Date;
715
716
  readonly updatedAt: Date;
716
- readonly path?: string | undefined;
717
717
  readonly ref?: string | undefined;
718
- readonly gitTreeHash?: string | undefined;
719
- readonly retainedByPack?: boolean | undefined;
718
+ readonly path?: string | undefined;
720
719
  readonly materializedTargets?: readonly {
721
720
  readonly target: string & import("effect/Brand").Brand<"RelativePath">;
722
721
  readonly mode: "sync-once" | "sync-always" | "managed-region";
723
722
  readonly region?: string | undefined;
724
723
  readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
725
724
  }[] | undefined;
725
+ readonly gitTreeHash?: string | undefined;
726
+ readonly retainedByPack?: boolean | undefined;
726
727
  } | {
727
- readonly path: string;
728
728
  readonly type: "local";
729
+ readonly path: string;
729
730
  readonly installedAt: Date;
730
731
  readonly updatedAt: Date;
731
- readonly gitTreeHash?: string | undefined;
732
- readonly retainedByPack?: boolean | undefined;
733
732
  readonly materializedTargets?: readonly {
734
733
  readonly target: string & import("effect/Brand").Brand<"RelativePath">;
735
734
  readonly mode: "sync-once" | "sync-always" | "managed-region";
736
735
  readonly region?: string | undefined;
737
736
  readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
738
737
  }[] | undefined;
738
+ readonly gitTreeHash?: string | undefined;
739
+ readonly retainedByPack?: boolean | undefined;
739
740
  } | {
740
- readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
741
741
  readonly type: "registry";
742
742
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
743
+ readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
743
744
  readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
744
745
  readonly integrity: string;
745
746
  readonly sourceName: string;
746
747
  readonly installedAt: Date;
747
748
  readonly updatedAt: Date;
748
- readonly gitTreeHash?: string | undefined;
749
- readonly retainedByPack?: boolean | undefined;
750
749
  readonly materializedTargets?: readonly {
751
750
  readonly target: string & import("effect/Brand").Brand<"RelativePath">;
752
751
  readonly mode: "sync-once" | "sync-always" | "managed-region";
753
752
  readonly region?: string | undefined;
754
753
  readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
755
754
  }[] | undefined;
755
+ readonly gitTreeHash?: string | undefined;
756
+ readonly retainedByPack?: boolean | undefined;
756
757
  };
757
758
  }, AppError, never>;
758
759
  getLockedHookEntry: (name: string) => Effect.Effect<Option.Option<{
@@ -761,110 +762,110 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
761
762
  readonly repo: string;
762
763
  readonly installedAt: Date;
763
764
  readonly updatedAt: Date;
764
- readonly path?: string | undefined;
765
765
  readonly ref?: string | undefined;
766
- readonly gitTreeHash?: string | undefined;
767
- readonly retainedByPack?: boolean | undefined;
766
+ readonly path?: string | undefined;
768
767
  readonly materializedTargets?: readonly {
769
768
  readonly target: string & import("effect/Brand").Brand<"RelativePath">;
770
769
  readonly mode: "sync-once" | "sync-always" | "managed-region";
771
770
  readonly region?: string | undefined;
772
771
  readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
773
772
  }[] | undefined;
773
+ readonly gitTreeHash?: string | undefined;
774
+ readonly retainedByPack?: boolean | undefined;
774
775
  } | {
775
776
  readonly type: "gitlab";
776
777
  readonly owner: string;
777
778
  readonly repo: string;
778
779
  readonly installedAt: Date;
779
780
  readonly updatedAt: Date;
780
- readonly path?: string | undefined;
781
781
  readonly ref?: string | undefined;
782
- readonly gitTreeHash?: string | undefined;
783
- readonly retainedByPack?: boolean | undefined;
782
+ readonly path?: string | undefined;
784
783
  readonly materializedTargets?: readonly {
785
784
  readonly target: string & import("effect/Brand").Brand<"RelativePath">;
786
785
  readonly mode: "sync-once" | "sync-always" | "managed-region";
787
786
  readonly region?: string | undefined;
788
787
  readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
789
788
  }[] | undefined;
789
+ readonly gitTreeHash?: string | undefined;
790
+ readonly retainedByPack?: boolean | undefined;
790
791
  } | {
791
792
  readonly type: "bitbucket";
792
793
  readonly owner: string;
793
794
  readonly repo: string;
794
795
  readonly installedAt: Date;
795
796
  readonly updatedAt: Date;
796
- readonly path?: string | undefined;
797
797
  readonly ref?: string | undefined;
798
- readonly gitTreeHash?: string | undefined;
799
- readonly retainedByPack?: boolean | undefined;
798
+ readonly path?: string | undefined;
800
799
  readonly materializedTargets?: readonly {
801
800
  readonly target: string & import("effect/Brand").Brand<"RelativePath">;
802
801
  readonly mode: "sync-once" | "sync-always" | "managed-region";
803
802
  readonly region?: string | undefined;
804
803
  readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
805
804
  }[] | undefined;
805
+ readonly gitTreeHash?: string | undefined;
806
+ readonly retainedByPack?: boolean | undefined;
806
807
  } | {
807
- readonly project: string;
808
808
  readonly type: "azurerepos";
809
- readonly repo: string;
810
809
  readonly organization: string;
810
+ readonly project: string;
811
+ readonly repo: string;
811
812
  readonly installedAt: Date;
812
813
  readonly updatedAt: Date;
813
- readonly path?: string | undefined;
814
814
  readonly ref?: string | undefined;
815
- readonly gitTreeHash?: string | undefined;
816
- readonly retainedByPack?: boolean | undefined;
815
+ readonly path?: string | undefined;
817
816
  readonly materializedTargets?: readonly {
818
817
  readonly target: string & import("effect/Brand").Brand<"RelativePath">;
819
818
  readonly mode: "sync-once" | "sync-always" | "managed-region";
820
819
  readonly region?: string | undefined;
821
820
  readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
822
821
  }[] | undefined;
822
+ readonly gitTreeHash?: string | undefined;
823
+ readonly retainedByPack?: boolean | undefined;
823
824
  } | {
824
- readonly url: string;
825
825
  readonly type: "git";
826
+ readonly url: string;
826
827
  readonly installedAt: Date;
827
828
  readonly updatedAt: Date;
828
- readonly path?: string | undefined;
829
829
  readonly ref?: string | undefined;
830
- readonly gitTreeHash?: string | undefined;
831
- readonly retainedByPack?: boolean | undefined;
830
+ readonly path?: string | undefined;
832
831
  readonly materializedTargets?: readonly {
833
832
  readonly target: string & import("effect/Brand").Brand<"RelativePath">;
834
833
  readonly mode: "sync-once" | "sync-always" | "managed-region";
835
834
  readonly region?: string | undefined;
836
835
  readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
837
836
  }[] | undefined;
837
+ readonly gitTreeHash?: string | undefined;
838
+ readonly retainedByPack?: boolean | undefined;
838
839
  } | {
839
- readonly path: string;
840
840
  readonly type: "local";
841
+ readonly path: string;
841
842
  readonly installedAt: Date;
842
843
  readonly updatedAt: Date;
843
- readonly gitTreeHash?: string | undefined;
844
- readonly retainedByPack?: boolean | undefined;
845
844
  readonly materializedTargets?: readonly {
846
845
  readonly target: string & import("effect/Brand").Brand<"RelativePath">;
847
846
  readonly mode: "sync-once" | "sync-always" | "managed-region";
848
847
  readonly region?: string | undefined;
849
848
  readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
850
849
  }[] | undefined;
850
+ readonly gitTreeHash?: string | undefined;
851
+ readonly retainedByPack?: boolean | undefined;
851
852
  } | {
852
- readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
853
853
  readonly type: "registry";
854
854
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
855
+ readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
855
856
  readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
856
857
  readonly integrity: string;
857
858
  readonly sourceName: string;
858
859
  readonly installedAt: Date;
859
860
  readonly updatedAt: Date;
860
- readonly gitTreeHash?: string | undefined;
861
- readonly retainedByPack?: boolean | undefined;
862
861
  readonly materializedTargets?: readonly {
863
862
  readonly target: string & import("effect/Brand").Brand<"RelativePath">;
864
863
  readonly mode: "sync-once" | "sync-always" | "managed-region";
865
864
  readonly region?: string | undefined;
866
865
  readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
867
866
  }[] | undefined;
867
+ readonly gitTreeHash?: string | undefined;
868
+ readonly retainedByPack?: boolean | undefined;
868
869
  }>, AppError, never>;
869
870
  setHook: ({ name, lockEntry, versionRange }: SetHookArgs) => Effect.Effect<void, AppError, never>;
870
871
  setHookLock: ({ name, lockEntry }: SetHookArgs) => Effect.Effect<void, AppError, never>;
@@ -878,11 +879,11 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
878
879
  readonly type: "github";
879
880
  readonly owner: string;
880
881
  readonly repo: string;
881
- readonly agents: readonly string[];
882
882
  readonly installedAt: Date;
883
883
  readonly updatedAt: Date;
884
- readonly path?: string | undefined;
884
+ readonly agents: readonly string[];
885
885
  readonly ref?: string | undefined;
886
+ readonly path?: string | undefined;
886
887
  readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
887
888
  readonly renderedFiles?: {
888
889
  readonly [x: string]: readonly {
@@ -895,11 +896,11 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
895
896
  readonly type: "gitlab";
896
897
  readonly owner: string;
897
898
  readonly repo: string;
898
- readonly agents: readonly string[];
899
899
  readonly installedAt: Date;
900
900
  readonly updatedAt: Date;
901
- readonly path?: string | undefined;
901
+ readonly agents: readonly string[];
902
902
  readonly ref?: string | undefined;
903
+ readonly path?: string | undefined;
903
904
  readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
904
905
  readonly renderedFiles?: {
905
906
  readonly [x: string]: readonly {
@@ -912,11 +913,11 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
912
913
  readonly type: "bitbucket";
913
914
  readonly owner: string;
914
915
  readonly repo: string;
915
- readonly agents: readonly string[];
916
916
  readonly installedAt: Date;
917
917
  readonly updatedAt: Date;
918
- readonly path?: string | undefined;
918
+ readonly agents: readonly string[];
919
919
  readonly ref?: string | undefined;
920
+ readonly path?: string | undefined;
920
921
  readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
921
922
  readonly renderedFiles?: {
922
923
  readonly [x: string]: readonly {
@@ -926,15 +927,15 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
926
927
  readonly gitTreeHash?: string | undefined;
927
928
  readonly retainedByPack?: boolean | undefined;
928
929
  } | {
929
- readonly project: string;
930
930
  readonly type: "azurerepos";
931
- readonly repo: string;
932
931
  readonly organization: string;
933
- readonly agents: readonly string[];
932
+ readonly project: string;
933
+ readonly repo: string;
934
934
  readonly installedAt: Date;
935
935
  readonly updatedAt: Date;
936
- readonly path?: string | undefined;
936
+ readonly agents: readonly string[];
937
937
  readonly ref?: string | undefined;
938
+ readonly path?: string | undefined;
938
939
  readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
939
940
  readonly renderedFiles?: {
940
941
  readonly [x: string]: readonly {
@@ -944,13 +945,13 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
944
945
  readonly gitTreeHash?: string | undefined;
945
946
  readonly retainedByPack?: boolean | undefined;
946
947
  } | {
947
- readonly url: string;
948
948
  readonly type: "git";
949
- readonly agents: readonly string[];
949
+ readonly url: string;
950
950
  readonly installedAt: Date;
951
951
  readonly updatedAt: Date;
952
- readonly path?: string | undefined;
952
+ readonly agents: readonly string[];
953
953
  readonly ref?: string | undefined;
954
+ readonly path?: string | undefined;
954
955
  readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
955
956
  readonly renderedFiles?: {
956
957
  readonly [x: string]: readonly {
@@ -960,11 +961,11 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
960
961
  readonly gitTreeHash?: string | undefined;
961
962
  readonly retainedByPack?: boolean | undefined;
962
963
  } | {
963
- readonly path: string;
964
964
  readonly type: "local";
965
- readonly agents: readonly string[];
965
+ readonly path: string;
966
966
  readonly installedAt: Date;
967
967
  readonly updatedAt: Date;
968
+ readonly agents: readonly string[];
968
969
  readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
969
970
  readonly renderedFiles?: {
970
971
  readonly [x: string]: readonly {
@@ -974,15 +975,15 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
974
975
  readonly gitTreeHash?: string | undefined;
975
976
  readonly retainedByPack?: boolean | undefined;
976
977
  } | {
977
- readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
978
978
  readonly type: "registry";
979
979
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
980
- readonly agents: readonly string[];
980
+ readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
981
981
  readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
982
982
  readonly integrity: string;
983
983
  readonly sourceName: string;
984
984
  readonly installedAt: Date;
985
985
  readonly updatedAt: Date;
986
+ readonly agents: readonly string[];
986
987
  readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
987
988
  readonly renderedFiles?: {
988
989
  readonly [x: string]: readonly {
@@ -997,11 +998,11 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
997
998
  readonly type: "github";
998
999
  readonly owner: string;
999
1000
  readonly repo: string;
1000
- readonly agents: readonly string[];
1001
1001
  readonly installedAt: Date;
1002
1002
  readonly updatedAt: Date;
1003
- readonly path?: string | undefined;
1003
+ readonly agents: readonly string[];
1004
1004
  readonly ref?: string | undefined;
1005
+ readonly path?: string | undefined;
1005
1006
  readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1006
1007
  readonly renderedFiles?: {
1007
1008
  readonly [x: string]: readonly {
@@ -1014,11 +1015,11 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
1014
1015
  readonly type: "gitlab";
1015
1016
  readonly owner: string;
1016
1017
  readonly repo: string;
1017
- readonly agents: readonly string[];
1018
1018
  readonly installedAt: Date;
1019
1019
  readonly updatedAt: Date;
1020
- readonly path?: string | undefined;
1020
+ readonly agents: readonly string[];
1021
1021
  readonly ref?: string | undefined;
1022
+ readonly path?: string | undefined;
1022
1023
  readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1023
1024
  readonly renderedFiles?: {
1024
1025
  readonly [x: string]: readonly {
@@ -1031,11 +1032,11 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
1031
1032
  readonly type: "bitbucket";
1032
1033
  readonly owner: string;
1033
1034
  readonly repo: string;
1034
- readonly agents: readonly string[];
1035
1035
  readonly installedAt: Date;
1036
1036
  readonly updatedAt: Date;
1037
- readonly path?: string | undefined;
1037
+ readonly agents: readonly string[];
1038
1038
  readonly ref?: string | undefined;
1039
+ readonly path?: string | undefined;
1039
1040
  readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1040
1041
  readonly renderedFiles?: {
1041
1042
  readonly [x: string]: readonly {
@@ -1045,15 +1046,15 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
1045
1046
  readonly gitTreeHash?: string | undefined;
1046
1047
  readonly retainedByPack?: boolean | undefined;
1047
1048
  } | {
1048
- readonly project: string;
1049
1049
  readonly type: "azurerepos";
1050
- readonly repo: string;
1051
1050
  readonly organization: string;
1052
- readonly agents: readonly string[];
1051
+ readonly project: string;
1052
+ readonly repo: string;
1053
1053
  readonly installedAt: Date;
1054
1054
  readonly updatedAt: Date;
1055
- readonly path?: string | undefined;
1055
+ readonly agents: readonly string[];
1056
1056
  readonly ref?: string | undefined;
1057
+ readonly path?: string | undefined;
1057
1058
  readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1058
1059
  readonly renderedFiles?: {
1059
1060
  readonly [x: string]: readonly {
@@ -1063,13 +1064,13 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
1063
1064
  readonly gitTreeHash?: string | undefined;
1064
1065
  readonly retainedByPack?: boolean | undefined;
1065
1066
  } | {
1066
- readonly url: string;
1067
1067
  readonly type: "git";
1068
- readonly agents: readonly string[];
1068
+ readonly url: string;
1069
1069
  readonly installedAt: Date;
1070
1070
  readonly updatedAt: Date;
1071
- readonly path?: string | undefined;
1071
+ readonly agents: readonly string[];
1072
1072
  readonly ref?: string | undefined;
1073
+ readonly path?: string | undefined;
1073
1074
  readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1074
1075
  readonly renderedFiles?: {
1075
1076
  readonly [x: string]: readonly {
@@ -1079,11 +1080,11 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
1079
1080
  readonly gitTreeHash?: string | undefined;
1080
1081
  readonly retainedByPack?: boolean | undefined;
1081
1082
  } | {
1082
- readonly path: string;
1083
1083
  readonly type: "local";
1084
- readonly agents: readonly string[];
1084
+ readonly path: string;
1085
1085
  readonly installedAt: Date;
1086
1086
  readonly updatedAt: Date;
1087
+ readonly agents: readonly string[];
1087
1088
  readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1088
1089
  readonly renderedFiles?: {
1089
1090
  readonly [x: string]: readonly {
@@ -1093,15 +1094,15 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
1093
1094
  readonly gitTreeHash?: string | undefined;
1094
1095
  readonly retainedByPack?: boolean | undefined;
1095
1096
  } | {
1096
- readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1097
1097
  readonly type: "registry";
1098
1098
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
1099
- readonly agents: readonly string[];
1099
+ readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1100
1100
  readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
1101
1101
  readonly integrity: string;
1102
1102
  readonly sourceName: string;
1103
1103
  readonly installedAt: Date;
1104
1104
  readonly updatedAt: Date;
1105
+ readonly agents: readonly string[];
1105
1106
  readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1106
1107
  readonly renderedFiles?: {
1107
1108
  readonly [x: string]: readonly {
@@ -1132,9 +1133,9 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
1132
1133
  }, AppError, never>;
1133
1134
  getLockedPacks: () => Effect.Effect<{
1134
1135
  readonly [x: string]: {
1135
- readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1136
1136
  readonly type: "registry";
1137
1137
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
1138
+ readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1138
1139
  readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
1139
1140
  readonly integrity: string;
1140
1141
  readonly sourceName: string;
@@ -1164,9 +1165,9 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
1164
1165
  };
1165
1166
  }, AppError, never>;
1166
1167
  getLockedPack: (name: string) => Effect.Effect<Option.Option<{
1167
- readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1168
1168
  readonly type: "registry";
1169
1169
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
1170
+ readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1170
1171
  readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
1171
1172
  readonly integrity: string;
1172
1173
  readonly sourceName: string;
@@ -1197,17 +1198,91 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
1197
1198
  setPack: (args: SetPackArgs) => Effect.Effect<void, AppError, never>;
1198
1199
  setPackEntry: (name: string, entry: PackEntry) => Effect.Effect<void, AppError, never>;
1199
1200
  removePack: (name: string) => Effect.Effect<void, AppError, never>;
1201
+ getConfiguredLibraryEntries: () => Effect.Effect<{
1202
+ readonly [x: string]: {
1203
+ readonly source: string;
1204
+ readonly enabled: boolean;
1205
+ readonly authored: boolean;
1206
+ };
1207
+ }, AppError, never>;
1208
+ getLockedLibraries: () => Effect.Effect<{
1209
+ readonly [x: string]: {
1210
+ readonly type: "registry";
1211
+ readonly owner: string & import("effect/Brand").Brand<"Handle">;
1212
+ readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1213
+ readonly sourceName: string;
1214
+ readonly installedAt: Date;
1215
+ readonly updatedAt: Date;
1216
+ readonly resolvedAt: Date;
1217
+ readonly membershipDigest: string;
1218
+ readonly resolvedSkills: {
1219
+ readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1220
+ };
1221
+ readonly resolvedCommands: {
1222
+ readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1223
+ };
1224
+ readonly resolvedMcpServers: {
1225
+ readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1226
+ };
1227
+ readonly resolvedSubagents: {
1228
+ readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1229
+ };
1230
+ readonly resolvedFiles: {
1231
+ readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1232
+ };
1233
+ readonly resolvedRules: {
1234
+ readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1235
+ };
1236
+ readonly resolvedHooks: {
1237
+ readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1238
+ };
1239
+ };
1240
+ }, AppError, never>;
1241
+ getLockedLibrary: (name: string) => Effect.Effect<Option.Option<{
1242
+ readonly type: "registry";
1243
+ readonly owner: string & import("effect/Brand").Brand<"Handle">;
1244
+ readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1245
+ readonly sourceName: string;
1246
+ readonly installedAt: Date;
1247
+ readonly updatedAt: Date;
1248
+ readonly resolvedAt: Date;
1249
+ readonly membershipDigest: string;
1250
+ readonly resolvedSkills: {
1251
+ readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1252
+ };
1253
+ readonly resolvedCommands: {
1254
+ readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1255
+ };
1256
+ readonly resolvedMcpServers: {
1257
+ readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1258
+ };
1259
+ readonly resolvedSubagents: {
1260
+ readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1261
+ };
1262
+ readonly resolvedFiles: {
1263
+ readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1264
+ };
1265
+ readonly resolvedRules: {
1266
+ readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1267
+ };
1268
+ readonly resolvedHooks: {
1269
+ readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1270
+ };
1271
+ }>, AppError, never>;
1272
+ setLibrary: (args: SetLibraryArgs) => Effect.Effect<void, AppError, never>;
1273
+ setLibraryEntry: (name: string, entry: LibraryEntry) => Effect.Effect<void, AppError, never>;
1274
+ removeLibrary: (name: string) => Effect.Effect<void, AppError, never>;
1200
1275
  getPackDir: (name: string, owner: Handle) => Effect.Effect<import("../packs/paths.js").PackDirPath, never, never>;
1201
1276
  getLockedCommands: () => Effect.Effect<{
1202
1277
  readonly [x: string]: {
1203
1278
  readonly type: "github";
1204
1279
  readonly owner: string;
1205
1280
  readonly repo: string;
1206
- readonly agents: readonly string[];
1207
1281
  readonly installedAt: Date;
1208
1282
  readonly updatedAt: Date;
1209
- readonly path?: string | undefined;
1283
+ readonly agents: readonly string[];
1210
1284
  readonly ref?: string | undefined;
1285
+ readonly path?: string | undefined;
1211
1286
  readonly sourceHash?: string | undefined;
1212
1287
  readonly renderedFiles?: {
1213
1288
  readonly [x: string]: readonly {
@@ -1220,11 +1295,11 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
1220
1295
  readonly type: "gitlab";
1221
1296
  readonly owner: string;
1222
1297
  readonly repo: string;
1223
- readonly agents: readonly string[];
1224
1298
  readonly installedAt: Date;
1225
1299
  readonly updatedAt: Date;
1226
- readonly path?: string | undefined;
1300
+ readonly agents: readonly string[];
1227
1301
  readonly ref?: string | undefined;
1302
+ readonly path?: string | undefined;
1228
1303
  readonly sourceHash?: string | undefined;
1229
1304
  readonly renderedFiles?: {
1230
1305
  readonly [x: string]: readonly {
@@ -1237,11 +1312,11 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
1237
1312
  readonly type: "bitbucket";
1238
1313
  readonly owner: string;
1239
1314
  readonly repo: string;
1240
- readonly agents: readonly string[];
1241
1315
  readonly installedAt: Date;
1242
1316
  readonly updatedAt: Date;
1243
- readonly path?: string | undefined;
1317
+ readonly agents: readonly string[];
1244
1318
  readonly ref?: string | undefined;
1319
+ readonly path?: string | undefined;
1245
1320
  readonly sourceHash?: string | undefined;
1246
1321
  readonly renderedFiles?: {
1247
1322
  readonly [x: string]: readonly {
@@ -1251,15 +1326,15 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
1251
1326
  readonly gitTreeHash?: string | undefined;
1252
1327
  readonly retainedByPack?: boolean | undefined;
1253
1328
  } | {
1254
- readonly project: string;
1255
1329
  readonly type: "azurerepos";
1256
- readonly repo: string;
1257
1330
  readonly organization: string;
1258
- readonly agents: readonly string[];
1331
+ readonly project: string;
1332
+ readonly repo: string;
1259
1333
  readonly installedAt: Date;
1260
1334
  readonly updatedAt: Date;
1261
- readonly path?: string | undefined;
1335
+ readonly agents: readonly string[];
1262
1336
  readonly ref?: string | undefined;
1337
+ readonly path?: string | undefined;
1263
1338
  readonly sourceHash?: string | undefined;
1264
1339
  readonly renderedFiles?: {
1265
1340
  readonly [x: string]: readonly {
@@ -1269,13 +1344,13 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
1269
1344
  readonly gitTreeHash?: string | undefined;
1270
1345
  readonly retainedByPack?: boolean | undefined;
1271
1346
  } | {
1272
- readonly url: string;
1273
1347
  readonly type: "git";
1274
- readonly agents: readonly string[];
1348
+ readonly url: string;
1275
1349
  readonly installedAt: Date;
1276
1350
  readonly updatedAt: Date;
1277
- readonly path?: string | undefined;
1351
+ readonly agents: readonly string[];
1278
1352
  readonly ref?: string | undefined;
1353
+ readonly path?: string | undefined;
1279
1354
  readonly sourceHash?: string | undefined;
1280
1355
  readonly renderedFiles?: {
1281
1356
  readonly [x: string]: readonly {
@@ -1285,11 +1360,11 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
1285
1360
  readonly gitTreeHash?: string | undefined;
1286
1361
  readonly retainedByPack?: boolean | undefined;
1287
1362
  } | {
1288
- readonly path: string;
1289
1363
  readonly type: "local";
1290
- readonly agents: readonly string[];
1364
+ readonly path: string;
1291
1365
  readonly installedAt: Date;
1292
1366
  readonly updatedAt: Date;
1367
+ readonly agents: readonly string[];
1293
1368
  readonly sourceHash?: string | undefined;
1294
1369
  readonly renderedFiles?: {
1295
1370
  readonly [x: string]: readonly {
@@ -1299,15 +1374,15 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
1299
1374
  readonly gitTreeHash?: string | undefined;
1300
1375
  readonly retainedByPack?: boolean | undefined;
1301
1376
  } | {
1302
- readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1303
1377
  readonly type: "registry";
1304
1378
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
1305
- readonly agents: readonly string[];
1379
+ readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1306
1380
  readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
1307
1381
  readonly integrity: string;
1308
1382
  readonly sourceName: string;
1309
1383
  readonly installedAt: Date;
1310
1384
  readonly updatedAt: Date;
1385
+ readonly agents: readonly string[];
1311
1386
  readonly sourceHash?: string | undefined;
1312
1387
  readonly renderedFiles?: {
1313
1388
  readonly [x: string]: readonly {
@@ -1322,11 +1397,11 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
1322
1397
  readonly type: "github";
1323
1398
  readonly owner: string;
1324
1399
  readonly repo: string;
1325
- readonly agents: readonly string[];
1326
1400
  readonly installedAt: Date;
1327
1401
  readonly updatedAt: Date;
1328
- readonly path?: string | undefined;
1402
+ readonly agents: readonly string[];
1329
1403
  readonly ref?: string | undefined;
1404
+ readonly path?: string | undefined;
1330
1405
  readonly sourceHash?: string | undefined;
1331
1406
  readonly renderedFiles?: {
1332
1407
  readonly [x: string]: readonly {
@@ -1339,11 +1414,11 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
1339
1414
  readonly type: "gitlab";
1340
1415
  readonly owner: string;
1341
1416
  readonly repo: string;
1342
- readonly agents: readonly string[];
1343
1417
  readonly installedAt: Date;
1344
1418
  readonly updatedAt: Date;
1345
- readonly path?: string | undefined;
1419
+ readonly agents: readonly string[];
1346
1420
  readonly ref?: string | undefined;
1421
+ readonly path?: string | undefined;
1347
1422
  readonly sourceHash?: string | undefined;
1348
1423
  readonly renderedFiles?: {
1349
1424
  readonly [x: string]: readonly {
@@ -1356,11 +1431,11 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
1356
1431
  readonly type: "bitbucket";
1357
1432
  readonly owner: string;
1358
1433
  readonly repo: string;
1359
- readonly agents: readonly string[];
1360
1434
  readonly installedAt: Date;
1361
1435
  readonly updatedAt: Date;
1362
- readonly path?: string | undefined;
1436
+ readonly agents: readonly string[];
1363
1437
  readonly ref?: string | undefined;
1438
+ readonly path?: string | undefined;
1364
1439
  readonly sourceHash?: string | undefined;
1365
1440
  readonly renderedFiles?: {
1366
1441
  readonly [x: string]: readonly {
@@ -1370,15 +1445,15 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
1370
1445
  readonly gitTreeHash?: string | undefined;
1371
1446
  readonly retainedByPack?: boolean | undefined;
1372
1447
  } | {
1373
- readonly project: string;
1374
1448
  readonly type: "azurerepos";
1375
- readonly repo: string;
1376
1449
  readonly organization: string;
1377
- readonly agents: readonly string[];
1450
+ readonly project: string;
1451
+ readonly repo: string;
1378
1452
  readonly installedAt: Date;
1379
1453
  readonly updatedAt: Date;
1380
- readonly path?: string | undefined;
1454
+ readonly agents: readonly string[];
1381
1455
  readonly ref?: string | undefined;
1456
+ readonly path?: string | undefined;
1382
1457
  readonly sourceHash?: string | undefined;
1383
1458
  readonly renderedFiles?: {
1384
1459
  readonly [x: string]: readonly {
@@ -1388,13 +1463,13 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
1388
1463
  readonly gitTreeHash?: string | undefined;
1389
1464
  readonly retainedByPack?: boolean | undefined;
1390
1465
  } | {
1391
- readonly url: string;
1392
1466
  readonly type: "git";
1393
- readonly agents: readonly string[];
1467
+ readonly url: string;
1394
1468
  readonly installedAt: Date;
1395
1469
  readonly updatedAt: Date;
1396
- readonly path?: string | undefined;
1470
+ readonly agents: readonly string[];
1397
1471
  readonly ref?: string | undefined;
1472
+ readonly path?: string | undefined;
1398
1473
  readonly sourceHash?: string | undefined;
1399
1474
  readonly renderedFiles?: {
1400
1475
  readonly [x: string]: readonly {
@@ -1404,11 +1479,11 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
1404
1479
  readonly gitTreeHash?: string | undefined;
1405
1480
  readonly retainedByPack?: boolean | undefined;
1406
1481
  } | {
1407
- readonly path: string;
1408
1482
  readonly type: "local";
1409
- readonly agents: readonly string[];
1483
+ readonly path: string;
1410
1484
  readonly installedAt: Date;
1411
1485
  readonly updatedAt: Date;
1486
+ readonly agents: readonly string[];
1412
1487
  readonly sourceHash?: string | undefined;
1413
1488
  readonly renderedFiles?: {
1414
1489
  readonly [x: string]: readonly {
@@ -1418,15 +1493,15 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
1418
1493
  readonly gitTreeHash?: string | undefined;
1419
1494
  readonly retainedByPack?: boolean | undefined;
1420
1495
  } | {
1421
- readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1422
1496
  readonly type: "registry";
1423
1497
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
1424
- readonly agents: readonly string[];
1498
+ readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1425
1499
  readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
1426
1500
  readonly integrity: string;
1427
1501
  readonly sourceName: string;
1428
1502
  readonly installedAt: Date;
1429
1503
  readonly updatedAt: Date;
1504
+ readonly agents: readonly string[];
1430
1505
  readonly sourceHash?: string | undefined;
1431
1506
  readonly renderedFiles?: {
1432
1507
  readonly [x: string]: readonly {
@@ -1446,11 +1521,11 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
1446
1521
  readonly type: "github";
1447
1522
  readonly owner: string;
1448
1523
  readonly repo: string;
1449
- readonly agents: readonly string[];
1450
1524
  readonly installedAt: Date;
1451
1525
  readonly updatedAt: Date;
1452
- readonly path?: string | undefined;
1526
+ readonly agents: readonly string[];
1453
1527
  readonly ref?: string | undefined;
1528
+ readonly path?: string | undefined;
1454
1529
  readonly sourceHash?: string | undefined;
1455
1530
  readonly renderedFiles?: {
1456
1531
  readonly [x: string]: readonly {
@@ -1463,11 +1538,11 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
1463
1538
  readonly type: "gitlab";
1464
1539
  readonly owner: string;
1465
1540
  readonly repo: string;
1466
- readonly agents: readonly string[];
1467
1541
  readonly installedAt: Date;
1468
1542
  readonly updatedAt: Date;
1469
- readonly path?: string | undefined;
1543
+ readonly agents: readonly string[];
1470
1544
  readonly ref?: string | undefined;
1545
+ readonly path?: string | undefined;
1471
1546
  readonly sourceHash?: string | undefined;
1472
1547
  readonly renderedFiles?: {
1473
1548
  readonly [x: string]: readonly {
@@ -1480,11 +1555,11 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
1480
1555
  readonly type: "bitbucket";
1481
1556
  readonly owner: string;
1482
1557
  readonly repo: string;
1483
- readonly agents: readonly string[];
1484
1558
  readonly installedAt: Date;
1485
1559
  readonly updatedAt: Date;
1486
- readonly path?: string | undefined;
1560
+ readonly agents: readonly string[];
1487
1561
  readonly ref?: string | undefined;
1562
+ readonly path?: string | undefined;
1488
1563
  readonly sourceHash?: string | undefined;
1489
1564
  readonly renderedFiles?: {
1490
1565
  readonly [x: string]: readonly {
@@ -1494,15 +1569,15 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
1494
1569
  readonly gitTreeHash?: string | undefined;
1495
1570
  readonly retainedByPack?: boolean | undefined;
1496
1571
  } | {
1497
- readonly project: string;
1498
1572
  readonly type: "azurerepos";
1499
- readonly repo: string;
1500
1573
  readonly organization: string;
1501
- readonly agents: readonly string[];
1574
+ readonly project: string;
1575
+ readonly repo: string;
1502
1576
  readonly installedAt: Date;
1503
1577
  readonly updatedAt: Date;
1504
- readonly path?: string | undefined;
1578
+ readonly agents: readonly string[];
1505
1579
  readonly ref?: string | undefined;
1580
+ readonly path?: string | undefined;
1506
1581
  readonly sourceHash?: string | undefined;
1507
1582
  readonly renderedFiles?: {
1508
1583
  readonly [x: string]: readonly {
@@ -1512,13 +1587,13 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
1512
1587
  readonly gitTreeHash?: string | undefined;
1513
1588
  readonly retainedByPack?: boolean | undefined;
1514
1589
  } | {
1515
- readonly url: string;
1516
1590
  readonly type: "git";
1517
- readonly agents: readonly string[];
1591
+ readonly url: string;
1518
1592
  readonly installedAt: Date;
1519
1593
  readonly updatedAt: Date;
1520
- readonly path?: string | undefined;
1594
+ readonly agents: readonly string[];
1521
1595
  readonly ref?: string | undefined;
1596
+ readonly path?: string | undefined;
1522
1597
  readonly sourceHash?: string | undefined;
1523
1598
  readonly renderedFiles?: {
1524
1599
  readonly [x: string]: readonly {
@@ -1528,11 +1603,11 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
1528
1603
  readonly gitTreeHash?: string | undefined;
1529
1604
  readonly retainedByPack?: boolean | undefined;
1530
1605
  } | {
1531
- readonly path: string;
1532
1606
  readonly type: "local";
1533
- readonly agents: readonly string[];
1607
+ readonly path: string;
1534
1608
  readonly installedAt: Date;
1535
1609
  readonly updatedAt: Date;
1610
+ readonly agents: readonly string[];
1536
1611
  readonly sourceHash?: string | undefined;
1537
1612
  readonly renderedFiles?: {
1538
1613
  readonly [x: string]: readonly {
@@ -1542,15 +1617,15 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
1542
1617
  readonly gitTreeHash?: string | undefined;
1543
1618
  readonly retainedByPack?: boolean | undefined;
1544
1619
  } | {
1545
- readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1546
1620
  readonly type: "registry";
1547
1621
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
1548
- readonly agents: readonly string[];
1622
+ readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1549
1623
  readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
1550
1624
  readonly integrity: string;
1551
1625
  readonly sourceName: string;
1552
1626
  readonly installedAt: Date;
1553
1627
  readonly updatedAt: Date;
1628
+ readonly agents: readonly string[];
1554
1629
  readonly sourceHash?: string | undefined;
1555
1630
  readonly renderedFiles?: {
1556
1631
  readonly [x: string]: readonly {
@@ -1565,11 +1640,11 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
1565
1640
  readonly type: "github";
1566
1641
  readonly owner: string;
1567
1642
  readonly repo: string;
1568
- readonly agents: readonly string[];
1569
1643
  readonly installedAt: Date;
1570
1644
  readonly updatedAt: Date;
1571
- readonly path?: string | undefined;
1645
+ readonly agents: readonly string[];
1572
1646
  readonly ref?: string | undefined;
1647
+ readonly path?: string | undefined;
1573
1648
  readonly sourceHash?: string | undefined;
1574
1649
  readonly renderedFiles?: {
1575
1650
  readonly [x: string]: readonly {
@@ -1582,11 +1657,11 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
1582
1657
  readonly type: "gitlab";
1583
1658
  readonly owner: string;
1584
1659
  readonly repo: string;
1585
- readonly agents: readonly string[];
1586
1660
  readonly installedAt: Date;
1587
1661
  readonly updatedAt: Date;
1588
- readonly path?: string | undefined;
1662
+ readonly agents: readonly string[];
1589
1663
  readonly ref?: string | undefined;
1664
+ readonly path?: string | undefined;
1590
1665
  readonly sourceHash?: string | undefined;
1591
1666
  readonly renderedFiles?: {
1592
1667
  readonly [x: string]: readonly {
@@ -1599,11 +1674,11 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
1599
1674
  readonly type: "bitbucket";
1600
1675
  readonly owner: string;
1601
1676
  readonly repo: string;
1602
- readonly agents: readonly string[];
1603
1677
  readonly installedAt: Date;
1604
1678
  readonly updatedAt: Date;
1605
- readonly path?: string | undefined;
1679
+ readonly agents: readonly string[];
1606
1680
  readonly ref?: string | undefined;
1681
+ readonly path?: string | undefined;
1607
1682
  readonly sourceHash?: string | undefined;
1608
1683
  readonly renderedFiles?: {
1609
1684
  readonly [x: string]: readonly {
@@ -1613,15 +1688,15 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
1613
1688
  readonly gitTreeHash?: string | undefined;
1614
1689
  readonly retainedByPack?: boolean | undefined;
1615
1690
  } | {
1616
- readonly project: string;
1617
1691
  readonly type: "azurerepos";
1618
- readonly repo: string;
1619
1692
  readonly organization: string;
1620
- readonly agents: readonly string[];
1693
+ readonly project: string;
1694
+ readonly repo: string;
1621
1695
  readonly installedAt: Date;
1622
1696
  readonly updatedAt: Date;
1623
- readonly path?: string | undefined;
1697
+ readonly agents: readonly string[];
1624
1698
  readonly ref?: string | undefined;
1699
+ readonly path?: string | undefined;
1625
1700
  readonly sourceHash?: string | undefined;
1626
1701
  readonly renderedFiles?: {
1627
1702
  readonly [x: string]: readonly {
@@ -1631,13 +1706,13 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
1631
1706
  readonly gitTreeHash?: string | undefined;
1632
1707
  readonly retainedByPack?: boolean | undefined;
1633
1708
  } | {
1634
- readonly url: string;
1635
1709
  readonly type: "git";
1636
- readonly agents: readonly string[];
1710
+ readonly url: string;
1637
1711
  readonly installedAt: Date;
1638
1712
  readonly updatedAt: Date;
1639
- readonly path?: string | undefined;
1713
+ readonly agents: readonly string[];
1640
1714
  readonly ref?: string | undefined;
1715
+ readonly path?: string | undefined;
1641
1716
  readonly sourceHash?: string | undefined;
1642
1717
  readonly renderedFiles?: {
1643
1718
  readonly [x: string]: readonly {
@@ -1647,11 +1722,11 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
1647
1722
  readonly gitTreeHash?: string | undefined;
1648
1723
  readonly retainedByPack?: boolean | undefined;
1649
1724
  } | {
1650
- readonly path: string;
1651
1725
  readonly type: "local";
1652
- readonly agents: readonly string[];
1726
+ readonly path: string;
1653
1727
  readonly installedAt: Date;
1654
1728
  readonly updatedAt: Date;
1729
+ readonly agents: readonly string[];
1655
1730
  readonly sourceHash?: string | undefined;
1656
1731
  readonly renderedFiles?: {
1657
1732
  readonly [x: string]: readonly {
@@ -1661,15 +1736,15 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
1661
1736
  readonly gitTreeHash?: string | undefined;
1662
1737
  readonly retainedByPack?: boolean | undefined;
1663
1738
  } | {
1664
- readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1665
1739
  readonly type: "registry";
1666
1740
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
1667
- readonly agents: readonly string[];
1741
+ readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1668
1742
  readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
1669
1743
  readonly integrity: string;
1670
1744
  readonly sourceName: string;
1671
1745
  readonly installedAt: Date;
1672
1746
  readonly updatedAt: Date;
1747
+ readonly agents: readonly string[];
1673
1748
  readonly sourceHash?: string | undefined;
1674
1749
  readonly renderedFiles?: {
1675
1750
  readonly [x: string]: readonly {
@@ -1700,8 +1775,8 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
1700
1775
  readonly repo: string;
1701
1776
  readonly installedAt: Date;
1702
1777
  readonly updatedAt: Date;
1703
- readonly path?: string | undefined;
1704
1778
  readonly ref?: string | undefined;
1779
+ readonly path?: string | undefined;
1705
1780
  readonly gitTreeHash?: string | undefined;
1706
1781
  readonly retainedByPack?: boolean | undefined;
1707
1782
  readonly syncedAgents?: readonly string[] | undefined;
@@ -1711,8 +1786,8 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
1711
1786
  readonly repo: string;
1712
1787
  readonly installedAt: Date;
1713
1788
  readonly updatedAt: Date;
1714
- readonly path?: string | undefined;
1715
1789
  readonly ref?: string | undefined;
1790
+ readonly path?: string | undefined;
1716
1791
  readonly gitTreeHash?: string | undefined;
1717
1792
  readonly retainedByPack?: boolean | undefined;
1718
1793
  readonly syncedAgents?: readonly string[] | undefined;
@@ -1722,45 +1797,45 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
1722
1797
  readonly repo: string;
1723
1798
  readonly installedAt: Date;
1724
1799
  readonly updatedAt: Date;
1725
- readonly path?: string | undefined;
1726
1800
  readonly ref?: string | undefined;
1801
+ readonly path?: string | undefined;
1727
1802
  readonly gitTreeHash?: string | undefined;
1728
1803
  readonly retainedByPack?: boolean | undefined;
1729
1804
  readonly syncedAgents?: readonly string[] | undefined;
1730
1805
  } | {
1731
- readonly project: string;
1732
1806
  readonly type: "azurerepos";
1733
- readonly repo: string;
1734
1807
  readonly organization: string;
1808
+ readonly project: string;
1809
+ readonly repo: string;
1735
1810
  readonly installedAt: Date;
1736
1811
  readonly updatedAt: Date;
1737
- readonly path?: string | undefined;
1738
1812
  readonly ref?: string | undefined;
1813
+ readonly path?: string | undefined;
1739
1814
  readonly gitTreeHash?: string | undefined;
1740
1815
  readonly retainedByPack?: boolean | undefined;
1741
1816
  readonly syncedAgents?: readonly string[] | undefined;
1742
1817
  } | {
1743
- readonly url: string;
1744
1818
  readonly type: "git";
1819
+ readonly url: string;
1745
1820
  readonly installedAt: Date;
1746
1821
  readonly updatedAt: Date;
1747
- readonly path?: string | undefined;
1748
1822
  readonly ref?: string | undefined;
1823
+ readonly path?: string | undefined;
1749
1824
  readonly gitTreeHash?: string | undefined;
1750
1825
  readonly retainedByPack?: boolean | undefined;
1751
1826
  readonly syncedAgents?: readonly string[] | undefined;
1752
1827
  } | {
1753
- readonly path: string;
1754
1828
  readonly type: "local";
1829
+ readonly path: string;
1755
1830
  readonly installedAt: Date;
1756
1831
  readonly updatedAt: Date;
1757
1832
  readonly gitTreeHash?: string | undefined;
1758
1833
  readonly retainedByPack?: boolean | undefined;
1759
1834
  readonly syncedAgents?: readonly string[] | undefined;
1760
1835
  } | {
1761
- readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1762
1836
  readonly type: "registry";
1763
1837
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
1838
+ readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1764
1839
  readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
1765
1840
  readonly integrity: string;
1766
1841
  readonly sourceName: string;
@@ -1770,17 +1845,17 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
1770
1845
  readonly retainedByPack?: boolean | undefined;
1771
1846
  readonly syncedAgents?: readonly string[] | undefined;
1772
1847
  } | {
1773
- readonly type: "inline";
1774
1848
  readonly installedAt: Date;
1775
1849
  readonly updatedAt: Date;
1776
- readonly url?: string | undefined;
1850
+ readonly type: "inline";
1851
+ readonly gitTreeHash?: string | undefined;
1852
+ readonly retainedByPack?: boolean | undefined;
1777
1853
  readonly command?: string | undefined;
1854
+ readonly args?: readonly string[] | undefined;
1855
+ readonly url?: string | undefined;
1778
1856
  readonly headers?: {
1779
1857
  readonly [x: string]: string;
1780
1858
  } | undefined;
1781
- readonly args?: readonly string[] | undefined;
1782
- readonly gitTreeHash?: string | undefined;
1783
- readonly retainedByPack?: boolean | undefined;
1784
1859
  readonly syncedAgents?: readonly string[] | undefined;
1785
1860
  };
1786
1861
  }, AppError, never>;
@@ -1790,8 +1865,8 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
1790
1865
  readonly repo: string;
1791
1866
  readonly installedAt: Date;
1792
1867
  readonly updatedAt: Date;
1793
- readonly path?: string | undefined;
1794
1868
  readonly ref?: string | undefined;
1869
+ readonly path?: string | undefined;
1795
1870
  readonly gitTreeHash?: string | undefined;
1796
1871
  readonly retainedByPack?: boolean | undefined;
1797
1872
  readonly syncedAgents?: readonly string[] | undefined;
@@ -1801,8 +1876,8 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
1801
1876
  readonly repo: string;
1802
1877
  readonly installedAt: Date;
1803
1878
  readonly updatedAt: Date;
1804
- readonly path?: string | undefined;
1805
1879
  readonly ref?: string | undefined;
1880
+ readonly path?: string | undefined;
1806
1881
  readonly gitTreeHash?: string | undefined;
1807
1882
  readonly retainedByPack?: boolean | undefined;
1808
1883
  readonly syncedAgents?: readonly string[] | undefined;
@@ -1812,45 +1887,45 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
1812
1887
  readonly repo: string;
1813
1888
  readonly installedAt: Date;
1814
1889
  readonly updatedAt: Date;
1815
- readonly path?: string | undefined;
1816
1890
  readonly ref?: string | undefined;
1891
+ readonly path?: string | undefined;
1817
1892
  readonly gitTreeHash?: string | undefined;
1818
1893
  readonly retainedByPack?: boolean | undefined;
1819
1894
  readonly syncedAgents?: readonly string[] | undefined;
1820
1895
  } | {
1821
- readonly project: string;
1822
1896
  readonly type: "azurerepos";
1823
- readonly repo: string;
1824
1897
  readonly organization: string;
1898
+ readonly project: string;
1899
+ readonly repo: string;
1825
1900
  readonly installedAt: Date;
1826
1901
  readonly updatedAt: Date;
1827
- readonly path?: string | undefined;
1828
1902
  readonly ref?: string | undefined;
1903
+ readonly path?: string | undefined;
1829
1904
  readonly gitTreeHash?: string | undefined;
1830
1905
  readonly retainedByPack?: boolean | undefined;
1831
1906
  readonly syncedAgents?: readonly string[] | undefined;
1832
1907
  } | {
1833
- readonly url: string;
1834
1908
  readonly type: "git";
1909
+ readonly url: string;
1835
1910
  readonly installedAt: Date;
1836
1911
  readonly updatedAt: Date;
1837
- readonly path?: string | undefined;
1838
1912
  readonly ref?: string | undefined;
1913
+ readonly path?: string | undefined;
1839
1914
  readonly gitTreeHash?: string | undefined;
1840
1915
  readonly retainedByPack?: boolean | undefined;
1841
1916
  readonly syncedAgents?: readonly string[] | undefined;
1842
1917
  } | {
1843
- readonly path: string;
1844
1918
  readonly type: "local";
1919
+ readonly path: string;
1845
1920
  readonly installedAt: Date;
1846
1921
  readonly updatedAt: Date;
1847
1922
  readonly gitTreeHash?: string | undefined;
1848
1923
  readonly retainedByPack?: boolean | undefined;
1849
1924
  readonly syncedAgents?: readonly string[] | undefined;
1850
1925
  } | {
1851
- readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1852
1926
  readonly type: "registry";
1853
1927
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
1928
+ readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1854
1929
  readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
1855
1930
  readonly integrity: string;
1856
1931
  readonly sourceName: string;
@@ -1860,17 +1935,17 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
1860
1935
  readonly retainedByPack?: boolean | undefined;
1861
1936
  readonly syncedAgents?: readonly string[] | undefined;
1862
1937
  } | {
1863
- readonly type: "inline";
1864
1938
  readonly installedAt: Date;
1865
1939
  readonly updatedAt: Date;
1866
- readonly url?: string | undefined;
1940
+ readonly type: "inline";
1941
+ readonly gitTreeHash?: string | undefined;
1942
+ readonly retainedByPack?: boolean | undefined;
1867
1943
  readonly command?: string | undefined;
1944
+ readonly args?: readonly string[] | undefined;
1945
+ readonly url?: string | undefined;
1868
1946
  readonly headers?: {
1869
1947
  readonly [x: string]: string;
1870
1948
  } | undefined;
1871
- readonly args?: readonly string[] | undefined;
1872
- readonly gitTreeHash?: string | undefined;
1873
- readonly retainedByPack?: boolean | undefined;
1874
1949
  readonly syncedAgents?: readonly string[] | undefined;
1875
1950
  }>, AppError, never>;
1876
1951
  setMcpServer: ({ name, lockEntry, env, enabled }: SetMcpServerArgs) => Effect.Effect<void, AppError, never>;
@@ -1885,6 +1960,8 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
1885
1960
  removeMcpServerLock: (name: string) => Effect.Effect<void, AppError, never>;
1886
1961
  removePackSettings: (name: string) => Effect.Effect<void, AppError, never>;
1887
1962
  removePackLock: (name: string) => Effect.Effect<void, AppError, never>;
1963
+ removeLibrarySettings: (name: string) => Effect.Effect<void, AppError, never>;
1964
+ removeLibraryLock: (name: string) => Effect.Effect<void, AppError, never>;
1888
1965
  isExtensionRequiredByInstalledPack: (target: ExtensionTarget) => Effect.Effect<boolean, AppError, never>;
1889
1966
  markDependencyRetainedInLockfile: (target: ExtensionTarget) => Effect.Effect<void, AppError, never>;
1890
1967
  }, AppError, Path.Path | FileSystem.FileSystem>;