@agentxm/client-core 0.5.1 → 0.5.3

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 (466) hide show
  1. package/dist/src/unstable/agents/mcp-sync.d.ts.map +1 -1
  2. package/dist/src/unstable/agents/mcp-sync.js +1 -0
  3. package/dist/src/unstable/agents/mcp-sync.js.map +1 -1
  4. package/dist/src/unstable/app-error/app-error.d.ts +79 -3
  5. package/dist/src/unstable/app-error/app-error.d.ts.map +1 -1
  6. package/dist/src/unstable/app-error/app-error.js +114 -38
  7. package/dist/src/unstable/app-error/app-error.js.map +1 -1
  8. package/dist/src/unstable/app-error/builders.d.ts.map +1 -1
  9. package/dist/src/unstable/app-error/builders.js +1 -2
  10. package/dist/src/unstable/app-error/builders.js.map +1 -1
  11. package/dist/src/unstable/app-error/index.d.ts +1 -1
  12. package/dist/src/unstable/app-error/index.d.ts.map +1 -1
  13. package/dist/src/unstable/app-error/index.js +1 -1
  14. package/dist/src/unstable/app-error/index.js.map +1 -1
  15. package/dist/src/unstable/auth/auth-client.d.ts.map +1 -1
  16. package/dist/src/unstable/auth/auth-client.js +10 -11
  17. package/dist/src/unstable/auth/auth-client.js.map +1 -1
  18. package/dist/src/unstable/auth/credential-store.d.ts.map +1 -1
  19. package/dist/src/unstable/auth/credential-store.js +1 -4
  20. package/dist/src/unstable/auth/credential-store.js.map +1 -1
  21. package/dist/src/unstable/auth/guard.js +1 -1
  22. package/dist/src/unstable/auth/guard.js.map +1 -1
  23. package/dist/src/unstable/auth/token-resolution.js +1 -1
  24. package/dist/src/unstable/auth/token-resolution.js.map +1 -1
  25. package/dist/src/unstable/cli/prompt/helpers.js +1 -1
  26. package/dist/src/unstable/cli/prompt/helpers.js.map +1 -1
  27. package/dist/src/unstable/cli-renderer/cli-renderer-interactive.d.ts.map +1 -1
  28. package/dist/src/unstable/cli-renderer/cli-renderer-interactive.js +1 -7
  29. package/dist/src/unstable/cli-renderer/cli-renderer-interactive.js.map +1 -1
  30. package/dist/src/unstable/cli-renderer/cli-renderer-machine.d.ts.map +1 -1
  31. package/dist/src/unstable/cli-renderer/cli-renderer-machine.js +9 -11
  32. package/dist/src/unstable/cli-renderer/cli-renderer-machine.js.map +1 -1
  33. package/dist/src/unstable/cli-runtime/breadcrumb.d.ts +0 -2
  34. package/dist/src/unstable/cli-runtime/breadcrumb.d.ts.map +1 -1
  35. package/dist/src/unstable/cli-runtime/breadcrumb.js +7 -4
  36. package/dist/src/unstable/cli-runtime/breadcrumb.js.map +1 -1
  37. package/dist/src/unstable/cli-runtime/graceful-shutdown.d.ts +1 -1
  38. package/dist/src/unstable/cli-runtime/graceful-shutdown.js +2 -2
  39. package/dist/src/unstable/cli-runtime/handle-error.d.ts +3 -4
  40. package/dist/src/unstable/cli-runtime/handle-error.d.ts.map +1 -1
  41. package/dist/src/unstable/cli-runtime/handle-error.js +10 -20
  42. package/dist/src/unstable/cli-runtime/handle-error.js.map +1 -1
  43. package/dist/src/unstable/cli-runtime/json-envelope.d.ts +3 -14
  44. package/dist/src/unstable/cli-runtime/json-envelope.d.ts.map +1 -1
  45. package/dist/src/unstable/cli-runtime/json-envelope.js +3 -6
  46. package/dist/src/unstable/cli-runtime/json-envelope.js.map +1 -1
  47. package/dist/src/unstable/cli-runtime/output-mode.d.ts +0 -3
  48. package/dist/src/unstable/cli-runtime/output-mode.d.ts.map +1 -1
  49. package/dist/src/unstable/cli-runtime/output-mode.js +1 -4
  50. package/dist/src/unstable/cli-runtime/output-mode.js.map +1 -1
  51. package/dist/src/unstable/cli-runtime/runtime-envelope.d.ts +10 -0
  52. package/dist/src/unstable/cli-runtime/runtime-envelope.d.ts.map +1 -1
  53. package/dist/src/unstable/cli-runtime/runtime-envelope.js +32 -17
  54. package/dist/src/unstable/cli-runtime/runtime-envelope.js.map +1 -1
  55. package/dist/src/unstable/commands/command-content.d.ts +10 -0
  56. package/dist/src/unstable/commands/command-content.d.ts.map +1 -1
  57. package/dist/src/unstable/commands/command-content.js +17 -3
  58. package/dist/src/unstable/commands/command-content.js.map +1 -1
  59. package/dist/src/unstable/commands/manager.js +4 -4
  60. package/dist/src/unstable/commands/manager.js.map +1 -1
  61. package/dist/src/unstable/commands/manifest-schema.d.ts +11 -8
  62. package/dist/src/unstable/commands/manifest-schema.d.ts.map +1 -1
  63. package/dist/src/unstable/commands/manifest-schema.js +8 -6
  64. package/dist/src/unstable/commands/manifest-schema.js.map +1 -1
  65. package/dist/src/unstable/commands/operations/enable.js +3 -3
  66. package/dist/src/unstable/commands/operations/enable.js.map +1 -1
  67. package/dist/src/unstable/commands/operations/install.d.ts +1 -1
  68. package/dist/src/unstable/commands/operations/install.d.ts.map +1 -1
  69. package/dist/src/unstable/commands/operations/install.js +3 -3
  70. package/dist/src/unstable/commands/operations/install.js.map +1 -1
  71. package/dist/src/unstable/commands/operations/new-command.d.ts.map +1 -1
  72. package/dist/src/unstable/commands/operations/new-command.js +5 -4
  73. package/dist/src/unstable/commands/operations/new-command.js.map +1 -1
  74. package/dist/src/unstable/commands/operations/publish.d.ts.map +1 -1
  75. package/dist/src/unstable/commands/operations/publish.js +12 -5
  76. package/dist/src/unstable/commands/operations/publish.js.map +1 -1
  77. package/dist/src/unstable/commands/operations/shared-command-helpers.d.ts +11 -7
  78. package/dist/src/unstable/commands/operations/shared-command-helpers.d.ts.map +1 -1
  79. package/dist/src/unstable/commands/operations/shared-command-helpers.js +33 -7
  80. package/dist/src/unstable/commands/operations/shared-command-helpers.js.map +1 -1
  81. package/dist/src/unstable/commands/reconciliation-adapter.js +2 -2
  82. package/dist/src/unstable/commands/reconciliation-adapter.js.map +1 -1
  83. package/dist/src/unstable/commands/registry-ref-builder.d.ts +2 -2
  84. package/dist/src/unstable/commands/registry-ref-builder.d.ts.map +1 -1
  85. package/dist/src/unstable/commands/registry-ref-builder.js +2 -2
  86. package/dist/src/unstable/commands/registry-ref-builder.js.map +1 -1
  87. package/dist/src/unstable/discover/discover.js +5 -5
  88. package/dist/src/unstable/discover/discover.js.map +1 -1
  89. package/dist/src/unstable/extensions/common.d.ts +117 -23
  90. package/dist/src/unstable/extensions/common.d.ts.map +1 -1
  91. package/dist/src/unstable/extensions/common.js +185 -43
  92. package/dist/src/unstable/extensions/common.js.map +1 -1
  93. package/dist/src/unstable/extensions/fqn.d.ts +38 -10
  94. package/dist/src/unstable/extensions/fqn.d.ts.map +1 -1
  95. package/dist/src/unstable/extensions/fqn.js +44 -25
  96. package/dist/src/unstable/extensions/fqn.js.map +1 -1
  97. package/dist/src/unstable/extensions/frontmatter.d.ts.map +1 -1
  98. package/dist/src/unstable/extensions/frontmatter.js +0 -1
  99. package/dist/src/unstable/extensions/frontmatter.js.map +1 -1
  100. package/dist/src/unstable/extensions/index.d.ts +4 -4
  101. package/dist/src/unstable/extensions/index.d.ts.map +1 -1
  102. package/dist/src/unstable/extensions/index.js +3 -3
  103. package/dist/src/unstable/extensions/index.js.map +1 -1
  104. package/dist/src/unstable/extensions/materializable-from-disk.d.ts +2 -2
  105. package/dist/src/unstable/extensions/materializable-from-disk.d.ts.map +1 -1
  106. package/dist/src/unstable/extensions/materializable-from-disk.js +9 -12
  107. package/dist/src/unstable/extensions/materializable-from-disk.js.map +1 -1
  108. package/dist/src/unstable/extensions/operations.d.ts +4 -4
  109. package/dist/src/unstable/extensions/operations.d.ts.map +1 -1
  110. package/dist/src/unstable/extensions/operations.js +10 -10
  111. package/dist/src/unstable/extensions/operations.js.map +1 -1
  112. package/dist/src/unstable/extensions/ref-base.d.ts +6 -9
  113. package/dist/src/unstable/extensions/ref-base.d.ts.map +1 -1
  114. package/dist/src/unstable/extensions/refs.d.ts +2 -2
  115. package/dist/src/unstable/extensions/refs.d.ts.map +1 -1
  116. package/dist/src/unstable/extensions/registry-source.d.ts +8 -8
  117. package/dist/src/unstable/extensions/registry-source.js +13 -13
  118. package/dist/src/unstable/extensions/registry-source.js.map +1 -1
  119. package/dist/src/unstable/lint/catalog/pack/manifest-keys-recognized.d.ts +4 -4
  120. package/dist/src/unstable/lint/catalog/pack/manifest-keys-recognized.js +9 -9
  121. package/dist/src/unstable/lint/catalog/pack/manifest-keys-recognized.js.map +1 -1
  122. package/dist/src/unstable/lint/catalog/pack/manifest-present.d.ts +1 -1
  123. package/dist/src/unstable/lint/catalog/pack/manifest-present.d.ts.map +1 -1
  124. package/dist/src/unstable/lint/catalog/pack/manifest-present.js +6 -6
  125. package/dist/src/unstable/lint/catalog/pack/manifest-present.js.map +1 -1
  126. package/dist/src/unstable/lint/catalog/pack/manifest-schema-valid.d.ts +5 -5
  127. package/dist/src/unstable/lint/catalog/pack/manifest-schema-valid.d.ts.map +1 -1
  128. package/dist/src/unstable/lint/catalog/pack/manifest-schema-valid.js +9 -9
  129. package/dist/src/unstable/lint/catalog/pack/manifest-schema-valid.js.map +1 -1
  130. package/dist/src/unstable/lint/catalog/pack-accessor/contexts.d.ts +1 -1
  131. package/dist/src/unstable/lint/catalog/pack-accessor/contexts.js +1 -1
  132. package/dist/src/unstable/lint/catalog/pack-accessor/platform.d.ts +3 -3
  133. package/dist/src/unstable/lint/catalog/pack-accessor/platform.js +3 -3
  134. package/dist/src/unstable/lint/catalog/shared/schema-rule.js +1 -1
  135. package/dist/src/unstable/lint/catalog/shared/schema-rule.js.map +1 -1
  136. package/dist/src/unstable/lint/catalog/skill/manifest-present.d.ts +1 -1
  137. package/dist/src/unstable/lint/catalog/skill/manifest-present.js +1 -1
  138. package/dist/src/unstable/lint/catalog/skill-accessor/vft.d.ts +1 -1
  139. package/dist/src/unstable/lint/catalog/skill-accessor/vft.js +1 -1
  140. package/dist/src/unstable/lint/catalog/workspace/helpers/registry-source.d.ts +1 -1
  141. package/dist/src/unstable/lint/catalog/workspace/helpers/registry-source.d.ts.map +1 -1
  142. package/dist/src/unstable/lint/catalog/workspace/helpers/registry-source.js +1 -1
  143. package/dist/src/unstable/lint/catalog/workspace/helpers/registry-source.js.map +1 -1
  144. package/dist/src/unstable/lint/catalog/workspace/packs-dependencies-resolved.d.ts +1 -1
  145. package/dist/src/unstable/lint/catalog/workspace/packs-dependencies-resolved.js +1 -1
  146. package/dist/src/unstable/lint/catalog/workspace/packs-dependencies-resolved.js.map +1 -1
  147. package/dist/src/unstable/lint/catalog/workspace/skills-lockfile-aligned.js +1 -1
  148. package/dist/src/unstable/lint/catalog/workspace/skills-lockfile-aligned.js.map +1 -1
  149. package/dist/src/unstable/lint/catalog/workspace-fixtures/interpret-ops.js +3 -3
  150. package/dist/src/unstable/lint/catalog/workspace-fixtures/interpret-ops.js.map +1 -1
  151. package/dist/src/unstable/lint/catalog/workspace-read-model/lint-workspace.d.ts +1 -1
  152. package/dist/src/unstable/lint/catalog/workspace-read-model/lint-workspace.js +1 -1
  153. package/dist/src/unstable/lint/context.d.ts +7 -7
  154. package/dist/src/unstable/lint/issues-to-findings.js +1 -1
  155. package/dist/src/unstable/lint/issues-to-findings.js.map +1 -1
  156. package/dist/src/unstable/lockfile/index.d.ts +2 -2
  157. package/dist/src/unstable/lockfile/index.d.ts.map +1 -1
  158. package/dist/src/unstable/lockfile/index.js +1 -1
  159. package/dist/src/unstable/lockfile/index.js.map +1 -1
  160. package/dist/src/unstable/lockfile/resolved-version.d.ts.map +1 -1
  161. package/dist/src/unstable/lockfile/resolved-version.js +3 -4
  162. package/dist/src/unstable/lockfile/resolved-version.js.map +1 -1
  163. package/dist/src/unstable/lockfile/schema.d.ts +61 -61
  164. package/dist/src/unstable/lockfile/schema.d.ts.map +1 -1
  165. package/dist/src/unstable/lockfile/schema.js +20 -17
  166. package/dist/src/unstable/lockfile/schema.js.map +1 -1
  167. package/dist/src/unstable/mcp-servers/manager.js +2 -2
  168. package/dist/src/unstable/mcp-servers/manager.js.map +1 -1
  169. package/dist/src/unstable/mcp-servers/manifest-schema.d.ts +9 -5
  170. package/dist/src/unstable/mcp-servers/manifest-schema.d.ts.map +1 -1
  171. package/dist/src/unstable/mcp-servers/manifest-schema.js +6 -3
  172. package/dist/src/unstable/mcp-servers/manifest-schema.js.map +1 -1
  173. package/dist/src/unstable/mcp-servers/operations/install.d.ts +1 -1
  174. package/dist/src/unstable/mcp-servers/operations/install.d.ts.map +1 -1
  175. package/dist/src/unstable/mcp-servers/operations/install.js +2 -2
  176. package/dist/src/unstable/mcp-servers/operations/install.js.map +1 -1
  177. package/dist/src/unstable/mcp-servers/operations/publish.d.ts.map +1 -1
  178. package/dist/src/unstable/mcp-servers/operations/publish.js +5 -4
  179. package/dist/src/unstable/mcp-servers/operations/publish.js.map +1 -1
  180. package/dist/src/unstable/mcp-servers/reconciliation-adapter.js +2 -2
  181. package/dist/src/unstable/mcp-servers/reconciliation-adapter.js.map +1 -1
  182. package/dist/src/unstable/mcp-servers/registry-ref-builder.d.ts +2 -2
  183. package/dist/src/unstable/mcp-servers/registry-ref-builder.d.ts.map +1 -1
  184. package/dist/src/unstable/mcp-servers/registry-ref-builder.js +2 -2
  185. package/dist/src/unstable/mcp-servers/registry-ref-builder.js.map +1 -1
  186. package/dist/src/unstable/packaging/axm-package-meta.d.ts +1 -1
  187. package/dist/src/unstable/packaging/axm-package-meta.js +2 -2
  188. package/dist/src/unstable/packaging/axm-package-meta.js.map +1 -1
  189. package/dist/src/unstable/packaging/package-type.d.ts +4 -0
  190. package/dist/src/unstable/packaging/package-type.d.ts.map +1 -1
  191. package/dist/src/unstable/packaging/package-type.js +17 -4
  192. package/dist/src/unstable/packaging/package-type.js.map +1 -1
  193. package/dist/src/unstable/packaging/package-url.d.ts +7 -1
  194. package/dist/src/unstable/packaging/package-url.d.ts.map +1 -1
  195. package/dist/src/unstable/packaging/package-url.js +38 -5
  196. package/dist/src/unstable/packaging/package-url.js.map +1 -1
  197. package/dist/src/unstable/packaging/read.d.ts +1 -1
  198. package/dist/src/unstable/packaging/read.d.ts.map +1 -1
  199. package/dist/src/unstable/packaging/types.d.ts +2 -2
  200. package/dist/src/unstable/packaging/types.d.ts.map +1 -1
  201. package/dist/src/unstable/packs/dependency-resolution.d.ts +3 -3
  202. package/dist/src/unstable/packs/dependency-resolution.d.ts.map +1 -1
  203. package/dist/src/unstable/packs/dependency-resolution.js +66 -27
  204. package/dist/src/unstable/packs/dependency-resolution.js.map +1 -1
  205. package/dist/src/unstable/packs/expansion.d.ts +14 -14
  206. package/dist/src/unstable/packs/expansion.d.ts.map +1 -1
  207. package/dist/src/unstable/packs/expansion.js +18 -18
  208. package/dist/src/unstable/packs/expansion.js.map +1 -1
  209. package/dist/src/unstable/packs/index.d.ts +22 -22
  210. package/dist/src/unstable/packs/index.d.ts.map +1 -1
  211. package/dist/src/unstable/packs/index.js +14 -14
  212. package/dist/src/unstable/packs/index.js.map +1 -1
  213. package/dist/src/unstable/packs/manager.d.ts +7 -7
  214. package/dist/src/unstable/packs/manager.d.ts.map +1 -1
  215. package/dist/src/unstable/packs/manager.js +26 -30
  216. package/dist/src/unstable/packs/manager.js.map +1 -1
  217. package/dist/src/unstable/packs/manifest-schema.d.ts +16 -17
  218. package/dist/src/unstable/packs/manifest-schema.d.ts.map +1 -1
  219. package/dist/src/unstable/packs/manifest-schema.js +14 -15
  220. package/dist/src/unstable/packs/manifest-schema.js.map +1 -1
  221. package/dist/src/unstable/packs/operations/add-to-pack.d.ts +7 -7
  222. package/dist/src/unstable/packs/operations/add-to-pack.d.ts.map +1 -1
  223. package/dist/src/unstable/packs/operations/add-to-pack.js +19 -42
  224. package/dist/src/unstable/packs/operations/add-to-pack.js.map +1 -1
  225. package/dist/src/unstable/packs/operations/install.d.ts +17 -17
  226. package/dist/src/unstable/packs/operations/install.d.ts.map +1 -1
  227. package/dist/src/unstable/packs/operations/install.js +37 -33
  228. package/dist/src/unstable/packs/operations/install.js.map +1 -1
  229. package/dist/src/unstable/packs/operations/new-pack.d.ts +12 -12
  230. package/dist/src/unstable/packs/operations/new-pack.d.ts.map +1 -1
  231. package/dist/src/unstable/packs/operations/new-pack.js +29 -32
  232. package/dist/src/unstable/packs/operations/new-pack.js.map +1 -1
  233. package/dist/src/unstable/packs/operations/publish.d.ts +8 -8
  234. package/dist/src/unstable/packs/operations/publish.d.ts.map +1 -1
  235. package/dist/src/unstable/packs/operations/publish.js +21 -31
  236. package/dist/src/unstable/packs/operations/publish.js.map +1 -1
  237. package/dist/src/unstable/packs/operations/remove-from-pack.d.ts +7 -7
  238. package/dist/src/unstable/packs/operations/remove-from-pack.d.ts.map +1 -1
  239. package/dist/src/unstable/packs/operations/remove-from-pack.js +18 -27
  240. package/dist/src/unstable/packs/operations/remove-from-pack.js.map +1 -1
  241. package/dist/src/unstable/packs/operations/uninstall.d.ts +11 -11
  242. package/dist/src/unstable/packs/operations/uninstall.d.ts.map +1 -1
  243. package/dist/src/unstable/packs/operations/uninstall.js +17 -17
  244. package/dist/src/unstable/packs/operations/uninstall.js.map +1 -1
  245. package/dist/src/unstable/packs/operations/unpack.d.ts +10 -10
  246. package/dist/src/unstable/packs/operations/unpack.d.ts.map +1 -1
  247. package/dist/src/unstable/packs/operations/unpack.js +42 -20
  248. package/dist/src/unstable/packs/operations/unpack.js.map +1 -1
  249. package/dist/src/unstable/packs/paths.d.ts +9 -9
  250. package/dist/src/unstable/packs/paths.d.ts.map +1 -1
  251. package/dist/src/unstable/packs/paths.js +7 -7
  252. package/dist/src/unstable/packs/paths.js.map +1 -1
  253. package/dist/src/unstable/packs/reconciliation-adapter.d.ts +1 -1
  254. package/dist/src/unstable/packs/reconciliation-adapter.d.ts.map +1 -1
  255. package/dist/src/unstable/packs/reconciliation-adapter.js +120 -79
  256. package/dist/src/unstable/packs/reconciliation-adapter.js.map +1 -1
  257. package/dist/src/unstable/packs/refs.d.ts +5 -5
  258. package/dist/src/unstable/packs/refs.d.ts.map +1 -1
  259. package/dist/src/unstable/packs/refs.js +2 -2
  260. package/dist/src/unstable/plan/resolve-plan.d.ts.map +1 -1
  261. package/dist/src/unstable/plan/resolve-plan.js +3 -4
  262. package/dist/src/unstable/plan/resolve-plan.js.map +1 -1
  263. package/dist/src/unstable/publish/input-normalization.d.ts +3 -3
  264. package/dist/src/unstable/publish/input-normalization.d.ts.map +1 -1
  265. package/dist/src/unstable/publish/manifest-policy.d.ts +49 -34
  266. package/dist/src/unstable/publish/manifest-policy.d.ts.map +1 -1
  267. package/dist/src/unstable/publish/manifest-policy.js +19 -8
  268. package/dist/src/unstable/publish/manifest-policy.js.map +1 -1
  269. package/dist/src/unstable/registry/__generated__/registry-client.d.ts +4 -4
  270. package/dist/src/unstable/registry/__generated__/registry-client.d.ts.map +1 -1
  271. package/dist/src/unstable/registry/__generated__/registry-client.js +2 -2
  272. package/dist/src/unstable/registry/__generated__/registry-client.js.map +1 -1
  273. package/dist/src/unstable/registry/client.d.ts +7 -7
  274. package/dist/src/unstable/registry/client.d.ts.map +1 -1
  275. package/dist/src/unstable/registry/client.js.map +1 -1
  276. package/dist/src/unstable/registry/discover-schema.d.ts +8 -6
  277. package/dist/src/unstable/registry/discover-schema.d.ts.map +1 -1
  278. package/dist/src/unstable/registry/discover-schema.js +2 -2
  279. package/dist/src/unstable/registry/discover-schema.js.map +1 -1
  280. package/dist/src/unstable/registry/error-mapping.d.ts.map +1 -1
  281. package/dist/src/unstable/registry/error-mapping.js +2 -6
  282. package/dist/src/unstable/registry/error-mapping.js.map +1 -1
  283. package/dist/src/unstable/registry/local-client.js +10 -10
  284. package/dist/src/unstable/registry/local-client.js.map +1 -1
  285. package/dist/src/unstable/registry/remote-client.d.ts.map +1 -1
  286. package/dist/src/unstable/registry/remote-client.js +17 -23
  287. package/dist/src/unstable/registry/remote-client.js.map +1 -1
  288. package/dist/src/unstable/registry/schema.d.ts +11 -7
  289. package/dist/src/unstable/registry/schema.d.ts.map +1 -1
  290. package/dist/src/unstable/registry/schema.js +3 -3
  291. package/dist/src/unstable/registry/schema.js.map +1 -1
  292. package/dist/src/unstable/registry/utils.d.ts +1 -1
  293. package/dist/src/unstable/registry/utils.d.ts.map +1 -1
  294. package/dist/src/unstable/registry/utils.js +4 -4
  295. package/dist/src/unstable/registry/utils.js.map +1 -1
  296. package/dist/src/unstable/settings/ignored-patterns.d.ts.map +1 -1
  297. package/dist/src/unstable/settings/ignored-patterns.js +1 -4
  298. package/dist/src/unstable/settings/ignored-patterns.js.map +1 -1
  299. package/dist/src/unstable/settings/index.d.ts +2 -2
  300. package/dist/src/unstable/settings/index.d.ts.map +1 -1
  301. package/dist/src/unstable/settings/index.js +1 -1
  302. package/dist/src/unstable/settings/index.js.map +1 -1
  303. package/dist/src/unstable/settings/schema.d.ts +27 -27
  304. package/dist/src/unstable/settings/schema.d.ts.map +1 -1
  305. package/dist/src/unstable/settings/schema.js +57 -73
  306. package/dist/src/unstable/settings/schema.js.map +1 -1
  307. package/dist/src/unstable/skills/index.d.ts +2 -1
  308. package/dist/src/unstable/skills/index.d.ts.map +1 -1
  309. package/dist/src/unstable/skills/index.js +2 -1
  310. package/dist/src/unstable/skills/index.js.map +1 -1
  311. package/dist/src/unstable/skills/manager.d.ts.map +1 -1
  312. package/dist/src/unstable/skills/manager.js +5 -5
  313. package/dist/src/unstable/skills/manager.js.map +1 -1
  314. package/dist/src/unstable/skills/manifest-schema.d.ts +9 -5
  315. package/dist/src/unstable/skills/manifest-schema.d.ts.map +1 -1
  316. package/dist/src/unstable/skills/manifest-schema.js +6 -3
  317. package/dist/src/unstable/skills/manifest-schema.js.map +1 -1
  318. package/dist/src/unstable/skills/operations/copy.d.ts.map +1 -1
  319. package/dist/src/unstable/skills/operations/copy.js +3 -2
  320. package/dist/src/unstable/skills/operations/copy.js.map +1 -1
  321. package/dist/src/unstable/skills/operations/disable.d.ts.map +1 -1
  322. package/dist/src/unstable/skills/operations/disable.js +1 -3
  323. package/dist/src/unstable/skills/operations/disable.js.map +1 -1
  324. package/dist/src/unstable/skills/operations/enable.d.ts.map +1 -1
  325. package/dist/src/unstable/skills/operations/enable.js +4 -1
  326. package/dist/src/unstable/skills/operations/enable.js.map +1 -1
  327. package/dist/src/unstable/skills/operations/install.d.ts +1 -1
  328. package/dist/src/unstable/skills/operations/install.d.ts.map +1 -1
  329. package/dist/src/unstable/skills/operations/install.js +8 -8
  330. package/dist/src/unstable/skills/operations/install.js.map +1 -1
  331. package/dist/src/unstable/skills/operations/new-skill.d.ts.map +1 -1
  332. package/dist/src/unstable/skills/operations/new-skill.js +3 -4
  333. package/dist/src/unstable/skills/operations/new-skill.js.map +1 -1
  334. package/dist/src/unstable/skills/operations/publish.d.ts.map +1 -1
  335. package/dist/src/unstable/skills/operations/publish.js +4 -4
  336. package/dist/src/unstable/skills/operations/publish.js.map +1 -1
  337. package/dist/src/unstable/skills/operations/uninstall.d.ts.map +1 -1
  338. package/dist/src/unstable/skills/operations/uninstall.js +4 -6
  339. package/dist/src/unstable/skills/operations/uninstall.js.map +1 -1
  340. package/dist/src/unstable/skills/reconciliation-adapter.js +2 -2
  341. package/dist/src/unstable/skills/reconciliation-adapter.js.map +1 -1
  342. package/dist/src/unstable/skills/registry-ref-builder.d.ts +2 -2
  343. package/dist/src/unstable/skills/registry-ref-builder.d.ts.map +1 -1
  344. package/dist/src/unstable/skills/registry-ref-builder.js +2 -2
  345. package/dist/src/unstable/skills/registry-ref-builder.js.map +1 -1
  346. package/dist/src/unstable/skills/utils.d.ts +7 -7
  347. package/dist/src/unstable/skills/utils.d.ts.map +1 -1
  348. package/dist/src/unstable/skills/utils.js +6 -6
  349. package/dist/src/unstable/skills/utils.js.map +1 -1
  350. package/dist/src/unstable/source-resolution/providers/registry/host-provider.d.ts +2 -2
  351. package/dist/src/unstable/source-resolution/providers/registry/host-provider.d.ts.map +1 -1
  352. package/dist/src/unstable/source-resolution/providers/registry/host-provider.js +13 -28
  353. package/dist/src/unstable/source-resolution/providers/registry/host-provider.js.map +1 -1
  354. package/dist/src/unstable/source-resolution/resolve-identifier.d.ts.map +1 -1
  355. package/dist/src/unstable/source-resolution/resolve-identifier.js +5 -10
  356. package/dist/src/unstable/source-resolution/resolve-identifier.js.map +1 -1
  357. package/dist/src/unstable/source-resolution/resolve-source-pattern.js +1 -1
  358. package/dist/src/unstable/source-resolution/resolve-source-pattern.js.map +1 -1
  359. package/dist/src/unstable/sources/index.d.ts +1 -1
  360. package/dist/src/unstable/sources/index.d.ts.map +1 -1
  361. package/dist/src/unstable/sources/index.js +1 -1
  362. package/dist/src/unstable/sources/index.js.map +1 -1
  363. package/dist/src/unstable/sources/lock-entry-to-ref.d.ts +3 -3
  364. package/dist/src/unstable/sources/lock-entry-to-ref.d.ts.map +1 -1
  365. package/dist/src/unstable/sources/lock-entry-to-ref.js +7 -10
  366. package/dist/src/unstable/sources/lock-entry-to-ref.js.map +1 -1
  367. package/dist/src/unstable/sources/parser.d.ts +2 -2
  368. package/dist/src/unstable/sources/parser.d.ts.map +1 -1
  369. package/dist/src/unstable/sources/parser.js +1 -1
  370. package/dist/src/unstable/sources/parser.js.map +1 -1
  371. package/dist/src/unstable/sources/provider.d.ts +2 -2
  372. package/dist/src/unstable/sources/provider.d.ts.map +1 -1
  373. package/dist/src/unstable/subagents/manager.d.ts.map +1 -1
  374. package/dist/src/unstable/subagents/manager.js +0 -1
  375. package/dist/src/unstable/subagents/manager.js.map +1 -1
  376. package/dist/src/unstable/subagents/manifest-schema.d.ts +9 -5
  377. package/dist/src/unstable/subagents/manifest-schema.d.ts.map +1 -1
  378. package/dist/src/unstable/subagents/manifest-schema.js +6 -3
  379. package/dist/src/unstable/subagents/manifest-schema.js.map +1 -1
  380. package/dist/src/unstable/subagents/operations/disable.d.ts.map +1 -1
  381. package/dist/src/unstable/subagents/operations/disable.js +1 -3
  382. package/dist/src/unstable/subagents/operations/disable.js.map +1 -1
  383. package/dist/src/unstable/subagents/operations/enable.d.ts.map +1 -1
  384. package/dist/src/unstable/subagents/operations/enable.js +1 -2
  385. package/dist/src/unstable/subagents/operations/enable.js.map +1 -1
  386. package/dist/src/unstable/subagents/operations/publish.d.ts.map +1 -1
  387. package/dist/src/unstable/subagents/operations/publish.js +4 -5
  388. package/dist/src/unstable/subagents/operations/publish.js.map +1 -1
  389. package/dist/src/unstable/subagents/reconciliation-adapter.js +2 -2
  390. package/dist/src/unstable/subagents/reconciliation-adapter.js.map +1 -1
  391. package/dist/src/unstable/subagents/registry-ref-builder.d.ts +2 -2
  392. package/dist/src/unstable/subagents/registry-ref-builder.d.ts.map +1 -1
  393. package/dist/src/unstable/subagents/registry-ref-builder.js +2 -2
  394. package/dist/src/unstable/subagents/registry-ref-builder.js.map +1 -1
  395. package/dist/src/unstable/subagents/subagent-content.d.ts.map +1 -1
  396. package/dist/src/unstable/subagents/subagent-content.js +3 -10
  397. package/dist/src/unstable/subagents/subagent-content.js.map +1 -1
  398. package/dist/src/unstable/utils/build-zip-archive.d.ts.map +1 -1
  399. package/dist/src/unstable/utils/build-zip-archive.js +0 -1
  400. package/dist/src/unstable/utils/build-zip-archive.js.map +1 -1
  401. package/dist/src/unstable/version-constraints/version-constraints.d.ts +30 -23
  402. package/dist/src/unstable/version-constraints/version-constraints.d.ts.map +1 -1
  403. package/dist/src/unstable/version-constraints/version-constraints.js +52 -43
  404. package/dist/src/unstable/version-constraints/version-constraints.js.map +1 -1
  405. package/dist/src/unstable/version-resolution/version-resolution.d.ts.map +1 -1
  406. package/dist/src/unstable/version-resolution/version-resolution.js +1 -7
  407. package/dist/src/unstable/version-resolution/version-resolution.js.map +1 -1
  408. package/dist/src/unstable/workspace/configured-entry-resolution/resolve.d.ts +6 -6
  409. package/dist/src/unstable/workspace/configured-entry-resolution/resolve.d.ts.map +1 -1
  410. package/dist/src/unstable/workspace/configured-entry-resolution/resolve.js +26 -38
  411. package/dist/src/unstable/workspace/configured-entry-resolution/resolve.js.map +1 -1
  412. package/dist/src/unstable/workspace/configured-entry-resolution/types.d.ts +4 -4
  413. package/dist/src/unstable/workspace/configured-entry-resolution/types.d.ts.map +1 -1
  414. package/dist/src/unstable/workspace/index.d.ts +1 -1
  415. package/dist/src/unstable/workspace/index.d.ts.map +1 -1
  416. package/dist/src/unstable/workspace/initialization.d.ts +20 -20
  417. package/dist/src/unstable/workspace/initialization.d.ts.map +1 -1
  418. package/dist/src/unstable/workspace/initialization.js +1 -3
  419. package/dist/src/unstable/workspace/initialization.js.map +1 -1
  420. package/dist/src/unstable/workspace/read-model/extensions/pack.d.ts +4 -4
  421. package/dist/src/unstable/workspace/read-model/extensions/pack.d.ts.map +1 -1
  422. package/dist/src/unstable/workspace/read-model/extensions/pack.js +2 -2
  423. package/dist/src/unstable/workspace/read-model/extensions/pack.js.map +1 -1
  424. package/dist/src/unstable/workspace/read-model/extensions/package-root.d.ts +4 -0
  425. package/dist/src/unstable/workspace/read-model/extensions/package-root.d.ts.map +1 -1
  426. package/dist/src/unstable/workspace/read-model/extensions/package-root.js +18 -1
  427. package/dist/src/unstable/workspace/read-model/extensions/package-root.js.map +1 -1
  428. package/dist/src/unstable/workspace/read-model/service.js +2 -2
  429. package/dist/src/unstable/workspace/read-model/service.js.map +1 -1
  430. package/dist/src/unstable/workspace/read-model-record-readers.js +2 -2
  431. package/dist/src/unstable/workspace/read-model-record-readers.js.map +1 -1
  432. package/dist/src/unstable/workspace/reconciliation-types.d.ts +2 -2
  433. package/dist/src/unstable/workspace/reconciliation-types.d.ts.map +1 -1
  434. package/dist/src/unstable/workspace/reconciliation.js.map +1 -1
  435. package/dist/src/unstable/workspace/service-interface.d.ts +17 -17
  436. package/dist/src/unstable/workspace/service-interface.d.ts.map +1 -1
  437. package/dist/src/unstable/workspace/service-interface.js.map +1 -1
  438. package/dist/src/unstable/workspace/service.d.ts +38 -38
  439. package/dist/src/unstable/workspace/service.d.ts.map +1 -1
  440. package/dist/src/unstable/workspace/service.js +24 -28
  441. package/dist/src/unstable/workspace/service.js.map +1 -1
  442. package/dist/src/unstable/workspace/test-stubs.d.ts +8 -8
  443. package/dist/src/unstable/workspace/test-stubs.d.ts.map +1 -1
  444. package/dist/src/unstable/workspace/test-stubs.js +16 -16
  445. package/dist/src/unstable/workspace/test-stubs.js.map +1 -1
  446. package/dist/src/unstable/workspace/version-currency/check-currency.d.ts +5 -5
  447. package/dist/src/unstable/workspace/version-currency/check-currency.d.ts.map +1 -1
  448. package/dist/src/unstable/workspace/version-currency/check-currency.js +2 -2
  449. package/dist/src/unstable/workspace/version-currency/check-currency.js.map +1 -1
  450. package/dist/src/unstable/workspace/version-currency/collectors.d.ts +3 -3
  451. package/dist/src/unstable/workspace/version-currency/collectors.d.ts.map +1 -1
  452. package/dist/src/unstable/workspace/version-currency/collectors.js +2 -2
  453. package/dist/src/unstable/workspace/version-currency/collectors.js.map +1 -1
  454. package/dist/src/unstable/workspace/version-currency/test-stubs.js +2 -2
  455. package/dist/src/unstable/workspace/version-currency/test-stubs.js.map +1 -1
  456. package/package.json +2 -2
  457. package/site-content/__generated__/schemas/axm-lock.schema.json +54 -23
  458. package/site-content/__generated__/schemas/axm-package-meta.schema.json +13 -2
  459. package/site-content/__generated__/schemas/command.schema.json +123 -19
  460. package/site-content/__generated__/schemas/mcp-server.schema.json +124 -14
  461. package/site-content/__generated__/schemas/pack.schema.json +173 -0
  462. package/site-content/__generated__/schemas/settings.schema.json +107 -22
  463. package/site-content/__generated__/schemas/skill.schema.json +124 -14
  464. package/site-content/__generated__/schemas/subagent.schema.json +176 -0
  465. package/site-content/install.md +1 -1
  466. package/site-content/__generated__/schemas/extension-pack.schema.json +0 -103
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/unstable/settings/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAGH,YAAY,EACV,0BAA0B,EAC1B,yBAAyB,EACzB,YAAY,EACZ,WAAW,EACX,sBAAsB,EACtB,sBAAsB,EACtB,eAAe,EACf,cAAc,EACd,aAAa,EACb,kBAAkB,EAClB,iBAAiB,EACjB,wBAAwB,EACxB,QAAQ,EACR,UAAU,EACV,SAAS,EACT,aAAa,EACb,YAAY,EACZ,gBAAgB,GACjB,MAAM,aAAa,CAAC;AACrB,OAAO,EACL,wBAAwB,EACxB,kBAAkB,EAClB,iBAAiB,EACjB,qBAAqB,EACrB,0BAA0B,EAC1B,oBAAoB,EACpB,mBAAmB,EACnB,8BAA8B,EAC9B,wBAAwB,EACxB,uBAAuB,EACvB,kBAAkB,EAClB,cAAc,EACd,sBAAsB,EACtB,gBAAgB,EAChB,eAAe,EACf,yBAAyB,EACzB,mBAAmB,EACnB,kBAAkB,EAClB,sBAAsB,GACvB,MAAM,aAAa,CAAC;AAGrB,OAAO,EAAE,wBAAwB,EAAE,8BAA8B,EAAE,MAAM,uBAAuB,CAAC;AAGjG,OAAO,EACL,qBAAqB,EACrB,iBAAiB,EACjB,iBAAiB,EACjB,aAAa,GACd,MAAM,eAAe,CAAC;AAGvB,YAAY,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAKpE,YAAY,EAAE,UAAU,EAAE,gBAAgB,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACpF,OAAO,EACL,gBAAgB,EAChB,sBAAsB,EACtB,kBAAkB,EAClB,2BAA2B,EAC3B,mBAAmB,EACnB,qBAAqB,GACtB,MAAM,mBAAmB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/unstable/settings/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAGH,YAAY,EACV,0BAA0B,EAC1B,yBAAyB,EACzB,YAAY,EACZ,WAAW,EACX,sBAAsB,EACtB,sBAAsB,EACtB,eAAe,EACf,cAAc,EACd,aAAa,EACb,SAAS,EACT,QAAQ,EACR,wBAAwB,EACxB,QAAQ,EACR,UAAU,EACV,SAAS,EACT,aAAa,EACb,YAAY,EACZ,gBAAgB,GACjB,MAAM,aAAa,CAAC;AACrB,OAAO,EACL,wBAAwB,EACxB,kBAAkB,EAClB,iBAAiB,EACjB,qBAAqB,EACrB,0BAA0B,EAC1B,oBAAoB,EACpB,mBAAmB,EACnB,qBAAqB,EACrB,eAAe,EACf,cAAc,EACd,kBAAkB,EAClB,cAAc,EACd,sBAAsB,EACtB,gBAAgB,EAChB,eAAe,EACf,yBAAyB,EACzB,mBAAmB,EACnB,kBAAkB,EAClB,sBAAsB,GACvB,MAAM,aAAa,CAAC;AAGrB,OAAO,EAAE,wBAAwB,EAAE,8BAA8B,EAAE,MAAM,uBAAuB,CAAC;AAGjG,OAAO,EACL,qBAAqB,EACrB,iBAAiB,EACjB,iBAAiB,EACjB,aAAa,GACd,MAAM,eAAe,CAAC;AAGvB,YAAY,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAKpE,YAAY,EAAE,UAAU,EAAE,gBAAgB,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACpF,OAAO,EACL,gBAAgB,EAChB,sBAAsB,EACtB,kBAAkB,EAClB,2BAA2B,EAC3B,mBAAmB,EACnB,qBAAqB,GACtB,MAAM,mBAAmB,CAAC"}
@@ -7,7 +7,7 @@
7
7
  * @experimental This API is unstable and may change without notice.
