@agentxm/client-core 0.22.11 → 0.22.13

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 (223) hide show
  1. package/dist/src/unstable/commands/index.d.ts +0 -1
  2. package/dist/src/unstable/commands/index.d.ts.map +1 -1
  3. package/dist/src/unstable/commands/index.js +0 -1
  4. package/dist/src/unstable/commands/index.js.map +1 -1
  5. package/dist/src/unstable/commands/manager.js +1 -1
  6. package/dist/src/unstable/commands/manager.js.map +1 -1
  7. package/dist/src/unstable/commands/reconciliation-adapter.d.ts.map +1 -1
  8. package/dist/src/unstable/commands/reconciliation-adapter.js +10 -92
  9. package/dist/src/unstable/commands/reconciliation-adapter.js.map +1 -1
  10. package/dist/src/unstable/extension-types/catalog.js +1 -1
  11. package/dist/src/unstable/extension-types/catalog.js.map +1 -1
  12. package/dist/src/unstable/extensions/index.d.ts +0 -1
  13. package/dist/src/unstable/extensions/index.d.ts.map +1 -1
  14. package/dist/src/unstable/extensions/index.js +0 -1
  15. package/dist/src/unstable/extensions/index.js.map +1 -1
  16. package/dist/src/unstable/extensions/materializable-from-disk.d.ts +2 -2
  17. package/dist/src/unstable/extensions/materializable-from-disk.d.ts.map +1 -1
  18. package/dist/src/unstable/extensions/materializable-from-disk.js +16 -252
  19. package/dist/src/unstable/extensions/materializable-from-disk.js.map +1 -1
  20. package/dist/src/unstable/extensions/ref-base.d.ts +2 -2
  21. package/dist/src/unstable/extensions/ref-base.d.ts.map +1 -1
  22. package/dist/src/unstable/files/manager.js +1 -1
  23. package/dist/src/unstable/files/manager.js.map +1 -1
  24. package/dist/src/unstable/hooks/index.d.ts +0 -1
  25. package/dist/src/unstable/hooks/index.d.ts.map +1 -1
  26. package/dist/src/unstable/hooks/index.js +0 -1
  27. package/dist/src/unstable/hooks/index.js.map +1 -1
  28. package/dist/src/unstable/hooks/manager.d.ts.map +1 -1
  29. package/dist/src/unstable/hooks/manager.js +7 -11
  30. package/dist/src/unstable/hooks/manager.js.map +1 -1
  31. package/dist/src/unstable/hooks/manifest-schema.d.ts +4 -52
  32. package/dist/src/unstable/hooks/manifest-schema.d.ts.map +1 -1
  33. package/dist/src/unstable/hooks/manifest-schema.js +1 -39
  34. package/dist/src/unstable/hooks/manifest-schema.js.map +1 -1
  35. package/dist/src/unstable/knowledge/manager.js +1 -1
  36. package/dist/src/unstable/knowledge/manager.js.map +1 -1
  37. package/dist/src/unstable/knowledge/manifest-schema.d.ts +1 -1
  38. package/dist/src/unstable/knowledge/manifest-schema.d.ts.map +1 -1
  39. package/dist/src/unstable/knowledge/manifest-schema.js +2 -2
  40. package/dist/src/unstable/knowledge/manifest-schema.js.map +1 -1
  41. package/dist/src/unstable/knowledge/okf.d.ts +6 -10
  42. package/dist/src/unstable/knowledge/okf.d.ts.map +1 -1
  43. package/dist/src/unstable/knowledge/okf.js +34 -89
  44. package/dist/src/unstable/knowledge/okf.js.map +1 -1
  45. package/dist/src/unstable/lint/catalog/workspace-fixtures/interpret-ops.d.ts.map +1 -1
  46. package/dist/src/unstable/lint/catalog/workspace-fixtures/interpret-ops.js +3 -1
  47. package/dist/src/unstable/lint/catalog/workspace-fixtures/interpret-ops.js.map +1 -1
  48. package/dist/src/unstable/lint/catalog/workspace.d.ts +0 -1
  49. package/dist/src/unstable/lint/catalog/workspace.d.ts.map +1 -1
  50. package/dist/src/unstable/lint/catalog/workspace.js +0 -4
  51. package/dist/src/unstable/lint/catalog/workspace.js.map +1 -1
  52. package/dist/src/unstable/lockfile/lockfile.d.ts +496 -412
  53. package/dist/src/unstable/lockfile/lockfile.d.ts.map +1 -1
  54. package/dist/src/unstable/lockfile/lockfile.js +4 -8
  55. package/dist/src/unstable/lockfile/lockfile.js.map +1 -1
  56. package/dist/src/unstable/lockfile/resolved-version.js +1 -1
  57. package/dist/src/unstable/lockfile/resolved-version.js.map +1 -1
  58. package/dist/src/unstable/lockfile/schema.d.ts +261 -86
  59. package/dist/src/unstable/lockfile/schema.d.ts.map +1 -1
  60. package/dist/src/unstable/lockfile/schema.js +13 -5
  61. package/dist/src/unstable/lockfile/schema.js.map +1 -1
  62. package/dist/src/unstable/mcps/index.d.ts +0 -1
  63. package/dist/src/unstable/mcps/index.d.ts.map +1 -1
  64. package/dist/src/unstable/mcps/index.js +0 -1
  65. package/dist/src/unstable/mcps/index.js.map +1 -1
  66. package/dist/src/unstable/mcps/manager.js +1 -1
  67. package/dist/src/unstable/mcps/manager.js.map +1 -1
  68. package/dist/src/unstable/mcps/operations/install.js +1 -1
  69. package/dist/src/unstable/mcps/operations/install.js.map +1 -1
  70. package/dist/src/unstable/mcps/reconciliation-adapter.d.ts.map +1 -1
  71. package/dist/src/unstable/mcps/reconciliation-adapter.js +10 -92
  72. package/dist/src/unstable/mcps/reconciliation-adapter.js.map +1 -1
  73. package/dist/src/unstable/packaging/bazel.d.ts +2 -2
  74. package/dist/src/unstable/packaging/bazel.d.ts.map +1 -1
  75. package/dist/src/unstable/packaging/bazel.js +2 -34
  76. package/dist/src/unstable/packaging/bazel.js.map +1 -1
  77. package/dist/src/unstable/packaging/mojo.d.ts +2 -3
  78. package/dist/src/unstable/packaging/mojo.d.ts.map +1 -1
  79. package/dist/src/unstable/packaging/mojo.js +5 -13
  80. package/dist/src/unstable/packaging/mojo.js.map +1 -1
  81. package/dist/src/unstable/packs/dependency-resolution.d.ts +2 -1
  82. package/dist/src/unstable/packs/dependency-resolution.d.ts.map +1 -1
  83. package/dist/src/unstable/packs/dependency-resolution.js +27 -30
  84. package/dist/src/unstable/packs/dependency-resolution.js.map +1 -1
  85. package/dist/src/unstable/packs/manager.d.ts +1 -12
  86. package/dist/src/unstable/packs/manager.d.ts.map +1 -1
  87. package/dist/src/unstable/packs/manager.js +44 -111
  88. package/dist/src/unstable/packs/manager.js.map +1 -1
  89. package/dist/src/unstable/packs/operations/install.d.ts +1 -1
  90. package/dist/src/unstable/packs/operations/install.d.ts.map +1 -1
  91. package/dist/src/unstable/packs/operations/install.js +1 -3
  92. package/dist/src/unstable/packs/operations/install.js.map +1 -1
  93. package/dist/src/unstable/packs/operations/unpack.d.ts.map +1 -1
  94. package/dist/src/unstable/packs/operations/unpack.js +12 -8
  95. package/dist/src/unstable/packs/operations/unpack.js.map +1 -1
  96. package/dist/src/unstable/packs/reconciliation-adapter.d.ts.map +1 -1
  97. package/dist/src/unstable/packs/reconciliation-adapter.js +11 -197
  98. package/dist/src/unstable/packs/reconciliation-adapter.js.map +1 -1
  99. package/dist/src/unstable/publish/manifest-policy.d.ts +75 -99
  100. package/dist/src/unstable/publish/manifest-policy.d.ts.map +1 -1
  101. package/dist/src/unstable/registry/__generated__/registry-client.d.ts +855 -3968
  102. package/dist/src/unstable/registry/__generated__/registry-client.d.ts.map +1 -1
  103. package/dist/src/unstable/registry/__generated__/registry-client.js +26 -690
  104. package/dist/src/unstable/registry/__generated__/registry-client.js.map +1 -1
  105. package/dist/src/unstable/registry/admin-client.d.ts +0 -34
  106. package/dist/src/unstable/registry/admin-client.d.ts.map +1 -1
  107. package/dist/src/unstable/registry/admin-client.js +0 -21
  108. package/dist/src/unstable/registry/admin-client.js.map +1 -1
  109. package/dist/src/unstable/registry/client.d.ts +2 -2
  110. package/dist/src/unstable/registry/client.d.ts.map +1 -1
  111. package/dist/src/unstable/registry/index.d.ts +2 -2
  112. package/dist/src/unstable/registry/index.d.ts.map +1 -1
  113. package/dist/src/unstable/registry/index.js +1 -1
  114. package/dist/src/unstable/registry/index.js.map +1 -1
  115. package/dist/src/unstable/registry/local-client.d.ts.map +1 -1
  116. package/dist/src/unstable/registry/local-client.js +2 -3
  117. package/dist/src/unstable/registry/local-client.js.map +1 -1
  118. package/dist/src/unstable/registry/remote-client.d.ts.map +1 -1
  119. package/dist/src/unstable/registry/remote-client.js +1 -3
  120. package/dist/src/unstable/registry/remote-client.js.map +1 -1
  121. package/dist/src/unstable/registry/schema.d.ts +1 -1
  122. package/dist/src/unstable/registry/schema.js +1 -1
  123. package/dist/src/unstable/registry/schema.js.map +1 -1
  124. package/dist/src/unstable/rules/index.d.ts +0 -1
  125. package/dist/src/unstable/rules/index.d.ts.map +1 -1
  126. package/dist/src/unstable/rules/index.js +0 -1
  127. package/dist/src/unstable/rules/index.js.map +1 -1
  128. package/dist/src/unstable/rules/manager.js +1 -1
  129. package/dist/src/unstable/rules/manager.js.map +1 -1
  130. package/dist/src/unstable/skills/index.d.ts +0 -1
  131. package/dist/src/unstable/skills/index.d.ts.map +1 -1
  132. package/dist/src/unstable/skills/index.js +0 -2
  133. package/dist/src/unstable/skills/index.js.map +1 -1
  134. package/dist/src/unstable/skills/reconciliation-adapter.d.ts.map +1 -1
  135. package/dist/src/unstable/skills/reconciliation-adapter.js +10 -58
  136. package/dist/src/unstable/skills/reconciliation-adapter.js.map +1 -1
  137. package/dist/src/unstable/source-resolution/providers/registry/host-provider.d.ts.map +1 -1
  138. package/dist/src/unstable/source-resolution/providers/registry/host-provider.js +2 -6
  139. package/dist/src/unstable/source-resolution/providers/registry/host-provider.js.map +1 -1
  140. package/dist/src/unstable/sources/lock-entry-to-ref.d.ts.map +1 -1
  141. package/dist/src/unstable/sources/lock-entry-to-ref.js +5 -3
  142. package/dist/src/unstable/sources/lock-entry-to-ref.js.map +1 -1
  143. package/dist/src/unstable/sources/source-to-lock-entry.d.ts.map +1 -1
  144. package/dist/src/unstable/sources/source-to-lock-entry.js +1 -3
  145. package/dist/src/unstable/sources/source-to-lock-entry.js.map +1 -1
  146. package/dist/src/unstable/subagents/index.d.ts +0 -1
  147. package/dist/src/unstable/subagents/index.d.ts.map +1 -1
  148. package/dist/src/unstable/subagents/index.js +0 -1
  149. package/dist/src/unstable/subagents/index.js.map +1 -1
  150. package/dist/src/unstable/subagents/lock-entry-builder.d.ts.map +1 -1
  151. package/dist/src/unstable/subagents/lock-entry-builder.js +1 -3
  152. package/dist/src/unstable/subagents/lock-entry-builder.js.map +1 -1
  153. package/dist/src/unstable/subagents/reconciliation-adapter.d.ts.map +1 -1
  154. package/dist/src/unstable/subagents/reconciliation-adapter.js +10 -58
  155. package/dist/src/unstable/subagents/reconciliation-adapter.js.map +1 -1
  156. package/dist/src/unstable/workspace/display-plan.d.ts.map +1 -1
  157. package/dist/src/unstable/workspace/display-plan.js +1 -28
  158. package/dist/src/unstable/workspace/display-plan.js.map +1 -1
  159. package/dist/src/unstable/workspace/initialization.d.ts +4 -4
  160. package/dist/src/unstable/workspace/read-model/__fixtures__/builder.js +2 -2
  161. package/dist/src/unstable/workspace/read-model/extensions/package-root.d.ts +2 -7
  162. package/dist/src/unstable/workspace/read-model/extensions/package-root.d.ts.map +1 -1
  163. package/dist/src/unstable/workspace/read-model/extensions/package-root.js +2 -11
  164. package/dist/src/unstable/workspace/read-model/extensions/package-root.js.map +1 -1
  165. package/dist/src/unstable/workspace/read-model/extensions/skill.js +1 -1
  166. package/dist/src/unstable/workspace/read-model/scanners/canonical-extensions.d.ts +1 -1
  167. package/dist/src/unstable/workspace/read-model/scanners/canonical-extensions.js +3 -13
  168. package/dist/src/unstable/workspace/read-model/scanners/canonical-extensions.js.map +1 -1
  169. package/dist/src/unstable/workspace/read-model/scanners/mcp-config.d.ts +1 -6
  170. package/dist/src/unstable/workspace/read-model/scanners/mcp-config.d.ts.map +1 -1
  171. package/dist/src/unstable/workspace/read-model/scanners/mcp-config.js +2 -7
  172. package/dist/src/unstable/workspace/read-model/scanners/mcp-config.js.map +1 -1
  173. package/dist/src/unstable/workspace/read-model/service.d.ts.map +1 -1
  174. package/dist/src/unstable/workspace/read-model/service.js +0 -1
  175. package/dist/src/unstable/workspace/read-model/service.js.map +1 -1
  176. package/dist/src/unstable/workspace/read-model-record-readers.js +1 -1
  177. package/dist/src/unstable/workspace/reconciliation-types.d.ts +2 -2
  178. package/dist/src/unstable/workspace/reconciliation-types.d.ts.map +1 -1
  179. package/dist/src/unstable/workspace/reconciliation.d.ts.map +1 -1
  180. package/dist/src/unstable/workspace/reconciliation.js +24 -13
  181. package/dist/src/unstable/workspace/reconciliation.js.map +1 -1
  182. package/dist/src/unstable/workspace/service.d.ts +494 -410
  183. package/dist/src/unstable/workspace/service.d.ts.map +1 -1
  184. package/dist/src/unstable/workspace/test-stubs.d.ts +4 -0
  185. package/dist/src/unstable/workspace/test-stubs.d.ts.map +1 -1
  186. package/dist/src/unstable/workspace/test-stubs.js +5 -1
  187. package/dist/src/unstable/workspace/test-stubs.js.map +1 -1
  188. package/package.json +2 -2
  189. package/site-content/__generated__/schemas/axm-lock.schema.json +47 -69
  190. package/site-content/__generated__/schemas/hook.schema.json +3 -34
  191. package/site-content/__generated__/schemas/knowledge.schema.json +2 -2
  192. package/dist/src/unstable/commands/registry-ref-builder.d.ts +0 -7
  193. package/dist/src/unstable/commands/registry-ref-builder.d.ts.map +0 -1
  194. package/dist/src/unstable/commands/registry-ref-builder.js +0 -13
  195. package/dist/src/unstable/commands/registry-ref-builder.js.map +0 -1
  196. package/dist/src/unstable/extensions/reconciliation-utils.d.ts +0 -38
  197. package/dist/src/unstable/extensions/reconciliation-utils.d.ts.map +0 -1
  198. package/dist/src/unstable/extensions/reconciliation-utils.js +0 -57
  199. package/dist/src/unstable/extensions/reconciliation-utils.js.map +0 -1
  200. package/dist/src/unstable/hooks/registry-ref-builder.d.ts +0 -7
  201. package/dist/src/unstable/hooks/registry-ref-builder.d.ts.map +0 -1
  202. package/dist/src/unstable/hooks/registry-ref-builder.js +0 -13
  203. package/dist/src/unstable/hooks/registry-ref-builder.js.map +0 -1
  204. package/dist/src/unstable/lint/catalog/workspace/skills-universal-artifact-present.d.ts +0 -16
  205. package/dist/src/unstable/lint/catalog/workspace/skills-universal-artifact-present.d.ts.map +0 -1
  206. package/dist/src/unstable/lint/catalog/workspace/skills-universal-artifact-present.js +0 -23
  207. package/dist/src/unstable/lint/catalog/workspace/skills-universal-artifact-present.js.map +0 -1
  208. package/dist/src/unstable/mcps/registry-ref-builder.d.ts +0 -7
  209. package/dist/src/unstable/mcps/registry-ref-builder.d.ts.map +0 -1
  210. package/dist/src/unstable/mcps/registry-ref-builder.js +0 -13
  211. package/dist/src/unstable/mcps/registry-ref-builder.js.map +0 -1
  212. package/dist/src/unstable/rules/registry-ref-builder.d.ts +0 -7
  213. package/dist/src/unstable/rules/registry-ref-builder.d.ts.map +0 -1
  214. package/dist/src/unstable/rules/registry-ref-builder.js +0 -13
  215. package/dist/src/unstable/rules/registry-ref-builder.js.map +0 -1
  216. package/dist/src/unstable/skills/registry-ref-builder.d.ts +0 -18
  217. package/dist/src/unstable/skills/registry-ref-builder.d.ts.map +0 -1
  218. package/dist/src/unstable/skills/registry-ref-builder.js +0 -24
  219. package/dist/src/unstable/skills/registry-ref-builder.js.map +0 -1
  220. package/dist/src/unstable/subagents/registry-ref-builder.d.ts +0 -18
  221. package/dist/src/unstable/subagents/registry-ref-builder.d.ts.map +0 -1
  222. package/dist/src/unstable/subagents/registry-ref-builder.js +0 -24
  223. package/dist/src/unstable/subagents/registry-ref-builder.js.map +0 -1
