@agentxm/client-core 0.5.2 → 0.6.0

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 (250) hide show
  1. package/dist/src/unstable/app-error/app-error.d.ts +2 -0
  2. package/dist/src/unstable/app-error/app-error.d.ts.map +1 -1
  3. package/dist/src/unstable/app-error/app-error.js +17 -8
  4. package/dist/src/unstable/app-error/app-error.js.map +1 -1
  5. package/dist/src/unstable/app-error/builders.d.ts.map +1 -1
  6. package/dist/src/unstable/app-error/builders.js +1 -2
  7. package/dist/src/unstable/app-error/builders.js.map +1 -1
  8. package/dist/src/unstable/auth/auth-client.d.ts.map +1 -1
  9. package/dist/src/unstable/auth/auth-client.js +10 -11
  10. package/dist/src/unstable/auth/auth-client.js.map +1 -1
  11. package/dist/src/unstable/auth/credential-store.d.ts.map +1 -1
  12. package/dist/src/unstable/auth/credential-store.js +1 -4
  13. package/dist/src/unstable/auth/credential-store.js.map +1 -1
  14. package/dist/src/unstable/auth/guard.js +1 -1
  15. package/dist/src/unstable/auth/guard.js.map +1 -1
  16. package/dist/src/unstable/auth/token-resolution.js +1 -1
  17. package/dist/src/unstable/auth/token-resolution.js.map +1 -1
  18. package/dist/src/unstable/cli/prompt/helpers.js +1 -1
  19. package/dist/src/unstable/cli/prompt/helpers.js.map +1 -1
  20. package/dist/src/unstable/cli-renderer/cli-renderer-interactive.d.ts.map +1 -1
  21. package/dist/src/unstable/cli-renderer/cli-renderer-interactive.js +1 -7
  22. package/dist/src/unstable/cli-renderer/cli-renderer-interactive.js.map +1 -1
  23. package/dist/src/unstable/cli-renderer/cli-renderer-machine.d.ts.map +1 -1
  24. package/dist/src/unstable/cli-renderer/cli-renderer-machine.js +0 -2
  25. package/dist/src/unstable/cli-renderer/cli-renderer-machine.js.map +1 -1
  26. package/dist/src/unstable/cli-runtime/breadcrumb.d.ts +0 -2
  27. package/dist/src/unstable/cli-runtime/breadcrumb.d.ts.map +1 -1
  28. package/dist/src/unstable/cli-runtime/breadcrumb.js +7 -4
  29. package/dist/src/unstable/cli-runtime/breadcrumb.js.map +1 -1
  30. package/dist/src/unstable/cli-runtime/json-envelope.d.ts +0 -8
  31. package/dist/src/unstable/cli-runtime/json-envelope.d.ts.map +1 -1
  32. package/dist/src/unstable/cli-runtime/output-mode.d.ts +0 -2
  33. package/dist/src/unstable/cli-runtime/output-mode.d.ts.map +1 -1
  34. package/dist/src/unstable/cli-runtime/output-mode.js +1 -3
  35. package/dist/src/unstable/cli-runtime/output-mode.js.map +1 -1
  36. package/dist/src/unstable/cli-runtime/runtime-envelope.d.ts.map +1 -1
  37. package/dist/src/unstable/cli-runtime/runtime-envelope.js +0 -6
  38. package/dist/src/unstable/cli-runtime/runtime-envelope.js.map +1 -1
  39. package/dist/src/unstable/commands/command-content.d.ts.map +1 -1
  40. package/dist/src/unstable/commands/command-content.js +0 -1
  41. package/dist/src/unstable/commands/command-content.js.map +1 -1
  42. package/dist/src/unstable/commands/manager.d.ts.map +1 -1
  43. package/dist/src/unstable/commands/manager.js +0 -1
  44. package/dist/src/unstable/commands/manager.js.map +1 -1
  45. package/dist/src/unstable/commands/manifest-schema.d.ts +1 -1
  46. package/dist/src/unstable/commands/operations/enable.d.ts.map +1 -1
  47. package/dist/src/unstable/commands/operations/enable.js +1 -2
  48. package/dist/src/unstable/commands/operations/enable.js.map +1 -1
  49. package/dist/src/unstable/commands/operations/install.d.ts.map +1 -1
  50. package/dist/src/unstable/commands/operations/install.js +1 -2
  51. package/dist/src/unstable/commands/operations/install.js.map +1 -1
  52. package/dist/src/unstable/commands/operations/new-command.d.ts.map +1 -1
  53. package/dist/src/unstable/commands/operations/new-command.js +0 -1
  54. package/dist/src/unstable/commands/operations/new-command.js.map +1 -1
  55. package/dist/src/unstable/commands/operations/publish.d.ts.map +1 -1
  56. package/dist/src/unstable/commands/operations/publish.js +4 -4
  57. package/dist/src/unstable/commands/operations/publish.js.map +1 -1
  58. package/dist/src/unstable/commands/operations/shared-command-helpers.d.ts +1 -1
  59. package/dist/src/unstable/commands/registry-ref-builder.d.ts +1 -1
  60. package/dist/src/unstable/commands/registry-ref-builder.d.ts.map +1 -1
  61. package/dist/src/unstable/commands/registry-ref-builder.js +2 -2
  62. package/dist/src/unstable/commands/registry-ref-builder.js.map +1 -1
  63. package/dist/src/unstable/extensions/common.d.ts +1 -1
  64. package/dist/src/unstable/extensions/common.d.ts.map +1 -1
  65. package/dist/src/unstable/extensions/common.js +8 -3
  66. package/dist/src/unstable/extensions/common.js.map +1 -1
  67. package/dist/src/unstable/extensions/fqn.d.ts +35 -7
  68. package/dist/src/unstable/extensions/fqn.d.ts.map +1 -1
  69. package/dist/src/unstable/extensions/fqn.js +42 -23
  70. package/dist/src/unstable/extensions/fqn.js.map +1 -1
  71. package/dist/src/unstable/extensions/frontmatter.d.ts.map +1 -1
  72. package/dist/src/unstable/extensions/frontmatter.js +0 -1
  73. package/dist/src/unstable/extensions/frontmatter.js.map +1 -1
  74. package/dist/src/unstable/extensions/index.d.ts +2 -2
  75. package/dist/src/unstable/extensions/index.d.ts.map +1 -1
  76. package/dist/src/unstable/extensions/index.js +2 -2
  77. package/dist/src/unstable/extensions/index.js.map +1 -1
  78. package/dist/src/unstable/extensions/materializable-from-disk.js +5 -5
  79. package/dist/src/unstable/extensions/materializable-from-disk.js.map +1 -1
  80. package/dist/src/unstable/extensions/operations.d.ts +3 -3
  81. package/dist/src/unstable/extensions/operations.d.ts.map +1 -1
  82. package/dist/src/unstable/extensions/operations.js +9 -9
  83. package/dist/src/unstable/extensions/operations.js.map +1 -1
  84. package/dist/src/unstable/extensions/ref-base.d.ts +2 -2
  85. package/dist/src/unstable/extensions/ref-base.d.ts.map +1 -1
  86. package/dist/src/unstable/lint/catalog/workspace/settings-schema-valid.d.ts +1 -2
  87. package/dist/src/unstable/lint/catalog/workspace/settings-schema-valid.d.ts.map +1 -1
  88. package/dist/src/unstable/lint/catalog/workspace/settings-schema-valid.js +1 -2
  89. package/dist/src/unstable/lint/catalog/workspace/settings-schema-valid.js.map +1 -1
  90. package/dist/src/unstable/lint/config.d.ts +1 -1
  91. package/dist/src/unstable/lint/config.d.ts.map +1 -1
  92. package/dist/src/unstable/lint/config.js +7 -4
  93. package/dist/src/unstable/lint/config.js.map +1 -1
  94. package/dist/src/unstable/lockfile/resolved-version.d.ts.map +1 -1
  95. package/dist/src/unstable/lockfile/resolved-version.js +0 -1
  96. package/dist/src/unstable/lockfile/resolved-version.js.map +1 -1
  97. package/dist/src/unstable/mcp-servers/manifest-schema.d.ts +1 -1
  98. package/dist/src/unstable/mcp-servers/operations/publish.d.ts.map +1 -1
  99. package/dist/src/unstable/mcp-servers/operations/publish.js +5 -4
  100. package/dist/src/unstable/mcp-servers/operations/publish.js.map +1 -1
  101. package/dist/src/unstable/mcp-servers/registry-ref-builder.d.ts +1 -1
  102. package/dist/src/unstable/mcp-servers/registry-ref-builder.d.ts.map +1 -1
  103. package/dist/src/unstable/mcp-servers/registry-ref-builder.js +2 -2
  104. package/dist/src/unstable/mcp-servers/registry-ref-builder.js.map +1 -1
  105. package/dist/src/unstable/packs/dependency-resolution.js +5 -5
  106. package/dist/src/unstable/packs/dependency-resolution.js.map +1 -1
  107. package/dist/src/unstable/packs/expansion.js +1 -1
  108. package/dist/src/unstable/packs/expansion.js.map +1 -1
  109. package/dist/src/unstable/packs/manifest-schema.d.ts +1 -1
  110. package/dist/src/unstable/packs/operations/add-to-pack.d.ts.map +1 -1
  111. package/dist/src/unstable/packs/operations/add-to-pack.js +2 -4
  112. package/dist/src/unstable/packs/operations/add-to-pack.js.map +1 -1
  113. package/dist/src/unstable/packs/operations/install.d.ts.map +1 -1
  114. package/dist/src/unstable/packs/operations/install.js +0 -1
  115. package/dist/src/unstable/packs/operations/install.js.map +1 -1
  116. package/dist/src/unstable/packs/operations/new-pack.d.ts.map +1 -1
  117. package/dist/src/unstable/packs/operations/new-pack.js +0 -1
  118. package/dist/src/unstable/packs/operations/new-pack.js.map +1 -1
  119. package/dist/src/unstable/packs/operations/publish.d.ts.map +1 -1
  120. package/dist/src/unstable/packs/operations/publish.js +3 -2
  121. package/dist/src/unstable/packs/operations/publish.js.map +1 -1
  122. package/dist/src/unstable/packs/operations/remove-from-pack.d.ts.map +1 -1
  123. package/dist/src/unstable/packs/operations/remove-from-pack.js +2 -4
  124. package/dist/src/unstable/packs/operations/remove-from-pack.js.map +1 -1
  125. package/dist/src/unstable/packs/operations/unpack.js +6 -6
  126. package/dist/src/unstable/packs/operations/unpack.js.map +1 -1
  127. package/dist/src/unstable/packs/reconciliation-adapter.d.ts.map +1 -1
  128. package/dist/src/unstable/packs/reconciliation-adapter.js +5 -22
  129. package/dist/src/unstable/packs/reconciliation-adapter.js.map +1 -1
  130. package/dist/src/unstable/plan/resolve-plan.d.ts.map +1 -1
  131. package/dist/src/unstable/plan/resolve-plan.js +1 -2
  132. package/dist/src/unstable/plan/resolve-plan.js.map +1 -1
  133. package/dist/src/unstable/publish/manifest-policy.d.ts +5 -5
  134. package/dist/src/unstable/registry/__generated__/registry-client.d.ts +4 -4
  135. package/dist/src/unstable/registry/__generated__/registry-client.d.ts.map +1 -1
  136. package/dist/src/unstable/registry/__generated__/registry-client.js +2 -2
  137. package/dist/src/unstable/registry/__generated__/registry-client.js.map +1 -1
  138. package/dist/src/unstable/registry/client.d.ts +1 -1
  139. package/dist/src/unstable/registry/client.d.ts.map +1 -1
  140. package/dist/src/unstable/registry/error-mapping.d.ts.map +1 -1
  141. package/dist/src/unstable/registry/error-mapping.js +2 -6
  142. package/dist/src/unstable/registry/error-mapping.js.map +1 -1
  143. package/dist/src/unstable/registry/local-client.js +3 -3
  144. package/dist/src/unstable/registry/local-client.js.map +1 -1
  145. package/dist/src/unstable/registry/remote-client.d.ts.map +1 -1
  146. package/dist/src/unstable/registry/remote-client.js +13 -19
  147. package/dist/src/unstable/registry/remote-client.js.map +1 -1
  148. package/dist/src/unstable/registry/schema.d.ts +2 -2
  149. package/dist/src/unstable/registry/schema.js +1 -1
  150. package/dist/src/unstable/registry/schema.js.map +1 -1
  151. package/dist/src/unstable/settings/ignored-patterns.d.ts.map +1 -1
  152. package/dist/src/unstable/settings/ignored-patterns.js +1 -4
  153. package/dist/src/unstable/settings/ignored-patterns.js.map +1 -1
  154. package/dist/src/unstable/settings/index.d.ts +2 -2
  155. package/dist/src/unstable/settings/index.d.ts.map +1 -1
  156. package/dist/src/unstable/settings/index.js +1 -1
  157. package/dist/src/unstable/settings/index.js.map +1 -1
  158. package/dist/src/unstable/settings/schema.d.ts +121 -68
  159. package/dist/src/unstable/settings/schema.d.ts.map +1 -1
  160. package/dist/src/unstable/settings/schema.js +255 -81
  161. package/dist/src/unstable/settings/schema.js.map +1 -1
  162. package/dist/src/unstable/settings/settings.d.ts.map +1 -1
  163. package/dist/src/unstable/settings/settings.js +17 -1
  164. package/dist/src/unstable/settings/settings.js.map +1 -1
  165. package/dist/src/unstable/skills/index.d.ts +1 -0
  166. package/dist/src/unstable/skills/index.d.ts.map +1 -1
  167. package/dist/src/unstable/skills/index.js +1 -0
  168. package/dist/src/unstable/skills/index.js.map +1 -1
  169. package/dist/src/unstable/skills/manifest-schema.d.ts +1 -1
  170. package/dist/src/unstable/skills/operations/copy.d.ts.map +1 -1
  171. package/dist/src/unstable/skills/operations/copy.js +3 -2
  172. package/dist/src/unstable/skills/operations/copy.js.map +1 -1
  173. package/dist/src/unstable/skills/operations/disable.d.ts.map +1 -1
  174. package/dist/src/unstable/skills/operations/disable.js +1 -3
  175. package/dist/src/unstable/skills/operations/disable.js.map +1 -1
  176. package/dist/src/unstable/skills/operations/enable.d.ts.map +1 -1
  177. package/dist/src/unstable/skills/operations/enable.js +4 -1
  178. package/dist/src/unstable/skills/operations/enable.js.map +1 -1
  179. package/dist/src/unstable/skills/operations/new-skill.d.ts.map +1 -1
  180. package/dist/src/unstable/skills/operations/new-skill.js +0 -1
  181. package/dist/src/unstable/skills/operations/new-skill.js.map +1 -1
  182. package/dist/src/unstable/skills/operations/publish.d.ts.map +1 -1
  183. package/dist/src/unstable/skills/operations/publish.js +4 -4
  184. package/dist/src/unstable/skills/operations/publish.js.map +1 -1
  185. package/dist/src/unstable/skills/registry-ref-builder.d.ts +1 -1
  186. package/dist/src/unstable/skills/registry-ref-builder.d.ts.map +1 -1
  187. package/dist/src/unstable/skills/registry-ref-builder.js +2 -2
  188. package/dist/src/unstable/skills/registry-ref-builder.js.map +1 -1
  189. package/dist/src/unstable/source-resolution/providers/registry/host-provider.js +2 -2
  190. package/dist/src/unstable/source-resolution/providers/registry/host-provider.js.map +1 -1
  191. package/dist/src/unstable/source-resolution/resolve-identifier.d.ts.map +1 -1
  192. package/dist/src/unstable/source-resolution/resolve-identifier.js +2 -7
  193. package/dist/src/unstable/source-resolution/resolve-identifier.js.map +1 -1
  194. package/dist/src/unstable/source-resolution/resolve-source-pattern.js +1 -1
  195. package/dist/src/unstable/source-resolution/resolve-source-pattern.js.map +1 -1
  196. package/dist/src/unstable/sources/lock-entry-to-ref.js +5 -5
  197. package/dist/src/unstable/sources/lock-entry-to-ref.js.map +1 -1
  198. package/dist/src/unstable/subagents/manager.d.ts.map +1 -1
  199. package/dist/src/unstable/subagents/manager.js +0 -1
  200. package/dist/src/unstable/subagents/manager.js.map +1 -1
  201. package/dist/src/unstable/subagents/manifest-schema.d.ts +1 -1
  202. package/dist/src/unstable/subagents/operations/disable.d.ts.map +1 -1
  203. package/dist/src/unstable/subagents/operations/disable.js +1 -3
  204. package/dist/src/unstable/subagents/operations/disable.js.map +1 -1
  205. package/dist/src/unstable/subagents/operations/enable.d.ts.map +1 -1
  206. package/dist/src/unstable/subagents/operations/enable.js +1 -2
  207. package/dist/src/unstable/subagents/operations/enable.js.map +1 -1
  208. package/dist/src/unstable/subagents/operations/publish.d.ts.map +1 -1
  209. package/dist/src/unstable/subagents/operations/publish.js +4 -5
  210. package/dist/src/unstable/subagents/operations/publish.js.map +1 -1
  211. package/dist/src/unstable/subagents/registry-ref-builder.d.ts +1 -1
  212. package/dist/src/unstable/subagents/registry-ref-builder.d.ts.map +1 -1
  213. package/dist/src/unstable/subagents/registry-ref-builder.js +2 -2
  214. package/dist/src/unstable/subagents/registry-ref-builder.js.map +1 -1
  215. package/dist/src/unstable/subagents/subagent-content.d.ts.map +1 -1
  216. package/dist/src/unstable/subagents/subagent-content.js +3 -10
  217. package/dist/src/unstable/subagents/subagent-content.js.map +1 -1
  218. package/dist/src/unstable/utils/build-zip-archive.d.ts.map +1 -1
  219. package/dist/src/unstable/utils/build-zip-archive.js +0 -1
  220. package/dist/src/unstable/utils/build-zip-archive.js.map +1 -1
  221. package/dist/src/unstable/version-resolution/version-resolution.d.ts.map +1 -1
  222. package/dist/src/unstable/version-resolution/version-resolution.js +1 -7
  223. package/dist/src/unstable/version-resolution/version-resolution.js.map +1 -1
  224. package/dist/src/unstable/workspace/configured-entry-resolution/resolve.d.ts.map +1 -1
  225. package/dist/src/unstable/workspace/configured-entry-resolution/resolve.js +3 -15
  226. package/dist/src/unstable/workspace/configured-entry-resolution/resolve.js.map +1 -1
  227. package/dist/src/unstable/workspace/initialization.d.ts +120 -88
  228. package/dist/src/unstable/workspace/initialization.d.ts.map +1 -1
  229. package/dist/src/unstable/workspace/initialization.js +1 -3
  230. package/dist/src/unstable/workspace/initialization.js.map +1 -1
  231. package/dist/src/unstable/workspace/read-model/extensions/package-root.d.ts +4 -0
  232. package/dist/src/unstable/workspace/read-model/extensions/package-root.d.ts.map +1 -1
  233. package/dist/src/unstable/workspace/read-model/extensions/package-root.js +18 -1
  234. package/dist/src/unstable/workspace/read-model/extensions/package-root.js.map +1 -1
  235. package/dist/src/unstable/workspace/read-model/state.d.ts.map +1 -1
  236. package/dist/src/unstable/workspace/read-model/state.js +11 -0
  237. package/dist/src/unstable/workspace/read-model/state.js.map +1 -1
  238. package/dist/src/unstable/workspace/read-model-record-readers.d.ts.map +1 -1
  239. package/dist/src/unstable/workspace/read-model-record-readers.js +8 -5
  240. package/dist/src/unstable/workspace/read-model-record-readers.js.map +1 -1
  241. package/dist/src/unstable/workspace/service.d.ts +8 -8
  242. package/dist/src/unstable/workspace/service.js +6 -6
  243. package/dist/src/unstable/workspace/service.js.map +1 -1
  244. package/package.json +2 -2
  245. package/site-content/__generated__/schemas/command.schema.json +2 -2
  246. package/site-content/__generated__/schemas/mcp-server.schema.json +2 -2
  247. package/site-content/__generated__/schemas/pack.schema.json +2 -2
  248. package/site-content/__generated__/schemas/settings.schema.json +384 -207
  249. package/site-content/__generated__/schemas/skill.schema.json +2 -2
  250. package/site-content/__generated__/schemas/subagent.schema.json +2 -2