8
8
  * @packageDocumentation
9
9
  */
10
- export { CommandEntryObjectSchema, CommandEntrySchema, CommandsMapSchema, IgnoredSettingsSchema, McpServerEntryObjectSchema, McpServerEntrySchema, McpServersMapSchema, ExtensionPackEntryObjectSchema, ExtensionPackEntrySchema, ExtensionPacksMapSchema, SETTINGS_KEY_ORDER, SettingsSchema, SkillEntryObjectSchema, SkillEntrySchema, SkillsMapSchema, SubagentEntryObjectSchema, SubagentEntrySchema, SubagentsMapSchema, SourceHostConfigSchema, } from "./schema.js";
10
+ export { CommandEntryObjectSchema, CommandEntrySchema, CommandsMapSchema, IgnoredSettingsSchema, McpServerEntryObjectSchema, McpServerEntrySchema, McpServersMapSchema, PackEntryObjectSchema, PackEntrySchema, PacksMapSchema, SETTINGS_KEY_ORDER, SettingsSchema, SkillEntryObjectSchema, SkillEntrySchema, SkillsMapSchema, SubagentEntryObjectSchema, SubagentEntrySchema, SubagentsMapSchema, SourceHostConfigSchema, } from "./schema.js";
11
11
  // Ignored patterns
