@agentxm/client-core 0.22.5 → 0.22.6
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.
- package/dist/src/unstable/commands/install-artifact.d.ts +7 -0
- package/dist/src/unstable/commands/install-artifact.d.ts.map +1 -1
- package/dist/src/unstable/commands/install-artifact.js +5 -20
- package/dist/src/unstable/commands/install-artifact.js.map +1 -1
- package/dist/src/unstable/commands/manager.d.ts.map +1 -1
- package/dist/src/unstable/commands/manager.js +36 -30
- package/dist/src/unstable/commands/manager.js.map +1 -1
- package/dist/src/unstable/commands/operations/disable.d.ts +3 -4
- package/dist/src/unstable/commands/operations/disable.d.ts.map +1 -1
- package/dist/src/unstable/commands/operations/disable.js +15 -64
- package/dist/src/unstable/commands/operations/disable.js.map +1 -1
- package/dist/src/unstable/commands/operations/enable.d.ts +1 -1
- package/dist/src/unstable/commands/operations/enable.d.ts.map +1 -1
- package/dist/src/unstable/commands/operations/enable.js +7 -8
- package/dist/src/unstable/commands/operations/enable.js.map +1 -1
- package/dist/src/unstable/commands/operations/install.d.ts +2 -2
- package/dist/src/unstable/commands/operations/install.js +4 -4
- package/dist/src/unstable/commands/operations/install.js.map +1 -1
- package/dist/src/unstable/commands/operations/uninstall.d.ts +1 -1
- package/dist/src/unstable/commands/operations/uninstall.d.ts.map +1 -1
- package/dist/src/unstable/commands/operations/uninstall.js +9 -18
- package/dist/src/unstable/commands/operations/uninstall.js.map +1 -1
- package/dist/src/unstable/commands/reconciliation-adapter.d.ts.map +1 -1
- package/dist/src/unstable/commands/reconciliation-adapter.js +0 -1
- package/dist/src/unstable/commands/reconciliation-adapter.js.map +1 -1
- package/dist/src/unstable/files/manager.d.ts.map +1 -1
- package/dist/src/unstable/files/manager.js +30 -27
- package/dist/src/unstable/files/manager.js.map +1 -1
- package/dist/src/unstable/files/materialization.d.ts +1 -2
- package/dist/src/unstable/files/materialization.d.ts.map +1 -1
- package/dist/src/unstable/files/materialization.js +6 -6
- package/dist/src/unstable/files/materialization.js.map +1 -1
- package/dist/src/unstable/hooks/manager.d.ts.map +1 -1
- package/dist/src/unstable/hooks/manager.js +12 -13
- package/dist/src/unstable/hooks/manager.js.map +1 -1
- package/dist/src/unstable/knowledge/manager.d.ts.map +1 -1
- package/dist/src/unstable/knowledge/manager.js +12 -28
- package/dist/src/unstable/knowledge/manager.js.map +1 -1
- package/dist/src/unstable/lockfile/index.d.ts +2 -2
- package/dist/src/unstable/lockfile/index.d.ts.map +1 -1
- package/dist/src/unstable/lockfile/index.js +1 -1
- package/dist/src/unstable/lockfile/index.js.map +1 -1
- package/dist/src/unstable/lockfile/lockfile.d.ts +62 -959
- package/dist/src/unstable/lockfile/lockfile.d.ts.map +1 -1
- package/dist/src/unstable/lockfile/lockfile.js +26 -4
- package/dist/src/unstable/lockfile/lockfile.js.map +1 -1
- package/dist/src/unstable/lockfile/schema.d.ts +12 -1130
- package/dist/src/unstable/lockfile/schema.d.ts.map +1 -1
- package/dist/src/unstable/lockfile/schema.js +32 -81
- package/dist/src/unstable/lockfile/schema.js.map +1 -1
- package/dist/src/unstable/packs/operations/unpack.d.ts.map +1 -1
- package/dist/src/unstable/packs/operations/unpack.js +0 -3
- package/dist/src/unstable/packs/operations/unpack.js.map +1 -1
- package/dist/src/unstable/registry/__generated__/registry-client.d.ts +56 -47
- package/dist/src/unstable/registry/__generated__/registry-client.d.ts.map +1 -1
- package/dist/src/unstable/registry/__generated__/registry-client.js +8 -3
- package/dist/src/unstable/registry/__generated__/registry-client.js.map +1 -1
- package/dist/src/unstable/registry/admin-client.d.ts +4 -4
- package/dist/src/unstable/registry/client.d.ts +2 -0
- package/dist/src/unstable/registry/client.d.ts.map +1 -1
- package/dist/src/unstable/registry/client.js.map +1 -1
- package/dist/src/unstable/registry/local-client.d.ts.map +1 -1
- package/dist/src/unstable/registry/local-client.js +7 -0
- package/dist/src/unstable/registry/local-client.js.map +1 -1
- package/dist/src/unstable/registry/remote-client.d.ts.map +1 -1
- package/dist/src/unstable/registry/remote-client.js +3 -1
- package/dist/src/unstable/registry/remote-client.js.map +1 -1
- package/dist/src/unstable/rules/manager.d.ts.map +1 -1
- package/dist/src/unstable/rules/manager.js +8 -13
- package/dist/src/unstable/rules/manager.js.map +1 -1
- package/dist/src/unstable/skills/manager.d.ts +1 -1
- package/dist/src/unstable/skills/manager.d.ts.map +1 -1
- package/dist/src/unstable/skills/manager.js +6 -33
- package/dist/src/unstable/skills/manager.js.map +1 -1
- package/dist/src/unstable/skills/operations/disable.d.ts +3 -3
- package/dist/src/unstable/skills/operations/disable.d.ts.map +1 -1
- package/dist/src/unstable/skills/operations/disable.js +15 -69
- package/dist/src/unstable/skills/operations/disable.js.map +1 -1
- package/dist/src/unstable/skills/operations/enable.d.ts +2 -3
- package/dist/src/unstable/skills/operations/enable.d.ts.map +1 -1
- package/dist/src/unstable/skills/operations/enable.js +3 -28
- package/dist/src/unstable/skills/operations/enable.js.map +1 -1
- package/dist/src/unstable/skills/operations/install.d.ts.map +1 -1
- package/dist/src/unstable/skills/operations/install.js +1 -14
- package/dist/src/unstable/skills/operations/install.js.map +1 -1
- package/dist/src/unstable/skills/operations/uninstall.d.ts.map +1 -1
- package/dist/src/unstable/skills/operations/uninstall.js +15 -43
- package/dist/src/unstable/skills/operations/uninstall.js.map +1 -1
- package/dist/src/unstable/skills/reconciliation-adapter.d.ts.map +1 -1
- package/dist/src/unstable/skills/reconciliation-adapter.js +0 -1
- package/dist/src/unstable/skills/reconciliation-adapter.js.map +1 -1
- package/dist/src/unstable/sources/source-to-lock-entry.d.ts +0 -1
- package/dist/src/unstable/sources/source-to-lock-entry.d.ts.map +1 -1
- package/dist/src/unstable/sources/source-to-lock-entry.js +0 -1
- package/dist/src/unstable/sources/source-to-lock-entry.js.map +1 -1
- package/dist/src/unstable/subagents/lock-entry-builder.d.ts +1 -1
- package/dist/src/unstable/subagents/lock-entry-builder.d.ts.map +1 -1
- package/dist/src/unstable/subagents/lock-entry-builder.js +3 -6
- package/dist/src/unstable/subagents/lock-entry-builder.js.map +1 -1
- package/dist/src/unstable/subagents/manager.d.ts +1 -1
- package/dist/src/unstable/subagents/manager.d.ts.map +1 -1
- package/dist/src/unstable/subagents/manager.js +72 -58
- package/dist/src/unstable/subagents/manager.js.map +1 -1
- package/dist/src/unstable/subagents/operations/disable.d.ts.map +1 -1
- package/dist/src/unstable/subagents/operations/disable.js +27 -13
- package/dist/src/unstable/subagents/operations/disable.js.map +1 -1
- package/dist/src/unstable/subagents/operations/enable.d.ts +1 -1
- package/dist/src/unstable/subagents/operations/enable.js +5 -5
- package/dist/src/unstable/subagents/operations/enable.js.map +1 -1
- package/dist/src/unstable/subagents/reconciliation-adapter.d.ts.map +1 -1
- package/dist/src/unstable/subagents/reconciliation-adapter.js +0 -1
- package/dist/src/unstable/subagents/reconciliation-adapter.js.map +1 -1
- package/dist/src/unstable/workspace/initialization.d.ts +4 -4
- package/dist/src/unstable/workspace/read-model-record-readers.d.ts.map +1 -1
- package/dist/src/unstable/workspace/read-model-record-readers.js +6 -34
- package/dist/src/unstable/workspace/read-model-record-readers.js.map +1 -1
- package/dist/src/unstable/workspace/rendered-file-cleanup.d.ts +2 -0
- package/dist/src/unstable/workspace/rendered-file-cleanup.d.ts.map +1 -1
- package/dist/src/unstable/workspace/rendered-file-cleanup.js +17 -0
- package/dist/src/unstable/workspace/rendered-file-cleanup.js.map +1 -1
- package/dist/src/unstable/workspace/service-interface.d.ts +19 -1
- package/dist/src/unstable/workspace/service-interface.d.ts.map +1 -1
- package/dist/src/unstable/workspace/service-interface.js.map +1 -1
- package/dist/src/unstable/workspace/service.d.ts +60 -959
- package/dist/src/unstable/workspace/service.d.ts.map +1 -1
- package/dist/src/unstable/workspace/service.js +1 -18
- package/dist/src/unstable/workspace/service.js.map +1 -1
- package/dist/src/unstable/workspace/test-stubs.d.ts +2 -1
- package/dist/src/unstable/workspace/test-stubs.d.ts.map +1 -1
- package/dist/src/unstable/workspace/test-stubs.js +0 -5
- package/dist/src/unstable/workspace/test-stubs.js.map +1 -1
- package/package.json +2 -2
- package/site-content/__generated__/schemas/axm-lock.schema.json +59 -1060
|
@@ -139,12 +139,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
139
139
|
readonly resolvedInputs?: {
|
|
140
140
|
readonly [x: string]: string | number | boolean;
|
|
141
141
|
} | undefined;
|
|
142
|
-
readonly materializedTargets?: readonly {
|
|
143
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
144
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
145
|
-
readonly region?: string | undefined;
|
|
146
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
147
|
-
}[] | undefined;
|
|
148
142
|
} | {
|
|
149
143
|
readonly type: "gitlab";
|
|
150
144
|
readonly owner: string;
|
|
@@ -158,12 +152,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
158
152
|
readonly resolvedInputs?: {
|
|
159
153
|
readonly [x: string]: string | number | boolean;
|
|
160
154
|
} | undefined;
|
|
161
|
-
readonly materializedTargets?: readonly {
|
|
162
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
163
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
164
|
-
readonly region?: string | undefined;
|
|
165
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
166
|
-
}[] | undefined;
|
|
167
155
|
} | {
|
|
168
156
|
readonly type: "bitbucket";
|
|
169
157
|
readonly owner: string;
|
|
@@ -177,12 +165,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
177
165
|
readonly resolvedInputs?: {
|
|
178
166
|
readonly [x: string]: string | number | boolean;
|
|
179
167
|
} | undefined;
|
|
180
|
-
readonly materializedTargets?: readonly {
|
|
181
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
182
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
183
|
-
readonly region?: string | undefined;
|
|
184
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
185
|
-
}[] | undefined;
|
|
186
168
|
} | {
|
|
187
169
|
readonly project: string;
|
|
188
170
|
readonly type: "azurerepos";
|
|
@@ -197,12 +179,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
197
179
|
readonly resolvedInputs?: {
|
|
198
180
|
readonly [x: string]: string | number | boolean;
|
|
199
181
|
} | undefined;
|
|
200
|
-
readonly materializedTargets?: readonly {
|
|
201
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
202
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
203
|
-
readonly region?: string | undefined;
|
|
204
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
205
|
-
}[] | undefined;
|
|
206
182
|
} | {
|
|
207
183
|
readonly url: string;
|
|
208
184
|
readonly type: "git";
|
|
@@ -215,12 +191,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
215
191
|
readonly resolvedInputs?: {
|
|
216
192
|
readonly [x: string]: string | number | boolean;
|
|
217
193
|
} | undefined;
|
|
218
|
-
readonly materializedTargets?: readonly {
|
|
219
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
220
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
221
|
-
readonly region?: string | undefined;
|
|
222
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
223
|
-
}[] | undefined;
|
|
224
194
|
} | {
|
|
225
195
|
readonly path: string;
|
|
226
196
|
readonly type: "local";
|
|
@@ -231,12 +201,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
231
201
|
readonly resolvedInputs?: {
|
|
232
202
|
readonly [x: string]: string | number | boolean;
|
|
233
203
|
} | undefined;
|
|
234
|
-
readonly materializedTargets?: readonly {
|
|
235
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
236
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
237
|
-
readonly region?: string | undefined;
|
|
238
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
239
|
-
}[] | undefined;
|
|
240
204
|
} | {
|
|
241
205
|
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
242
206
|
readonly type: "registry";
|
|
@@ -252,32 +216,20 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
252
216
|
readonly resolvedInputs?: {
|
|
253
217
|
readonly [x: string]: string | number | boolean;
|
|
254
218
|
} | undefined;
|
|
255
|
-
readonly materializedTargets?: readonly {
|
|
256
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
257
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
258
|
-
readonly region?: string | undefined;
|
|
259
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
260
|
-
}[] | undefined;
|
|
261
219
|
} | {
|
|
262
220
|
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
263
221
|
readonly type: "workspace";
|
|
264
222
|
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
265
223
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
266
|
-
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
267
224
|
readonly installedAt: Date;
|
|
268
225
|
readonly updatedAt: Date;
|
|
269
226
|
readonly extensionType: "files";
|
|
227
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
270
228
|
readonly gitTreeHash?: string | undefined;
|
|
271
229
|
readonly retainedByPack?: boolean | undefined;
|
|
272
230
|
readonly resolvedInputs?: {
|
|
273
231
|
readonly [x: string]: string | number | boolean;
|
|
274
232
|
} | undefined;
|
|
275
|
-
readonly materializedTargets?: readonly {
|
|
276
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
277
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
278
|
-
readonly region?: string | undefined;
|
|
279
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
280
|
-
}[] | undefined;
|
|
281
233
|
};
|
|
282
234
|
}, AppError, never>;
|
|
283
235
|
getLockedFilesEntry: (name: string) => Effect.Effect<Option.Option<{
|
|
@@ -293,12 +245,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
293
245
|
readonly resolvedInputs?: {
|
|
294
246
|
readonly [x: string]: string | number | boolean;
|
|
295
247
|
} | undefined;
|
|
296
|
-
readonly materializedTargets?: readonly {
|
|
297
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
298
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
299
|
-
readonly region?: string | undefined;
|
|
300
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
301
|
-
}[] | undefined;
|
|
302
248
|
} | {
|
|
303
249
|
readonly type: "gitlab";
|
|
304
250
|
readonly owner: string;
|
|
@@ -312,12 +258,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
312
258
|
readonly resolvedInputs?: {
|
|
313
259
|
readonly [x: string]: string | number | boolean;
|
|
314
260
|
} | undefined;
|
|
315
|
-
readonly materializedTargets?: readonly {
|
|
316
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
317
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
318
|
-
readonly region?: string | undefined;
|
|
319
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
320
|
-
}[] | undefined;
|
|
321
261
|
} | {
|
|
322
262
|
readonly type: "bitbucket";
|
|
323
263
|
readonly owner: string;
|
|
@@ -331,12 +271,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
331
271
|
readonly resolvedInputs?: {
|
|
332
272
|
readonly [x: string]: string | number | boolean;
|
|
333
273
|
} | undefined;
|
|
334
|
-
readonly materializedTargets?: readonly {
|
|
335
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
336
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
337
|
-
readonly region?: string | undefined;
|
|
338
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
339
|
-
}[] | undefined;
|
|
340
274
|
} | {
|
|
341
275
|
readonly project: string;
|
|
342
276
|
readonly type: "azurerepos";
|
|
@@ -351,12 +285,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
351
285
|
readonly resolvedInputs?: {
|
|
352
286
|
readonly [x: string]: string | number | boolean;
|
|
353
287
|
} | undefined;
|
|
354
|
-
readonly materializedTargets?: readonly {
|
|
355
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
356
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
357
|
-
readonly region?: string | undefined;
|
|
358
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
359
|
-
}[] | undefined;
|
|
360
288
|
} | {
|
|
361
289
|
readonly url: string;
|
|
362
290
|
readonly type: "git";
|
|
@@ -369,12 +297,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
369
297
|
readonly resolvedInputs?: {
|
|
370
298
|
readonly [x: string]: string | number | boolean;
|
|
371
299
|
} | undefined;
|
|
372
|
-
readonly materializedTargets?: readonly {
|
|
373
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
374
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
375
|
-
readonly region?: string | undefined;
|
|
376
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
377
|
-
}[] | undefined;
|
|
378
300
|
} | {
|
|
379
301
|
readonly path: string;
|
|
380
302
|
readonly type: "local";
|
|
@@ -385,12 +307,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
385
307
|
readonly resolvedInputs?: {
|
|
386
308
|
readonly [x: string]: string | number | boolean;
|
|
387
309
|
} | undefined;
|
|
388
|
-
readonly materializedTargets?: readonly {
|
|
389
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
390
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
391
|
-
readonly region?: string | undefined;
|
|
392
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
393
|
-
}[] | undefined;
|
|
394
310
|
} | {
|
|
395
311
|
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
396
312
|
readonly type: "registry";
|
|
@@ -406,32 +322,20 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
406
322
|
readonly resolvedInputs?: {
|
|
407
323
|
readonly [x: string]: string | number | boolean;
|
|
408
324
|
} | undefined;
|
|
409
|
-
readonly materializedTargets?: readonly {
|
|
410
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
411
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
412
|
-
readonly region?: string | undefined;
|
|
413
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
414
|
-
}[] | undefined;
|
|
415
325
|
} | {
|
|
416
326
|
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
417
327
|
readonly type: "workspace";
|
|
418
328
|
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
419
329
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
420
|
-
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
421
330
|
readonly installedAt: Date;
|
|
422
331
|
readonly updatedAt: Date;
|
|
423
332
|
readonly extensionType: "files";
|
|
333
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
424
334
|
readonly gitTreeHash?: string | undefined;
|
|
425
335
|
readonly retainedByPack?: boolean | undefined;
|
|
426
336
|
readonly resolvedInputs?: {
|
|
427
337
|
readonly [x: string]: string | number | boolean;
|
|
428
338
|
} | undefined;
|
|
429
|
-
readonly materializedTargets?: readonly {
|
|
430
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
431
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
432
|
-
readonly region?: string | undefined;
|
|
433
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
434
|
-
}[] | undefined;
|
|
435
339
|
}>, AppError, never>;
|
|
436
340
|
setFiles: ({ name, lockEntry, versionRange }: SetFilesArgs) => Effect.Effect<void, AppError, never>;
|
|
437
341
|
setFilesLock: ({ name, lockEntry }: SetFilesArgs) => Effect.Effect<void, AppError, never>;
|
|
@@ -457,12 +361,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
457
361
|
readonly gitTreeHash?: string | undefined;
|
|
458
362
|
readonly retainedByPack?: boolean | undefined;
|
|
459
363
|
readonly ref?: string | undefined;
|
|
460
|
-
readonly materializedTargets?: readonly {
|
|
461
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
462
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
463
|
-
readonly region?: string | undefined;
|
|
464
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
465
|
-
}[] | undefined;
|
|
466
364
|
} | {
|
|
467
365
|
readonly type: "gitlab";
|
|
468
366
|
readonly owner: string;
|
|
@@ -473,12 +371,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
473
371
|
readonly gitTreeHash?: string | undefined;
|
|
474
372
|
readonly retainedByPack?: boolean | undefined;
|
|
475
373
|
readonly ref?: string | undefined;
|
|
476
|
-
readonly materializedTargets?: readonly {
|
|
477
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
478
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
479
|
-
readonly region?: string | undefined;
|
|
480
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
481
|
-
}[] | undefined;
|
|
482
374
|
} | {
|
|
483
375
|
readonly type: "bitbucket";
|
|
484
376
|
readonly owner: string;
|
|
@@ -489,12 +381,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
489
381
|
readonly gitTreeHash?: string | undefined;
|
|
490
382
|
readonly retainedByPack?: boolean | undefined;
|
|
491
383
|
readonly ref?: string | undefined;
|
|
492
|
-
readonly materializedTargets?: readonly {
|
|
493
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
494
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
495
|
-
readonly region?: string | undefined;
|
|
496
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
497
|
-
}[] | undefined;
|
|
498
384
|
} | {
|
|
499
385
|
readonly project: string;
|
|
500
386
|
readonly type: "azurerepos";
|
|
@@ -506,12 +392,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
506
392
|
readonly gitTreeHash?: string | undefined;
|
|
507
393
|
readonly retainedByPack?: boolean | undefined;
|
|
508
394
|
readonly ref?: string | undefined;
|
|
509
|
-
readonly materializedTargets?: readonly {
|
|
510
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
511
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
512
|
-
readonly region?: string | undefined;
|
|
513
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
514
|
-
}[] | undefined;
|
|
515
395
|
} | {
|
|
516
396
|
readonly url: string;
|
|
517
397
|
readonly type: "git";
|
|
@@ -521,12 +401,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
521
401
|
readonly gitTreeHash?: string | undefined;
|
|
522
402
|
readonly retainedByPack?: boolean | undefined;
|
|
523
403
|
readonly ref?: string | undefined;
|
|
524
|
-
readonly materializedTargets?: readonly {
|
|
525
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
526
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
527
|
-
readonly region?: string | undefined;
|
|
528
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
529
|
-
}[] | undefined;
|
|
530
404
|
} | {
|
|
531
405
|
readonly path: string;
|
|
532
406
|
readonly type: "local";
|
|
@@ -534,12 +408,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
534
408
|
readonly updatedAt: Date;
|
|
535
409
|
readonly gitTreeHash?: string | undefined;
|
|
536
410
|
readonly retainedByPack?: boolean | undefined;
|
|
537
|
-
readonly materializedTargets?: readonly {
|
|
538
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
539
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
540
|
-
readonly region?: string | undefined;
|
|
541
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
542
|
-
}[] | undefined;
|
|
543
411
|
} | {
|
|
544
412
|
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
545
413
|
readonly type: "registry";
|
|
@@ -552,29 +420,17 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
552
420
|
readonly gitTreeHash?: string | undefined;
|
|
553
421
|
readonly retainedByPack?: boolean | undefined;
|
|
554
422
|
readonly publisherBindingId?: string | undefined;
|
|
555
|
-
readonly materializedTargets?: readonly {
|
|
556
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
557
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
558
|
-
readonly region?: string | undefined;
|
|
559
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
560
|
-
}[] | undefined;
|
|
561
423
|
} | {
|
|
562
424
|
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
563
425
|
readonly type: "workspace";
|
|
564
426
|
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
565
427
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
566
|
-
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
567
428
|
readonly installedAt: Date;
|
|
568
429
|
readonly updatedAt: Date;
|
|
569
430
|
readonly extensionType: "rule";
|
|
431
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
570
432
|
readonly gitTreeHash?: string | undefined;
|
|
571
433
|
readonly retainedByPack?: boolean | undefined;
|
|
572
|
-
readonly materializedTargets?: readonly {
|
|
573
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
574
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
575
|
-
readonly region?: string | undefined;
|
|
576
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
577
|
-
}[] | undefined;
|
|
578
434
|
};
|
|
579
435
|
}, AppError, never>;
|
|
580
436
|
getLockedRuleEntry: (name: string) => Effect.Effect<Option.Option<{
|
|
@@ -587,12 +443,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
587
443
|
readonly gitTreeHash?: string | undefined;
|
|
588
444
|
readonly retainedByPack?: boolean | undefined;
|
|
589
445
|
readonly ref?: string | undefined;
|
|
590
|
-
readonly materializedTargets?: readonly {
|
|
591
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
592
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
593
|
-
readonly region?: string | undefined;
|
|
594
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
595
|
-
}[] | undefined;
|
|
596
446
|
} | {
|
|
597
447
|
readonly type: "gitlab";
|
|
598
448
|
readonly owner: string;
|
|
@@ -603,12 +453,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
603
453
|
readonly gitTreeHash?: string | undefined;
|
|
604
454
|
readonly retainedByPack?: boolean | undefined;
|
|
605
455
|
readonly ref?: string | undefined;
|
|
606
|
-
readonly materializedTargets?: readonly {
|
|
607
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
608
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
609
|
-
readonly region?: string | undefined;
|
|
610
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
611
|
-
}[] | undefined;
|
|
612
456
|
} | {
|
|
613
457
|
readonly type: "bitbucket";
|
|
614
458
|
readonly owner: string;
|
|
@@ -619,12 +463,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
619
463
|
readonly gitTreeHash?: string | undefined;
|
|
620
464
|
readonly retainedByPack?: boolean | undefined;
|
|
621
465
|
readonly ref?: string | undefined;
|
|
622
|
-
readonly materializedTargets?: readonly {
|
|
623
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
624
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
625
|
-
readonly region?: string | undefined;
|
|
626
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
627
|
-
}[] | undefined;
|
|
628
466
|
} | {
|
|
629
467
|
readonly project: string;
|
|
630
468
|
readonly type: "azurerepos";
|
|
@@ -636,12 +474,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
636
474
|
readonly gitTreeHash?: string | undefined;
|
|
637
475
|
readonly retainedByPack?: boolean | undefined;
|
|
638
476
|
readonly ref?: string | undefined;
|
|
639
|
-
readonly materializedTargets?: readonly {
|
|
640
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
641
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
642
|
-
readonly region?: string | undefined;
|
|
643
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
644
|
-
}[] | undefined;
|
|
645
477
|
} | {
|
|
646
478
|
readonly url: string;
|
|
647
479
|
readonly type: "git";
|
|
@@ -651,12 +483,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
651
483
|
readonly gitTreeHash?: string | undefined;
|
|
652
484
|
readonly retainedByPack?: boolean | undefined;
|
|
653
485
|
readonly ref?: string | undefined;
|
|
654
|
-
readonly materializedTargets?: readonly {
|
|
655
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
656
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
657
|
-
readonly region?: string | undefined;
|
|
658
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
659
|
-
}[] | undefined;
|
|
660
486
|
} | {
|
|
661
487
|
readonly path: string;
|
|
662
488
|
readonly type: "local";
|
|
@@ -664,12 +490,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
664
490
|
readonly updatedAt: Date;
|
|
665
491
|
readonly gitTreeHash?: string | undefined;
|
|
666
492
|
readonly retainedByPack?: boolean | undefined;
|
|
667
|
-
readonly materializedTargets?: readonly {
|
|
668
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
669
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
670
|
-
readonly region?: string | undefined;
|
|
671
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
672
|
-
}[] | undefined;
|
|
673
493
|
} | {
|
|
674
494
|
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
675
495
|
readonly type: "registry";
|
|
@@ -682,29 +502,17 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
682
502
|
readonly gitTreeHash?: string | undefined;
|
|
683
503
|
readonly retainedByPack?: boolean | undefined;
|
|
684
504
|
readonly publisherBindingId?: string | undefined;
|
|
685
|
-
readonly materializedTargets?: readonly {
|
|
686
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
687
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
688
|
-
readonly region?: string | undefined;
|
|
689
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
690
|
-
}[] | undefined;
|
|
691
505
|
} | {
|
|
692
506
|
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
693
507
|
readonly type: "workspace";
|
|
694
508
|
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
695
509
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
696
|
-
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
697
510
|
readonly installedAt: Date;
|
|
698
511
|
readonly updatedAt: Date;
|
|
699
512
|
readonly extensionType: "rule";
|
|
513
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
700
514
|
readonly gitTreeHash?: string | undefined;
|
|
701
515
|
readonly retainedByPack?: boolean | undefined;
|
|
702
|
-
readonly materializedTargets?: readonly {
|
|
703
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
704
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
705
|
-
readonly region?: string | undefined;
|
|
706
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
707
|
-
}[] | undefined;
|
|
708
516
|
}>, AppError, never>;
|
|
709
517
|
setRule: ({ name, lockEntry, versionRange }: SetRuleArgs) => Effect.Effect<void, AppError, never>;
|
|
710
518
|
setRuleLock: ({ name, lockEntry }: SetRuleArgs) => Effect.Effect<void, AppError, never>;
|
|
@@ -730,12 +538,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
730
538
|
readonly gitTreeHash?: string | undefined;
|
|
731
539
|
readonly retainedByPack?: boolean | undefined;
|
|
732
540
|
readonly ref?: string | undefined;
|
|
733
|
-
readonly materializedTargets?: readonly {
|
|
734
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
735
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
736
|
-
readonly region?: string | undefined;
|
|
737
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
738
|
-
}[] | undefined;
|
|
739
541
|
} | {
|
|
740
542
|
readonly type: "gitlab";
|
|
741
543
|
readonly owner: string;
|
|
@@ -746,12 +548,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
746
548
|
readonly gitTreeHash?: string | undefined;
|
|
747
549
|
readonly retainedByPack?: boolean | undefined;
|
|
748
550
|
readonly ref?: string | undefined;
|
|
749
|
-
readonly materializedTargets?: readonly {
|
|
750
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
751
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
752
|
-
readonly region?: string | undefined;
|
|
753
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
754
|
-
}[] | undefined;
|
|
755
551
|
} | {
|
|
756
552
|
readonly type: "bitbucket";
|
|
757
553
|
readonly owner: string;
|
|
@@ -762,12 +558,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
762
558
|
readonly gitTreeHash?: string | undefined;
|
|
763
559
|
readonly retainedByPack?: boolean | undefined;
|
|
764
560
|
readonly ref?: string | undefined;
|
|
765
|
-
readonly materializedTargets?: readonly {
|
|
766
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
767
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
768
|
-
readonly region?: string | undefined;
|
|
769
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
770
|
-
}[] | undefined;
|
|
771
561
|
} | {
|
|
772
562
|
readonly project: string;
|
|
773
563
|
readonly type: "azurerepos";
|
|
@@ -779,12 +569,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
779
569
|
readonly gitTreeHash?: string | undefined;
|
|
780
570
|
readonly retainedByPack?: boolean | undefined;
|
|
781
571
|
readonly ref?: string | undefined;
|
|
782
|
-
readonly materializedTargets?: readonly {
|
|
783
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
784
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
785
|
-
readonly region?: string | undefined;
|
|
786
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
787
|
-
}[] | undefined;
|
|
788
572
|
} | {
|
|
789
573
|
readonly url: string;
|
|
790
574
|
readonly type: "git";
|
|
@@ -794,12 +578,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
794
578
|
readonly gitTreeHash?: string | undefined;
|
|
795
579
|
readonly retainedByPack?: boolean | undefined;
|
|
796
580
|
readonly ref?: string | undefined;
|
|
797
|
-
readonly materializedTargets?: readonly {
|
|
798
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
799
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
800
|
-
readonly region?: string | undefined;
|
|
801
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
802
|
-
}[] | undefined;
|
|
803
581
|
} | {
|
|
804
582
|
readonly path: string;
|
|
805
583
|
readonly type: "local";
|
|
@@ -807,12 +585,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
807
585
|
readonly updatedAt: Date;
|
|
808
586
|
readonly gitTreeHash?: string | undefined;
|
|
809
587
|
readonly retainedByPack?: boolean | undefined;
|
|
810
|
-
readonly materializedTargets?: readonly {
|
|
811
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
812
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
813
|
-
readonly region?: string | undefined;
|
|
814
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
815
|
-
}[] | undefined;
|
|
816
588
|
} | {
|
|
817
589
|
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
818
590
|
readonly type: "registry";
|
|
@@ -825,29 +597,17 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
825
597
|
readonly gitTreeHash?: string | undefined;
|
|
826
598
|
readonly retainedByPack?: boolean | undefined;
|
|
827
599
|
readonly publisherBindingId?: string | undefined;
|
|
828
|
-
readonly materializedTargets?: readonly {
|
|
829
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
830
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
831
|
-
readonly region?: string | undefined;
|
|
832
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
833
|
-
}[] | undefined;
|
|
834
600
|
} | {
|
|
835
601
|
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
836
602
|
readonly type: "workspace";
|
|
837
603
|
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
838
604
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
839
|
-
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
840
605
|
readonly installedAt: Date;
|
|
841
606
|
readonly updatedAt: Date;
|
|
842
607
|
readonly extensionType: "hook";
|
|
608
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
843
609
|
readonly gitTreeHash?: string | undefined;
|
|
844
610
|
readonly retainedByPack?: boolean | undefined;
|
|
845
|
-
readonly materializedTargets?: readonly {
|
|
846
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
847
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
848
|
-
readonly region?: string | undefined;
|
|
849
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
850
|
-
}[] | undefined;
|
|
851
611
|
};
|
|
852
612
|
}, AppError, never>;
|
|
853
613
|
getLockedHookEntry: (name: string) => Effect.Effect<Option.Option<{
|
|
@@ -860,12 +620,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
860
620
|
readonly gitTreeHash?: string | undefined;
|
|
861
621
|
readonly retainedByPack?: boolean | undefined;
|
|
862
622
|
readonly ref?: string | undefined;
|
|
863
|
-
readonly materializedTargets?: readonly {
|
|
864
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
865
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
866
|
-
readonly region?: string | undefined;
|
|
867
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
868
|
-
}[] | undefined;
|
|
869
623
|
} | {
|
|
870
624
|
readonly type: "gitlab";
|
|
871
625
|
readonly owner: string;
|
|
@@ -876,12 +630,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
876
630
|
readonly gitTreeHash?: string | undefined;
|
|
877
631
|
readonly retainedByPack?: boolean | undefined;
|
|
878
632
|
readonly ref?: string | undefined;
|
|
879
|
-
readonly materializedTargets?: readonly {
|
|
880
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
881
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
882
|
-
readonly region?: string | undefined;
|
|
883
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
884
|
-
}[] | undefined;
|
|
885
633
|
} | {
|
|
886
634
|
readonly type: "bitbucket";
|
|
887
635
|
readonly owner: string;
|
|
@@ -892,12 +640,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
892
640
|
readonly gitTreeHash?: string | undefined;
|
|
893
641
|
readonly retainedByPack?: boolean | undefined;
|
|
894
642
|
readonly ref?: string | undefined;
|
|
895
|
-
readonly materializedTargets?: readonly {
|
|
896
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
897
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
898
|
-
readonly region?: string | undefined;
|
|
899
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
900
|
-
}[] | undefined;
|
|
901
643
|
} | {
|
|
902
644
|
readonly project: string;
|
|
903
645
|
readonly type: "azurerepos";
|
|
@@ -909,12 +651,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
909
651
|
readonly gitTreeHash?: string | undefined;
|
|
910
652
|
readonly retainedByPack?: boolean | undefined;
|
|
911
653
|
readonly ref?: string | undefined;
|
|
912
|
-
readonly materializedTargets?: readonly {
|
|
913
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
914
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
915
|
-
readonly region?: string | undefined;
|
|
916
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
917
|
-
}[] | undefined;
|
|
918
654
|
} | {
|
|
919
655
|
readonly url: string;
|
|
920
656
|
readonly type: "git";
|
|
@@ -924,12 +660,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
924
660
|
readonly gitTreeHash?: string | undefined;
|
|
925
661
|
readonly retainedByPack?: boolean | undefined;
|
|
926
662
|
readonly ref?: string | undefined;
|
|
927
|
-
readonly materializedTargets?: readonly {
|
|
928
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
929
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
930
|
-
readonly region?: string | undefined;
|
|
931
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
932
|
-
}[] | undefined;
|
|
933
663
|
} | {
|
|
934
664
|
readonly path: string;
|
|
935
665
|
readonly type: "local";
|
|
@@ -937,12 +667,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
937
667
|
readonly updatedAt: Date;
|
|
938
668
|
readonly gitTreeHash?: string | undefined;
|
|
939
669
|
readonly retainedByPack?: boolean | undefined;
|
|
940
|
-
readonly materializedTargets?: readonly {
|
|
941
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
942
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
943
|
-
readonly region?: string | undefined;
|
|
944
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
945
|
-
}[] | undefined;
|
|
946
670
|
} | {
|
|
947
671
|
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
948
672
|
readonly type: "registry";
|
|
@@ -955,29 +679,17 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
955
679
|
readonly gitTreeHash?: string | undefined;
|
|
956
680
|
readonly retainedByPack?: boolean | undefined;
|
|
957
681
|
readonly publisherBindingId?: string | undefined;
|
|
958
|
-
readonly materializedTargets?: readonly {
|
|
959
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
960
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
961
|
-
readonly region?: string | undefined;
|
|
962
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
963
|
-
}[] | undefined;
|
|
964
682
|
} | {
|
|
965
683
|
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
966
684
|
readonly type: "workspace";
|
|
967
685
|
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
968
686
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
969
|
-
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
970
687
|
readonly installedAt: Date;
|
|
971
688
|
readonly updatedAt: Date;
|
|
972
689
|
readonly extensionType: "hook";
|
|
690
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
973
691
|
readonly gitTreeHash?: string | undefined;
|
|
974
692
|
readonly retainedByPack?: boolean | undefined;
|
|
975
|
-
readonly materializedTargets?: readonly {
|
|
976
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
977
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
978
|
-
readonly region?: string | undefined;
|
|
979
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
980
|
-
}[] | undefined;
|
|
981
693
|
}>, AppError, never>;
|
|
982
694
|
setHook: ({ name, lockEntry, versionRange }: SetHookArgs) => Effect.Effect<void, AppError, never>;
|
|
983
695
|
setHookLock: ({ name, lockEntry }: SetHookArgs) => Effect.Effect<void, AppError, never>;
|
|
@@ -1003,12 +715,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1003
715
|
readonly gitTreeHash?: string | undefined;
|
|
1004
716
|
readonly retainedByPack?: boolean | undefined;
|
|
1005
717
|
readonly ref?: string | undefined;
|
|
1006
|
-
readonly materializedTargets?: readonly {
|
|
1007
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1008
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1009
|
-
readonly region?: string | undefined;
|
|
1010
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1011
|
-
}[] | undefined;
|
|
1012
718
|
} | {
|
|
1013
719
|
readonly type: "gitlab";
|
|
1014
720
|
readonly owner: string;
|
|
@@ -1019,12 +725,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1019
725
|
readonly gitTreeHash?: string | undefined;
|
|
1020
726
|
readonly retainedByPack?: boolean | undefined;
|
|
1021
727
|
readonly ref?: string | undefined;
|
|
1022
|
-
readonly materializedTargets?: readonly {
|
|
1023
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1024
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1025
|
-
readonly region?: string | undefined;
|
|
1026
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1027
|
-
}[] | undefined;
|
|
1028
728
|
} | {
|
|
1029
729
|
readonly type: "bitbucket";
|
|
1030
730
|
readonly owner: string;
|
|
@@ -1035,12 +735,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1035
735
|
readonly gitTreeHash?: string | undefined;
|
|
1036
736
|
readonly retainedByPack?: boolean | undefined;
|
|
1037
737
|
readonly ref?: string | undefined;
|
|
1038
|
-
readonly materializedTargets?: readonly {
|
|
1039
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1040
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1041
|
-
readonly region?: string | undefined;
|
|
1042
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1043
|
-
}[] | undefined;
|
|
1044
738
|
} | {
|
|
1045
739
|
readonly project: string;
|
|
1046
740
|
readonly type: "azurerepos";
|
|
@@ -1052,12 +746,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1052
746
|
readonly gitTreeHash?: string | undefined;
|
|
1053
747
|
readonly retainedByPack?: boolean | undefined;
|
|
1054
748
|
readonly ref?: string | undefined;
|
|
1055
|
-
readonly materializedTargets?: readonly {
|
|
1056
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1057
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1058
|
-
readonly region?: string | undefined;
|
|
1059
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1060
|
-
}[] | undefined;
|
|
1061
749
|
} | {
|
|
1062
750
|
readonly url: string;
|
|
1063
751
|
readonly type: "git";
|
|
@@ -1067,12 +755,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1067
755
|
readonly gitTreeHash?: string | undefined;
|
|
1068
756
|
readonly retainedByPack?: boolean | undefined;
|
|
1069
757
|
readonly ref?: string | undefined;
|
|
1070
|
-
readonly materializedTargets?: readonly {
|
|
1071
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1072
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1073
|
-
readonly region?: string | undefined;
|
|
1074
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1075
|
-
}[] | undefined;
|
|
1076
758
|
} | {
|
|
1077
759
|
readonly path: string;
|
|
1078
760
|
readonly type: "local";
|
|
@@ -1080,12 +762,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1080
762
|
readonly updatedAt: Date;
|
|
1081
763
|
readonly gitTreeHash?: string | undefined;
|
|
1082
764
|
readonly retainedByPack?: boolean | undefined;
|
|
1083
|
-
readonly materializedTargets?: readonly {
|
|
1084
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1085
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1086
|
-
readonly region?: string | undefined;
|
|
1087
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1088
|
-
}[] | undefined;
|
|
1089
765
|
} | {
|
|
1090
766
|
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
1091
767
|
readonly type: "registry";
|
|
@@ -1098,29 +774,17 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1098
774
|
readonly gitTreeHash?: string | undefined;
|
|
1099
775
|
readonly retainedByPack?: boolean | undefined;
|
|
1100
776
|
readonly publisherBindingId?: string | undefined;
|
|
1101
|
-
readonly materializedTargets?: readonly {
|
|
1102
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1103
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1104
|
-
readonly region?: string | undefined;
|
|
1105
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1106
|
-
}[] | undefined;
|
|
1107
777
|
} | {
|
|
1108
778
|
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
1109
779
|
readonly type: "workspace";
|
|
1110
780
|
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
1111
781
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
1112
|
-
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1113
782
|
readonly installedAt: Date;
|
|
1114
783
|
readonly updatedAt: Date;
|
|
1115
784
|
readonly extensionType: "knowledge";
|
|
785
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1116
786
|
readonly gitTreeHash?: string | undefined;
|
|
1117
787
|
readonly retainedByPack?: boolean | undefined;
|
|
1118
|
-
readonly materializedTargets?: readonly {
|
|
1119
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1120
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1121
|
-
readonly region?: string | undefined;
|
|
1122
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1123
|
-
}[] | undefined;
|
|
1124
788
|
};
|
|
1125
789
|
}, AppError, never>;
|
|
1126
790
|
getLockedKnowledgeEntry: (name: string) => Effect.Effect<Option.Option<{
|
|
@@ -1133,12 +797,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1133
797
|
readonly gitTreeHash?: string | undefined;
|
|
1134
798
|
readonly retainedByPack?: boolean | undefined;
|
|
1135
799
|
readonly ref?: string | undefined;
|
|
1136
|
-
readonly materializedTargets?: readonly {
|
|
1137
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1138
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1139
|
-
readonly region?: string | undefined;
|
|
1140
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1141
|
-
}[] | undefined;
|
|
1142
800
|
} | {
|
|
1143
801
|
readonly type: "gitlab";
|
|
1144
802
|
readonly owner: string;
|
|
@@ -1149,12 +807,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1149
807
|
readonly gitTreeHash?: string | undefined;
|
|
1150
808
|
readonly retainedByPack?: boolean | undefined;
|
|
1151
809
|
readonly ref?: string | undefined;
|
|
1152
|
-
readonly materializedTargets?: readonly {
|
|
1153
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1154
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1155
|
-
readonly region?: string | undefined;
|
|
1156
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1157
|
-
}[] | undefined;
|
|
1158
810
|
} | {
|
|
1159
811
|
readonly type: "bitbucket";
|
|
1160
812
|
readonly owner: string;
|
|
@@ -1165,12 +817,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1165
817
|
readonly gitTreeHash?: string | undefined;
|
|
1166
818
|
readonly retainedByPack?: boolean | undefined;
|
|
1167
819
|
readonly ref?: string | undefined;
|
|
1168
|
-
readonly materializedTargets?: readonly {
|
|
1169
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1170
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1171
|
-
readonly region?: string | undefined;
|
|
1172
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1173
|
-
}[] | undefined;
|
|
1174
820
|
} | {
|
|
1175
821
|
readonly project: string;
|
|
1176
822
|
readonly type: "azurerepos";
|
|
@@ -1182,12 +828,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1182
828
|
readonly gitTreeHash?: string | undefined;
|
|
1183
829
|
readonly retainedByPack?: boolean | undefined;
|
|
1184
830
|
readonly ref?: string | undefined;
|
|
1185
|
-
readonly materializedTargets?: readonly {
|
|
1186
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1187
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1188
|
-
readonly region?: string | undefined;
|
|
1189
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1190
|
-
}[] | undefined;
|
|
1191
831
|
} | {
|
|
1192
832
|
readonly url: string;
|
|
1193
833
|
readonly type: "git";
|
|
@@ -1197,12 +837,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1197
837
|
readonly gitTreeHash?: string | undefined;
|
|
1198
838
|
readonly retainedByPack?: boolean | undefined;
|
|
1199
839
|
readonly ref?: string | undefined;
|
|
1200
|
-
readonly materializedTargets?: readonly {
|
|
1201
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1202
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1203
|
-
readonly region?: string | undefined;
|
|
1204
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1205
|
-
}[] | undefined;
|
|
1206
840
|
} | {
|
|
1207
841
|
readonly path: string;
|
|
1208
842
|
readonly type: "local";
|
|
@@ -1210,12 +844,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1210
844
|
readonly updatedAt: Date;
|
|
1211
845
|
readonly gitTreeHash?: string | undefined;
|
|
1212
846
|
readonly retainedByPack?: boolean | undefined;
|
|
1213
|
-
readonly materializedTargets?: readonly {
|
|
1214
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1215
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1216
|
-
readonly region?: string | undefined;
|
|
1217
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1218
|
-
}[] | undefined;
|
|
1219
847
|
} | {
|
|
1220
848
|
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
1221
849
|
readonly type: "registry";
|
|
@@ -1228,29 +856,17 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1228
856
|
readonly gitTreeHash?: string | undefined;
|
|
1229
857
|
readonly retainedByPack?: boolean | undefined;
|
|
1230
858
|
readonly publisherBindingId?: string | undefined;
|
|
1231
|
-
readonly materializedTargets?: readonly {
|
|
1232
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1233
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1234
|
-
readonly region?: string | undefined;
|
|
1235
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1236
|
-
}[] | undefined;
|
|
1237
859
|
} | {
|
|
1238
860
|
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
1239
861
|
readonly type: "workspace";
|
|
1240
862
|
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
1241
863
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
1242
|
-
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1243
864
|
readonly installedAt: Date;
|
|
1244
865
|
readonly updatedAt: Date;
|
|
1245
866
|
readonly extensionType: "knowledge";
|
|
867
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1246
868
|
readonly gitTreeHash?: string | undefined;
|
|
1247
869
|
readonly retainedByPack?: boolean | undefined;
|
|
1248
|
-
readonly materializedTargets?: readonly {
|
|
1249
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1250
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1251
|
-
readonly region?: string | undefined;
|
|
1252
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1253
|
-
}[] | undefined;
|
|
1254
870
|
}>, AppError, never>;
|
|
1255
871
|
setKnowledge: ({ name, lockEntry, versionRange }: SetKnowledgeArgs) => Effect.Effect<void, AppError, never>;
|
|
1256
872
|
setKnowledgeLock: ({ name, lockEntry }: SetKnowledgeArgs) => Effect.Effect<void, AppError, never>;
|
|
@@ -1265,240 +881,88 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1265
881
|
readonly owner: string;
|
|
1266
882
|
readonly installedAt: Date;
|
|
1267
883
|
readonly updatedAt: Date;
|
|
1268
|
-
readonly agents: readonly string[];
|
|
1269
884
|
readonly repo: string;
|
|
1270
885
|
readonly path?: string | undefined;
|
|
1271
|
-
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1272
886
|
readonly gitTreeHash?: string | undefined;
|
|
1273
887
|
readonly retainedByPack?: boolean | undefined;
|
|
1274
888
|
readonly ref?: string | undefined;
|
|
1275
|
-
readonly
|
|
1276
|
-
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1277
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1278
|
-
}, "Type">[];
|
|
1279
|
-
} | undefined;
|
|
1280
|
-
readonly renderInputs?: {
|
|
1281
|
-
readonly [x: string]: Schema.Struct.ReadonlySide<{
|
|
1282
|
-
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1283
|
-
readonly agent: Schema.NonEmptyString;
|
|
1284
|
-
readonly catalogVersion: Schema.NonEmptyString;
|
|
1285
|
-
readonly dslVersion: Schema.NonEmptyString;
|
|
1286
|
-
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1287
|
-
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
1288
|
-
}, "Type">;
|
|
1289
|
-
} | undefined;
|
|
1290
|
-
readonly degradedRenders?: {
|
|
1291
|
-
readonly [x: string]: readonly string[];
|
|
1292
|
-
} | undefined;
|
|
889
|
+
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1293
890
|
} | {
|
|
1294
891
|
readonly type: "gitlab";
|
|
1295
892
|
readonly owner: string;
|
|
1296
893
|
readonly installedAt: Date;
|
|
1297
894
|
readonly updatedAt: Date;
|
|
1298
|
-
readonly agents: readonly string[];
|
|
1299
895
|
readonly repo: string;
|
|
1300
896
|
readonly path?: string | undefined;
|
|
1301
|
-
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1302
897
|
readonly gitTreeHash?: string | undefined;
|
|
1303
898
|
readonly retainedByPack?: boolean | undefined;
|
|
1304
899
|
readonly ref?: string | undefined;
|
|
1305
|
-
readonly
|
|
1306
|
-
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1307
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1308
|
-
}, "Type">[];
|
|
1309
|
-
} | undefined;
|
|
1310
|
-
readonly renderInputs?: {
|
|
1311
|
-
readonly [x: string]: Schema.Struct.ReadonlySide<{
|
|
1312
|
-
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1313
|
-
readonly agent: Schema.NonEmptyString;
|
|
1314
|
-
readonly catalogVersion: Schema.NonEmptyString;
|
|
1315
|
-
readonly dslVersion: Schema.NonEmptyString;
|
|
1316
|
-
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1317
|
-
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
1318
|
-
}, "Type">;
|
|
1319
|
-
} | undefined;
|
|
1320
|
-
readonly degradedRenders?: {
|
|
1321
|
-
readonly [x: string]: readonly string[];
|
|
1322
|
-
} | undefined;
|
|
900
|
+
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1323
901
|
} | {
|
|
1324
902
|
readonly type: "bitbucket";
|
|
1325
903
|
readonly owner: string;
|
|
1326
904
|
readonly installedAt: Date;
|
|
1327
905
|
readonly updatedAt: Date;
|
|
1328
|
-
readonly agents: readonly string[];
|
|
1329
906
|
readonly repo: string;
|
|
1330
907
|
readonly path?: string | undefined;
|
|
1331
|
-
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1332
908
|
readonly gitTreeHash?: string | undefined;
|
|
1333
909
|
readonly retainedByPack?: boolean | undefined;
|
|
1334
910
|
readonly ref?: string | undefined;
|
|
1335
|
-
readonly
|
|
1336
|
-
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1337
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1338
|
-
}, "Type">[];
|
|
1339
|
-
} | undefined;
|
|
1340
|
-
readonly renderInputs?: {
|
|
1341
|
-
readonly [x: string]: Schema.Struct.ReadonlySide<{
|
|
1342
|
-
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1343
|
-
readonly agent: Schema.NonEmptyString;
|
|
1344
|
-
readonly catalogVersion: Schema.NonEmptyString;
|
|
1345
|
-
readonly dslVersion: Schema.NonEmptyString;
|
|
1346
|
-
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1347
|
-
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
1348
|
-
}, "Type">;
|
|
1349
|
-
} | undefined;
|
|
1350
|
-
readonly degradedRenders?: {
|
|
1351
|
-
readonly [x: string]: readonly string[];
|
|
1352
|
-
} | undefined;
|
|
911
|
+
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1353
912
|
} | {
|
|
1354
913
|
readonly project: string;
|
|
1355
914
|
readonly type: "azurerepos";
|
|
1356
915
|
readonly installedAt: Date;
|
|
1357
916
|
readonly updatedAt: Date;
|
|
1358
|
-
readonly agents: readonly string[];
|
|
1359
917
|
readonly repo: string;
|
|
1360
918
|
readonly organization: string;
|
|
1361
919
|
readonly path?: string | undefined;
|
|
1362
|
-
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1363
920
|
readonly gitTreeHash?: string | undefined;
|
|
1364
921
|
readonly retainedByPack?: boolean | undefined;
|
|
1365
922
|
readonly ref?: string | undefined;
|
|
1366
|
-
readonly
|
|
1367
|
-
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1368
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1369
|
-
}, "Type">[];
|
|
1370
|
-
} | undefined;
|
|
1371
|
-
readonly renderInputs?: {
|
|
1372
|
-
readonly [x: string]: Schema.Struct.ReadonlySide<{
|
|
1373
|
-
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1374
|
-
readonly agent: Schema.NonEmptyString;
|
|
1375
|
-
readonly catalogVersion: Schema.NonEmptyString;
|
|
1376
|
-
readonly dslVersion: Schema.NonEmptyString;
|
|
1377
|
-
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1378
|
-
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
1379
|
-
}, "Type">;
|
|
1380
|
-
} | undefined;
|
|
1381
|
-
readonly degradedRenders?: {
|
|
1382
|
-
readonly [x: string]: readonly string[];
|
|
1383
|
-
} | undefined;
|
|
923
|
+
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1384
924
|
} | {
|
|
1385
925
|
readonly url: string;
|
|
1386
926
|
readonly type: "git";
|
|
1387
927
|
readonly installedAt: Date;
|
|
1388
928
|
readonly updatedAt: Date;
|
|
1389
|
-
readonly agents: readonly string[];
|
|
1390
929
|
readonly path?: string | undefined;
|
|
1391
|
-
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1392
930
|
readonly gitTreeHash?: string | undefined;
|
|
1393
931
|
readonly retainedByPack?: boolean | undefined;
|
|
1394
932
|
readonly ref?: string | undefined;
|
|
1395
|
-
readonly
|
|
1396
|
-
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1397
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1398
|
-
}, "Type">[];
|
|
1399
|
-
} | undefined;
|
|
1400
|
-
readonly renderInputs?: {
|
|
1401
|
-
readonly [x: string]: Schema.Struct.ReadonlySide<{
|
|
1402
|
-
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1403
|
-
readonly agent: Schema.NonEmptyString;
|
|
1404
|
-
readonly catalogVersion: Schema.NonEmptyString;
|
|
1405
|
-
readonly dslVersion: Schema.NonEmptyString;
|
|
1406
|
-
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1407
|
-
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
1408
|
-
}, "Type">;
|
|
1409
|
-
} | undefined;
|
|
1410
|
-
readonly degradedRenders?: {
|
|
1411
|
-
readonly [x: string]: readonly string[];
|
|
1412
|
-
} | undefined;
|
|
933
|
+
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1413
934
|
} | {
|
|
1414
935
|
readonly path: string;
|
|
1415
936
|
readonly type: "local";
|
|
1416
937
|
readonly installedAt: Date;
|
|
1417
938
|
readonly updatedAt: Date;
|
|
1418
|
-
readonly agents: readonly string[];
|
|
1419
|
-
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1420
939
|
readonly gitTreeHash?: string | undefined;
|
|
1421
940
|
readonly retainedByPack?: boolean | undefined;
|
|
1422
|
-
readonly
|
|
1423
|
-
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1424
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1425
|
-
}, "Type">[];
|
|
1426
|
-
} | undefined;
|
|
1427
|
-
readonly renderInputs?: {
|
|
1428
|
-
readonly [x: string]: Schema.Struct.ReadonlySide<{
|
|
1429
|
-
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1430
|
-
readonly agent: Schema.NonEmptyString;
|
|
1431
|
-
readonly catalogVersion: Schema.NonEmptyString;
|
|
1432
|
-
readonly dslVersion: Schema.NonEmptyString;
|
|
1433
|
-
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1434
|
-
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
1435
|
-
}, "Type">;
|
|
1436
|
-
} | undefined;
|
|
1437
|
-
readonly degradedRenders?: {
|
|
1438
|
-
readonly [x: string]: readonly string[];
|
|
1439
|
-
} | undefined;
|
|
941
|
+
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1440
942
|
} | {
|
|
1441
943
|
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
1442
944
|
readonly type: "registry";
|
|
1443
945
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
1444
946
|
readonly installedAt: Date;
|
|
1445
947
|
readonly updatedAt: Date;
|
|
1446
|
-
readonly agents: readonly string[];
|
|
1447
948
|
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
1448
949
|
readonly integrity: string;
|
|
1449
950
|
readonly sourceName: string;
|
|
1450
|
-
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1451
951
|
readonly gitTreeHash?: string | undefined;
|
|
1452
952
|
readonly retainedByPack?: boolean | undefined;
|
|
1453
953
|
readonly publisherBindingId?: string | undefined;
|
|
1454
|
-
readonly
|
|
1455
|
-
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1456
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1457
|
-
}, "Type">[];
|
|
1458
|
-
} | undefined;
|
|
1459
|
-
readonly renderInputs?: {
|
|
1460
|
-
readonly [x: string]: Schema.Struct.ReadonlySide<{
|
|
1461
|
-
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1462
|
-
readonly agent: Schema.NonEmptyString;
|
|
1463
|
-
readonly catalogVersion: Schema.NonEmptyString;
|
|
1464
|
-
readonly dslVersion: Schema.NonEmptyString;
|
|
1465
|
-
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1466
|
-
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
1467
|
-
}, "Type">;
|
|
1468
|
-
} | undefined;
|
|
1469
|
-
readonly degradedRenders?: {
|
|
1470
|
-
readonly [x: string]: readonly string[];
|
|
1471
|
-
} | undefined;
|
|
954
|
+
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1472
955
|
} | {
|
|
1473
956
|
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
1474
957
|
readonly type: "workspace";
|
|
1475
958
|
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
1476
959
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
1477
|
-
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1478
960
|
readonly installedAt: Date;
|
|
1479
961
|
readonly updatedAt: Date;
|
|
1480
962
|
readonly extensionType: "skill";
|
|
1481
|
-
readonly
|
|
963
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1482
964
|
readonly gitTreeHash?: string | undefined;
|
|
1483
965
|
readonly retainedByPack?: boolean | undefined;
|
|
1484
|
-
readonly renderedFiles?: {
|
|
1485
|
-
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1486
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1487
|
-
}, "Type">[];
|
|
1488
|
-
} | undefined;
|
|
1489
|
-
readonly renderInputs?: {
|
|
1490
|
-
readonly [x: string]: Schema.Struct.ReadonlySide<{
|
|
1491
|
-
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1492
|
-
readonly agent: Schema.NonEmptyString;
|
|
1493
|
-
readonly catalogVersion: Schema.NonEmptyString;
|
|
1494
|
-
readonly dslVersion: Schema.NonEmptyString;
|
|
1495
|
-
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1496
|
-
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
1497
|
-
}, "Type">;
|
|
1498
|
-
} | undefined;
|
|
1499
|
-
readonly degradedRenders?: {
|
|
1500
|
-
readonly [x: string]: readonly string[];
|
|
1501
|
-
} | undefined;
|
|
1502
966
|
};
|
|
1503
967
|
}, AppError, never>;
|
|
1504
968
|
getLockedSkill: (name: string) => Effect.Effect<Option.Option<{
|
|
@@ -1506,240 +970,88 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1506
970
|
readonly owner: string;
|
|
1507
971
|
readonly installedAt: Date;
|
|
1508
972
|
readonly updatedAt: Date;
|
|
1509
|
-
readonly agents: readonly string[];
|
|
1510
973
|
readonly repo: string;
|
|
1511
974
|
readonly path?: string | undefined;
|
|
1512
|
-
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1513
975
|
readonly gitTreeHash?: string | undefined;
|
|
1514
976
|
readonly retainedByPack?: boolean | undefined;
|
|
1515
977
|
readonly ref?: string | undefined;
|
|
1516
|
-
readonly
|
|
1517
|
-
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1518
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1519
|
-
}, "Type">[];
|
|
1520
|
-
} | undefined;
|
|
1521
|
-
readonly renderInputs?: {
|
|
1522
|
-
readonly [x: string]: Schema.Struct.ReadonlySide<{
|
|
1523
|
-
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1524
|
-
readonly agent: Schema.NonEmptyString;
|
|
1525
|
-
readonly catalogVersion: Schema.NonEmptyString;
|
|
1526
|
-
readonly dslVersion: Schema.NonEmptyString;
|
|
1527
|
-
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1528
|
-
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
1529
|
-
}, "Type">;
|
|
1530
|
-
} | undefined;
|
|
1531
|
-
readonly degradedRenders?: {
|
|
1532
|
-
readonly [x: string]: readonly string[];
|
|
1533
|
-
} | undefined;
|
|
978
|
+
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1534
979
|
} | {
|
|
1535
980
|
readonly type: "gitlab";
|
|
1536
981
|
readonly owner: string;
|
|
1537
982
|
readonly installedAt: Date;
|
|
1538
983
|
readonly updatedAt: Date;
|
|
1539
|
-
readonly agents: readonly string[];
|
|
1540
984
|
readonly repo: string;
|
|
1541
985
|
readonly path?: string | undefined;
|
|
1542
|
-
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1543
986
|
readonly gitTreeHash?: string | undefined;
|
|
1544
987
|
readonly retainedByPack?: boolean | undefined;
|
|
1545
988
|
readonly ref?: string | undefined;
|
|
1546
|
-
readonly
|
|
1547
|
-
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1548
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1549
|
-
}, "Type">[];
|
|
1550
|
-
} | undefined;
|
|
1551
|
-
readonly renderInputs?: {
|
|
1552
|
-
readonly [x: string]: Schema.Struct.ReadonlySide<{
|
|
1553
|
-
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1554
|
-
readonly agent: Schema.NonEmptyString;
|
|
1555
|
-
readonly catalogVersion: Schema.NonEmptyString;
|
|
1556
|
-
readonly dslVersion: Schema.NonEmptyString;
|
|
1557
|
-
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1558
|
-
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
1559
|
-
}, "Type">;
|
|
1560
|
-
} | undefined;
|
|
1561
|
-
readonly degradedRenders?: {
|
|
1562
|
-
readonly [x: string]: readonly string[];
|
|
1563
|
-
} | undefined;
|
|
989
|
+
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1564
990
|
} | {
|
|
1565
991
|
readonly type: "bitbucket";
|
|
1566
992
|
readonly owner: string;
|
|
1567
993
|
readonly installedAt: Date;
|
|
1568
994
|
readonly updatedAt: Date;
|
|
1569
|
-
readonly agents: readonly string[];
|
|
1570
995
|
readonly repo: string;
|
|
1571
996
|
readonly path?: string | undefined;
|
|
1572
|
-
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1573
997
|
readonly gitTreeHash?: string | undefined;
|
|
1574
998
|
readonly retainedByPack?: boolean | undefined;
|
|
1575
999
|
readonly ref?: string | undefined;
|
|
1576
|
-
readonly
|
|
1577
|
-
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1578
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1579
|
-
}, "Type">[];
|
|
1580
|
-
} | undefined;
|
|
1581
|
-
readonly renderInputs?: {
|
|
1582
|
-
readonly [x: string]: Schema.Struct.ReadonlySide<{
|
|
1583
|
-
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1584
|
-
readonly agent: Schema.NonEmptyString;
|
|
1585
|
-
readonly catalogVersion: Schema.NonEmptyString;
|
|
1586
|
-
readonly dslVersion: Schema.NonEmptyString;
|
|
1587
|
-
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1588
|
-
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
1589
|
-
}, "Type">;
|
|
1590
|
-
} | undefined;
|
|
1591
|
-
readonly degradedRenders?: {
|
|
1592
|
-
readonly [x: string]: readonly string[];
|
|
1593
|
-
} | undefined;
|
|
1000
|
+
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1594
1001
|
} | {
|
|
1595
1002
|
readonly project: string;
|
|
1596
1003
|
readonly type: "azurerepos";
|
|
1597
1004
|
readonly installedAt: Date;
|
|
1598
1005
|
readonly updatedAt: Date;
|
|
1599
|
-
readonly agents: readonly string[];
|
|
1600
1006
|
readonly repo: string;
|
|
1601
1007
|
readonly organization: string;
|
|
1602
1008
|
readonly path?: string | undefined;
|
|
1603
|
-
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1604
1009
|
readonly gitTreeHash?: string | undefined;
|
|
1605
1010
|
readonly retainedByPack?: boolean | undefined;
|
|
1606
1011
|
readonly ref?: string | undefined;
|
|
1607
|
-
readonly
|
|
1608
|
-
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1609
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1610
|
-
}, "Type">[];
|
|
1611
|
-
} | undefined;
|
|
1612
|
-
readonly renderInputs?: {
|
|
1613
|
-
readonly [x: string]: Schema.Struct.ReadonlySide<{
|
|
1614
|
-
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1615
|
-
readonly agent: Schema.NonEmptyString;
|
|
1616
|
-
readonly catalogVersion: Schema.NonEmptyString;
|
|
1617
|
-
readonly dslVersion: Schema.NonEmptyString;
|
|
1618
|
-
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1619
|
-
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
1620
|
-
}, "Type">;
|
|
1621
|
-
} | undefined;
|
|
1622
|
-
readonly degradedRenders?: {
|
|
1623
|
-
readonly [x: string]: readonly string[];
|
|
1624
|
-
} | undefined;
|
|
1012
|
+
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1625
1013
|
} | {
|
|
1626
1014
|
readonly url: string;
|
|
1627
1015
|
readonly type: "git";
|
|
1628
1016
|
readonly installedAt: Date;
|
|
1629
1017
|
readonly updatedAt: Date;
|
|
1630
|
-
readonly agents: readonly string[];
|
|
1631
1018
|
readonly path?: string | undefined;
|
|
1632
|
-
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1633
1019
|
readonly gitTreeHash?: string | undefined;
|
|
1634
1020
|
readonly retainedByPack?: boolean | undefined;
|
|
1635
1021
|
readonly ref?: string | undefined;
|
|
1636
|
-
readonly
|
|
1637
|
-
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1638
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1639
|
-
}, "Type">[];
|
|
1640
|
-
} | undefined;
|
|
1641
|
-
readonly renderInputs?: {
|
|
1642
|
-
readonly [x: string]: Schema.Struct.ReadonlySide<{
|
|
1643
|
-
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1644
|
-
readonly agent: Schema.NonEmptyString;
|
|
1645
|
-
readonly catalogVersion: Schema.NonEmptyString;
|
|
1646
|
-
readonly dslVersion: Schema.NonEmptyString;
|
|
1647
|
-
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1648
|
-
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
1649
|
-
}, "Type">;
|
|
1650
|
-
} | undefined;
|
|
1651
|
-
readonly degradedRenders?: {
|
|
1652
|
-
readonly [x: string]: readonly string[];
|
|
1653
|
-
} | undefined;
|
|
1022
|
+
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1654
1023
|
} | {
|
|
1655
1024
|
readonly path: string;
|
|
1656
1025
|
readonly type: "local";
|
|
1657
1026
|
readonly installedAt: Date;
|
|
1658
1027
|
readonly updatedAt: Date;
|
|
1659
|
-
readonly agents: readonly string[];
|
|
1660
|
-
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1661
1028
|
readonly gitTreeHash?: string | undefined;
|
|
1662
1029
|
readonly retainedByPack?: boolean | undefined;
|
|
1663
|
-
readonly
|
|
1664
|
-
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1665
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1666
|
-
}, "Type">[];
|
|
1667
|
-
} | undefined;
|
|
1668
|
-
readonly renderInputs?: {
|
|
1669
|
-
readonly [x: string]: Schema.Struct.ReadonlySide<{
|
|
1670
|
-
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1671
|
-
readonly agent: Schema.NonEmptyString;
|
|
1672
|
-
readonly catalogVersion: Schema.NonEmptyString;
|
|
1673
|
-
readonly dslVersion: Schema.NonEmptyString;
|
|
1674
|
-
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1675
|
-
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
1676
|
-
}, "Type">;
|
|
1677
|
-
} | undefined;
|
|
1678
|
-
readonly degradedRenders?: {
|
|
1679
|
-
readonly [x: string]: readonly string[];
|
|
1680
|
-
} | undefined;
|
|
1030
|
+
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1681
1031
|
} | {
|
|
1682
1032
|
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
1683
1033
|
readonly type: "registry";
|
|
1684
1034
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
1685
1035
|
readonly installedAt: Date;
|
|
1686
1036
|
readonly updatedAt: Date;
|
|
1687
|
-
readonly agents: readonly string[];
|
|
1688
1037
|
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
1689
1038
|
readonly integrity: string;
|
|
1690
1039
|
readonly sourceName: string;
|
|
1691
|
-
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1692
1040
|
readonly gitTreeHash?: string | undefined;
|
|
1693
1041
|
readonly retainedByPack?: boolean | undefined;
|
|
1694
1042
|
readonly publisherBindingId?: string | undefined;
|
|
1695
|
-
readonly
|
|
1696
|
-
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1697
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1698
|
-
}, "Type">[];
|
|
1699
|
-
} | undefined;
|
|
1700
|
-
readonly renderInputs?: {
|
|
1701
|
-
readonly [x: string]: Schema.Struct.ReadonlySide<{
|
|
1702
|
-
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1703
|
-
readonly agent: Schema.NonEmptyString;
|
|
1704
|
-
readonly catalogVersion: Schema.NonEmptyString;
|
|
1705
|
-
readonly dslVersion: Schema.NonEmptyString;
|
|
1706
|
-
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1707
|
-
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
1708
|
-
}, "Type">;
|
|
1709
|
-
} | undefined;
|
|
1710
|
-
readonly degradedRenders?: {
|
|
1711
|
-
readonly [x: string]: readonly string[];
|
|
1712
|
-
} | undefined;
|
|
1043
|
+
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1713
1044
|
} | {
|
|
1714
1045
|
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
1715
1046
|
readonly type: "workspace";
|
|
1716
1047
|
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
1717
1048
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
1718
|
-
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1719
1049
|
readonly installedAt: Date;
|
|
1720
1050
|
readonly updatedAt: Date;
|
|
1721
1051
|
readonly extensionType: "skill";
|
|
1722
|
-
readonly
|
|
1052
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1723
1053
|
readonly gitTreeHash?: string | undefined;
|
|
1724
1054
|
readonly retainedByPack?: boolean | undefined;
|
|
1725
|
-
readonly renderedFiles?: {
|
|
1726
|
-
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1727
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1728
|
-
}, "Type">[];
|
|
1729
|
-
} | undefined;
|
|
1730
|
-
readonly renderInputs?: {
|
|
1731
|
-
readonly [x: string]: Schema.Struct.ReadonlySide<{
|
|
1732
|
-
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1733
|
-
readonly agent: Schema.NonEmptyString;
|
|
1734
|
-
readonly catalogVersion: Schema.NonEmptyString;
|
|
1735
|
-
readonly dslVersion: Schema.NonEmptyString;
|
|
1736
|
-
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1737
|
-
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
1738
|
-
}, "Type">;
|
|
1739
|
-
} | undefined;
|
|
1740
|
-
readonly degradedRenders?: {
|
|
1741
|
-
readonly [x: string]: readonly string[];
|
|
1742
|
-
} | undefined;
|
|
1743
1055
|
}>, AppError, never>;
|
|
1744
1056
|
getSkillDir: (name: string, source?: SkillPathSource) => Effect.Effect<import("../skills/paths.js").SkillDirPaths, AppError, never>;
|
|
1745
1057
|
setSkill: ({ name, lockEntry, versionRange }: SetSkillArgs) => Effect.Effect<void, AppError, never>;
|
|
@@ -1748,7 +1060,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1748
1060
|
removeSkillFromSettings: (name: string) => Effect.Effect<void, AppError, never>;
|
|
1749
1061
|
updateSkillEntry: (name: string, updater: (entry: SkillEntry) => SkillEntry) => Effect.Effect<void, AppError, never>;
|
|
1750
1062
|
setSkillEntry: (name: string, entry: SkillEntry) => Effect.Effect<void, AppError, never>;
|
|
1751
|
-
updateLockEntryAgents: (name: string, agents: ReadonlyArray<string>) => Effect.Effect<void, AppError, never>;
|
|
1752
1063
|
addConfiguredAgent: (agentId: string) => Effect.Effect<void, AppError, never>;
|
|
1753
1064
|
removeConfiguredAgent: (agentId: string) => Effect.Effect<void, AppError, never>;
|
|
1754
1065
|
getIgnoredCommandPatterns: () => Effect.Effect<readonly string[], AppError, never>;
|
|
@@ -1796,10 +1107,10 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1796
1107
|
readonly type: "workspace";
|
|
1797
1108
|
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
1798
1109
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
1799
|
-
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1800
1110
|
readonly installedAt: Date;
|
|
1801
1111
|
readonly updatedAt: Date;
|
|
1802
1112
|
readonly extensionType: "pack";
|
|
1113
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1803
1114
|
readonly resolvedSkills: {
|
|
1804
1115
|
readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
|
|
1805
1116
|
};
|
|
@@ -1859,10 +1170,10 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1859
1170
|
readonly type: "workspace";
|
|
1860
1171
|
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
1861
1172
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
1862
|
-
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1863
1173
|
readonly installedAt: Date;
|
|
1864
1174
|
readonly updatedAt: Date;
|
|
1865
1175
|
readonly extensionType: "pack";
|
|
1176
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1866
1177
|
readonly resolvedSkills: {
|
|
1867
1178
|
readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
|
|
1868
1179
|
};
|
|
@@ -1940,136 +1251,88 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1940
1251
|
readonly owner: string;
|
|
1941
1252
|
readonly installedAt: Date;
|
|
1942
1253
|
readonly updatedAt: Date;
|
|
1943
|
-
readonly agents: readonly string[];
|
|
1944
1254
|
readonly repo: string;
|
|
1945
1255
|
readonly path?: string | undefined;
|
|
1946
|
-
readonly sourceHash?: string | undefined;
|
|
1947
1256
|
readonly gitTreeHash?: string | undefined;
|
|
1948
1257
|
readonly retainedByPack?: boolean | undefined;
|
|
1949
1258
|
readonly ref?: string | undefined;
|
|
1950
|
-
readonly
|
|
1951
|
-
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1952
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1953
|
-
}, "Type">[];
|
|
1954
|
-
} | undefined;
|
|
1259
|
+
readonly sourceHash?: string | undefined;
|
|
1955
1260
|
} | {
|
|
1956
1261
|
readonly type: "gitlab";
|
|
1957
1262
|
readonly owner: string;
|
|
1958
1263
|
readonly installedAt: Date;
|
|
1959
1264
|
readonly updatedAt: Date;
|
|
1960
|
-
readonly agents: readonly string[];
|
|
1961
1265
|
readonly repo: string;
|
|
1962
1266
|
readonly path?: string | undefined;
|
|
1963
|
-
readonly sourceHash?: string | undefined;
|
|
1964
1267
|
readonly gitTreeHash?: string | undefined;
|
|
1965
1268
|
readonly retainedByPack?: boolean | undefined;
|
|
1966
1269
|
readonly ref?: string | undefined;
|
|
1967
|
-
readonly
|
|
1968
|
-
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1969
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1970
|
-
}, "Type">[];
|
|
1971
|
-
} | undefined;
|
|
1270
|
+
readonly sourceHash?: string | undefined;
|
|
1972
1271
|
} | {
|
|
1973
1272
|
readonly type: "bitbucket";
|
|
1974
1273
|
readonly owner: string;
|
|
1975
1274
|
readonly installedAt: Date;
|
|
1976
1275
|
readonly updatedAt: Date;
|
|
1977
|
-
readonly agents: readonly string[];
|
|
1978
1276
|
readonly repo: string;
|
|
1979
1277
|
readonly path?: string | undefined;
|
|
1980
|
-
readonly sourceHash?: string | undefined;
|
|
1981
1278
|
readonly gitTreeHash?: string | undefined;
|
|
1982
1279
|
readonly retainedByPack?: boolean | undefined;
|
|
1983
1280
|
readonly ref?: string | undefined;
|
|
1984
|
-
readonly
|
|
1985
|
-
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1986
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1987
|
-
}, "Type">[];
|
|
1988
|
-
} | undefined;
|
|
1281
|
+
readonly sourceHash?: string | undefined;
|
|
1989
1282
|
} | {
|
|
1990
1283
|
readonly project: string;
|
|
1991
1284
|
readonly type: "azurerepos";
|
|
1992
1285
|
readonly installedAt: Date;
|
|
1993
1286
|
readonly updatedAt: Date;
|
|
1994
|
-
readonly agents: readonly string[];
|
|
1995
1287
|
readonly repo: string;
|
|
1996
1288
|
readonly organization: string;
|
|
1997
1289
|
readonly path?: string | undefined;
|
|
1998
|
-
readonly sourceHash?: string | undefined;
|
|
1999
1290
|
readonly gitTreeHash?: string | undefined;
|
|
2000
1291
|
readonly retainedByPack?: boolean | undefined;
|
|
2001
1292
|
readonly ref?: string | undefined;
|
|
2002
|
-
readonly
|
|
2003
|
-
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
2004
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
2005
|
-
}, "Type">[];
|
|
2006
|
-
} | undefined;
|
|
1293
|
+
readonly sourceHash?: string | undefined;
|
|
2007
1294
|
} | {
|
|
2008
1295
|
readonly url: string;
|
|
2009
1296
|
readonly type: "git";
|
|
2010
1297
|
readonly installedAt: Date;
|
|
2011
1298
|
readonly updatedAt: Date;
|
|
2012
|
-
readonly agents: readonly string[];
|
|
2013
1299
|
readonly path?: string | undefined;
|
|
2014
|
-
readonly sourceHash?: string | undefined;
|
|
2015
1300
|
readonly gitTreeHash?: string | undefined;
|
|
2016
1301
|
readonly retainedByPack?: boolean | undefined;
|
|
2017
1302
|
readonly ref?: string | undefined;
|
|
2018
|
-
readonly
|
|
2019
|
-
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
2020
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
2021
|
-
}, "Type">[];
|
|
2022
|
-
} | undefined;
|
|
1303
|
+
readonly sourceHash?: string | undefined;
|
|
2023
1304
|
} | {
|
|
2024
1305
|
readonly path: string;
|
|
2025
1306
|
readonly type: "local";
|
|
2026
1307
|
readonly installedAt: Date;
|
|
2027
1308
|
readonly updatedAt: Date;
|
|
2028
|
-
readonly agents: readonly string[];
|
|
2029
|
-
readonly sourceHash?: string | undefined;
|
|
2030
1309
|
readonly gitTreeHash?: string | undefined;
|
|
2031
1310
|
readonly retainedByPack?: boolean | undefined;
|
|
2032
|
-
readonly
|
|
2033
|
-
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
2034
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
2035
|
-
}, "Type">[];
|
|
2036
|
-
} | undefined;
|
|
1311
|
+
readonly sourceHash?: string | undefined;
|
|
2037
1312
|
} | {
|
|
2038
1313
|
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
2039
1314
|
readonly type: "registry";
|
|
2040
1315
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
2041
1316
|
readonly installedAt: Date;
|
|
2042
1317
|
readonly updatedAt: Date;
|
|
2043
|
-
readonly agents: readonly string[];
|
|
2044
1318
|
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
2045
1319
|
readonly integrity: string;
|
|
2046
1320
|
readonly sourceName: string;
|
|
2047
|
-
readonly sourceHash?: string | undefined;
|
|
2048
1321
|
readonly gitTreeHash?: string | undefined;
|
|
2049
1322
|
readonly retainedByPack?: boolean | undefined;
|
|
2050
1323
|
readonly publisherBindingId?: string | undefined;
|
|
2051
|
-
readonly
|
|
2052
|
-
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
2053
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
2054
|
-
}, "Type">[];
|
|
2055
|
-
} | undefined;
|
|
1324
|
+
readonly sourceHash?: string | undefined;
|
|
2056
1325
|
} | {
|
|
2057
1326
|
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
2058
1327
|
readonly type: "workspace";
|
|
2059
1328
|
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
2060
1329
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
2061
|
-
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
2062
1330
|
readonly installedAt: Date;
|
|
2063
1331
|
readonly updatedAt: Date;
|
|
2064
1332
|
readonly extensionType: "command";
|
|
2065
|
-
readonly
|
|
1333
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
2066
1334
|
readonly gitTreeHash?: string | undefined;
|
|
2067
1335
|
readonly retainedByPack?: boolean | undefined;
|
|
2068
|
-
readonly renderedFiles?: {
|
|
2069
|
-
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
2070
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
2071
|
-
}, "Type">[];
|
|
2072
|
-
} | undefined;
|
|
2073
1336
|
};
|
|
2074
1337
|
}, AppError, never>;
|
|
2075
1338
|
getLockedCommand: (name: string) => Effect.Effect<Option.Option<{
|
|
@@ -2077,136 +1340,88 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
2077
1340
|
readonly owner: string;
|
|
2078
1341
|
readonly installedAt: Date;
|
|
2079
1342
|
readonly updatedAt: Date;
|
|
2080
|
-
readonly agents: readonly string[];
|
|
2081
1343
|
readonly repo: string;
|
|
2082
1344
|
readonly path?: string | undefined;
|
|
2083
|
-
readonly sourceHash?: string | undefined;
|
|
2084
1345
|
readonly gitTreeHash?: string | undefined;
|
|
2085
1346
|
readonly retainedByPack?: boolean | undefined;
|
|
2086
1347
|
readonly ref?: string | undefined;
|
|
2087
|
-
readonly
|
|
2088
|
-
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
2089
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
2090
|
-
}, "Type">[];
|
|
2091
|
-
} | undefined;
|
|
1348
|
+
readonly sourceHash?: string | undefined;
|
|
2092
1349
|
} | {
|
|
2093
1350
|
readonly type: "gitlab";
|
|
2094
1351
|
readonly owner: string;
|
|
2095
1352
|
readonly installedAt: Date;
|
|
2096
1353
|
readonly updatedAt: Date;
|
|
2097
|
-
readonly agents: readonly string[];
|
|
2098
1354
|
readonly repo: string;
|
|
2099
1355
|
readonly path?: string | undefined;
|
|
2100
|
-
readonly sourceHash?: string | undefined;
|
|
2101
1356
|
readonly gitTreeHash?: string | undefined;
|
|
2102
1357
|
readonly retainedByPack?: boolean | undefined;
|
|
2103
1358
|
readonly ref?: string | undefined;
|
|
2104
|
-
readonly
|
|
2105
|
-
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
2106
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
2107
|
-
}, "Type">[];
|
|
2108
|
-
} | undefined;
|
|
1359
|
+
readonly sourceHash?: string | undefined;
|
|
2109
1360
|
} | {
|
|
2110
1361
|
readonly type: "bitbucket";
|
|
2111
1362
|
readonly owner: string;
|
|
2112
1363
|
readonly installedAt: Date;
|
|
2113
1364
|
readonly updatedAt: Date;
|
|
2114
|
-
readonly agents: readonly string[];
|
|
2115
1365
|
readonly repo: string;
|
|
2116
1366
|
readonly path?: string | undefined;
|
|
2117
|
-
readonly sourceHash?: string | undefined;
|
|
2118
1367
|
readonly gitTreeHash?: string | undefined;
|
|
2119
1368
|
readonly retainedByPack?: boolean | undefined;
|
|
2120
1369
|
readonly ref?: string | undefined;
|
|
2121
|
-
readonly
|
|
2122
|
-
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
2123
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
2124
|
-
}, "Type">[];
|
|
2125
|
-
} | undefined;
|
|
1370
|
+
readonly sourceHash?: string | undefined;
|
|
2126
1371
|
} | {
|
|
2127
1372
|
readonly project: string;
|
|
2128
1373
|
readonly type: "azurerepos";
|
|
2129
1374
|
readonly installedAt: Date;
|
|
2130
1375
|
readonly updatedAt: Date;
|
|
2131
|
-
readonly agents: readonly string[];
|
|
2132
1376
|
readonly repo: string;
|
|
2133
1377
|
readonly organization: string;
|
|
2134
1378
|
readonly path?: string | undefined;
|
|
2135
|
-
readonly sourceHash?: string | undefined;
|
|
2136
1379
|
readonly gitTreeHash?: string | undefined;
|
|
2137
1380
|
readonly retainedByPack?: boolean | undefined;
|
|
2138
1381
|
readonly ref?: string | undefined;
|
|
2139
|
-
readonly
|
|
2140
|
-
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
2141
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
2142
|
-
}, "Type">[];
|
|
2143
|
-
} | undefined;
|
|
1382
|
+
readonly sourceHash?: string | undefined;
|
|
2144
1383
|
} | {
|
|
2145
1384
|
readonly url: string;
|
|
2146
1385
|
readonly type: "git";
|
|
2147
1386
|
readonly installedAt: Date;
|
|
2148
1387
|
readonly updatedAt: Date;
|
|
2149
|
-
readonly agents: readonly string[];
|
|
2150
1388
|
readonly path?: string | undefined;
|
|
2151
|
-
readonly sourceHash?: string | undefined;
|
|
2152
1389
|
readonly gitTreeHash?: string | undefined;
|
|
2153
1390
|
readonly retainedByPack?: boolean | undefined;
|
|
2154
1391
|
readonly ref?: string | undefined;
|
|
2155
|
-
readonly
|
|
2156
|
-
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
2157
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
2158
|
-
}, "Type">[];
|
|
2159
|
-
} | undefined;
|
|
1392
|
+
readonly sourceHash?: string | undefined;
|
|
2160
1393
|
} | {
|
|
2161
1394
|
readonly path: string;
|
|
2162
1395
|
readonly type: "local";
|
|
2163
1396
|
readonly installedAt: Date;
|
|
2164
1397
|
readonly updatedAt: Date;
|
|
2165
|
-
readonly agents: readonly string[];
|
|
2166
|
-
readonly sourceHash?: string | undefined;
|
|
2167
1398
|
readonly gitTreeHash?: string | undefined;
|
|
2168
1399
|
readonly retainedByPack?: boolean | undefined;
|
|
2169
|
-
readonly
|
|
2170
|
-
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
2171
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
2172
|
-
}, "Type">[];
|
|
2173
|
-
} | undefined;
|
|
1400
|
+
readonly sourceHash?: string | undefined;
|
|
2174
1401
|
} | {
|
|
2175
1402
|
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
2176
1403
|
readonly type: "registry";
|
|
2177
1404
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
2178
1405
|
readonly installedAt: Date;
|
|
2179
1406
|
readonly updatedAt: Date;
|
|
2180
|
-
readonly agents: readonly string[];
|
|
2181
1407
|
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
2182
1408
|
readonly integrity: string;
|
|
2183
1409
|
readonly sourceName: string;
|
|
2184
|
-
readonly sourceHash?: string | undefined;
|
|
2185
1410
|
readonly gitTreeHash?: string | undefined;
|
|
2186
1411
|
readonly retainedByPack?: boolean | undefined;
|
|
2187
1412
|
readonly publisherBindingId?: string | undefined;
|
|
2188
|
-
readonly
|
|
2189
|
-
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
2190
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
2191
|
-
}, "Type">[];
|
|
2192
|
-
} | undefined;
|
|
1413
|
+
readonly sourceHash?: string | undefined;
|
|
2193
1414
|
} | {
|
|
2194
1415
|
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
2195
1416
|
readonly type: "workspace";
|
|
2196
1417
|
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
2197
1418
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
2198
|
-
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
2199
1419
|
readonly installedAt: Date;
|
|
2200
1420
|
readonly updatedAt: Date;
|
|
2201
1421
|
readonly extensionType: "command";
|
|
2202
|
-
readonly
|
|
1422
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
2203
1423
|
readonly gitTreeHash?: string | undefined;
|
|
2204
1424
|
readonly retainedByPack?: boolean | undefined;
|
|
2205
|
-
readonly renderedFiles?: {
|
|
2206
|
-
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
2207
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
2208
|
-
}, "Type">[];
|
|
2209
|
-
} | undefined;
|
|
2210
1425
|
}>, AppError, never>;
|
|
2211
1426
|
setCommand: ({ name, lockEntry }: SetCommandArgs) => Effect.Effect<void, AppError, never>;
|
|
2212
1427
|
setCommandLock: ({ name, lockEntry }: SetCommandArgs) => Effect.Effect<void, AppError, never>;
|
|
@@ -2219,136 +1434,88 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
2219
1434
|
readonly owner: string;
|
|
2220
1435
|
readonly installedAt: Date;
|
|
2221
1436
|
readonly updatedAt: Date;
|
|
2222
|
-
readonly agents: readonly string[];
|
|
2223
1437
|
readonly repo: string;
|
|
2224
1438
|
readonly path?: string | undefined;
|
|
2225
|
-
readonly sourceHash?: string | undefined;
|
|
2226
1439
|
readonly gitTreeHash?: string | undefined;
|
|
2227
1440
|
readonly retainedByPack?: boolean | undefined;
|
|
2228
1441
|
readonly ref?: string | undefined;
|
|
2229
|
-
readonly
|
|
2230
|
-
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
2231
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
2232
|
-
}, "Type">[];
|
|
2233
|
-
} | undefined;
|
|
1442
|
+
readonly sourceHash?: string | undefined;
|
|
2234
1443
|
} | {
|
|
2235
1444
|
readonly type: "gitlab";
|
|
2236
1445
|
readonly owner: string;
|
|
2237
1446
|
readonly installedAt: Date;
|
|
2238
1447
|
readonly updatedAt: Date;
|
|
2239
|
-
readonly agents: readonly string[];
|
|
2240
1448
|
readonly repo: string;
|
|
2241
1449
|
readonly path?: string | undefined;
|
|
2242
|
-
readonly sourceHash?: string | undefined;
|
|
2243
1450
|
readonly gitTreeHash?: string | undefined;
|
|
2244
1451
|
readonly retainedByPack?: boolean | undefined;
|
|
2245
1452
|
readonly ref?: string | undefined;
|
|
2246
|
-
readonly
|
|
2247
|
-
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
2248
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
2249
|
-
}, "Type">[];
|
|
2250
|
-
} | undefined;
|
|
1453
|
+
readonly sourceHash?: string | undefined;
|
|
2251
1454
|
} | {
|
|
2252
1455
|
readonly type: "bitbucket";
|
|
2253
1456
|
readonly owner: string;
|
|
2254
1457
|
readonly installedAt: Date;
|
|
2255
1458
|
readonly updatedAt: Date;
|
|
2256
|
-
readonly agents: readonly string[];
|
|
2257
1459
|
readonly repo: string;
|
|
2258
1460
|
readonly path?: string | undefined;
|
|
2259
|
-
readonly sourceHash?: string | undefined;
|
|
2260
1461
|
readonly gitTreeHash?: string | undefined;
|
|
2261
1462
|
readonly retainedByPack?: boolean | undefined;
|
|
2262
1463
|
readonly ref?: string | undefined;
|
|
2263
|
-
readonly
|
|
2264
|
-
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
2265
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
2266
|
-
}, "Type">[];
|
|
2267
|
-
} | undefined;
|
|
1464
|
+
readonly sourceHash?: string | undefined;
|
|
2268
1465
|
} | {
|
|
2269
1466
|
readonly project: string;
|
|
2270
1467
|
readonly type: "azurerepos";
|
|
2271
1468
|
readonly installedAt: Date;
|
|
2272
1469
|
readonly updatedAt: Date;
|
|
2273
|
-
readonly agents: readonly string[];
|
|
2274
1470
|
readonly repo: string;
|
|
2275
1471
|
readonly organization: string;
|
|
2276
1472
|
readonly path?: string | undefined;
|
|
2277
|
-
readonly sourceHash?: string | undefined;
|
|
2278
1473
|
readonly gitTreeHash?: string | undefined;
|
|
2279
1474
|
readonly retainedByPack?: boolean | undefined;
|
|
2280
1475
|
readonly ref?: string | undefined;
|
|
2281
|
-
readonly
|
|
2282
|
-
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
2283
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
2284
|
-
}, "Type">[];
|
|
2285
|
-
} | undefined;
|
|
1476
|
+
readonly sourceHash?: string | undefined;
|
|
2286
1477
|
} | {
|
|
2287
1478
|
readonly url: string;
|
|
2288
1479
|
readonly type: "git";
|
|
2289
1480
|
readonly installedAt: Date;
|
|
2290
1481
|
readonly updatedAt: Date;
|
|
2291
|
-
readonly agents: readonly string[];
|
|
2292
1482
|
readonly path?: string | undefined;
|
|
2293
|
-
readonly sourceHash?: string | undefined;
|
|
2294
1483
|
readonly gitTreeHash?: string | undefined;
|
|
2295
1484
|
readonly retainedByPack?: boolean | undefined;
|
|
2296
1485
|
readonly ref?: string | undefined;
|
|
2297
|
-
readonly
|
|
2298
|
-
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
2299
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
2300
|
-
}, "Type">[];
|
|
2301
|
-
} | undefined;
|
|
1486
|
+
readonly sourceHash?: string | undefined;
|
|
2302
1487
|
} | {
|
|
2303
1488
|
readonly path: string;
|
|
2304
1489
|
readonly type: "local";
|
|
2305
1490
|
readonly installedAt: Date;
|
|
2306
1491
|
readonly updatedAt: Date;
|
|
2307
|
-
readonly agents: readonly string[];
|
|
2308
|
-
readonly sourceHash?: string | undefined;
|
|
2309
1492
|
readonly gitTreeHash?: string | undefined;
|
|
2310
1493
|
readonly retainedByPack?: boolean | undefined;
|
|
2311
|
-
readonly
|
|
2312
|
-
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
2313
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
2314
|
-
}, "Type">[];
|
|
2315
|
-
} | undefined;
|
|
1494
|
+
readonly sourceHash?: string | undefined;
|
|
2316
1495
|
} | {
|
|
2317
1496
|
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
2318
1497
|
readonly type: "registry";
|
|
2319
1498
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
2320
1499
|
readonly installedAt: Date;
|
|
2321
1500
|
readonly updatedAt: Date;
|
|
2322
|
-
readonly agents: readonly string[];
|
|
2323
1501
|
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
2324
1502
|
readonly integrity: string;
|
|
2325
1503
|
readonly sourceName: string;
|
|
2326
|
-
readonly sourceHash?: string | undefined;
|
|
2327
1504
|
readonly gitTreeHash?: string | undefined;
|
|
2328
1505
|
readonly retainedByPack?: boolean | undefined;
|
|
2329
1506
|
readonly publisherBindingId?: string | undefined;
|
|
2330
|
-
readonly
|
|
2331
|
-
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
2332
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
2333
|
-
}, "Type">[];
|
|
2334
|
-
} | undefined;
|
|
1507
|
+
readonly sourceHash?: string | undefined;
|
|
2335
1508
|
} | {
|
|
2336
1509
|
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
2337
1510
|
readonly type: "workspace";
|
|
2338
1511
|
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
2339
1512
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
2340
|
-
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
2341
1513
|
readonly installedAt: Date;
|
|
2342
1514
|
readonly updatedAt: Date;
|
|
2343
1515
|
readonly extensionType: "subagent";
|
|
2344
|
-
readonly
|
|
1516
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
2345
1517
|
readonly gitTreeHash?: string | undefined;
|
|
2346
1518
|
readonly retainedByPack?: boolean | undefined;
|
|
2347
|
-
readonly renderedFiles?: {
|
|
2348
|
-
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
2349
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
2350
|
-
}, "Type">[];
|
|
2351
|
-
} | undefined;
|
|
2352
1519
|
};
|
|
2353
1520
|
}, AppError, never>;
|
|
2354
1521
|
getLockedSubagent: (name: string) => Effect.Effect<Option.Option<{
|
|
@@ -2356,136 +1523,88 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
2356
1523
|
readonly owner: string;
|
|
2357
1524
|
readonly installedAt: Date;
|
|
2358
1525
|
readonly updatedAt: Date;
|
|
2359
|
-
readonly agents: readonly string[];
|
|
2360
1526
|
readonly repo: string;
|
|
2361
1527
|
readonly path?: string | undefined;
|
|
2362
|
-
readonly sourceHash?: string | undefined;
|
|
2363
1528
|
readonly gitTreeHash?: string | undefined;
|
|
2364
1529
|
readonly retainedByPack?: boolean | undefined;
|
|
2365
1530
|
readonly ref?: string | undefined;
|
|
2366
|
-
readonly
|
|
2367
|
-
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
2368
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
2369
|
-
}, "Type">[];
|
|
2370
|
-
} | undefined;
|
|
1531
|
+
readonly sourceHash?: string | undefined;
|
|
2371
1532
|
} | {
|
|
2372
1533
|
readonly type: "gitlab";
|
|
2373
1534
|
readonly owner: string;
|
|
2374
1535
|
readonly installedAt: Date;
|
|
2375
1536
|
readonly updatedAt: Date;
|
|
2376
|
-
readonly agents: readonly string[];
|
|
2377
1537
|
readonly repo: string;
|
|
2378
1538
|
readonly path?: string | undefined;
|
|
2379
|
-
readonly sourceHash?: string | undefined;
|
|
2380
1539
|
readonly gitTreeHash?: string | undefined;
|
|
2381
1540
|
readonly retainedByPack?: boolean | undefined;
|
|
2382
1541
|
readonly ref?: string | undefined;
|
|
2383
|
-
readonly
|
|
2384
|
-
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
2385
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
2386
|
-
}, "Type">[];
|
|
2387
|
-
} | undefined;
|
|
1542
|
+
readonly sourceHash?: string | undefined;
|
|
2388
1543
|
} | {
|
|
2389
1544
|
readonly type: "bitbucket";
|
|
2390
1545
|
readonly owner: string;
|
|
2391
1546
|
readonly installedAt: Date;
|
|
2392
1547
|
readonly updatedAt: Date;
|
|
2393
|
-
readonly agents: readonly string[];
|
|
2394
1548
|
readonly repo: string;
|
|
2395
1549
|
readonly path?: string | undefined;
|
|
2396
|
-
readonly sourceHash?: string | undefined;
|
|
2397
1550
|
readonly gitTreeHash?: string | undefined;
|
|
2398
1551
|
readonly retainedByPack?: boolean | undefined;
|
|
2399
1552
|
readonly ref?: string | undefined;
|
|
2400
|
-
readonly
|
|
2401
|
-
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
2402
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
2403
|
-
}, "Type">[];
|
|
2404
|
-
} | undefined;
|
|
1553
|
+
readonly sourceHash?: string | undefined;
|
|
2405
1554
|
} | {
|
|
2406
1555
|
readonly project: string;
|
|
2407
1556
|
readonly type: "azurerepos";
|
|
2408
1557
|
readonly installedAt: Date;
|
|
2409
1558
|
readonly updatedAt: Date;
|
|
2410
|
-
readonly agents: readonly string[];
|
|
2411
1559
|
readonly repo: string;
|
|
2412
1560
|
readonly organization: string;
|
|
2413
1561
|
readonly path?: string | undefined;
|
|
2414
|
-
readonly sourceHash?: string | undefined;
|
|
2415
1562
|
readonly gitTreeHash?: string | undefined;
|
|
2416
1563
|
readonly retainedByPack?: boolean | undefined;
|
|
2417
1564
|
readonly ref?: string | undefined;
|
|
2418
|
-
readonly
|
|
2419
|
-
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
2420
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
2421
|
-
}, "Type">[];
|
|
2422
|
-
} | undefined;
|
|
1565
|
+
readonly sourceHash?: string | undefined;
|
|
2423
1566
|
} | {
|
|
2424
1567
|
readonly url: string;
|
|
2425
1568
|
readonly type: "git";
|
|
2426
1569
|
readonly installedAt: Date;
|
|
2427
1570
|
readonly updatedAt: Date;
|
|
2428
|
-
readonly agents: readonly string[];
|
|
2429
1571
|
readonly path?: string | undefined;
|
|
2430
|
-
readonly sourceHash?: string | undefined;
|
|
2431
1572
|
readonly gitTreeHash?: string | undefined;
|
|
2432
1573
|
readonly retainedByPack?: boolean | undefined;
|
|
2433
1574
|
readonly ref?: string | undefined;
|
|
2434
|
-
readonly
|
|
2435
|
-
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
2436
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
2437
|
-
}, "Type">[];
|
|
2438
|
-
} | undefined;
|
|
1575
|
+
readonly sourceHash?: string | undefined;
|
|
2439
1576
|
} | {
|
|
2440
1577
|
readonly path: string;
|
|
2441
1578
|
readonly type: "local";
|
|
2442
1579
|
readonly installedAt: Date;
|
|
2443
1580
|
readonly updatedAt: Date;
|
|
2444
|
-
readonly agents: readonly string[];
|
|
2445
|
-
readonly sourceHash?: string | undefined;
|
|
2446
1581
|
readonly gitTreeHash?: string | undefined;
|
|
2447
1582
|
readonly retainedByPack?: boolean | undefined;
|
|
2448
|
-
readonly
|
|
2449
|
-
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
2450
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
2451
|
-
}, "Type">[];
|
|
2452
|
-
} | undefined;
|
|
1583
|
+
readonly sourceHash?: string | undefined;
|
|
2453
1584
|
} | {
|
|
2454
1585
|
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
2455
1586
|
readonly type: "registry";
|
|
2456
1587
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
2457
1588
|
readonly installedAt: Date;
|
|
2458
1589
|
readonly updatedAt: Date;
|
|
2459
|
-
readonly agents: readonly string[];
|
|
2460
1590
|
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
2461
1591
|
readonly integrity: string;
|
|
2462
1592
|
readonly sourceName: string;
|
|
2463
|
-
readonly sourceHash?: string | undefined;
|
|
2464
1593
|
readonly gitTreeHash?: string | undefined;
|
|
2465
1594
|
readonly retainedByPack?: boolean | undefined;
|
|
2466
1595
|
readonly publisherBindingId?: string | undefined;
|
|
2467
|
-
readonly
|
|
2468
|
-
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
2469
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
2470
|
-
}, "Type">[];
|
|
2471
|
-
} | undefined;
|
|
1596
|
+
readonly sourceHash?: string | undefined;
|
|
2472
1597
|
} | {
|
|
2473
1598
|
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
2474
1599
|
readonly type: "workspace";
|
|
2475
1600
|
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
2476
1601
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
2477
|
-
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
2478
1602
|
readonly installedAt: Date;
|
|
2479
1603
|
readonly updatedAt: Date;
|
|
2480
1604
|
readonly extensionType: "subagent";
|
|
2481
|
-
readonly
|
|
1605
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
2482
1606
|
readonly gitTreeHash?: string | undefined;
|
|
2483
1607
|
readonly retainedByPack?: boolean | undefined;
|
|
2484
|
-
readonly renderedFiles?: {
|
|
2485
|
-
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
2486
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
2487
|
-
}, "Type">[];
|
|
2488
|
-
} | undefined;
|
|
2489
1608
|
}>, AppError, never>;
|
|
2490
1609
|
getConfiguredSubagentEntries: () => Effect.Effect<{
|
|
2491
1610
|
readonly [x: string]: Schema.Struct.ReadonlySide<{
|
|
@@ -2517,7 +1636,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
2517
1636
|
readonly [x: string]: string;
|
|
2518
1637
|
} | undefined;
|
|
2519
1638
|
readonly args?: readonly string[] | undefined;
|
|
2520
|
-
readonly syncedAgents?: readonly string[] | undefined;
|
|
2521
1639
|
readonly gitTreeHash?: string | undefined;
|
|
2522
1640
|
readonly retainedByPack?: boolean | undefined;
|
|
2523
1641
|
} | {
|
|
@@ -2527,7 +1645,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
2527
1645
|
readonly updatedAt: Date;
|
|
2528
1646
|
readonly repo: string;
|
|
2529
1647
|
readonly path?: string | undefined;
|
|
2530
|
-
readonly syncedAgents?: readonly string[] | undefined;
|
|
2531
1648
|
readonly gitTreeHash?: string | undefined;
|
|
2532
1649
|
readonly retainedByPack?: boolean | undefined;
|
|
2533
1650
|
readonly ref?: string | undefined;
|
|
@@ -2538,7 +1655,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
2538
1655
|
readonly updatedAt: Date;
|
|
2539
1656
|
readonly repo: string;
|
|
2540
1657
|
readonly path?: string | undefined;
|
|
2541
|
-
readonly syncedAgents?: readonly string[] | undefined;
|
|
2542
1658
|
readonly gitTreeHash?: string | undefined;
|
|
2543
1659
|
readonly retainedByPack?: boolean | undefined;
|
|
2544
1660
|
readonly ref?: string | undefined;
|
|
@@ -2549,7 +1665,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
2549
1665
|
readonly updatedAt: Date;
|
|
2550
1666
|
readonly repo: string;
|
|
2551
1667
|
readonly path?: string | undefined;
|
|
2552
|
-
readonly syncedAgents?: readonly string[] | undefined;
|
|
2553
1668
|
readonly gitTreeHash?: string | undefined;
|
|
2554
1669
|
readonly retainedByPack?: boolean | undefined;
|
|
2555
1670
|
readonly ref?: string | undefined;
|
|
@@ -2561,7 +1676,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
2561
1676
|
readonly repo: string;
|
|
2562
1677
|
readonly organization: string;
|
|
2563
1678
|
readonly path?: string | undefined;
|
|
2564
|
-
readonly syncedAgents?: readonly string[] | undefined;
|
|
2565
1679
|
readonly gitTreeHash?: string | undefined;
|
|
2566
1680
|
readonly retainedByPack?: boolean | undefined;
|
|
2567
1681
|
readonly ref?: string | undefined;
|
|
@@ -2571,7 +1685,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
2571
1685
|
readonly installedAt: Date;
|
|
2572
1686
|
readonly updatedAt: Date;
|
|
2573
1687
|
readonly path?: string | undefined;
|
|
2574
|
-
readonly syncedAgents?: readonly string[] | undefined;
|
|
2575
1688
|
readonly gitTreeHash?: string | undefined;
|
|
2576
1689
|
readonly retainedByPack?: boolean | undefined;
|
|
2577
1690
|
readonly ref?: string | undefined;
|
|
@@ -2580,7 +1693,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
2580
1693
|
readonly type: "local";
|
|
2581
1694
|
readonly installedAt: Date;
|
|
2582
1695
|
readonly updatedAt: Date;
|
|
2583
|
-
readonly syncedAgents?: readonly string[] | undefined;
|
|
2584
1696
|
readonly gitTreeHash?: string | undefined;
|
|
2585
1697
|
readonly retainedByPack?: boolean | undefined;
|
|
2586
1698
|
} | {
|
|
@@ -2592,7 +1704,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
2592
1704
|
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
2593
1705
|
readonly integrity: string;
|
|
2594
1706
|
readonly sourceName: string;
|
|
2595
|
-
readonly syncedAgents?: readonly string[] | undefined;
|
|
2596
1707
|
readonly gitTreeHash?: string | undefined;
|
|
2597
1708
|
readonly retainedByPack?: boolean | undefined;
|
|
2598
1709
|
readonly publisherBindingId?: string | undefined;
|
|
@@ -2601,11 +1712,10 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
2601
1712
|
readonly type: "workspace";
|
|
2602
1713
|
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
2603
1714
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
2604
|
-
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
2605
1715
|
readonly installedAt: Date;
|
|
2606
1716
|
readonly updatedAt: Date;
|
|
2607
1717
|
readonly extensionType: "mcp-server";
|
|
2608
|
-
readonly
|
|
1718
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
2609
1719
|
readonly gitTreeHash?: string | undefined;
|
|
2610
1720
|
readonly retainedByPack?: boolean | undefined;
|
|
2611
1721
|
};
|
|
@@ -2620,7 +1730,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
2620
1730
|
readonly [x: string]: string;
|
|
2621
1731
|
} | undefined;
|
|
2622
1732
|
readonly args?: readonly string[] | undefined;
|
|
2623
|
-
readonly syncedAgents?: readonly string[] | undefined;
|
|
2624
1733
|
readonly gitTreeHash?: string | undefined;
|
|
2625
1734
|
readonly retainedByPack?: boolean | undefined;
|
|
2626
1735
|
} | {
|
|
@@ -2630,7 +1739,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
2630
1739
|
readonly updatedAt: Date;
|
|
2631
1740
|
readonly repo: string;
|
|
2632
1741
|
readonly path?: string | undefined;
|
|
2633
|
-
readonly syncedAgents?: readonly string[] | undefined;
|
|
2634
1742
|
readonly gitTreeHash?: string | undefined;
|
|
2635
1743
|
readonly retainedByPack?: boolean | undefined;
|
|
2636
1744
|
readonly ref?: string | undefined;
|
|
@@ -2641,7 +1749,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
2641
1749
|
readonly updatedAt: Date;
|
|
2642
1750
|
readonly repo: string;
|
|
2643
1751
|
readonly path?: string | undefined;
|
|
2644
|
-
readonly syncedAgents?: readonly string[] | undefined;
|
|
2645
1752
|
readonly gitTreeHash?: string | undefined;
|
|
2646
1753
|
readonly retainedByPack?: boolean | undefined;
|
|
2647
1754
|
readonly ref?: string | undefined;
|
|
@@ -2652,7 +1759,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
2652
1759
|
readonly updatedAt: Date;
|
|
2653
1760
|
readonly repo: string;
|
|
2654
1761
|
readonly path?: string | undefined;
|
|
2655
|
-
readonly syncedAgents?: readonly string[] | undefined;
|
|
2656
1762
|
readonly gitTreeHash?: string | undefined;
|
|
2657
1763
|
readonly retainedByPack?: boolean | undefined;
|
|
2658
1764
|
readonly ref?: string | undefined;
|
|
@@ -2664,7 +1770,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
2664
1770
|
readonly repo: string;
|
|
2665
1771
|
readonly organization: string;
|
|
2666
1772
|
readonly path?: string | undefined;
|
|
2667
|
-
readonly syncedAgents?: readonly string[] | undefined;
|
|
2668
1773
|
readonly gitTreeHash?: string | undefined;
|
|
2669
1774
|
readonly retainedByPack?: boolean | undefined;
|
|
2670
1775
|
readonly ref?: string | undefined;
|
|
@@ -2674,7 +1779,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
2674
1779
|
readonly installedAt: Date;
|
|
2675
1780
|
readonly updatedAt: Date;
|
|
2676
1781
|
readonly path?: string | undefined;
|
|
2677
|
-
readonly syncedAgents?: readonly string[] | undefined;
|
|
2678
1782
|
readonly gitTreeHash?: string | undefined;
|
|
2679
1783
|
readonly retainedByPack?: boolean | undefined;
|
|
2680
1784
|
readonly ref?: string | undefined;
|
|
@@ -2683,7 +1787,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
2683
1787
|
readonly type: "local";
|
|
2684
1788
|
readonly installedAt: Date;
|
|
2685
1789
|
readonly updatedAt: Date;
|
|
2686
|
-
readonly syncedAgents?: readonly string[] | undefined;
|
|
2687
1790
|
readonly gitTreeHash?: string | undefined;
|
|
2688
1791
|
readonly retainedByPack?: boolean | undefined;
|
|
2689
1792
|
} | {
|
|
@@ -2695,7 +1798,6 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
2695
1798
|
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
2696
1799
|
readonly integrity: string;
|
|
2697
1800
|
readonly sourceName: string;
|
|
2698
|
-
readonly syncedAgents?: readonly string[] | undefined;
|
|
2699
1801
|
readonly gitTreeHash?: string | undefined;
|
|
2700
1802
|
readonly retainedByPack?: boolean | undefined;
|
|
2701
1803
|
readonly publisherBindingId?: string | undefined;
|
|
@@ -2704,11 +1806,10 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
2704
1806
|
readonly type: "workspace";
|
|
2705
1807
|
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
2706
1808
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
2707
|
-
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
2708
1809
|
readonly installedAt: Date;
|
|
2709
1810
|
readonly updatedAt: Date;
|
|
2710
1811
|
readonly extensionType: "mcp-server";
|
|
2711
|
-
readonly
|
|
1812
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
2712
1813
|
readonly gitTreeHash?: string | undefined;
|
|
2713
1814
|
readonly retainedByPack?: boolean | undefined;
|
|
2714
1815
|
}>, AppError, never>;
|