@@ -25,22 +25,28 @@ const SourceNameSchema = Schema.String.check(Schema.isPattern(SOURCE_NAME_PATTER
25
25
  })).annotate({
26
26
  identifier: "SourceName",
27
27
  title: "Source Name",
28
- description: "A source name using lowercase letters, numbers, hyphens, and dots (e.g. github, my-registry.dev).",
28
+ description: "Alias used in entry source strings, using lowercase letters, numbers, hyphens, and dots.",
29
29
  examples: ["github", "my-registry.dev"],
30
30
  });
31
+ const sourceNameFieldSchema = SourceNameSchema.pipe(Schema.annotateKey({ messageMissingKey: "source name is required" }), Schema.annotate({
32
+ description: "Alias used in entry source strings for this source host.",
33
+ }));
34
+ const sourceUrlFieldSchema = Schema.URLFromString.pipe(Schema.annotateKey({ messageMissingKey: "source url is required" }), Schema.annotate({
35
+ description: "Base URL for this source host endpoint.",
36
+ }));
31
37
  /**
32
38
  * GitHub source host configuration.
33
39
  *
34
40
  * @experimental This API is unstable and may change without notice.
35
41
  */
36
42
  const GitHubSourceHostConfigSchema = Schema.Struct({
37
- name: SourceNameSchema.pipe(Schema.annotateKey({ messageMissingKey: "source name is required" })),
43
+ name: sourceNameFieldSchema,
38
44
  type: Schema.Literal("github"),
39
- url: Schema.URLFromString.pipe(Schema.annotateKey({ messageMissingKey: "source url is required" })),
45
+ url: sourceUrlFieldSchema,
40
46
  }).annotate({
41
47
  identifier: "GitHubSourceHostConfig",
42
48
  title: "GitHub Source Host",
43
- description: "Configuration for a GitHub source.",
49
+ description: "GitHub host available by its `name` alias in entry source strings.",
44
50
  });