12
12
  export { normalizeIgnoredPatterns, validateIgnoredConfigConflicts } from "./ignored-patterns.js";
13
13
  // Settings I/O
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/unstable/settings/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAuBH,OAAO,EACL,wBAAwB,EACxB,kBAAkB,EAClB,iBAAiB,EACjB,qBAAqB,EACrB,0BAA0B,EAC1B,oBAAoB,EACpB,mBAAmB,EACnB,8BAA8B,EAC9B,wBAAwB,EACxB,uBAAuB,EACvB,kBAAkB,EAClB,cAAc,EACd,sBAAsB,EACtB,gBAAgB,EAChB,eAAe,EACf,yBAAyB,EACzB,mBAAmB,EACnB,kBAAkB,EAClB,sBAAsB,GACvB,MAAM,aAAa,CAAC;AAErB,mBAAmB;AACnB,OAAO,EAAE,wBAAwB,EAAE,8BAA8B,EAAE,MAAM,uBAAuB,CAAC;AAEjG,eAAe;AACf,OAAO,EACL,qBAAqB,EACrB,iBAAiB,EACjB,iBAAiB,EACjB,aAAa,GACd,MAAM,eAAe,CAAC;AASvB,OAAO,EACL,gBAAgB,EAChB,sBAAsB,EACtB,kBAAkB,EAClB,2BAA2B,EAC3B,mBAAmB,EACnB,qBAAqB,GACtB,MAAM,mBAAmB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/unstable/settings/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAuBH,OAAO,EACL,wBAAwB,EACxB,kBAAkB,EAClB,iBAAiB,EACjB,qBAAqB,EACrB,0BAA0B,EAC1B,oBAAoB,EACpB,mBAAmB,EACnB,qBAAqB,EACrB,eAAe,EACf,cAAc,EACd,kBAAkB,EAClB,cAAc,EACd,sBAAsB,EACtB,gBAAgB,EAChB,eAAe,EACf,yBAAyB,EACzB,mBAAmB,EACnB,kBAAkB,EAClB,sBAAsB,GACvB,MAAM,aAAa,CAAC;AAErB,mBAAmB;AACnB,OAAO,EAAE,wBAAwB,EAAE,8BAA8B,EAAE,MAAM,uBAAuB,CAAC;AAEjG,eAAe;AACf,OAAO,EACL,qBAAqB,EACrB,iBAAiB,EACjB,iBAAiB,EACjB,aAAa,GACd,MAAM,eAAe,CAAC;AASvB,OAAO,EACL,gBAAgB,EAChB,sBAAsB,EACtB,kBAAkB,EAClB,2BAA2B,EAC3B,mBAAmB,EACnB,qBAAqB,GACtB,MAAM,mBAAmB,CAAC"}
@@ -106,7 +106,7 @@ export type RegistrySourceHostConfig = Schema.Schema.Type<typeof RegistrySourceH
106
106
  * @experimental This API is unstable and may change without notice.