@@ -130,75 +130,75 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
130
130
  readonly [x: string]: {
131
131
  readonly type: "github";
132
132
  readonly owner: string;
133
- readonly installedAt: Date;
134
- readonly updatedAt: Date;
135
133
  readonly repo: string;
134
+ readonly updatedAt: Date;
135
+ readonly installedAt: Date;
136
136
  readonly path?: string | undefined;
137
- readonly gitTreeHash?: string | undefined;
138
137
  readonly retainedByPack?: boolean | undefined;
139
138
  readonly ref?: string | undefined;
139
+ readonly gitTreeHash?: string | undefined;
140
140
  readonly resolvedInputs?: {
141
141
  readonly [x: string]: string | number | boolean;
142
142
  } | undefined;
143
143
  } | {
144
144
  readonly type: "gitlab";
145
145
  readonly owner: string;
146
- readonly installedAt: Date;
147
- readonly updatedAt: Date;
148
146
  readonly repo: string;
147
+ readonly updatedAt: Date;
148
+ readonly installedAt: Date;
149
149
  readonly path?: string | undefined;
150
- readonly gitTreeHash?: string | undefined;
151
150
  readonly retainedByPack?: boolean | undefined;
152
151
  readonly ref?: string | undefined;
152
+ readonly gitTreeHash?: string | undefined;
153
153
  readonly resolvedInputs?: {
154
154
  readonly [x: string]: string | number | boolean;
155
155
  } | undefined;
156
156
  } | {
157
157
  readonly type: "bitbucket";
158
158
  readonly owner: string;
159
- readonly installedAt: Date;
160
- readonly updatedAt: Date;
161
159
  readonly repo: string;
160
+ readonly updatedAt: Date;
161
+ readonly installedAt: Date;
162
162
  readonly path?: string | undefined;
163
- readonly gitTreeHash?: string | undefined;
164
163
  readonly retainedByPack?: boolean | undefined;
165
164
  readonly ref?: string | undefined;
165
+ readonly gitTreeHash?: string | undefined;
166
166
  readonly resolvedInputs?: {
167
167
  readonly [x: string]: string | number | boolean;
168
168
  } | undefined;
169
169
  } | {
170
170
  readonly project: string;
171
171
  readonly type: "azurerepos";
172
- readonly installedAt: Date;
173
- readonly updatedAt: Date;
174
172
  readonly repo: string;
175
173
  readonly organization: string;
174
+ readonly updatedAt: Date;
175
+ readonly installedAt: Date;
176
176
  readonly path?: string | undefined;
177
- readonly gitTreeHash?: string | undefined;
178
177
  readonly retainedByPack?: boolean | undefined;
179
178
  readonly ref?: string | undefined;
179
+ readonly gitTreeHash?: string | undefined;
180
180
  readonly resolvedInputs?: {
181
181
  readonly [x: string]: string | number | boolean;
182
182
  } | undefined;
183
183
  } | {
184
184
  readonly url: string;
185
185
  readonly type: "git";
186
- readonly installedAt: Date;
187
186
  readonly updatedAt: Date;
187
+ readonly installedAt: Date;
188
188
  readonly path?: string | undefined;
189
- readonly gitTreeHash?: string | undefined;
190
189
  readonly retainedByPack?: boolean | undefined;
191
190
  readonly ref?: string | undefined;
191
+ readonly gitTreeHash?: string | undefined;
192
192
  readonly resolvedInputs?: {
193
193
  readonly [x: string]: string | number | boolean;
194
194
  } | undefined;
195
195
  } | {
196
196
  readonly path: string;
197
197
  readonly type: "local";
198
- readonly installedAt: Date;
199
198
  readonly updatedAt: Date;
200
- readonly gitTreeHash?: string | undefined;
199
+ readonly installedAt: Date;
201
200
  readonly retainedByPack?: boolean | undefined;
201
+ readonly gitTreeHash?: string | undefined;
202
202
  readonly resolvedInputs?: {
203
203
  readonly [x: string]: string | number | boolean;
204
204
  } | undefined;
@@ -206,14 +206,14 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
206
206
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
207
207
  readonly type: "registry";
208
208
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
209
- readonly installedAt: Date;
209
+ readonly integrity: string;
210
+ readonly publisherBindingId: string;
210
211
  readonly updatedAt: Date;
212
+ readonly installedAt: Date;
211
213
  readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
212
- readonly integrity: string;
213
214
  readonly sourceName: string;
214
- readonly gitTreeHash?: string | undefined;
215
215
  readonly retainedByPack?: boolean | undefined;
216
- readonly publisherBindingId?: string | undefined;
216
+ readonly gitTreeHash?: string | undefined;
217
217
  readonly resolvedInputs?: {
218
218
  readonly [x: string]: string | number | boolean;
219
219
  } | undefined;
@@ -222,12 +222,12 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
222
222
  readonly type: "workspace";
223
223
  readonly version: string & import("effect/Brand").Brand<"Version">;
224
224
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
225
- readonly installedAt: Date;
226
- readonly updatedAt: Date;
227
225
  readonly extensionType: "files";
226
+ readonly updatedAt: Date;
227
+ readonly installedAt: Date;
228
228
  readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
229
- readonly gitTreeHash?: string | undefined;
230
229
  readonly retainedByPack?: boolean | undefined;
230
+ readonly gitTreeHash?: string | undefined;
231
231
  readonly resolvedInputs?: {
232
232
  readonly [x: string]: string | number | boolean;
233
233
  } | undefined;
@@ -236,75 +236,75 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
236
236
  getLockedFilesEntry: (name: string) => Effect.Effect<Option.Option<{
237
237
  readonly type: "github";
238
238
  readonly owner: string;
239
- readonly installedAt: Date;
240
- readonly updatedAt: Date;
241
239
  readonly repo: string;
240
+ readonly updatedAt: Date;
241
+ readonly installedAt: Date;
242
242
  readonly path?: string | undefined;
243
- readonly gitTreeHash?: string | undefined;
244
243
  readonly retainedByPack?: boolean | undefined;
245
244
  readonly ref?: string | undefined;
245
+ readonly gitTreeHash?: string | undefined;
246
246
  readonly resolvedInputs?: {
247
247
  readonly [x: string]: string | number | boolean;
248
248
  } | undefined;
249
249
  } | {
250
250
  readonly type: "gitlab";
251
251
  readonly owner: string;
252
- readonly installedAt: Date;
253
- readonly updatedAt: Date;
254
252
  readonly repo: string;
253
+ readonly updatedAt: Date;
254
+ readonly installedAt: Date;
255
255
  readonly path?: string | undefined;
256
- readonly gitTreeHash?: string | undefined;
257
256
  readonly retainedByPack?: boolean | undefined;
258
257
  readonly ref?: string | undefined;
258
+ readonly gitTreeHash?: string | undefined;
259
259
  readonly resolvedInputs?: {
260
260
  readonly [x: string]: string | number | boolean;
261
261
  } | undefined;
262
262
  } | {
263
263
  readonly type: "bitbucket";
264
264
  readonly owner: string;
265
- readonly installedAt: Date;
266
- readonly updatedAt: Date;
267
265
  readonly repo: string;
266
+ readonly updatedAt: Date;
267
+ readonly installedAt: Date;
268
268
  readonly path?: string | undefined;
269
- readonly gitTreeHash?: string | undefined;
270
269
  readonly retainedByPack?: boolean | undefined;
271
270
  readonly ref?: string | undefined;
271
+ readonly gitTreeHash?: string | undefined;
272
272
  readonly resolvedInputs?: {
273
273
  readonly [x: string]: string | number | boolean;
274
274
  } | undefined;
275
275
  } | {
276
276
  readonly project: string;
277
277
  readonly type: "azurerepos";
278
- readonly installedAt: Date;
279
- readonly updatedAt: Date;
280
278
  readonly repo: string;
281
279
  readonly organization: string;
280
+ readonly updatedAt: Date;
281
+ readonly installedAt: Date;
282
282
  readonly path?: string | undefined;
283
- readonly gitTreeHash?: string | undefined;
284
283
  readonly retainedByPack?: boolean | undefined;
285
284
  readonly ref?: string | undefined;
285
+ readonly gitTreeHash?: string | undefined;
286
286
  readonly resolvedInputs?: {
287
287
  readonly [x: string]: string | number | boolean;
288
288
  } | undefined;
289
289
  } | {
290
290
  readonly url: string;
291
291
  readonly type: "git";
292
- readonly installedAt: Date;
293
292
  readonly updatedAt: Date;
293
+ readonly installedAt: Date;
294
294
  readonly path?: string | undefined;
295
- readonly gitTreeHash?: string | undefined;
296
295
  readonly retainedByPack?: boolean | undefined;
297
296
  readonly ref?: string | undefined;
297
+ readonly gitTreeHash?: string | undefined;
298
298
  readonly resolvedInputs?: {
299
299
  readonly [x: string]: string | number | boolean;
300
300
  } | undefined;
301
301
  } | {
302
302
  readonly path: string;
303
303
  readonly type: "local";
304
- readonly installedAt: Date;
305
304
  readonly updatedAt: Date;
306
- readonly gitTreeHash?: string | undefined;
305
+ readonly installedAt: Date;
307
306
  readonly retainedByPack?: boolean | undefined;
307
+ readonly gitTreeHash?: string | undefined;
308
308
  readonly resolvedInputs?: {
309
309
  readonly [x: string]: string | number | boolean;
310
310
  } | undefined;
@@ -312,14 +312,14 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
312
312
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
313
313
  readonly type: "registry";
314
314
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
315
- readonly installedAt: Date;
315
+ readonly integrity: string;
316
+ readonly publisherBindingId: string;
316
317
  readonly updatedAt: Date;
318
+ readonly installedAt: Date;
317
319
  readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
318
- readonly integrity: string;
319
320
  readonly sourceName: string;
320
- readonly gitTreeHash?: string | undefined;
321
321
  readonly retainedByPack?: boolean | undefined;
322
- readonly publisherBindingId?: string | undefined;
322
+ readonly gitTreeHash?: string | undefined;
323
323
  readonly resolvedInputs?: {
324
324
  readonly [x: string]: string | number | boolean;
325
325
  } | undefined;
@@ -328,12 +328,12 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
328
328
  readonly type: "workspace";
329
329
  readonly version: string & import("effect/Brand").Brand<"Version">;
330
330
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
331
- readonly installedAt: Date;
332
- readonly updatedAt: Date;
333
331
  readonly extensionType: "files";
332
+ readonly updatedAt: Date;
333
+ readonly installedAt: Date;
334
334
  readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
335
- readonly gitTreeHash?: string | undefined;
336
335
  readonly retainedByPack?: boolean | undefined;
336
+ readonly gitTreeHash?: string | undefined;
337
337
  readonly resolvedInputs?: {
338
338
  readonly [x: string]: string | number | boolean;
339
339
  } | undefined;
@@ -355,165 +355,165 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
355
355
  readonly [x: string]: {
356
356
  readonly type: "github";
357
357
  readonly owner: string;
358
- readonly installedAt: Date;
359
- readonly updatedAt: Date;
360
358
  readonly repo: string;
359
+ readonly updatedAt: Date;
360
+ readonly installedAt: Date;
361
361
  readonly path?: string | undefined;
362
- readonly gitTreeHash?: string | undefined;
363
362
  readonly retainedByPack?: boolean | undefined;
364
363
  readonly ref?: string | undefined;
364
+ readonly gitTreeHash?: string | undefined;
365
365
  } | {
366
366
  readonly type: "gitlab";
367
367
  readonly owner: string;
368
- readonly installedAt: Date;
369
- readonly updatedAt: Date;
370
368
  readonly repo: string;
369
+ readonly updatedAt: Date;
370
+ readonly installedAt: Date;
371
371
  readonly path?: string | undefined;
372
- readonly gitTreeHash?: string | undefined;
373
372
  readonly retainedByPack?: boolean | undefined;
374
373
  readonly ref?: string | undefined;
374
+ readonly gitTreeHash?: string | undefined;
375
375
  } | {
376
376
  readonly type: "bitbucket";
377
377
  readonly owner: string;
378
- readonly installedAt: Date;
379
- readonly updatedAt: Date;
380
378
  readonly repo: string;
379
+ readonly updatedAt: Date;
380
+ readonly installedAt: Date;
381
381
  readonly path?: string | undefined;
382
- readonly gitTreeHash?: string | undefined;
383
382
  readonly retainedByPack?: boolean | undefined;
384
383
  readonly ref?: string | undefined;
384
+ readonly gitTreeHash?: string | undefined;
385
385
  } | {
386
386
  readonly project: string;
387
387
  readonly type: "azurerepos";
388
- readonly installedAt: Date;
389
- readonly updatedAt: Date;
390
388
  readonly repo: string;
391
389
  readonly organization: string;
390
+ readonly updatedAt: Date;
391
+ readonly installedAt: Date;
392
392
  readonly path?: string | undefined;
393
- readonly gitTreeHash?: string | undefined;
394
393
  readonly retainedByPack?: boolean | undefined;
395
394
  readonly ref?: string | undefined;
395
+ readonly gitTreeHash?: string | undefined;
396
396
  } | {
397
397
  readonly url: string;
398
398
  readonly type: "git";
399
- readonly installedAt: Date;
400
399
  readonly updatedAt: Date;
400
+ readonly installedAt: Date;
401
401
  readonly path?: string | undefined;
402
- readonly gitTreeHash?: string | undefined;
403
402
  readonly retainedByPack?: boolean | undefined;
404
403
  readonly ref?: string | undefined;
404
+ readonly gitTreeHash?: string | undefined;
405
405
  } | {
406
406
  readonly path: string;
407
407
  readonly type: "local";
408
- readonly installedAt: Date;
409
408
  readonly updatedAt: Date;
410
- readonly gitTreeHash?: string | undefined;
409
+ readonly installedAt: Date;
411
410
  readonly retainedByPack?: boolean | undefined;
411
+ readonly gitTreeHash?: string | undefined;
412
412
  } | {
413
413
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
414
414
  readonly type: "registry";
415
415
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
416
- readonly installedAt: Date;
416
+ readonly integrity: string;
417
+ readonly publisherBindingId: string;
417
418
  readonly updatedAt: Date;
419
+ readonly installedAt: Date;
418
420
  readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
419
- readonly integrity: string;
420
421
  readonly sourceName: string;
421
- readonly gitTreeHash?: string | undefined;
422
422
  readonly retainedByPack?: boolean | undefined;
423
- readonly publisherBindingId?: string | undefined;
423
+ readonly gitTreeHash?: string | undefined;
424
424
  } | {
425
425
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
426
426
  readonly type: "workspace";
427
427
  readonly version: string & import("effect/Brand").Brand<"Version">;
428
428
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
429
- readonly installedAt: Date;
430
- readonly updatedAt: Date;
431
429
  readonly extensionType: "rule";
430
+ readonly updatedAt: Date;
431
+ readonly installedAt: Date;
432
432
  readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
433
- readonly gitTreeHash?: string | undefined;
434
433
  readonly retainedByPack?: boolean | undefined;
434
+ readonly gitTreeHash?: string | undefined;
435
435
  };
436
436
  }, AppError, never>;
437
437
  getLockedRuleEntry: (name: string) => Effect.Effect<Option.Option<{
438
438
  readonly type: "github";
439
439
  readonly owner: string;
440
- readonly installedAt: Date;
441
- readonly updatedAt: Date;
442
440
  readonly repo: string;
441
+ readonly updatedAt: Date;
442
+ readonly installedAt: Date;
443
443
  readonly path?: string | undefined;
444
- readonly gitTreeHash?: string | undefined;
445
444
  readonly retainedByPack?: boolean | undefined;
446
445
  readonly ref?: string | undefined;
446
+ readonly gitTreeHash?: string | undefined;
447
447
  } | {
448
448
  readonly type: "gitlab";
449
449
  readonly owner: string;
450
- readonly installedAt: Date;
451
- readonly updatedAt: Date;
452
450
  readonly repo: string;
451
+ readonly updatedAt: Date;
452
+ readonly installedAt: Date;
453
453
  readonly path?: string | undefined;
454
- readonly gitTreeHash?: string | undefined;
455
454
  readonly retainedByPack?: boolean | undefined;
456
455
  readonly ref?: string | undefined;
456
+ readonly gitTreeHash?: string | undefined;
457
457
  } | {
458
458
  readonly type: "bitbucket";
459
459
  readonly owner: string;
460
- readonly installedAt: Date;
461
- readonly updatedAt: Date;
462
460
  readonly repo: string;
461
+ readonly updatedAt: Date;
462
+ readonly installedAt: Date;
463
463
  readonly path?: string | undefined;
464
- readonly gitTreeHash?: string | undefined;
465
464
  readonly retainedByPack?: boolean | undefined;
466
465
  readonly ref?: string | undefined;
466
+ readonly gitTreeHash?: string | undefined;
467
467
  } | {
468
468
  readonly project: string;
469
469
  readonly type: "azurerepos";
470
- readonly installedAt: Date;
471
- readonly updatedAt: Date;
472
470
  readonly repo: string;
473
471
  readonly organization: string;
472
+ readonly updatedAt: Date;
473
+ readonly installedAt: Date;
474
474
  readonly path?: string | undefined;
475
- readonly gitTreeHash?: string | undefined;
476
475
  readonly retainedByPack?: boolean | undefined;
477
476
  readonly ref?: string | undefined;
477
+ readonly gitTreeHash?: string | undefined;
478
478
  } | {
479
479
  readonly url: string;
480
480
  readonly type: "git";
481
- readonly installedAt: Date;
482
481
  readonly updatedAt: Date;
482
+ readonly installedAt: Date;
483
483
  readonly path?: string | undefined;
484
- readonly gitTreeHash?: string | undefined;
485
484
  readonly retainedByPack?: boolean | undefined;
486
485
  readonly ref?: string | undefined;
486
+ readonly gitTreeHash?: string | undefined;
487
487
  } | {
488
488
  readonly path: string;
489
489
  readonly type: "local";
490
- readonly installedAt: Date;
491
490
  readonly updatedAt: Date;
492
- readonly gitTreeHash?: string | undefined;
491
+ readonly installedAt: Date;
493
492
  readonly retainedByPack?: boolean | undefined;
493
+ readonly gitTreeHash?: string | undefined;
494
494
  } | {
495
495
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
496
496
  readonly type: "registry";
497
497
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
498
- readonly installedAt: Date;
498
+ readonly integrity: string;
499
+ readonly publisherBindingId: string;
499
500
  readonly updatedAt: Date;
501
+ readonly installedAt: Date;
500
502
  readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
501
- readonly integrity: string;
502
503
  readonly sourceName: string;
503
- readonly gitTreeHash?: string | undefined;
504
504
  readonly retainedByPack?: boolean | undefined;
505
- readonly publisherBindingId?: string | undefined;
505
+ readonly gitTreeHash?: string | undefined;
506
506
  } | {
507
507
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
508
508
  readonly type: "workspace";
509
509
  readonly version: string & import("effect/Brand").Brand<"Version">;
510
510
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
511
- readonly installedAt: Date;
512
- readonly updatedAt: Date;
513
511
  readonly extensionType: "rule";
512
+ readonly updatedAt: Date;
513
+ readonly installedAt: Date;
514
514
  readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
515
- readonly gitTreeHash?: string | undefined;
516
515
  readonly retainedByPack?: boolean | undefined;
516
+ readonly gitTreeHash?: string | undefined;
517
517
  }>, AppError, never>;
518
518
  setRule: ({ name, lockEntry, versionRange }: SetRuleArgs) => Effect.Effect<void, AppError, never>;
519
519
  setRuleLock: ({ name, lockEntry }: SetRuleArgs) => Effect.Effect<void, AppError, never>;
@@ -532,165 +532,165 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
532
532
  readonly [x: string]: {
533
533
  readonly type: "github";
534
534
  readonly owner: string;
535
- readonly installedAt: Date;
536
- readonly updatedAt: Date;
537
535
  readonly repo: string;
536
+ readonly updatedAt: Date;
537
+ readonly installedAt: Date;
538
538
  readonly path?: string | undefined;
539
- readonly gitTreeHash?: string | undefined;
540
539
  readonly retainedByPack?: boolean | undefined;
541
540
  readonly ref?: string | undefined;
541
+ readonly gitTreeHash?: string | undefined;
542
542
  } | {
543
543
  readonly type: "gitlab";
544
544
  readonly owner: string;
545
- readonly installedAt: Date;
546
- readonly updatedAt: Date;
547
545
  readonly repo: string;
546
+ readonly updatedAt: Date;
547
+ readonly installedAt: Date;
548
548
  readonly path?: string | undefined;
549
- readonly gitTreeHash?: string | undefined;
550
549
  readonly retainedByPack?: boolean | undefined;
551
550
  readonly ref?: string | undefined;
551
+ readonly gitTreeHash?: string | undefined;
552
552
  } | {
553
553
  readonly type: "bitbucket";
554
554
  readonly owner: string;
555
- readonly installedAt: Date;
556
- readonly updatedAt: Date;
557
555
  readonly repo: string;
556
+ readonly updatedAt: Date;
557
+ readonly installedAt: Date;
558
558
  readonly path?: string | undefined;
559
- readonly gitTreeHash?: string | undefined;
560
559
  readonly retainedByPack?: boolean | undefined;
561
560
  readonly ref?: string | undefined;
561
+ readonly gitTreeHash?: string | undefined;
562
562
  } | {
563
563
  readonly project: string;
564
564
  readonly type: "azurerepos";
565
- readonly installedAt: Date;
566
- readonly updatedAt: Date;
567
565
  readonly repo: string;
568
566
  readonly organization: string;
567
+ readonly updatedAt: Date;
568
+ readonly installedAt: Date;
569
569
  readonly path?: string | undefined;
570
- readonly gitTreeHash?: string | undefined;
571
570
  readonly retainedByPack?: boolean | undefined;
572
571
  readonly ref?: string | undefined;
572
+ readonly gitTreeHash?: string | undefined;
573
573
  } | {
574
574
  readonly url: string;
575
575
  readonly type: "git";
576
- readonly installedAt: Date;
577
576
  readonly updatedAt: Date;
577
+ readonly installedAt: Date;
578
578
  readonly path?: string | undefined;
579
- readonly gitTreeHash?: string | undefined;
580
579
  readonly retainedByPack?: boolean | undefined;
581
580
  readonly ref?: string | undefined;
581
+ readonly gitTreeHash?: string | undefined;
582
582
  } | {
583
583
  readonly path: string;
584
584
  readonly type: "local";
585
- readonly installedAt: Date;
586
585
  readonly updatedAt: Date;
587
- readonly gitTreeHash?: string | undefined;
586
+ readonly installedAt: Date;
588
587
  readonly retainedByPack?: boolean | undefined;
588
+ readonly gitTreeHash?: string | undefined;
589
589
  } | {
590
590
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
591
591
  readonly type: "registry";
592
592
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
593
- readonly installedAt: Date;
593
+ readonly integrity: string;
594
+ readonly publisherBindingId: string;
594
595
  readonly updatedAt: Date;
596
+ readonly installedAt: Date;
595
597
  readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
596
- readonly integrity: string;
597
598
  readonly sourceName: string;
598
- readonly gitTreeHash?: string | undefined;
599
599
  readonly retainedByPack?: boolean | undefined;
600
- readonly publisherBindingId?: string | undefined;
600
+ readonly gitTreeHash?: string | undefined;
601
601
  } | {
602
602
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
603
603
  readonly type: "workspace";
604
604
  readonly version: string & import("effect/Brand").Brand<"Version">;
605
605
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
606
- readonly installedAt: Date;
607
- readonly updatedAt: Date;
608
606
  readonly extensionType: "hook";
607
+ readonly updatedAt: Date;
608
+ readonly installedAt: Date;
609
609
  readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
610
- readonly gitTreeHash?: string | undefined;
611
610
  readonly retainedByPack?: boolean | undefined;
611
+ readonly gitTreeHash?: string | undefined;
612
612
  };
613
613
  }, AppError, never>;