45
51
  /**
46
52
  * GitLab source host configuration.
@@ -48,13 +54,13 @@ const GitHubSourceHostConfigSchema = Schema.Struct({
48
54
  * @experimental This API is unstable and may change without notice.
49
55
  */
50
56
  const GitLabSourceHostConfigSchema = Schema.Struct({
51
- name: SourceNameSchema.pipe(Schema.annotateKey({ messageMissingKey: "source name is required" })),
57
+ name: sourceNameFieldSchema,
52
58
  type: Schema.Literal("gitlab"),
53
- url: Schema.URLFromString.pipe(Schema.annotateKey({ messageMissingKey: "source url is required" })),
59
+ url: sourceUrlFieldSchema,
54
60
  }).annotate({
55
61
  identifier: "GitLabSourceHostConfig",
56
62
  title: "GitLab Source Host",
57
- description: "Configuration for a GitLab source.",
63
+ description: "GitLab host available by its `name` alias in entry source strings.",
58
64
  });
59
65
  /**
60
66
  * Bitbucket source host configuration.
@@ -62,13 +68,13 @@ const GitLabSourceHostConfigSchema = Schema.Struct({
62
68
  * @experimental This API is unstable and may change without notice.
63
69
  */
64
70
  const BitbucketSourceHostConfigSchema = Schema.Struct({
65
- name: SourceNameSchema.pipe(Schema.annotateKey({ messageMissingKey: "source name is required" })),
71
+ name: sourceNameFieldSchema,
66
72
  type: Schema.Literal("bitbucket"),
67
- url: Schema.URLFromString.pipe(Schema.annotateKey({ messageMissingKey: "source url is required" })),
73
+ url: sourceUrlFieldSchema,
68
74
  }).annotate({
69
75
  identifier: "BitbucketSourceHostConfig",
70
76
  title: "Bitbucket Source Host",
71
- description: "Configuration for a Bitbucket source.",
77
+ description: "Bitbucket host available by its `name` alias in entry source strings.",
72
78
  });
