@agentxm/client-core 0.21.1 → 0.22.1
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/agent-capabilities/catalog.d.ts +56 -0
- package/dist/src/unstable/agent-capabilities/catalog.d.ts.map +1 -1
- package/dist/src/unstable/agent-capabilities/data/agents/claude-code.d.ts +14 -0
- package/dist/src/unstable/agent-capabilities/data/agents/claude-code.d.ts.map +1 -1
- package/dist/src/unstable/agent-capabilities/data/agents/claude-code.js +12 -0
- package/dist/src/unstable/agent-capabilities/data/agents/claude-code.js.map +1 -1
- package/dist/src/unstable/agent-capabilities/data/agents/codex.d.ts +14 -0
- package/dist/src/unstable/agent-capabilities/data/agents/codex.d.ts.map +1 -1
- package/dist/src/unstable/agent-capabilities/data/agents/codex.js +12 -0
- package/dist/src/unstable/agent-capabilities/data/agents/codex.js.map +1 -1
- package/dist/src/unstable/agent-capabilities/index.d.ts +1 -1
- package/dist/src/unstable/agent-capabilities/index.d.ts.map +1 -1
- package/dist/src/unstable/agent-capabilities/index.js +1 -1
- package/dist/src/unstable/agent-capabilities/index.js.map +1 -1
- package/dist/src/unstable/agent-capabilities/schema.d.ts +24 -1
- package/dist/src/unstable/agent-capabilities/schema.d.ts.map +1 -1
- package/dist/src/unstable/agent-capabilities/schema.js +20 -0
- package/dist/src/unstable/agent-capabilities/schema.js.map +1 -1
- package/dist/src/unstable/branding/naming.d.ts +6 -0
- package/dist/src/unstable/branding/naming.d.ts.map +1 -1
- package/dist/src/unstable/branding/naming.js +9 -1
- package/dist/src/unstable/branding/naming.js.map +1 -1
- package/dist/src/unstable/capability-targeting/build-store.d.ts +34 -0
- package/dist/src/unstable/capability-targeting/build-store.d.ts.map +1 -0
- package/dist/src/unstable/capability-targeting/build-store.js +151 -0
- package/dist/src/unstable/capability-targeting/build-store.js.map +1 -0
- package/dist/src/unstable/capability-targeting/index.d.ts +6 -0
- package/dist/src/unstable/capability-targeting/index.d.ts.map +1 -0
- package/dist/src/unstable/capability-targeting/index.js +6 -0
- package/dist/src/unstable/capability-targeting/index.js.map +1 -0
- package/dist/src/unstable/capability-targeting/profile.d.ts +16 -0
- package/dist/src/unstable/capability-targeting/profile.d.ts.map +1 -0
- package/dist/src/unstable/capability-targeting/profile.js +104 -0
- package/dist/src/unstable/capability-targeting/profile.js.map +1 -0
- package/dist/src/unstable/capability-targeting/render.d.ts +27 -0
- package/dist/src/unstable/capability-targeting/render.d.ts.map +1 -0
- package/dist/src/unstable/capability-targeting/render.js +476 -0
- package/dist/src/unstable/capability-targeting/render.js.map +1 -0
- package/dist/src/unstable/capability-targeting/semantic-equivalence.d.ts +4 -0
- package/dist/src/unstable/capability-targeting/semantic-equivalence.d.ts.map +1 -0
- package/dist/src/unstable/capability-targeting/semantic-equivalence.js +29 -0
- package/dist/src/unstable/capability-targeting/semantic-equivalence.js.map +1 -0
- package/dist/src/unstable/cli-runtime/command-summary.d.ts +1 -1
- package/dist/src/unstable/cli-runtime/command-summary.d.ts.map +1 -1
- package/dist/src/unstable/cli-runtime/command-summary.js.map +1 -1
- package/dist/src/unstable/commands/manifest-schema.d.ts +3 -0
- package/dist/src/unstable/commands/manifest-schema.d.ts.map +1 -1
- package/dist/src/unstable/commands/operations/shared-command-helpers.d.ts +3 -0
- package/dist/src/unstable/commands/operations/shared-command-helpers.d.ts.map +1 -1
- package/dist/src/unstable/extension-types/catalog.d.ts +27 -0
- package/dist/src/unstable/extension-types/catalog.d.ts.map +1 -1
- package/dist/src/unstable/extension-types/catalog.js +17 -0
- package/dist/src/unstable/extension-types/catalog.js.map +1 -1
- package/dist/src/unstable/extension-types/derive.d.ts +4 -4
- package/dist/src/unstable/extension-types/derive.d.ts.map +1 -1
- package/dist/src/unstable/extension-types/derive.js.map +1 -1
- package/dist/src/unstable/extension-types/index.d.ts +1 -1
- package/dist/src/unstable/extension-types/index.d.ts.map +1 -1
- package/dist/src/unstable/extension-types/index.js +1 -1
- package/dist/src/unstable/extension-types/index.js.map +1 -1
- package/dist/src/unstable/extension-types/schema.d.ts +29 -9
- package/dist/src/unstable/extension-types/schema.d.ts.map +1 -1
- package/dist/src/unstable/extension-types/schema.js +10 -1
- package/dist/src/unstable/extension-types/schema.js.map +1 -1
- package/dist/src/unstable/extensions/common.d.ts +9 -6
- package/dist/src/unstable/extensions/common.d.ts.map +1 -1
- package/dist/src/unstable/extensions/common.js +28 -1
- package/dist/src/unstable/extensions/common.js.map +1 -1
- package/dist/src/unstable/extensions/installable-types.d.ts +4 -4
- package/dist/src/unstable/extensions/installable-types.d.ts.map +1 -1
- package/dist/src/unstable/extensions/operations.d.ts.map +1 -1
- package/dist/src/unstable/extensions/operations.js +2 -0
- package/dist/src/unstable/extensions/operations.js.map +1 -1
- package/dist/src/unstable/extensions/ref-base.d.ts +2 -0
- package/dist/src/unstable/extensions/ref-base.d.ts.map +1 -1
- package/dist/src/unstable/extensions/refs.d.ts +2 -1
- package/dist/src/unstable/extensions/refs.d.ts.map +1 -1
- package/dist/src/unstable/extensions/registry-source.d.ts +4 -4
- package/dist/src/unstable/files/manifest-schema.d.ts +3 -0
- package/dist/src/unstable/files/manifest-schema.d.ts.map +1 -1
- package/dist/src/unstable/hooks/manager.d.ts.map +1 -1
- package/dist/src/unstable/hooks/manager.js +97 -13
- package/dist/src/unstable/hooks/manager.js.map +1 -1
- package/dist/src/unstable/hooks/manifest-schema.d.ts +3 -0
- package/dist/src/unstable/hooks/manifest-schema.d.ts.map +1 -1
- package/dist/src/unstable/hooks/refs.d.ts +2 -0
- package/dist/src/unstable/hooks/refs.d.ts.map +1 -1
- package/dist/src/unstable/knowledge/index.d.ts +5 -0
- package/dist/src/unstable/knowledge/index.d.ts.map +1 -0
- package/dist/src/unstable/knowledge/index.js +4 -0
- package/dist/src/unstable/knowledge/index.js.map +1 -0
- package/dist/src/unstable/knowledge/manager.d.ts +20 -0
- package/dist/src/unstable/knowledge/manager.d.ts.map +1 -0
- package/dist/src/unstable/knowledge/manager.js +306 -0
- package/dist/src/unstable/knowledge/manager.js.map +1 -0
- package/dist/src/unstable/knowledge/manifest-schema.d.ts +54 -0
- package/dist/src/unstable/knowledge/manifest-schema.d.ts.map +1 -0
- package/dist/src/unstable/knowledge/manifest-schema.js +30 -0
- package/dist/src/unstable/knowledge/manifest-schema.js.map +1 -0
- package/dist/src/unstable/knowledge/okf.d.ts +40 -0
- package/dist/src/unstable/knowledge/okf.d.ts.map +1 -0
- package/dist/src/unstable/knowledge/okf.js +623 -0
- package/dist/src/unstable/knowledge/okf.js.map +1 -0
- package/dist/src/unstable/knowledge/refs.d.ts +15 -0
- package/dist/src/unstable/knowledge/refs.d.ts.map +1 -0
- package/dist/src/unstable/knowledge/refs.js +2 -0
- package/dist/src/unstable/knowledge/refs.js.map +1 -0
- package/dist/src/unstable/lint/catalog/skill/capability-targeting-metadata.d.ts +5 -0
- package/dist/src/unstable/lint/catalog/skill/capability-targeting-metadata.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/skill/capability-targeting-metadata.js +71 -0
- package/dist/src/unstable/lint/catalog/skill/capability-targeting-metadata.js.map +1 -0
- package/dist/src/unstable/lint/catalog/skill/capability-targeting-structural.d.ts +8 -0
- package/dist/src/unstable/lint/catalog/skill/capability-targeting-structural.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/skill/capability-targeting-structural.js +41 -0
- package/dist/src/unstable/lint/catalog/skill/capability-targeting-structural.js.map +1 -0
- package/dist/src/unstable/lint/catalog/skill.d.ts.map +1 -1
- package/dist/src/unstable/lint/catalog/skill.js +4 -0
- package/dist/src/unstable/lint/catalog/skill.js.map +1 -1
- package/dist/src/unstable/lint/publish.d.ts.map +1 -1
- package/dist/src/unstable/lint/publish.js +4 -0
- package/dist/src/unstable/lint/publish.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 +528 -58
- package/dist/src/unstable/lockfile/lockfile.d.ts.map +1 -1
- package/dist/src/unstable/lockfile/schema.d.ts +651 -0
- package/dist/src/unstable/lockfile/schema.d.ts.map +1 -1
- package/dist/src/unstable/lockfile/schema.js +29 -0
- package/dist/src/unstable/lockfile/schema.js.map +1 -1
- package/dist/src/unstable/mcps/manifest-schema.d.ts +3 -0
- package/dist/src/unstable/mcps/manifest-schema.d.ts.map +1 -1
- package/dist/src/unstable/packs/manager.d.ts.map +1 -1
- package/dist/src/unstable/packs/manager.js +1 -0
- package/dist/src/unstable/packs/manager.js.map +1 -1
- package/dist/src/unstable/packs/reconciliation-adapter.d.ts.map +1 -1
- package/dist/src/unstable/packs/reconciliation-adapter.js +1 -0
- package/dist/src/unstable/packs/reconciliation-adapter.js.map +1 -1
- package/dist/src/unstable/publish/manifest-policy.d.ts +19 -1
- package/dist/src/unstable/publish/manifest-policy.d.ts.map +1 -1
- package/dist/src/unstable/registry/discover-schema.d.ts +4 -4
- package/dist/src/unstable/registry/schema.d.ts +1 -1
- package/dist/src/unstable/rules/manifest-schema.d.ts +3 -0
- package/dist/src/unstable/rules/manifest-schema.d.ts.map +1 -1
- package/dist/src/unstable/settings/index.d.ts +2 -2
- package/dist/src/unstable/settings/index.d.ts.map +1 -1
- package/dist/src/unstable/settings/index.js +1 -1
- package/dist/src/unstable/settings/index.js.map +1 -1
- package/dist/src/unstable/settings/schema.d.ts +18 -0
- package/dist/src/unstable/settings/schema.d.ts.map +1 -1
- package/dist/src/unstable/settings/schema.js +31 -0
- package/dist/src/unstable/settings/schema.js.map +1 -1
- package/dist/src/unstable/skills/manager.d.ts.map +1 -1
- package/dist/src/unstable/skills/manager.js +67 -12
- package/dist/src/unstable/skills/manager.js.map +1 -1
- package/dist/src/unstable/skills/manifest-schema.d.ts +3 -0
- package/dist/src/unstable/skills/manifest-schema.d.ts.map +1 -1
- package/dist/src/unstable/skills/operations/enable.d.ts.map +1 -1
- package/dist/src/unstable/skills/operations/enable.js +56 -18
- package/dist/src/unstable/skills/operations/enable.js.map +1 -1
- package/dist/src/unstable/skills/operations/install.d.ts +6 -0
- package/dist/src/unstable/skills/operations/install.d.ts.map +1 -1
- package/dist/src/unstable/skills/operations/install.js +55 -7
- package/dist/src/unstable/skills/operations/install.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/convention-discovery.d.ts.map +1 -1
- package/dist/src/unstable/source-resolution/providers/convention-discovery.js +2 -0
- package/dist/src/unstable/source-resolution/providers/convention-discovery.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/registry/host-provider.d.ts.map +1 -1
- package/dist/src/unstable/source-resolution/providers/registry/host-provider.js +10 -0
- package/dist/src/unstable/source-resolution/providers/registry/host-provider.js.map +1 -1
- package/dist/src/unstable/sources/printer.d.ts +2 -2
- package/dist/src/unstable/sources/printer.d.ts.map +1 -1
- package/dist/src/unstable/sources/printer.js.map +1 -1
- package/dist/src/unstable/subagents/manager.d.ts.map +1 -1
- package/dist/src/unstable/subagents/manager.js +72 -2
- package/dist/src/unstable/subagents/manager.js.map +1 -1
- package/dist/src/unstable/subagents/manifest-schema.d.ts +3 -0
- package/dist/src/unstable/subagents/manifest-schema.d.ts.map +1 -1
- package/dist/src/unstable/workspace/configured-entry-resolution/index.d.ts +2 -2
- package/dist/src/unstable/workspace/configured-entry-resolution/index.d.ts.map +1 -1
- package/dist/src/unstable/workspace/configured-entry-resolution/index.js +1 -1
- package/dist/src/unstable/workspace/configured-entry-resolution/index.js.map +1 -1
- package/dist/src/unstable/workspace/configured-entry-resolution/resolve.d.ts +5 -0
- package/dist/src/unstable/workspace/configured-entry-resolution/resolve.d.ts.map +1 -1
- package/dist/src/unstable/workspace/configured-entry-resolution/resolve.js +59 -0
- package/dist/src/unstable/workspace/configured-entry-resolution/resolve.js.map +1 -1
- package/dist/src/unstable/workspace/configured-entry-resolution/types.d.ts +2 -0
- package/dist/src/unstable/workspace/configured-entry-resolution/types.d.ts.map +1 -1
- package/dist/src/unstable/workspace/configured-entry-resolution/types.js.map +1 -1
- package/dist/src/unstable/workspace/configured-entry-resolution/workspace-ref.d.ts +2 -1
- package/dist/src/unstable/workspace/configured-entry-resolution/workspace-ref.d.ts.map +1 -1
- package/dist/src/unstable/workspace/configured-entry-resolution/workspace-ref.js +15 -0
- package/dist/src/unstable/workspace/configured-entry-resolution/workspace-ref.js.map +1 -1
- package/dist/src/unstable/workspace/index.d.ts +2 -2
- package/dist/src/unstable/workspace/index.d.ts.map +1 -1
- package/dist/src/unstable/workspace/index.js +1 -1
- package/dist/src/unstable/workspace/index.js.map +1 -1
- package/dist/src/unstable/workspace/initialization.d.ts +24 -0
- package/dist/src/unstable/workspace/initialization.d.ts.map +1 -1
- package/dist/src/unstable/workspace/read-model/extensions/inventory.d.ts +2 -2
- package/dist/src/unstable/workspace/read-model-record-readers.d.ts.map +1 -1
- package/dist/src/unstable/workspace/read-model-record-readers.js +11 -0
- package/dist/src/unstable/workspace/read-model-record-readers.js.map +1 -1
- package/dist/src/unstable/workspace/reconciliation-types.d.ts +6 -2
- package/dist/src/unstable/workspace/reconciliation-types.d.ts.map +1 -1
- package/dist/src/unstable/workspace/reconciliation.d.ts.map +1 -1
- package/dist/src/unstable/workspace/reconciliation.js +13 -1
- package/dist/src/unstable/workspace/reconciliation.js.map +1 -1
- package/dist/src/unstable/workspace/service-interface.d.ts +23 -3
- 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 +542 -61
- package/dist/src/unstable/workspace/service.d.ts.map +1 -1
- package/dist/src/unstable/workspace/service.js +108 -0
- package/dist/src/unstable/workspace/service.js.map +1 -1
- package/dist/src/unstable/workspace/test-stubs.d.ts.map +1 -1
- package/dist/src/unstable/workspace/test-stubs.js +10 -0
- package/dist/src/unstable/workspace/test-stubs.js.map +1 -1
- package/package.json +10 -2
- package/site-content/__generated__/schemas/axm-lock.schema.json +471 -1
- package/site-content/__generated__/schemas/axm-package-meta.schema.json +1 -1
- package/site-content/__generated__/schemas/command.schema.json +57 -0
- package/site-content/__generated__/schemas/files.schema.json +57 -0
- package/site-content/__generated__/schemas/hook.schema.json +57 -0
- package/site-content/__generated__/schemas/knowledge.schema.json +365 -0
- package/site-content/__generated__/schemas/mcp.schema.json +57 -0
- package/site-content/__generated__/schemas/pack.schema.json +1 -1
- package/site-content/__generated__/schemas/rule.schema.json +57 -0
- package/site-content/__generated__/schemas/settings.schema.json +55 -0
- package/site-content/__generated__/schemas/skill.schema.json +57 -0
- package/site-content/__generated__/schemas/subagent.schema.json +57 -0
|
@@ -23,10 +23,10 @@ import * as Option from "effect/Option";
|
|
|
23
23
|
import * as Schema from "effect/Schema";
|
|
24
24
|
import type { Handle } from "../extensions/handle.js";
|
|
25
25
|
import { type AppError } from "../app-error/index.js";
|
|
26
|
-
import { type CommandEntry, type FilesEntry, type HookEntry, type InstructionsConfigValue, type LibraryEntry, type McpServerEntry, type SkillEntry, type SubagentEntry, type PackEntry, type RuleEntry, type SourceHostConfig } from "../settings/index.js";
|
|
26
|
+
import { type CommandEntry, type FilesEntry, type HookEntry, type KnowledgeEntry, type InstructionsConfigValue, type LibraryEntry, type McpServerEntry, type SkillEntry, type SubagentEntry, type PackEntry, type RuleEntry, type SourceHostConfig } from "../settings/index.js";
|
|
27
27
|
import * as Effect from "effect/Effect";
|
|
28
28
|
import * as Layer from "effect/Layer";
|
|
29
|
-
import { WorkspaceMutations, type WorkspaceMutationsOptions, type SetSkillArgs, type SetPackArgs, type SetCommandArgs, type SetFilesArgs, type SetRuleArgs, type SetHookArgs, type SetLibraryArgs, type SetMcpServerArgs, type SetSubagentArgs, type SkillPathSource, type ExtensionTarget } from "./service-interface.js";
|
|
29
|
+
import { WorkspaceMutations, type WorkspaceMutationsOptions, type SetSkillArgs, type SetPackArgs, type SetCommandArgs, type SetFilesArgs, type SetRuleArgs, type SetHookArgs, type SetKnowledgeArgs, type SetLibraryArgs, type SetMcpServerArgs, type SetSubagentArgs, type SkillPathSource, type ExtensionTarget } from "./service-interface.js";
|
|
30
30
|
import type { LockfileState } from "./augment-plan.js";
|
|
31
31
|
/**
|
|
32
32
|
* Options for creating workspace mutations.
|
|
@@ -65,7 +65,7 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
65
65
|
readonly location: Schema.URLFromString;
|
|
66
66
|
}, "Type">[], AppError, never>;
|
|
67
67
|
records: {
|
|
68
|
-
getExtensionInventory: (type: "skill" | "command" | "mcp-server" | "subagent" | "files" | "rule" | "hook" | "pack", options: {
|
|
68
|
+
getExtensionInventory: (type: "skill" | "command" | "mcp-server" | "subagent" | "files" | "rule" | "hook" | "knowledge" | "pack", options: {
|
|
69
69
|
readonly includeIgnored: boolean;
|
|
70
70
|
readonly agents?: ReadonlyArray<string>;
|
|
71
71
|
}) => Effect.Effect<import("./index.ts").ExtensionInventory, AppError>;
|
|
@@ -263,10 +263,10 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
263
263
|
readonly type: "workspace";
|
|
264
264
|
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
265
265
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
266
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
266
267
|
readonly installedAt: Date;
|
|
267
268
|
readonly updatedAt: Date;
|
|
268
269
|
readonly extensionType: "files";
|
|
269
|
-
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
270
270
|
readonly gitTreeHash?: string | undefined;
|
|
271
271
|
readonly retainedByPack?: boolean | undefined;
|
|
272
272
|
readonly resolvedInputs?: {
|
|
@@ -417,10 +417,10 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
417
417
|
readonly type: "workspace";
|
|
418
418
|
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
419
419
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
420
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
420
421
|
readonly installedAt: Date;
|
|
421
422
|
readonly updatedAt: Date;
|
|
422
423
|
readonly extensionType: "files";
|
|
423
|
-
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
424
424
|
readonly gitTreeHash?: string | undefined;
|
|
425
425
|
readonly retainedByPack?: boolean | undefined;
|
|
426
426
|
readonly resolvedInputs?: {
|
|
@@ -563,10 +563,10 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
563
563
|
readonly type: "workspace";
|
|
564
564
|
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
565
565
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
566
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
566
567
|
readonly installedAt: Date;
|
|
567
568
|
readonly updatedAt: Date;
|
|
568
569
|
readonly extensionType: "rule";
|
|
569
|
-
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
570
570
|
readonly gitTreeHash?: string | undefined;
|
|
571
571
|
readonly retainedByPack?: boolean | undefined;
|
|
572
572
|
readonly materializedTargets?: readonly {
|
|
@@ -693,10 +693,10 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
693
693
|
readonly type: "workspace";
|
|
694
694
|
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
695
695
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
696
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
696
697
|
readonly installedAt: Date;
|
|
697
698
|
readonly updatedAt: Date;
|
|
698
699
|
readonly extensionType: "rule";
|
|
699
|
-
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
700
700
|
readonly gitTreeHash?: string | undefined;
|
|
701
701
|
readonly retainedByPack?: boolean | undefined;
|
|
702
702
|
readonly materializedTargets?: readonly {
|
|
@@ -836,10 +836,10 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
836
836
|
readonly type: "workspace";
|
|
837
837
|
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
838
838
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
839
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
839
840
|
readonly installedAt: Date;
|
|
840
841
|
readonly updatedAt: Date;
|
|
841
842
|
readonly extensionType: "hook";
|
|
842
|
-
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
843
843
|
readonly gitTreeHash?: string | undefined;
|
|
844
844
|
readonly retainedByPack?: boolean | undefined;
|
|
845
845
|
readonly materializedTargets?: readonly {
|
|
@@ -966,10 +966,10 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
966
966
|
readonly type: "workspace";
|
|
967
967
|
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
968
968
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
969
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
969
970
|
readonly installedAt: Date;
|
|
970
971
|
readonly updatedAt: Date;
|
|
971
972
|
readonly extensionType: "hook";
|
|
972
|
-
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
973
973
|
readonly gitTreeHash?: string | undefined;
|
|
974
974
|
readonly retainedByPack?: boolean | undefined;
|
|
975
975
|
readonly materializedTargets?: readonly {
|
|
@@ -986,6 +986,279 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
986
986
|
removeHookLock: (name: string) => Effect.Effect<void, AppError, never>;
|
|
987
987
|
updateHookEntry: (name: string, updater: (entry: HookEntry) => HookEntry) => Effect.Effect<void, AppError, never>;
|
|
988
988
|
setHookEntry: (name: string, entry: HookEntry) => Effect.Effect<void, AppError, never>;
|
|
989
|
+
getConfiguredKnowledgeEntries: () => Effect.Effect<{
|
|
990
|
+
readonly [x: string]: Schema.Struct.ReadonlySide<{
|
|
991
|
+
readonly source: Schema.String;
|
|
992
|
+
readonly enabled: Schema.Boolean;
|
|
993
|
+
}, "Type">;
|
|
994
|
+
}, AppError, never>;
|
|
995
|
+
getLockedKnowledge: () => Effect.Effect<{
|
|
996
|
+
readonly [x: string]: {
|
|
997
|
+
readonly type: "github";
|
|
998
|
+
readonly owner: string;
|
|
999
|
+
readonly installedAt: Date;
|
|
1000
|
+
readonly updatedAt: Date;
|
|
1001
|
+
readonly repo: string;
|
|
1002
|
+
readonly path?: string | undefined;
|
|
1003
|
+
readonly gitTreeHash?: string | undefined;
|
|
1004
|
+
readonly retainedByPack?: boolean | undefined;
|
|
1005
|
+
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
|
+
} | {
|
|
1013
|
+
readonly type: "gitlab";
|
|
1014
|
+
readonly owner: string;
|
|
1015
|
+
readonly installedAt: Date;
|
|
1016
|
+
readonly updatedAt: Date;
|
|
1017
|
+
readonly repo: string;
|
|
1018
|
+
readonly path?: string | undefined;
|
|
1019
|
+
readonly gitTreeHash?: string | undefined;
|
|
1020
|
+
readonly retainedByPack?: boolean | undefined;
|
|
1021
|
+
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
|
+
} | {
|
|
1029
|
+
readonly type: "bitbucket";
|
|
1030
|
+
readonly owner: string;
|
|
1031
|
+
readonly installedAt: Date;
|
|
1032
|
+
readonly updatedAt: Date;
|
|
1033
|
+
readonly repo: string;
|
|
1034
|
+
readonly path?: string | undefined;
|
|
1035
|
+
readonly gitTreeHash?: string | undefined;
|
|
1036
|
+
readonly retainedByPack?: boolean | undefined;
|
|
1037
|
+
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
|
+
} | {
|
|
1045
|
+
readonly project: string;
|
|
1046
|
+
readonly type: "azurerepos";
|
|
1047
|
+
readonly installedAt: Date;
|
|
1048
|
+
readonly updatedAt: Date;
|
|
1049
|
+
readonly repo: string;
|
|
1050
|
+
readonly organization: string;
|
|
1051
|
+
readonly path?: string | undefined;
|
|
1052
|
+
readonly gitTreeHash?: string | undefined;
|
|
1053
|
+
readonly retainedByPack?: boolean | undefined;
|
|
1054
|
+
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
|
+
} | {
|
|
1062
|
+
readonly url: string;
|
|
1063
|
+
readonly type: "git";
|
|
1064
|
+
readonly installedAt: Date;
|
|
1065
|
+
readonly updatedAt: Date;
|
|
1066
|
+
readonly path?: string | undefined;
|
|
1067
|
+
readonly gitTreeHash?: string | undefined;
|
|
1068
|
+
readonly retainedByPack?: boolean | undefined;
|
|
1069
|
+
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
|
+
} | {
|
|
1077
|
+
readonly path: string;
|
|
1078
|
+
readonly type: "local";
|
|
1079
|
+
readonly installedAt: Date;
|
|
1080
|
+
readonly updatedAt: Date;
|
|
1081
|
+
readonly gitTreeHash?: string | undefined;
|
|
1082
|
+
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
|
+
} | {
|
|
1090
|
+
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
1091
|
+
readonly type: "registry";
|
|
1092
|
+
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
1093
|
+
readonly installedAt: Date;
|
|
1094
|
+
readonly updatedAt: Date;
|
|
1095
|
+
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
1096
|
+
readonly integrity: string;
|
|
1097
|
+
readonly sourceName: string;
|
|
1098
|
+
readonly gitTreeHash?: string | undefined;
|
|
1099
|
+
readonly retainedByPack?: boolean | undefined;
|
|
1100
|
+
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
|
+
} | {
|
|
1108
|
+
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
1109
|
+
readonly type: "workspace";
|
|
1110
|
+
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
1111
|
+
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
1112
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1113
|
+
readonly installedAt: Date;
|
|
1114
|
+
readonly updatedAt: Date;
|
|
1115
|
+
readonly extensionType: "knowledge";
|
|
1116
|
+
readonly gitTreeHash?: string | undefined;
|
|
1117
|
+
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
|
+
};
|
|
1125
|
+
}, AppError, never>;
|
|
1126
|
+
getLockedKnowledgeEntry: (name: string) => Effect.Effect<Option.Option<{
|
|
1127
|
+
readonly type: "github";
|
|
1128
|
+
readonly owner: string;
|
|
1129
|
+
readonly installedAt: Date;
|
|
1130
|
+
readonly updatedAt: Date;
|
|
1131
|
+
readonly repo: string;
|
|
1132
|
+
readonly path?: string | undefined;
|
|
1133
|
+
readonly gitTreeHash?: string | undefined;
|
|
1134
|
+
readonly retainedByPack?: boolean | undefined;
|
|
1135
|
+
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
|
+
} | {
|
|
1143
|
+
readonly type: "gitlab";
|
|
1144
|
+
readonly owner: string;
|
|
1145
|
+
readonly installedAt: Date;
|
|
1146
|
+
readonly updatedAt: Date;
|
|
1147
|
+
readonly repo: string;
|
|
1148
|
+
readonly path?: string | undefined;
|
|
1149
|
+
readonly gitTreeHash?: string | undefined;
|
|
1150
|
+
readonly retainedByPack?: boolean | undefined;
|
|
1151
|
+
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
|
+
} | {
|
|
1159
|
+
readonly type: "bitbucket";
|
|
1160
|
+
readonly owner: string;
|
|
1161
|
+
readonly installedAt: Date;
|
|
1162
|
+
readonly updatedAt: Date;
|
|
1163
|
+
readonly repo: string;
|
|
1164
|
+
readonly path?: string | undefined;
|
|
1165
|
+
readonly gitTreeHash?: string | undefined;
|
|
1166
|
+
readonly retainedByPack?: boolean | undefined;
|
|
1167
|
+
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
|
+
} | {
|
|
1175
|
+
readonly project: string;
|
|
1176
|
+
readonly type: "azurerepos";
|
|
1177
|
+
readonly installedAt: Date;
|
|
1178
|
+
readonly updatedAt: Date;
|
|
1179
|
+
readonly repo: string;
|
|
1180
|
+
readonly organization: string;
|
|
1181
|
+
readonly path?: string | undefined;
|
|
1182
|
+
readonly gitTreeHash?: string | undefined;
|
|
1183
|
+
readonly retainedByPack?: boolean | undefined;
|
|
1184
|
+
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
|
+
} | {
|
|
1192
|
+
readonly url: string;
|
|
1193
|
+
readonly type: "git";
|
|
1194
|
+
readonly installedAt: Date;
|
|
1195
|
+
readonly updatedAt: Date;
|
|
1196
|
+
readonly path?: string | undefined;
|
|
1197
|
+
readonly gitTreeHash?: string | undefined;
|
|
1198
|
+
readonly retainedByPack?: boolean | undefined;
|
|
1199
|
+
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
|
+
} | {
|
|
1207
|
+
readonly path: string;
|
|
1208
|
+
readonly type: "local";
|
|
1209
|
+
readonly installedAt: Date;
|
|
1210
|
+
readonly updatedAt: Date;
|
|
1211
|
+
readonly gitTreeHash?: string | undefined;
|
|
1212
|
+
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
|
+
} | {
|
|
1220
|
+
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
1221
|
+
readonly type: "registry";
|
|
1222
|
+
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
1223
|
+
readonly installedAt: Date;
|
|
1224
|
+
readonly updatedAt: Date;
|
|
1225
|
+
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
1226
|
+
readonly integrity: string;
|
|
1227
|
+
readonly sourceName: string;
|
|
1228
|
+
readonly gitTreeHash?: string | undefined;
|
|
1229
|
+
readonly retainedByPack?: boolean | undefined;
|
|
1230
|
+
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
|
+
} | {
|
|
1238
|
+
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
1239
|
+
readonly type: "workspace";
|
|
1240
|
+
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
1241
|
+
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
1242
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1243
|
+
readonly installedAt: Date;
|
|
1244
|
+
readonly updatedAt: Date;
|
|
1245
|
+
readonly extensionType: "knowledge";
|
|
1246
|
+
readonly gitTreeHash?: string | undefined;
|
|
1247
|
+
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
|
+
}>, AppError, never>;
|
|
1255
|
+
setKnowledge: ({ name, lockEntry, versionRange }: SetKnowledgeArgs) => Effect.Effect<void, AppError, never>;
|
|
1256
|
+
setKnowledgeLock: ({ name, lockEntry }: SetKnowledgeArgs) => Effect.Effect<void, AppError, never>;
|
|
1257
|
+
removeKnowledge: (name: string) => Effect.Effect<void, AppError, never>;
|
|
1258
|
+
removeKnowledgeSettings: (name: string) => Effect.Effect<void, AppError, never>;
|
|
1259
|
+
removeKnowledgeLock: (name: string) => Effect.Effect<void, AppError, never>;
|
|
1260
|
+
updateKnowledgeEntry: (name: string, updater: (entry: KnowledgeEntry) => KnowledgeEntry) => Effect.Effect<void, AppError, never>;
|
|
1261
|
+
setKnowledgeEntry: (name: string, entry: KnowledgeEntry) => Effect.Effect<void, AppError, never>;
|
|
989
1262
|
getLockedSkills: () => Effect.Effect<{
|
|
990
1263
|
readonly [x: string]: {
|
|
991
1264
|
readonly type: "github";
|
|
@@ -995,15 +1268,28 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
995
1268
|
readonly agents: readonly string[];
|
|
996
1269
|
readonly repo: string;
|
|
997
1270
|
readonly path?: string | undefined;
|
|
1271
|
+
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
998
1272
|
readonly gitTreeHash?: string | undefined;
|
|
999
1273
|
readonly retainedByPack?: boolean | undefined;
|
|
1000
1274
|
readonly ref?: string | undefined;
|
|
1001
|
-
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1002
1275
|
readonly renderedFiles?: {
|
|
1003
1276
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1004
1277
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1005
1278
|
}, "Type">[];
|
|
1006
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;
|
|
1007
1293
|
} | {
|
|
1008
1294
|
readonly type: "gitlab";
|
|
1009
1295
|
readonly owner: string;
|
|
@@ -1012,15 +1298,28 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1012
1298
|
readonly agents: readonly string[];
|
|
1013
1299
|
readonly repo: string;
|
|
1014
1300
|
readonly path?: string | undefined;
|
|
1301
|
+
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1015
1302
|
readonly gitTreeHash?: string | undefined;
|
|
1016
1303
|
readonly retainedByPack?: boolean | undefined;
|
|
1017
1304
|
readonly ref?: string | undefined;
|
|
1018
|
-
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1019
1305
|
readonly renderedFiles?: {
|
|
1020
1306
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1021
1307
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1022
1308
|
}, "Type">[];
|
|
1023
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;
|
|
1024
1323
|
} | {
|
|
1025
1324
|
readonly type: "bitbucket";
|
|
1026
1325
|
readonly owner: string;
|
|
@@ -1029,15 +1328,28 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1029
1328
|
readonly agents: readonly string[];
|
|
1030
1329
|
readonly repo: string;
|
|
1031
1330
|
readonly path?: string | undefined;
|
|
1331
|
+
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1032
1332
|
readonly gitTreeHash?: string | undefined;
|
|
1033
1333
|
readonly retainedByPack?: boolean | undefined;
|
|
1034
1334
|
readonly ref?: string | undefined;
|
|
1035
|
-
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1036
1335
|
readonly renderedFiles?: {
|
|
1037
1336
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1038
1337
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1039
1338
|
}, "Type">[];
|
|
1040
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;
|
|
1041
1353
|
} | {
|
|
1042
1354
|
readonly project: string;
|
|
1043
1355
|
readonly type: "azurerepos";
|
|
@@ -1047,15 +1359,28 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1047
1359
|
readonly repo: string;
|
|
1048
1360
|
readonly organization: string;
|
|
1049
1361
|
readonly path?: string | undefined;
|
|
1362
|
+
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1050
1363
|
readonly gitTreeHash?: string | undefined;
|
|
1051
1364
|
readonly retainedByPack?: boolean | undefined;
|
|
1052
1365
|
readonly ref?: string | undefined;
|
|
1053
|
-
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1054
1366
|
readonly renderedFiles?: {
|
|
1055
1367
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1056
1368
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1057
1369
|
}, "Type">[];
|
|
1058
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;
|
|
1059
1384
|
} | {
|
|
1060
1385
|
readonly url: string;
|
|
1061
1386
|
readonly type: "git";
|
|
@@ -1063,29 +1388,55 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1063
1388
|
readonly updatedAt: Date;
|
|
1064
1389
|
readonly agents: readonly string[];
|
|
1065
1390
|
readonly path?: string | undefined;
|
|
1391
|
+
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1066
1392
|
readonly gitTreeHash?: string | undefined;
|
|
1067
1393
|
readonly retainedByPack?: boolean | undefined;
|
|
1068
1394
|
readonly ref?: string | undefined;
|
|
1069
|
-
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1070
1395
|
readonly renderedFiles?: {
|
|
1071
1396
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1072
1397
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1073
1398
|
}, "Type">[];
|
|
1074
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;
|
|
1075
1413
|
} | {
|
|
1076
1414
|
readonly path: string;
|
|
1077
1415
|
readonly type: "local";
|
|
1078
1416
|
readonly installedAt: Date;
|
|
1079
1417
|
readonly updatedAt: Date;
|
|
1080
1418
|
readonly agents: readonly string[];
|
|
1419
|
+
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1081
1420
|
readonly gitTreeHash?: string | undefined;
|
|
1082
1421
|
readonly retainedByPack?: boolean | undefined;
|
|
1083
|
-
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1084
1422
|
readonly renderedFiles?: {
|
|
1085
1423
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1086
1424
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1087
1425
|
}, "Type">[];
|
|
1088
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;
|
|
1089
1440
|
} | {
|
|
1090
1441
|
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
1091
1442
|
readonly type: "registry";
|
|
@@ -1096,24 +1447,37 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1096
1447
|
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
1097
1448
|
readonly integrity: string;
|
|
1098
1449
|
readonly sourceName: string;
|
|
1450
|
+
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1099
1451
|
readonly gitTreeHash?: string | undefined;
|
|
1100
1452
|
readonly retainedByPack?: boolean | undefined;
|
|
1101
1453
|
readonly publisherBindingId?: string | undefined;
|
|
1102
|
-
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1103
1454
|
readonly renderedFiles?: {
|
|
1104
1455
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1105
1456
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1106
1457
|
}, "Type">[];
|
|
1107
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;
|
|
1108
1472
|
} | {
|
|
1109
1473
|
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
1110
1474
|
readonly type: "workspace";
|
|
1111
1475
|
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
1112
1476
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
1477
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1113
1478
|
readonly installedAt: Date;
|
|
1114
1479
|
readonly updatedAt: Date;
|
|
1115
1480
|
readonly extensionType: "skill";
|
|
1116
|
-
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1117
1481
|
readonly agents: readonly string[];
|
|
1118
1482
|
readonly gitTreeHash?: string | undefined;
|
|
1119
1483
|
readonly retainedByPack?: boolean | undefined;
|
|
@@ -1122,6 +1486,19 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1122
1486
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1123
1487
|
}, "Type">[];
|
|
1124
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;
|
|
1125
1502
|
};
|
|
1126
1503
|
}, AppError, never>;
|
|
1127
1504
|
getLockedSkill: (name: string) => Effect.Effect<Option.Option<{
|
|
@@ -1132,15 +1509,28 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1132
1509
|
readonly agents: readonly string[];
|
|
1133
1510
|
readonly repo: string;
|
|
1134
1511
|
readonly path?: string | undefined;
|
|
1512
|
+
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1135
1513
|
readonly gitTreeHash?: string | undefined;
|
|
1136
1514
|
readonly retainedByPack?: boolean | undefined;
|
|
1137
1515
|
readonly ref?: string | undefined;
|
|
1138
|
-
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1139
1516
|
readonly renderedFiles?: {
|
|
1140
1517
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1141
1518
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1142
1519
|
}, "Type">[];
|
|
1143
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;
|
|
1144
1534
|
} | {
|
|
1145
1535
|
readonly type: "gitlab";
|
|
1146
1536
|
readonly owner: string;
|
|
@@ -1149,15 +1539,28 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1149
1539
|
readonly agents: readonly string[];
|
|
1150
1540
|
readonly repo: string;
|
|
1151
1541
|
readonly path?: string | undefined;
|
|
1542
|
+
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1152
1543
|
readonly gitTreeHash?: string | undefined;
|
|
1153
1544
|
readonly retainedByPack?: boolean | undefined;
|
|
1154
1545
|
readonly ref?: string | undefined;
|
|
1155
|
-
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1156
1546
|
readonly renderedFiles?: {
|
|
1157
1547
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1158
1548
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1159
1549
|
}, "Type">[];
|
|
1160
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;
|
|
1161
1564
|
} | {
|
|
1162
1565
|
readonly type: "bitbucket";
|
|
1163
1566
|
readonly owner: string;
|
|
@@ -1166,15 +1569,28 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1166
1569
|
readonly agents: readonly string[];
|
|
1167
1570
|
readonly repo: string;
|
|
1168
1571
|
readonly path?: string | undefined;
|
|
1572
|
+
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1169
1573
|
readonly gitTreeHash?: string | undefined;
|
|
1170
1574
|
readonly retainedByPack?: boolean | undefined;
|
|
1171
1575
|
readonly ref?: string | undefined;
|
|
1172
|
-
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1173
1576
|
readonly renderedFiles?: {
|
|
1174
1577
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1175
1578
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1176
1579
|
}, "Type">[];
|
|
1177
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;
|
|
1178
1594
|
} | {
|
|
1179
1595
|
readonly project: string;
|
|
1180
1596
|
readonly type: "azurerepos";
|
|
@@ -1184,15 +1600,28 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1184
1600
|
readonly repo: string;
|
|
1185
1601
|
readonly organization: string;
|
|
1186
1602
|
readonly path?: string | undefined;
|
|
1603
|
+
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1187
1604
|
readonly gitTreeHash?: string | undefined;
|
|
1188
1605
|
readonly retainedByPack?: boolean | undefined;
|
|
1189
1606
|
readonly ref?: string | undefined;
|
|
1190
|
-
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1191
1607
|
readonly renderedFiles?: {
|
|
1192
1608
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1193
1609
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1194
1610
|
}, "Type">[];
|
|
1195
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;
|
|
1196
1625
|
} | {
|
|
1197
1626
|
readonly url: string;
|
|
1198
1627
|
readonly type: "git";
|
|
@@ -1200,29 +1629,55 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1200
1629
|
readonly updatedAt: Date;
|
|
1201
1630
|
readonly agents: readonly string[];
|
|
1202
1631
|
readonly path?: string | undefined;
|
|
1632
|
+
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1203
1633
|
readonly gitTreeHash?: string | undefined;
|
|
1204
1634
|
readonly retainedByPack?: boolean | undefined;
|
|
1205
1635
|
readonly ref?: string | undefined;
|
|
1206
|
-
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1207
1636
|
readonly renderedFiles?: {
|
|
1208
1637
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1209
1638
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1210
1639
|
}, "Type">[];
|
|
1211
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;
|
|
1212
1654
|
} | {
|
|
1213
1655
|
readonly path: string;
|
|
1214
1656
|
readonly type: "local";
|
|
1215
1657
|
readonly installedAt: Date;
|
|
1216
1658
|
readonly updatedAt: Date;
|
|
1217
1659
|
readonly agents: readonly string[];
|
|
1660
|
+
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1218
1661
|
readonly gitTreeHash?: string | undefined;
|
|
1219
1662
|
readonly retainedByPack?: boolean | undefined;
|
|
1220
|
-
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1221
1663
|
readonly renderedFiles?: {
|
|
1222
1664
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1223
1665
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1224
1666
|
}, "Type">[];
|
|
1225
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;
|
|
1226
1681
|
} | {
|
|
1227
1682
|
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
1228
1683
|
readonly type: "registry";
|
|
@@ -1233,24 +1688,37 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1233
1688
|
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
1234
1689
|
readonly integrity: string;
|
|
1235
1690
|
readonly sourceName: string;
|
|
1691
|
+
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1236
1692
|
readonly gitTreeHash?: string | undefined;
|
|
1237
1693
|
readonly retainedByPack?: boolean | undefined;
|
|
1238
1694
|
readonly publisherBindingId?: string | undefined;
|
|
1239
|
-
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1240
1695
|
readonly renderedFiles?: {
|
|
1241
1696
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1242
1697
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1243
1698
|
}, "Type">[];
|
|
1244
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;
|
|
1245
1713
|
} | {
|
|
1246
1714
|
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
1247
1715
|
readonly type: "workspace";
|
|
1248
1716
|
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
1249
1717
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
1718
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1250
1719
|
readonly installedAt: Date;
|
|
1251
1720
|
readonly updatedAt: Date;
|
|
1252
1721
|
readonly extensionType: "skill";
|
|
1253
|
-
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1254
1722
|
readonly agents: readonly string[];
|
|
1255
1723
|
readonly gitTreeHash?: string | undefined;
|
|
1256
1724
|
readonly retainedByPack?: boolean | undefined;
|
|
@@ -1259,6 +1727,19 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1259
1727
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1260
1728
|
}, "Type">[];
|
|
1261
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;
|
|
1262
1743
|
}>, AppError, never>;
|
|
1263
1744
|
getSkillDir: (name: string, source?: SkillPathSource) => Effect.Effect<import("../skills/paths.js").SkillDirPaths, AppError, never>;
|
|
1264
1745
|
setSkill: ({ name, lockEntry, versionRange }: SetSkillArgs) => Effect.Effect<void, AppError, never>;
|
|
@@ -1315,10 +1796,10 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1315
1796
|
readonly type: "workspace";
|
|
1316
1797
|
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
1317
1798
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
1799
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1318
1800
|
readonly installedAt: Date;
|
|
1319
1801
|
readonly updatedAt: Date;
|
|
1320
1802
|
readonly extensionType: "pack";
|
|
1321
|
-
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1322
1803
|
readonly resolvedSkills: {
|
|
1323
1804
|
readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
|
|
1324
1805
|
};
|
|
@@ -1378,10 +1859,10 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1378
1859
|
readonly type: "workspace";
|
|
1379
1860
|
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
1380
1861
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
1862
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1381
1863
|
readonly installedAt: Date;
|
|
1382
1864
|
readonly updatedAt: Date;
|
|
1383
1865
|
readonly extensionType: "pack";
|
|
1384
|
-
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1385
1866
|
readonly resolvedSkills: {
|
|
1386
1867
|
readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
|
|
1387
1868
|
};
|
|
@@ -1462,10 +1943,10 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1462
1943
|
readonly agents: readonly string[];
|
|
1463
1944
|
readonly repo: string;
|
|
1464
1945
|
readonly path?: string | undefined;
|
|
1946
|
+
readonly sourceHash?: string | undefined;
|
|
1465
1947
|
readonly gitTreeHash?: string | undefined;
|
|
1466
1948
|
readonly retainedByPack?: boolean | undefined;
|
|
1467
1949
|
readonly ref?: string | undefined;
|
|
1468
|
-
readonly sourceHash?: string | undefined;
|
|
1469
1950
|
readonly renderedFiles?: {
|
|
1470
1951
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1471
1952
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -1479,10 +1960,10 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1479
1960
|
readonly agents: readonly string[];
|
|
1480
1961
|
readonly repo: string;
|
|
1481
1962
|
readonly path?: string | undefined;
|
|
1963
|
+
readonly sourceHash?: string | undefined;
|
|
1482
1964
|
readonly gitTreeHash?: string | undefined;
|
|
1483
1965
|
readonly retainedByPack?: boolean | undefined;
|
|
1484
1966
|
readonly ref?: string | undefined;
|
|
1485
|
-
readonly sourceHash?: string | undefined;
|
|
1486
1967
|
readonly renderedFiles?: {
|
|
1487
1968
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1488
1969
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -1496,10 +1977,10 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1496
1977
|
readonly agents: readonly string[];
|
|
1497
1978
|
readonly repo: string;
|
|
1498
1979
|
readonly path?: string | undefined;
|
|
1980
|
+
readonly sourceHash?: string | undefined;
|
|
1499
1981
|
readonly gitTreeHash?: string | undefined;
|
|
1500
1982
|
readonly retainedByPack?: boolean | undefined;
|
|
1501
1983
|
readonly ref?: string | undefined;
|
|
1502
|
-
readonly sourceHash?: string | undefined;
|
|
1503
1984
|
readonly renderedFiles?: {
|
|
1504
1985
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1505
1986
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -1514,10 +1995,10 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1514
1995
|
readonly repo: string;
|
|
1515
1996
|
readonly organization: string;
|
|
1516
1997
|
readonly path?: string | undefined;
|
|
1998
|
+
readonly sourceHash?: string | undefined;
|
|
1517
1999
|
readonly gitTreeHash?: string | undefined;
|
|
1518
2000
|
readonly retainedByPack?: boolean | undefined;
|
|
1519
2001
|
readonly ref?: string | undefined;
|
|
1520
|
-
readonly sourceHash?: string | undefined;
|
|
1521
2002
|
readonly renderedFiles?: {
|
|
1522
2003
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1523
2004
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -1530,10 +2011,10 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1530
2011
|
readonly updatedAt: Date;
|
|
1531
2012
|
readonly agents: readonly string[];
|
|
1532
2013
|
readonly path?: string | undefined;
|
|
2014
|
+
readonly sourceHash?: string | undefined;
|
|
1533
2015
|
readonly gitTreeHash?: string | undefined;
|
|
1534
2016
|
readonly retainedByPack?: boolean | undefined;
|
|
1535
2017
|
readonly ref?: string | undefined;
|
|
1536
|
-
readonly sourceHash?: string | undefined;
|
|
1537
2018
|
readonly renderedFiles?: {
|
|
1538
2019
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1539
2020
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -1545,9 +2026,9 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1545
2026
|
readonly installedAt: Date;
|
|
1546
2027
|
readonly updatedAt: Date;
|
|
1547
2028
|
readonly agents: readonly string[];
|
|
2029
|
+
readonly sourceHash?: string | undefined;
|
|
1548
2030
|
readonly gitTreeHash?: string | undefined;
|
|
1549
2031
|
readonly retainedByPack?: boolean | undefined;
|
|
1550
|
-
readonly sourceHash?: string | undefined;
|
|
1551
2032
|
readonly renderedFiles?: {
|
|
1552
2033
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1553
2034
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -1563,10 +2044,10 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1563
2044
|
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
1564
2045
|
readonly integrity: string;
|
|
1565
2046
|
readonly sourceName: string;
|
|
2047
|
+
readonly sourceHash?: string | undefined;
|
|
1566
2048
|
readonly gitTreeHash?: string | undefined;
|
|
1567
2049
|
readonly retainedByPack?: boolean | undefined;
|
|
1568
2050
|
readonly publisherBindingId?: string | undefined;
|
|
1569
|
-
readonly sourceHash?: string | undefined;
|
|
1570
2051
|
readonly renderedFiles?: {
|
|
1571
2052
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1572
2053
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -1577,10 +2058,10 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1577
2058
|
readonly type: "workspace";
|
|
1578
2059
|
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
1579
2060
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
2061
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1580
2062
|
readonly installedAt: Date;
|
|
1581
2063
|
readonly updatedAt: Date;
|
|
1582
2064
|
readonly extensionType: "command";
|
|
1583
|
-
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1584
2065
|
readonly agents: readonly string[];
|
|
1585
2066
|
readonly gitTreeHash?: string | undefined;
|
|
1586
2067
|
readonly retainedByPack?: boolean | undefined;
|
|
@@ -1599,10 +2080,10 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1599
2080
|
readonly agents: readonly string[];
|
|
1600
2081
|
readonly repo: string;
|
|
1601
2082
|
readonly path?: string | undefined;
|
|
2083
|
+
readonly sourceHash?: string | undefined;
|
|
1602
2084
|
readonly gitTreeHash?: string | undefined;
|
|
1603
2085
|
readonly retainedByPack?: boolean | undefined;
|
|
1604
2086
|
readonly ref?: string | undefined;
|
|
1605
|
-
readonly sourceHash?: string | undefined;
|
|
1606
2087
|
readonly renderedFiles?: {
|
|
1607
2088
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1608
2089
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -1616,10 +2097,10 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1616
2097
|
readonly agents: readonly string[];
|
|
1617
2098
|
readonly repo: string;
|
|
1618
2099
|
readonly path?: string | undefined;
|
|
2100
|
+
readonly sourceHash?: string | undefined;
|
|
1619
2101
|
readonly gitTreeHash?: string | undefined;
|
|
1620
2102
|
readonly retainedByPack?: boolean | undefined;
|
|
1621
2103
|
readonly ref?: string | undefined;
|
|
1622
|
-
readonly sourceHash?: string | undefined;
|
|
1623
2104
|
readonly renderedFiles?: {
|
|
1624
2105
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1625
2106
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -1633,10 +2114,10 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1633
2114
|
readonly agents: readonly string[];
|
|
1634
2115
|
readonly repo: string;
|
|
1635
2116
|
readonly path?: string | undefined;
|
|
2117
|
+
readonly sourceHash?: string | undefined;
|
|
1636
2118
|
readonly gitTreeHash?: string | undefined;
|
|
1637
2119
|
readonly retainedByPack?: boolean | undefined;
|
|
1638
2120
|
readonly ref?: string | undefined;
|
|
1639
|
-
readonly sourceHash?: string | undefined;
|
|
1640
2121
|
readonly renderedFiles?: {
|
|
1641
2122
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1642
2123
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -1651,10 +2132,10 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1651
2132
|
readonly repo: string;
|
|
1652
2133
|
readonly organization: string;
|
|
1653
2134
|
readonly path?: string | undefined;
|
|
2135
|
+
readonly sourceHash?: string | undefined;
|
|
1654
2136
|
readonly gitTreeHash?: string | undefined;
|
|
1655
2137
|
readonly retainedByPack?: boolean | undefined;
|
|
1656
2138
|
readonly ref?: string | undefined;
|
|
1657
|
-
readonly sourceHash?: string | undefined;
|
|
1658
2139
|
readonly renderedFiles?: {
|
|
1659
2140
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1660
2141
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -1667,10 +2148,10 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1667
2148
|
readonly updatedAt: Date;
|
|
1668
2149
|
readonly agents: readonly string[];
|
|
1669
2150
|
readonly path?: string | undefined;
|
|
2151
|
+
readonly sourceHash?: string | undefined;
|
|
1670
2152
|
readonly gitTreeHash?: string | undefined;
|
|
1671
2153
|
readonly retainedByPack?: boolean | undefined;
|
|
1672
2154
|
readonly ref?: string | undefined;
|
|
1673
|
-
readonly sourceHash?: string | undefined;
|
|
1674
2155
|
readonly renderedFiles?: {
|
|
1675
2156
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1676
2157
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -1682,9 +2163,9 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1682
2163
|
readonly installedAt: Date;
|
|
1683
2164
|
readonly updatedAt: Date;
|
|
1684
2165
|
readonly agents: readonly string[];
|
|
2166
|
+
readonly sourceHash?: string | undefined;
|
|
1685
2167
|
readonly gitTreeHash?: string | undefined;
|
|
1686
2168
|
readonly retainedByPack?: boolean | undefined;
|
|
1687
|
-
readonly sourceHash?: string | undefined;
|
|
1688
2169
|
readonly renderedFiles?: {
|
|
1689
2170
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1690
2171
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -1700,10 +2181,10 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1700
2181
|
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
1701
2182
|
readonly integrity: string;
|
|
1702
2183
|
readonly sourceName: string;
|
|
2184
|
+
readonly sourceHash?: string | undefined;
|
|
1703
2185
|
readonly gitTreeHash?: string | undefined;
|
|
1704
2186
|
readonly retainedByPack?: boolean | undefined;
|
|
1705
2187
|
readonly publisherBindingId?: string | undefined;
|
|
1706
|
-
readonly sourceHash?: string | undefined;
|
|
1707
2188
|
readonly renderedFiles?: {
|
|
1708
2189
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1709
2190
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -1714,10 +2195,10 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1714
2195
|
readonly type: "workspace";
|
|
1715
2196
|
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
1716
2197
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
2198
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1717
2199
|
readonly installedAt: Date;
|
|
1718
2200
|
readonly updatedAt: Date;
|
|
1719
2201
|
readonly extensionType: "command";
|
|
1720
|
-
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1721
2202
|
readonly agents: readonly string[];
|
|
1722
2203
|
readonly gitTreeHash?: string | undefined;
|
|
1723
2204
|
readonly retainedByPack?: boolean | undefined;
|
|
@@ -1741,10 +2222,10 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1741
2222
|
readonly agents: readonly string[];
|
|
1742
2223
|
readonly repo: string;
|
|
1743
2224
|
readonly path?: string | undefined;
|
|
2225
|
+
readonly sourceHash?: string | undefined;
|
|
1744
2226
|
readonly gitTreeHash?: string | undefined;
|
|
1745
2227
|
readonly retainedByPack?: boolean | undefined;
|
|
1746
2228
|
readonly ref?: string | undefined;
|
|
1747
|
-
readonly sourceHash?: string | undefined;
|
|
1748
2229
|
readonly renderedFiles?: {
|
|
1749
2230
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1750
2231
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -1758,10 +2239,10 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1758
2239
|
readonly agents: readonly string[];
|
|
1759
2240
|
readonly repo: string;
|
|
1760
2241
|
readonly path?: string | undefined;
|
|
2242
|
+
readonly sourceHash?: string | undefined;
|
|
1761
2243
|
readonly gitTreeHash?: string | undefined;
|
|
1762
2244
|
readonly retainedByPack?: boolean | undefined;
|
|
1763
2245
|
readonly ref?: string | undefined;
|
|
1764
|
-
readonly sourceHash?: string | undefined;
|
|
1765
2246
|
readonly renderedFiles?: {
|
|
1766
2247
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1767
2248
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -1775,10 +2256,10 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1775
2256
|
readonly agents: readonly string[];
|
|
1776
2257
|
readonly repo: string;
|
|
1777
2258
|
readonly path?: string | undefined;
|
|
2259
|
+
readonly sourceHash?: string | undefined;
|
|
1778
2260
|
readonly gitTreeHash?: string | undefined;
|
|
1779
2261
|
readonly retainedByPack?: boolean | undefined;
|
|
1780
2262
|
readonly ref?: string | undefined;
|
|
1781
|
-
readonly sourceHash?: string | undefined;
|
|
1782
2263
|
readonly renderedFiles?: {
|
|
1783
2264
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1784
2265
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -1793,10 +2274,10 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1793
2274
|
readonly repo: string;
|
|
1794
2275
|
readonly organization: string;
|
|
1795
2276
|
readonly path?: string | undefined;
|
|
2277
|
+
readonly sourceHash?: string | undefined;
|
|
1796
2278
|
readonly gitTreeHash?: string | undefined;
|
|
1797
2279
|
readonly retainedByPack?: boolean | undefined;
|
|
1798
2280
|
readonly ref?: string | undefined;
|
|
1799
|
-
readonly sourceHash?: string | undefined;
|
|
1800
2281
|
readonly renderedFiles?: {
|
|
1801
2282
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1802
2283
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -1809,10 +2290,10 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1809
2290
|
readonly updatedAt: Date;
|
|
1810
2291
|
readonly agents: readonly string[];
|
|
1811
2292
|
readonly path?: string | undefined;
|
|
2293
|
+
readonly sourceHash?: string | undefined;
|
|
1812
2294
|
readonly gitTreeHash?: string | undefined;
|
|
1813
2295
|
readonly retainedByPack?: boolean | undefined;
|
|
1814
2296
|
readonly ref?: string | undefined;
|
|
1815
|
-
readonly sourceHash?: string | undefined;
|
|
1816
2297
|
readonly renderedFiles?: {
|
|
1817
2298
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1818
2299
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -1824,9 +2305,9 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1824
2305
|
readonly installedAt: Date;
|
|
1825
2306
|
readonly updatedAt: Date;
|
|
1826
2307
|
readonly agents: readonly string[];
|
|
2308
|
+
readonly sourceHash?: string | undefined;
|
|
1827
2309
|
readonly gitTreeHash?: string | undefined;
|
|
1828
2310
|
readonly retainedByPack?: boolean | undefined;
|
|
1829
|
-
readonly sourceHash?: string | undefined;
|
|
1830
2311
|
readonly renderedFiles?: {
|
|
1831
2312
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1832
2313
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -1842,10 +2323,10 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1842
2323
|
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
1843
2324
|
readonly integrity: string;
|
|
1844
2325
|
readonly sourceName: string;
|
|
2326
|
+
readonly sourceHash?: string | undefined;
|
|
1845
2327
|
readonly gitTreeHash?: string | undefined;
|
|
1846
2328
|
readonly retainedByPack?: boolean | undefined;
|
|
1847
2329
|
readonly publisherBindingId?: string | undefined;
|
|
1848
|
-
readonly sourceHash?: string | undefined;
|
|
1849
2330
|
readonly renderedFiles?: {
|
|
1850
2331
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1851
2332
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -1856,10 +2337,10 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1856
2337
|
readonly type: "workspace";
|
|
1857
2338
|
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
1858
2339
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
2340
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1859
2341
|
readonly installedAt: Date;
|
|
1860
2342
|
readonly updatedAt: Date;
|
|
1861
2343
|
readonly extensionType: "subagent";
|
|
1862
|
-
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1863
2344
|
readonly agents: readonly string[];
|
|
1864
2345
|
readonly gitTreeHash?: string | undefined;
|
|
1865
2346
|
readonly retainedByPack?: boolean | undefined;
|
|
@@ -1878,10 +2359,10 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1878
2359
|
readonly agents: readonly string[];
|
|
1879
2360
|
readonly repo: string;
|
|
1880
2361
|
readonly path?: string | undefined;
|
|
2362
|
+
readonly sourceHash?: string | undefined;
|
|
1881
2363
|
readonly gitTreeHash?: string | undefined;
|
|
1882
2364
|
readonly retainedByPack?: boolean | undefined;
|
|
1883
2365
|
readonly ref?: string | undefined;
|
|
1884
|
-
readonly sourceHash?: string | undefined;
|
|
1885
2366
|
readonly renderedFiles?: {
|
|
1886
2367
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1887
2368
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -1895,10 +2376,10 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1895
2376
|
readonly agents: readonly string[];
|
|
1896
2377
|
readonly repo: string;
|
|
1897
2378
|
readonly path?: string | undefined;
|
|
2379
|
+
readonly sourceHash?: string | undefined;
|
|
1898
2380
|
readonly gitTreeHash?: string | undefined;
|
|
1899
2381
|
readonly retainedByPack?: boolean | undefined;
|
|
1900
2382
|
readonly ref?: string | undefined;
|
|
1901
|
-
readonly sourceHash?: string | undefined;
|
|
1902
2383
|
readonly renderedFiles?: {
|
|
1903
2384
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1904
2385
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -1912,10 +2393,10 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1912
2393
|
readonly agents: readonly string[];
|
|
1913
2394
|
readonly repo: string;
|
|
1914
2395
|
readonly path?: string | undefined;
|
|
2396
|
+
readonly sourceHash?: string | undefined;
|
|
1915
2397
|
readonly gitTreeHash?: string | undefined;
|
|
1916
2398
|
readonly retainedByPack?: boolean | undefined;
|
|
1917
2399
|
readonly ref?: string | undefined;
|
|
1918
|
-
readonly sourceHash?: string | undefined;
|
|
1919
2400
|
readonly renderedFiles?: {
|
|
1920
2401
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1921
2402
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -1930,10 +2411,10 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1930
2411
|
readonly repo: string;
|
|
1931
2412
|
readonly organization: string;
|
|
1932
2413
|
readonly path?: string | undefined;
|
|
2414
|
+
readonly sourceHash?: string | undefined;
|
|
1933
2415
|
readonly gitTreeHash?: string | undefined;
|
|
1934
2416
|
readonly retainedByPack?: boolean | undefined;
|
|
1935
2417
|
readonly ref?: string | undefined;
|
|
1936
|
-
readonly sourceHash?: string | undefined;
|
|
1937
2418
|
readonly renderedFiles?: {
|
|
1938
2419
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1939
2420
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -1946,10 +2427,10 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1946
2427
|
readonly updatedAt: Date;
|
|
1947
2428
|
readonly agents: readonly string[];
|
|
1948
2429
|
readonly path?: string | undefined;
|
|
2430
|
+
readonly sourceHash?: string | undefined;
|
|
1949
2431
|
readonly gitTreeHash?: string | undefined;
|
|
1950
2432
|
readonly retainedByPack?: boolean | undefined;
|
|
1951
2433
|
readonly ref?: string | undefined;
|
|
1952
|
-
readonly sourceHash?: string | undefined;
|
|
1953
2434
|
readonly renderedFiles?: {
|
|
1954
2435
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1955
2436
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -1961,9 +2442,9 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1961
2442
|
readonly installedAt: Date;
|
|
1962
2443
|
readonly updatedAt: Date;
|
|
1963
2444
|
readonly agents: readonly string[];
|
|
2445
|
+
readonly sourceHash?: string | undefined;
|
|
1964
2446
|
readonly gitTreeHash?: string | undefined;
|
|
1965
2447
|
readonly retainedByPack?: boolean | undefined;
|
|
1966
|
-
readonly sourceHash?: string | undefined;
|
|
1967
2448
|
readonly renderedFiles?: {
|
|
1968
2449
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1969
2450
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -1979,10 +2460,10 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1979
2460
|
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
1980
2461
|
readonly integrity: string;
|
|
1981
2462
|
readonly sourceName: string;
|
|
2463
|
+
readonly sourceHash?: string | undefined;
|
|
1982
2464
|
readonly gitTreeHash?: string | undefined;
|
|
1983
2465
|
readonly retainedByPack?: boolean | undefined;
|
|
1984
2466
|
readonly publisherBindingId?: string | undefined;
|
|
1985
|
-
readonly sourceHash?: string | undefined;
|
|
1986
2467
|
readonly renderedFiles?: {
|
|
1987
2468
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1988
2469
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -1993,10 +2474,10 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1993
2474
|
readonly type: "workspace";
|
|
1994
2475
|
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
1995
2476
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
2477
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1996
2478
|
readonly installedAt: Date;
|
|
1997
2479
|
readonly updatedAt: Date;
|
|
1998
2480
|
readonly extensionType: "subagent";
|
|
1999
|
-
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
2000
2481
|
readonly agents: readonly string[];
|
|
2001
2482
|
readonly gitTreeHash?: string | undefined;
|
|
2002
2483
|
readonly retainedByPack?: boolean | undefined;
|
|
@@ -2120,10 +2601,10 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
2120
2601
|
readonly type: "workspace";
|
|
2121
2602
|
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
2122
2603
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
2604
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
2123
2605
|
readonly installedAt: Date;
|
|
2124
2606
|
readonly updatedAt: Date;
|
|
2125
2607
|
readonly extensionType: "mcp-server";
|
|
2126
|
-
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
2127
2608
|
readonly syncedAgents?: readonly string[] | undefined;
|
|
2128
2609
|
readonly gitTreeHash?: string | undefined;
|
|
2129
2610
|
readonly retainedByPack?: boolean | undefined;
|
|
@@ -2223,10 +2704,10 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
2223
2704
|
readonly type: "workspace";
|
|
2224
2705
|
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
2225
2706
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
2707
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
2226
2708
|
readonly installedAt: Date;
|
|
2227
2709
|
readonly updatedAt: Date;
|
|
2228
2710
|
readonly extensionType: "mcp-server";
|
|
2229
|
-
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
2230
2711
|
readonly syncedAgents?: readonly string[] | undefined;
|
|
2231
2712
|
readonly gitTreeHash?: string | undefined;
|
|
2232
2713
|
readonly retainedByPack?: boolean | undefined;
|