@agentxm/client-core 0.22.5 → 0.22.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (179) hide show
  1. package/dist/src/unstable/agents/mcp-sync.js +14 -11
  2. package/dist/src/unstable/agents/mcp-sync.js.map +1 -1
  3. package/dist/src/unstable/auth/credential-store.d.ts.map +1 -1
  4. package/dist/src/unstable/auth/credential-store.js +9 -4
  5. package/dist/src/unstable/auth/credential-store.js.map +1 -1
  6. package/dist/src/unstable/capability-targeting/build-store.d.ts.map +1 -1
  7. package/dist/src/unstable/capability-targeting/build-store.js +25 -10
  8. package/dist/src/unstable/capability-targeting/build-store.js.map +1 -1
  9. package/dist/src/unstable/cli-runtime/command-argv.js +5 -6
  10. package/dist/src/unstable/cli-runtime/command-argv.js.map +1 -1
  11. package/dist/src/unstable/commands/install-artifact.d.ts +7 -0
  12. package/dist/src/unstable/commands/install-artifact.d.ts.map +1 -1
  13. package/dist/src/unstable/commands/install-artifact.js +5 -20
  14. package/dist/src/unstable/commands/install-artifact.js.map +1 -1
  15. package/dist/src/unstable/commands/manager.d.ts.map +1 -1
  16. package/dist/src/unstable/commands/manager.js +36 -30
  17. package/dist/src/unstable/commands/manager.js.map +1 -1
  18. package/dist/src/unstable/commands/operations/disable.d.ts +3 -4
  19. package/dist/src/unstable/commands/operations/disable.d.ts.map +1 -1
  20. package/dist/src/unstable/commands/operations/disable.js +15 -64
  21. package/dist/src/unstable/commands/operations/disable.js.map +1 -1
  22. package/dist/src/unstable/commands/operations/enable.d.ts +1 -1
  23. package/dist/src/unstable/commands/operations/enable.d.ts.map +1 -1
  24. package/dist/src/unstable/commands/operations/enable.js +7 -8
  25. package/dist/src/unstable/commands/operations/enable.js.map +1 -1
  26. package/dist/src/unstable/commands/operations/install.d.ts +2 -2
  27. package/dist/src/unstable/commands/operations/install.d.ts.map +1 -1
  28. package/dist/src/unstable/commands/operations/install.js +8 -5
  29. package/dist/src/unstable/commands/operations/install.js.map +1 -1
  30. package/dist/src/unstable/commands/operations/uninstall.d.ts +1 -1
  31. package/dist/src/unstable/commands/operations/uninstall.d.ts.map +1 -1
  32. package/dist/src/unstable/commands/operations/uninstall.js +13 -20
  33. package/dist/src/unstable/commands/operations/uninstall.js.map +1 -1
  34. package/dist/src/unstable/commands/reconciliation-adapter.d.ts.map +1 -1
  35. package/dist/src/unstable/commands/reconciliation-adapter.js +0 -1
  36. package/dist/src/unstable/commands/reconciliation-adapter.js.map +1 -1
  37. package/dist/src/unstable/files/manager.d.ts.map +1 -1
  38. package/dist/src/unstable/files/manager.js +30 -27
  39. package/dist/src/unstable/files/manager.js.map +1 -1
  40. package/dist/src/unstable/files/materialization.d.ts +1 -2
  41. package/dist/src/unstable/files/materialization.d.ts.map +1 -1
  42. package/dist/src/unstable/files/materialization.js +6 -6
  43. package/dist/src/unstable/files/materialization.js.map +1 -1
  44. package/dist/src/unstable/hooks/manager.d.ts.map +1 -1
  45. package/dist/src/unstable/hooks/manager.js +30 -14
  46. package/dist/src/unstable/hooks/manager.js.map +1 -1
  47. package/dist/src/unstable/knowledge/manager.d.ts.map +1 -1
  48. package/dist/src/unstable/knowledge/manager.js +12 -28
  49. package/dist/src/unstable/knowledge/manager.js.map +1 -1
  50. package/dist/src/unstable/lockfile/index.d.ts +2 -2
  51. package/dist/src/unstable/lockfile/index.d.ts.map +1 -1
  52. package/dist/src/unstable/lockfile/index.js +1 -1
  53. package/dist/src/unstable/lockfile/index.js.map +1 -1
  54. package/dist/src/unstable/lockfile/lockfile.d.ts +62 -959
  55. package/dist/src/unstable/lockfile/lockfile.d.ts.map +1 -1
  56. package/dist/src/unstable/lockfile/lockfile.js +46 -5
  57. package/dist/src/unstable/lockfile/lockfile.js.map +1 -1
  58. package/dist/src/unstable/lockfile/schema.d.ts +12 -1130
  59. package/dist/src/unstable/lockfile/schema.d.ts.map +1 -1
  60. package/dist/src/unstable/lockfile/schema.js +32 -81
  61. package/dist/src/unstable/lockfile/schema.js.map +1 -1
  62. package/dist/src/unstable/managed-files/markers.d.ts.map +1 -1
  63. package/dist/src/unstable/managed-files/markers.js +44 -21
  64. package/dist/src/unstable/managed-files/markers.js.map +1 -1
  65. package/dist/src/unstable/mcps/config-writer.d.ts.map +1 -1
  66. package/dist/src/unstable/mcps/config-writer.js +83 -66
  67. package/dist/src/unstable/mcps/config-writer.js.map +1 -1
  68. package/dist/src/unstable/mcps/inspection.js +16 -13
  69. package/dist/src/unstable/mcps/inspection.js.map +1 -1
  70. package/dist/src/unstable/mcps/operations/install.d.ts.map +1 -1
  71. package/dist/src/unstable/mcps/operations/install.js +5 -1
  72. package/dist/src/unstable/mcps/operations/install.js.map +1 -1
  73. package/dist/src/unstable/packs/expansion.d.ts +6 -0
  74. package/dist/src/unstable/packs/expansion.d.ts.map +1 -1
  75. package/dist/src/unstable/packs/expansion.js +2 -1
  76. package/dist/src/unstable/packs/expansion.js.map +1 -1
  77. package/dist/src/unstable/packs/operations/uninstall.d.ts.map +1 -1
  78. package/dist/src/unstable/packs/operations/uninstall.js +5 -4
  79. package/dist/src/unstable/packs/operations/uninstall.js.map +1 -1
  80. package/dist/src/unstable/packs/operations/unpack.d.ts.map +1 -1
  81. package/dist/src/unstable/packs/operations/unpack.js +0 -3
  82. package/dist/src/unstable/packs/operations/unpack.js.map +1 -1
  83. package/dist/src/unstable/publish/input-normalization.d.ts.map +1 -1
  84. package/dist/src/unstable/publish/input-normalization.js +25 -1
  85. package/dist/src/unstable/publish/input-normalization.js.map +1 -1
  86. package/dist/src/unstable/registry/__generated__/registry-client.d.ts +56 -47
  87. package/dist/src/unstable/registry/__generated__/registry-client.d.ts.map +1 -1
  88. package/dist/src/unstable/registry/__generated__/registry-client.js +8 -3
  89. package/dist/src/unstable/registry/__generated__/registry-client.js.map +1 -1
  90. package/dist/src/unstable/registry/admin-client.d.ts +4 -4
  91. package/dist/src/unstable/registry/client.d.ts +2 -0
  92. package/dist/src/unstable/registry/client.d.ts.map +1 -1
  93. package/dist/src/unstable/registry/client.js.map +1 -1
  94. package/dist/src/unstable/registry/local-client.d.ts.map +1 -1
  95. package/dist/src/unstable/registry/local-client.js +7 -0
  96. package/dist/src/unstable/registry/local-client.js.map +1 -1
  97. package/dist/src/unstable/registry/remote-client.d.ts.map +1 -1
  98. package/dist/src/unstable/registry/remote-client.js +20 -13
  99. package/dist/src/unstable/registry/remote-client.js.map +1 -1
  100. package/dist/src/unstable/registry/utils.d.ts.map +1 -1
  101. package/dist/src/unstable/registry/utils.js +13 -1
  102. package/dist/src/unstable/registry/utils.js.map +1 -1
  103. package/dist/src/unstable/rules/manager.d.ts.map +1 -1
  104. package/dist/src/unstable/rules/manager.js +21 -16
  105. package/dist/src/unstable/rules/manager.js.map +1 -1
  106. package/dist/src/unstable/settings/settings.d.ts.map +1 -1
  107. package/dist/src/unstable/settings/settings.js +16 -6
  108. package/dist/src/unstable/settings/settings.js.map +1 -1
  109. package/dist/src/unstable/skills/manager.d.ts +1 -1
  110. package/dist/src/unstable/skills/manager.d.ts.map +1 -1
  111. package/dist/src/unstable/skills/manager.js +6 -33
  112. package/dist/src/unstable/skills/manager.js.map +1 -1
  113. package/dist/src/unstable/skills/materialization.d.ts +1 -1
  114. package/dist/src/unstable/skills/materialization.d.ts.map +1 -1
  115. package/dist/src/unstable/skills/materialization.js +8 -1
  116. package/dist/src/unstable/skills/materialization.js.map +1 -1
  117. package/dist/src/unstable/skills/operations/disable.d.ts +3 -3
  118. package/dist/src/unstable/skills/operations/disable.d.ts.map +1 -1
  119. package/dist/src/unstable/skills/operations/disable.js +15 -69
  120. package/dist/src/unstable/skills/operations/disable.js.map +1 -1
  121. package/dist/src/unstable/skills/operations/enable.d.ts +2 -3
  122. package/dist/src/unstable/skills/operations/enable.d.ts.map +1 -1
  123. package/dist/src/unstable/skills/operations/enable.js +3 -28
  124. package/dist/src/unstable/skills/operations/enable.js.map +1 -1
  125. package/dist/src/unstable/skills/operations/install.d.ts.map +1 -1
  126. package/dist/src/unstable/skills/operations/install.js +1 -14
  127. package/dist/src/unstable/skills/operations/install.js.map +1 -1
  128. package/dist/src/unstable/skills/operations/uninstall.d.ts.map +1 -1
  129. package/dist/src/unstable/skills/operations/uninstall.js +15 -43
  130. package/dist/src/unstable/skills/operations/uninstall.js.map +1 -1
  131. package/dist/src/unstable/skills/reconciliation-adapter.d.ts.map +1 -1
  132. package/dist/src/unstable/skills/reconciliation-adapter.js +0 -1
  133. package/dist/src/unstable/skills/reconciliation-adapter.js.map +1 -1
  134. package/dist/src/unstable/sources/source-to-lock-entry.d.ts +0 -1
  135. package/dist/src/unstable/sources/source-to-lock-entry.d.ts.map +1 -1
  136. package/dist/src/unstable/sources/source-to-lock-entry.js +0 -1
  137. package/dist/src/unstable/sources/source-to-lock-entry.js.map +1 -1
  138. package/dist/src/unstable/subagents/lock-entry-builder.d.ts +1 -1
  139. package/dist/src/unstable/subagents/lock-entry-builder.d.ts.map +1 -1
  140. package/dist/src/unstable/subagents/lock-entry-builder.js +3 -6
  141. package/dist/src/unstable/subagents/lock-entry-builder.js.map +1 -1
  142. package/dist/src/unstable/subagents/manager.d.ts +1 -1
  143. package/dist/src/unstable/subagents/manager.d.ts.map +1 -1
  144. package/dist/src/unstable/subagents/manager.js +72 -58
  145. package/dist/src/unstable/subagents/manager.js.map +1 -1
  146. package/dist/src/unstable/subagents/operations/disable.d.ts.map +1 -1
  147. package/dist/src/unstable/subagents/operations/disable.js +27 -13
  148. package/dist/src/unstable/subagents/operations/disable.js.map +1 -1
  149. package/dist/src/unstable/subagents/operations/enable.d.ts +1 -1
  150. package/dist/src/unstable/subagents/operations/enable.js +5 -5
  151. package/dist/src/unstable/subagents/operations/enable.js.map +1 -1
  152. package/dist/src/unstable/subagents/reconciliation-adapter.d.ts.map +1 -1
  153. package/dist/src/unstable/subagents/reconciliation-adapter.js +0 -1
  154. package/dist/src/unstable/subagents/reconciliation-adapter.js.map +1 -1
  155. package/dist/src/unstable/utils/transient-backup.js +1 -1
  156. package/dist/src/unstable/utils/transient-backup.js.map +1 -1
  157. package/dist/src/unstable/workspace/initialization.d.ts +4 -4
  158. package/dist/src/unstable/workspace/read-model/scanners/mcp-config.js +11 -9
  159. package/dist/src/unstable/workspace/read-model/scanners/mcp-config.js.map +1 -1
  160. package/dist/src/unstable/workspace/read-model-record-readers.d.ts.map +1 -1
  161. package/dist/src/unstable/workspace/read-model-record-readers.js +6 -34
  162. package/dist/src/unstable/workspace/read-model-record-readers.js.map +1 -1
  163. package/dist/src/unstable/workspace/rendered-file-cleanup.d.ts +3 -1
  164. package/dist/src/unstable/workspace/rendered-file-cleanup.d.ts.map +1 -1
  165. package/dist/src/unstable/workspace/rendered-file-cleanup.js +22 -1
  166. package/dist/src/unstable/workspace/rendered-file-cleanup.js.map +1 -1
  167. package/dist/src/unstable/workspace/service-interface.d.ts +19 -1
  168. package/dist/src/unstable/workspace/service-interface.d.ts.map +1 -1
  169. package/dist/src/unstable/workspace/service-interface.js.map +1 -1
  170. package/dist/src/unstable/workspace/service.d.ts +60 -959
  171. package/dist/src/unstable/workspace/service.d.ts.map +1 -1
  172. package/dist/src/unstable/workspace/service.js +1 -18
  173. package/dist/src/unstable/workspace/service.js.map +1 -1
  174. package/dist/src/unstable/workspace/test-stubs.d.ts +2 -1
  175. package/dist/src/unstable/workspace/test-stubs.d.ts.map +1 -1
  176. package/dist/src/unstable/workspace/test-stubs.js +0 -5
  177. package/dist/src/unstable/workspace/test-stubs.js.map +1 -1
  178. package/package.json +6 -6
  179. package/site-content/__generated__/schemas/axm-lock.schema.json +59 -1060