73
79
  /**
74
80
  * Azure Repos source host configuration.
@@ -76,13 +82,13 @@ const BitbucketSourceHostConfigSchema = Schema.Struct({
76
82
  * @experimental This API is unstable and may change without notice.
77
83
  */
78
84
  const AzureReposSourceHostConfigSchema = Schema.Struct({
79
- name: SourceNameSchema.pipe(Schema.annotateKey({ messageMissingKey: "source name is required" })),
85
+ name: sourceNameFieldSchema,
80
86
  type: Schema.Literal("azurerepos"),
81
- url: Schema.URLFromString.pipe(Schema.annotateKey({ messageMissingKey: "source url is required" })),
87
+ url: sourceUrlFieldSchema,
82
88
  }).annotate({
83
89
  identifier: "AzureReposSourceHostConfig",
84
90
  title: "Azure Repos Source Host",
85
- description: "Configuration for an Azure Repos source.",
91
+ description: "Azure Repos host available by its `name` alias in entry source strings.",
86
92
  });
87
93
  /**
88
94
  * Registry source host configuration.
@@ -90,13 +96,15 @@ const AzureReposSourceHostConfigSchema = Schema.Struct({
90
96
  * @experimental This API is unstable and may change without notice.
91
97
  */
92
98
  const RegistrySourceHostConfigSchema = Schema.Struct({
93
- name: SourceNameSchema.pipe(Schema.annotateKey({ messageMissingKey: "source name is required" })),
99
+ name: sourceNameFieldSchema,
94
100
  type: Schema.Literal("registry"),
95
- location: Schema.URLFromString.pipe(Schema.annotateKey({ messageMissingKey: "source location is required" })),
101
+ location: Schema.URLFromString.pipe(Schema.annotateKey({ messageMissingKey: "source location is required" }), Schema.annotate({
102
+ description: "Registry endpoint for this source; accepts http(s)://, file://, or local paths.",
103
+ })),
96
104
  }).annotate({
97
105
  identifier: "RegistrySourceHostConfig",
98
106
  title: "Registry Source Host",
99
- description: "Configuration for a package registry source.",
107
+ description: "Registry source available by its `name` alias in entry source strings.",
100
108
  });
