@agentxm/client-core 0.22.11 → 0.22.13

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 (223) 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/__generated__/registry-client.d.ts +855 -3968
  102. package/dist/src/unstable/registry/__generated__/registry-client.d.ts.map +1 -1
  103. package/dist/src/unstable/registry/__generated__/registry-client.js +26 -690
  104. package/dist/src/unstable/registry/__generated__/registry-client.js.map +1 -1
  105. package/dist/src/unstable/registry/admin-client.d.ts +0 -34
  106. package/dist/src/unstable/registry/admin-client.d.ts.map +1 -1
  107. package/dist/src/unstable/registry/admin-client.js +0 -21
  108. package/dist/src/unstable/registry/admin-client.js.map +1 -1
  109. package/dist/src/unstable/registry/client.d.ts +2 -2
  110. package/dist/src/unstable/registry/client.d.ts.map +1 -1
  111. package/dist/src/unstable/registry/index.d.ts +2 -2
  112. package/dist/src/unstable/registry/index.d.ts.map +1 -1
  113. package/dist/src/unstable/registry/index.js +1 -1
  114. package/dist/src/unstable/registry/index.js.map +1 -1
  115. package/dist/src/unstable/registry/local-client.d.ts.map +1 -1
  116. package/dist/src/unstable/registry/local-client.js +2 -3
  117. package/dist/src/unstable/registry/local-client.js.map +1 -1
  118. package/dist/src/unstable/registry/remote-client.d.ts.map +1 -1
  119. package/dist/src/unstable/registry/remote-client.js +1 -3
  120. package/dist/src/unstable/registry/remote-client.js.map +1 -1
  121. package/dist/src/unstable/registry/schema.d.ts +1 -1
  122. package/dist/src/unstable/registry/schema.js +1 -1
  123. package/dist/src/unstable/registry/schema.js.map +1 -1
  124. package/dist/src/unstable/rules/index.d.ts +0 -1
  125. package/dist/src/unstable/rules/index.d.ts.map +1 -1
  126. package/dist/src/unstable/rules/index.js +0 -1
  127. package/dist/src/unstable/rules/index.js.map +1 -1
  128. package/dist/src/unstable/rules/manager.js +1 -1
  129. package/dist/src/unstable/rules/manager.js.map +1 -1
  130. package/dist/src/unstable/skills/index.d.ts +0 -1
  131. package/dist/src/unstable/skills/index.d.ts.map +1 -1
  132. package/dist/src/unstable/skills/index.js +0 -2
  133. package/dist/src/unstable/skills/index.js.map +1 -1
  134. package/dist/src/unstable/skills/reconciliation-adapter.d.ts.map +1 -1
  135. package/dist/src/unstable/skills/reconciliation-adapter.js +10 -58
  136. package/dist/src/unstable/skills/reconciliation-adapter.js.map +1 -1
  137. package/dist/src/unstable/source-resolution/providers/registry/host-provider.d.ts.map +1 -1
  138. package/dist/src/unstable/source-resolution/providers/registry/host-provider.js +2 -6
  139. package/dist/src/unstable/source-resolution/providers/registry/host-provider.js.map +1 -1
  140. package/dist/src/unstable/sources/lock-entry-to-ref.d.ts.map +1 -1
  141. package/dist/src/unstable/sources/lock-entry-to-ref.js +5 -3
  142. package/dist/src/unstable/sources/lock-entry-to-ref.js.map +1 -1
  143. package/dist/src/unstable/sources/source-to-lock-entry.d.ts.map +1 -1
  144. package/dist/src/unstable/sources/source-to-lock-entry.js +1 -3
  145. package/dist/src/unstable/sources/source-to-lock-entry.js.map +1 -1
  146. package/dist/src/unstable/subagents/index.d.ts +0 -1
  147. package/dist/src/unstable/subagents/index.d.ts.map +1 -1
  148. package/dist/src/unstable/subagents/index.js +0 -1
  149. package/dist/src/unstable/subagents/index.js.map +1 -1
  150. package/dist/src/unstable/subagents/lock-entry-builder.d.ts.map +1 -1
  151. package/dist/src/unstable/subagents/lock-entry-builder.js +1 -3
  152. package/dist/src/unstable/subagents/lock-entry-builder.js.map +1 -1
  153. package/dist/src/unstable/subagents/reconciliation-adapter.d.ts.map +1 -1
  154. package/dist/src/unstable/subagents/reconciliation-adapter.js +10 -58
  155. package/dist/src/unstable/subagents/reconciliation-adapter.js.map +1 -1
  156. package/dist/src/unstable/workspace/display-plan.d.ts.map +1 -1
  157. package/dist/src/unstable/workspace/display-plan.js +1 -28
  158. package/dist/src/unstable/workspace/display-plan.js.map +1 -1
  159. package/dist/src/unstable/workspace/initialization.d.ts +4 -4
  160. package/dist/src/unstable/workspace/read-model/__fixtures__/builder.js +2 -2
  161. package/dist/src/unstable/workspace/read-model/extensions/package-root.d.ts +2 -7
  162. package/dist/src/unstable/workspace/read-model/extensions/package-root.d.ts.map +1 -1
  163. package/dist/src/unstable/workspace/read-model/extensions/package-root.js +2 -11
  164. package/dist/src/unstable/workspace/read-model/extensions/package-root.js.map +1 -1
  165. package/dist/src/unstable/workspace/read-model/extensions/skill.js +1 -1
  166. package/dist/src/unstable/workspace/read-model/scanners/canonical-extensions.d.ts +1 -1
  167. package/dist/src/unstable/workspace/read-model/scanners/canonical-extensions.js +3 -13
  168. package/dist/src/unstable/workspace/read-model/scanners/canonical-extensions.js.map +1 -1
  169. package/dist/src/unstable/workspace/read-model/scanners/mcp-config.d.ts +1 -6
  170. package/dist/src/unstable/workspace/read-model/scanners/mcp-config.d.ts.map +1 -1
  171. package/dist/src/unstable/workspace/read-model/scanners/mcp-config.js +2 -7
  172. package/dist/src/unstable/workspace/read-model/scanners/mcp-config.js.map +1 -1
  173. package/dist/src/unstable/workspace/read-model/service.d.ts.map +1 -1
  174. package/dist/src/unstable/workspace/read-model/service.js +0 -1
  175. package/dist/src/unstable/workspace/read-model/service.js.map +1 -1
  176. package/dist/src/unstable/workspace/read-model-record-readers.js +1 -1
  177. package/dist/src/unstable/workspace/reconciliation-types.d.ts +2 -2
  178. package/dist/src/unstable/workspace/reconciliation-types.d.ts.map +1 -1
  179. package/dist/src/unstable/workspace/reconciliation.d.ts.map +1 -1
  180. package/dist/src/unstable/workspace/reconciliation.js +24 -13
  181. package/dist/src/unstable/workspace/reconciliation.js.map +1 -1
  182. package/dist/src/unstable/workspace/service.d.ts +494 -410
  183. package/dist/src/unstable/workspace/service.d.ts.map +1 -1
  184. package/dist/src/unstable/workspace/test-stubs.d.ts +4 -0
  185. package/dist/src/unstable/workspace/test-stubs.d.ts.map +1 -1
  186. package/dist/src/unstable/workspace/test-stubs.js +5 -1
  187. package/dist/src/unstable/workspace/test-stubs.js.map +1 -1
  188. package/package.json +2 -2
  189. package/site-content/__generated__/schemas/axm-lock.schema.json +47 -69
  190. package/site-content/__generated__/schemas/hook.schema.json +3 -34
  191. package/site-content/__generated__/schemas/knowledge.schema.json +2 -2
  192. package/dist/src/unstable/commands/registry-ref-builder.d.ts +0 -7
  193. package/dist/src/unstable/commands/registry-ref-builder.d.ts.map +0 -1
  194. package/dist/src/unstable/commands/registry-ref-builder.js +0 -13
  195. package/dist/src/unstable/commands/registry-ref-builder.js.map +0 -1
  196. package/dist/src/unstable/extensions/reconciliation-utils.d.ts +0 -38
  197. package/dist/src/unstable/extensions/reconciliation-utils.d.ts.map +0 -1
  198. package/dist/src/unstable/extensions/reconciliation-utils.js +0 -57
  199. package/dist/src/unstable/extensions/reconciliation-utils.js.map +0 -1
  200. package/dist/src/unstable/hooks/registry-ref-builder.d.ts +0 -7
  201. package/dist/src/unstable/hooks/registry-ref-builder.d.ts.map +0 -1
  202. package/dist/src/unstable/hooks/registry-ref-builder.js +0 -13
  203. package/dist/src/unstable/hooks/registry-ref-builder.js.map +0 -1
  204. package/dist/src/unstable/lint/catalog/workspace/skills-universal-artifact-present.d.ts +0 -16
  205. package/dist/src/unstable/lint/catalog/workspace/skills-universal-artifact-present.d.ts.map +0 -1
  206. package/dist/src/unstable/lint/catalog/workspace/skills-universal-artifact-present.js +0 -23
  207. package/dist/src/unstable/lint/catalog/workspace/skills-universal-artifact-present.js.map +0 -1
  208. package/dist/src/unstable/mcps/registry-ref-builder.d.ts +0 -7
  209. package/dist/src/unstable/mcps/registry-ref-builder.d.ts.map +0 -1
  210. package/dist/src/unstable/mcps/registry-ref-builder.js +0 -13
  211. package/dist/src/unstable/mcps/registry-ref-builder.js.map +0 -1
  212. package/dist/src/unstable/rules/registry-ref-builder.d.ts +0 -7
  213. package/dist/src/unstable/rules/registry-ref-builder.d.ts.map +0 -1
  214. package/dist/src/unstable/rules/registry-ref-builder.js +0 -13
  215. package/dist/src/unstable/rules/registry-ref-builder.js.map +0 -1
  216. package/dist/src/unstable/skills/registry-ref-builder.d.ts +0 -18
  217. package/dist/src/unstable/skills/registry-ref-builder.d.ts.map +0 -1
  218. package/dist/src/unstable/skills/registry-ref-builder.js +0 -24
  219. package/dist/src/unstable/skills/registry-ref-builder.js.map +0 -1
  220. package/dist/src/unstable/subagents/registry-ref-builder.d.ts +0 -18
  221. package/dist/src/unstable/subagents/registry-ref-builder.d.ts.map +0 -1
  222. package/dist/src/unstable/subagents/registry-ref-builder.js +0 -24
  223. package/dist/src/unstable/subagents/registry-ref-builder.js.map +0 -1
