@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
|
@@ -71,15 +71,28 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
|
|
|
71
71
|
readonly agents: readonly string[];
|
|
72
72
|
readonly repo: string;
|
|
73
73
|
readonly path?: string | undefined;
|
|
74
|
+
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
74
75
|
readonly gitTreeHash?: string | undefined;
|
|
75
76
|
readonly retainedByPack?: boolean | undefined;
|
|
76
77
|
readonly ref?: string | undefined;
|
|
77
|
-
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
78
78
|
readonly renderedFiles?: {
|
|
79
79
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
80
80
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
81
81
|
}, "Type">[];
|
|
82
82
|
} | undefined;
|
|
83
|
+
readonly renderInputs?: {
|
|
84
|
+
readonly [x: string]: Schema.Struct.ReadonlySide<{
|
|
85
|
+
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
86
|
+
readonly agent: Schema.NonEmptyString;
|
|
87
|
+
readonly catalogVersion: Schema.NonEmptyString;
|
|
88
|
+
readonly dslVersion: Schema.NonEmptyString;
|
|
89
|
+
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
90
|
+
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
91
|
+
}, "Type">;
|
|
92
|
+
} | undefined;
|
|
93
|
+
readonly degradedRenders?: {
|
|
94
|
+
readonly [x: string]: readonly string[];
|
|
95
|
+
} | undefined;
|
|
83
96
|
} | {
|
|
84
97
|
readonly type: "gitlab";
|
|
85
98
|
readonly owner: string;
|
|
@@ -88,15 +101,28 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
|
|
|
88
101
|
readonly agents: readonly string[];
|
|
89
102
|
readonly repo: string;
|
|
90
103
|
readonly path?: string | undefined;
|
|
104
|
+
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
91
105
|
readonly gitTreeHash?: string | undefined;
|
|
92
106
|
readonly retainedByPack?: boolean | undefined;
|
|
93
107
|
readonly ref?: string | undefined;
|
|
94
|
-
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
95
108
|
readonly renderedFiles?: {
|
|
96
109
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
97
110
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
98
111
|
}, "Type">[];
|
|
99
112
|
} | undefined;
|
|
113
|
+
readonly renderInputs?: {
|
|
114
|
+
readonly [x: string]: Schema.Struct.ReadonlySide<{
|
|
115
|
+
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
116
|
+
readonly agent: Schema.NonEmptyString;
|
|
117
|
+
readonly catalogVersion: Schema.NonEmptyString;
|
|
118
|
+
readonly dslVersion: Schema.NonEmptyString;
|
|
119
|
+
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
120
|
+
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
121
|
+
}, "Type">;
|
|
122
|
+
} | undefined;
|
|
123
|
+
readonly degradedRenders?: {
|
|
124
|
+
readonly [x: string]: readonly string[];
|
|
125
|
+
} | undefined;
|
|
100
126
|
} | {
|
|
101
127
|
readonly type: "bitbucket";
|
|
102
128
|
readonly owner: string;
|
|
@@ -105,15 +131,28 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
|
|
|
105
131
|
readonly agents: readonly string[];
|
|
106
132
|
readonly repo: string;
|
|
107
133
|
readonly path?: string | undefined;
|
|
134
|
+
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
108
135
|
readonly gitTreeHash?: string | undefined;
|
|
109
136
|
readonly retainedByPack?: boolean | undefined;
|
|
110
137
|
readonly ref?: string | undefined;
|
|
111
|
-
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
112
138
|
readonly renderedFiles?: {
|
|
113
139
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
114
140
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
115
141
|
}, "Type">[];
|
|
116
142
|
} | undefined;
|
|
143
|
+
readonly renderInputs?: {
|
|
144
|
+
readonly [x: string]: Schema.Struct.ReadonlySide<{
|
|
145
|
+
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
146
|
+
readonly agent: Schema.NonEmptyString;
|
|
147
|
+
readonly catalogVersion: Schema.NonEmptyString;
|
|
148
|
+
readonly dslVersion: Schema.NonEmptyString;
|
|
149
|
+
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
150
|
+
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
151
|
+
}, "Type">;
|
|
152
|
+
} | undefined;
|
|
153
|
+
readonly degradedRenders?: {
|
|
154
|
+
readonly [x: string]: readonly string[];
|
|
155
|
+
} | undefined;
|
|
117
156
|
} | {
|
|
118
157
|
readonly project: string;
|
|
119
158
|
readonly type: "azurerepos";
|
|
@@ -123,15 +162,28 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
|
|
|
123
162
|
readonly repo: string;
|
|
124
163
|
readonly organization: string;
|
|
125
164
|
readonly path?: string | undefined;
|
|
165
|
+
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
126
166
|
readonly gitTreeHash?: string | undefined;
|
|
127
167
|
readonly retainedByPack?: boolean | undefined;
|
|
128
168
|
readonly ref?: string | undefined;
|
|
129
|
-
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
130
169
|
readonly renderedFiles?: {
|
|
131
170
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
132
171
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
133
172
|
}, "Type">[];
|
|
134
173
|
} | undefined;
|
|
174
|
+
readonly renderInputs?: {
|
|
175
|
+
readonly [x: string]: Schema.Struct.ReadonlySide<{
|
|
176
|
+
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
177
|
+
readonly agent: Schema.NonEmptyString;
|
|
178
|
+
readonly catalogVersion: Schema.NonEmptyString;
|
|
179
|
+
readonly dslVersion: Schema.NonEmptyString;
|
|
180
|
+
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
181
|
+
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
182
|
+
}, "Type">;
|
|
183
|
+
} | undefined;
|
|
184
|
+
readonly degradedRenders?: {
|
|
185
|
+
readonly [x: string]: readonly string[];
|
|
186
|
+
} | undefined;
|
|
135
187
|
} | {
|
|
136
188
|
readonly url: string;
|
|
137
189
|
readonly type: "git";
|
|
@@ -139,29 +191,55 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
|
|
|
139
191
|
readonly updatedAt: Date;
|
|
140
192
|
readonly agents: readonly string[];
|
|
141
193
|
readonly path?: string | undefined;
|
|
194
|
+
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
142
195
|
readonly gitTreeHash?: string | undefined;
|
|
143
196
|
readonly retainedByPack?: boolean | undefined;
|
|
144
197
|
readonly ref?: string | undefined;
|
|
145
|
-
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
146
198
|
readonly renderedFiles?: {
|
|
147
199
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
148
200
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
149
201
|
}, "Type">[];
|
|
150
202
|
} | undefined;
|
|
203
|
+
readonly renderInputs?: {
|
|
204
|
+
readonly [x: string]: Schema.Struct.ReadonlySide<{
|
|
205
|
+
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
206
|
+
readonly agent: Schema.NonEmptyString;
|
|
207
|
+
readonly catalogVersion: Schema.NonEmptyString;
|
|
208
|
+
readonly dslVersion: Schema.NonEmptyString;
|
|
209
|
+
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
210
|
+
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
211
|
+
}, "Type">;
|
|
212
|
+
} | undefined;
|
|
213
|
+
readonly degradedRenders?: {
|
|
214
|
+
readonly [x: string]: readonly string[];
|
|
215
|
+
} | undefined;
|
|
151
216
|
} | {
|
|
152
217
|
readonly path: string;
|
|
153
218
|
readonly type: "local";
|
|
154
219
|
readonly installedAt: Date;
|
|
155
220
|
readonly updatedAt: Date;
|
|
156
221
|
readonly agents: readonly string[];
|
|
222
|
+
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
157
223
|
readonly gitTreeHash?: string | undefined;
|
|
158
224
|
readonly retainedByPack?: boolean | undefined;
|
|
159
|
-
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
160
225
|
readonly renderedFiles?: {
|
|
161
226
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
162
227
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
163
228
|
}, "Type">[];
|
|
164
229
|
} | undefined;
|
|
230
|
+
readonly renderInputs?: {
|
|
231
|
+
readonly [x: string]: Schema.Struct.ReadonlySide<{
|
|
232
|
+
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
233
|
+
readonly agent: Schema.NonEmptyString;
|
|
234
|
+
readonly catalogVersion: Schema.NonEmptyString;
|
|
235
|
+
readonly dslVersion: Schema.NonEmptyString;
|
|
236
|
+
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
237
|
+
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
238
|
+
}, "Type">;
|
|
239
|
+
} | undefined;
|
|
240
|
+
readonly degradedRenders?: {
|
|
241
|
+
readonly [x: string]: readonly string[];
|
|
242
|
+
} | undefined;
|
|
165
243
|
} | {
|
|
166
244
|
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
167
245
|
readonly type: "registry";
|
|
@@ -172,24 +250,37 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
|
|
|
172
250
|
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
173
251
|
readonly integrity: string;
|
|
174
252
|
readonly sourceName: string;
|
|
253
|
+
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
175
254
|
readonly gitTreeHash?: string | undefined;
|
|
176
255
|
readonly retainedByPack?: boolean | undefined;
|
|
177
256
|
readonly publisherBindingId?: string | undefined;
|
|
178
|
-
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
179
257
|
readonly renderedFiles?: {
|
|
180
258
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
181
259
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
182
260
|
}, "Type">[];
|
|
183
261
|
} | undefined;
|
|
262
|
+
readonly renderInputs?: {
|
|
263
|
+
readonly [x: string]: Schema.Struct.ReadonlySide<{
|
|
264
|
+
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
265
|
+
readonly agent: Schema.NonEmptyString;
|
|
266
|
+
readonly catalogVersion: Schema.NonEmptyString;
|
|
267
|
+
readonly dslVersion: Schema.NonEmptyString;
|
|
268
|
+
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
269
|
+
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
270
|
+
}, "Type">;
|
|
271
|
+
} | undefined;
|
|
272
|
+
readonly degradedRenders?: {
|
|
273
|
+
readonly [x: string]: readonly string[];
|
|
274
|
+
} | undefined;
|
|
184
275
|
} | {
|
|
185
276
|
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
186
277
|
readonly type: "workspace";
|
|
187
278
|
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
188
279
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
280
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
189
281
|
readonly installedAt: Date;
|
|
190
282
|
readonly updatedAt: Date;
|
|
191
283
|
readonly extensionType: "skill";
|
|
192
|
-
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
193
284
|
readonly agents: readonly string[];
|
|
194
285
|
readonly gitTreeHash?: string | undefined;
|
|
195
286
|
readonly retainedByPack?: boolean | undefined;
|
|
@@ -198,6 +289,19 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
|
|
|
198
289
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
199
290
|
}, "Type">[];
|
|
200
291
|
} | undefined;
|
|
292
|
+
readonly renderInputs?: {
|
|
293
|
+
readonly [x: string]: Schema.Struct.ReadonlySide<{
|
|
294
|
+
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
295
|
+
readonly agent: Schema.NonEmptyString;
|
|
296
|
+
readonly catalogVersion: Schema.NonEmptyString;
|
|
297
|
+
readonly dslVersion: Schema.NonEmptyString;
|
|
298
|
+
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
299
|
+
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
300
|
+
}, "Type">;
|
|
301
|
+
} | undefined;
|
|
302
|
+
readonly degradedRenders?: {
|
|
303
|
+
readonly [x: string]: readonly string[];
|
|
304
|
+
} | undefined;
|
|
201
305
|
};
|
|
202
306
|
};
|
|
203
307
|
readonly lockfileVersion: number;
|
|
@@ -339,10 +443,10 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
|
|
|
339
443
|
readonly type: "workspace";
|
|
340
444
|
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
341
445
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
446
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
342
447
|
readonly installedAt: Date;
|
|
343
448
|
readonly updatedAt: Date;
|
|
344
449
|
readonly extensionType: "files";
|
|
345
|
-
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
346
450
|
readonly gitTreeHash?: string | undefined;
|
|
347
451
|
readonly retainedByPack?: boolean | undefined;
|
|
348
452
|
readonly resolvedInputs?: {
|
|
@@ -356,6 +460,137 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
|
|
|
356
460
|
}[] | undefined;
|
|
357
461
|
};
|
|
358
462
|
} | undefined;
|
|
463
|
+
readonly knowledge?: {
|
|
464
|
+
readonly [x: string]: {
|
|
465
|
+
readonly type: "github";
|
|
466
|
+
readonly owner: string;
|
|
467
|
+
readonly installedAt: Date;
|
|
468
|
+
readonly updatedAt: Date;
|
|
469
|
+
readonly repo: string;
|
|
470
|
+
readonly path?: string | undefined;
|
|
471
|
+
readonly gitTreeHash?: string | undefined;
|
|
472
|
+
readonly retainedByPack?: boolean | undefined;
|
|
473
|
+
readonly ref?: string | undefined;
|
|
474
|
+
readonly materializedTargets?: readonly {
|
|
475
|
+
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
476
|
+
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
477
|
+
readonly region?: string | undefined;
|
|
478
|
+
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
479
|
+
}[] | undefined;
|
|
480
|
+
} | {
|
|
481
|
+
readonly type: "gitlab";
|
|
482
|
+
readonly owner: string;
|
|
483
|
+
readonly installedAt: Date;
|
|
484
|
+
readonly updatedAt: Date;
|
|
485
|
+
readonly repo: string;
|
|
486
|
+
readonly path?: string | undefined;
|
|
487
|
+
readonly gitTreeHash?: string | undefined;
|
|
488
|
+
readonly retainedByPack?: boolean | undefined;
|
|
489
|
+
readonly ref?: string | undefined;
|
|
490
|
+
readonly materializedTargets?: readonly {
|
|
491
|
+
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
492
|
+
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
493
|
+
readonly region?: string | undefined;
|
|
494
|
+
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
495
|
+
}[] | undefined;
|
|
496
|
+
} | {
|
|
497
|
+
readonly type: "bitbucket";
|
|
498
|
+
readonly owner: string;
|
|
499
|
+
readonly installedAt: Date;
|
|
500
|
+
readonly updatedAt: Date;
|
|
501
|
+
readonly repo: string;
|
|
502
|
+
readonly path?: string | undefined;
|
|
503
|
+
readonly gitTreeHash?: string | undefined;
|
|
504
|
+
readonly retainedByPack?: boolean | undefined;
|
|
505
|
+
readonly ref?: string | undefined;
|
|
506
|
+
readonly materializedTargets?: readonly {
|
|
507
|
+
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
508
|
+
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
509
|
+
readonly region?: string | undefined;
|
|
510
|
+
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
511
|
+
}[] | undefined;
|
|
512
|
+
} | {
|
|
513
|
+
readonly project: string;
|
|
514
|
+
readonly type: "azurerepos";
|
|
515
|
+
readonly installedAt: Date;
|
|
516
|
+
readonly updatedAt: Date;
|
|
517
|
+
readonly repo: string;
|
|
518
|
+
readonly organization: string;
|
|
519
|
+
readonly path?: string | undefined;
|
|
520
|
+
readonly gitTreeHash?: string | undefined;
|
|
521
|
+
readonly retainedByPack?: boolean | undefined;
|
|
522
|
+
readonly ref?: string | undefined;
|
|
523
|
+
readonly materializedTargets?: readonly {
|
|
524
|
+
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
525
|
+
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
526
|
+
readonly region?: string | undefined;
|
|
527
|
+
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
528
|
+
}[] | undefined;
|
|
529
|
+
} | {
|
|
530
|
+
readonly url: string;
|
|
531
|
+
readonly type: "git";
|
|
532
|
+
readonly installedAt: Date;
|
|
533
|
+
readonly updatedAt: Date;
|
|
534
|
+
readonly path?: string | undefined;
|
|
535
|
+
readonly gitTreeHash?: string | undefined;
|
|
536
|
+
readonly retainedByPack?: boolean | undefined;
|
|
537
|
+
readonly ref?: string | undefined;
|
|
538
|
+
readonly materializedTargets?: readonly {
|
|
539
|
+
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
540
|
+
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
541
|
+
readonly region?: string | undefined;
|
|
542
|
+
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
543
|
+
}[] | undefined;
|
|
544
|
+
} | {
|
|
545
|
+
readonly path: string;
|
|
546
|
+
readonly type: "local";
|
|
547
|
+
readonly installedAt: Date;
|
|
548
|
+
readonly updatedAt: Date;
|
|
549
|
+
readonly gitTreeHash?: string | undefined;
|
|
550
|
+
readonly retainedByPack?: boolean | undefined;
|
|
551
|
+
readonly materializedTargets?: readonly {
|
|
552
|
+
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
553
|
+
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
554
|
+
readonly region?: string | undefined;
|
|
555
|
+
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
556
|
+
}[] | undefined;
|
|
557
|
+
} | {
|
|
558
|
+
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
559
|
+
readonly type: "registry";
|
|
560
|
+
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
561
|
+
readonly installedAt: Date;
|
|
562
|
+
readonly updatedAt: Date;
|
|
563
|
+
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
564
|
+
readonly integrity: string;
|
|
565
|
+
readonly sourceName: string;
|
|
566
|
+
readonly gitTreeHash?: string | undefined;
|
|
567
|
+
readonly retainedByPack?: boolean | undefined;
|
|
568
|
+
readonly publisherBindingId?: string | undefined;
|
|
569
|
+
readonly materializedTargets?: readonly {
|
|
570
|
+
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
571
|
+
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
572
|
+
readonly region?: string | undefined;
|
|
573
|
+
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
574
|
+
}[] | undefined;
|
|
575
|
+
} | {
|
|
576
|
+
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
577
|
+
readonly type: "workspace";
|
|
578
|
+
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
579
|
+
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
580
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
581
|
+
readonly installedAt: Date;
|
|
582
|
+
readonly updatedAt: Date;
|
|
583
|
+
readonly extensionType: "knowledge";
|
|
584
|
+
readonly gitTreeHash?: string | undefined;
|
|
585
|
+
readonly retainedByPack?: boolean | undefined;
|
|
586
|
+
readonly materializedTargets?: readonly {
|
|
587
|
+
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
588
|
+
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
589
|
+
readonly region?: string | undefined;
|
|
590
|
+
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
591
|
+
}[] | undefined;
|
|
592
|
+
};
|
|
593
|
+
} | undefined;
|
|
359
594
|
readonly mcpServers?: {
|
|
360
595
|
readonly [x: string]: {
|
|
361
596
|
readonly type: "inline";
|
|
@@ -451,10 +686,10 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
|
|
|
451
686
|
readonly type: "workspace";
|
|
452
687
|
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
453
688
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
689
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
454
690
|
readonly installedAt: Date;
|
|
455
691
|
readonly updatedAt: Date;
|
|
456
692
|
readonly extensionType: "mcp-server";
|
|
457
|
-
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
458
693
|
readonly syncedAgents?: readonly string[] | undefined;
|
|
459
694
|
readonly gitTreeHash?: string | undefined;
|
|
460
695
|
readonly retainedByPack?: boolean | undefined;
|
|
@@ -577,10 +812,10 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
|
|
|
577
812
|
readonly type: "workspace";
|
|
578
813
|
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
579
814
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
815
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
580
816
|
readonly installedAt: Date;
|
|
581
817
|
readonly updatedAt: Date;
|
|
582
818
|
readonly extensionType: "hook";
|
|
583
|
-
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
584
819
|
readonly gitTreeHash?: string | undefined;
|
|
585
820
|
readonly retainedByPack?: boolean | undefined;
|
|
586
821
|
readonly materializedTargets?: readonly {
|
|
@@ -600,10 +835,10 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
|
|
|
600
835
|
readonly agents: readonly string[];
|
|
601
836
|
readonly repo: string;
|
|
602
837
|
readonly path?: string | undefined;
|
|
838
|
+
readonly sourceHash?: string | undefined;
|
|
603
839
|
readonly gitTreeHash?: string | undefined;
|
|
604
840
|
readonly retainedByPack?: boolean | undefined;
|
|
605
841
|
readonly ref?: string | undefined;
|
|
606
|
-
readonly sourceHash?: string | undefined;
|
|
607
842
|
readonly renderedFiles?: {
|
|
608
843
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
609
844
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -617,10 +852,10 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
|
|
|
617
852
|
readonly agents: readonly string[];
|
|
618
853
|
readonly repo: string;
|
|
619
854
|
readonly path?: string | undefined;
|
|
855
|
+
readonly sourceHash?: string | undefined;
|
|
620
856
|
readonly gitTreeHash?: string | undefined;
|
|
621
857
|
readonly retainedByPack?: boolean | undefined;
|
|
622
858
|
readonly ref?: string | undefined;
|
|
623
|
-
readonly sourceHash?: string | undefined;
|
|
624
859
|
readonly renderedFiles?: {
|
|
625
860
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
626
861
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -634,10 +869,10 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
|
|
|
634
869
|
readonly agents: readonly string[];
|
|
635
870
|
readonly repo: string;
|
|
636
871
|
readonly path?: string | undefined;
|
|
872
|
+
readonly sourceHash?: string | undefined;
|
|
637
873
|
readonly gitTreeHash?: string | undefined;
|
|
638
874
|
readonly retainedByPack?: boolean | undefined;
|
|
639
875
|
readonly ref?: string | undefined;
|
|
640
|
-
readonly sourceHash?: string | undefined;
|
|
641
876
|
readonly renderedFiles?: {
|
|
642
877
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
643
878
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -652,10 +887,10 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
|
|
|
652
887
|
readonly repo: string;
|
|
653
888
|
readonly organization: string;
|
|
654
889
|
readonly path?: string | undefined;
|
|
890
|
+
readonly sourceHash?: string | undefined;
|
|
655
891
|
readonly gitTreeHash?: string | undefined;
|
|
656
892
|
readonly retainedByPack?: boolean | undefined;
|
|
657
893
|
readonly ref?: string | undefined;
|
|
658
|
-
readonly sourceHash?: string | undefined;
|
|
659
894
|
readonly renderedFiles?: {
|
|
660
895
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
661
896
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -668,10 +903,10 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
|
|
|
668
903
|
readonly updatedAt: Date;
|
|
669
904
|
readonly agents: readonly string[];
|
|
670
905
|
readonly path?: string | undefined;
|
|
906
|
+
readonly sourceHash?: string | undefined;
|
|
671
907
|
readonly gitTreeHash?: string | undefined;
|
|
672
908
|
readonly retainedByPack?: boolean | undefined;
|
|
673
909
|
readonly ref?: string | undefined;
|
|
674
|
-
readonly sourceHash?: string | undefined;
|
|
675
910
|
readonly renderedFiles?: {
|
|
676
911
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
677
912
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -683,9 +918,9 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
|
|
|
683
918
|
readonly installedAt: Date;
|
|
684
919
|
readonly updatedAt: Date;
|
|
685
920
|
readonly agents: readonly string[];
|
|
921
|
+
readonly sourceHash?: string | undefined;
|
|
686
922
|
readonly gitTreeHash?: string | undefined;
|
|
687
923
|
readonly retainedByPack?: boolean | undefined;
|
|
688
|
-
readonly sourceHash?: string | undefined;
|
|
689
924
|
readonly renderedFiles?: {
|
|
690
925
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
691
926
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -701,10 +936,10 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
|
|
|
701
936
|
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
702
937
|
readonly integrity: string;
|
|
703
938
|
readonly sourceName: string;
|
|
939
|
+
readonly sourceHash?: string | undefined;
|
|
704
940
|
readonly gitTreeHash?: string | undefined;
|
|
705
941
|
readonly retainedByPack?: boolean | undefined;
|
|
706
942
|
readonly publisherBindingId?: string | undefined;
|
|
707
|
-
readonly sourceHash?: string | undefined;
|
|
708
943
|
readonly renderedFiles?: {
|
|
709
944
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
710
945
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -715,10 +950,10 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
|
|
|
715
950
|
readonly type: "workspace";
|
|
716
951
|
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
717
952
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
953
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
718
954
|
readonly installedAt: Date;
|
|
719
955
|
readonly updatedAt: Date;
|
|
720
956
|
readonly extensionType: "subagent";
|
|
721
|
-
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
722
957
|
readonly agents: readonly string[];
|
|
723
958
|
readonly gitTreeHash?: string | undefined;
|
|
724
959
|
readonly retainedByPack?: boolean | undefined;
|
|
@@ -738,10 +973,10 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
|
|
|
738
973
|
readonly agents: readonly string[];
|
|
739
974
|
readonly repo: string;
|
|
740
975
|
readonly path?: string | undefined;
|
|
976
|
+
readonly sourceHash?: string | undefined;
|
|
741
977
|
readonly gitTreeHash?: string | undefined;
|
|
742
978
|
readonly retainedByPack?: boolean | undefined;
|
|
743
979
|
readonly ref?: string | undefined;
|
|
744
|
-
readonly sourceHash?: string | undefined;
|
|
745
980
|
readonly renderedFiles?: {
|
|
746
981
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
747
982
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -755,10 +990,10 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
|
|
|
755
990
|
readonly agents: readonly string[];
|
|
756
991
|
readonly repo: string;
|
|
757
992
|
readonly path?: string | undefined;
|
|
993
|
+
readonly sourceHash?: string | undefined;
|
|
758
994
|
readonly gitTreeHash?: string | undefined;
|
|
759
995
|
readonly retainedByPack?: boolean | undefined;
|
|
760
996
|
readonly ref?: string | undefined;
|
|
761
|
-
readonly sourceHash?: string | undefined;
|
|
762
997
|
readonly renderedFiles?: {
|
|
763
998
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
764
999
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -772,10 +1007,10 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
|
|
|
772
1007
|
readonly agents: readonly string[];
|
|
773
1008
|
readonly repo: string;
|
|
774
1009
|
readonly path?: string | undefined;
|
|
1010
|
+
readonly sourceHash?: string | undefined;
|
|
775
1011
|
readonly gitTreeHash?: string | undefined;
|
|
776
1012
|
readonly retainedByPack?: boolean | undefined;
|
|
777
1013
|
readonly ref?: string | undefined;
|
|
778
|
-
readonly sourceHash?: string | undefined;
|
|
779
1014
|
readonly renderedFiles?: {
|
|
780
1015
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
781
1016
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -790,10 +1025,10 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
|
|
|
790
1025
|
readonly repo: string;
|
|
791
1026
|
readonly organization: string;
|
|
792
1027
|
readonly path?: string | undefined;
|
|
1028
|
+
readonly sourceHash?: string | undefined;
|
|
793
1029
|
readonly gitTreeHash?: string | undefined;
|
|
794
1030
|
readonly retainedByPack?: boolean | undefined;
|
|
795
1031
|
readonly ref?: string | undefined;
|
|
796
|
-
readonly sourceHash?: string | undefined;
|
|
797
1032
|
readonly renderedFiles?: {
|
|
798
1033
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
799
1034
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -806,10 +1041,10 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
|
|
|
806
1041
|
readonly updatedAt: Date;
|
|
807
1042
|
readonly agents: readonly string[];
|
|
808
1043
|
readonly path?: string | undefined;
|
|
1044
|
+
readonly sourceHash?: string | undefined;
|
|
809
1045
|
readonly gitTreeHash?: string | undefined;
|
|
810
1046
|
readonly retainedByPack?: boolean | undefined;
|
|
811
1047
|
readonly ref?: string | undefined;
|
|
812
|
-
readonly sourceHash?: string | undefined;
|
|
813
1048
|
readonly renderedFiles?: {
|
|
814
1049
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
815
1050
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -821,9 +1056,9 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
|
|
|
821
1056
|
readonly installedAt: Date;
|
|
822
1057
|
readonly updatedAt: Date;
|
|
823
1058
|
readonly agents: readonly string[];
|
|
1059
|
+
readonly sourceHash?: string | undefined;
|
|
824
1060
|
readonly gitTreeHash?: string | undefined;
|
|
825
1061
|
readonly retainedByPack?: boolean | undefined;
|
|
826
|
-
readonly sourceHash?: string | undefined;
|
|
827
1062
|
readonly renderedFiles?: {
|
|
828
1063
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
829
1064
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -839,10 +1074,10 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
|
|
|
839
1074
|
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
840
1075
|
readonly integrity: string;
|
|
841
1076
|
readonly sourceName: string;
|
|
1077
|
+
readonly sourceHash?: string | undefined;
|
|
842
1078
|
readonly gitTreeHash?: string | undefined;
|
|
843
1079
|
readonly retainedByPack?: boolean | undefined;
|
|
844
1080
|
readonly publisherBindingId?: string | undefined;
|
|
845
|
-
readonly sourceHash?: string | undefined;
|
|
846
1081
|
readonly renderedFiles?: {
|
|
847
1082
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
848
1083
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -853,10 +1088,10 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
|
|
|
853
1088
|
readonly type: "workspace";
|
|
854
1089
|
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
855
1090
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
1091
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
856
1092
|
readonly installedAt: Date;
|
|
857
1093
|
readonly updatedAt: Date;
|
|
858
1094
|
readonly extensionType: "command";
|
|
859
|
-
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
860
1095
|
readonly agents: readonly string[];
|
|
861
1096
|
readonly gitTreeHash?: string | undefined;
|
|
862
1097
|
readonly retainedByPack?: boolean | undefined;
|
|
@@ -984,10 +1219,10 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
|
|
|
984
1219
|
readonly type: "workspace";
|
|
985
1220
|
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
986
1221
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
1222
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
987
1223
|
readonly installedAt: Date;
|
|
988
1224
|
readonly updatedAt: Date;
|
|
989
1225
|
readonly extensionType: "rule";
|
|
990
|
-
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
991
1226
|
readonly gitTreeHash?: string | undefined;
|
|
992
1227
|
readonly retainedByPack?: boolean | undefined;
|
|
993
1228
|
readonly materializedTargets?: readonly {
|
|
@@ -1035,10 +1270,10 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
|
|
|
1035
1270
|
readonly type: "workspace";
|
|
1036
1271
|
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
1037
1272
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
1273
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1038
1274
|
readonly installedAt: Date;
|
|
1039
1275
|
readonly updatedAt: Date;
|
|
1040
1276
|
readonly extensionType: "pack";
|
|
1041
|
-
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1042
1277
|
readonly resolvedSkills: {
|
|
1043
1278
|
readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
|
|
1044
1279
|
};
|
|
@@ -1103,15 +1338,28 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
|
|
|
1103
1338
|
readonly agents: readonly string[];
|
|
1104
1339
|
readonly repo: string;
|
|
1105
1340
|
readonly path?: string | undefined;
|
|
1341
|
+
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1106
1342
|
readonly gitTreeHash?: string | undefined;
|
|
1107
1343
|
readonly retainedByPack?: boolean | undefined;
|
|
1108
1344
|
readonly ref?: string | undefined;
|
|
1109
|
-
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1110
1345
|
readonly renderedFiles?: {
|
|
1111
1346
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1112
1347
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1113
1348
|
}, "Type">[];
|
|
1114
1349
|
} | undefined;
|
|
1350
|
+
readonly renderInputs?: {
|
|
1351
|
+
readonly [x: string]: Schema.Struct.ReadonlySide<{
|
|
1352
|
+
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1353
|
+
readonly agent: Schema.NonEmptyString;
|
|
1354
|
+
readonly catalogVersion: Schema.NonEmptyString;
|
|
1355
|
+
readonly dslVersion: Schema.NonEmptyString;
|
|
1356
|
+
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1357
|
+
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
1358
|
+
}, "Type">;
|
|
1359
|
+
} | undefined;
|
|
1360
|
+
readonly degradedRenders?: {
|
|
1361
|
+
readonly [x: string]: readonly string[];
|
|
1362
|
+
} | undefined;
|
|
1115
1363
|
} | {
|
|
1116
1364
|
readonly type: "gitlab";
|
|
1117
1365
|
readonly owner: string;
|
|
@@ -1120,15 +1368,28 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
|
|
|
1120
1368
|
readonly agents: readonly string[];
|
|
1121
1369
|
readonly repo: string;
|
|
1122
1370
|
readonly path?: string | undefined;
|
|
1371
|
+
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1123
1372
|
readonly gitTreeHash?: string | undefined;
|
|
1124
1373
|
readonly retainedByPack?: boolean | undefined;
|
|
1125
1374
|
readonly ref?: string | undefined;
|
|
1126
|
-
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1127
1375
|
readonly renderedFiles?: {
|
|
1128
1376
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1129
1377
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1130
1378
|
}, "Type">[];
|
|
1131
1379
|
} | undefined;
|
|
1380
|
+
readonly renderInputs?: {
|
|
1381
|
+
readonly [x: string]: Schema.Struct.ReadonlySide<{
|
|
1382
|
+
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1383
|
+
readonly agent: Schema.NonEmptyString;
|
|
1384
|
+
readonly catalogVersion: Schema.NonEmptyString;
|
|
1385
|
+
readonly dslVersion: Schema.NonEmptyString;
|
|
1386
|
+
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1387
|
+
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
1388
|
+
}, "Type">;
|
|
1389
|
+
} | undefined;
|
|
1390
|
+
readonly degradedRenders?: {
|
|
1391
|
+
readonly [x: string]: readonly string[];
|
|
1392
|
+
} | undefined;
|
|
1132
1393
|
} | {
|
|
1133
1394
|
readonly type: "bitbucket";
|
|
1134
1395
|
readonly owner: string;
|
|
@@ -1137,15 +1398,28 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
|
|
|
1137
1398
|
readonly agents: readonly string[];
|
|
1138
1399
|
readonly repo: string;
|
|
1139
1400
|
readonly path?: string | undefined;
|
|
1401
|
+
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1140
1402
|
readonly gitTreeHash?: string | undefined;
|
|
1141
1403
|
readonly retainedByPack?: boolean | undefined;
|
|
1142
1404
|
readonly ref?: string | undefined;
|
|
1143
|
-
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1144
1405
|
readonly renderedFiles?: {
|
|
1145
1406
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1146
1407
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1147
1408
|
}, "Type">[];
|
|
1148
1409
|
} | undefined;
|
|
1410
|
+
readonly renderInputs?: {
|
|
1411
|
+
readonly [x: string]: Schema.Struct.ReadonlySide<{
|
|
1412
|
+
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1413
|
+
readonly agent: Schema.NonEmptyString;
|
|
1414
|
+
readonly catalogVersion: Schema.NonEmptyString;
|
|
1415
|
+
readonly dslVersion: Schema.NonEmptyString;
|
|
1416
|
+
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1417
|
+
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
1418
|
+
}, "Type">;
|
|
1419
|
+
} | undefined;
|
|
1420
|
+
readonly degradedRenders?: {
|
|
1421
|
+
readonly [x: string]: readonly string[];
|
|
1422
|
+
} | undefined;
|
|
1149
1423
|
} | {
|
|
1150
1424
|
readonly project: string;
|
|
1151
1425
|
readonly type: "azurerepos";
|
|
@@ -1155,15 +1429,28 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
|
|
|
1155
1429
|
readonly repo: string;
|
|
1156
1430
|
readonly organization: string;
|
|
1157
1431
|
readonly path?: string | undefined;
|
|
1432
|
+
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1158
1433
|
readonly gitTreeHash?: string | undefined;
|
|
1159
1434
|
readonly retainedByPack?: boolean | undefined;
|
|
1160
1435
|
readonly ref?: string | undefined;
|
|
1161
|
-
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1162
1436
|
readonly renderedFiles?: {
|
|
1163
1437
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1164
1438
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1165
1439
|
}, "Type">[];
|
|
1166
1440
|
} | undefined;
|
|
1441
|
+
readonly renderInputs?: {
|
|
1442
|
+
readonly [x: string]: Schema.Struct.ReadonlySide<{
|
|
1443
|
+
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1444
|
+
readonly agent: Schema.NonEmptyString;
|
|
1445
|
+
readonly catalogVersion: Schema.NonEmptyString;
|
|
1446
|
+
readonly dslVersion: Schema.NonEmptyString;
|
|
1447
|
+
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1448
|
+
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
1449
|
+
}, "Type">;
|
|
1450
|
+
} | undefined;
|
|
1451
|
+
readonly degradedRenders?: {
|
|
1452
|
+
readonly [x: string]: readonly string[];
|
|
1453
|
+
} | undefined;
|
|
1167
1454
|
} | {
|
|
1168
1455
|
readonly url: string;
|
|
1169
1456
|
readonly type: "git";
|
|
@@ -1171,29 +1458,55 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
|
|
|
1171
1458
|
readonly updatedAt: Date;
|
|
1172
1459
|
readonly agents: readonly string[];
|
|
1173
1460
|
readonly path?: string | undefined;
|
|
1461
|
+
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1174
1462
|
readonly gitTreeHash?: string | undefined;
|
|
1175
1463
|
readonly retainedByPack?: boolean | undefined;
|
|
1176
1464
|
readonly ref?: string | undefined;
|
|
1177
|
-
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1178
1465
|
readonly renderedFiles?: {
|
|
1179
1466
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1180
1467
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1181
1468
|
}, "Type">[];
|
|
1182
1469
|
} | undefined;
|
|
1470
|
+
readonly renderInputs?: {
|
|
1471
|
+
readonly [x: string]: Schema.Struct.ReadonlySide<{
|
|
1472
|
+
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1473
|
+
readonly agent: Schema.NonEmptyString;
|
|
1474
|
+
readonly catalogVersion: Schema.NonEmptyString;
|
|
1475
|
+
readonly dslVersion: Schema.NonEmptyString;
|
|
1476
|
+
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1477
|
+
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
1478
|
+
}, "Type">;
|
|
1479
|
+
} | undefined;
|
|
1480
|
+
readonly degradedRenders?: {
|
|
1481
|
+
readonly [x: string]: readonly string[];
|
|
1482
|
+
} | undefined;
|
|
1183
1483
|
} | {
|
|
1184
1484
|
readonly path: string;
|
|
1185
1485
|
readonly type: "local";
|
|
1186
1486
|
readonly installedAt: Date;
|
|
1187
1487
|
readonly updatedAt: Date;
|
|
1188
1488
|
readonly agents: readonly string[];
|
|
1489
|
+
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1189
1490
|
readonly gitTreeHash?: string | undefined;
|
|
1190
1491
|
readonly retainedByPack?: boolean | undefined;
|
|
1191
|
-
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1192
1492
|
readonly renderedFiles?: {
|
|
1193
1493
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1194
1494
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1195
1495
|
}, "Type">[];
|
|
1196
1496
|
} | undefined;
|
|
1497
|
+
readonly renderInputs?: {
|
|
1498
|
+
readonly [x: string]: Schema.Struct.ReadonlySide<{
|
|
1499
|
+
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1500
|
+
readonly agent: Schema.NonEmptyString;
|
|
1501
|
+
readonly catalogVersion: Schema.NonEmptyString;
|
|
1502
|
+
readonly dslVersion: Schema.NonEmptyString;
|
|
1503
|
+
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1504
|
+
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
1505
|
+
}, "Type">;
|
|
1506
|
+
} | undefined;
|
|
1507
|
+
readonly degradedRenders?: {
|
|
1508
|
+
readonly [x: string]: readonly string[];
|
|
1509
|
+
} | undefined;
|
|
1197
1510
|
} | {
|
|
1198
1511
|
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
1199
1512
|
readonly type: "registry";
|
|
@@ -1204,24 +1517,37 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
|
|
|
1204
1517
|
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
1205
1518
|
readonly integrity: string;
|
|
1206
1519
|
readonly sourceName: string;
|
|
1520
|
+
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1207
1521
|
readonly gitTreeHash?: string | undefined;
|
|
1208
1522
|
readonly retainedByPack?: boolean | undefined;
|
|
1209
1523
|
readonly publisherBindingId?: string | undefined;
|
|
1210
|
-
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1211
1524
|
readonly renderedFiles?: {
|
|
1212
1525
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1213
1526
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1214
1527
|
}, "Type">[];
|
|
1215
1528
|
} | undefined;
|
|
1529
|
+
readonly renderInputs?: {
|
|
1530
|
+
readonly [x: string]: Schema.Struct.ReadonlySide<{
|
|
1531
|
+
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1532
|
+
readonly agent: Schema.NonEmptyString;
|
|
1533
|
+
readonly catalogVersion: Schema.NonEmptyString;
|
|
1534
|
+
readonly dslVersion: Schema.NonEmptyString;
|
|
1535
|
+
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1536
|
+
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
1537
|
+
}, "Type">;
|
|
1538
|
+
} | undefined;
|
|
1539
|
+
readonly degradedRenders?: {
|
|
1540
|
+
readonly [x: string]: readonly string[];
|
|
1541
|
+
} | undefined;
|
|
1216
1542
|
} | {
|
|
1217
1543
|
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
1218
1544
|
readonly type: "workspace";
|
|
1219
1545
|
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
1220
1546
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
1547
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1221
1548
|
readonly installedAt: Date;
|
|
1222
1549
|
readonly updatedAt: Date;
|
|
1223
1550
|
readonly extensionType: "skill";
|
|
1224
|
-
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1225
1551
|
readonly agents: readonly string[];
|
|
1226
1552
|
readonly gitTreeHash?: string | undefined;
|
|
1227
1553
|
readonly retainedByPack?: boolean | undefined;
|
|
@@ -1230,6 +1556,19 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
|
|
|
1230
1556
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1231
1557
|
}, "Type">[];
|
|
1232
1558
|
} | undefined;
|
|
1559
|
+
readonly renderInputs?: {
|
|
1560
|
+
readonly [x: string]: Schema.Struct.ReadonlySide<{
|
|
1561
|
+
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1562
|
+
readonly agent: Schema.NonEmptyString;
|
|
1563
|
+
readonly catalogVersion: Schema.NonEmptyString;
|
|
1564
|
+
readonly dslVersion: Schema.NonEmptyString;
|
|
1565
|
+
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1566
|
+
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
1567
|
+
}, "Type">;
|
|
1568
|
+
} | undefined;
|
|
1569
|
+
readonly degradedRenders?: {
|
|
1570
|
+
readonly [x: string]: readonly string[];
|
|
1571
|
+
} | undefined;
|
|
1233
1572
|
};
|
|
1234
1573
|
};
|
|
1235
1574
|
readonly lockfileVersion: number;
|
|
@@ -1371,10 +1710,10 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
|
|
|
1371
1710
|
readonly type: "workspace";
|
|
1372
1711
|
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
1373
1712
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
1713
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1374
1714
|
readonly installedAt: Date;
|
|
1375
1715
|
readonly updatedAt: Date;
|
|
1376
1716
|
readonly extensionType: "files";
|
|
1377
|
-
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1378
1717
|
readonly gitTreeHash?: string | undefined;
|
|
1379
1718
|
readonly retainedByPack?: boolean | undefined;
|
|
1380
1719
|
readonly resolvedInputs?: {
|
|
@@ -1388,6 +1727,137 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
|
|
|
1388
1727
|
}[] | undefined;
|
|
1389
1728
|
};
|
|
1390
1729
|
} | undefined;
|
|
1730
|
+
readonly knowledge?: {
|
|
1731
|
+
readonly [x: string]: {
|
|
1732
|
+
readonly type: "github";
|
|
1733
|
+
readonly owner: string;
|
|
1734
|
+
readonly installedAt: Date;
|
|
1735
|
+
readonly updatedAt: Date;
|
|
1736
|
+
readonly repo: string;
|
|
1737
|
+
readonly path?: string | undefined;
|
|
1738
|
+
readonly gitTreeHash?: string | undefined;
|
|
1739
|
+
readonly retainedByPack?: boolean | undefined;
|
|
1740
|
+
readonly ref?: string | undefined;
|
|
1741
|
+
readonly materializedTargets?: readonly {
|
|
1742
|
+
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1743
|
+
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1744
|
+
readonly region?: string | undefined;
|
|
1745
|
+
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1746
|
+
}[] | undefined;
|
|
1747
|
+
} | {
|
|
1748
|
+
readonly type: "gitlab";
|
|
1749
|
+
readonly owner: string;
|
|
1750
|
+
readonly installedAt: Date;
|
|
1751
|
+
readonly updatedAt: Date;
|
|
1752
|
+
readonly repo: string;
|
|
1753
|
+
readonly path?: string | undefined;
|
|
1754
|
+
readonly gitTreeHash?: string | undefined;
|
|
1755
|
+
readonly retainedByPack?: boolean | undefined;
|
|
1756
|
+
readonly ref?: string | undefined;
|
|
1757
|
+
readonly materializedTargets?: readonly {
|
|
1758
|
+
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1759
|
+
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1760
|
+
readonly region?: string | undefined;
|
|
1761
|
+
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1762
|
+
}[] | undefined;
|
|
1763
|
+
} | {
|
|
1764
|
+
readonly type: "bitbucket";
|
|
1765
|
+
readonly owner: string;
|
|
1766
|
+
readonly installedAt: Date;
|
|
1767
|
+
readonly updatedAt: Date;
|
|
1768
|
+
readonly repo: string;
|
|
1769
|
+
readonly path?: string | undefined;
|
|
1770
|
+
readonly gitTreeHash?: string | undefined;
|
|
1771
|
+
readonly retainedByPack?: boolean | undefined;
|
|
1772
|
+
readonly ref?: string | undefined;
|
|
1773
|
+
readonly materializedTargets?: readonly {
|
|
1774
|
+
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1775
|
+
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1776
|
+
readonly region?: string | undefined;
|
|
1777
|
+
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1778
|
+
}[] | undefined;
|
|
1779
|
+
} | {
|
|
1780
|
+
readonly project: string;
|
|
1781
|
+
readonly type: "azurerepos";
|
|
1782
|
+
readonly installedAt: Date;
|
|
1783
|
+
readonly updatedAt: Date;
|
|
1784
|
+
readonly repo: string;
|
|
1785
|
+
readonly organization: string;
|
|
1786
|
+
readonly path?: string | undefined;
|
|
1787
|
+
readonly gitTreeHash?: string | undefined;
|
|
1788
|
+
readonly retainedByPack?: boolean | undefined;
|
|
1789
|
+
readonly ref?: string | undefined;
|
|
1790
|
+
readonly materializedTargets?: readonly {
|
|
1791
|
+
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1792
|
+
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1793
|
+
readonly region?: string | undefined;
|
|
1794
|
+
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1795
|
+
}[] | undefined;
|
|
1796
|
+
} | {
|
|
1797
|
+
readonly url: string;
|
|
1798
|
+
readonly type: "git";
|
|
1799
|
+
readonly installedAt: Date;
|
|
1800
|
+
readonly updatedAt: Date;
|
|
1801
|
+
readonly path?: string | undefined;
|
|
1802
|
+
readonly gitTreeHash?: string | undefined;
|
|
1803
|
+
readonly retainedByPack?: boolean | undefined;
|
|
1804
|
+
readonly ref?: string | undefined;
|
|
1805
|
+
readonly materializedTargets?: readonly {
|
|
1806
|
+
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1807
|
+
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1808
|
+
readonly region?: string | undefined;
|
|
1809
|
+
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1810
|
+
}[] | undefined;
|
|
1811
|
+
} | {
|
|
1812
|
+
readonly path: string;
|
|
1813
|
+
readonly type: "local";
|
|
1814
|
+
readonly installedAt: Date;
|
|
1815
|
+
readonly updatedAt: Date;
|
|
1816
|
+
readonly gitTreeHash?: string | undefined;
|
|
1817
|
+
readonly retainedByPack?: boolean | undefined;
|
|
1818
|
+
readonly materializedTargets?: readonly {
|
|
1819
|
+
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1820
|
+
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1821
|
+
readonly region?: string | undefined;
|
|
1822
|
+
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1823
|
+
}[] | undefined;
|
|
1824
|
+
} | {
|
|
1825
|
+
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
1826
|
+
readonly type: "registry";
|
|
1827
|
+
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
1828
|
+
readonly installedAt: Date;
|
|
1829
|
+
readonly updatedAt: Date;
|
|
1830
|
+
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
1831
|
+
readonly integrity: string;
|
|
1832
|
+
readonly sourceName: string;
|
|
1833
|
+
readonly gitTreeHash?: string | undefined;
|
|
1834
|
+
readonly retainedByPack?: boolean | undefined;
|
|
1835
|
+
readonly publisherBindingId?: string | undefined;
|
|
1836
|
+
readonly materializedTargets?: readonly {
|
|
1837
|
+
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1838
|
+
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1839
|
+
readonly region?: string | undefined;
|
|
1840
|
+
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1841
|
+
}[] | undefined;
|
|
1842
|
+
} | {
|
|
1843
|
+
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
1844
|
+
readonly type: "workspace";
|
|
1845
|
+
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
1846
|
+
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
1847
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1848
|
+
readonly installedAt: Date;
|
|
1849
|
+
readonly updatedAt: Date;
|
|
1850
|
+
readonly extensionType: "knowledge";
|
|
1851
|
+
readonly gitTreeHash?: string | undefined;
|
|
1852
|
+
readonly retainedByPack?: boolean | undefined;
|
|
1853
|
+
readonly materializedTargets?: readonly {
|
|
1854
|
+
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1855
|
+
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1856
|
+
readonly region?: string | undefined;
|
|
1857
|
+
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1858
|
+
}[] | undefined;
|
|
1859
|
+
};
|
|
1860
|
+
} | undefined;
|
|
1391
1861
|
readonly mcpServers?: {
|
|
1392
1862
|
readonly [x: string]: {
|
|
1393
1863
|
readonly type: "inline";
|
|
@@ -1483,10 +1953,10 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
|
|
|
1483
1953
|
readonly type: "workspace";
|
|
1484
1954
|
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
1485
1955
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
1956
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1486
1957
|
readonly installedAt: Date;
|
|
1487
1958
|
readonly updatedAt: Date;
|
|
1488
1959
|
readonly extensionType: "mcp-server";
|
|
1489
|
-
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1490
1960
|
readonly syncedAgents?: readonly string[] | undefined;
|
|
1491
1961
|
readonly gitTreeHash?: string | undefined;
|
|
1492
1962
|
readonly retainedByPack?: boolean | undefined;
|
|
@@ -1609,10 +2079,10 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
|
|
|
1609
2079
|
readonly type: "workspace";
|
|
1610
2080
|
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
1611
2081
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
2082
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1612
2083
|
readonly installedAt: Date;
|
|
1613
2084
|
readonly updatedAt: Date;
|
|
1614
2085
|
readonly extensionType: "hook";
|
|
1615
|
-
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1616
2086
|
readonly gitTreeHash?: string | undefined;
|
|
1617
2087
|
readonly retainedByPack?: boolean | undefined;
|
|
1618
2088
|
readonly materializedTargets?: readonly {
|
|
@@ -1632,10 +2102,10 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
|
|
|
1632
2102
|
readonly agents: readonly string[];
|
|
1633
2103
|
readonly repo: string;
|
|
1634
2104
|
readonly path?: string | undefined;
|
|
2105
|
+
readonly sourceHash?: string | undefined;
|
|
1635
2106
|
readonly gitTreeHash?: string | undefined;
|
|
1636
2107
|
readonly retainedByPack?: boolean | undefined;
|
|
1637
2108
|
readonly ref?: string | undefined;
|
|
1638
|
-
readonly sourceHash?: string | undefined;
|
|
1639
2109
|
readonly renderedFiles?: {
|
|
1640
2110
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1641
2111
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -1649,10 +2119,10 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
|
|
|
1649
2119
|
readonly agents: readonly string[];
|
|
1650
2120
|
readonly repo: string;
|
|
1651
2121
|
readonly path?: string | undefined;
|
|
2122
|
+
readonly sourceHash?: string | undefined;
|
|
1652
2123
|
readonly gitTreeHash?: string | undefined;
|
|
1653
2124
|
readonly retainedByPack?: boolean | undefined;
|
|
1654
2125
|
readonly ref?: string | undefined;
|
|
1655
|
-
readonly sourceHash?: string | undefined;
|
|
1656
2126
|
readonly renderedFiles?: {
|
|
1657
2127
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1658
2128
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -1666,10 +2136,10 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
|
|
|
1666
2136
|
readonly agents: readonly string[];
|
|
1667
2137
|
readonly repo: string;
|
|
1668
2138
|
readonly path?: string | undefined;
|
|
2139
|
+
readonly sourceHash?: string | undefined;
|
|
1669
2140
|
readonly gitTreeHash?: string | undefined;
|
|
1670
2141
|
readonly retainedByPack?: boolean | undefined;
|
|
1671
2142
|
readonly ref?: string | undefined;
|
|
1672
|
-
readonly sourceHash?: string | undefined;
|
|
1673
2143
|
readonly renderedFiles?: {
|
|
1674
2144
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1675
2145
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -1684,10 +2154,10 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
|
|
|
1684
2154
|
readonly repo: string;
|
|
1685
2155
|
readonly organization: string;
|
|
1686
2156
|
readonly path?: string | undefined;
|
|
2157
|
+
readonly sourceHash?: string | undefined;
|
|
1687
2158
|
readonly gitTreeHash?: string | undefined;
|
|
1688
2159
|
readonly retainedByPack?: boolean | undefined;
|
|
1689
2160
|
readonly ref?: string | undefined;
|
|
1690
|
-
readonly sourceHash?: string | undefined;
|
|
1691
2161
|
readonly renderedFiles?: {
|
|
1692
2162
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1693
2163
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -1700,10 +2170,10 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
|
|
|
1700
2170
|
readonly updatedAt: Date;
|
|
1701
2171
|
readonly agents: readonly string[];
|
|
1702
2172
|
readonly path?: string | undefined;
|
|
2173
|
+
readonly sourceHash?: string | undefined;
|
|
1703
2174
|
readonly gitTreeHash?: string | undefined;
|
|
1704
2175
|
readonly retainedByPack?: boolean | undefined;
|
|
1705
2176
|
readonly ref?: string | undefined;
|
|
1706
|
-
readonly sourceHash?: string | undefined;
|
|
1707
2177
|
readonly renderedFiles?: {
|
|
1708
2178
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1709
2179
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -1715,9 +2185,9 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
|
|
|
1715
2185
|
readonly installedAt: Date;
|
|
1716
2186
|
readonly updatedAt: Date;
|
|
1717
2187
|
readonly agents: readonly string[];
|
|
2188
|
+
readonly sourceHash?: string | undefined;
|
|
1718
2189
|
readonly gitTreeHash?: string | undefined;
|
|
1719
2190
|
readonly retainedByPack?: boolean | undefined;
|
|
1720
|
-
readonly sourceHash?: string | undefined;
|
|
1721
2191
|
readonly renderedFiles?: {
|
|
1722
2192
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1723
2193
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -1733,10 +2203,10 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
|
|
|
1733
2203
|
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
1734
2204
|
readonly integrity: string;
|
|
1735
2205
|
readonly sourceName: string;
|
|
2206
|
+
readonly sourceHash?: string | undefined;
|
|
1736
2207
|
readonly gitTreeHash?: string | undefined;
|
|
1737
2208
|
readonly retainedByPack?: boolean | undefined;
|
|
1738
2209
|
readonly publisherBindingId?: string | undefined;
|
|
1739
|
-
readonly sourceHash?: string | undefined;
|
|
1740
2210
|
readonly renderedFiles?: {
|
|
1741
2211
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1742
2212
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -1747,10 +2217,10 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
|
|
|
1747
2217
|
readonly type: "workspace";
|
|
1748
2218
|
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
1749
2219
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
2220
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1750
2221
|
readonly installedAt: Date;
|
|
1751
2222
|
readonly updatedAt: Date;
|
|
1752
2223
|
readonly extensionType: "subagent";
|
|
1753
|
-
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1754
2224
|
readonly agents: readonly string[];
|
|
1755
2225
|
readonly gitTreeHash?: string | undefined;
|
|
1756
2226
|
readonly retainedByPack?: boolean | undefined;
|
|
@@ -1770,10 +2240,10 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
|
|
|
1770
2240
|
readonly agents: readonly string[];
|
|
1771
2241
|
readonly repo: string;
|
|
1772
2242
|
readonly path?: string | undefined;
|
|
2243
|
+
readonly sourceHash?: string | undefined;
|
|
1773
2244
|
readonly gitTreeHash?: string | undefined;
|
|
1774
2245
|
readonly retainedByPack?: boolean | undefined;
|
|
1775
2246
|
readonly ref?: string | undefined;
|
|
1776
|
-
readonly sourceHash?: string | undefined;
|
|
1777
2247
|
readonly renderedFiles?: {
|
|
1778
2248
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1779
2249
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -1787,10 +2257,10 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
|
|
|
1787
2257
|
readonly agents: readonly string[];
|
|
1788
2258
|
readonly repo: string;
|
|
1789
2259
|
readonly path?: string | undefined;
|
|
2260
|
+
readonly sourceHash?: string | undefined;
|
|
1790
2261
|
readonly gitTreeHash?: string | undefined;
|
|
1791
2262
|
readonly retainedByPack?: boolean | undefined;
|
|
1792
2263
|
readonly ref?: string | undefined;
|
|
1793
|
-
readonly sourceHash?: string | undefined;
|
|
1794
2264
|
readonly renderedFiles?: {
|
|
1795
2265
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1796
2266
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -1804,10 +2274,10 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
|
|
|
1804
2274
|
readonly agents: readonly string[];
|
|
1805
2275
|
readonly repo: string;
|
|
1806
2276
|
readonly path?: string | undefined;
|
|
2277
|
+
readonly sourceHash?: string | undefined;
|
|
1807
2278
|
readonly gitTreeHash?: string | undefined;
|
|
1808
2279
|
readonly retainedByPack?: boolean | undefined;
|
|
1809
2280
|
readonly ref?: string | undefined;
|
|
1810
|
-
readonly sourceHash?: string | undefined;
|
|
1811
2281
|
readonly renderedFiles?: {
|
|
1812
2282
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1813
2283
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -1822,10 +2292,10 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
|
|
|
1822
2292
|
readonly repo: string;
|
|
1823
2293
|
readonly organization: string;
|
|
1824
2294
|
readonly path?: string | undefined;
|
|
2295
|
+
readonly sourceHash?: string | undefined;
|
|
1825
2296
|
readonly gitTreeHash?: string | undefined;
|
|
1826
2297
|
readonly retainedByPack?: boolean | undefined;
|
|
1827
2298
|
readonly ref?: string | undefined;
|
|
1828
|
-
readonly sourceHash?: string | undefined;
|
|
1829
2299
|
readonly renderedFiles?: {
|
|
1830
2300
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1831
2301
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -1838,10 +2308,10 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
|
|
|
1838
2308
|
readonly updatedAt: Date;
|
|
1839
2309
|
readonly agents: readonly string[];
|
|
1840
2310
|
readonly path?: string | undefined;
|
|
2311
|
+
readonly sourceHash?: string | undefined;
|
|
1841
2312
|
readonly gitTreeHash?: string | undefined;
|
|
1842
2313
|
readonly retainedByPack?: boolean | undefined;
|
|
1843
2314
|
readonly ref?: string | undefined;
|
|
1844
|
-
readonly sourceHash?: string | undefined;
|
|
1845
2315
|
readonly renderedFiles?: {
|
|
1846
2316
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1847
2317
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -1853,9 +2323,9 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
|
|
|
1853
2323
|
readonly installedAt: Date;
|
|
1854
2324
|
readonly updatedAt: Date;
|
|
1855
2325
|
readonly agents: readonly string[];
|
|
2326
|
+
readonly sourceHash?: string | undefined;
|
|
1856
2327
|
readonly gitTreeHash?: string | undefined;
|
|
1857
2328
|
readonly retainedByPack?: boolean | undefined;
|
|
1858
|
-
readonly sourceHash?: string | undefined;
|
|
1859
2329
|
readonly renderedFiles?: {
|
|
1860
2330
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1861
2331
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -1871,10 +2341,10 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
|
|
|
1871
2341
|
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
1872
2342
|
readonly integrity: string;
|
|
1873
2343
|
readonly sourceName: string;
|
|
2344
|
+
readonly sourceHash?: string | undefined;
|
|
1874
2345
|
readonly gitTreeHash?: string | undefined;
|
|
1875
2346
|
readonly retainedByPack?: boolean | undefined;
|
|
1876
2347
|
readonly publisherBindingId?: string | undefined;
|
|
1877
|
-
readonly sourceHash?: string | undefined;
|
|
1878
2348
|
readonly renderedFiles?: {
|
|
1879
2349
|
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1880
2350
|
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
@@ -1885,10 +2355,10 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
|
|
|
1885
2355
|
readonly type: "workspace";
|
|
1886
2356
|
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
1887
2357
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
2358
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1888
2359
|
readonly installedAt: Date;
|
|
1889
2360
|
readonly updatedAt: Date;
|
|
1890
2361
|
readonly extensionType: "command";
|
|
1891
|
-
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1892
2362
|
readonly agents: readonly string[];
|
|
1893
2363
|
readonly gitTreeHash?: string | undefined;
|
|
1894
2364
|
readonly retainedByPack?: boolean | undefined;
|
|
@@ -2016,10 +2486,10 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
|
|
|
2016
2486
|
readonly type: "workspace";
|
|
2017
2487
|
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
2018
2488
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
2489
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
2019
2490
|
readonly installedAt: Date;
|
|
2020
2491
|
readonly updatedAt: Date;
|
|
2021
2492
|
readonly extensionType: "rule";
|
|
2022
|
-
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
2023
2493
|
readonly gitTreeHash?: string | undefined;
|
|
2024
2494
|
readonly retainedByPack?: boolean | undefined;
|
|
2025
2495
|
readonly materializedTargets?: readonly {
|
|
@@ -2067,10 +2537,10 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
|
|
|
2067
2537
|
readonly type: "workspace";
|
|
2068
2538
|
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
2069
2539
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
2540
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
2070
2541
|
readonly installedAt: Date;
|
|
2071
2542
|
readonly updatedAt: Date;
|
|
2072
2543
|
readonly extensionType: "pack";
|
|
2073
|
-
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
2074
2544
|
readonly resolvedSkills: {
|
|
2075
2545
|
readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
|
|
2076
2546
|
};
|