101
109
  /**
102
110
  * Discriminated union of source host configurations on the `type` field.
@@ -119,28 +127,52 @@ export const SourceHostConfigSchema = Schema.Union([
119
127
  const ExtensionMapKeySchema = Schema.String.check(Schema.isPattern(EXTENSION_NAME_PATTERN, {
120
128
  message: "Names must be max 64 chars, lowercase letters/numbers/hyphens, not starting or ending with hyphen.",
121
129
  }));
122
- const authoredFieldSchema = Schema.optional(Schema.Boolean.annotate({
130
+ const authoredFieldSchema = Schema.optionalKey(Schema.Boolean.annotate({
123
131
  description: "Whether this entry was authored locally. Defaults to false when omitted.",
124
132
  default: false,
125
133
  }));
126
- const enabledFieldSchema = Schema.optional(Schema.Boolean.annotate({
134
+ const enabledFieldSchema = Schema.optionalKey(Schema.Boolean.annotate({
127
135
  description: "Whether this entry is enabled. Defaults to true when omitted.",
128
136
  default: true,
129
137
  }));
130
- const compactOrVerboseEntry = (objectSchema, canonicalSchema, transformation) => Schema.Union([Schema.String, objectSchema]).pipe(Schema.decodeTo(canonicalSchema, SchemaTransformation.transform(transformation)));
138
+ const entrySourceFieldSchema = (label, fqnType) => Schema.NonEmptyString.pipe(Schema.annotateKey({ messageMissingKey: `${label} source is required` }), Schema.annotate({
139
+ description: "FQN with optional version constraint, source-scheme ref like github:owner/repo, or local path.",
140
+ examples: [
141
+ `@acme/${fqnType}/code-review@^1.0.0`,
142
+ "github:acme/agent-extensions",
143
+ "./extensions/code-review",
144
+ ],
145
+ }));
146
+ const telemetryModeExamples = [true, "errors", false];
147
+ /**
148
+ * Telemetry preference for this workspace.
149
+ *
150
+ * @experimental This API is unstable and may change without notice.
151
+ */
152
+ export const TelemetryModeSchema = Schema.Union([
153
+ Schema.Boolean,
154
+ Schema.Literal("errors"),
155
+ ]).annotate({
156
+ identifier: "TelemetryMode",
157
+ title: "Telemetry Mode",
158
+ description: '`true` sends usage and error telemetry, `"errors"` sends only errors, and `false` disables telemetry.',
159
+ examples: telemetryModeExamples,
160
+ });
161
+ const compactOrVerboseEntry = (objectSchema, canonicalSchema, transformation, annotations) => Schema.Union([Schema.String, objectSchema])
162
+ .annotate(annotations)
163
+ .pipe(Schema.decodeTo(canonicalSchema, SchemaTransformation.transform(transformation)));
131
164
  /**
132
165
  * Managed skill with source and optional config flags.
133
166
  *
134
167
  * @experimental This API is unstable and may change without notice.
135
168
  */
136
169
  export const SkillEntryObjectSchema = Schema.Struct({
137
- source: Schema.NonEmptyString.pipe(Schema.annotateKey({ messageMissingKey: "skill source is required" })),
170
+ source: entrySourceFieldSchema("skill", "skills"),
138
171
  enabled: enabledFieldSchema,
139
172
  authored: authoredFieldSchema,
140
173
  }).annotate({
141
- identifier: "SkillEntryObject",
142
174
  title: "Skill Entry Object",
143
- description: "A skill with its source location and whether it's enabled.",
175
+ description: "A skill with source, enabled, and authored settings.",
144
176
  });
145
177
  /**
146
178
  * Union of skill entry forms: plain source string or object with source + enabled + authored.
@@ -157,10 +189,6 @@ export const SkillEntrySchema = compactOrVerboseEntry(SkillEntryObjectSchema, Sc
157
189
  source: Schema.String,
158
190
  enabled: Schema.Boolean,
159
191
  authored: Schema.Boolean,
160
- }).annotate({
161
- identifier: "SkillEntry",
162
- title: "Skill Entry",
163
- description: "A skill reference — either a source string like @owner/skills/name or an object with source, enabled, and authored.",
164
192
  }), {
165
193
  decode: (entry) => typeof entry === "string"
166
194
  ? { source: entry, enabled: true, authored: false }
@@ -181,6 +209,14 @@ export const SkillEntrySchema = compactOrVerboseEntry(SkillEntryObjectSchema, Sc
181
209
  obj.authored = true;
182
210
  return obj;
183
211
  },
212
+ }, {
213
+ identifier: "SkillEntry",
214
+ title: "Skill Entry",
215
+ description: "Skill source string or object. Source accepts FQN + optional version, source-scheme refs, and local paths.",
216
+ examples: [
217
+ "@acme/skills/code-review@^1.0.0",
218
+ { source: "github:acme/agent-extensions", enabled: false },
219
+ ],
184
220
  });
185
221
  /**
186
222
  * Skills map - maps skill names to skill entries.
@@ -205,13 +241,12 @@ export const SkillsMapSchema = Schema.Record(ExtensionMapKeySchema, SkillEntrySc
205
241
  * @experimental This API is unstable and may change without notice.
206
242
  */
207
243
  export const CommandEntryObjectSchema = Schema.Struct({
208
- source: Schema.NonEmptyString.pipe(Schema.annotateKey({ messageMissingKey: "command source is required" })),
244
+ source: entrySourceFieldSchema("command", "commands"),
209
245
  enabled: enabledFieldSchema,
210
246
  authored: authoredFieldSchema,
211
247
  }).annotate({
212
- identifier: "CommandEntryObject",
213
248
  title: "Command Entry Object",
214
- description: "A command with its source location and whether it's enabled.",
249
+ description: "A command with source, enabled, and authored settings.",
215
250
  });
