@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
@@ -1,7 +1,13 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
- "$ref": "#/definitions/Settings",
3
+ "$ref": "#/definitions/AxmSettings",
4
4
  "definitions": {
5
+ "TelemetryMode": {
6
+ "anyOf": [{ "type": "boolean" }, { "type": "string", "enum": ["errors"] }],
7
+ "title": "Telemetry Mode",
8
+ "description": "`true` sends usage and error telemetry, `\"errors\"` sends only errors, and `false` disables telemetry.",
9
+ "examples": [true, "errors", false]
10
+ },
5
11
  "Handle": {
6
12
  "type": "string",
7
13
  "allOf": [
@@ -13,13 +19,60 @@
13
19
  }
14
20
  ]
15
21
  },
22
+ "AgentId": {
23
+ "type": "string",
24
+ "enum": [
25
+ "adal",
26
+ "amp",
27
+ "antigravity",
28
+ "augment",
29
+ "claude-code",
30
+ "cline",
31
+ "codebuddy",
32
+ "codex",
33
+ "command-code",
34
+ "continue",
35
+ "crush",
36
+ "cursor",
37
+ "droid",
38
+ "gemini-cli",
39
+ "github-copilot",
40
+ "goose",
41
+ "iflow-cli",
42
+ "junie",
43
+ "kilo",
44
+ "kimi-cli",
45
+ "kiro-cli",
46
+ "kode",
47
+ "mcpjam",
48
+ "mistral-vibe",
49
+ "mux",
50
+ "neovate",
51
+ "openclaw",
52
+ "opencode",
53
+ "openhands",
54
+ "pi",
55
+ "pochi",
56
+ "qoder",
57
+ "qwen-code",
58
+ "replit",
59
+ "roo",
60
+ "trae",
61
+ "trae-cn",
62
+ "windsurf",
63
+ "zencoder"
64
+ ],
65
+ "title": "Agent ID",
66
+ "description": "Supported coding agent identifier used in `.axm/settings.json` `agents`.",
67
+ "examples": ["claude-code", "codex", "cursor"]
68
+ },
16
69
  "SourceName": {
17
70
  "type": "string",
18
71
  "allOf": [
19
72
  {
20
73
  "pattern": "^[a-z0-9][a-z0-9.-]*$",
21
74
  "title": "Source Name",
22
- "description": "A source name using lowercase letters, numbers, hyphens, and dots (e.g. github, my-registry.dev).",
75
+ "description": "Alias used in entry source strings for this source host.",
23
76
  "examples": ["github", "my-registry.dev"]
24
77
  }
25
78
  ]
@@ -34,7 +87,7 @@
34
87
  "required": ["name", "type", "url"],
35
88
  "additionalProperties": false,
36
89
  "title": "GitHub Source Host",
37
- "description": "Configuration for a GitHub source."
90
+ "description": "GitHub host available by its `name` alias in entry source strings."
38
91
  },
39
92
  "GitLabSourceHostConfig": {
40
93
  "type": "object",
@@ -46,7 +99,7 @@
46
99
  "required": ["name", "type", "url"],
47
100
  "additionalProperties": false,
48
101
  "title": "GitLab Source Host",
49
- "description": "Configuration for a GitLab source."
102
+ "description": "GitLab host available by its `name` alias in entry source strings."
50
103
  },
51
104
  "BitbucketSourceHostConfig": {
52
105
  "type": "object",
@@ -58,7 +111,7 @@
58
111
  "required": ["name", "type", "url"],
59
112
  "additionalProperties": false,
60
113
  "title": "Bitbucket Source Host",
61
- "description": "Configuration for a Bitbucket source."
114
+ "description": "Bitbucket host available by its `name` alias in entry source strings."
62
115
  },
63
116
  "AzureReposSourceHostConfig": {
64
117
  "type": "object",
@@ -70,7 +123,7 @@
70
123
  "required": ["name", "type", "url"],
71
124
  "additionalProperties": false,
72
125
  "title": "Azure Repos Source Host",
73
- "description": "Configuration for an Azure Repos source."
126
+ "description": "Azure Repos host available by its `name` alias in entry source strings."
74
127
  },