614
614
  getLockedHookEntry: (name: string) => Effect.Effect<Option.Option<{
615
615
  readonly type: "github";
616
616
  readonly owner: string;
617
- readonly installedAt: Date;
618
- readonly updatedAt: Date;
619
617
  readonly repo: string;
618
+ readonly updatedAt: Date;
619
+ readonly installedAt: Date;
620
620
  readonly path?: string | undefined;
621
- readonly gitTreeHash?: string | undefined;
622
621
  readonly retainedByPack?: boolean | undefined;
623
622
  readonly ref?: string | undefined;
623
+ readonly gitTreeHash?: string | undefined;
624
624
  } | {
625
625
  readonly type: "gitlab";
626
626
  readonly owner: string;
627
- readonly installedAt: Date;
628
- readonly updatedAt: Date;
629
627
  readonly repo: string;
628
+ readonly updatedAt: Date;
629
+ readonly installedAt: Date;
630
630
  readonly path?: string | undefined;
631
- readonly gitTreeHash?: string | undefined;
632
631
  readonly retainedByPack?: boolean | undefined;
633
632
  readonly ref?: string | undefined;
633
+ readonly gitTreeHash?: string | undefined;
634
634
  } | {
635
635
  readonly type: "bitbucket";
636
636
  readonly owner: string;
637
- readonly installedAt: Date;
638
- readonly updatedAt: Date;
639
637
  readonly repo: string;
638
+ readonly updatedAt: Date;
639
+ readonly installedAt: Date;
640
640
  readonly path?: string | undefined;
641
- readonly gitTreeHash?: string | undefined;
642
641
  readonly retainedByPack?: boolean | undefined;
643
642
  readonly ref?: string | undefined;
643
+ readonly gitTreeHash?: string | undefined;
644
644
  } | {
645
645
  readonly project: string;
646
646
  readonly type: "azurerepos";
647
- readonly installedAt: Date;
648
- readonly updatedAt: Date;
649
647
  readonly repo: string;
650
648
  readonly organization: string;
649
+ readonly updatedAt: Date;
650
+ readonly installedAt: Date;
651
651
  readonly path?: string | undefined;
652
- readonly gitTreeHash?: string | undefined;
653
652
  readonly retainedByPack?: boolean | undefined;
654
653
  readonly ref?: string | undefined;
654
+ readonly gitTreeHash?: string | undefined;
655
655
  } | {
656
656
  readonly url: string;
657
657
  readonly type: "git";
658
- readonly installedAt: Date;
659
658
  readonly updatedAt: Date;
659
+ readonly installedAt: Date;
660
660
  readonly path?: string | undefined;
661
- readonly gitTreeHash?: string | undefined;
662
661
  readonly retainedByPack?: boolean | undefined;
663
662
  readonly ref?: string | undefined;
663
+ readonly gitTreeHash?: string | undefined;
664
664
  } | {
665
665
  readonly path: string;
666
666
  readonly type: "local";
667
- readonly installedAt: Date;
668
667
  readonly updatedAt: Date;
669
- readonly gitTreeHash?: string | undefined;
668
+ readonly installedAt: Date;
670
669
  readonly retainedByPack?: boolean | undefined;
670
+ readonly gitTreeHash?: string | undefined;
671
671
  } | {
672
672
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
673
673
  readonly type: "registry";
674
674
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
675
- readonly installedAt: Date;
675
+ readonly integrity: string;
676
+ readonly publisherBindingId: string;
676
677
  readonly updatedAt: Date;
678
+ readonly installedAt: Date;
677
679
  readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
678
- readonly integrity: string;
679
680
  readonly sourceName: string;
680
- readonly gitTreeHash?: string | undefined;
681
681
  readonly retainedByPack?: boolean | undefined;
682
- readonly publisherBindingId?: string | undefined;
682
+ readonly gitTreeHash?: string | undefined;
683
683
  } | {
684
684
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
685
685
  readonly type: "workspace";
686
686
  readonly version: string & import("effect/Brand").Brand<"Version">;
687
687
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
688
- readonly installedAt: Date;
689
- readonly updatedAt: Date;
690
688
  readonly extensionType: "hook";
689
+ readonly updatedAt: Date;
690
+ readonly installedAt: Date;
691
691
  readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
692
- readonly gitTreeHash?: string | undefined;
693
692
  readonly retainedByPack?: boolean | undefined;
693
+ readonly gitTreeHash?: string | undefined;
694
694
  }>, AppError, never>;