107
107
  */
108
108
  export declare const SkillEntryObjectSchema: Schema.Struct<{
109
- readonly source: Schema.String;
109
+ readonly source: Schema.NonEmptyString;
110
110
  readonly enabled: Schema.optional<Schema.Boolean>;
111
111
  readonly authored: Schema.optional<Schema.Boolean>;
112
112
  }>;
@@ -126,7 +126,7 @@ export declare const SkillEntrySchema: Schema.decodeTo<Schema.Struct<{
126
126
  readonly enabled: Schema.Boolean;
127
127
  readonly authored: Schema.Boolean;
128
128
  }>, Schema.Union<readonly [Schema.String, Schema.Struct<{
129
- readonly source: Schema.String;
129
+ readonly source: Schema.NonEmptyString;
130
130
  readonly enabled: Schema.optional<Schema.Boolean>;
131
131
  readonly authored: Schema.optional<Schema.Boolean>;
132
132
  }>]>, never, never>;
@@ -153,7 +153,7 @@ export declare const SkillsMapSchema: Schema.$Record<Schema.String, Schema.decod
153
153
  readonly enabled: Schema.Boolean;
154
154
  readonly authored: Schema.Boolean;
155
155
  }>, Schema.Union<readonly [Schema.String, Schema.Struct<{
156
- readonly source: Schema.String;
156
+ readonly source: Schema.NonEmptyString;
157
157
  readonly enabled: Schema.optional<Schema.Boolean>;
158
158
  readonly authored: Schema.optional<Schema.Boolean>;
159
159
  }>]>, never, never>>;