@@ -32,7 +32,8 @@ export type LockfileUpdate = (lockfile: Lockfile) => Lockfile;
32
32
  * Creates the `.axm` directory if it does not exist. Writes are serialized by
33
33
  * an in-process keyed semaphore plus a best-effort local advisory lock file.
34
34
  * Temporary files are removed by scoped finalizer on interruption, and stale
35
- * temp files from older crashed writers are swept before each write.
35
+ * temp files from older crashed writers are swept before each write. When the
36
+ * encoded bytes already match, the existing lockfile is left untouched.
36
37
  *
37
38
  * `writeLockfile` remains a full replacement operation. Call
38
39
  * `commitLockfileUpdates` when applying deltas that must reread the latest
@@ -68,240 +69,88 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
68
69
  readonly owner: string;
69
70
  readonly installedAt: Date;
70
71
  readonly updatedAt: Date;
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;
75
74
  readonly gitTreeHash?: string | undefined;
76
75
  readonly retainedByPack?: boolean | undefined;
77
76
  readonly ref?: string | undefined;
78
- readonly renderedFiles?: {
79
- readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
80
- readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
81
- }, "Type">[];
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;
77
+ readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
96
78
  } | {
97
79
  readonly type: "gitlab";
98
80
  readonly owner: string;
99
81
  readonly installedAt: Date;
100
82
  readonly updatedAt: Date;
101
- readonly agents: readonly string[];
102
83
  readonly repo: string;
103
84
  readonly path?: string | undefined;
104
- readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
105
85
  readonly gitTreeHash?: string | undefined;
106
86
  readonly retainedByPack?: boolean | undefined;
107
87
  readonly ref?: string | undefined;
108
- readonly renderedFiles?: {
109
- readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
110
- readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
111
- }, "Type">[];
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;
88
+ readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
126
89
  } | {
127
90
  readonly type: "bitbucket";
128
91
  readonly owner: string;
129
92
  readonly installedAt: Date;
130
93
  readonly updatedAt: Date;
131
- readonly agents: readonly string[];
132
94
  readonly repo: string;
133
95
  readonly path?: string | undefined;
134
- readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
135
96
  readonly gitTreeHash?: string | undefined;
136
97
  readonly retainedByPack?: boolean | undefined;
137
98
  readonly ref?: string | undefined;
138
- readonly renderedFiles?: {
139
- readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
140
- readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
141
- }, "Type">[];
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;
99
+ readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
156
100
  } | {
157
101
  readonly project: string;
158
102
  readonly type: "azurerepos";
159
103
  readonly installedAt: Date;
160
104
  readonly updatedAt: Date;
161
- readonly agents: readonly string[];
162
105
  readonly repo: string;
163
106
  readonly organization: string;
164
107
  readonly path?: string | undefined;
165
- readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
166
108
  readonly gitTreeHash?: string | undefined;
167
109
  readonly retainedByPack?: boolean | undefined;
168
110
  readonly ref?: string | undefined;
169
- readonly renderedFiles?: {
170
- readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
171
- readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
172
- }, "Type">[];
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;
111
+ readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
187
112
  } | {
188
113
  readonly url: string;
189
114
  readonly type: "git";
190
115
  readonly installedAt: Date;
191
116
  readonly updatedAt: Date;
192
- readonly agents: readonly string[];
193
117
  readonly path?: string | undefined;
194
- readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
195
118
  readonly gitTreeHash?: string | undefined;
196
119
  readonly retainedByPack?: boolean | undefined;
197
120
  readonly ref?: string | undefined;
198
- readonly renderedFiles?: {
199
- readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
200
- readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
201
- }, "Type">[];
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;
121
+ readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
216
122
  } | {
217
123
  readonly path: string;
218
124
  readonly type: "local";
219
125
  readonly installedAt: Date;
220
126
  readonly updatedAt: Date;
221
- readonly agents: readonly string[];
222
- readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
223
127
  readonly gitTreeHash?: string | undefined;
224
128
  readonly retainedByPack?: boolean | undefined;
225
- readonly renderedFiles?: {
226
- readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
227
- readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
228
- }, "Type">[];
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;
129
+ readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
243
130
  } | {
244
131
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
245
132
  readonly type: "registry";
246
133
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
247
134
  readonly installedAt: Date;
248
135
  readonly updatedAt: Date;
249
- readonly agents: readonly string[];
250
136
  readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
251
137
  readonly integrity: string;
252
138
  readonly sourceName: string;
253
- readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
254
139
  readonly gitTreeHash?: string | undefined;
255
140
  readonly retainedByPack?: boolean | undefined;
256
141
  readonly publisherBindingId?: string | undefined;
257
- readonly renderedFiles?: {
258
- readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
259
- readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
260
- }, "Type">[];
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;
142
+ readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
275
143
  } | {
276
144
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
277
145
  readonly type: "workspace";
278
146
  readonly version: string & import("effect/Brand").Brand<"Version">;
279
147
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
280
- readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
281
148
  readonly installedAt: Date;
282
149
  readonly updatedAt: Date;
283
150
  readonly extensionType: "skill";
284
- readonly agents: readonly string[];
151
+ readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
285
152
  readonly gitTreeHash?: string | undefined;
286
153
  readonly retainedByPack?: boolean | undefined;
287
- readonly renderedFiles?: {
288
- readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
289
- readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
290
- }, "Type">[];
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;
305
154
  };
306
155
  };
307
156
  readonly lockfileVersion: number;
@@ -319,12 +168,6 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
319
168
  readonly resolvedInputs?: {
320
169
  readonly [x: string]: string | number | boolean;
321
170
  } | undefined;
322
- readonly materializedTargets?: readonly {
323
- readonly target: string & import("effect/Brand").Brand<"RelativePath">;
324
- readonly mode: "sync-once" | "sync-always" | "managed-region";
325
- readonly region?: string | undefined;
326
- readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
327
- }[] | undefined;
328
171
  } | {
329
172
  readonly type: "gitlab";
330
173
  readonly owner: string;
@@ -338,12 +181,6 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
338
181
  readonly resolvedInputs?: {
339
182
  readonly [x: string]: string | number | boolean;
340
183
  } | undefined;
341
- readonly materializedTargets?: readonly {
342
- readonly target: string & import("effect/Brand").Brand<"RelativePath">;
343
- readonly mode: "sync-once" | "sync-always" | "managed-region";
344
- readonly region?: string | undefined;
345
- readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
346
- }[] | undefined;
347
184
  } | {
348
185
  readonly type: "bitbucket";
349
186
  readonly owner: string;
@@ -357,12 +194,6 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
357
194
  readonly resolvedInputs?: {
358
195
  readonly [x: string]: string | number | boolean;
359
196
  } | undefined;
360
- readonly materializedTargets?: readonly {
361
- readonly target: string & import("effect/Brand").Brand<"RelativePath">;
362
- readonly mode: "sync-once" | "sync-always" | "managed-region";
363
- readonly region?: string | undefined;
364
- readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
365
- }[] | undefined;
366
197
  } | {
367
198
  readonly project: string;
368
199
  readonly type: "azurerepos";
@@ -377,12 +208,6 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
377
208
  readonly resolvedInputs?: {
378
209
  readonly [x: string]: string | number | boolean;
379
210
  } | undefined;
380
- readonly materializedTargets?: readonly {
381
- readonly target: string & import("effect/Brand").Brand<"RelativePath">;
382
- readonly mode: "sync-once" | "sync-always" | "managed-region";
383
- readonly region?: string | undefined;
384
- readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
385
- }[] | undefined;
386
211
  } | {
387
212
  readonly url: string;
388
213
  readonly type: "git";
@@ -395,12 +220,6 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
395
220
  readonly resolvedInputs?: {
396
221
  readonly [x: string]: string | number | boolean;
397
222
  } | undefined;
398
- readonly materializedTargets?: readonly {
399
- readonly target: string & import("effect/Brand").Brand<"RelativePath">;
400
- readonly mode: "sync-once" | "sync-always" | "managed-region";
401
- readonly region?: string | undefined;
402
- readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
403
- }[] | undefined;
404
223
  } | {
405
224
  readonly path: string;
406
225
  readonly type: "local";
@@ -411,12 +230,6 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
411
230
  readonly resolvedInputs?: {
412
231
  readonly [x: string]: string | number | boolean;
413
232
  } | undefined;
414
- readonly materializedTargets?: readonly {
415
- readonly target: string & import("effect/Brand").Brand<"RelativePath">;
416
- readonly mode: "sync-once" | "sync-always" | "managed-region";
417
- readonly region?: string | undefined;
418
- readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
419
- }[] | undefined;
420
233
  } | {
421
234
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
422
235
  readonly type: "registry";
@@ -432,32 +245,20 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
432
245
  readonly resolvedInputs?: {
433
246
  readonly [x: string]: string | number | boolean;
434
247
  } | undefined;
435
- readonly materializedTargets?: readonly {
436
- readonly target: string & import("effect/Brand").Brand<"RelativePath">;
437
- readonly mode: "sync-once" | "sync-always" | "managed-region";
438
- readonly region?: string | undefined;
439
- readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
440
- }[] | undefined;
441
248
  } | {
442
249
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
443
250
  readonly type: "workspace";
444
251
  readonly version: string & import("effect/Brand").Brand<"Version">;
445
252
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
446
- readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
447
253
  readonly installedAt: Date;
448
254
  readonly updatedAt: Date;
449
255
  readonly extensionType: "files";
256
+ readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
450
257
  readonly gitTreeHash?: string | undefined;
451
258
  readonly retainedByPack?: boolean | undefined;
452
259
  readonly resolvedInputs?: {
453
260
  readonly [x: string]: string | number | boolean;
454
261
  } | undefined;
455
- readonly materializedTargets?: readonly {
456
- readonly target: string & import("effect/Brand").Brand<"RelativePath">;
457
- readonly mode: "sync-once" | "sync-always" | "managed-region";
458
- readonly region?: string | undefined;
459
- readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
460
- }[] | undefined;
461
262
  };