695
695
  setHook: ({ name, lockEntry, versionRange }: SetHookArgs) => Effect.Effect<void, AppError, never>;
696
696
  setHookLock: ({ name, lockEntry }: SetHookArgs) => Effect.Effect<void, AppError, never>;
@@ -709,165 +709,165 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
709
709
  readonly [x: string]: {
710
710
  readonly type: "github";
711
711
  readonly owner: string;
712
- readonly installedAt: Date;
713
- readonly updatedAt: Date;
714
712
  readonly repo: string;
713
+ readonly updatedAt: Date;
714
+ readonly installedAt: Date;
715
715
  readonly path?: string | undefined;
716
- readonly gitTreeHash?: string | undefined;
717
716
  readonly retainedByPack?: boolean | undefined;
718
717
  readonly ref?: string | undefined;
718
+ readonly gitTreeHash?: string | undefined;
719
719
  } | {
720
720
  readonly type: "gitlab";
721
721
  readonly owner: string;
722
- readonly installedAt: Date;
723
- readonly updatedAt: Date;
724
722
  readonly repo: string;
723
+ readonly updatedAt: Date;
724
+ readonly installedAt: Date;
725
725
  readonly path?: string | undefined;
726
- readonly gitTreeHash?: string | undefined;
727
726
  readonly retainedByPack?: boolean | undefined;
728
727
  readonly ref?: string | undefined;
728
+ readonly gitTreeHash?: string | undefined;
729
729
  } | {
730
730
  readonly type: "bitbucket";
731
731
  readonly owner: string;
732
- readonly installedAt: Date;
733
- readonly updatedAt: Date;
734
732
  readonly repo: string;
733
+ readonly updatedAt: Date;
734
+ readonly installedAt: Date;
735
735
  readonly path?: string | undefined;
736
- readonly gitTreeHash?: string | undefined;
737
736
  readonly retainedByPack?: boolean | undefined;
738
737
  readonly ref?: string | undefined;
738
+ readonly gitTreeHash?: string | undefined;
739
739
  } | {
740
740
  readonly project: string;
741
741
  readonly type: "azurerepos";
742
- readonly installedAt: Date;
743
- readonly updatedAt: Date;
744
742
  readonly repo: string;
745
743
  readonly organization: string;
744
+ readonly updatedAt: Date;
745
+ readonly installedAt: Date;
746
746
  readonly path?: string | undefined;
747
- readonly gitTreeHash?: string | undefined;
748
747
  readonly retainedByPack?: boolean | undefined;
749
748
  readonly ref?: string | undefined;
749
+ readonly gitTreeHash?: string | undefined;
750
750
  } | {
751
751
  readonly url: string;
752
752
  readonly type: "git";
753
- readonly installedAt: Date;
754
753
  readonly updatedAt: Date;
754
+ readonly installedAt: Date;
755
755
  readonly path?: string | undefined;
756
- readonly gitTreeHash?: string | undefined;
757
756
  readonly retainedByPack?: boolean | undefined;
758
757
  readonly ref?: string | undefined;
758
+ readonly gitTreeHash?: string | undefined;
759
759
  } | {
760
760
  readonly path: string;
761
761
  readonly type: "local";
762
- readonly installedAt: Date;
763
762
  readonly updatedAt: Date;
764
- readonly gitTreeHash?: string | undefined;
763
+ readonly installedAt: Date;
765
764
  readonly retainedByPack?: boolean | undefined;
765
+ readonly gitTreeHash?: string | undefined;
766
766
  } | {
767
767
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
768
768
  readonly type: "registry";
769
769
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
770
- readonly installedAt: Date;
770
+ readonly integrity: string;
771
+ readonly publisherBindingId: string;
771
772
  readonly updatedAt: Date;
773
+ readonly installedAt: Date;
772
774
  readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
773
- readonly integrity: string;
774
775
  readonly sourceName: string;
775
- readonly gitTreeHash?: string | undefined;
776
776
  readonly retainedByPack?: boolean | undefined;
777
- readonly publisherBindingId?: string | undefined;
777
+ readonly gitTreeHash?: string | undefined;
778
778
  } | {
779
779
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
780
780
  readonly type: "workspace";
781
781
  readonly version: string & import("effect/Brand").Brand<"Version">;
782
782
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
783
- readonly installedAt: Date;
784
- readonly updatedAt: Date;
785
783
  readonly extensionType: "knowledge";
784
+ readonly updatedAt: Date;
785
+ readonly installedAt: Date;
786
786
  readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
787
- readonly gitTreeHash?: string | undefined;
788
787
  readonly retainedByPack?: boolean | undefined;
788
+ readonly gitTreeHash?: string | undefined;
789
789
  };
790
790
  }, AppError, never>;
791
791
  getLockedKnowledgeEntry: (name: string) => Effect.Effect<Option.Option<{
792
792
  readonly type: "github";
793
793
  readonly owner: string;
794
- readonly installedAt: Date;
795
- readonly updatedAt: Date;
796
794
  readonly repo: string;
795
+ readonly updatedAt: Date;
796
+ readonly installedAt: Date;
797
797
  readonly path?: string | undefined;
798
- readonly gitTreeHash?: string | undefined;
799
798
  readonly retainedByPack?: boolean | undefined;
800
799
  readonly ref?: string | undefined;
800
+ readonly gitTreeHash?: string | undefined;
801
801
  } | {
802
802
  readonly type: "gitlab";
803
803
  readonly owner: string;
804
- readonly installedAt: Date;
805
- readonly updatedAt: Date;
806
804
  readonly repo: string;
805
+ readonly updatedAt: Date;
806
+ readonly installedAt: Date;
807
807
  readonly path?: string | undefined;
808
- readonly gitTreeHash?: string | undefined;
809
808
  readonly retainedByPack?: boolean | undefined;
810
809
  readonly ref?: string | undefined;
810
+ readonly gitTreeHash?: string | undefined;
811
811
  } | {
812
812
  readonly type: "bitbucket";
813
813
  readonly owner: string;
814
- readonly installedAt: Date;
815
- readonly updatedAt: Date;
816
814
  readonly repo: string;
815
+ readonly updatedAt: Date;
816
+ readonly installedAt: Date;
817
817
  readonly path?: string | undefined;
818
- readonly gitTreeHash?: string | undefined;
819
818
  readonly retainedByPack?: boolean | undefined;
820
819
  readonly ref?: string | undefined;
820
+ readonly gitTreeHash?: string | undefined;
821
821
  } | {
822
822
  readonly project: string;
823
823
  readonly type: "azurerepos";
824
- readonly installedAt: Date;
825
- readonly updatedAt: Date;
826
824
  readonly repo: string;
827
825
  readonly organization: string;
826
+ readonly updatedAt: Date;
827
+ readonly installedAt: Date;
828
828
  readonly path?: string | undefined;
829
- readonly gitTreeHash?: string | undefined;
830
829
  readonly retainedByPack?: boolean | undefined;
831
830
  readonly ref?: string | undefined;
831
+ readonly gitTreeHash?: string | undefined;
832
832
  } | {
833
833
  readonly url: string;
834
834
  readonly type: "git";
835
- readonly installedAt: Date;
836
835
  readonly updatedAt: Date;
836
+ readonly installedAt: Date;
837
837
  readonly path?: string | undefined;
838
- readonly gitTreeHash?: string | undefined;
839
838
  readonly retainedByPack?: boolean | undefined;
840
839
  readonly ref?: string | undefined;
840
+ readonly gitTreeHash?: string | undefined;
841
841
  } | {
842
842
  readonly path: string;
843
843
  readonly type: "local";
844
- readonly installedAt: Date;
845
844
  readonly updatedAt: Date;
846
- readonly gitTreeHash?: string | undefined;
845
+ readonly installedAt: Date;
847
846
  readonly retainedByPack?: boolean | undefined;
847
+ readonly gitTreeHash?: string | undefined;
848
848
  } | {
849
849
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
850
850
  readonly type: "registry";
851
851
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
852
- readonly installedAt: Date;
852
+ readonly integrity: string;
853
+ readonly publisherBindingId: string;
853
854
  readonly updatedAt: Date;
855
+ readonly installedAt: Date;
854
856
  readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
855
- readonly integrity: string;
856
857
  readonly sourceName: string;
857
- readonly gitTreeHash?: string | undefined;
858
858
  readonly retainedByPack?: boolean | undefined;
859
- readonly publisherBindingId?: string | undefined;
859
+ readonly gitTreeHash?: string | undefined;
860
860
  } | {
861
861
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
862
862
  readonly type: "workspace";
863
863
  readonly version: string & import("effect/Brand").Brand<"Version">;
864
864
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
865
- readonly installedAt: Date;
866
- readonly updatedAt: Date;
867
865
  readonly extensionType: "knowledge";
866
+ readonly updatedAt: Date;
867
+ readonly installedAt: Date;
868
868
  readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
869
- readonly gitTreeHash?: string | undefined;
870
869
  readonly retainedByPack?: boolean | undefined;
870
+ readonly gitTreeHash?: string | undefined;
871
871
  }>, AppError, never>;