@@ -169,7 +169,7 @@ export type SkillsMap = Schema.Schema.Type<typeof SkillsMapSchema>;
169
169
  * @experimental This API is unstable and may change without notice.
170
170
  */
171
171
  export declare const CommandEntryObjectSchema: Schema.Struct<{
172
- readonly source: Schema.String;
172
+ readonly source: Schema.NonEmptyString;
173
173
  readonly enabled: Schema.optional<Schema.Boolean>;
174
174
  readonly authored: Schema.optional<Schema.Boolean>;
175
175
  }>;
@@ -187,7 +187,7 @@ export declare const CommandEntrySchema: Schema.decodeTo<Schema.Struct<{
187
187
  readonly enabled: Schema.Boolean;
188
188
  readonly authored: Schema.Boolean;
189
189
  }>, Schema.Union<readonly [Schema.String, Schema.Struct<{
190
- readonly source: Schema.String;
190
+ readonly source: Schema.NonEmptyString;
191
191
  readonly enabled: Schema.optional<Schema.Boolean>;
192
192
  readonly authored: Schema.optional<Schema.Boolean>;
193
193
  }>]>, never, never>;
@@ -214,7 +214,7 @@ export declare const CommandsMapSchema: Schema.$Record<Schema.String, Schema.dec
214
214
  readonly enabled: Schema.Boolean;