462
263
  } | undefined;
463
264
  readonly knowledge?: {
@@ -471,12 +272,6 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
471
272
  readonly gitTreeHash?: string | undefined;
472
273
  readonly retainedByPack?: boolean | undefined;
473
274
  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
275
  } | {
481
276
  readonly type: "gitlab";
482
277
  readonly owner: string;
@@ -487,12 +282,6 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
487
282
  readonly gitTreeHash?: string | undefined;
488
283
  readonly retainedByPack?: boolean | undefined;
489
284
  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
285
  } | {
497
286
  readonly type: "bitbucket";
498
287
  readonly owner: string;
@@ -503,12 +292,6 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
503
292
  readonly gitTreeHash?: string | undefined;
504
293
  readonly retainedByPack?: boolean | undefined;
505
294
  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
295
  } | {
513
296
  readonly project: string;
514
297
  readonly type: "azurerepos";
@@ -520,12 +303,6 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
520
303
  readonly gitTreeHash?: string | undefined;
521
304
  readonly retainedByPack?: boolean | undefined;
522
305
  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
306
  } | {
530
307
  readonly url: string;
531
308
  readonly type: "git";
@@ -535,12 +312,6 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
535
312
  readonly gitTreeHash?: string | undefined;
536
313
  readonly retainedByPack?: boolean | undefined;
537
314
  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
315
  } | {
545
316
  readonly path: string;
546
317
  readonly type: "local";
@@ -548,12 +319,6 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
548
319
  readonly updatedAt: Date;
549
320
  readonly gitTreeHash?: string | undefined;
550
321
  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
322
  } | {
558
323
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
559
324
  readonly type: "registry";
@@ -566,29 +331,17 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
566
331
  readonly gitTreeHash?: string | undefined;
567
332
  readonly retainedByPack?: boolean | undefined;
568
333
  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
334
  } | {
576
335
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
577
336
  readonly type: "workspace";
578
337
  readonly version: string & import("effect/Brand").Brand<"Version">;
579
338
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
580
- readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
581
339
  readonly installedAt: Date;
582
340
  readonly updatedAt: Date;
583
341
  readonly extensionType: "knowledge";
342
+ readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
584
343
  readonly gitTreeHash?: string | undefined;
585
344
  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
345
  };
593
346
  } | undefined;
594
347
  readonly mcpServers?: {
@@ -602,7 +355,6 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
602
355
  readonly [x: string]: string;
603
356
  } | undefined;
604
357
  readonly args?: readonly string[] | undefined;
605
- readonly syncedAgents?: readonly string[] | undefined;
606
358
  readonly gitTreeHash?: string | undefined;
607
359
  readonly retainedByPack?: boolean | undefined;
608
360
  } | {
@@ -612,7 +364,6 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
612
364
  readonly updatedAt: Date;
613
365
  readonly repo: string;
614
366
  readonly path?: string | undefined;
615
- readonly syncedAgents?: readonly string[] | undefined;
616
367
  readonly gitTreeHash?: string | undefined;
617
368
  readonly retainedByPack?: boolean | undefined;
618
369
  readonly ref?: string | undefined;
@@ -623,7 +374,6 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
623
374
  readonly updatedAt: Date;
624
375
  readonly repo: string;
625
376
  readonly path?: string | undefined;
626
- readonly syncedAgents?: readonly string[] | undefined;
627
377
  readonly gitTreeHash?: string | undefined;
628
378
  readonly retainedByPack?: boolean | undefined;
629
379
  readonly ref?: string | undefined;
@@ -634,7 +384,6 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
634
384
  readonly updatedAt: Date;
635
385
  readonly repo: string;
636
386
  readonly path?: string | undefined;
637
- readonly syncedAgents?: readonly string[] | undefined;
638
387
  readonly gitTreeHash?: string | undefined;
639
388
  readonly retainedByPack?: boolean | undefined;
640
389
  readonly ref?: string | undefined;
@@ -646,7 +395,6 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
646
395
  readonly repo: string;
647
396
  readonly organization: string;
648
397
  readonly path?: string | undefined;
649
- readonly syncedAgents?: readonly string[] | undefined;
650
398
  readonly gitTreeHash?: string | undefined;
651
399
  readonly retainedByPack?: boolean | undefined;
652
400
  readonly ref?: string | undefined;
@@ -656,7 +404,6 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
656
404
  readonly installedAt: Date;
657
405
  readonly updatedAt: Date;
658
406
  readonly path?: string | undefined;
659
- readonly syncedAgents?: readonly string[] | undefined;
660
407
  readonly gitTreeHash?: string | undefined;
661
408
  readonly retainedByPack?: boolean | undefined;
662
409
  readonly ref?: string | undefined;
@@ -665,7 +412,6 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
665
412
  readonly type: "local";
666
413
  readonly installedAt: Date;
667
414
  readonly updatedAt: Date;
668
- readonly syncedAgents?: readonly string[] | undefined;
669
415
  readonly gitTreeHash?: string | undefined;
670
416
  readonly retainedByPack?: boolean | undefined;
671
417
  } | {
@@ -677,7 +423,6 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
677
423
  readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
678
424
  readonly integrity: string;
679
425
  readonly sourceName: string;
680
- readonly syncedAgents?: readonly string[] | undefined;
681
426
  readonly gitTreeHash?: string | undefined;
682
427
  readonly retainedByPack?: boolean | undefined;
683
428
  readonly publisherBindingId?: string | undefined;
@@ -686,11 +431,10 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
686
431
  readonly type: "workspace";
687
432
  readonly version: string & import("effect/Brand").Brand<"Version">;
688
433
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
689
- readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
690
434
  readonly installedAt: Date;
691
435
  readonly updatedAt: Date;
692
436
  readonly extensionType: "mcp-server";
693
- readonly syncedAgents?: readonly string[] | undefined;
437
+ readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
694
438
  readonly gitTreeHash?: string | undefined;
695
439
  readonly retainedByPack?: boolean | undefined;
696
440
  };
@@ -706,12 +450,6 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
706
450
  readonly gitTreeHash?: string | undefined;
707
451
  readonly retainedByPack?: boolean | undefined;
708
452
  readonly ref?: string | undefined;
709
- readonly materializedTargets?: readonly {
710
- readonly target: string & import("effect/Brand").Brand<"RelativePath">;
711
- readonly mode: "sync-once" | "sync-always" | "managed-region";
712
- readonly region?: string | undefined;
713
- readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
714
- }[] | undefined;
715
453
  } | {
716
454
  readonly type: "gitlab";
717
455
  readonly owner: string;
@@ -722,12 +460,6 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
722
460
  readonly gitTreeHash?: string | undefined;
723
461
  readonly retainedByPack?: boolean | undefined;
724
462
  readonly ref?: string | undefined;
725
- readonly materializedTargets?: readonly {
726
- readonly target: string & import("effect/Brand").Brand<"RelativePath">;
727
- readonly mode: "sync-once" | "sync-always" | "managed-region";
728
- readonly region?: string | undefined;
729
- readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
730
- }[] | undefined;
731
463
  } | {
732
464
  readonly type: "bitbucket";
733
465
  readonly owner: string;
@@ -738,12 +470,6 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
738
470
  readonly gitTreeHash?: string | undefined;
739
471
  readonly retainedByPack?: boolean | undefined;
740
472
  readonly ref?: string | undefined;
741
- readonly materializedTargets?: readonly {
742
- readonly target: string & import("effect/Brand").Brand<"RelativePath">;
743
- readonly mode: "sync-once" | "sync-always" | "managed-region";
744
- readonly region?: string | undefined;
745
- readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
746
- }[] | undefined;
747
473
  } | {
748
474
  readonly project: string;
749
475
  readonly type: "azurerepos";
@@ -755,12 +481,6 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
755
481
  readonly gitTreeHash?: string | undefined;
756
482
  readonly retainedByPack?: boolean | undefined;
757
483
  readonly ref?: string | undefined;
758
- readonly materializedTargets?: readonly {
759
- readonly target: string & import("effect/Brand").Brand<"RelativePath">;
760
- readonly mode: "sync-once" | "sync-always" | "managed-region";
761
- readonly region?: string | undefined;
762
- readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
763
- }[] | undefined;
764
484
  } | {
765
485
  readonly url: string;
766
486
  readonly type: "git";
@@ -770,12 +490,6 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
770
490
  readonly gitTreeHash?: string | undefined;
771
491
  readonly retainedByPack?: boolean | undefined;
772
492
  readonly ref?: string | undefined;
773
- readonly materializedTargets?: readonly {
774
- readonly target: string & import("effect/Brand").Brand<"RelativePath">;
775
- readonly mode: "sync-once" | "sync-always" | "managed-region";
776
- readonly region?: string | undefined;
777
- readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
778
- }[] | undefined;
779
493
  } | {
780
494
  readonly path: string;
781
495
  readonly type: "local";
@@ -783,12 +497,6 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
783
497
  readonly updatedAt: Date;
784
498
  readonly gitTreeHash?: string | undefined;
785
499
  readonly retainedByPack?: boolean | undefined;
786
- readonly materializedTargets?: readonly {
787
- readonly target: string & import("effect/Brand").Brand<"RelativePath">;
788
- readonly mode: "sync-once" | "sync-always" | "managed-region";
789
- readonly region?: string | undefined;
790
- readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
791
- }[] | undefined;
792
500
  } | {
793
501
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
794
502
  readonly type: "registry";
@@ -801,29 +509,17 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
801
509
  readonly gitTreeHash?: string | undefined;
802
510
  readonly retainedByPack?: boolean | undefined;
803
511
  readonly publisherBindingId?: string | undefined;
804
- readonly materializedTargets?: readonly {
805
- readonly target: string & import("effect/Brand").Brand<"RelativePath">;
806
- readonly mode: "sync-once" | "sync-always" | "managed-region";
807
- readonly region?: string | undefined;
808
- readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
809
- }[] | undefined;
810
512
  } | {
811
513
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
812
514
  readonly type: "workspace";
813
515
  readonly version: string & import("effect/Brand").Brand<"Version">;
814
516
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
815
- readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
816
517
  readonly installedAt: Date;
817
518
  readonly updatedAt: Date;
818
519
  readonly extensionType: "hook";
520
+ readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
819
521
  readonly gitTreeHash?: string | undefined;
820
522
  readonly retainedByPack?: boolean | undefined;
821
- readonly materializedTargets?: readonly {
822
- readonly target: string & import("effect/Brand").Brand<"RelativePath">;
823
- readonly mode: "sync-once" | "sync-always" | "managed-region";
824
- readonly region?: string | undefined;
825
- readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
826
- }[] | undefined;
827
523
  };