872
872
  setKnowledge: ({ name, lockEntry, versionRange }: SetKnowledgeArgs) => Effect.Effect<void, AppError, never>;
873
873
  setKnowledgeLock: ({ name, lockEntry }: SetKnowledgeArgs) => Effect.Effect<void, AppError, never>;
@@ -880,179 +880,179 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
880
880
  readonly [x: string]: {
881
881
  readonly type: "github";
882
882
  readonly owner: string;
883
- readonly installedAt: Date;
884
- readonly updatedAt: Date;
885
883
  readonly repo: string;
884
+ readonly updatedAt: Date;
885
+ readonly installedAt: Date;
886
886
  readonly path?: string | undefined;
887
- readonly gitTreeHash?: string | undefined;
888
887
  readonly retainedByPack?: boolean | undefined;
889
888
  readonly ref?: string | undefined;
889
+ readonly gitTreeHash?: string | undefined;
890
890
  readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
891
891
  } | {
892
892
  readonly type: "gitlab";
893
893
  readonly owner: string;
894
- readonly installedAt: Date;
895
- readonly updatedAt: Date;
896
894
  readonly repo: string;
895
+ readonly updatedAt: Date;
896
+ readonly installedAt: Date;
897
897
  readonly path?: string | undefined;
898
- readonly gitTreeHash?: string | undefined;
899
898
  readonly retainedByPack?: boolean | undefined;
900
899
  readonly ref?: string | undefined;
900
+ readonly gitTreeHash?: string | undefined;
901
901
  readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
902
902
  } | {
903
903
  readonly type: "bitbucket";
904
904
  readonly owner: string;
905
- readonly installedAt: Date;
906
- readonly updatedAt: Date;
907
905
  readonly repo: string;
906
+ readonly updatedAt: Date;
907
+ readonly installedAt: Date;
908
908
  readonly path?: string | undefined;
909
- readonly gitTreeHash?: string | undefined;
910
909
  readonly retainedByPack?: boolean | undefined;
911
910
  readonly ref?: string | undefined;
911
+ readonly gitTreeHash?: string | undefined;
912
912
  readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
913
913
  } | {
914
914
  readonly project: string;
915
915
  readonly type: "azurerepos";
916
- readonly installedAt: Date;
917
- readonly updatedAt: Date;
918
916
  readonly repo: string;
919
917
  readonly organization: string;
918
+ readonly updatedAt: Date;
919
+ readonly installedAt: Date;
920
920
  readonly path?: string | undefined;
921
- readonly gitTreeHash?: string | undefined;
922
921
  readonly retainedByPack?: boolean | undefined;
923
922
  readonly ref?: string | undefined;
923
+ readonly gitTreeHash?: string | undefined;
924
924
  readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
925
925
  } | {
926
926
  readonly url: string;
927
927
  readonly type: "git";
928
- readonly installedAt: Date;
929
928
  readonly updatedAt: Date;
929
+ readonly installedAt: Date;
930
930
  readonly path?: string | undefined;
931
- readonly gitTreeHash?: string | undefined;
932
931
  readonly retainedByPack?: boolean | undefined;
933
932
  readonly ref?: string | undefined;
933
+ readonly gitTreeHash?: string | undefined;
934
934
  readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
935
935
  } | {
936
936
  readonly path: string;
937
937
  readonly type: "local";
938
- readonly installedAt: Date;
939
938
  readonly updatedAt: Date;
940
- readonly gitTreeHash?: string | undefined;
939
+ readonly installedAt: Date;
941
940
  readonly retainedByPack?: boolean | undefined;
941
+ readonly gitTreeHash?: string | undefined;
942
942
  readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
943
943
  } | {
944
944
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
945
945
  readonly type: "registry";
946
946
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
947
- readonly installedAt: Date;
947
+ readonly integrity: string;
948
+ readonly publisherBindingId: string;
948
949
  readonly updatedAt: Date;
950
+ readonly installedAt: Date;
949
951
  readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
950
- readonly integrity: string;
951
952
  readonly sourceName: string;
952
- readonly gitTreeHash?: string | undefined;
953
953
  readonly retainedByPack?: boolean | undefined;
954
- readonly publisherBindingId?: string | undefined;
954
+ readonly gitTreeHash?: string | undefined;
955
955
  readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
956
956
  } | {
957
957
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
958
958
  readonly type: "workspace";
959
959
  readonly version: string & import("effect/Brand").Brand<"Version">;
960
960
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
961
- readonly installedAt: Date;
962
- readonly updatedAt: Date;
963
961
  readonly extensionType: "skill";
962
+ readonly updatedAt: Date;
963
+ readonly installedAt: Date;
964
964
  readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
965
- readonly gitTreeHash?: string | undefined;
966
965
  readonly retainedByPack?: boolean | undefined;
966
+ readonly gitTreeHash?: string | undefined;
967
967
  };
968
968
  }, AppError, never>;
969
969
  getLockedSkill: (name: string) => Effect.Effect<Option.Option<{
970
970
  readonly type: "github";
971
971
  readonly owner: string;
972
- readonly installedAt: Date;
973
- readonly updatedAt: Date;
974
972
  readonly repo: string;
973
+ readonly updatedAt: Date;
974
+ readonly installedAt: Date;
975
975
  readonly path?: string | undefined;
976
- readonly gitTreeHash?: string | undefined;
977
976
  readonly retainedByPack?: boolean | undefined;
978
977
  readonly ref?: string | undefined;
978
+ readonly gitTreeHash?: string | undefined;
979
979
  readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
980
980
  } | {
981
981
  readonly type: "gitlab";
982
982
  readonly owner: string;
983
- readonly installedAt: Date;
984
- readonly updatedAt: Date;
985
983
  readonly repo: string;
984
+ readonly updatedAt: Date;
985
+ readonly installedAt: Date;
986
986
  readonly path?: string | undefined;
987
- readonly gitTreeHash?: string | undefined;
988
987
  readonly retainedByPack?: boolean | undefined;
989
988
  readonly ref?: string | undefined;
989
+ readonly gitTreeHash?: string | undefined;
990
990
  readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
991
991
  } | {
992
992
  readonly type: "bitbucket";
993
993
  readonly owner: string;
994
- readonly installedAt: Date;
995
- readonly updatedAt: Date;
996
994
  readonly repo: string;
995
+ readonly updatedAt: Date;
996
+ readonly installedAt: Date;
997
997
  readonly path?: string | undefined;
998
- readonly gitTreeHash?: string | undefined;
999
998
  readonly retainedByPack?: boolean | undefined;
1000
999
  readonly ref?: string | undefined;
1000
+ readonly gitTreeHash?: string | undefined;
1001
1001
  readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1002
1002
  } | {
1003
1003
  readonly project: string;
1004
1004
  readonly type: "azurerepos";
1005
- readonly installedAt: Date;
1006
- readonly updatedAt: Date;
1007
1005
  readonly repo: string;
1008
1006
  readonly organization: string;
1007
+ readonly updatedAt: Date;
1008
+ readonly installedAt: Date;
1009
1009
  readonly path?: string | undefined;
1010
- readonly gitTreeHash?: string | undefined;
1011
1010
  readonly retainedByPack?: boolean | undefined;
1012
1011
  readonly ref?: string | undefined;
1012
+ readonly gitTreeHash?: string | undefined;
1013
1013
  readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1014
1014
  } | {
1015
1015
  readonly url: string;
1016
1016
  readonly type: "git";
1017
- readonly installedAt: Date;
1018
1017
  readonly updatedAt: Date;
1018
+ readonly installedAt: Date;
1019
1019
  readonly path?: string | undefined;
1020
- readonly gitTreeHash?: string | undefined;
1021
1020
  readonly retainedByPack?: boolean | undefined;
1022
1021
  readonly ref?: string | undefined;
1022
+ readonly gitTreeHash?: string | undefined;
1023
1023
  readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1024
1024
  } | {
1025
1025
  readonly path: string;
1026
1026
  readonly type: "local";
1027
- readonly installedAt: Date;
1028
1027
  readonly updatedAt: Date;
1029
- readonly gitTreeHash?: string | undefined;
1028
+ readonly installedAt: Date;
1030
1029
  readonly retainedByPack?: boolean | undefined;
1030
+ readonly gitTreeHash?: string | undefined;
1031
1031
  readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1032
1032
  } | {
1033
1033
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1034
1034
  readonly type: "registry";
1035
1035
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
1036
- readonly installedAt: Date;
1036
+ readonly integrity: string;
1037
+ readonly publisherBindingId: string;
1037
1038
  readonly updatedAt: Date;
1039
+ readonly installedAt: Date;
1038
1040
  readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
1039
- readonly integrity: string;
1040
1041
  readonly sourceName: string;
1041
- readonly gitTreeHash?: string | undefined;
1042
1042
  readonly retainedByPack?: boolean | undefined;
1043
- readonly publisherBindingId?: string | undefined;
1043
+ readonly gitTreeHash?: string | undefined;
1044
1044
  readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1045
1045
  } | {
1046
1046
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1047
1047
  readonly type: "workspace";
1048
1048
  readonly version: string & import("effect/Brand").Brand<"Version">;
1049
1049
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
1050
- readonly installedAt: Date;
1051
- readonly updatedAt: Date;
1052
1050
  readonly extensionType: "skill";
1051
+ readonly updatedAt: Date;
1052
+ readonly installedAt: Date;
1053
1053
  readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
1054
- readonly gitTreeHash?: string | undefined;
1055
1054
  readonly retainedByPack?: boolean | undefined;
1055
+ readonly gitTreeHash?: string | undefined;
1056
1056
  }>, AppError, never>;
1057
1057
  getSkillDir: (name: string, source?: SkillPathSource) => Effect.Effect<import("../skills/paths.js").SkillDirPaths, AppError, never>;
1058
1058
  setSkill: ({ name, lockEntry, versionRange }: SetSkillArgs) => Effect.Effect<void, AppError, never>;
@@ -1076,62 +1076,104 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
1076
1076
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1077
1077
  readonly type: "registry";
1078
1078
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
1079
- readonly installedAt: Date;
1079
+ readonly integrity: string;
1080
+ readonly publisherBindingId: string;
1080
1081
  readonly updatedAt: Date;
1082
+ readonly installedAt: Date;
1081
1083
  readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
1082
- readonly integrity: string;
1083
1084
  readonly sourceName: string;
1084
1085
  readonly resolvedSkills: {
1085
- readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1086
+ readonly [x: string]: {
1087
+ readonly version: string & import("effect/Brand").Brand<"Version">;
1088
+ readonly publisherBindingId: string;
1089
+ };
1086
1090
  };
1087
1091
  readonly resolvedCommands: {
1088
- readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1092
+ readonly [x: string]: {
1093
+ readonly version: string & import("effect/Brand").Brand<"Version">;
1094
+ readonly publisherBindingId: string;
1095
+ };
1089
1096
  };
1090
1097
  readonly resolvedMcpServers: {
1091
- readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1098
+ readonly [x: string]: {
1099
+ readonly version: string & import("effect/Brand").Brand<"Version">;
1100
+ readonly publisherBindingId: string;
1101
+ };
1092
1102
  };
1093
1103
  readonly resolvedSubagents: {
1094
- readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1104
+ readonly [x: string]: {
1105
+ readonly version: string & import("effect/Brand").Brand<"Version">;
1106
+ readonly publisherBindingId: string;
1107
+ };
1095
1108
  };