216
251
  /**
217
252
  * Union of command entry forms: plain source string or object with source + enabled + authored.
@@ -226,10 +261,6 @@ export const CommandEntrySchema = compactOrVerboseEntry(CommandEntryObjectSchema
226
261
  source: Schema.String,
227
262
  enabled: Schema.Boolean,
228
263
  authored: Schema.Boolean,
229
- }).annotate({
230
- identifier: "CommandEntry",
231
- title: "Command Entry",
232
- description: "A command reference — either a source string like @owner/commands/name or an object with source, enabled, and authored.",
233
264
  }), {
234
265
  decode: (entry) => typeof entry === "string"
235
266
  ? { source: entry, enabled: true, authored: false }
@@ -250,6 +281,14 @@ export const CommandEntrySchema = compactOrVerboseEntry(CommandEntryObjectSchema
250
281
  obj.authored = true;
251
282
  return obj;
252
283
  },
284
+ }, {
285
+ identifier: "CommandEntry",
286
+ title: "Command Entry",
287
+ description: "Command source string or object. Source accepts FQN + optional version, source-scheme refs, and local paths.",
288
+ examples: [
289
+ "@acme/commands/code-review@^1.0.0",
290
+ { source: "github:acme/agent-extensions", enabled: false },
291
+ ],
253
292
  });
254
293
  /**
255
294
  * Commands map - maps command names to command entries.
@@ -274,12 +313,11 @@ export const CommandsMapSchema = Schema.Record(ExtensionMapKeySchema, CommandEnt
274
313
  * @experimental This API is unstable and may change without notice.
275
314
  */
276
315
  export const McpServerEntryObjectSchema = Schema.Struct({
277
- source: Schema.NonEmptyString.pipe(Schema.annotateKey({ messageMissingKey: "MCP server source is required" })),
316
+ source: entrySourceFieldSchema("MCP server", "mcp-servers"),
278
317
  authored: authoredFieldSchema,
279
318
  }).annotate({
280
- identifier: "McpServerEntryObject",
281
319
  title: "MCP Server Entry Object",
282
- description: "An MCP server with its source location.",
320
+ description: "An MCP server with source and authored settings. MCP entries do not support `enabled` yet.",
283
321
  });
284
322
  /**
285
323
  * Union of MCP server entry forms: plain source string or object with source + authored.
@@ -292,15 +330,19 @@ export const McpServerEntryObjectSchema = Schema.Struct({
292
330
  export const McpServerEntrySchema = compactOrVerboseEntry(McpServerEntryObjectSchema, Schema.Struct({
293
331
  source: Schema.String,
294
332
  authored: Schema.Boolean,
295
- }).annotate({
296
- identifier: "McpServerEntry",
297
- title: "MCP Server Entry",
298
- description: "An MCP server reference — either a source string or an object with source and authored.",
299
333
  }), {
300
334
  decode: (entry) => typeof entry === "string"
301
335
  ? { source: entry, authored: false }
302
336
  : { source: entry.source, authored: entry.authored ?? false },
303
337
  encode: (entry) => entry.authored ? { source: entry.source, authored: true } : entry.source,
338
+ }, {
339
+ identifier: "McpServerEntry",
340
+ title: "MCP Server Entry",
341
+ description: "MCP server source string or object. Source accepts FQN + optional version, source-scheme refs, and local paths. MCP entries do not support `enabled` yet.",
342
+ examples: [
343
+ "@acme/mcp-servers/context@^1.0.0",
344
+ { source: "github:acme/agent-extensions", authored: true },
345
+ ],
304
346
  });
305
347
  /**
306
348
  * MCP servers map - maps MCP server names to MCP server entries.
@@ -323,13 +365,12 @@ export const McpServersMapSchema = Schema.Record(ExtensionMapKeySchema, McpServe
323
365
  * @experimental This API is unstable and may change without notice.
324
366
  */
325
367
  export const SubagentEntryObjectSchema = Schema.Struct({
326
- source: Schema.NonEmptyString.pipe(Schema.annotateKey({ messageMissingKey: "subagent source is required" })),
368
+ source: entrySourceFieldSchema("subagent", "subagents"),
327
369
  enabled: enabledFieldSchema,
328
370
  authored: authoredFieldSchema,
329
371
  }).annotate({
330
- identifier: "SubagentEntryObject",
331
372
  title: "Subagent Entry Object",
332
- description: "A subagent with its source location and whether it's enabled.",
373
+ description: "A subagent with source, enabled, and authored settings.",
333
374
  });
334
375
  /**
335
376
  * Union of subagent entry forms: plain source string or object with source + enabled + authored.
@@ -344,10 +385,6 @@ export const SubagentEntrySchema = compactOrVerboseEntry(SubagentEntryObjectSche
344
385
  source: Schema.String,
345
386
  enabled: Schema.Boolean,
346
387
  authored: Schema.Boolean,
347
- }).annotate({
348
- identifier: "SubagentEntry",
349
- title: "Subagent Entry",
350
- description: "A subagent reference — either a source string like @owner/subagents/name or an object with source, enabled, and authored.",
351
388
  }), {
352
389
  decode: (entry) => typeof entry === "string"
353
390
  ? { source: entry, enabled: true, authored: false }
@@ -368,6 +405,14 @@ export const SubagentEntrySchema = compactOrVerboseEntry(SubagentEntryObjectSche
368
405
  obj.authored = true;
369
406
  return obj;
370
407
  },
408
+ }, {
409
+ identifier: "SubagentEntry",
410
+ title: "Subagent Entry",
411
+ description: "Subagent source string or object. Source accepts FQN + optional version, source-scheme refs, and local paths.",
412
+ examples: [
413
+ "@acme/subagents/reviewer@^1.0.0",
414
+ { source: "github:acme/agent-extensions", enabled: false },
415
+ ],
371
416
  });
372
417
  /**
373
418
  * Subagents map - maps subagent names to subagent entries.
@@ -395,12 +440,11 @@ export const SubagentsMapSchema = Schema.Record(ExtensionMapKeySchema, SubagentE
395
440
  * @experimental This API is unstable and may change without notice.
396
441
  */
397
442
  export const PackEntryObjectSchema = Schema.Struct({
398
- source: Schema.NonEmptyString.pipe(Schema.annotateKey({ messageMissingKey: "pack source is required" })),
443
+ source: entrySourceFieldSchema("pack", "packs"),
399
444
  authored: authoredFieldSchema,
400
445
  }).annotate({
401
- identifier: "PackEntryObject",
402
446
  title: "Pack Entry Object",
403
- description: "A pack with its source location.",
447
+ description: "A pack with source and authored settings. Pack entries do not support `enabled` yet.",
404
448
  });