828
524
  } | undefined;
829
525
  readonly subagents?: {
@@ -832,136 +528,88 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
832
528
  readonly owner: string;
833
529
  readonly installedAt: Date;
834
530
  readonly updatedAt: Date;
835
- readonly agents: readonly string[];
836
531
  readonly repo: string;
837
532
  readonly path?: string | undefined;
838
- readonly sourceHash?: string | undefined;
839
533
  readonly gitTreeHash?: string | undefined;
840
534
  readonly retainedByPack?: boolean | undefined;
841
535
  readonly ref?: string | undefined;
842
- readonly renderedFiles?: {
843
- readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
844
- readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
845
- }, "Type">[];
846
- } | undefined;
536
+ readonly sourceHash?: string | undefined;
847
537
  } | {
848
538
  readonly type: "gitlab";
849
539
  readonly owner: string;
850
540
  readonly installedAt: Date;
851
541
  readonly updatedAt: Date;
852
- readonly agents: readonly string[];
853
542
  readonly repo: string;
854
543
  readonly path?: string | undefined;
855
- readonly sourceHash?: string | undefined;
856
544
  readonly gitTreeHash?: string | undefined;
857
545
  readonly retainedByPack?: boolean | undefined;
858
546
  readonly ref?: string | undefined;
859
- readonly renderedFiles?: {
860
- readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
861
- readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
862
- }, "Type">[];
863
- } | undefined;
547
+ readonly sourceHash?: string | undefined;
864
548
  } | {
865
549
  readonly type: "bitbucket";
866
550
  readonly owner: string;
867
551
  readonly installedAt: Date;
868
552
  readonly updatedAt: Date;
869
- readonly agents: readonly string[];
870
553
  readonly repo: string;
871
554
  readonly path?: string | undefined;
872
- readonly sourceHash?: string | undefined;
873
555
  readonly gitTreeHash?: string | undefined;
874
556
  readonly retainedByPack?: boolean | undefined;
875
557
  readonly ref?: string | undefined;
876
- readonly renderedFiles?: {
877
- readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
878
- readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
879
- }, "Type">[];
880
- } | undefined;
558
+ readonly sourceHash?: string | undefined;
881
559
  } | {
882
560
  readonly project: string;
883
561
  readonly type: "azurerepos";
884
562
  readonly installedAt: Date;
885
563
  readonly updatedAt: Date;
886
- readonly agents: readonly string[];
887
564
  readonly repo: string;
888
565
  readonly organization: string;
889
566
  readonly path?: string | undefined;
890
- readonly sourceHash?: string | undefined;
891
567
  readonly gitTreeHash?: string | undefined;
892
568
  readonly retainedByPack?: boolean | undefined;
893
569
  readonly ref?: string | undefined;
894
- readonly renderedFiles?: {
895
- readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
896
- readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
897
- }, "Type">[];
898
- } | undefined;
570
+ readonly sourceHash?: string | undefined;
899
571
  } | {
900
572
  readonly url: string;
901
573
  readonly type: "git";
902
574
  readonly installedAt: Date;
903
575
  readonly updatedAt: Date;
904
- readonly agents: readonly string[];
905
576
  readonly path?: string | undefined;
906
- readonly sourceHash?: string | undefined;
907
577
  readonly gitTreeHash?: string | undefined;
908
578
  readonly retainedByPack?: boolean | undefined;
909
579
  readonly ref?: string | undefined;
910
- readonly renderedFiles?: {
911
- readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
912
- readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
913
- }, "Type">[];
914
- } | undefined;
580
+ readonly sourceHash?: string | undefined;
915
581
  } | {
916
582
  readonly path: string;
917
583
  readonly type: "local";
918
584
  readonly installedAt: Date;
919
585
  readonly updatedAt: Date;
920
- readonly agents: readonly string[];
921
- readonly sourceHash?: string | undefined;
922
586
  readonly gitTreeHash?: string | undefined;
923
587
  readonly retainedByPack?: boolean | undefined;
924
- readonly renderedFiles?: {
925
- readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
926
- readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
927
- }, "Type">[];
928
- } | undefined;
588
+ readonly sourceHash?: string | undefined;
929
589
  } | {
930
590
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
931
591
  readonly type: "registry";
932
592
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
933
593
  readonly installedAt: Date;
934
594
  readonly updatedAt: Date;
935
- readonly agents: readonly string[];
936
595
  readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
937
596
  readonly integrity: string;
938
597
  readonly sourceName: string;
939
- readonly sourceHash?: string | undefined;
940
598
  readonly gitTreeHash?: string | undefined;
941
599
  readonly retainedByPack?: boolean | undefined;
942
600
  readonly publisherBindingId?: string | undefined;
943
- readonly renderedFiles?: {
944
- readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
945
- readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
946
- }, "Type">[];
947
- } | undefined;
601
+ readonly sourceHash?: string | undefined;
948
602
  } | {
949
603
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
950
604
  readonly type: "workspace";
951
605
  readonly version: string & import("effect/Brand").Brand<"Version">;
952
606
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
953
- readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
954
607
  readonly installedAt: Date;
955
608
  readonly updatedAt: Date;
956
609
  readonly extensionType: "subagent";
957
- readonly agents: readonly string[];
610
+ readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
958
611
  readonly gitTreeHash?: string | undefined;
959
612
  readonly retainedByPack?: boolean | undefined;
960
- readonly renderedFiles?: {
961
- readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
962
- readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
963
- }, "Type">[];
964
- } | undefined;
965
613
  };
966
614
  } | undefined;
967
615
  readonly commands?: {
@@ -970,136 +618,88 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
970
618
  readonly owner: string;
971
619
  readonly installedAt: Date;
972
620
  readonly updatedAt: Date;
973
- readonly agents: readonly string[];
974
621
  readonly repo: string;
975
622
  readonly path?: string | undefined;
976
- readonly sourceHash?: string | undefined;
977
623
  readonly gitTreeHash?: string | undefined;
978
624
  readonly retainedByPack?: boolean | undefined;
979
625
  readonly ref?: string | undefined;
980
- readonly renderedFiles?: {
981
- readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
982
- readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
983
- }, "Type">[];
984
- } | undefined;
626
+ readonly sourceHash?: string | undefined;
985
627
  } | {
986
628
  readonly type: "gitlab";
987
629
  readonly owner: string;
988
630
  readonly installedAt: Date;
989
631
  readonly updatedAt: Date;
990
- readonly agents: readonly string[];
991
632
  readonly repo: string;
992
633
  readonly path?: string | undefined;
993
- readonly sourceHash?: string | undefined;
994
634
  readonly gitTreeHash?: string | undefined;
995
635
  readonly retainedByPack?: boolean | undefined;
996
636
  readonly ref?: string | undefined;
997
- readonly renderedFiles?: {
998
- readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
999
- readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
1000
- }, "Type">[];
1001
- } | undefined;
637
+ readonly sourceHash?: string | undefined;
1002
638
  } | {
1003
639
  readonly type: "bitbucket";
1004
640
  readonly owner: string;
1005
641
  readonly installedAt: Date;
1006
642
  readonly updatedAt: Date;
1007
- readonly agents: readonly string[];
1008
643
  readonly repo: string;
1009
644
  readonly path?: string | undefined;
1010
- readonly sourceHash?: string | undefined;
1011
645
  readonly gitTreeHash?: string | undefined;
1012
646
  readonly retainedByPack?: boolean | undefined;
1013
647
  readonly ref?: string | undefined;
1014
- readonly renderedFiles?: {
1015
- readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
1016
- readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
1017
- }, "Type">[];
1018
- } | undefined;
648
+ readonly sourceHash?: string | undefined;
1019
649
  } | {
1020
650
  readonly project: string;
1021
651
  readonly type: "azurerepos";
1022
652
  readonly installedAt: Date;
1023
653
  readonly updatedAt: Date;
1024
- readonly agents: readonly string[];
1025
654
  readonly repo: string;
1026
655
  readonly organization: string;
1027
656
  readonly path?: string | undefined;
1028
- readonly sourceHash?: string | undefined;
1029
657
  readonly gitTreeHash?: string | undefined;
1030
658
  readonly retainedByPack?: boolean | undefined;
1031
659
  readonly ref?: string | undefined;
1032
- readonly renderedFiles?: {
1033
- readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
1034
- readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
1035
- }, "Type">[];
1036
- } | undefined;
660
+ readonly sourceHash?: string | undefined;
1037
661
  } | {
1038
662
  readonly url: string;
1039
663
  readonly type: "git";
1040
664
  readonly installedAt: Date;
1041
665
  readonly updatedAt: Date;
1042
- readonly agents: readonly string[];
1043
666
  readonly path?: string | undefined;
1044
- readonly sourceHash?: string | undefined;
1045
667
  readonly gitTreeHash?: string | undefined;
1046
668
  readonly retainedByPack?: boolean | undefined;
1047
669
  readonly ref?: string | undefined;
1048
- readonly renderedFiles?: {
1049
- readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
1050
- readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
1051
- }, "Type">[];
1052
- } | undefined;
670
+ readonly sourceHash?: string | undefined;
1053
671
  } | {
1054
672
  readonly path: string;
1055
673
  readonly type: "local";
1056
674
  readonly installedAt: Date;
1057
675
  readonly updatedAt: Date;
1058
- readonly agents: readonly string[];
1059
- readonly sourceHash?: string | undefined;
1060
676
  readonly gitTreeHash?: string | undefined;
1061
677
  readonly retainedByPack?: boolean | undefined;
1062
- readonly renderedFiles?: {
1063
- readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
1064
- readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
1065
- }, "Type">[];
1066
- } | undefined;
678
+ readonly sourceHash?: string | undefined;
1067
679
  } | {
1068
680
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1069
681
  readonly type: "registry";
1070
682
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
1071
683
  readonly installedAt: Date;
1072
684
  readonly updatedAt: Date;
1073
- readonly agents: readonly string[];
1074
685
  readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
1075
686
  readonly integrity: string;
1076
687
  readonly sourceName: string;
1077
- readonly sourceHash?: string | undefined;
1078
688
  readonly gitTreeHash?: string | undefined;
1079
689
  readonly retainedByPack?: boolean | undefined;
1080
690
  readonly publisherBindingId?: string | undefined;
1081
- readonly renderedFiles?: {
1082
- readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
1083
- readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
1084
- }, "Type">[];
1085
- } | undefined;
691
+ readonly sourceHash?: string | undefined;
1086
692
  } | {
1087
693
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1088
694
  readonly type: "workspace";
1089
695
  readonly version: string & import("effect/Brand").Brand<"Version">;
1090
696
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
1091
- readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
1092
697
  readonly installedAt: Date;
1093
698
  readonly updatedAt: Date;
1094
699
  readonly extensionType: "command";
1095
- readonly agents: readonly string[];
700
+ readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
1096
701
  readonly gitTreeHash?: string | undefined;
1097
702
  readonly retainedByPack?: boolean | undefined;
1098
- readonly renderedFiles?: {
1099
- readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
1100
- readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
1101
- }, "Type">[];
1102
- } | undefined;
1103
703
  };