1096
- readonly publisherBindingId?: string | undefined;
1097
1109
  readonly resolvedFiles?: {
1098
- readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1110
+ readonly [x: string]: {
1111
+ readonly version: string & import("effect/Brand").Brand<"Version">;
1112
+ readonly publisherBindingId: string;
1113
+ };
1099
1114
  } | undefined;
1100
1115
  readonly resolvedRules?: {
1101
- readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1116
+ readonly [x: string]: {
1117
+ readonly version: string & import("effect/Brand").Brand<"Version">;
1118
+ readonly publisherBindingId: string;
1119
+ };
1102
1120
  } | undefined;
1103
1121
  readonly resolvedHooks?: {
1104
- readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1122
+ readonly [x: string]: {
1123
+ readonly version: string & import("effect/Brand").Brand<"Version">;
1124
+ readonly publisherBindingId: string;
1125
+ };
1105
1126
  } | undefined;
1106
1127
  } | {
1107
1128
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1108
1129
  readonly type: "workspace";
1109
1130
  readonly version: string & import("effect/Brand").Brand<"Version">;
1110
1131
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
1111
- readonly installedAt: Date;
1112
- readonly updatedAt: Date;
1113
1132
  readonly extensionType: "pack";
1133
+ readonly updatedAt: Date;
1134
+ readonly installedAt: Date;
1114
1135
  readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
1115
1136
  readonly resolvedSkills: {
1116
- readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1137
+ readonly [x: string]: {
1138
+ readonly version: string & import("effect/Brand").Brand<"Version">;
1139
+ readonly publisherBindingId: string;
1140
+ };
1117
1141
  };
1118
1142
  readonly resolvedCommands: {
1119
- readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1143
+ readonly [x: string]: {
1144
+ readonly version: string & import("effect/Brand").Brand<"Version">;
1145
+ readonly publisherBindingId: string;
1146
+ };
1120
1147
  };
1121
1148
  readonly resolvedMcpServers: {
1122
- readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1149
+ readonly [x: string]: {
1150
+ readonly version: string & import("effect/Brand").Brand<"Version">;
1151
+ readonly publisherBindingId: string;
1152
+ };
1123
1153
  };
1124
1154
  readonly resolvedSubagents: {
1125
- readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1155
+ readonly [x: string]: {
1156
+ readonly version: string & import("effect/Brand").Brand<"Version">;
1157
+ readonly publisherBindingId: string;
1158
+ };
1126
1159
  };
1127
1160
  readonly resolvedFiles?: {
1128
- readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1161
+ readonly [x: string]: {
1162
+ readonly version: string & import("effect/Brand").Brand<"Version">;
1163
+ readonly publisherBindingId: string;
1164
+ };
1129
1165
  } | undefined;
1130
1166
  readonly resolvedRules?: {
1131
- readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1167
+ readonly [x: string]: {
1168
+ readonly version: string & import("effect/Brand").Brand<"Version">;
1169
+ readonly publisherBindingId: string;
1170
+ };
1132
1171
  } | undefined;
1133
1172
  readonly resolvedHooks?: {
1134
- readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1173
+ readonly [x: string]: {
1174
+ readonly version: string & import("effect/Brand").Brand<"Version">;
1175
+ readonly publisherBindingId: string;
1176
+ };
1135
1177
  } | undefined;
1136
1178
  };
1137
1179
  }, AppError, never>;
@@ -1139,62 +1181,104 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
1139
1181
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1140
1182
  readonly type: "registry";
1141
1183
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
1142
- readonly installedAt: Date;
1184
+ readonly integrity: string;
1185
+ readonly publisherBindingId: string;
1143
1186
  readonly updatedAt: Date;
1187
+ readonly installedAt: Date;
1144
1188
  readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
1145
- readonly integrity: string;
1146
1189
  readonly sourceName: string;
1147
1190
  readonly resolvedSkills: {
1148
- readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1191
+ readonly [x: string]: {
1192
+ readonly version: string & import("effect/Brand").Brand<"Version">;
1193
+ readonly publisherBindingId: string;
1194
+ };
1149
1195
  };
1150
1196
  readonly resolvedCommands: {
1151
- readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1197
+ readonly [x: string]: {
1198
+ readonly version: string & import("effect/Brand").Brand<"Version">;
1199
+ readonly publisherBindingId: string;
1200
+ };
1152
1201
  };
1153
1202
  readonly resolvedMcpServers: {
1154
- readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1203
+ readonly [x: string]: {
1204
+ readonly version: string & import("effect/Brand").Brand<"Version">;
1205
+ readonly publisherBindingId: string;
1206
+ };
1155
1207
  };
1156
1208
  readonly resolvedSubagents: {
1157
- readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1209
+ readonly [x: string]: {
1210
+ readonly version: string & import("effect/Brand").Brand<"Version">;
1211
+ readonly publisherBindingId: string;
1212
+ };
1158
1213
  };
1159
- readonly publisherBindingId?: string | undefined;
1160
1214
  readonly resolvedFiles?: {
1161
- readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1215
+ readonly [x: string]: {
1216
+ readonly version: string & import("effect/Brand").Brand<"Version">;
1217
+ readonly publisherBindingId: string;
1218
+ };
1162
1219
  } | undefined;
1163
1220
  readonly resolvedRules?: {
1164
- readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1221
+ readonly [x: string]: {
1222
+ readonly version: string & import("effect/Brand").Brand<"Version">;
1223
+ readonly publisherBindingId: string;
1224
+ };
1165
1225
  } | undefined;
1166
1226
  readonly resolvedHooks?: {
1167
- readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1227
+ readonly [x: string]: {
1228
+ readonly version: string & import("effect/Brand").Brand<"Version">;
1229
+ readonly publisherBindingId: string;
1230
+ };
1168
1231
  } | undefined;
1169
1232
  } | {
1170
1233
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1171
1234
  readonly type: "workspace";
1172
1235
  readonly version: string & import("effect/Brand").Brand<"Version">;
1173
1236
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
1174
- readonly installedAt: Date;
1175
- readonly updatedAt: Date;
1176
1237
  readonly extensionType: "pack";
1238
+ readonly updatedAt: Date;
1239
+ readonly installedAt: Date;
1177
1240
  readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
1178
1241
  readonly resolvedSkills: {
1179
- readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1242
+ readonly [x: string]: {
1243
+ readonly version: string & import("effect/Brand").Brand<"Version">;
1244
+ readonly publisherBindingId: string;
1245
+ };
1180
1246
  };
1181
1247
  readonly resolvedCommands: {
1182
- readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1248
+ readonly [x: string]: {
1249
+ readonly version: string & import("effect/Brand").Brand<"Version">;
1250
+ readonly publisherBindingId: string;
1251
+ };
1183
1252
  };
1184
1253
  readonly resolvedMcpServers: {
1185
- readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1254
+ readonly [x: string]: {
1255
+ readonly version: string & import("effect/Brand").Brand<"Version">;
1256
+ readonly publisherBindingId: string;
1257
+ };
1186
1258
  };
1187
1259
  readonly resolvedSubagents: {
1188
- readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1260
+ readonly [x: string]: {
1261
+ readonly version: string & import("effect/Brand").Brand<"Version">;
1262
+ readonly publisherBindingId: string;
1263
+ };
1189
1264
  };
1190
1265
  readonly resolvedFiles?: {
1191
- readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1266
+ readonly [x: string]: {
1267
+ readonly version: string & import("effect/Brand").Brand<"Version">;
1268
+ readonly publisherBindingId: string;
1269
+ };
1192
1270
  } | undefined;
1193
1271
  readonly resolvedRules?: {
1194
- readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1272
+ readonly [x: string]: {
1273
+ readonly version: string & import("effect/Brand").Brand<"Version">;
1274
+ readonly publisherBindingId: string;
1275
+ };
1195
1276
  } | undefined;
1196
1277
  readonly resolvedHooks?: {
1197
- readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1278
+ readonly [x: string]: {
1279
+ readonly version: string & import("effect/Brand").Brand<"Version">;
1280
+ readonly publisherBindingId: string;
1281
+ };
1198
1282
  } | undefined;
1199
1283
  }>, AppError, never>;
1200
1284
  setPack: (args: SetPackArgs) => Effect.Effect<void, AppError, never>;
@@ -1205,179 +1289,179 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
1205
1289
  readonly [x: string]: {
1206
1290
  readonly type: "github";
1207
1291
  readonly owner: string;
1208
- readonly installedAt: Date;
1209
- readonly updatedAt: Date;
1210
1292
  readonly repo: string;
1293
+ readonly updatedAt: Date;
1294
+ readonly installedAt: Date;
1211
1295
  readonly path?: string | undefined;
1212
- readonly gitTreeHash?: string | undefined;
1213
1296
  readonly retainedByPack?: boolean | undefined;
1214
1297
  readonly ref?: string | undefined;
1298
+ readonly gitTreeHash?: string | undefined;
1215
1299
  readonly sourceHash?: string | undefined;
1216
1300
  } | {
1217
1301
  readonly type: "gitlab";
1218
1302
  readonly owner: string;
1219
- readonly installedAt: Date;
1220
- readonly updatedAt: Date;
1221
1303
  readonly repo: string;
1304
+ readonly updatedAt: Date;
1305
+ readonly installedAt: Date;
1222
1306
  readonly path?: string | undefined;
1223
- readonly gitTreeHash?: string | undefined;
1224
1307
  readonly retainedByPack?: boolean | undefined;
1225
1308
  readonly ref?: string | undefined;
1309
+ readonly gitTreeHash?: string | undefined;
1226
1310
  readonly sourceHash?: string | undefined;
1227
1311
  } | {
1228
1312
  readonly type: "bitbucket";
1229
1313
  readonly owner: string;
1230
- readonly installedAt: Date;
1231
- readonly updatedAt: Date;
1232
1314
  readonly repo: string;
1315
+ readonly updatedAt: Date;
1316
+ readonly installedAt: Date;
1233
1317
  readonly path?: string | undefined;
1234
- readonly gitTreeHash?: string | undefined;
1235
1318
  readonly retainedByPack?: boolean | undefined;
1236
1319
  readonly ref?: string | undefined;
1320
+ readonly gitTreeHash?: string | undefined;
1237
1321
  readonly sourceHash?: string | undefined;
1238
1322
  } | {
1239
1323
  readonly project: string;
1240
1324
  readonly type: "azurerepos";
1241
- readonly installedAt: Date;
1242
- readonly updatedAt: Date;
1243
1325
  readonly repo: string;
1244
1326
  readonly organization: string;
1327
+ readonly updatedAt: Date;
1328
+ readonly installedAt: Date;
1245
1329
  readonly path?: string | undefined;
1246
- readonly gitTreeHash?: string | undefined;
1247
1330
  readonly retainedByPack?: boolean | undefined;
1248
1331
  readonly ref?: string | undefined;
1332
+ readonly gitTreeHash?: string | undefined;
1249
1333
  readonly sourceHash?: string | undefined;
1250
1334
  } | {
1251
1335
  readonly url: string;
1252
1336
  readonly type: "git";
1253
- readonly installedAt: Date;
1254
1337
  readonly updatedAt: Date;
1338
+ readonly installedAt: Date;
1255
1339
  readonly path?: string | undefined;
1256
- readonly gitTreeHash?: string | undefined;
1257
1340
  readonly retainedByPack?: boolean | undefined;
1258
1341
  readonly ref?: string | undefined;
1342
+ readonly gitTreeHash?: string | undefined;
1259
1343
  readonly sourceHash?: string | undefined;
1260
1344
  } | {
1261
1345
  readonly path: string;
1262
1346
  readonly type: "local";
1263
- readonly installedAt: Date;
1264
1347
  readonly updatedAt: Date;
1265
- readonly gitTreeHash?: string | undefined;
1348
+ readonly installedAt: Date;
1266
1349
  readonly retainedByPack?: boolean | undefined;
1350
+ readonly gitTreeHash?: string | undefined;
1267
1351
  readonly sourceHash?: string | undefined;
1268
1352
  } | {
1269
1353
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1270
1354
  readonly type: "registry";
1271
1355
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
1272
- readonly installedAt: Date;
1356
+ readonly integrity: string;
1357
+ readonly publisherBindingId: string;
1273
1358
  readonly updatedAt: Date;
1359
+ readonly installedAt: Date;
1274
1360
  readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
1275
- readonly integrity: string;
1276
1361
  readonly sourceName: string;
1277
- readonly gitTreeHash?: string | undefined;
1278
1362
  readonly retainedByPack?: boolean | undefined;
1279
- readonly publisherBindingId?: string | undefined;
1363
+ readonly gitTreeHash?: string | undefined;
1280
1364
  readonly sourceHash?: string | undefined;
1281
1365
  } | {
1282
1366
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1283
1367
  readonly type: "workspace";
1284
1368
  readonly version: string & import("effect/Brand").Brand<"Version">;
1285
1369
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
1286
- readonly installedAt: Date;
1287
- readonly updatedAt: Date;
1288
1370
  readonly extensionType: "command";
1371
+ readonly updatedAt: Date;
1372
+ readonly installedAt: Date;
1289
1373
  readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
1290
- readonly gitTreeHash?: string | undefined;
1291
1374
  readonly retainedByPack?: boolean | undefined;
1375
+ readonly gitTreeHash?: string | undefined;
1292
1376
  };
1293
1377
  }, AppError, never>;