405
449
  /**
406
450
  * Union of pack entry forms: plain source string or object with source + authored.
@@ -413,15 +457,19 @@ export const PackEntryObjectSchema = Schema.Struct({
413
457
  export const PackEntrySchema = compactOrVerboseEntry(PackEntryObjectSchema, Schema.Struct({
414
458
  source: Schema.String,
415
459
  authored: Schema.Boolean,
416
- }).annotate({
417
- identifier: "PackEntry",
418
- title: "Pack Entry",
419
- description: "A pack reference — either a source string or an object with source and authored.",
420
460
  }), {
421
461
  decode: (entry) => typeof entry === "string"
422
462
  ? { source: entry, authored: false }
423
463
  : { source: entry.source, authored: entry.authored ?? false },
424
464
  encode: (entry) => entry.authored ? { source: entry.source, authored: true } : entry.source,
465
+ }, {
466
+ identifier: "PackEntry",
467
+ title: "Pack Entry",
468
+ description: "Pack source string or object. Source accepts FQN + optional version, source-scheme refs, and local paths. Pack entries do not support `enabled` yet.",
469
+ examples: [
470
+ "@acme/packs/typescript@^1.0.0",
471
+ { source: "github:acme/agent-extensions", authored: true },
472
+ ],
425
473
  });
426
474
  /**
427
475
  * Packs map - maps pack names to pack entries.
@@ -441,24 +489,82 @@ export const PacksMapSchema = Schema.Record(ExtensionMapKeySchema, PackEntrySche
441
489
  description: "Your installed packs, keyed by name.",
442
490
  });
443
491
  // -----------------------------------------------------------------------------
444
- // Ignored Patterns Schema
492
+ // Feature Config Schemas
445
493
  // -----------------------------------------------------------------------------
446
494
  /**
447
- * Ignored patterns map — per-extension-type arrays of glob patterns
448
- * for extensions to exclude from lifecycle classification.
495
+ * Feature-level configuration for skills.
449
496
  *
450
497
  * @experimental This API is unstable and may change without notice.
451
498
  */