1104
704
  } | undefined;
1105
705
  readonly rules?: {
@@ -1113,12 +713,6 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
1113
713
  readonly gitTreeHash?: string | undefined;
1114
714
  readonly retainedByPack?: boolean | undefined;
1115
715
  readonly ref?: string | undefined;
1116
- readonly materializedTargets?: readonly {
1117
- readonly target: string & import("effect/Brand").Brand<"RelativePath">;
1118
- readonly mode: "sync-once" | "sync-always" | "managed-region";
1119
- readonly region?: string | undefined;
1120
- readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1121
- }[] | undefined;
1122
716
  } | {
1123
717
  readonly type: "gitlab";
1124
718
  readonly owner: string;
@@ -1129,12 +723,6 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
1129
723
  readonly gitTreeHash?: string | undefined;
1130
724
  readonly retainedByPack?: boolean | undefined;
1131
725
  readonly ref?: string | undefined;
1132
- readonly materializedTargets?: readonly {
1133
- readonly target: string & import("effect/Brand").Brand<"RelativePath">;
1134
- readonly mode: "sync-once" | "sync-always" | "managed-region";
1135
- readonly region?: string | undefined;
1136
- readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1137
- }[] | undefined;
1138
726
  } | {
1139
727
  readonly type: "bitbucket";
1140
728
  readonly owner: string;
@@ -1145,12 +733,6 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
1145
733
  readonly gitTreeHash?: string | undefined;
1146
734
  readonly retainedByPack?: boolean | undefined;
1147
735
  readonly ref?: string | undefined;
1148
- readonly materializedTargets?: readonly {
1149
- readonly target: string & import("effect/Brand").Brand<"RelativePath">;
1150
- readonly mode: "sync-once" | "sync-always" | "managed-region";
1151
- readonly region?: string | undefined;
1152
- readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1153
- }[] | undefined;
1154
736
  } | {
1155
737
  readonly project: string;
1156
738
  readonly type: "azurerepos";
@@ -1162,12 +744,6 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
1162
744
  readonly gitTreeHash?: string | undefined;
1163
745
  readonly retainedByPack?: boolean | undefined;
1164
746
  readonly ref?: string | undefined;
1165
- readonly materializedTargets?: readonly {
1166
- readonly target: string & import("effect/Brand").Brand<"RelativePath">;
1167
- readonly mode: "sync-once" | "sync-always" | "managed-region";
1168
- readonly region?: string | undefined;
1169
- readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1170
- }[] | undefined;
1171
747
  } | {
1172
748
  readonly url: string;
1173
749
  readonly type: "git";
@@ -1177,12 +753,6 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
1177
753
  readonly gitTreeHash?: string | undefined;
1178
754
  readonly retainedByPack?: boolean | undefined;
1179
755
  readonly ref?: string | undefined;
1180
- readonly materializedTargets?: readonly {
1181
- readonly target: string & import("effect/Brand").Brand<"RelativePath">;
1182
- readonly mode: "sync-once" | "sync-always" | "managed-region";
1183
- readonly region?: string | undefined;
1184
- readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1185
- }[] | undefined;
1186
756
  } | {
1187
757
  readonly path: string;
1188
758
  readonly type: "local";
@@ -1190,12 +760,6 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
1190
760
  readonly updatedAt: Date;
1191
761
  readonly gitTreeHash?: string | undefined;
1192
762
  readonly retainedByPack?: boolean | undefined;
1193
- readonly materializedTargets?: readonly {
1194
- readonly target: string & import("effect/Brand").Brand<"RelativePath">;
1195
- readonly mode: "sync-once" | "sync-always" | "managed-region";
1196
- readonly region?: string | undefined;
1197
- readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1198
- }[] | undefined;
1199
763
  } | {
1200
764
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1201
765
  readonly type: "registry";
@@ -1208,29 +772,17 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
1208
772
  readonly gitTreeHash?: string | undefined;
1209
773
  readonly retainedByPack?: boolean | undefined;
1210
774
  readonly publisherBindingId?: string | undefined;
1211
- readonly materializedTargets?: readonly {
1212
- readonly target: string & import("effect/Brand").Brand<"RelativePath">;
1213
- readonly mode: "sync-once" | "sync-always" | "managed-region";
1214
- readonly region?: string | undefined;
1215
- readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1216
- }[] | undefined;
1217
775
  } | {
1218
776
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1219
777
  readonly type: "workspace";
1220
778
  readonly version: string & import("effect/Brand").Brand<"Version">;
1221
779
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
1222
- readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
1223
780
  readonly installedAt: Date;
1224
781
  readonly updatedAt: Date;
1225
782
  readonly extensionType: "rule";
783
+ readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
1226
784
  readonly gitTreeHash?: string | undefined;
1227
785
  readonly retainedByPack?: boolean | undefined;
1228
- readonly materializedTargets?: readonly {
1229
- readonly target: string & import("effect/Brand").Brand<"RelativePath">;
1230
- readonly mode: "sync-once" | "sync-always" | "managed-region";
1231
- readonly region?: string | undefined;
1232
- readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1233
- }[] | undefined;
1234
786
  };
1235
787
  } | undefined;
1236
788
  readonly packs?: {
@@ -1270,10 +822,10 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
1270
822
  readonly type: "workspace";
1271
823
  readonly version: string & import("effect/Brand").Brand<"Version">;
1272
824
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
1273
- readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
1274
825
  readonly installedAt: Date;
1275
826
  readonly updatedAt: Date;
1276
827
  readonly extensionType: "pack";
828
+ readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
1277
829
  readonly resolvedSkills: {
1278
830
  readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
1279
831
  };
@@ -1335,240 +887,88 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
1335
887
  readonly owner: string;
1336
888
  readonly installedAt: Date;
1337
889
  readonly updatedAt: Date;
1338
- readonly agents: readonly string[];
1339
890
  readonly repo: string;
1340
891
  readonly path?: string | undefined;
1341
- readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1342
892
  readonly gitTreeHash?: string | undefined;
1343
893
  readonly retainedByPack?: boolean | undefined;
1344
894
  readonly ref?: string | undefined;
1345
- readonly renderedFiles?: {
1346
- readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
1347
- readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
1348
- }, "Type">[];
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;
895
+ readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1363
896
  } | {
1364
897
  readonly type: "gitlab";
1365
898
  readonly owner: string;
1366
899
  readonly installedAt: Date;
1367
900
  readonly updatedAt: Date;
1368
- readonly agents: readonly string[];
1369
901
  readonly repo: string;
1370
902
  readonly path?: string | undefined;
1371
- readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1372
903
  readonly gitTreeHash?: string | undefined;
1373
904
  readonly retainedByPack?: boolean | undefined;
1374
905
  readonly ref?: string | undefined;
1375
- readonly renderedFiles?: {
1376
- readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
1377
- readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
1378
- }, "Type">[];
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;
906
+ readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1393
907
  } | {
1394
908
  readonly type: "bitbucket";
1395
909
  readonly owner: string;
1396
910
  readonly installedAt: Date;
1397
911
  readonly updatedAt: Date;
1398
- readonly agents: readonly string[];
1399
912
  readonly repo: string;
1400
913
  readonly path?: string | undefined;
1401
- readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1402
914
  readonly gitTreeHash?: string | undefined;
1403
915
  readonly retainedByPack?: boolean | undefined;
1404
916
  readonly ref?: string | undefined;
1405
- readonly renderedFiles?: {
1406
- readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
1407
- readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
1408
- }, "Type">[];
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;
917
+ readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1423
918
  } | {
1424
919
  readonly project: string;
1425
920
  readonly type: "azurerepos";
1426
921
  readonly installedAt: Date;
1427
922
  readonly updatedAt: Date;
1428
- readonly agents: readonly string[];
1429
923
  readonly repo: string;
1430
924
  readonly organization: string;
1431
925
  readonly path?: string | undefined;
1432
- readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1433
926
  readonly gitTreeHash?: string | undefined;
1434
927
  readonly retainedByPack?: boolean | undefined;
1435
928
  readonly ref?: string | undefined;
1436
- readonly renderedFiles?: {
1437
- readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
1438
- readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
1439
- }, "Type">[];
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;
929
+ readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1454
930
  } | {
1455
931
  readonly url: string;
1456
932
  readonly type: "git";
1457
933
  readonly installedAt: Date;
1458
934
  readonly updatedAt: Date;
1459
- readonly agents: readonly string[];
1460
935
  readonly path?: string | undefined;
1461
- readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1462
936
  readonly gitTreeHash?: string | undefined;
1463
937
  readonly retainedByPack?: boolean | undefined;
1464
938
  readonly ref?: string | undefined;
1465
- readonly renderedFiles?: {
1466
- readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
1467
- readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
1468
- }, "Type">[];
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;
939
+ readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1483
940
  } | {
1484
941
  readonly path: string;
1485
942
  readonly type: "local";
1486
943
  readonly installedAt: Date;
1487
944
  readonly updatedAt: Date;
1488
- readonly agents: readonly string[];
1489
- readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1490
945
  readonly gitTreeHash?: string | undefined;
1491
946
  readonly retainedByPack?: boolean | undefined;
1492
- readonly renderedFiles?: {
1493
- readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
1494
- readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
1495
- }, "Type">[];
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;
947
+ readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1510
948
  } | {
1511
949
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1512
950
  readonly type: "registry";
1513
951
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
1514
952
  readonly installedAt: Date;
1515
953
  readonly updatedAt: Date;
1516
- readonly agents: readonly string[];
1517
954
  readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
1518
955
  readonly integrity: string;
1519
956
  readonly sourceName: string;
1520
- readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1521
957
  readonly gitTreeHash?: string | undefined;
1522
958
  readonly retainedByPack?: boolean | undefined;
1523
959
  readonly publisherBindingId?: string | undefined;
1524
- readonly renderedFiles?: {
1525
- readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
1526
- readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
1527
- }, "Type">[];
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;
960
+ readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1542
961
  } | {
1543
962
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1544
963
  readonly type: "workspace";
1545
964
  readonly version: string & import("effect/Brand").Brand<"Version">;
1546
965
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
1547
- readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
1548
966
  readonly installedAt: Date;
1549
967
  readonly updatedAt: Date;
1550
968
  readonly extensionType: "skill";
1551
- readonly agents: readonly string[];
969
+ readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
1552
970
  readonly gitTreeHash?: string | undefined;
1553
971
  readonly retainedByPack?: boolean | undefined;
1554
- readonly renderedFiles?: {
1555
- readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
1556
- readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
1557
- }, "Type">[];
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;
1572
972
  };
1573
973
  };
1574
974
  readonly lockfileVersion: number;
@@ -1586,12 +986,6 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
1586
986
  readonly resolvedInputs?: {
1587
987
  readonly [x: string]: string | number | boolean;
1588
988
  } | undefined;