1294
1378
  getLockedCommand: (name: string) => Effect.Effect<Option.Option<{
1295
1379
  readonly type: "github";
1296
1380
  readonly owner: string;
1297
- readonly installedAt: Date;
1298
- readonly updatedAt: Date;
1299
1381
  readonly repo: string;
1382
+ readonly updatedAt: Date;
1383
+ readonly installedAt: Date;
1300
1384
  readonly path?: string | undefined;
1301
- readonly gitTreeHash?: string | undefined;
1302
1385
  readonly retainedByPack?: boolean | undefined;
1303
1386
  readonly ref?: string | undefined;
1387
+ readonly gitTreeHash?: string | undefined;
1304
1388
  readonly sourceHash?: string | undefined;
1305
1389
  } | {
1306
1390
  readonly type: "gitlab";
1307
1391
  readonly owner: string;
1308
- readonly installedAt: Date;
1309
- readonly updatedAt: Date;
1310
1392
  readonly repo: string;
1393
+ readonly updatedAt: Date;
1394
+ readonly installedAt: Date;
1311
1395
  readonly path?: string | undefined;
1312
- readonly gitTreeHash?: string | undefined;
1313
1396
  readonly retainedByPack?: boolean | undefined;
1314
1397
  readonly ref?: string | undefined;
1398
+ readonly gitTreeHash?: string | undefined;
1315
1399
  readonly sourceHash?: string | undefined;
1316
1400
  } | {
1317
1401
  readonly type: "bitbucket";
1318
1402
  readonly owner: string;
1319
- readonly installedAt: Date;
1320
- readonly updatedAt: Date;
1321
1403
  readonly repo: string;
1404
+ readonly updatedAt: Date;
1405
+ readonly installedAt: Date;
1322
1406
  readonly path?: string | undefined;
1323
- readonly gitTreeHash?: string | undefined;
1324
1407
  readonly retainedByPack?: boolean | undefined;
1325
1408
  readonly ref?: string | undefined;
1409
+ readonly gitTreeHash?: string | undefined;
1326
1410
  readonly sourceHash?: string | undefined;
1327
1411
  } | {
1328
1412
  readonly project: string;
1329
1413
  readonly type: "azurerepos";
1330
- readonly installedAt: Date;
1331
- readonly updatedAt: Date;
1332
1414
  readonly repo: string;
1333
1415
  readonly organization: string;
1416
+ readonly updatedAt: Date;
1417
+ readonly installedAt: Date;
1334
1418
  readonly path?: string | undefined;
1335
- readonly gitTreeHash?: string | undefined;
1336
1419
  readonly retainedByPack?: boolean | undefined;
1337
1420
  readonly ref?: string | undefined;
1421
+ readonly gitTreeHash?: string | undefined;
1338
1422
  readonly sourceHash?: string | undefined;
1339
1423
  } | {
1340
1424
  readonly url: string;
1341
1425
  readonly type: "git";
1342
- readonly installedAt: Date;
1343
1426
  readonly updatedAt: Date;
1427
+ readonly installedAt: Date;
1344
1428
  readonly path?: string | undefined;
1345
- readonly gitTreeHash?: string | undefined;
1346
1429
  readonly retainedByPack?: boolean | undefined;
1347
1430
  readonly ref?: string | undefined;
1431
+ readonly gitTreeHash?: string | undefined;
1348
1432
  readonly sourceHash?: string | undefined;
1349
1433
  } | {
1350
1434
  readonly path: string;
1351
1435
  readonly type: "local";
1352
- readonly installedAt: Date;
1353
1436
  readonly updatedAt: Date;
1354
- readonly gitTreeHash?: string | undefined;
1437
+ readonly installedAt: Date;
1355
1438
  readonly retainedByPack?: boolean | undefined;
1439
+ readonly gitTreeHash?: string | undefined;
1356
1440
  readonly sourceHash?: string | undefined;
1357
1441
  } | {
1358
1442
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1359
1443
  readonly type: "registry";
1360
1444
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
1361
- readonly installedAt: Date;
1445
+ readonly integrity: string;
1446
+ readonly publisherBindingId: string;
1362
1447
  readonly updatedAt: Date;
1448
+ readonly installedAt: Date;
1363
1449
  readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
1364
- readonly integrity: string;
1365
1450
  readonly sourceName: string;
1366
- readonly gitTreeHash?: string | undefined;
1367
1451
  readonly retainedByPack?: boolean | undefined;
1368
- readonly publisherBindingId?: string | undefined;
1452
+ readonly gitTreeHash?: string | undefined;
1369
1453
  readonly sourceHash?: string | undefined;
1370
1454
  } | {
1371
1455
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1372
1456
  readonly type: "workspace";
1373
1457
  readonly version: string & import("effect/Brand").Brand<"Version">;
1374
1458
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
1375
- readonly installedAt: Date;
1376
- readonly updatedAt: Date;
1377
1459
  readonly extensionType: "command";
1460
+ readonly updatedAt: Date;
1461
+ readonly installedAt: Date;
1378
1462
  readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
1379
- readonly gitTreeHash?: string | undefined;
1380
1463
  readonly retainedByPack?: boolean | undefined;
1464
+ readonly gitTreeHash?: string | undefined;
1381
1465
  }>, AppError, never>;
1382
1466
  setCommand: ({ name, lockEntry }: SetCommandArgs) => Effect.Effect<void, AppError, never>;
1383
1467
  setCommandLock: ({ name, lockEntry }: SetCommandArgs) => Effect.Effect<void, AppError, never>;
@@ -1388,179 +1472,179 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
1388
1472
  readonly [x: string]: {
1389
1473
  readonly type: "github";
1390
1474
  readonly owner: string;
1391
- readonly installedAt: Date;
1392
- readonly updatedAt: Date;
1393
1475
  readonly repo: string;
1476
+ readonly updatedAt: Date;
1477
+ readonly installedAt: Date;
1394
1478
  readonly path?: string | undefined;
1395
- readonly gitTreeHash?: string | undefined;
1396
1479
  readonly retainedByPack?: boolean | undefined;
1397
1480
  readonly ref?: string | undefined;
1481
+ readonly gitTreeHash?: string | undefined;
1398
1482
  readonly sourceHash?: string | undefined;
1399
1483
  } | {
1400
1484
  readonly type: "gitlab";
1401
1485
  readonly owner: string;
1402
- readonly installedAt: Date;
1403
- readonly updatedAt: Date;
1404
1486
  readonly repo: string;
1487
+ readonly updatedAt: Date;
1488
+ readonly installedAt: Date;
1405
1489
  readonly path?: string | undefined;
1406
- readonly gitTreeHash?: string | undefined;
1407
1490
  readonly retainedByPack?: boolean | undefined;
1408
1491
  readonly ref?: string | undefined;
1492
+ readonly gitTreeHash?: string | undefined;
1409
1493
  readonly sourceHash?: string | undefined;
1410
1494
  } | {
1411
1495
  readonly type: "bitbucket";
1412
1496
  readonly owner: string;
1413
- readonly installedAt: Date;
1414
- readonly updatedAt: Date;
1415
1497
  readonly repo: string;
1498
+ readonly updatedAt: Date;
1499
+ readonly installedAt: Date;
1416
1500
  readonly path?: string | undefined;
1417
- readonly gitTreeHash?: string | undefined;
1418
1501
  readonly retainedByPack?: boolean | undefined;
1419
1502
  readonly ref?: string | undefined;
1503
+ readonly gitTreeHash?: string | undefined;
1420
1504
  readonly sourceHash?: string | undefined;
1421
1505
  } | {
1422
1506
  readonly project: string;
1423
1507
  readonly type: "azurerepos";
1424
- readonly installedAt: Date;
1425
- readonly updatedAt: Date;
1426
1508
  readonly repo: string;
1427
1509
  readonly organization: string;
1510
+ readonly updatedAt: Date;
1511
+ readonly installedAt: Date;
1428
1512
  readonly path?: string | undefined;
1429
- readonly gitTreeHash?: string | undefined;
1430
1513
  readonly retainedByPack?: boolean | undefined;
1431
1514
  readonly ref?: string | undefined;
1515
+ readonly gitTreeHash?: string | undefined;
1432
1516
  readonly sourceHash?: string | undefined;
1433
1517
  } | {
1434
1518
  readonly url: string;
1435
1519
  readonly type: "git";
1436
- readonly installedAt: Date;
1437
1520
  readonly updatedAt: Date;
1521
+ readonly installedAt: Date;
1438
1522
  readonly path?: string | undefined;
1439
- readonly gitTreeHash?: string | undefined;
1440
1523
  readonly retainedByPack?: boolean | undefined;
1441
1524
  readonly ref?: string | undefined;
1525
+ readonly gitTreeHash?: string | undefined;
1442
1526
  readonly sourceHash?: string | undefined;
1443
1527
  } | {
1444
1528
  readonly path: string;
1445
1529
  readonly type: "local";
1446
- readonly installedAt: Date;
1447
1530
  readonly updatedAt: Date;
1448
- readonly gitTreeHash?: string | undefined;
1531
+ readonly installedAt: Date;
1449
1532
  readonly retainedByPack?: boolean | undefined;
1533
+ readonly gitTreeHash?: string | undefined;
1450
1534
  readonly sourceHash?: string | undefined;
1451
1535
  } | {
1452
1536
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1453
1537
  readonly type: "registry";
1454
1538
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
1455
- readonly installedAt: Date;
1539
+ readonly integrity: string;
1540
+ readonly publisherBindingId: string;
1456
1541
  readonly updatedAt: Date;
1542
+ readonly installedAt: Date;
1457
1543
  readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
1458
- readonly integrity: string;
1459
1544
  readonly sourceName: string;
1460
- readonly gitTreeHash?: string | undefined;
1461
1545
  readonly retainedByPack?: boolean | undefined;
1462
- readonly publisherBindingId?: string | undefined;
1546
+ readonly gitTreeHash?: string | undefined;
1463
1547
  readonly sourceHash?: string | undefined;
1464
1548
  } | {
1465
1549
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1466
1550
  readonly type: "workspace";
1467
1551
  readonly version: string & import("effect/Brand").Brand<"Version">;
1468
1552
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
1469
- readonly installedAt: Date;
1470
- readonly updatedAt: Date;
1471
1553
  readonly extensionType: "subagent";
1554
+ readonly updatedAt: Date;
1555
+ readonly installedAt: Date;
1472
1556
  readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
1473
- readonly gitTreeHash?: string | undefined;
1474
1557
  readonly retainedByPack?: boolean | undefined;
1558
+ readonly gitTreeHash?: string | undefined;
1475
1559
  };
1476
1560
  }, AppError, never>;
1477
1561
  getLockedSubagent: (name: string) => Effect.Effect<Option.Option<{
1478
1562
  readonly type: "github";
1479
1563
  readonly owner: string;
1480
- readonly installedAt: Date;
1481
- readonly updatedAt: Date;
1482
1564
  readonly repo: string;
1565
+ readonly updatedAt: Date;
1566
+ readonly installedAt: Date;
1483
1567
  readonly path?: string | undefined;
1484
- readonly gitTreeHash?: string | undefined;
1485
1568
  readonly retainedByPack?: boolean | undefined;
1486
1569
  readonly ref?: string | undefined;
1570
+ readonly gitTreeHash?: string | undefined;
1487
1571
  readonly sourceHash?: string | undefined;
1488
1572
  } | {
1489
1573
  readonly type: "gitlab";
1490
1574
  readonly owner: string;
1491
- readonly installedAt: Date;
1492
- readonly updatedAt: Date;
1493
1575
  readonly repo: string;
1576
+ readonly updatedAt: Date;
1577
+ readonly installedAt: Date;
1494
1578
  readonly path?: string | undefined;
1495
- readonly gitTreeHash?: string | undefined;
1496
1579
  readonly retainedByPack?: boolean | undefined;
1497
1580
  readonly ref?: string | undefined;
1581
+ readonly gitTreeHash?: string | undefined;
1498
1582
  readonly sourceHash?: string | undefined;
1499
1583
  } | {
1500
1584
  readonly type: "bitbucket";
1501
1585
  readonly owner: string;
1502
- readonly installedAt: Date;
1503
- readonly updatedAt: Date;
1504
1586
  readonly repo: string;
1587
+ readonly updatedAt: Date;
1588
+ readonly installedAt: Date;
1505
1589
  readonly path?: string | undefined;
1506
- readonly gitTreeHash?: string | undefined;
1507
1590
  readonly retainedByPack?: boolean | undefined;
1508
1591
  readonly ref?: string | undefined;
1592
+ readonly gitTreeHash?: string | undefined;
1509
1593
  readonly sourceHash?: string | undefined;
1510
1594
  } | {
1511
1595
  readonly project: string;
1512
1596
  readonly type: "azurerepos";
1513
- readonly installedAt: Date;
1514
- readonly updatedAt: Date;
1515
1597
  readonly repo: string;
1516
1598
  readonly organization: string;
1599
+ readonly updatedAt: Date;
1600
+ readonly installedAt: Date;
1517
1601
  readonly path?: string | undefined;
1518
- readonly gitTreeHash?: string | undefined;
1519
1602
  readonly retainedByPack?: boolean | undefined;
1520
1603
  readonly ref?: string | undefined;
1604
+ readonly gitTreeHash?: string | undefined;
1521
1605
  readonly sourceHash?: string | undefined;
1522
1606
  } | {
1523
1607
  readonly url: string;
1524
1608
  readonly type: "git";
1525
- readonly installedAt: Date;
1526
1609
  readonly updatedAt: Date;
1610
+ readonly installedAt: Date;
1527
1611
  readonly path?: string | undefined;
1528
- readonly gitTreeHash?: string | undefined;
1529
1612
  readonly retainedByPack?: boolean | undefined;
1530
1613
  readonly ref?: string | undefined;
1614
+ readonly gitTreeHash?: string | undefined;
1531
1615
  readonly sourceHash?: string | undefined;
1532
1616
  } | {
1533
1617
  readonly path: string;
1534
1618
  readonly type: "local";
1535
- readonly installedAt: Date;
1536
1619
  readonly updatedAt: Date;
1537
- readonly gitTreeHash?: string | undefined;
1620
+ readonly installedAt: Date;
1538
1621
  readonly retainedByPack?: boolean | undefined;
1622
+ readonly gitTreeHash?: string | undefined;
1539
1623
  readonly sourceHash?: string | undefined;
1540
1624
  } | {
1541
1625
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1542
1626
  readonly type: "registry";
1543
1627
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
1544
- readonly installedAt: Date;
1628
+ readonly integrity: string;
1629
+ readonly publisherBindingId: string;
1545
1630
  readonly updatedAt: Date;
1631
+ readonly installedAt: Date;
1546
1632
  readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
1547
- readonly integrity: string;
1548
1633
  readonly sourceName: string;
1549
- readonly gitTreeHash?: string | undefined;
1550
1634
  readonly retainedByPack?: boolean | undefined;
1551
- readonly publisherBindingId?: string | undefined;
1635
+ readonly gitTreeHash?: string | undefined;
1552
1636
  readonly sourceHash?: string | undefined;
1553
1637
  } | {
1554
1638
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1555
1639
  readonly type: "workspace";
1556
1640
  readonly version: string & import("effect/Brand").Brand<"Version">;
1557
1641
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
1558
- readonly installedAt: Date;
1559
- readonly updatedAt: Date;
1560
1642
  readonly extensionType: "subagent";
1643
+ readonly updatedAt: Date;
1644
+ readonly installedAt: Date;
1561
1645
  readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
1562
- readonly gitTreeHash?: string | undefined;
1563
1646
  readonly retainedByPack?: boolean | undefined;
1647
+ readonly gitTreeHash?: string | undefined;
1564
1648
  }>, AppError, never>;