75
128
  "RegistrySourceHostConfig": {
76
129
  "type": "object",
@@ -82,7 +135,7 @@
82
135
  "required": ["name", "type", "location"],
83
136
  "additionalProperties": false,
84
137
  "title": "Registry Source Host",
85
- "description": "Configuration for a package registry source."
138
+ "description": "Registry source available by its `name` alias in entry source strings."
86
139
  },
87
140
  "SourceHostConfig": {
88
141
  "anyOf": [
@@ -95,38 +148,114 @@
95
148
  "title": "Source Host Config",
96
149
  "description": "Where extensions are fetched from — GitHub, GitLab, Bitbucket, Azure Repos, or a package registry."
97
150
  },
98
- "CommandEntryObject": {
99
- "type": "object",
100
- "properties": {
101
- "source": { "type": "string", "allOf": [{ "minLength": 1 }] },
102
- "enabled": {
103
- "anyOf": [
104
- {
151
+ "SkillEntry": {
152
+ "anyOf": [
153
+ { "type": "string" },
154
+ {
155
+ "type": "object",
156
+ "properties": {
157
+ "source": {
158
+ "type": "string",
159
+ "allOf": [
160
+ {
161
+ "minLength": 1,
162
+ "description": "FQN with optional version constraint, source-scheme ref like github:owner/repo, or local path.",
163
+ "examples": [
164
+ "@acme/skills/code-review@^1.0.0",
165
+ "github:acme/agent-extensions",
166
+ "./extensions/code-review"
167
+ ]
168
+ }
169
+ ]
170
+ },
171
+ "enabled": {
105
172
  "type": "boolean",
106
173
  "description": "Whether this entry is enabled. Defaults to true when omitted.",
107
174
  "default": true
108
175
  },
109
- { "type": "null" }
110
- ]
111
- },
112
- "authored": {
113
- "anyOf": [
114
- {
176
+ "authored": {
115
177
  "type": "boolean",
116
178
  "description": "Whether this entry was authored locally. Defaults to false when omitted.",
117
179
  "default": false
118
- },
119
- { "type": "null" }
120
- ]
180
+ }
181
+ },
182
+ "required": ["source"],
183
+ "additionalProperties": false,
184
+ "title": "Skill Entry Object",
185
+ "description": "A skill with source, enabled, and authored settings."
186
+ }
187
+ ],
188
+ "title": "Skill Entry",
189
+ "description": "Skill source string or object. Source accepts FQN + optional version, source-scheme refs, and local paths.",
190
+ "examples": [
191
+ "@acme/skills/code-review@^1.0.0",
192
+ { "source": "github:acme/agent-extensions", "enabled": false }
193
+ ]
194
+ },
195
+ "SkillsMap": {
196
+ "type": "object",
197
+ "title": "Skills Map",
198
+ "description": "Your installed skills, keyed by name.",
199
+ "propertyNames": { "pattern": "^[a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?$" },
200
+ "additionalProperties": { "$ref": "#/definitions/SkillEntry" }
201
+ },
202
+ "SkillsConfig": {
203
+ "type": "object",
204
+ "properties": {
205
+ "ignore": {
206
+ "type": "array",
207
+ "description": "Installed skill names AXM should leave unmanaged.",
208
+ "examples": [["local-*", "legacy-helper"]],
209
+ "items": { "type": "string" }
121
210
  }
122
211
  },
123
- "required": ["source"],
124
212
  "additionalProperties": false,
125
- "title": "Command Entry Object",
126
- "description": "A command with its source location and whether it's enabled."
213
+ "title": "Skills Config",
214
+ "description": "Feature-level configuration for skills."
127
215
  },
128
216
  "CommandEntry": {
129
- "anyOf": [{ "type": "string" }, { "$ref": "#/definitions/CommandEntryObject" }]
217
+ "anyOf": [
218
+ { "type": "string" },
219
+ {
220
+ "type": "object",
221
+ "properties": {
222
+ "source": {
223
+ "type": "string",
224
+ "allOf": [
225
+ {
226
+ "minLength": 1,
227
+ "description": "FQN with optional version constraint, source-scheme ref like github:owner/repo, or local path.",
228
+ "examples": [
229
+ "@acme/commands/code-review@^1.0.0",
230
+ "github:acme/agent-extensions",
231
+ "./extensions/code-review"
232
+ ]
233
+ }
234
+ ]
235
+ },
236
+ "enabled": {
237
+ "type": "boolean",
238
+ "description": "Whether this entry is enabled. Defaults to true when omitted.",
239
+ "default": true
240
+ },
241
+ "authored": {
242
+ "type": "boolean",
243
+ "description": "Whether this entry was authored locally. Defaults to false when omitted.",
244
+ "default": false
245
+ }
246
+ },
247
+ "required": ["source"],
248
+ "additionalProperties": false,
249
+ "title": "Command Entry Object",
250
+ "description": "A command with source, enabled, and authored settings."
251
+ }
252
+ ],
253
+ "title": "Command Entry",
254
+ "description": "Command source string or object. Source accepts FQN + optional version, source-scheme refs, and local paths.",
255
+ "examples": [
256
+ "@acme/commands/code-review@^1.0.0",
257
+ { "source": "github:acme/agent-extensions", "enabled": false }
258
+ ]
130
259
  },
131
260
  "CommandsMap": {
132
261
  "type": "object",
@@ -135,38 +264,63 @@
135
264
  "propertyNames": { "pattern": "^[a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?$" },
136
265
  "additionalProperties": { "$ref": "#/definitions/CommandEntry" }
137
266
  },
138
- "SubagentEntryObject": {
267
+ "CommandsConfig": {
139
268
  "type": "object",
140
269
  "properties": {
141
- "source": { "type": "string", "allOf": [{ "minLength": 1 }] },
142
- "enabled": {
143
- "anyOf": [
144
- {
270
+ "ignore": {
271
+ "type": "array",
272
+ "description": "Installed command names AXM should leave unmanaged.",
273
+ "examples": [["local-*", "legacy-helper"]],
274
+ "items": { "type": "string" }
275
+ }
276
+ },
277
+ "additionalProperties": false,
278
+ "title": "Commands Config",
279
+ "description": "Feature-level configuration for commands."
280
+ },
281
+ "SubagentEntry": {
282
+ "anyOf": [
283
+ { "type": "string" },
284
+ {
285
+ "type": "object",
286
+ "properties": {
287
+ "source": {
288
+ "type": "string",
289
+ "allOf": [
290
+ {
291
+ "minLength": 1,
292
+ "description": "FQN with optional version constraint, source-scheme ref like github:owner/repo, or local path.",
293
+ "examples": [
294
+ "@acme/subagents/code-review@^1.0.0",
295
+ "github:acme/agent-extensions",
296
+ "./extensions/code-review"
297
+ ]
298
+ }
299
+ ]
300
+ },
301
+ "enabled": {
145
302
  "type": "boolean",
146
303
  "description": "Whether this entry is enabled. Defaults to true when omitted.",
147
304
  "default": true
148
305
  },
149
- { "type": "null" }
150
- ]
151
- },
152
- "authored": {
153
- "anyOf": [
154
- {
306
+ "authored": {
155
307
  "type": "boolean",
156
308
  "description": "Whether this entry was authored locally. Defaults to false when omitted.",
157
309
  "default": false
158
- },
159
- { "type": "null" }
160
- ]
310
+ }
311
+ },
312
+ "required": ["source"],
313
+ "additionalProperties": false,
314
+ "title": "Subagent Entry Object",
315
+ "description": "A subagent with source, enabled, and authored settings."
161
316
  }
162
- },
163
- "required": ["source"],
164
- "additionalProperties": false,
165
- "title": "Subagent Entry Object",
166
- "description": "A subagent with its source location and whether it's enabled."
167
- },
168
- "SubagentEntry": {
169
- "anyOf": [{ "type": "string" }, { "$ref": "#/definitions/SubagentEntryObject" }]
317
+ ],
318
+ "title": "Subagent Entry",
319
+ "description": "Subagent source string or object. Source accepts FQN + optional version, source-scheme refs, and local paths.",
320
+ "examples": [
321
+ "@acme/subagents/reviewer@^1.0.0",
322
+ { "source": "github:acme/agent-extensions", "enabled": false }
323
+ ]
170
324
  },
171
325
  "SubagentsMap": {
172
326
  "type": "object",
@@ -175,57 +329,59 @@
175
329
  "propertyNames": { "pattern": "^[a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?$" },
176
330
  "additionalProperties": { "$ref": "#/definitions/SubagentEntry" }
177
331
  },
178
- "McpServerEntryObject": {
332
+ "SubagentsConfig": {
179
333
  "type": "object",
180
334
  "properties": {
181
- "source": { "type": "string", "allOf": [{ "minLength": 1 }] },
182
- "authored": {
183
- "anyOf": [
184
- {
185
- "type": "boolean",
186
- "description": "Whether this entry was authored locally. Defaults to false when omitted.",
187
- "default": false
188
- },
189
- { "type": "null" }
190
- ]
335
+ "ignore": {
336
+ "type": "array",
337
+ "description": "Installed subagent names AXM should leave unmanaged.",
338
+ "examples": [["local-*", "legacy-helper"]],
339
+ "items": { "type": "string" }
191
340
  }
192
341
  },
193
- "required": ["source"],
194
342
  "additionalProperties": false,
195
- "title": "MCP Server Entry Object",
196
- "description": "An MCP server with its source location."
197
- },
198
- "McpServerEntry": {
199
- "anyOf": [{ "type": "string" }, { "$ref": "#/definitions/McpServerEntryObject" }]
343
+ "title": "Subagents Config",
344
+ "description": "Feature-level configuration for subagents."
200
345
  },
201
- "McpServersMap": {
202
- "type": "object",
203
- "title": "MCP Servers Map",
204
- "description": "Your installed MCP servers, keyed by name.",
205
- "propertyNames": { "pattern": "^[a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?$" },
206
- "additionalProperties": { "$ref": "#/definitions/McpServerEntry" }
207
- },
208
- "PackEntryObject": {
209
- "type": "object",
210
- "properties": {
211
- "source": { "type": "string", "allOf": [{ "minLength": 1 }] },
212
- "authored": {
213
- "anyOf": [
214
- {
346
+ "PackEntry": {
347
+ "anyOf": [
348
+ { "type": "string" },
349
+ {
350
+ "type": "object",
351
+ "properties": {
352
+ "source": {
353
+ "type": "string",
354
+ "allOf": [
355
+ {
356
+ "minLength": 1,
357
+ "description": "FQN with optional version constraint, source-scheme ref like github:owner/repo, or local path.",
358
+ "examples": [
359
+ "@acme/packs/code-review@^1.0.0",
360
+ "github:acme/agent-extensions",
361
+ "./extensions/code-review"
362
+ ]
363
+ }
364
+ ]
365
+ },
366
+ "authored": {
215
367
  "type": "boolean",
216
368
  "description": "Whether this entry was authored locally. Defaults to false when omitted.",
217
369
  "default": false
218
- },
219
- { "type": "null" }
220
- ]
370
+ }
371
+ },
372
+ "required": ["source"],
373
+ "additionalProperties": false,
374
+ "title": "Pack Entry Object",
375
+ "description": "A pack with source and authored settings. Pack entries do not support `enabled` yet."
221
376
  }
222
- },
223
- "required": ["source"],
224
- "additionalProperties": false,
225
- "title": "Pack Entry Object",
226
- "description": "A pack with its source location."
377
+ ],
378
+ "title": "Pack Entry",
379
+ "description": "Pack source string or object. Source accepts FQN + optional version, source-scheme refs, and local paths. Pack entries do not support `enabled` yet.",
380
+ "examples": [
381
+ "@acme/packs/typescript@^1.0.0",
382
+ { "source": "github:acme/agent-extensions", "authored": true }
383
+ ]
227
384
  },
228
- "PackEntry": { "anyOf": [{ "type": "string" }, { "$ref": "#/definitions/PackEntryObject" }] },
229
385
  "PacksMap": {
230
386
  "type": "object",
231
387
  "title": "Packs Map",
@@ -233,66 +389,79 @@
233
389
  "propertyNames": { "pattern": "^[a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?$" },
234
390
  "additionalProperties": { "$ref": "#/definitions/PackEntry" }
235
391
  },
236
- "SkillEntryObject": {
392
+ "PacksConfig": {
237
393
  "type": "object",
238
394
  "properties": {
239
- "source": { "type": "string", "allOf": [{ "minLength": 1 }] },
240
- "enabled": {
241
- "anyOf": [
242
- {
243
- "type": "boolean",
244
- "description": "Whether this entry is enabled. Defaults to true when omitted.",
245
- "default": true
395
+ "ignore": {
396
+ "type": "array",
397
+ "description": "Installed pack names AXM should leave unmanaged.",
398
+ "examples": [["local-*", "legacy-helper"]],
399
+ "items": { "type": "string" }
400
+ }
401
+ },
402
+ "additionalProperties": false,
403
+ "title": "Packs Config",
404
+ "description": "Feature-level configuration for packs."
405
+ },
406
+ "McpServerEntry": {
407
+ "anyOf": [
408
+ { "type": "string" },
409
+ {
410
+ "type": "object",
411
+ "properties": {
412
+ "source": {
413
+ "type": "string",
414
+ "allOf": [
415
+ {
416
+ "minLength": 1,
417
+ "description": "FQN with optional version constraint, source-scheme ref like github:owner/repo, or local path.",
418
+ "examples": [
419
+ "@acme/mcp-servers/code-review@^1.0.0",
420
+ "github:acme/agent-extensions",
421
+ "./extensions/code-review"
422
+ ]
423
+ }
424
+ ]
246
425
  },
247
- { "type": "null" }
248
- ]
249
- },
250
- "authored": {
251
- "anyOf": [
252
- {
426
+ "authored": {
253
427
  "type": "boolean",
254
428
  "description": "Whether this entry was authored locally. Defaults to false when omitted.",
255
429
  "default": false
256
- },
257
- { "type": "null" }
258
- ]
430
+ }
431
+ },
432
+ "required": ["source"],
433
+ "additionalProperties": false,
434
+ "title": "MCP Server Entry Object",
435
+ "description": "An MCP server with source and authored settings. MCP entries do not support `enabled` yet."
259
436
  }
260
- },
261
- "required": ["source"],
262
- "additionalProperties": false,
263
- "title": "Skill Entry Object",
264
- "description": "A skill with its source location and whether it's enabled."
437
+ ],
438
+ "title": "MCP Server Entry",
439
+ "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.",
440
+ "examples": [
441
+ "@acme/mcp-servers/context@^1.0.0",
442
+ { "source": "github:acme/agent-extensions", "authored": true }
443
+ ]
265
444
  },
266
- "SkillEntry": { "anyOf": [{ "type": "string" }, { "$ref": "#/definitions/SkillEntryObject" }] },
267
- "SkillsMap": {
445
+ "McpServersMap": {
268
446
  "type": "object",
269
- "title": "Skills Map",
270
- "description": "Your installed skills, keyed by name.",
447
+ "title": "MCP Servers Map",
448
+ "description": "Your installed MCP servers, keyed by name.",
271
449
  "propertyNames": { "pattern": "^[a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?$" },
272
- "additionalProperties": { "$ref": "#/definitions/SkillEntry" }
450
+ "additionalProperties": { "$ref": "#/definitions/McpServerEntry" }
273
451
  },
274
- "IgnoredSettings": {
452
+ "McpServersConfig": {
275
453
  "type": "object",
276
454
  "properties": {
277
- "skills": {
278
- "anyOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "null" }]
279
- },
280
- "commands": {
281
- "anyOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "null" }]
282
- },
283
- "subagents": {
284
- "anyOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "null" }]
285
- },
286
- "mcpServers": {
287
- "anyOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "null" }]
288
- },
289
- "packs": {
290
- "anyOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "null" }]
455
+ "ignore": {
456
+ "type": "array",
457
+ "description": "Installed MCP server names AXM should leave unmanaged.",
458
+ "examples": [["local-*", "legacy-helper"]],
459
+ "items": { "type": "string" }
291
460
  }
292
461
  },
293
462
  "additionalProperties": false,
294
- "title": "Ignored Settings",
295
- "description": "Glob patterns for extensions to ignore, grouped by type (e.g. skills, commands)."
463
+ "title": "MCP Servers Config",
464
+ "description": "Feature-level configuration for MCP servers."
296
465
  },
297
466
  "LintRuleSeverity": {
298
467
  "type": "string",
@@ -300,98 +469,106 @@
300
469
  "title": "Lint Rule Severity",
301
470
  "description": "Severity override for a lint rule: 'off' silences it, 'info'/'warn'/'error' raise or lower severity."
302
471
  },
303
- "LintRulesMap": {
304
- "type": "object",
305
- "additionalProperties": { "$ref": "#/definitions/LintRuleSeverity" }
306
- },
307
472
  "LintConfig": {
308
473
  "type": "object",
309
474
  "properties": {
310
- "rules": { "anyOf": [{ "$ref": "#/definitions/LintRulesMap" }, { "type": "null" }] }
475
+ "rules": {
476
+ "type": "object",
477
+ "additionalProperties": { "$ref": "#/definitions/LintRuleSeverity" },
478
+ "title": "Lint Rules Map",
479
+ "description": "Map of exact <namespace>/<name> rule ids to severity overrides for `axm lint`."
480
+ }
311
481
  },
312
482
  "additionalProperties": false,
313
483
  "title": "Lint Config",
314
- "description": "WorkspaceMutations lint configuration under `lint` in `.axm/settings.json`."
484
+ "description": "Lint configuration under `lint` in `.axm/settings.json`."
315
485
  },
316
- "Settings": {
486
+ "AxmSettings": {
317
487
  "type": "object",
318
488
  "properties": {
319
489
  "telemetry": {
320
- "anyOf": [
321
- { "anyOf": [{ "type": "boolean" }, { "type": "string", "enum": ["errors"] }] },
322
- { "type": "null" }
323
- ]
490
+ "anyOf": [{ "$ref": "#/definitions/TelemetryMode" }],
491
+ "description": "Workspace telemetry mode: full, errors-only, or disabled."
492
+ },
493
+ "owner": {
494
+ "anyOf": [{ "$ref": "#/definitions/Handle" }],
495
+ "description": "Default owner handle used when AXM scaffolds or resolves workspace extensions."
324
496
  },
325
- "owner": { "anyOf": [{ "$ref": "#/definitions/Handle" }, { "type": "null" }] },
326
497
  "agents": {
327
- "anyOf": [
328
- {
329
- "type": "array",
330
- "items": {
331
- "type": "string",
332
- "enum": [
333
- "adal",
334
- "amp",
335
- "antigravity",
336
- "augment",
337
- "claude-code",
338
- "cline",
339
- "codebuddy",
340
- "codex",
341
- "command-code",
342
- "continue",
343
- "crush",
344
- "cursor",
345
- "droid",
346
- "gemini-cli",
347
- "github-copilot",
348
- "goose",
349
- "iflow-cli",
350
- "junie",
351
- "kilo",
352
- "kimi-cli",
353
- "kiro-cli",
354
- "kode",
355
- "mcpjam",
356
- "mistral-vibe",
357
- "mux",
358
- "neovate",
359
- "openclaw",
360
- "opencode",
361
- "openhands",
362
- "pi",
363
- "pochi",
364
- "qoder",
365
- "qwen-code",
366
- "replit",
367
- "roo",
368
- "trae",
369
- "trae-cn",
370
- "windsurf",
371
- "zencoder"
372
- ]
373
- }
374
- },
375
- { "type": "null" }
376
- ]
498
+ "type": "array",
499
+ "description": "Coding agents AXM should sync managed extensions into.",
500
+ "examples": [["claude-code", "codex"]],
501
+ "allOf": [{ "uniqueItems": true }],
502
+ "items": { "$ref": "#/definitions/AgentId" }
377
503
  },
378
504
  "sources": {
379
- "anyOf": [
380
- { "type": "array", "items": { "$ref": "#/definitions/SourceHostConfig" } },
381
- { "type": "null" }
382
- ]
505
+ "type": "array",
506
+ "description": "Named source hosts used to resolve source-scheme entry references.",
507
+ "items": { "$ref": "#/definitions/SourceHostConfig" }
508
+ },
509
+ "skills": {
510
+ "anyOf": [{ "$ref": "#/definitions/SkillsMap" }],
511
+ "description": "Desired skills keyed by workspace skill name."
512
+ },
513
+ "skillsConfig": {
514
+ "anyOf": [{ "$ref": "#/definitions/SkillsConfig" }],
515
+ "description": "Feature-level options for skill management."
383
516
  },
384
- "commands": { "anyOf": [{ "$ref": "#/definitions/CommandsMap" }, { "type": "null" }] },
385
- "subagents": { "anyOf": [{ "$ref": "#/definitions/SubagentsMap" }, { "type": "null" }] },
386
- "mcpServers": { "anyOf": [{ "$ref": "#/definitions/McpServersMap" }, { "type": "null" }] },
387
- "packs": { "anyOf": [{ "$ref": "#/definitions/PacksMap" }, { "type": "null" }] },
388
- "skills": { "anyOf": [{ "$ref": "#/definitions/SkillsMap" }, { "type": "null" }] },
389
- "ignored": { "anyOf": [{ "$ref": "#/definitions/IgnoredSettings" }, { "type": "null" }] },
390
- "lint": { "anyOf": [{ "$ref": "#/definitions/LintConfig" }, { "type": "null" }] }
517
+ "commands": {
518
+ "anyOf": [{ "$ref": "#/definitions/CommandsMap" }],
519
+ "description": "Desired commands keyed by workspace command name."
520
+ },
521
+ "commandsConfig": {
522
+ "anyOf": [{ "$ref": "#/definitions/CommandsConfig" }],
523
+ "description": "Feature-level options for command management."
524
+ },
525
+ "subagents": {
526
+ "anyOf": [{ "$ref": "#/definitions/SubagentsMap" }],
527
+ "description": "Desired subagents keyed by workspace subagent name."
528
+ },
529
+ "subagentsConfig": {
530
+ "anyOf": [{ "$ref": "#/definitions/SubagentsConfig" }],
531
+ "description": "Feature-level options for subagent management."
532
+ },
533
+ "packs": {
534
+ "anyOf": [{ "$ref": "#/definitions/PacksMap" }],
535
+ "description": "Desired packs keyed by workspace pack name."
536
+ },
537
+ "packsConfig": {
538
+ "anyOf": [{ "$ref": "#/definitions/PacksConfig" }],
539
+ "description": "Feature-level options for pack management."
540
+ },
541
+ "mcpServers": {
542
+ "anyOf": [{ "$ref": "#/definitions/McpServersMap" }],
543
+ "description": "Desired MCP servers keyed by workspace MCP server name."
544
+ },
545
+ "mcpServersConfig": {
546
+ "anyOf": [{ "$ref": "#/definitions/McpServersConfig" }],
547
+ "description": "Feature-level options for MCP server management."
548
+ },
549
+ "lint": {
550
+ "anyOf": [{ "$ref": "#/definitions/LintConfig" }],
551
+ "description": "Lint configuration for `axm lint` in this workspace."
552
+ }
391
553
  },
392
554
  "additionalProperties": false,
393
555
  "title": "AXM Settings",
394
- "description": "Your workspace configuration — owner, sources, installed extensions, and ignore patterns."
556
+ "description": "Your workspace configuration — owner, sources, installed extensions, feature config, and lint config.",
557
+ "examples": [
558
+ {
559
+ "telemetry": "errors",
560
+ "agents": ["claude-code", "codex"],
561
+ "skills": {
562
+ "code-review": {
563
+ "source": "@acme/skills/code-review@^1.0.0",
564
+ "enabled": true,
565
+ "authored": false
566
+ }
567
+ },
568
+ "skillsConfig": { "ignore": ["local-*"] },
569
+ "lint": { "rules": { "workspace/settings-schema-valid": "error" } }
570
+ }
571
+ ]
395
572
  }
396
573
  }
397
574
  }