1589
- readonly materializedTargets?: readonly {
1590
- readonly target: string & import("effect/Brand").Brand<"RelativePath">;
1591
- readonly mode: "sync-once" | "sync-always" | "managed-region";
1592
- readonly region?: string | undefined;
1593
- readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1594
- }[] | undefined;
1595
989
  } | {
1596
990
  readonly type: "gitlab";
1597
991
  readonly owner: string;
@@ -1605,12 +999,6 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
1605
999
  readonly resolvedInputs?: {
1606
1000
  readonly [x: string]: string | number | boolean;
1607
1001
  } | undefined;
1608
- readonly materializedTargets?: readonly {
1609
- readonly target: string & import("effect/Brand").Brand<"RelativePath">;
1610
- readonly mode: "sync-once" | "sync-always" | "managed-region";
1611
- readonly region?: string | undefined;
1612
- readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1613
- }[] | undefined;
1614
1002
  } | {
1615
1003
  readonly type: "bitbucket";
1616
1004
  readonly owner: string;
@@ -1624,12 +1012,6 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
1624
1012
  readonly resolvedInputs?: {
1625
1013
  readonly [x: string]: string | number | boolean;
1626
1014
  } | undefined;
1627
- readonly materializedTargets?: readonly {
1628
- readonly target: string & import("effect/Brand").Brand<"RelativePath">;
1629
- readonly mode: "sync-once" | "sync-always" | "managed-region";
1630
- readonly region?: string | undefined;
1631
- readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1632
- }[] | undefined;
1633
1015
  } | {
1634
1016
  readonly project: string;
1635
1017
  readonly type: "azurerepos";
@@ -1644,12 +1026,6 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
1644
1026
  readonly resolvedInputs?: {
1645
1027
  readonly [x: string]: string | number | boolean;
1646
1028
  } | undefined;
1647
- readonly materializedTargets?: readonly {
1648
- readonly target: string & import("effect/Brand").Brand<"RelativePath">;
1649
- readonly mode: "sync-once" | "sync-always" | "managed-region";
1650
- readonly region?: string | undefined;
1651
- readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1652
- }[] | undefined;
1653
1029
  } | {
1654
1030
  readonly url: string;
1655
1031
  readonly type: "git";
@@ -1662,12 +1038,6 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
1662
1038
  readonly resolvedInputs?: {
1663
1039
  readonly [x: string]: string | number | boolean;
1664
1040
  } | undefined;
1665
- readonly materializedTargets?: readonly {
1666
- readonly target: string & import("effect/Brand").Brand<"RelativePath">;
1667
- readonly mode: "sync-once" | "sync-always" | "managed-region";
1668
- readonly region?: string | undefined;
1669
- readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1670
- }[] | undefined;
1671
1041
  } | {
1672
1042
  readonly path: string;
1673
1043
  readonly type: "local";
@@ -1678,12 +1048,6 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
1678
1048
  readonly resolvedInputs?: {
1679
1049
  readonly [x: string]: string | number | boolean;
1680
1050
  } | undefined;
1681
- readonly materializedTargets?: readonly {
1682
- readonly target: string & import("effect/Brand").Brand<"RelativePath">;
1683
- readonly mode: "sync-once" | "sync-always" | "managed-region";
1684
- readonly region?: string | undefined;
1685
- readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1686
- }[] | undefined;
1687
1051
  } | {
1688
1052
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1689
1053
  readonly type: "registry";
@@ -1699,32 +1063,20 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
1699
1063
  readonly resolvedInputs?: {
1700
1064
  readonly [x: string]: string | number | boolean;
1701
1065
  } | undefined;
1702
- readonly materializedTargets?: readonly {
1703
- readonly target: string & import("effect/Brand").Brand<"RelativePath">;
1704
- readonly mode: "sync-once" | "sync-always" | "managed-region";
1705
- readonly region?: string | undefined;
1706
- readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1707
- }[] | undefined;
1708
1066
  } | {
1709
1067
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1710
1068
  readonly type: "workspace";
1711
1069
  readonly version: string & import("effect/Brand").Brand<"Version">;
1712
1070
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
1713
- readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
1714
1071
  readonly installedAt: Date;
1715
1072
  readonly updatedAt: Date;
1716
1073
  readonly extensionType: "files";
1074
+ readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
1717
1075
  readonly gitTreeHash?: string | undefined;
1718
1076
  readonly retainedByPack?: boolean | undefined;
1719
1077
  readonly resolvedInputs?: {
1720
1078
  readonly [x: string]: string | number | boolean;
1721
1079
  } | undefined;
1722
- readonly materializedTargets?: readonly {
1723
- readonly target: string & import("effect/Brand").Brand<"RelativePath">;
1724
- readonly mode: "sync-once" | "sync-always" | "managed-region";
1725
- readonly region?: string | undefined;
1726
- readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1727
- }[] | undefined;
1728
1080
  };
1729
1081
  } | undefined;
1730
1082
  readonly knowledge?: {
@@ -1738,12 +1090,6 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
1738
1090
  readonly gitTreeHash?: string | undefined;
1739
1091
  readonly retainedByPack?: boolean | undefined;
1740
1092
  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
1093
  } | {
1748
1094
  readonly type: "gitlab";
1749
1095
  readonly owner: string;
@@ -1754,12 +1100,6 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
1754
1100
  readonly gitTreeHash?: string | undefined;
1755
1101
  readonly retainedByPack?: boolean | undefined;
1756
1102
  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
1103
  } | {
1764
1104
  readonly type: "bitbucket";
1765
1105
  readonly owner: string;
@@ -1770,12 +1110,6 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
1770
1110
  readonly gitTreeHash?: string | undefined;
1771
1111
  readonly retainedByPack?: boolean | undefined;
1772
1112
  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
1113
  } | {
1780
1114
  readonly project: string;
1781
1115
  readonly type: "azurerepos";
@@ -1787,12 +1121,6 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
1787
1121
  readonly gitTreeHash?: string | undefined;
1788
1122
  readonly retainedByPack?: boolean | undefined;
1789
1123
  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
1124
  } | {
1797
1125
  readonly url: string;
1798
1126
  readonly type: "git";
@@ -1802,12 +1130,6 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
1802
1130
  readonly gitTreeHash?: string | undefined;
1803
1131
  readonly retainedByPack?: boolean | undefined;
1804
1132
  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
1133
  } | {
1812
1134
  readonly path: string;
1813
1135
  readonly type: "local";
@@ -1815,12 +1137,6 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
1815
1137
  readonly updatedAt: Date;
1816
1138
  readonly gitTreeHash?: string | undefined;
1817
1139
  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
1140
  } | {
1825
1141
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1826
1142
  readonly type: "registry";
@@ -1833,29 +1149,17 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
1833
1149
  readonly gitTreeHash?: string | undefined;
1834
1150
  readonly retainedByPack?: boolean | undefined;
1835
1151
  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
1152
  } | {
1843
1153
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
1844
1154
  readonly type: "workspace";
1845
1155
  readonly version: string & import("effect/Brand").Brand<"Version">;
1846
1156
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
1847
- readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
1848
1157
  readonly installedAt: Date;
1849
1158
  readonly updatedAt: Date;
1850
1159
  readonly extensionType: "knowledge";
1160
+ readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
1851
1161
  readonly gitTreeHash?: string | undefined;
1852
1162
  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
1163
  };
1860
1164
  } | undefined;
1861
1165
  readonly mcpServers?: {
@@ -1869,7 +1173,6 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
1869
1173
  readonly [x: string]: string;
1870
1174
  } | undefined;
1871
1175
  readonly args?: readonly string[] | undefined;
1872
- readonly syncedAgents?: readonly string[] | undefined;
1873
1176
  readonly gitTreeHash?: string | undefined;
1874
1177
  readonly retainedByPack?: boolean | undefined;
1875
1178
  } | {
@@ -1879,7 +1182,6 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
1879
1182
  readonly updatedAt: Date;
1880
1183
  readonly repo: string;
1881
1184
  readonly path?: string | undefined;
1882
- readonly syncedAgents?: readonly string[] | undefined;
1883
1185
  readonly gitTreeHash?: string | undefined;
1884
1186
  readonly retainedByPack?: boolean | undefined;
1885
1187
  readonly ref?: string | undefined;
@@ -1890,7 +1192,6 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
1890
1192
  readonly updatedAt: Date;
1891
1193
  readonly repo: string;
1892
1194
  readonly path?: string | undefined;
1893
- readonly syncedAgents?: readonly string[] | undefined;
1894
1195
  readonly gitTreeHash?: string | undefined;
1895
1196
  readonly retainedByPack?: boolean | undefined;
1896
1197
  readonly ref?: string | undefined;
@@ -1901,7 +1202,6 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
1901
1202
  readonly updatedAt: Date;
1902
1203
  readonly repo: string;
1903
1204
  readonly path?: string | undefined;
1904
- readonly syncedAgents?: readonly string[] | undefined;
1905
1205
  readonly gitTreeHash?: string | undefined;
1906
1206
  readonly retainedByPack?: boolean | undefined;
1907
1207
  readonly ref?: string | undefined;
@@ -1913,7 +1213,6 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
1913
1213
  readonly repo: string;
1914
1214
  readonly organization: string;
1915
1215
  readonly path?: string | undefined;
1916
- readonly syncedAgents?: readonly string[] | undefined;
1917
1216
  readonly gitTreeHash?: string | undefined;
1918
1217
  readonly retainedByPack?: boolean | undefined;
1919
1218
  readonly ref?: string | undefined;
@@ -1923,7 +1222,6 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
1923
1222
  readonly installedAt: Date;
1924
1223
  readonly updatedAt: Date;
1925
1224
  readonly path?: string | undefined;
1926
- readonly syncedAgents?: readonly string[] | undefined;
1927
1225
  readonly gitTreeHash?: string | undefined;
1928
1226
  readonly retainedByPack?: boolean | undefined;
1929
1227
  readonly ref?: string | undefined;
@@ -1932,7 +1230,6 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
1932
1230
  readonly type: "local";
1933
1231
  readonly installedAt: Date;
1934
1232
  readonly updatedAt: Date;
1935
- readonly syncedAgents?: readonly string[] | undefined;
1936
1233
  readonly gitTreeHash?: string | undefined;
1937
1234
  readonly retainedByPack?: boolean | undefined;
1938
1235
  } | {
@@ -1944,7 +1241,6 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
1944
1241
  readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
1945
1242
  readonly integrity: string;
1946
1243
  readonly sourceName: string;
1947
- readonly syncedAgents?: readonly string[] | undefined;
1948
1244
  readonly gitTreeHash?: string | undefined;
1949
1245
  readonly retainedByPack?: boolean | undefined;
1950
1246
  readonly publisherBindingId?: string | undefined;
@@ -1953,11 +1249,10 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
1953
1249
  readonly type: "workspace";
1954
1250
  readonly version: string & import("effect/Brand").Brand<"Version">;
1955
1251
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
1956
- readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
1957
1252
  readonly installedAt: Date;
1958
1253
  readonly updatedAt: Date;
1959
1254
  readonly extensionType: "mcp-server";
1960
- readonly syncedAgents?: readonly string[] | undefined;
1255
+ readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
1961
1256
  readonly gitTreeHash?: string | undefined;
1962
1257
  readonly retainedByPack?: boolean | undefined;
1963
1258
  };
@@ -1973,12 +1268,6 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
1973
1268
  readonly gitTreeHash?: string | undefined;