215
215
  readonly authored: Schema.Boolean;
216
216
  }>, Schema.Union<readonly [Schema.String, Schema.Struct<{
217
- readonly source: Schema.String;
217
+ readonly source: Schema.NonEmptyString;
218
218
  readonly enabled: Schema.optional<Schema.Boolean>;
219
219
  readonly authored: Schema.optional<Schema.Boolean>;
220
220
  }>]>, never, never>>;
@@ -230,7 +230,7 @@ export type CommandsMap = Schema.Schema.Type<typeof CommandsMapSchema>;
230
230
  * @experimental This API is unstable and may change without notice.
231
231
  */
232
232
  export declare const McpServerEntryObjectSchema: Schema.Struct<{
233
- readonly source: Schema.String;
233
+ readonly source: Schema.NonEmptyString;
234
234
  readonly authored: Schema.optional<Schema.Boolean>;
235
235
  }>;
236
236
  /**
@@ -245,7 +245,7 @@ export declare const McpServerEntrySchema: Schema.decodeTo<Schema.Struct<{
245
245
  readonly source: Schema.String;
246
246
  readonly authored: Schema.Boolean;
247
247
  }>, Schema.Union<readonly [Schema.String, Schema.Struct<{
248
- readonly source: Schema.String;
248
+ readonly source: Schema.NonEmptyString;
249
249
  readonly authored: Schema.optional<Schema.Boolean>;
250
250
  }>]>, never, never>;
251
251
  /**
@@ -265,7 +265,7 @@ export declare const McpServersMapSchema: Schema.$Record<Schema.String, Schema.d
265
265
  readonly source: Schema.String;
266
266
  readonly authored: Schema.Boolean;
267
267
  }>, Schema.Union<readonly [Schema.String, Schema.Struct<{
268
- readonly source: Schema.String;
268
+ readonly source: Schema.NonEmptyString;
269
269
  readonly authored: Schema.optional<Schema.Boolean>;
270
270
  }>]>, never, never>>;
271
271
  /**
@@ -280,7 +280,7 @@ export type McpServersMap = Schema.Schema.Type<typeof McpServersMapSchema>;
280
280
  * @experimental This API is unstable and may change without notice.
281
281
  */
282
282
  export declare const SubagentEntryObjectSchema: Schema.Struct<{
283
- readonly source: Schema.String;
283
+ readonly source: Schema.NonEmptyString;
284
284
  readonly enabled: Schema.optional<Schema.Boolean>;
285
285
  readonly authored: Schema.optional<Schema.Boolean>;
286
286
  }>;
@@ -298,7 +298,7 @@ export declare const SubagentEntrySchema: Schema.decodeTo<Schema.Struct<{
298
298
  readonly enabled: Schema.Boolean;
299
299
  readonly authored: Schema.Boolean;
300
300
  }>, Schema.Union<readonly [Schema.String, Schema.Struct<{
301
- readonly source: Schema.String;
301
+ readonly source: Schema.NonEmptyString;
302
302
  readonly enabled: Schema.optional<Schema.Boolean>;
303
303
  readonly authored: Schema.optional<Schema.Boolean>;
304
304
  }>]>, never, never>;
@@ -325,7 +325,7 @@ export declare const SubagentsMapSchema: Schema.$Record<Schema.String, Schema.de
325
325
  readonly enabled: Schema.Boolean;
326
326
  readonly authored: Schema.Boolean;
327
327
  }>, Schema.Union<readonly [Schema.String, Schema.Struct<{
328
- readonly source: Schema.String;
328
+ readonly source: Schema.NonEmptyString;
329
329
  readonly enabled: Schema.optional<Schema.Boolean>;
330
330
  readonly authored: Schema.optional<Schema.Boolean>;
331
331
  }>]>, never, never>>;
@@ -340,8 +340,8 @@ export type SubagentsMap = Schema.Schema.Type<typeof SubagentsMapSchema>;
340
340
  *
341
341
  * @experimental This API is unstable and may change without notice.
342
342
  */
