@agentxm/client-core 0.22.11 → 0.22.12

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