1974
1269
  readonly retainedByPack?: boolean | undefined;
1975
1270
  readonly ref?: string | undefined;
1976
- readonly materializedTargets?: readonly {
1977
- readonly target: string & import("effect/Brand").Brand<"RelativePath">;
1978
- readonly mode: "sync-once" | "sync-always" | "managed-region";
1979
- readonly region?: string | undefined;
1980
- readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1981
- }[] | undefined;
1982
1271
  } | {
1983
1272
  readonly type: "gitlab";
1984
1273
  readonly owner: string;
@@ -1989,12 +1278,6 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
1989
1278
  readonly gitTreeHash?: string | undefined;
1990
1279
  readonly retainedByPack?: boolean | undefined;
1991
1280
  readonly ref?: string | undefined;
1992
- readonly materializedTargets?: readonly {
1993
- readonly target: string & import("effect/Brand").Brand<"RelativePath">;
1994
- readonly mode: "sync-once" | "sync-always" | "managed-region";
1995
- readonly region?: string | undefined;
1996
- readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
1997
- }[] | undefined;
1998
1281
  } | {
1999
1282
  readonly type: "bitbucket";
2000
1283
  readonly owner: string;
@@ -2005,12 +1288,6 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
2005
1288
  readonly gitTreeHash?: string | undefined;
2006
1289
  readonly retainedByPack?: boolean | undefined;
2007
1290
  readonly ref?: string | undefined;
2008
- readonly materializedTargets?: readonly {
2009
- readonly target: string & import("effect/Brand").Brand<"RelativePath">;
2010
- readonly mode: "sync-once" | "sync-always" | "managed-region";
2011
- readonly region?: string | undefined;
2012
- readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
2013
- }[] | undefined;
2014
1291
  } | {
2015
1292
  readonly project: string;
2016
1293
  readonly type: "azurerepos";
@@ -2022,12 +1299,6 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
2022
1299
  readonly gitTreeHash?: string | undefined;
2023
1300
  readonly retainedByPack?: boolean | undefined;
2024
1301
  readonly ref?: string | undefined;
2025
- readonly materializedTargets?: readonly {
2026
- readonly target: string & import("effect/Brand").Brand<"RelativePath">;
2027
- readonly mode: "sync-once" | "sync-always" | "managed-region";
2028
- readonly region?: string | undefined;
2029
- readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
2030
- }[] | undefined;
2031
1302
  } | {
2032
1303
  readonly url: string;
2033
1304
  readonly type: "git";
@@ -2037,12 +1308,6 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
2037
1308
  readonly gitTreeHash?: string | undefined;
2038
1309
  readonly retainedByPack?: boolean | undefined;
2039
1310
  readonly ref?: string | undefined;
2040
- readonly materializedTargets?: readonly {
2041
- readonly target: string & import("effect/Brand").Brand<"RelativePath">;
2042
- readonly mode: "sync-once" | "sync-always" | "managed-region";
2043
- readonly region?: string | undefined;
2044
- readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
2045
- }[] | undefined;
2046
1311
  } | {
2047
1312
  readonly path: string;
2048
1313
  readonly type: "local";
@@ -2050,12 +1315,6 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
2050
1315
  readonly updatedAt: Date;
2051
1316
  readonly gitTreeHash?: string | undefined;
2052
1317
  readonly retainedByPack?: boolean | undefined;
2053
- readonly materializedTargets?: readonly {
2054
- readonly target: string & import("effect/Brand").Brand<"RelativePath">;
2055
- readonly mode: "sync-once" | "sync-always" | "managed-region";
2056
- readonly region?: string | undefined;
2057
- readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
2058
- }[] | undefined;
2059
1318
  } | {
2060
1319
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
2061
1320
  readonly type: "registry";
@@ -2068,29 +1327,17 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
2068
1327
  readonly gitTreeHash?: string | undefined;
2069
1328
  readonly retainedByPack?: boolean | undefined;
2070
1329
  readonly publisherBindingId?: string | undefined;
2071
- readonly materializedTargets?: readonly {
2072
- readonly target: string & import("effect/Brand").Brand<"RelativePath">;
2073
- readonly mode: "sync-once" | "sync-always" | "managed-region";
2074
- readonly region?: string | undefined;
2075
- readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
2076
- }[] | undefined;
2077
1330
  } | {
2078
1331
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
2079
1332
  readonly type: "workspace";
2080
1333
  readonly version: string & import("effect/Brand").Brand<"Version">;
2081
1334
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
2082
- readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
2083
1335
  readonly installedAt: Date;
2084
1336
  readonly updatedAt: Date;
2085
1337
  readonly extensionType: "hook";
1338
+ readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
2086
1339
  readonly gitTreeHash?: string | undefined;
2087
1340
  readonly retainedByPack?: boolean | undefined;
2088
- readonly materializedTargets?: readonly {
2089
- readonly target: string & import("effect/Brand").Brand<"RelativePath">;
2090
- readonly mode: "sync-once" | "sync-always" | "managed-region";
2091
- readonly region?: string | undefined;
2092
- readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
2093
- }[] | undefined;
2094
1341
  };
2095
1342
  } | undefined;
2096
1343
  readonly subagents?: {
@@ -2099,136 +1346,88 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
2099
1346
  readonly owner: string;
2100
1347
  readonly installedAt: Date;
2101
1348
  readonly updatedAt: Date;
2102
- readonly agents: readonly string[];
2103
1349
  readonly repo: string;
2104
1350
  readonly path?: string | undefined;
2105
- readonly sourceHash?: string | undefined;
2106
1351
  readonly gitTreeHash?: string | undefined;
2107
1352
  readonly retainedByPack?: boolean | undefined;
2108
1353
  readonly ref?: string | undefined;
2109
- readonly renderedFiles?: {
2110
- readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
2111
- readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
2112
- }, "Type">[];
2113
- } | undefined;
1354
+ readonly sourceHash?: string | undefined;
2114
1355
  } | {
2115
1356
  readonly type: "gitlab";
2116
1357
  readonly owner: string;
2117
1358
  readonly installedAt: Date;
2118
1359
  readonly updatedAt: Date;
2119
- readonly agents: readonly string[];
2120
1360
  readonly repo: string;
2121
1361
  readonly path?: string | undefined;
2122
- readonly sourceHash?: string | undefined;
2123
1362
  readonly gitTreeHash?: string | undefined;
2124
1363
  readonly retainedByPack?: boolean | undefined;
2125
1364
  readonly ref?: string | undefined;
2126
- readonly renderedFiles?: {
2127
- readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
2128
- readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
2129
- }, "Type">[];
2130
- } | undefined;
1365
+ readonly sourceHash?: string | undefined;
2131
1366
  } | {
2132
1367
  readonly type: "bitbucket";
2133
1368
  readonly owner: string;
2134
1369
  readonly installedAt: Date;
2135
1370
  readonly updatedAt: Date;
2136
- readonly agents: readonly string[];
2137
1371
  readonly repo: string;
2138
1372
  readonly path?: string | undefined;
2139
- readonly sourceHash?: string | undefined;
2140
1373
  readonly gitTreeHash?: string | undefined;
2141
1374
  readonly retainedByPack?: boolean | undefined;
2142
1375
  readonly ref?: string | undefined;
2143
- readonly renderedFiles?: {
2144
- readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
2145
- readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
2146
- }, "Type">[];
2147
- } | undefined;
1376
+ readonly sourceHash?: string | undefined;
2148
1377
  } | {
2149
1378
  readonly project: string;
2150
1379
  readonly type: "azurerepos";
2151
1380
  readonly installedAt: Date;
2152
1381
  readonly updatedAt: Date;
2153
- readonly agents: readonly string[];
2154
1382
  readonly repo: string;
2155
1383
  readonly organization: string;
2156
1384
  readonly path?: string | undefined;
2157
- readonly sourceHash?: string | undefined;
2158
1385
  readonly gitTreeHash?: string | undefined;
2159
1386
  readonly retainedByPack?: boolean | undefined;
2160
1387
  readonly ref?: string | undefined;
2161
- readonly renderedFiles?: {
2162
- readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
2163
- readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
2164
- }, "Type">[];
2165
- } | undefined;
1388
+ readonly sourceHash?: string | undefined;
2166
1389
  } | {
2167
1390
  readonly url: string;
2168
1391
  readonly type: "git";
2169
1392
  readonly installedAt: Date;
2170
1393
  readonly updatedAt: Date;
2171
- readonly agents: readonly string[];
2172
1394
  readonly path?: string | undefined;
2173
- readonly sourceHash?: string | undefined;
2174
1395
  readonly gitTreeHash?: string | undefined;
2175
1396
  readonly retainedByPack?: boolean | undefined;
2176
1397
  readonly ref?: string | undefined;
2177
- readonly renderedFiles?: {
2178
- readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
2179
- readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
2180
- }, "Type">[];
2181
- } | undefined;
1398
+ readonly sourceHash?: string | undefined;
2182
1399
  } | {
2183
1400
  readonly path: string;
2184
1401
  readonly type: "local";
2185
1402
  readonly installedAt: Date;
2186
1403
  readonly updatedAt: Date;
2187
- readonly agents: readonly string[];
2188
- readonly sourceHash?: string | undefined;
2189
1404
  readonly gitTreeHash?: string | undefined;
2190
1405
  readonly retainedByPack?: boolean | undefined;
2191
- readonly renderedFiles?: {
2192
- readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
2193
- readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
2194
- }, "Type">[];
2195
- } | undefined;
1406
+ readonly sourceHash?: string | undefined;
2196
1407
  } | {
2197
1408
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
2198
1409
  readonly type: "registry";
2199
1410
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
2200
1411
  readonly installedAt: Date;
2201
1412
  readonly updatedAt: Date;
2202
- readonly agents: readonly string[];
2203
1413
  readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
2204
1414
  readonly integrity: string;
2205
1415
  readonly sourceName: string;
2206
- readonly sourceHash?: string | undefined;
2207
1416
  readonly gitTreeHash?: string | undefined;
2208
1417
  readonly retainedByPack?: boolean | undefined;
2209
1418
  readonly publisherBindingId?: string | undefined;
2210
- readonly renderedFiles?: {
2211
- readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
2212
- readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
2213
- }, "Type">[];
2214
- } | undefined;
1419
+ readonly sourceHash?: string | undefined;
2215
1420
  } | {
2216
1421
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
2217
1422
  readonly type: "workspace";
2218
1423
  readonly version: string & import("effect/Brand").Brand<"Version">;
2219
1424
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
2220
- readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
2221
1425
  readonly installedAt: Date;
2222
1426
  readonly updatedAt: Date;
2223
1427
  readonly extensionType: "subagent";
2224
- readonly agents: readonly string[];
1428
+ readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
2225
1429
  readonly gitTreeHash?: string | undefined;
2226
1430
  readonly retainedByPack?: boolean | undefined;
2227
- readonly renderedFiles?: {
2228
- readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
2229
- readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
2230
- }, "Type">[];
2231
- } | undefined;
2232
1431
  };
2233
1432
  } | undefined;