343
- export declare const ExtensionPackEntryObjectSchema: Schema.Struct<{
344
- readonly source: Schema.String;
343
+ export declare const PackEntryObjectSchema: Schema.Struct<{
344
+ readonly source: Schema.NonEmptyString;
345
345
  readonly authored: Schema.optional<Schema.Boolean>;
346
346
  }>;
347
347
  /**
@@ -352,19 +352,19 @@ export declare const ExtensionPackEntryObjectSchema: Schema.Struct<{
352
352
  *
353
353
  * @experimental This API is unstable and may change without notice.
354
354
  */
355
- export declare const ExtensionPackEntrySchema: Schema.decodeTo<Schema.Struct<{
355
+ export declare const PackEntrySchema: Schema.decodeTo<Schema.Struct<{
356
356
  readonly source: Schema.String;
357
357
  readonly authored: Schema.Boolean;
358
358
  }>, Schema.Union<readonly [Schema.String, Schema.Struct<{
359
- readonly source: Schema.String;
359
+ readonly source: Schema.NonEmptyString;
360
360
  readonly authored: Schema.optional<Schema.Boolean>;
361
361
  }>]>, never, never>;
362
362
  /**
363
- * Inferred type for ExtensionPackEntry schema.
363
+ * Inferred type for PackEntry schema.
364
364
  *
365
365
  * @experimental This API is unstable and may change without notice.
366
366
  */
367
- export type ExtensionPackEntry = Schema.Schema.Type<typeof ExtensionPackEntrySchema>;
367
+ export type PackEntry = Schema.Schema.Type<typeof PackEntrySchema>;
368
368
  /**
369
369
  * Packs map - maps pack names to pack entries.
370
370
  *
@@ -377,19 +377,19 @@ export type ExtensionPackEntry = Schema.Schema.Type<typeof ExtensionPackEntrySch
377
377
  *
378
378
  * @experimental This API is unstable and may change without notice.
379
379
  */
380
- export declare const ExtensionPacksMapSchema: Schema.$Record<Schema.String, Schema.decodeTo<Schema.Struct<{
380
+ export declare const PacksMapSchema: Schema.$Record<Schema.String, Schema.decodeTo<Schema.Struct<{
381
381
  readonly source: Schema.String;
382
382
  readonly authored: Schema.Boolean;
383
383
  }>, Schema.Union<readonly [Schema.String, Schema.Struct<{
384
- readonly source: Schema.String;
384
+ readonly source: Schema.NonEmptyString;
385
385
  readonly authored: Schema.optional<Schema.Boolean>;
386
386
  }>]>, never, never>>;
387
387
  /**
388
- * Inferred type for ExtensionPacksMap schema.
388
+ * Inferred type for PacksMap schema.
389
389
  *
390
390
  * @experimental This API is unstable and may change without notice.
391
391
  */
392
- export type ExtensionPacksMap = Schema.Schema.Type<typeof ExtensionPacksMapSchema>;
392
+ export type PacksMap = Schema.Schema.Type<typeof PacksMapSchema>;
393
393
  /**
394
394
  * Ignored patterns map — per-extension-type arrays of glob patterns
395
395
  * for extensions to exclude from lifecycle classification.
@@ -462,7 +462,7 @@ export declare const SettingsSchema: Schema.Struct<{
462
462
  readonly enabled: Schema.Boolean;
463
463
  readonly authored: Schema.Boolean;
464
464
  }>, Schema.Union<readonly [Schema.String, Schema.Struct<{
465
- readonly source: Schema.String;
465
+ readonly source: Schema.NonEmptyString;
466
466
  readonly enabled: Schema.optional<Schema.Boolean>;
467
467
  readonly authored: Schema.optional<Schema.Boolean>;
468
468
  }>]>, never, never>>>;
@@ -471,7 +471,7 @@ export declare const SettingsSchema: Schema.Struct<{
471
471
  readonly enabled: Schema.Boolean;
472
472
  readonly authored: Schema.Boolean;
473
473
  }>, Schema.Union<readonly [Schema.String, Schema.Struct<{
474
- readonly source: Schema.String;
474
+ readonly source: Schema.NonEmptyString;
475
475
  readonly enabled: Schema.optional<Schema.Boolean>;
476
476
  readonly authored: Schema.optional<Schema.Boolean>;
477
477
  }>]>, never, never>>>;
@@ -479,14 +479,14 @@ export declare const SettingsSchema: Schema.Struct<{
479
479
  readonly source: Schema.String;
480
480
  readonly authored: Schema.Boolean;
481
481
  }>, Schema.Union<readonly [Schema.String, Schema.Struct<{
482
- readonly source: Schema.String;
482
+ readonly source: Schema.NonEmptyString;
483
483
  readonly authored: Schema.optional<Schema.Boolean>;
484
484
  }>]>, never, never>>>;
485
485
  readonly packs: Schema.optional<Schema.$Record<Schema.String, Schema.decodeTo<Schema.Struct<{
486
486
  readonly source: Schema.String;
487
487
  readonly authored: Schema.Boolean;
488
488
  }>, Schema.Union<readonly [Schema.String, Schema.Struct<{
489
- readonly source: Schema.String;
489
+ readonly source: Schema.NonEmptyString;
490
490
  readonly authored: Schema.optional<Schema.Boolean>;
491
491
  }>]>, never, never>>>;
492
492
  readonly skills: Schema.optional<Schema.$Record<Schema.String, Schema.decodeTo<Schema.Struct<{
@@ -494,7 +494,7 @@ export declare const SettingsSchema: Schema.Struct<{
494
494
  readonly enabled: Schema.Boolean;
495
495
  readonly authored: Schema.Boolean;
496
496
  }>, Schema.Union<readonly [Schema.String, Schema.Struct<{
497
- readonly source: Schema.String;
497
+ readonly source: Schema.NonEmptyString;
498
498
  readonly enabled: Schema.optional<Schema.Boolean>;
499
499
  readonly authored: Schema.optional<Schema.Boolean>;
500
500
  }>]>, never, never>>>;
@@ -1 +1 @@
1
- {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../src/unstable/settings/schema.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../src/unstable/settings/schema.ts"],"names":[],"mappings":"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"}
@@ -7,7 +7,7 @@
7
7
  */
8
8
  import * as Schema from "effect/Schema";
9
9
  import * as SchemaTransformation from "effect/SchemaTransformation";
10
- import { AgentIdSchema, ExtensionNameSchema } from "../extensions/common.js";
10
+ import { AgentIdSchema, EXTENSION_NAME_PATTERN } from "../extensions/common.js";
11
11
  import { HandleSchema } from "../extensions/handle.js";
12
12
  import { LintConfigSchema } from "../lint/config.js";
13
13
  // -----------------------------------------------------------------------------
@@ -116,30 +116,27 @@ export const SourceHostConfigSchema = Schema.Union([
116
116
  title: "Source Host Config",
117
117
  description: "Where extensions are fetched from — GitHub, GitLab, Bitbucket, Azure Repos, or a package registry.",
118
118
  });
119
- const decodeExtensionNameSync = Schema.decodeUnknownSync(ExtensionNameSchema);
120
- const validateNamedRecordKeys = (entryLabel, decodeName) => (record) => {
121
- const invalidKeys = Object.keys(record).filter((key) => {
122
- try {
123
- decodeName(key);
124
- return false;
125
- }
126
- catch {
127
- return true;
128
- }
129
- });
130
- return invalidKeys.length > 0
131
- ? `Invalid ${entryLabel} name(s): ${invalidKeys.join(", ")}. Names must be max 64 chars, lowercase letters/numbers/hyphens, not starting or ending with hyphen.`
132
- : undefined;
133
- };
119
+ const ExtensionMapKeySchema = Schema.String.check(Schema.isPattern(EXTENSION_NAME_PATTERN, {
120
+ message: "Names must be max 64 chars, lowercase letters/numbers/hyphens, not starting or ending with hyphen.",
121
+ }));
122
+ const authoredFieldSchema = Schema.optional(Schema.Boolean.annotate({
123
+ description: "Whether this entry was authored locally. Defaults to false when omitted.",
124
+ default: false,
125
+ }));
126
+ const enabledFieldSchema = Schema.optional(Schema.Boolean.annotate({
127
+ description: "Whether this entry is enabled. Defaults to true when omitted.",
128
+ default: true,
129
+ }));
130
+ const compactOrVerboseEntry = (objectSchema, canonicalSchema, transformation) => Schema.Union([Schema.String, objectSchema]).pipe(Schema.decodeTo(canonicalSchema, SchemaTransformation.transform(transformation)));
134
131
  /**
135
132
  * Managed skill with source and optional config flags.
136
133
  *
137
134
  * @experimental This API is unstable and may change without notice.
138
135
  */
139
136
  export const SkillEntryObjectSchema = Schema.Struct({
140
- source: Schema.String.pipe(Schema.annotateKey({ messageMissingKey: "skill source is required" })),
141
- enabled: Schema.optional(Schema.Boolean),
142
- authored: Schema.optional(Schema.Boolean),
137
+ source: Schema.NonEmptyString.pipe(Schema.annotateKey({ messageMissingKey: "skill source is required" })),
138
+ enabled: enabledFieldSchema,
139
+ authored: authoredFieldSchema,
143
140
  }).annotate({
144
141
  identifier: "SkillEntryObject",
145
142
  title: "Skill Entry Object",
@@ -156,7 +153,7 @@ export const SkillEntryObjectSchema = Schema.Struct({
156
153
  *
157
154
  * @experimental This API is unstable and may change without notice.
158
155
  */
159
- export const SkillEntrySchema = Schema.Union([Schema.String, SkillEntryObjectSchema]).pipe(Schema.decodeTo(Schema.Struct({
156
+ export const SkillEntrySchema = compactOrVerboseEntry(SkillEntryObjectSchema, Schema.Struct({
160
157
  source: Schema.String,
161
158
  enabled: Schema.Boolean,
162
159
  authored: Schema.Boolean,
@@ -164,7 +161,7 @@ export const SkillEntrySchema = Schema.Union([Schema.String, SkillEntryObjectSch
164
161
  identifier: "SkillEntry",
165
162
  title: "Skill Entry",
166
163
  description: "A skill reference — either a source string like @owner/skills/name or an object with source, enabled, and authored.",
167
- }), SchemaTransformation.transform({
164
+ }), {
168
165
  decode: (entry) => typeof entry === "string"
169
166
  ? { source: entry, enabled: true, authored: false }
170
167
  : {
@@ -184,7 +181,7 @@ export const SkillEntrySchema = Schema.Union([Schema.String, SkillEntryObjectSch
184
181
  obj.authored = true;
185
182
  return obj;
186
183
  },
187
- })));
184
+ });
188
185
  /**
189
186
  * Skills map - maps skill names to skill entries.
190
187
  *
@@ -197,9 +194,7 @@ export const SkillEntrySchema = Schema.Union([Schema.String, SkillEntryObjectSch
197
194
  *
198
195
  * @experimental This API is unstable and may change without notice.
199
196
  */
200
- export const SkillsMapSchema = Schema.Record(Schema.String, SkillEntrySchema)
201
- .check(Schema.makeFilter(validateNamedRecordKeys("skill", decodeExtensionNameSync)))
202
- .annotate({
197
+ export const SkillsMapSchema = Schema.Record(ExtensionMapKeySchema, SkillEntrySchema).annotate({
203
198
  identifier: "SkillsMap",
204
199
  title: "Skills Map",
205
200
  description: "Your installed skills, keyed by name.",
@@ -210,9 +205,9 @@ export const SkillsMapSchema = Schema.Record(Schema.String, SkillEntrySchema)
210
205
  * @experimental This API is unstable and may change without notice.
211
206
  */
212
207
  export const CommandEntryObjectSchema = Schema.Struct({
213
- source: Schema.String.pipe(Schema.annotateKey({ messageMissingKey: "command source is required" })),
214
- enabled: Schema.optional(Schema.Boolean),
215
- authored: Schema.optional(Schema.Boolean),
208
+ source: Schema.NonEmptyString.pipe(Schema.annotateKey({ messageMissingKey: "command source is required" })),
209
+ enabled: enabledFieldSchema,
210
+ authored: authoredFieldSchema,
216
211
  }).annotate({
217
212
  identifier: "CommandEntryObject",
218
213
  title: "Command Entry Object",
@@ -227,7 +222,7 @@ export const CommandEntryObjectSchema = Schema.Struct({
227
222
  *
228
223
  * @experimental This API is unstable and may change without notice.
229
224
  */
230
- export const CommandEntrySchema = Schema.Union([Schema.String, CommandEntryObjectSchema]).pipe(Schema.decodeTo(Schema.Struct({
225
+ export const CommandEntrySchema = compactOrVerboseEntry(CommandEntryObjectSchema, Schema.Struct({
231
226
  source: Schema.String,
232
227
  enabled: Schema.Boolean,
233
228
  authored: Schema.Boolean,
@@ -235,7 +230,7 @@ export const CommandEntrySchema = Schema.Union([Schema.String, CommandEntryObjec
235
230
  identifier: "CommandEntry",
236
231
  title: "Command Entry",
237
232
  description: "A command reference — either a source string like @owner/commands/name or an object with source, enabled, and authored.",
238
- }), SchemaTransformation.transform({
233
+ }), {
239
234
  decode: (entry) => typeof entry === "string"
240
235
  ? { source: entry, enabled: true, authored: false }
241
236
  : {
@@ -255,7 +250,7 @@ export const CommandEntrySchema = Schema.Union([Schema.String, CommandEntryObjec
255
250
  obj.authored = true;
256
251
  return obj;
257
252
  },
258
- })));
253
+ });
259
254
  /**
260
255
  * Commands map - maps command names to command entries.
261
256
  *
@@ -268,9 +263,7 @@ export const CommandEntrySchema = Schema.Union([Schema.String, CommandEntryObjec
268
263
  *
269
264
  * @experimental This API is unstable and may change without notice.
270
265
  */
271
- export const CommandsMapSchema = Schema.Record(Schema.String, CommandEntrySchema)
272
- .check(Schema.makeFilter(validateNamedRecordKeys("command", decodeExtensionNameSync)))
273
- .annotate({
266
+ export const CommandsMapSchema = Schema.Record(ExtensionMapKeySchema, CommandEntrySchema).annotate({
274
267
  identifier: "CommandsMap",
275
268
  title: "Commands Map",
276
269
  description: "Your installed commands, keyed by name.",
@@ -281,8 +274,8 @@ export const CommandsMapSchema = Schema.Record(Schema.String, CommandEntrySchema
281
274
  * @experimental This API is unstable and may change without notice.
282
275
  */
283
276
  export const McpServerEntryObjectSchema = Schema.Struct({
284
- source: Schema.String.pipe(Schema.annotateKey({ messageMissingKey: "MCP server source is required" })),
285
- authored: Schema.optional(Schema.Boolean),
277
+ source: Schema.NonEmptyString.pipe(Schema.annotateKey({ messageMissingKey: "MCP server source is required" })),
278
+ authored: authoredFieldSchema,
286
279
  }).annotate({
287
280
  identifier: "McpServerEntryObject",
288
281
  title: "MCP Server Entry Object",
@@ -296,19 +289,19 @@ export const McpServerEntryObjectSchema = Schema.Struct({
296
289
  *
297
290
  * @experimental This API is unstable and may change without notice.
298
291
  */
299
- export const McpServerEntrySchema = Schema.Union([Schema.String, McpServerEntryObjectSchema]).pipe(Schema.decodeTo(Schema.Struct({
292
+ export const McpServerEntrySchema = compactOrVerboseEntry(McpServerEntryObjectSchema, Schema.Struct({
300
293
  source: Schema.String,
301
294
  authored: Schema.Boolean,
302
295
  }).annotate({
303
296
  identifier: "McpServerEntry",
304
297
  title: "MCP Server Entry",
305
298
  description: "An MCP server reference — either a source string or an object with source and authored.",
306
- }), SchemaTransformation.transform({
299
+ }), {
307
300
  decode: (entry) => typeof entry === "string"
308
301
  ? { source: entry, authored: false }
309
302
  : { source: entry.source, authored: entry.authored ?? false },
310
303
  encode: (entry) => entry.authored ? { source: entry.source, authored: true } : entry.source,
311
- })));
304
+ });
312
305
  /**
313
306
  * MCP servers map - maps MCP server names to MCP server entries.
314
307
  *
@@ -316,9 +309,7 @@ export const McpServerEntrySchema = Schema.Union([Schema.String, McpServerEntryO
316
309
  *
317
310
  * @experimental This API is unstable and may change without notice.
318
311
  */
319
- export const McpServersMapSchema = Schema.Record(Schema.String, McpServerEntrySchema)
320
- .check(Schema.makeFilter(validateNamedRecordKeys("MCP server", decodeExtensionNameSync)))
321
- .annotate({
312
+ export const McpServersMapSchema = Schema.Record(ExtensionMapKeySchema, McpServerEntrySchema).annotate({
322
313
  identifier: "McpServersMap",
323
314
  title: "MCP Servers Map",
324
315
  description: "Your installed MCP servers, keyed by name.",
@@ -332,9 +323,9 @@ export const McpServersMapSchema = Schema.Record(Schema.String, McpServerEntrySc
332
323
  * @experimental This API is unstable and may change without notice.
333
324
  */
334
325
  export const SubagentEntryObjectSchema = Schema.Struct({
335
- source: Schema.String.pipe(Schema.annotateKey({ messageMissingKey: "subagent source is required" })),
336
- enabled: Schema.optional(Schema.Boolean),
337
- authored: Schema.optional(Schema.Boolean),
326
+ source: Schema.NonEmptyString.pipe(Schema.annotateKey({ messageMissingKey: "subagent source is required" })),
327
+ enabled: enabledFieldSchema,
328
+ authored: authoredFieldSchema,
338
329
  }).annotate({
339
330
  identifier: "SubagentEntryObject",
340
331
  title: "Subagent Entry Object",
@@ -349,7 +340,7 @@ export const SubagentEntryObjectSchema = Schema.Struct({
349
340
  *
350
341
  * @experimental This API is unstable and may change without notice.
351
342
  */
352
- export const SubagentEntrySchema = Schema.Union([Schema.String, SubagentEntryObjectSchema]).pipe(Schema.decodeTo(Schema.Struct({
343
+ export const SubagentEntrySchema = compactOrVerboseEntry(SubagentEntryObjectSchema, Schema.Struct({
353
344
  source: Schema.String,
354
345
  enabled: Schema.Boolean,
355
346
  authored: Schema.Boolean,
@@ -357,7 +348,7 @@ export const SubagentEntrySchema = Schema.Union([Schema.String, SubagentEntryObj
357
348
  identifier: "SubagentEntry",
358
349
  title: "Subagent Entry",
359
350
  description: "A subagent reference — either a source string like @owner/subagents/name or an object with source, enabled, and authored.",
360
- }), SchemaTransformation.transform({
351
+ }), {
361
352
  decode: (entry) => typeof entry === "string"
362
353
  ? { source: entry, enabled: true, authored: false }
363
354
  : {
@@ -377,7 +368,7 @@ export const SubagentEntrySchema = Schema.Union([Schema.String, SubagentEntryObj
377
368
  obj.authored = true;
378
369
  return obj;
379
370
  },
380
- })));
371
+ });
381
372
  /**
382
373
  * Subagents map - maps subagent names to subagent entries.
383
374
  *
@@ -390,9 +381,7 @@ export const SubagentEntrySchema = Schema.Union([Schema.String, SubagentEntryObj
390
381
  *
391
382
  * @experimental This API is unstable and may change without notice.
392
383
  */
393
- export const SubagentsMapSchema = Schema.Record(Schema.String, SubagentEntrySchema)
394
- .check(Schema.makeFilter(validateNamedRecordKeys("subagent", decodeExtensionNameSync)))
395
- .annotate({
384
+ export const SubagentsMapSchema = Schema.Record(ExtensionMapKeySchema, SubagentEntrySchema).annotate({
396
385
  identifier: "SubagentsMap",
397
386
  title: "Subagents Map",
398
387
  description: "Your installed subagents, keyed by name.",
@@ -405,13 +394,13 @@ export const SubagentsMapSchema = Schema.Record(Schema.String, SubagentEntrySche
405
394
  *
406
395
  * @experimental This API is unstable and may change without notice.
407
396
  */
408
- export const ExtensionPackEntryObjectSchema = Schema.Struct({
409
- source: Schema.String.pipe(Schema.annotateKey({ messageMissingKey: "extension pack source is required" })),
410
- authored: Schema.optional(Schema.Boolean),
397
+ export const PackEntryObjectSchema = Schema.Struct({
398
+ source: Schema.NonEmptyString.pipe(Schema.annotateKey({ messageMissingKey: "pack source is required" })),
399
+ authored: authoredFieldSchema,
411
400
  }).annotate({
412
- identifier: "ExtensionPackEntryObject",
413
- title: "Extension Pack Entry Object",
414
- description: "An extension pack with its source location.",
401
+ identifier: "PackEntryObject",
402
+ title: "Pack Entry Object",
403
+ description: "A pack with its source location.",
415
404
  });
416
405
  /**
417
406
  * Union of pack entry forms: plain source string or object with source + authored.
@@ -421,22 +410,19 @@ export const ExtensionPackEntryObjectSchema = Schema.Struct({
421
410
  *
422
411
  * @experimental This API is unstable and may change without notice.
423
412
  */
424
- export const ExtensionPackEntrySchema = Schema.Union([
425
- Schema.String,
426
- ExtensionPackEntryObjectSchema,
427
- ]).pipe(Schema.decodeTo(Schema.Struct({
413
+ export const PackEntrySchema = compactOrVerboseEntry(PackEntryObjectSchema, Schema.Struct({
428
414
  source: Schema.String,
429
415
  authored: Schema.Boolean,
430
416
  }).annotate({
431
- identifier: "ExtensionPackEntry",
432
- title: "Extension Pack Entry",
433
- description: "An extension pack reference — either a source string or an object with source and authored.",
434
- }), SchemaTransformation.transform({
417
+ identifier: "PackEntry",
418
+ title: "Pack Entry",
419
+ description: "A pack reference — either a source string or an object with source and authored.",
420
+ }), {
435
421
  decode: (entry) => typeof entry === "string"
436
422
  ? { source: entry, authored: false }
437
423
  : { source: entry.source, authored: entry.authored ?? false },
438
424
  encode: (entry) => entry.authored ? { source: entry.source, authored: true } : entry.source,
439
- })));
425
+ });
440
426
  /**
441
427
  * Packs map - maps pack names to pack entries.
442
428
  *
@@ -449,12 +435,10 @@ export const ExtensionPackEntrySchema = Schema.Union([
449
435
  *
450
436
  * @experimental This API is unstable and may change without notice.
451
437
  */
452
- export const ExtensionPacksMapSchema = Schema.Record(Schema.String, ExtensionPackEntrySchema)
453
- .check(Schema.makeFilter(validateNamedRecordKeys("extension pack", decodeExtensionNameSync)))
454
- .annotate({
455
- identifier: "ExtensionPacksMap",
456
- title: "Extension Packs Map",
457
- description: "Your installed extension packs, keyed by name.",
438
+ export const PacksMapSchema = Schema.Record(ExtensionMapKeySchema, PackEntrySchema).annotate({
439
+ identifier: "PacksMap",
440
+ title: "Packs Map",
441
+ description: "Your installed packs, keyed by name.",
458
442
  });
459
443
  // -----------------------------------------------------------------------------
460
444
  // Ignored Patterns Schema
@@ -519,7 +503,7 @@ export const SettingsSchema = Schema.Struct({
519
503
  commands: Schema.optional(CommandsMapSchema),
520
504
  subagents: Schema.optional(SubagentsMapSchema),
521
505
  mcpServers: Schema.optional(McpServersMapSchema),
522
- packs: Schema.optional(ExtensionPacksMapSchema),
506
+ packs: Schema.optional(PacksMapSchema),
523
507
  skills: Schema.optional(SkillsMapSchema),
524
508
  ignored: Schema.optional(IgnoredSettingsSchema),
525
509
  lint: Schema.optional(LintConfigSchema),
@@ -1 +1 @@
1
- {"version":3,"file":"schema.js","sourceRoot":"","sources":["../../../../src/unstable/settings/schema.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"schema.js","sourceRoot":"","sources":["../../../../src/unstable/settings/schema.ts"],"names":[],"mappings":"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"}
@@ -9,8 +9,9 @@ export type { GitHostedSkillRef, RegistrySkillRef, LocalSkillRef, SkillExtension
9
9
  export type { Skill } from "./types.js";
10
10
  export { parseSkillMd, SkillFrontmatterSchema } from "./skill-content.js";
11
11
  export { SkillManager, SkillManagerLive } from "./manager.js";
12
+ export { ensureSkillAgentArtifact } from "./materialization.js";
12
13
  export { computeSkillPaths, type SkillPathSource, type SkillDirPaths } from "./paths.js";
13
- export { getSkillDisplayName, getSkillFqn, isReferencedByExtensionPack, getReferencingExtensionPacks, } from "./utils.js";
14
+ export { getSkillDisplayName, getSkillFqn, isReferencedByPack, getReferencingPacks, } from "./utils.js";
14
15
  export { skillReconciliationAdapter, assertSkillAdapterLoaded } from "./reconciliation-adapter.js";
15
16
  export { buildRegistrySkillRef } from "./registry-ref-builder.js";
16
17
  export type { InstallSkillOperationArgs, InstallSkillOperation } from "./operations/install.js";