@@ -1,38 +0,0 @@
1
- /**
2
- * Shared reconciliation utilities for disk compatibility checks.
3
- *
4
- * Extracts the common pattern used by skills and packs reconciliation adapters
5
- * for checking disk existence, reading manifests, and decoding them.
6
- *
7
- * @experimental This API is unstable and may change without notice.
8
- */
9
- import * as Effect from "effect/Effect";
10
- import type { AdapterEnvironment, ReconciliationDeclaration } from "../workspace/reconciliation-types.js";
11
- /**
12
- * Check that a canonical path exists on disk, read a manifest file,
13
- * parse its JSON, and decode it with the provided function.
14
- *
15
- * Returns an Unresolved DeclarationResolution when the path is missing,
16
- * the manifest is empty, JSON parsing fails, or decoding fails.
17
- * Returns the decoded manifest on success.
18
- */
19
- export declare const readAndDecodeManifest: <A>(declaration: ReconciliationDeclaration, canonicalPath: string, manifestFilename: string, decode: (json: unknown) => A | null, extensionLabel: string, env: AdapterEnvironment) => Effect.Effect<{
20
- _tag: "Unresolved";
21
- declaration: ReconciliationDeclaration;
22
- reason: "missing";
23
- manifest?: never;
24
- canonicalPath?: never;
25
- } | {
26
- _tag: "Unresolved";
27
- declaration: ReconciliationDeclaration;
28
- reason: "invalid";
29
- manifest?: never;
30
- canonicalPath?: never;
31
- } | {
32
- _tag: "ok";
33
- manifest: A & ({} | undefined);
34
- canonicalPath: string;
35
- declaration?: never;
36
- reason?: never;
37
- }, import("../app-error/app-error.ts").AppError, never>;
38
- //# sourceMappingURL=reconciliation-utils.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"reconciliation-utils.d.ts","sourceRoot":"","sources":["../../../../src/unstable/extensions/reconciliation-utils.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,KAAK,EACV,kBAAkB,EAClB,yBAAyB,EAE1B,MAAM,sCAAsC,CAAC;AAE9C;;;;;;;GAOG;AACH,eAAO,MAAM,qBAAqB,GAAI,CAAC,EACrC,aAAa,yBAAyB,EACtC,eAAe,MAAM,EACrB,kBAAkB,MAAM,EACxB,QAAQ,CAAC,IAAI,EAAE,OAAO,KAAK,CAAC,GAAG,IAAI,EACnC,gBAAgB,MAAM,EACtB,KAAK,kBAAkB;;;;;;;;;;;;;;;;;;uDAkDrB,CAAC"}
@@ -1,57 +0,0 @@
1
- /**
2
- * Shared reconciliation utilities for disk compatibility checks.
3
- *
4
- * Extracts the common pattern used by skills and packs reconciliation adapters
5
- * for checking disk existence, reading manifests, and decoding them.
6
- *
7
- * @experimental This API is unstable and may change without notice.
8
- */
9
- import * as Effect from "effect/Effect";
10
- import { makeAppError } from "../app-error/index.js";
11
- /**
12
- * Check that a canonical path exists on disk, read a manifest file,
13
- * parse its JSON, and decode it with the provided function.
14
- *
15
- * Returns an Unresolved DeclarationResolution when the path is missing,
16
- * the manifest is empty, JSON parsing fails, or decoding fails.
17
- * Returns the decoded manifest on success.
18
- */
19
- export const readAndDecodeManifest = (declaration, canonicalPath, manifestFilename, decode, extensionLabel, env) => Effect.gen(function* () {
20
- const exists = yield* env.fs.exists(canonicalPath).pipe(Effect.mapError((error) => makeAppError({
21
- code: "internal",
22
- detail: `Failed to check ${extensionLabel} path: ${canonicalPath}`,
23
- cause: error,
24
- })));
25
- if (!exists) {
26
- return {
27
- _tag: "Unresolved",
28
- declaration,
29
- reason: "missing",
30
- };
31
- }
32
- const manifestPath = env.path.join(canonicalPath, manifestFilename);
33
- const manifestRaw = yield* env.fs
34
- .readFileString(manifestPath)
35
- .pipe(Effect.catch(() => Effect.succeed("")));
36
- if (manifestRaw.length === 0) {
37
- return {
38
- _tag: "Unresolved",
39
- declaration,
40
- reason: "invalid",
41
- };
42
- }
43
- const manifestJson = yield* Effect.try({
44
- try: () => JSON.parse(manifestRaw),
45
- catch: () => "parse-failed",
46
- }).pipe(Effect.catch(() => Effect.void));
47
- const manifest = decode(manifestJson);
48
- if (manifest === null) {
49
- return {
50
- _tag: "Unresolved",
51
- declaration,
52
- reason: "invalid",
53
- };
54
- }
55
- return { _tag: "ok", manifest, canonicalPath };
56
- });
57
- //# sourceMappingURL=reconciliation-utils.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"reconciliation-utils.js","sourceRoot":"","sources":["../../../../src/unstable/extensions/reconciliation-utils.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAOrD;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAG,CACnC,WAAsC,EACtC,aAAqB,EACrB,gBAAwB,EACxB,MAAmC,EACnC,cAAsB,EACtB,GAAuB,EACvB,EAAE,CACF,MAAM,CAAC,GAAG,CAAC,QAAQ,CAAC;IAClB,MAAM,MAAM,GAAG,KAAK,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,MAAM,CAAC,aAAa,CAAC,CAAC,IAAI,CACrD,MAAM,CAAC,QAAQ,CAAC,CAAC,KAAK,EAAE,EAAE,CACxB,YAAY,CAAC;QACX,IAAI,EAAE,UAAU;QAChB,MAAM,EAAE,mBAAmB,cAAc,UAAU,aAAa,EAAE;QAClE,KAAK,EAAE,KAAK;KACb,CAAC,CACH,CACF,CAAC;IAEF,IAAI,CAAC,MAAM,EAAE,CAAC;QACZ,OAAO;YACL,IAAI,EAAE,YAAY;YAClB,WAAW;YACX,MAAM,EAAE,SAAS;SACc,CAAC;IACpC,CAAC;IAED,MAAM,YAAY,GAAG,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,aAAa,EAAE,gBAAgB,CAAC,CAAC;IACpE,MAAM,WAAW,GAAG,KAAK,CAAC,CAAC,GAAG,CAAC,EAAE;SAC9B,cAAc,CAAC,YAAY,CAAC;SAC5B,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,GAAG,EAAE,CAAC,MAAM,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;IAEhD,IAAI,WAAW,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;QAC7B,OAAO;YACL,IAAI,EAAE,YAAY;YAClB,WAAW;YACX,MAAM,EAAE,SAAS;SACc,CAAC;IACpC,CAAC;IAED,MAAM,YAAY,GAAY,KAAK,CAAC,CAAC,MAAM,CAAC,GAAG,CAAC;QAC9C,GAAG,EAAE,GAAG,EAAE,CAAC,IAAI,CAAC,KAAK,CAAC,WAAW,CAAC;QAClC,KAAK,EAAE,GAAG,EAAE,CAAC,cAAc;KAC5B,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,GAAG,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC;IAEzC,MAAM,QAAQ,GAAG,MAAM,CAAC,YAAY,CAAC,CAAC;IAEtC,IAAI,QAAQ,KAAK,IAAI,EAAE,CAAC;QACtB,OAAO;YACL,IAAI,EAAE,YAAY;YAClB,WAAW;YACX,MAAM,EAAE,SAAS;SACc,CAAC;IACpC,CAAC;IAED,OAAO,EAAE,IAAI,EAAE,IAAa,EAAE,QAAQ,EAAE,aAAa,EAAE,CAAC;AAC1D,CAAC,CAAC,CAAC"}
@@ -1,7 +0,0 @@
1
- import type { ExtensionName, Handle } from "../extensions/index.js";
2
- import type { PackageUrlParts } from "../packaging/package-url.js";
3
- import type { RegistrySource } from "../sources/index.js";
4
- import type { Version } from "../version-constraints/version-constraints.js";
5
- import type { RegistryHookRef } from "./refs.js";
6
- export declare const buildRegistryHookRef: (owner: Handle, name: ExtensionName, version: Version, source: RegistrySource, packages: ReadonlyArray<PackageUrlParts>) => RegistryHookRef;
7
- //# sourceMappingURL=registry-ref-builder.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"registry-ref-builder.d.ts","sourceRoot":"","sources":["../../../../src/unstable/hooks/registry-ref-builder.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AACpE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AACnE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAC1D,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,+CAA+C,CAAC;AAC7E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAEjD,eAAO,MAAM,oBAAoB,GAC/B,OAAO,MAAM,EACb,MAAM,aAAa,EACnB,SAAS,OAAO,EAChB,QAAQ,cAAc,EACtB,UAAU,aAAa,CAAC,eAAe,CAAC,KACvC,eAUD,CAAC"}
@@ -1,13 +0,0 @@
1
- import * as Option from "effect/Option";
2
- export const buildRegistryHookRef = (owner, name, version, source, packages) => ({
3
- type: "hook",
4
- refType: "registry",
5
- hook: { name },
6
- source,
7
- owner,
8
- name,
9
- version,
10
- integrity: Option.none(),
11
- packages,
12
- });
13
- //# sourceMappingURL=registry-ref-builder.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"registry-ref-builder.js","sourceRoot":"","sources":["../../../../src/unstable/hooks/registry-ref-builder.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAOxC,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAClC,KAAa,EACb,IAAmB,EACnB,OAAgB,EAChB,MAAsB,EACtB,QAAwC,EACvB,EAAE,CAAC,CAAC;IACrB,IAAI,EAAE,MAAM;IACZ,OAAO,EAAE,UAAU;IACnB,IAAI,EAAE,EAAE,IAAI,EAAE;IACd,MAAM;IACN,KAAK;IACL,IAAI;IACJ,OAAO;IACP,SAAS,EAAE,MAAM,CAAC,IAAI,EAAE;IACxB,QAAQ;CACT,CAAC,CAAC"}
@@ -1,16 +0,0 @@
1
- /**
2
- * Deprecated compatibility rule for the former synthetic-universal-agent
3
- * invariant.
4
- *
5
- * Explicit per-agent skill targeting makes the old invariant invalid. The
6
- * rule ID remains registered through the current major so existing
7
- * `lint.rules` configuration continues to decode, but it intentionally emits
8
- * no findings.
9
- *
10
- * @experimental This API is unstable and may change without notice.
11
- * @packageDocumentation
12
- */
13
- import type { WorkspaceRuleContext } from "../../context.js";
14
- import type { AutofixingRule } from "../../rule.js";
15
- export declare const skillsUniversalArtifactPresentRule: AutofixingRule<WorkspaceRuleContext>;
16
- //# sourceMappingURL=skills-universal-artifact-present.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"skills-universal-artifact-present.d.ts","sourceRoot":"","sources":["../../../../../../src/unstable/lint/catalog/workspace/skills-universal-artifact-present.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAGH,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AAC7D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAGpD,eAAO,MAAM,kCAAkC,EAAE,cAAc,CAAC,oBAAoB,CAOnF,CAAC"}
@@ -1,23 +0,0 @@
1
- /**
2
- * Deprecated compatibility rule for the former synthetic-universal-agent
3
- * invariant.
4
- *
5
- * Explicit per-agent skill targeting makes the old invariant invalid. The
6
- * rule ID remains registered through the current major so existing
7
- * `lint.rules` configuration continues to decode, but it intentionally emits
8
- * no findings.
9
- *
10
- * @experimental This API is unstable and may change without notice.
11
- * @packageDocumentation
12
- */
13
- import * as Effect from "effect/Effect";
14
- import { EMPTY_OPERATIONS } from "./helpers/empty.js";
15
- export const skillsUniversalArtifactPresentRule = {
16
- id: "workspace/skills-universal-artifact-present",
17
- description: "Deprecated compatibility rule for universal skill targets.",
18
- kind: "autofixing",
19
- severity: "error",
20
- check: () => Effect.succeed([]),
21
- fix: () => Effect.succeed(EMPTY_OPERATIONS),
22
- };
23
- //# sourceMappingURL=skills-universal-artifact-present.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"skills-universal-artifact-present.js","sourceRoot":"","sources":["../../../../../../src/unstable/lint/catalog/workspace/skills-universal-artifact-present.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAEH,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAEtD,MAAM,CAAC,MAAM,kCAAkC,GAAyC;IACtF,EAAE,EAAE,6CAA6C;IACjD,WAAW,EAAE,4DAA4D;IACzE,IAAI,EAAE,YAAY;IAClB,QAAQ,EAAE,OAAO;IACjB,KAAK,EAAE,GAAG,EAAE,CAAC,MAAM,CAAC,OAAO,CAAC,EAAE,CAAC;IAC/B,GAAG,EAAE,GAAG,EAAE,CAAC,MAAM,CAAC,OAAO,CAAC,gBAAgB,CAAC;CAC5C,CAAC"}
@@ -1,7 +0,0 @@
1
- import type { Handle, ExtensionName } from "../extensions/index.js";
2
- import type { RegistryMcpServerRef } from "./refs.js";
3
- import type { RegistrySource } from "../sources/index.js";
4
- import type { Version } from "../version-constraints/version-constraints.js";
5
- import type { PackageUrlParts } from "../packaging/package-url.js";
6
- export declare const buildRegistryMcpServerRef: (owner: Handle, name: ExtensionName, version: Version, source: RegistrySource, packages: ReadonlyArray<PackageUrlParts>) => RegistryMcpServerRef;
7
- //# sourceMappingURL=registry-ref-builder.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"registry-ref-builder.d.ts","sourceRoot":"","sources":["../../../../src/unstable/mcps/registry-ref-builder.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACpE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,WAAW,CAAC;AACtD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAC1D,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,+CAA+C,CAAC;AAC7E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAEnE,eAAO,MAAM,yBAAyB,GACpC,OAAO,MAAM,EACb,MAAM,aAAa,EACnB,SAAS,OAAO,EAChB,QAAQ,cAAc,EACtB,UAAU,aAAa,CAAC,eAAe,CAAC,KACvC,oBAUD,CAAC"}
@@ -1,13 +0,0 @@
1
- import * as Option from "effect/Option";
2
- export const buildRegistryMcpServerRef = (owner, name, version, source, packages) => ({
3
- type: "mcp-server",
4
- refType: "registry",
5
- server: { name },
6
- source,
7
- owner,
8
- name,
9
- version,
10
- integrity: Option.none(),
11
- packages,
12
- });
13
- //# sourceMappingURL=registry-ref-builder.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"registry-ref-builder.js","sourceRoot":"","sources":["../../../../src/unstable/mcps/registry-ref-builder.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAOxC,MAAM,CAAC,MAAM,yBAAyB,GAAG,CACvC,KAAa,EACb,IAAmB,EACnB,OAAgB,EAChB,MAAsB,EACtB,QAAwC,EAClB,EAAE,CAAC,CAAC;IAC1B,IAAI,EAAE,YAAY;IAClB,OAAO,EAAE,UAAU;IACnB,MAAM,EAAE,EAAE,IAAI,EAAE;IAChB,MAAM;IACN,KAAK;IACL,IAAI;IACJ,OAAO;IACP,SAAS,EAAE,MAAM,CAAC,IAAI,EAAE;IACxB,QAAQ;CACT,CAAC,CAAC"}
@@ -1,7 +0,0 @@
1
- import type { Handle, ExtensionName } from "../extensions/index.js";
2
- import type { RegistrySource } from "../sources/index.js";
3
- import type { Version } from "../version-constraints/version-constraints.js";
4
- import type { PackageUrlParts } from "../packaging/package-url.js";
5
- import type { RegistryRuleRef } from "./refs.js";
6
- export declare const buildRegistryRuleRef: (owner: Handle, name: ExtensionName, version: Version, source: RegistrySource, packages: ReadonlyArray<PackageUrlParts>) => RegistryRuleRef;
7
- //# sourceMappingURL=registry-ref-builder.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"registry-ref-builder.d.ts","sourceRoot":"","sources":["../../../../src/unstable/rules/registry-ref-builder.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACpE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAC1D,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,+CAA+C,CAAC;AAC7E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AACnE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAEjD,eAAO,MAAM,oBAAoB,GAC/B,OAAO,MAAM,EACb,MAAM,aAAa,EACnB,SAAS,OAAO,EAChB,QAAQ,cAAc,EACtB,UAAU,aAAa,CAAC,eAAe,CAAC,KACvC,eAUD,CAAC"}
@@ -1,13 +0,0 @@
1
- import * as Option from "effect/Option";
2
- export const buildRegistryRuleRef = (owner, name, version, source, packages) => ({
3
- type: "rule",
4
- refType: "registry",
5
- rule: { name },
6
- source,
7
- owner,
8
- name,
9
- version,
10
- integrity: Option.none(),
11
- packages,
12
- });
13
- //# sourceMappingURL=registry-ref-builder.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"registry-ref-builder.js","sourceRoot":"","sources":["../../../../src/unstable/rules/registry-ref-builder.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAOxC,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAClC,KAAa,EACb,IAAmB,EACnB,OAAgB,EAChB,MAAsB,EACtB,QAAwC,EACvB,EAAE,CAAC,CAAC;IACrB,IAAI,EAAE,MAAM;IACZ,OAAO,EAAE,UAAU;IACnB,IAAI,EAAE,EAAE,IAAI,EAAE;IACd,MAAM;IACN,KAAK;IACL,IAAI;IACJ,OAAO;IACP,SAAS,EAAE,MAAM,CAAC,IAAI,EAAE;IACxB,QAAQ;CACT,CAAC,CAAC"}
@@ -1,18 +0,0 @@
1
- /**
2
- * Helper for building registry skill refs from pack resolved maps.
3
- *
4
- * Used by the pack install handler to construct synthetic refs from typed parts + version
5
- * entries in a pack's resolved extensions maps.
6
- *
7
- * @experimental This API is unstable and may change without notice.
8
- */
9
- import type { Handle, ExtensionName } from "../extensions/index.js";
10
- import type { RegistrySkillRef } from "./refs.js";
11
- import type { RegistrySource } from "../sources/index.js";
12
- import type { Version } from "../version-constraints/version-constraints.js";
13
- import type { PackageUrlParts } from "../packaging/package-url.js";
14
- /**
15
- * Build a RegistrySkillRef from typed owner/name parts and version.
16
- */
17
- export declare const buildRegistrySkillRef: (owner: Handle, name: ExtensionName, version: Version, source: RegistrySource, packages: ReadonlyArray<PackageUrlParts>) => RegistrySkillRef;
18
- //# sourceMappingURL=registry-ref-builder.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"registry-ref-builder.d.ts","sourceRoot":"","sources":["../../../../src/unstable/skills/registry-ref-builder.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAGH,OAAO,KAAK,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACpE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAClD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAC1D,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,+CAA+C,CAAC;AAC7E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAEnE;;GAEG;AACH,eAAO,MAAM,qBAAqB,GAChC,OAAO,MAAM,EACb,MAAM,aAAa,EACnB,SAAS,OAAO,EAChB,QAAQ,cAAc,EACtB,UAAU,aAAa,CAAC,eAAe,CAAC,KACvC,gBAUD,CAAC"}
@@ -1,24 +0,0 @@
1
- /**
2
- * Helper for building registry skill refs from pack resolved maps.
3
- *
4
- * Used by the pack install handler to construct synthetic refs from typed parts + version
5
- * entries in a pack's resolved extensions maps.
6
- *
7
- * @experimental This API is unstable and may change without notice.
8
- */
9
- import * as Option from "effect/Option";
10
- /**
11
- * Build a RegistrySkillRef from typed owner/name parts and version.
12
- */
13
- export const buildRegistrySkillRef = (owner, name, version, source, packages) => ({
14
- type: "skill",
15
- refType: "registry",
16
- skill: { name, description: Option.none(), metadata: Option.none() },
17
- source,
18
- owner,
19
- name,
20
- version,
21
- integrity: Option.none(),
22
- packages,
23
- });
24
- //# sourceMappingURL=registry-ref-builder.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"registry-ref-builder.js","sourceRoot":"","sources":["../../../../src/unstable/skills/registry-ref-builder.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAOxC;;GAEG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAG,CACnC,KAAa,EACb,IAAmB,EACnB,OAAgB,EAChB,MAAsB,EACtB,QAAwC,EACtB,EAAE,CAAC,CAAC;IACtB,IAAI,EAAE,OAAO;IACb,OAAO,EAAE,UAAU;IACnB,KAAK,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE,MAAM,CAAC,IAAI,EAAE,EAAE,QAAQ,EAAE,MAAM,CAAC,IAAI,EAAE,EAAE;IACpE,MAAM;IACN,KAAK;IACL,IAAI;IACJ,OAAO;IACP,SAAS,EAAE,MAAM,CAAC,IAAI,EAAE;IACxB,QAAQ;CACT,CAAC,CAAC"}
@@ -1,18 +0,0 @@
1
- /**
2
- * Helper for building registry subagent refs from pack resolved maps.
3
- *
4
- * Used by the pack install handler to construct synthetic refs from typed parts + version
5
- * entries in a pack's resolved extensions maps.
6
- *
7
- * @experimental This API is unstable and may change without notice.
8
- */
9
- import type { Handle, ExtensionName } from "../extensions/index.js";
10
- import type { RegistrySubagentRef } from "./refs.js";
11
- import type { RegistrySource } from "../sources/index.js";
12
- import type { Version } from "../version-constraints/version-constraints.js";
13
- import type { PackageUrlParts } from "../packaging/package-url.js";
14
- /**
15
- * Build a RegistrySubagentRef from typed owner/name parts and version.
16
- */
17
- export declare const buildRegistrySubagentRef: (owner: Handle, name: ExtensionName, version: Version, source: RegistrySource, packages: ReadonlyArray<PackageUrlParts>) => RegistrySubagentRef;
18
- //# sourceMappingURL=registry-ref-builder.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"registry-ref-builder.d.ts","sourceRoot":"","sources":["../../../../src/unstable/subagents/registry-ref-builder.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAGH,OAAO,KAAK,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACpE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;AACrD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAC1D,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,+CAA+C,CAAC;AAC7E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAEnE;;GAEG;AACH,eAAO,MAAM,wBAAwB,GACnC,OAAO,MAAM,EACb,MAAM,aAAa,EACnB,SAAS,OAAO,EAChB,QAAQ,cAAc,EACtB,UAAU,aAAa,CAAC,eAAe,CAAC,KACvC,mBAUD,CAAC"}
@@ -1,24 +0,0 @@
1
- /**
2
- * Helper for building registry subagent refs from pack resolved maps.
3
- *
4
- * Used by the pack install handler to construct synthetic refs from typed parts + version
5
- * entries in a pack's resolved extensions maps.
6
- *
7
- * @experimental This API is unstable and may change without notice.
8
- */
9
- import * as Option from "effect/Option";
10
- /**
11
- * Build a RegistrySubagentRef from typed owner/name parts and version.
12
- */
13
- export const buildRegistrySubagentRef = (owner, name, version, source, packages) => ({
14
- type: "subagent",
15
- refType: "registry",
16
- subagent: { name, description: Option.none() },
17
- source,
18
- owner,
19
- name,
20
- version,
21
- integrity: Option.none(),
22
- packages,
23
- });
24
- //# sourceMappingURL=registry-ref-builder.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"registry-ref-builder.js","sourceRoot":"","sources":["../../../../src/unstable/subagents/registry-ref-builder.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAOxC;;GAEG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAG,CACtC,KAAa,EACb,IAAmB,EACnB,OAAgB,EAChB,MAAsB,EACtB,QAAwC,EACnB,EAAE,CAAC,CAAC;IACzB,IAAI,EAAE,UAAU;IAChB,OAAO,EAAE,UAAU;IACnB,QAAQ,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE,MAAM,CAAC,IAAI,EAAE,EAAE;IAC9C,MAAM;IACN,KAAK;IACL,IAAI;IACJ,OAAO;IACP,SAAS,EAAE,MAAM,CAAC,IAAI,EAAE;IACxB,QAAQ;CACT,CAAC,CAAC"}