2234
1433
  readonly commands?: {
@@ -2237,136 +1436,88 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
2237
1436
  readonly owner: string;
2238
1437
  readonly installedAt: Date;
2239
1438
  readonly updatedAt: Date;
2240
- readonly agents: readonly string[];
2241
1439
  readonly repo: string;
2242
1440
  readonly path?: string | undefined;
2243
- readonly sourceHash?: string | undefined;
2244
1441
  readonly gitTreeHash?: string | undefined;
2245
1442
  readonly retainedByPack?: boolean | undefined;
2246
1443
  readonly ref?: string | undefined;
2247
- readonly renderedFiles?: {
2248
- readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
2249
- readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
2250
- }, "Type">[];
2251
- } | undefined;
1444
+ readonly sourceHash?: string | undefined;
2252
1445
  } | {
2253
1446
  readonly type: "gitlab";
2254
1447
  readonly owner: string;
2255
1448
  readonly installedAt: Date;
2256
1449
  readonly updatedAt: Date;
2257
- readonly agents: readonly string[];
2258
1450
  readonly repo: string;
2259
1451
  readonly path?: string | undefined;
2260
- readonly sourceHash?: string | undefined;
2261
1452
  readonly gitTreeHash?: string | undefined;
2262
1453
  readonly retainedByPack?: boolean | undefined;
2263
1454
  readonly ref?: string | undefined;
2264
- readonly renderedFiles?: {
2265
- readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
2266
- readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
2267
- }, "Type">[];
2268
- } | undefined;
1455
+ readonly sourceHash?: string | undefined;
2269
1456
  } | {
2270
1457
  readonly type: "bitbucket";
2271
1458
  readonly owner: string;
2272
1459
  readonly installedAt: Date;
2273
1460
  readonly updatedAt: Date;
2274
- readonly agents: readonly string[];
2275
1461
  readonly repo: string;
2276
1462
  readonly path?: string | undefined;
2277
- readonly sourceHash?: string | undefined;
2278
1463
  readonly gitTreeHash?: string | undefined;
2279
1464
  readonly retainedByPack?: boolean | undefined;
2280
1465
  readonly ref?: string | undefined;
2281
- readonly renderedFiles?: {
2282
- readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
2283
- readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
2284
- }, "Type">[];
2285
- } | undefined;
1466
+ readonly sourceHash?: string | undefined;
2286
1467
  } | {
2287
1468
  readonly project: string;
2288
1469
  readonly type: "azurerepos";
2289
1470
  readonly installedAt: Date;
2290
1471
  readonly updatedAt: Date;
2291
- readonly agents: readonly string[];
2292
1472
  readonly repo: string;
2293
1473
  readonly organization: string;
2294
1474
  readonly path?: string | undefined;
2295
- readonly sourceHash?: string | undefined;
2296
1475
  readonly gitTreeHash?: string | undefined;
2297
1476
  readonly retainedByPack?: boolean | undefined;
2298
1477
  readonly ref?: string | undefined;
2299
- readonly renderedFiles?: {
2300
- readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
2301
- readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
2302
- }, "Type">[];
2303
- } | undefined;
1478
+ readonly sourceHash?: string | undefined;
2304
1479
  } | {
2305
1480
  readonly url: string;
2306
1481
  readonly type: "git";
2307
1482
  readonly installedAt: Date;
2308
1483
  readonly updatedAt: Date;
2309
- readonly agents: readonly string[];
2310
1484
  readonly path?: string | undefined;
2311
- readonly sourceHash?: string | undefined;
2312
1485
  readonly gitTreeHash?: string | undefined;
2313
1486
  readonly retainedByPack?: boolean | undefined;
2314
1487
  readonly ref?: string | undefined;
2315
- readonly renderedFiles?: {
2316
- readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
2317
- readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
2318
- }, "Type">[];
2319
- } | undefined;
1488
+ readonly sourceHash?: string | undefined;
2320
1489
  } | {
2321
1490
  readonly path: string;
2322
1491
  readonly type: "local";
2323
1492
  readonly installedAt: Date;
2324
1493
  readonly updatedAt: Date;
2325
- readonly agents: readonly string[];
2326
- readonly sourceHash?: string | undefined;
2327
1494
  readonly gitTreeHash?: string | undefined;
2328
1495
  readonly retainedByPack?: boolean | undefined;
2329
- readonly renderedFiles?: {
2330
- readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
2331
- readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
2332
- }, "Type">[];
2333
- } | undefined;
1496
+ readonly sourceHash?: string | undefined;
2334
1497
  } | {
2335
1498
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
2336
1499
  readonly type: "registry";
2337
1500
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
2338
1501
  readonly installedAt: Date;
2339
1502
  readonly updatedAt: Date;
2340
- readonly agents: readonly string[];
2341
1503
  readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
2342
1504
  readonly integrity: string;
2343
1505
  readonly sourceName: string;
2344
- readonly sourceHash?: string | undefined;
2345
1506
  readonly gitTreeHash?: string | undefined;
2346
1507
  readonly retainedByPack?: boolean | undefined;
2347
1508
  readonly publisherBindingId?: string | undefined;
2348
- readonly renderedFiles?: {
2349
- readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
2350
- readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
2351
- }, "Type">[];
2352
- } | undefined;
1509
+ readonly sourceHash?: string | undefined;
2353
1510
  } | {
2354
1511
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
2355
1512
  readonly type: "workspace";
2356
1513
  readonly version: string & import("effect/Brand").Brand<"Version">;
2357
1514
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
2358
- readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
2359
1515
  readonly installedAt: Date;
2360
1516
  readonly updatedAt: Date;
2361
1517
  readonly extensionType: "command";
2362
- readonly agents: readonly string[];
1518
+ readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
2363
1519
  readonly gitTreeHash?: string | undefined;
2364
1520
  readonly retainedByPack?: boolean | undefined;
2365
- readonly renderedFiles?: {
2366
- readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
2367
- readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
2368
- }, "Type">[];
2369
- } | undefined;
2370
1521
  };
2371
1522
  } | undefined;
2372
1523
  readonly rules?: {
@@ -2380,12 +1531,6 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
2380
1531
  readonly gitTreeHash?: string | undefined;
2381
1532
  readonly retainedByPack?: boolean | undefined;
2382
1533
  readonly ref?: string | undefined;
2383
- readonly materializedTargets?: readonly {
2384
- readonly target: string & import("effect/Brand").Brand<"RelativePath">;
2385
- readonly mode: "sync-once" | "sync-always" | "managed-region";
2386
- readonly region?: string | undefined;
2387
- readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
2388
- }[] | undefined;
2389
1534
  } | {
2390
1535
  readonly type: "gitlab";
2391
1536
  readonly owner: string;
@@ -2396,12 +1541,6 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
2396
1541
  readonly gitTreeHash?: string | undefined;
2397
1542
  readonly retainedByPack?: boolean | undefined;
2398
1543
  readonly ref?: string | undefined;
2399
- readonly materializedTargets?: readonly {
2400
- readonly target: string & import("effect/Brand").Brand<"RelativePath">;
2401
- readonly mode: "sync-once" | "sync-always" | "managed-region";
2402
- readonly region?: string | undefined;
2403
- readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
2404
- }[] | undefined;
2405
1544
  } | {
2406
1545
  readonly type: "bitbucket";
2407
1546
  readonly owner: string;
@@ -2412,12 +1551,6 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
2412
1551
  readonly gitTreeHash?: string | undefined;
2413
1552
  readonly retainedByPack?: boolean | undefined;
2414
1553
  readonly ref?: string | undefined;
2415
- readonly materializedTargets?: readonly {
2416
- readonly target: string & import("effect/Brand").Brand<"RelativePath">;
2417
- readonly mode: "sync-once" | "sync-always" | "managed-region";
2418
- readonly region?: string | undefined;
2419
- readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
2420
- }[] | undefined;
2421
1554
  } | {
2422
1555
  readonly project: string;
2423
1556
  readonly type: "azurerepos";
@@ -2429,12 +1562,6 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
2429
1562
  readonly gitTreeHash?: string | undefined;
2430
1563
  readonly retainedByPack?: boolean | undefined;
2431
1564
  readonly ref?: string | undefined;
2432
- readonly materializedTargets?: readonly {
2433
- readonly target: string & import("effect/Brand").Brand<"RelativePath">;
2434
- readonly mode: "sync-once" | "sync-always" | "managed-region";
2435
- readonly region?: string | undefined;
2436
- readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
2437
- }[] | undefined;
2438
1565
  } | {
2439
1566
  readonly url: string;
2440
1567
  readonly type: "git";
@@ -2444,12 +1571,6 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
2444
1571
  readonly gitTreeHash?: string | undefined;
2445
1572
  readonly retainedByPack?: boolean | undefined;
2446
1573
  readonly ref?: string | undefined;
2447
- readonly materializedTargets?: readonly {
2448
- readonly target: string & import("effect/Brand").Brand<"RelativePath">;
2449
- readonly mode: "sync-once" | "sync-always" | "managed-region";
2450
- readonly region?: string | undefined;
2451
- readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
2452
- }[] | undefined;
2453
1574
  } | {
2454
1575
  readonly path: string;
2455
1576
  readonly type: "local";
@@ -2457,12 +1578,6 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
2457
1578
  readonly updatedAt: Date;
2458
1579
  readonly gitTreeHash?: string | undefined;
2459
1580
  readonly retainedByPack?: boolean | undefined;
2460
- readonly materializedTargets?: readonly {
2461
- readonly target: string & import("effect/Brand").Brand<"RelativePath">;
2462
- readonly mode: "sync-once" | "sync-always" | "managed-region";
2463
- readonly region?: string | undefined;
2464
- readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
2465
- }[] | undefined;
2466
1581
  } | {
2467
1582
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
2468
1583
  readonly type: "registry";
@@ -2475,29 +1590,17 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
2475
1590
  readonly gitTreeHash?: string | undefined;
2476
1591
  readonly retainedByPack?: boolean | undefined;
2477
1592
  readonly publisherBindingId?: string | undefined;
2478
- readonly materializedTargets?: readonly {
2479
- readonly target: string & import("effect/Brand").Brand<"RelativePath">;
2480
- readonly mode: "sync-once" | "sync-always" | "managed-region";
2481
- readonly region?: string | undefined;
2482
- readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
2483
- }[] | undefined;
2484
1593
  } | {
2485
1594
  readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
2486
1595
  readonly type: "workspace";
2487
1596
  readonly version: string & import("effect/Brand").Brand<"Version">;
2488
1597
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
2489
- readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
2490
1598
  readonly installedAt: Date;
2491
1599
  readonly updatedAt: Date;
2492
1600
  readonly extensionType: "rule";
1601
+ readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
2493
1602
  readonly gitTreeHash?: string | undefined;
2494
1603
  readonly retainedByPack?: boolean | undefined;
2495
- readonly materializedTargets?: readonly {
2496
- readonly target: string & import("effect/Brand").Brand<"RelativePath">;
2497
- readonly mode: "sync-once" | "sync-always" | "managed-region";
2498
- readonly region?: string | undefined;
2499
- readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
2500
- }[] | undefined;
2501
1604
  };
2502
1605
  } | undefined;
2503
1606
  readonly packs?: {
@@ -2537,10 +1640,10 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
2537
1640
  readonly type: "workspace";
2538
1641
  readonly version: string & import("effect/Brand").Brand<"Version">;
2539
1642
  readonly owner: string & import("effect/Brand").Brand<"Handle">;
2540
- readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
2541
1643
  readonly installedAt: Date;
2542
1644
  readonly updatedAt: Date;
2543
1645
  readonly extensionType: "pack";
1646
+ readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
2544
1647
  readonly resolvedSkills: {
2545
1648
  readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
2546
1649
  };