452
- export const IgnoredSettingsSchema = Schema.Struct({
453
- skills: Schema.optional(Schema.Array(Schema.String)),
454
- commands: Schema.optional(Schema.Array(Schema.String)),
455
- subagents: Schema.optional(Schema.Array(Schema.String)),
456
- mcpServers: Schema.optional(Schema.Array(Schema.String)),
457
- packs: Schema.optional(Schema.Array(Schema.String)),
499
+ export const SkillsConfigSchema = Schema.Struct({
500
+ ignore: Schema.optionalKey(Schema.Array(Schema.String).annotate({
501
+ description: "Installed skill names AXM should leave unmanaged.",
502
+ examples: [["local-*", "legacy-helper"]],
503
+ })),
458
504
  }).annotate({
459
- identifier: "IgnoredSettings",
460
- title: "Ignored Settings",
461
- description: "Glob patterns for extensions to ignore, grouped by type (e.g. skills, commands).",
505
+ identifier: "SkillsConfig",
506
+ title: "Skills Config",
507
+ description: "Feature-level configuration for skills.",
508
+ });
509
+ /**
510
+ * Feature-level configuration for commands.
511
+ *
512
+ * @experimental This API is unstable and may change without notice.
513
+ */
514
+ export const CommandsConfigSchema = Schema.Struct({
515
+ ignore: Schema.optionalKey(Schema.Array(Schema.String).annotate({
516
+ description: "Installed command names AXM should leave unmanaged.",
517
+ examples: [["local-*", "legacy-helper"]],
518
+ })),
519
+ }).annotate({
520
+ identifier: "CommandsConfig",
521
+ title: "Commands Config",
522
+ description: "Feature-level configuration for commands.",
523
+ });
524
+ /**
525
+ * Feature-level configuration for subagents.
526
+ *
527
+ * @experimental This API is unstable and may change without notice.
528
+ */
529
+ export const SubagentsConfigSchema = Schema.Struct({
530
+ ignore: Schema.optionalKey(Schema.Array(Schema.String).annotate({
531
+ description: "Installed subagent names AXM should leave unmanaged.",
532
+ examples: [["local-*", "legacy-helper"]],
533
+ })),
534
+ }).annotate({
535
+ identifier: "SubagentsConfig",
536
+ title: "Subagents Config",
537
+ description: "Feature-level configuration for subagents.",
538
+ });
539
+ /**
540
+ * Feature-level configuration for MCP servers.
541
+ *
542
+ * @experimental This API is unstable and may change without notice.
543
+ */
544
+ export const McpServersConfigSchema = Schema.Struct({
545
+ ignore: Schema.optionalKey(Schema.Array(Schema.String).annotate({
546
+ description: "Installed MCP server names AXM should leave unmanaged.",
547
+ examples: [["local-*", "legacy-helper"]],
548
+ })),
549
+ }).annotate({
550
+ identifier: "McpServersConfig",
551
+ title: "MCP Servers Config",
552
+ description: "Feature-level configuration for MCP servers.",
553
+ });
554
+ /**
555
+ * Feature-level configuration for packs.
556
+ *
557
+ * @experimental This API is unstable and may change without notice.
558
+ */
559
+ export const PacksConfigSchema = Schema.Struct({
560
+ ignore: Schema.optionalKey(Schema.Array(Schema.String).annotate({
561
+ description: "Installed pack names AXM should leave unmanaged.",
562
+ examples: [["local-*", "legacy-helper"]],
563
+ })),
564
+ }).annotate({
565
+ identifier: "PacksConfig",
566
+ title: "Packs Config",
567
+ description: "Feature-level configuration for packs.",
462
568
  });
463
569
  /**
464
570
  * Canonical key order for settings properties.
@@ -474,11 +580,15 @@ export const SETTINGS_KEY_ORDER = [
474
580
  "sources",
475
581
  "agents",
476
582
  "skills",
583
+ "skillsConfig",
477
584
  "commands",
585
+ "commandsConfig",
478
586
  "subagents",
587
+ "subagentsConfig",
479
588
  "packs",
589
+ "packsConfig",
480
590
  "mcpServers",
481
- "ignored",
591
+ "mcpServersConfig",
482
592
  "lint",
483
593
  ];
484
594
  /**
@@ -489,27 +599,91 @@ export const SETTINGS_KEY_ORDER = [
489
599
  * - sources: Source provider configurations
490
600
  * - agents: List of agent IDs to sync extensions to
491
601
  * - skills: Desired skills by name to source string
602
+ * - skillsConfig: Feature-level configuration for skills
492
603
  * - commands: Desired commands by name to version specifier
604
+ * - commandsConfig: Feature-level configuration for commands
605
+ * - subagents: Desired subagents by name to version specifier
606
+ * - subagentsConfig: Feature-level configuration for subagents
493
607
  * - packs: Desired packs by name to version specifier
494
- * - mcp-servers: Desired MCP servers by name to version specifier
608
+ * - packsConfig: Feature-level configuration for packs
609
+ * - mcpServers: Desired MCP servers by name to version specifier
610
+ * - mcpServersConfig: Feature-level configuration for MCP servers
495
611
  *
496
612
  * @experimental This API is unstable and may change without notice.
497
613
  */
498
614
  export const SettingsSchema = Schema.Struct({
499
- telemetry: Schema.optional(Schema.Union([Schema.Boolean, Schema.Literal("errors")])),
500
- owner: Schema.optional(HandleSchema),
501
- agents: Schema.optional(Schema.Array(AgentIdSchema)),
502
- sources: Schema.optional(Schema.Array(SourceHostConfigSchema)),
503
- commands: Schema.optional(CommandsMapSchema),
504
- subagents: Schema.optional(SubagentsMapSchema),
505
- mcpServers: Schema.optional(McpServersMapSchema),
506
- packs: Schema.optional(PacksMapSchema),
507
- skills: Schema.optional(SkillsMapSchema),
508
- ignored: Schema.optional(IgnoredSettingsSchema),
509
- lint: Schema.optional(LintConfigSchema),
615
+ telemetry: Schema.optionalKey(Schema.Union([TelemetryModeSchema]).annotate({
616
+ description: "Workspace telemetry mode: full, errors-only, or disabled.",
617
+ })),
618
+ owner: Schema.optionalKey(Schema.Union([HandleSchema]).annotate({
619
+ description: "Default owner handle used when AXM scaffolds or resolves workspace extensions.",
620
+ })),
621
+ agents: Schema.optionalKey(Schema.Array(AgentIdSchema)
622
+ .annotate({
623
+ description: "Coding agents AXM should sync managed extensions into.",
624
+ examples: [["claude-code", "codex"]],
625
+ })
626
+ .check(Schema.isUnique())),
627
+ sources: Schema.optionalKey(Schema.Array(SourceHostConfigSchema).annotate({
628
+ description: "Named source hosts used to resolve source-scheme entry references.",
629
+ })),
630
+ skills: Schema.optionalKey(Schema.Union([SkillsMapSchema]).annotate({
631
+ description: "Desired skills keyed by workspace skill name.",
632
+ })),
633
+ skillsConfig: Schema.optionalKey(Schema.Union([SkillsConfigSchema]).annotate({
634
+ description: "Feature-level options for skill management.",
635
+ })),
636
+ commands: Schema.optionalKey(Schema.Union([CommandsMapSchema]).annotate({
637
+ description: "Desired commands keyed by workspace command name.",
638
+ })),
639
+ commandsConfig: Schema.optionalKey(Schema.Union([CommandsConfigSchema]).annotate({
640
+ description: "Feature-level options for command management.",
641
+ })),
642
+ subagents: Schema.optionalKey(Schema.Union([SubagentsMapSchema]).annotate({
643
+ description: "Desired subagents keyed by workspace subagent name.",
644
+ })),
645
+ subagentsConfig: Schema.optionalKey(Schema.Union([SubagentsConfigSchema]).annotate({
646
+ description: "Feature-level options for subagent management.",
647
+ })),
648
+ packs: Schema.optionalKey(Schema.Union([PacksMapSchema]).annotate({
649
+ description: "Desired packs keyed by workspace pack name.",
650
+ })),
651
+ packsConfig: Schema.optionalKey(Schema.Union([PacksConfigSchema]).annotate({
652
+ description: "Feature-level options for pack management.",
653
+ })),
654
+ mcpServers: Schema.optionalKey(Schema.Union([McpServersMapSchema]).annotate({
655
+ description: "Desired MCP servers keyed by workspace MCP server name.",
656
+ })),
657
+ mcpServersConfig: Schema.optionalKey(Schema.Union([McpServersConfigSchema]).annotate({
658
+ description: "Feature-level options for MCP server management.",
659
+ })),
660
+ lint: Schema.optionalKey(Schema.Union([LintConfigSchema]).annotate({
661
+ description: "Lint configuration for `axm lint` in this workspace.",
662
+ })),
510
663
  }).annotate({
511
- identifier: "Settings",
664
+ identifier: "AxmSettings",
512
665
  title: "AXM Settings",
513
- description: "Your workspace configuration — owner, sources, installed extensions, and ignore patterns.",
666
+ description: "Your workspace configuration — owner, sources, installed extensions, feature config, and lint config.",
667
+ examples: [
668
+ {
669
+ telemetry: "errors",
670
+ agents: ["claude-code", "codex"],
671
+ skills: {
672
+ "code-review": {
673
+ source: "@acme/skills/code-review@^1.0.0",
674
+ enabled: true,
675
+ authored: false,
676
+ },
677
+ },
678
+ skillsConfig: {
679
+ ignore: ["local-*"],
680
+ },
681
+ lint: {
682
+ rules: {
683
+ "workspace/settings-schema-valid": "error",
684
+ },
685
+ },
686
+ },
687
+ ],
514
688
  });
515
689
  //# sourceMappingURL=schema.js.map
@@ -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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"}
@@ -1 +1 @@
1
- {"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../../../src/unstable/settings/settings.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,UAAU,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,IAAI,MAAM,aAAa,CAAC;AAGpC,OAAO,EAAsB,KAAK,QAAQ,EAAkB,MAAM,aAAa,CAAC;AAMhF;;;;GAIG;AACH,eAAO,MAAM,iBAAiB,kBAAkB,CAAC;AAMjD;;;;GAIG;AACH,eAAO,MAAM,qBAAqB,QAAO,QAAgB,CAAC;AAyB1D,eAAO,MAAM,iBAAiB,GAAI,UAAU,QAAQ,KAAG,QACgB,CAAC;AAMxE;;;;;;;;;GASG;AACH,eAAO,MAAM,aAAa,GAAI,QAAQ,MAAM,EAAE,UAAU,QAAQ,yGAyC5D,CAAC"}
1
+ {"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../../../src/unstable/settings/settings.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,UAAU,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,IAAI,MAAM,aAAa,CAAC;AAGpC,OAAO,EAAsB,KAAK,QAAQ,EAAkB,MAAM,aAAa,CAAC;AAMhF;;;;GAIG;AACH,eAAO,MAAM,iBAAiB,kBAAkB,CAAC;AAMjD;;;;GAIG;AACH,eAAO,MAAM,qBAAqB,QAAO,QAAgB,CAAC;AA4C1D,eAAO,MAAM,iBAAiB,GAAI,UAAU,QAAQ,KAAG,QACgB,CAAC;AAMxE;;;;;;;;;GASG;AACH,eAAO,MAAM,aAAa,GAAI,QAAQ,MAAM,EAAE,UAAU,QAAQ,yGAyC5D,CAAC"}