1565
1649
  getConfiguredSubagentEntries: () => Effect.Effect<{
1566
1650
  readonly [x: string]: {
@@ -1584,190 +1668,190 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
1584
1668
  getLockedMcpServers: () => Effect.Effect<{
1585
1669
  readonly [x: string]: {
1586
1670
  readonly type: "inline";
1587
- readonly installedAt: Date;
1588
1671
  readonly updatedAt: Date;
1672
+ readonly installedAt: Date;
1589
1673
  readonly url?: string | undefined;
1590
1674
  readonly command?: string | undefined;
1591
1675
  readonly headers?: {
1592
1676
  readonly [x: string]: string;
1593
1677
  } | undefined;
1678
+ readonly retainedByPack?: boolean | undefined;
1594
1679
  readonly args?: readonly string[] | undefined;
1595
1680
  readonly gitTreeHash?: string | undefined;
1596
- readonly retainedByPack?: boolean | undefined;
1597
1681
  } | {
1598
1682
  readonly type: "github";
1599
1683
  readonly owner: string;
1600
- readonly installedAt: Date;
1601
- readonly updatedAt: Date;
1602
1684
  readonly repo: string;
1685
+ readonly updatedAt: Date;
1686
+ readonly installedAt: Date;
1603
1687
  readonly path?: string | undefined;
1604
- readonly gitTreeHash?: string | undefined;
1605
1688
  readonly retainedByPack?: boolean | undefined;
1606
1689
  readonly ref?: string | undefined;
1690
+ readonly gitTreeHash?: string | undefined;
1607
1691
  } | {
1608
1692
  readonly type: "gitlab";
1609
1693
  readonly owner: string;
1610
- readonly installedAt: Date;
1611
- readonly updatedAt: Date;
1612
1694
  readonly repo: string;
1695
+ readonly updatedAt: Date;
1696
+ readonly installedAt: Date;
1613
1697
  readonly path?: string | undefined;
1614
- readonly gitTreeHash?: string | undefined;
1615
1698
  readonly retainedByPack?: boolean | undefined;
1616
1699
  readonly ref?: string | undefined;
1700
+ readonly gitTreeHash?: string | undefined;
1617
1701
  } | {
1618
1702
  readonly type: "bitbucket";
1619
1703
  readonly owner: string;
1620
- readonly installedAt: Date;
1621
- readonly updatedAt: Date;
1622
1704
  readonly repo: string;
1705
+ readonly updatedAt: Date;
1706
+ readonly installedAt: Date;
1623
1707
  readonly path?: string | undefined;
1624
- readonly gitTreeHash?: string | undefined;
1625
1708
  readonly retainedByPack?: boolean | undefined;
1626
1709
  readonly ref?: string | undefined;
1710
+ readonly gitTreeHash?: string | undefined;
1627
1711
  } | {
1628
1712
  readonly project: string;
1629
1713
  readonly type: "azurerepos";
1630
- readonly installedAt: Date;
1631
- readonly updatedAt: Date;
1632
1714
  readonly repo: string;
1633
1715
  readonly organization: string;
1716
+ readonly updatedAt: Date;
1717
+ readonly installedAt: Date;
1634
1718
  readonly path?: string | undefined;
1635
- readonly gitTreeHash?: string | undefined;
1636
1719
  readonly retainedByPack?: boolean | undefined;
1637
1720
  readonly ref?: string | undefined;
1721
+ readonly gitTreeHash?: string | undefined;
1638
1722
  } | {
1639
1723
  readonly url: string;
1640
1724
  readonly type: "git";
1641
- readonly installedAt: Date;
1642
1725
  readonly updatedAt: Date;
1726
+ readonly installedAt: Date;
1643
1727
  readonly path?: string | undefined;
1644
- readonly gitTreeHash?: string | undefined;
1645
1728
  readonly retainedByPack?: boolean | undefined;
1646
1729
  readonly ref?: string | undefined;
1730
+ readonly gitTreeHash?: string | undefined;
1647
1731
  } | {
1648
1732
  readonly path: string;
1649
1733
  readonly type: "local";
1650
- readonly installedAt: Date;
1651
1734
  readonly updatedAt: Date;
1652
- readonly gitTreeHash?: string | undefined;
1735
+ readonly installedAt: Date;
1653
1736
  readonly retainedByPack?: boolean | undefined;
1737
+ readonly gitTreeHash?: string | undefined;
1654
1738
  } | {
1655
1739
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1656
1740
  readonly type: "registry";
1657
1741
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
1658
- readonly installedAt: Date;
1742
+ readonly integrity: string;
1743
+ readonly publisherBindingId: string;
1659
1744
  readonly updatedAt: Date;
1745
+ readonly installedAt: Date;
1660
1746
  readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
1661
- readonly integrity: string;
1662
1747
  readonly sourceName: string;
1663
- readonly gitTreeHash?: string | undefined;
1664
1748
  readonly retainedByPack?: boolean | undefined;
1665
- readonly publisherBindingId?: string | undefined;
1749
+ readonly gitTreeHash?: string | undefined;
1666
1750
  } | {
1667
1751
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1668
1752
  readonly type: "workspace";
1669
1753
  readonly version: string & import("effect/Brand").Brand<"Version">;
1670
1754
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
1671
- readonly installedAt: Date;
1672
- readonly updatedAt: Date;
1673
1755
  readonly extensionType: "mcp-server";
1756
+ readonly updatedAt: Date;
1757
+ readonly installedAt: Date;
1674
1758
  readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
1675
- readonly gitTreeHash?: string | undefined;
1676
1759
  readonly retainedByPack?: boolean | undefined;
1760
+ readonly gitTreeHash?: string | undefined;
1677
1761
  };
1678
1762
  }, AppError, never>;
1679
1763
  getLockedMcpServer: (name: string) => Effect.Effect<Option.Option<{
1680
1764
  readonly type: "inline";
1681
- readonly installedAt: Date;
1682
1765
  readonly updatedAt: Date;
1766
+ readonly installedAt: Date;
1683
1767
  readonly url?: string | undefined;
1684
1768
  readonly command?: string | undefined;
1685
1769
  readonly headers?: {
1686
1770
  readonly [x: string]: string;
1687
1771
  } | undefined;
1772
+ readonly retainedByPack?: boolean | undefined;
1688
1773
  readonly args?: readonly string[] | undefined;
1689
1774
  readonly gitTreeHash?: string | undefined;
1690
- readonly retainedByPack?: boolean | undefined;
1691
1775
  } | {
1692
1776
  readonly type: "github";
1693
1777
  readonly owner: string;
1694
- readonly installedAt: Date;
1695
- readonly updatedAt: Date;
1696
1778
  readonly repo: string;
1779
+ readonly updatedAt: Date;
1780
+ readonly installedAt: Date;
1697
1781
  readonly path?: string | undefined;
1698
- readonly gitTreeHash?: string | undefined;
1699
1782
  readonly retainedByPack?: boolean | undefined;
1700
1783
  readonly ref?: string | undefined;
1784
+ readonly gitTreeHash?: string | undefined;
1701
1785
  } | {
1702
1786
  readonly type: "gitlab";
1703
1787
  readonly owner: string;
1704
- readonly installedAt: Date;
1705
- readonly updatedAt: Date;
1706
1788
  readonly repo: string;
1789
+ readonly updatedAt: Date;
1790
+ readonly installedAt: Date;
1707
1791
  readonly path?: string | undefined;
1708
- readonly gitTreeHash?: string | undefined;
1709
1792
  readonly retainedByPack?: boolean | undefined;
1710
1793
  readonly ref?: string | undefined;
1794
+ readonly gitTreeHash?: string | undefined;
1711
1795
  } | {
1712
1796
  readonly type: "bitbucket";
1713
1797
  readonly owner: string;
1714
- readonly installedAt: Date;
1715
- readonly updatedAt: Date;
1716
1798
  readonly repo: string;
1799
+ readonly updatedAt: Date;
1800
+ readonly installedAt: Date;
1717
1801
  readonly path?: string | undefined;
1718
- readonly gitTreeHash?: string | undefined;
1719
1802
  readonly retainedByPack?: boolean | undefined;
1720
1803
  readonly ref?: string | undefined;
1804
+ readonly gitTreeHash?: string | undefined;
1721
1805
  } | {
1722
1806
  readonly project: string;
1723
1807
  readonly type: "azurerepos";
1724
- readonly installedAt: Date;
1725
- readonly updatedAt: Date;
1726
1808
  readonly repo: string;
1727
1809
  readonly organization: string;
1810
+ readonly updatedAt: Date;
1811
+ readonly installedAt: Date;
1728
1812
  readonly path?: string | undefined;
1729
- readonly gitTreeHash?: string | undefined;
1730
1813
  readonly retainedByPack?: boolean | undefined;
1731
1814
  readonly ref?: string | undefined;
1815
+ readonly gitTreeHash?: string | undefined;
1732
1816
  } | {
1733
1817
  readonly url: string;
1734
1818
  readonly type: "git";
1735
- readonly installedAt: Date;
1736
1819
  readonly updatedAt: Date;
1820
+ readonly installedAt: Date;
1737
1821
  readonly path?: string | undefined;
1738
- readonly gitTreeHash?: string | undefined;
1739
1822
  readonly retainedByPack?: boolean | undefined;
1740
1823
  readonly ref?: string | undefined;
1824
+ readonly gitTreeHash?: string | undefined;
1741
1825
  } | {
1742
1826
  readonly path: string;
1743
1827
  readonly type: "local";
1744
- readonly installedAt: Date;
1745
1828
  readonly updatedAt: Date;
1746
- readonly gitTreeHash?: string | undefined;
1829
+ readonly installedAt: Date;
1747
1830
  readonly retainedByPack?: boolean | undefined;
1831
+ readonly gitTreeHash?: string | undefined;
1748
1832
  } | {
1749
1833
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1750
1834
  readonly type: "registry";
1751
1835
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
1752
- readonly installedAt: Date;
1836
+ readonly integrity: string;
1837
+ readonly publisherBindingId: string;
1753
1838
  readonly updatedAt: Date;
1839
+ readonly installedAt: Date;
1754
1840
  readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
1755
- readonly integrity: string;
1756
1841
  readonly sourceName: string;
1757
- readonly gitTreeHash?: string | undefined;
1758
1842
  readonly retainedByPack?: boolean | undefined;
1759
- readonly publisherBindingId?: string | undefined;
1843
+ readonly gitTreeHash?: string | undefined;
1760
1844
  } | {
1761
1845
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1762
1846
  readonly type: "workspace";
1763
1847
  readonly version: string & import("effect/Brand").Brand<"Version">;
1764
1848
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
1765
- readonly installedAt: Date;
1766
- readonly updatedAt: Date;
1767
1849
  readonly extensionType: "mcp-server";
1850
+ readonly updatedAt: Date;
1851
+ readonly installedAt: Date;
1768
1852
  readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
1769
- readonly gitTreeHash?: string | undefined;
1770
1853
  readonly retainedByPack?: boolean | undefined;
1854
+ readonly gitTreeHash?: string | undefined;
1771
1855
  }>, AppError, never>;
1772
1856
  setMcpServer: ({ name, lockEntry, env, enabled }: SetMcpServerArgs) => Effect.Effect<void, AppError, never>;
1773
1857
  setMcpServerLock: ({ name, lockEntry }: SetMcpServerArgs) => Effect.Effect<void, AppError, never>;