axm.sh 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 (245) hide show
  1. package/README.md +7 -7
  2. package/dist/src/__generated__/help-topics.d.ts +1 -1
  3. package/dist/src/__generated__/help-topics.d.ts.map +1 -1
  4. package/dist/src/__generated__/help-topics.js +7 -5
  5. package/dist/src/__generated__/help-topics.js.map +1 -1
  6. package/dist/src/app.d.ts.map +1 -1
  7. package/dist/src/app.js +3 -4
  8. package/dist/src/app.js.map +1 -1
  9. package/dist/src/json-output.d.ts +2 -0
  10. package/dist/src/json-output.d.ts.map +1 -1
  11. package/dist/src/json-output.js +27 -19
  12. package/dist/src/json-output.js.map +1 -1
  13. package/dist/src/root/breadcrumbs.d.ts +18 -0
  14. package/dist/src/root/breadcrumbs.d.ts.map +1 -0
  15. package/dist/src/root/breadcrumbs.js +18 -0
  16. package/dist/src/root/breadcrumbs.js.map +1 -0
  17. package/dist/src/root/commands/disable.d.ts.map +1 -1
  18. package/dist/src/root/commands/disable.js +4 -1
  19. package/dist/src/root/commands/disable.js.map +1 -1
  20. package/dist/src/root/commands/enable.d.ts.map +1 -1
  21. package/dist/src/root/commands/enable.js +4 -1
  22. package/dist/src/root/commands/enable.js.map +1 -1
  23. package/dist/src/root/commands/install/command-actions.d.ts +3 -3
  24. package/dist/src/root/commands/install/command-actions.d.ts.map +1 -1
  25. package/dist/src/root/commands/install/command-actions.js +9 -20
  26. package/dist/src/root/commands/install/command-actions.js.map +1 -1
  27. package/dist/src/root/commands/install/intent.d.ts +2 -2
  28. package/dist/src/root/commands/install/intent.d.ts.map +1 -1
  29. package/dist/src/root/commands/new.d.ts.map +1 -1
  30. package/dist/src/root/commands/new.js +1 -5
  31. package/dist/src/root/commands/new.js.map +1 -1
  32. package/dist/src/root/commands/publish.d.ts.map +1 -1
  33. package/dist/src/root/commands/publish.js +4 -8
  34. package/dist/src/root/commands/publish.js.map +1 -1
  35. package/dist/src/root/commands/uninstall/command-actions.d.ts.map +1 -1
  36. package/dist/src/root/commands/uninstall/command-actions.js +2 -4
  37. package/dist/src/root/commands/uninstall/command-actions.js.map +1 -1
  38. package/dist/src/root/commands/update.d.ts.map +1 -1
  39. package/dist/src/root/commands/update.js +3 -5
  40. package/dist/src/root/commands/update.js.map +1 -1
  41. package/dist/src/root/help/command.d.ts +2 -0
  42. package/dist/src/root/help/command.d.ts.map +1 -1
  43. package/dist/src/root/help/command.js +57 -17
  44. package/dist/src/root/help/command.js.map +1 -1
  45. package/dist/src/root/install/resolve-root-install-intent.d.ts.map +1 -1
  46. package/dist/src/root/install/resolve-root-install-intent.js +1 -4
  47. package/dist/src/root/install/resolve-root-install-intent.js.map +1 -1
  48. package/dist/src/root/install/workspace-install.js +10 -10
  49. package/dist/src/root/install/workspace-install.js.map +1 -1
  50. package/dist/src/root/lint/handler.d.ts +2 -2
  51. package/dist/src/root/lint/handler.d.ts.map +1 -1
  52. package/dist/src/root/lint/handler.js +9 -9
  53. package/dist/src/root/lint/handler.js.map +1 -1
  54. package/dist/src/root/mcp-servers/install/command-actions.d.ts +2 -2
  55. package/dist/src/root/mcp-servers/install/command-actions.d.ts.map +1 -1
  56. package/dist/src/root/mcp-servers/install/command-actions.js +8 -19
  57. package/dist/src/root/mcp-servers/install/command-actions.js.map +1 -1
  58. package/dist/src/root/mcp-servers/install/intent.d.ts +1 -1
  59. package/dist/src/root/mcp-servers/install/intent.d.ts.map +1 -1
  60. package/dist/src/root/mcp-servers/uninstall/command-actions.d.ts.map +1 -1
  61. package/dist/src/root/mcp-servers/uninstall/command-actions.js +2 -4
  62. package/dist/src/root/mcp-servers/uninstall/command-actions.js.map +1 -1
  63. package/dist/src/root/outdated/handler.js.map +1 -1
  64. package/dist/src/root/packs/_packs.js +5 -5
  65. package/dist/src/root/packs/_packs.js.map +1 -1
  66. package/dist/src/root/packs/add.d.ts.map +1 -1
  67. package/dist/src/root/packs/add.js +31 -27
  68. package/dist/src/root/packs/add.js.map +1 -1
  69. package/dist/src/root/packs/install/command-actions.d.ts +6 -6
  70. package/dist/src/root/packs/install/command-actions.d.ts.map +1 -1
  71. package/dist/src/root/packs/install/command-actions.js +30 -41
  72. package/dist/src/root/packs/install/command-actions.js.map +1 -1
  73. package/dist/src/root/packs/install/command.d.ts.map +1 -1
  74. package/dist/src/root/packs/install/command.js +4 -4
  75. package/dist/src/root/packs/install/command.js.map +1 -1
  76. package/dist/src/root/packs/install/handler.js +2 -2
  77. package/dist/src/root/packs/install/handler.js.map +1 -1
  78. package/dist/src/root/packs/install/intent.d.ts +4 -4
  79. package/dist/src/root/packs/install/intent.d.ts.map +1 -1
  80. package/dist/src/root/packs/install/plan.d.ts +7 -7
  81. package/dist/src/root/packs/install/plan.d.ts.map +1 -1
  82. package/dist/src/root/packs/install/plan.js +6 -6
  83. package/dist/src/root/packs/install/plan.js.map +1 -1
  84. package/dist/src/root/packs/new.d.ts.map +1 -1
  85. package/dist/src/root/packs/new.js +20 -23
  86. package/dist/src/root/packs/new.js.map +1 -1
  87. package/dist/src/root/packs/publish.d.ts +2 -2
  88. package/dist/src/root/packs/publish.d.ts.map +1 -1
  89. package/dist/src/root/packs/publish.js +29 -37
  90. package/dist/src/root/packs/publish.js.map +1 -1
  91. package/dist/src/root/packs/remove.d.ts.map +1 -1
  92. package/dist/src/root/packs/remove.js +24 -33
  93. package/dist/src/root/packs/remove.js.map +1 -1
  94. package/dist/src/root/packs/uninstall/command-actions.d.ts +2 -2
  95. package/dist/src/root/packs/uninstall/command-actions.d.ts.map +1 -1
  96. package/dist/src/root/packs/uninstall/command-actions.js +9 -9
  97. package/dist/src/root/packs/uninstall/command-actions.js.map +1 -1
  98. package/dist/src/root/packs/uninstall/command.js +5 -5
  99. package/dist/src/root/packs/uninstall/command.js.map +1 -1
  100. package/dist/src/root/packs/uninstall/plan.d.ts +4 -4
  101. package/dist/src/root/packs/uninstall/plan.d.ts.map +1 -1
  102. package/dist/src/root/packs/uninstall/plan.js +5 -5
  103. package/dist/src/root/packs/uninstall/plan.js.map +1 -1
  104. package/dist/src/root/packs/unpack/command.js +3 -3
  105. package/dist/src/root/packs/unpack/command.js.map +1 -1
  106. package/dist/src/root/packs/unpack/handler.d.ts.map +1 -1
  107. package/dist/src/root/packs/unpack/handler.js +19 -19
  108. package/dist/src/root/packs/unpack/handler.js.map +1 -1
  109. package/dist/src/root/packs/unpack/plan.d.ts +5 -5
  110. package/dist/src/root/packs/unpack/plan.d.ts.map +1 -1
  111. package/dist/src/root/packs/unpack/plan.js +4 -4
  112. package/dist/src/root/packs/unpack/plan.js.map +1 -1
  113. package/dist/src/root/setup/bundled-axm-skill.d.ts +3 -0
  114. package/dist/src/root/setup/bundled-axm-skill.d.ts.map +1 -0
  115. package/dist/src/root/setup/bundled-axm-skill.js +67 -0
  116. package/dist/src/root/setup/bundled-axm-skill.js.map +1 -0
  117. package/dist/src/root/setup.d.ts +5 -1
  118. package/dist/src/root/setup.d.ts.map +1 -1
  119. package/dist/src/root/setup.js +57 -12
  120. package/dist/src/root/setup.js.map +1 -1
  121. package/dist/src/root/shared/extension-version.d.ts +8 -8
  122. package/dist/src/root/shared/extension-version.d.ts.map +1 -1
  123. package/dist/src/root/shared/extension-version.js +8 -7
  124. package/dist/src/root/shared/extension-version.js.map +1 -1
  125. package/dist/src/root/shared/publish-preflight.d.ts.map +1 -1
  126. package/dist/src/root/shared/publish-preflight.js +4 -3
  127. package/dist/src/root/shared/publish-preflight.js.map +1 -1
  128. package/dist/src/root/shared/registry-install-target.d.ts +4 -4
  129. package/dist/src/root/shared/registry-install-target.d.ts.map +1 -1
  130. package/dist/src/root/shared/registry-install-target.js +6 -6
  131. package/dist/src/root/shared/registry-install-target.js.map +1 -1
  132. package/dist/src/root/shared/resolve-owner.d.ts.map +1 -1
  133. package/dist/src/root/shared/resolve-owner.js +0 -1
  134. package/dist/src/root/shared/resolve-owner.js.map +1 -1
  135. package/dist/src/root/shared/version-command.d.ts.map +1 -1
  136. package/dist/src/root/shared/version-command.js +5 -6
  137. package/dist/src/root/shared/version-command.js.map +1 -1
  138. package/dist/src/root/skills/disable.d.ts.map +1 -1
  139. package/dist/src/root/skills/disable.js +2 -3
  140. package/dist/src/root/skills/disable.js.map +1 -1
  141. package/dist/src/root/skills/enable.d.ts.map +1 -1
  142. package/dist/src/root/skills/enable.js +2 -3
  143. package/dist/src/root/skills/enable.js.map +1 -1
  144. package/dist/src/root/skills/install/command-actions.d.ts +6 -6
  145. package/dist/src/root/skills/install/command-actions.d.ts.map +1 -1
  146. package/dist/src/root/skills/install/command-actions.js +26 -37
  147. package/dist/src/root/skills/install/command-actions.js.map +1 -1
  148. package/dist/src/root/skills/install/handler.d.ts.map +1 -1
  149. package/dist/src/root/skills/install/handler.js +4 -12
  150. package/dist/src/root/skills/install/handler.js.map +1 -1
  151. package/dist/src/root/skills/install/intent.d.ts +2 -2
  152. package/dist/src/root/skills/install/intent.d.ts.map +1 -1
  153. package/dist/src/root/skills/install/plan.d.ts +3 -3
  154. package/dist/src/root/skills/install/plan.d.ts.map +1 -1
  155. package/dist/src/root/skills/install/plan.js +2 -2
  156. package/dist/src/root/skills/install/plan.js.map +1 -1
  157. package/dist/src/root/skills/install/resolve-skill-install-source.d.ts.map +1 -1
  158. package/dist/src/root/skills/install/resolve-skill-install-source.js +19 -56
  159. package/dist/src/root/skills/install/resolve-skill-install-source.js.map +1 -1
  160. package/dist/src/root/skills/install/select-skills.d.ts.map +1 -1
  161. package/dist/src/root/skills/install/select-skills.js +1 -3
  162. package/dist/src/root/skills/install/select-skills.js.map +1 -1
  163. package/dist/src/root/skills/list.d.ts.map +1 -1
  164. package/dist/src/root/skills/list.js +9 -1
  165. package/dist/src/root/skills/list.js.map +1 -1
  166. package/dist/src/root/skills/new.d.ts.map +1 -1
  167. package/dist/src/root/skills/new.js +4 -15
  168. package/dist/src/root/skills/new.js.map +1 -1
  169. package/dist/src/root/skills/prune/handler.d.ts.map +1 -1
  170. package/dist/src/root/skills/prune/handler.js +3 -2
  171. package/dist/src/root/skills/prune/handler.js.map +1 -1
  172. package/dist/src/root/skills/publish.d.ts.map +1 -1
  173. package/dist/src/root/skills/publish.js +12 -19
  174. package/dist/src/root/skills/publish.js.map +1 -1
  175. package/dist/src/root/skills/uninstall/command-actions.js +1 -1
  176. package/dist/src/root/skills/uninstall/command-actions.js.map +1 -1
  177. package/dist/src/root/skills/update/constraint-resolution.d.ts.map +1 -1
  178. package/dist/src/root/skills/update/constraint-resolution.js +6 -6
  179. package/dist/src/root/skills/update/constraint-resolution.js.map +1 -1
  180. package/dist/src/root/skills/update/handler.d.ts.map +1 -1
  181. package/dist/src/root/skills/update/handler.js +38 -46
  182. package/dist/src/root/skills/update/handler.js.map +1 -1
  183. package/dist/src/root/subagents/disable/handler.d.ts.map +1 -1
  184. package/dist/src/root/subagents/disable/handler.js +4 -1
  185. package/dist/src/root/subagents/disable/handler.js.map +1 -1
  186. package/dist/src/root/subagents/enable/handler.d.ts.map +1 -1
  187. package/dist/src/root/subagents/enable/handler.js +4 -1
  188. package/dist/src/root/subagents/enable/handler.js.map +1 -1
  189. package/dist/src/root/subagents/install/command-actions.d.ts +3 -3
  190. package/dist/src/root/subagents/install/command-actions.d.ts.map +1 -1
  191. package/dist/src/root/subagents/install/command-actions.js +10 -16
  192. package/dist/src/root/subagents/install/command-actions.js.map +1 -1
  193. package/dist/src/root/subagents/install/handler.d.ts.map +1 -1
  194. package/dist/src/root/subagents/install/handler.js +0 -2
  195. package/dist/src/root/subagents/install/handler.js.map +1 -1
  196. package/dist/src/root/subagents/install/intent.d.ts +2 -2
  197. package/dist/src/root/subagents/install/intent.d.ts.map +1 -1
  198. package/dist/src/root/subagents/install/plan.d.ts +3 -3
  199. package/dist/src/root/subagents/install/plan.d.ts.map +1 -1
  200. package/dist/src/root/subagents/install/plan.js +2 -2
  201. package/dist/src/root/subagents/install/plan.js.map +1 -1
  202. package/dist/src/root/subagents/install/resolve-subagent-install-source.d.ts.map +1 -1
  203. package/dist/src/root/subagents/install/resolve-subagent-install-source.js +1 -9
  204. package/dist/src/root/subagents/install/resolve-subagent-install-source.js.map +1 -1
  205. package/dist/src/root/subagents/install/select-subagents.d.ts.map +1 -1
  206. package/dist/src/root/subagents/install/select-subagents.js +1 -3
  207. package/dist/src/root/subagents/install/select-subagents.js.map +1 -1
  208. package/dist/src/root/subagents/new/handler.d.ts.map +1 -1
  209. package/dist/src/root/subagents/new/handler.js +3 -7
  210. package/dist/src/root/subagents/new/handler.js.map +1 -1
  211. package/dist/src/root/subagents/publish/handler.d.ts.map +1 -1
  212. package/dist/src/root/subagents/publish/handler.js +4 -7
  213. package/dist/src/root/subagents/publish/handler.js.map +1 -1
  214. package/dist/src/root/subagents/uninstall/command-actions.js +1 -1
  215. package/dist/src/root/subagents/uninstall/command-actions.js.map +1 -1
  216. package/dist/src/root/subagents/update/handler.d.ts.map +1 -1
  217. package/dist/src/root/subagents/update/handler.js +4 -6
  218. package/dist/src/root/subagents/update/handler.js.map +1 -1
  219. package/dist/src/root/sync/handler.d.ts +2 -2
  220. package/dist/src/root/sync/handler.d.ts.map +1 -1
  221. package/dist/src/root/sync/handler.js +10 -10
  222. package/dist/src/root/sync/handler.js.map +1 -1
  223. package/dist/src/root/uninstall/resolve-root-uninstall-intent.d.ts.map +1 -1
  224. package/dist/src/root/uninstall/resolve-root-uninstall-intent.js +1 -4
  225. package/dist/src/root/uninstall/resolve-root-uninstall-intent.js.map +1 -1
  226. package/dist/src/root/update/resolve-root-update-intent.d.ts.map +1 -1
  227. package/dist/src/root/update/resolve-root-update-intent.js +1 -4
  228. package/dist/src/root/update/resolve-root-update-intent.js.map +1 -1
  229. package/dist/src/root/update/workspace-update.js +10 -10
  230. package/dist/src/root/update/workspace-update.js.map +1 -1
  231. package/dist/src/root/upgrade/handler.d.ts.map +1 -1
  232. package/dist/src/root/upgrade/handler.js +6 -20
  233. package/dist/src/root/upgrade/handler.js.map +1 -1
  234. package/dist/src/root/view/handler.d.ts.map +1 -1
  235. package/dist/src/root/view/handler.js +5 -10
  236. package/dist/src/root/view/handler.js.map +1 -1
  237. package/dist/src/runtime.d.ts +1 -1
  238. package/dist/src/runtime.d.ts.map +1 -1
  239. package/dist/src/runtime.js +2 -2
  240. package/dist/src/runtime.js.map +1 -1
  241. package/dist/src/test-stubs.d.ts +8 -8
  242. package/dist/src/test-stubs.d.ts.map +1 -1
  243. package/dist/src/test-stubs.js +16 -16
  244. package/dist/src/test-stubs.js.map +1 -1
  245. package/package.json +4 -4
package/README.md CHANGED
@@ -88,13 +88,13 @@ axm install @acme/skills/code-review
88
88
 
89
89
  ## Extension types
90
90
 
91
- | Type | What it is | Example |
92
- | ------------------- | ------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------- |
93
- | **Skills** | Context-triggered agent capabilities per the [agentskills.io](https://agentskills.io) spec | `@acme/skills/code-review` — apply team review standards on every diff |
94
- | **Commands** | User-invokable prompts (slash commands, saved prompts) | `@acme/commands/release-notes` — draft release notes from recent commits |
95
- | **Subagents** | Task-specialized agents the main agent delegates to | `@acme/subagents/researcher` — delegate doc-reading to a cheaper model |
96
- | **MCP servers** | Model Context Protocol servers exposing tools, data, and integrations | `@acme/mcp-servers/linear` — tools for reading and updating Linear issues |
97
- | **Extension packs** | Curated bundles teams install and keep in sync | `@acme/packs/frontend-tools` — the frontend guild's standard skills and commands |
91
+ | Type | What it is | Example |
92
+ | --------------- | ------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------- |
93
+ | **Skills** | Context-triggered agent capabilities per the [agentskills.io](https://agentskills.io) spec | `@acme/skills/code-review` — apply team review standards on every diff |
94
+ | **Commands** | User-invokable prompts (slash commands, saved prompts) | `@acme/commands/release-notes` — draft release notes from recent commits |
95
+ | **Subagents** | Task-specialized agents the main agent delegates to | `@acme/subagents/researcher` — delegate doc-reading to a cheaper model |
96
+ | **MCP servers** | Model Context Protocol servers exposing tools, data, and integrations | `@acme/mcp-servers/linear` — tools for reading and updating Linear issues |
97
+ | **Packs** | Curated bundles teams install and keep in sync | `@acme/packs/frontend-tools` — the frontend guild's standard skills and commands |
98
98
 
99
99
  Every type has its own subcommand namespace (`axm skills`, `axm commands`,
100
100
  `axm subagents`, `axm mcp-servers`, `axm packs`) sharing a common shape:
@@ -2,7 +2,7 @@
2
2
  * Generated by packages/cli/scripts/generate-help-topics.ts.
3
3
  * Do not edit by hand.
4
4
  */
5
- export declare const HELP_TOPIC_NAMES: readonly ["basic-usage", "commands", "exit-codes", "getting-started", "skills", "subagents"];
5
+ export declare const HELP_TOPIC_NAMES: readonly ["basic-usage", "commands", "exit-codes", "getting-started", "packs", "skills", "subagents"];
6
6
  export type HelpTopicName = (typeof HELP_TOPIC_NAMES)[number];
7
7
  export declare const HELP_TOPICS: Record<HelpTopicName, string>;
8
8
  //# sourceMappingURL=help-topics.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"help-topics.d.ts","sourceRoot":"","sources":["../../../src/__generated__/help-topics.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,eAAO,MAAM,gBAAgB,8FAOnB,CAAC;AAEX,MAAM,MAAM,aAAa,GAAG,CAAC,OAAO,gBAAgB,CAAC,CAAC,MAAM,CAAC,CAAC;AAE9D,eAAO,MAAM,WAAW,EAAE,MAAM,CAAC,aAAa,EAAE,MAAM,CAarD,CAAC"}
1
+ {"version":3,"file":"help-topics.d.ts","sourceRoot":"","sources":["../../../src/__generated__/help-topics.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,eAAO,MAAM,gBAAgB,uGAQnB,CAAC;AAEX,MAAM,MAAM,aAAa,GAAG,CAAC,OAAO,gBAAgB,CAAC,CAAC,MAAM,CAAC,CAAC;AAE9D,eAAO,MAAM,WAAW,EAAE,MAAM,CAAC,aAAa,EAAE,MAAM,CAerD,CAAC"}
@@ -7,15 +7,17 @@ export const HELP_TOPIC_NAMES = [
7
7
  "commands",
8
8
  "exit-codes",
9
9
  "getting-started",
10
+ "packs",
10
11
  "skills",
11
12
  "subagents",
12
13
  ];
13
14
  export const HELP_TOPICS = {
14
- "basic-usage": '# Basic usage\n\nAXM is an agent extension manager for coding agents and AI assistants.\n\n- One tool to manage agent skills, subagents, commands, and more across agents.\n- Bundle skills, subagents, commands and more with extension packs\n- Package and publish your extensions to the AgentXM.ai registry\n- Discover and distribute agent extensions for your platform package ecosystems, including JavaScript, Python, Rust, Java, .NET, Ruby, Go, and more\n\n## How to use AXM\n\nThe best way to use AXM is just to ask your agent to do it:\n\n- "Create a new skill to do <x>"\n- "Update subagent to do <y>"\n- "Disable the doomscroll skill"\n- "Publish a new extension pack with my karate-shihan subagent, rei command, and nunchuck skill"\n\nUse `axm help` to see a list of topics on how to use AXM for your specific use case.\n\nYou will need to have an AgentXM.ai account to publish extensions to the registry or install private extensions.\n\n## How AXM works\n\n_Extensions_ are agent extensions managed by AXM: skills, subagents, and commands. Coding agents may have other extensibility mechanisms (e.g. hooks, plugins, etc.) that aren\'t managed by AXM.\n\nAfter running `axm setup`, AXM configures a workspace settings file at [`.axm/settings.json`(https://axm.sh/schemas/settings.schema.json). Here the installed extensions will be listed, sometimes with extended metadata. Management operations will have an effect for any coding agent configured in `$.agents`. Extensions are typically referenced by their full name: `<@owner>/<skills|subagents...>/<name>` and vendored under `.axm/extensions/<@owner>/<type>/<name>`. Non-registry sourced extensions are vendored under `.axm/extensions/external/<type>/<name>`. `.axm` should not be ignored by source control. The `.axm/axm-lock.yaml` file serves to provide additional metadata about resolved metadata at install time.\n\n### Updating Extensions\n\n### Authoring and Editing Extensions\n\nAn `authored: true` flag in the settings entry for an extension indicates that it is acceptable to make changes to the extension in the workspace. This should be set to true for any workspace where you anticipate making and publishing changes for an extension.\n\nMake any desired changes to authored extensions inside the extension\'s directory `.axm/extensions/<@owner>/<type>/<name>` per the apprpriate help topic for\nthat extension type, followed by `axm sync` to render the changes to different coding agent folders and configurations.\n\n### Publishing Extensions\n\nUse `axm view` to get the latest published version and use `axm version` to bump if needed.\n\n### Enabling/Disabling Extensions\n\nAXM makes it easy to enable or disable extensions on the fly.\n\n- `axm skills disable doomscroll`\n- `axm subagents enable karate-shihan`\n-\n\n### Ignoring Extensions\n\nIt\'s possible to ignore pre-existing skills and other extensions in your workspace so that AXM won\'t modify or prune them. This is helpful when these extensions are installed/managed by some other tool or mechanism.\n\n## Where to go next\n\n**Use `axm help` to see a list of topics and select the one relevant to your task.**\n\n- `axm help getting-started` — first-time setup for a workspace that has\n never used AXM.\n- `axm help skills` — working with skills\n- `axm help subagents` — working with subagents\n- `axm help commands` — working with slash commands\n- `axm help exit-codes` — process exit codes and their meaning.\n- `axm <command> --help` — flags and examples for any command.\n',
15
- commands: '# Commands\n\nCommand packages live in `./.axm/extensions/<@owner>/commands/<command-name>`.\n\nA command is two files: a registry manifest plus a Markdown content file that\nholds agent-facing frontmatter and the slash-command prompt body.\n\n## command.json\n\n[`command.json`](https://axm.sh/schemas/command.schema.json) is the command\npackage manifest. It carries identity and registry metadata.\n\nUse `agentOverrides` in the manifest for per-agent frontmatter differences.\nEach `agentOverrides.<agent-id>` entry is applied as an RFC 7396 JSON Merge\nPatch on top of the content file\'s frontmatter for that agent: objects merge\nrecursively, `null` deletes a key, arrays replace wholesale, and primitive\nvalues replace.\n\n```json\n{\n "type": "command",\n "name": "review",\n "version": "0.1.0",\n "agentOverrides": {\n "claude-code": {\n "allowed-tools": ["Read", "Grep"]\n },\n "github-copilot": {\n "tools": ["codebase"]\n }\n }\n}\n```\n\n## Content File\n\nThe command content file is `<command-name>.md`. Its YAML frontmatter is passed\nthrough verbatim. AXM does not rename or translate fields such as\n`argumentHint` to `argument-hint`; write the target agent\'s native key, or put\nper-agent shape changes in `command.json` `agentOverrides`.\n\n```markdown\n---\ndescription: Review code\nargument-hint: "[scope]"\nallowed-tools:\n - Read\n - Grep\n---\n\nReview {{arguments}}.\n```\n\nSupported body placeholders: `{{arguments}}`, `{{arguments[N]}}`, `{{arg:name}}`.\n\n## Rendering\n\n`axm install` and `axm sync` render commands into each configured agent\'s\nnative command directory:\n\n- **Markdown + YAML** (Claude Code, Codex, OpenCode, Augment, Junie, Kilo,\n Roo) — frontmatter keys become YAML; body follows the `---` block.\n- **Markdown body only** (Cursor) — body only; frontmatter is dropped.\n- **Prompt Markdown** (GitHub Copilot IDE) — frontmatter keys become YAML;\n file names end in `.prompt.md`.\n- **TOML** (Gemini CLI) — frontmatter keys become TOML; body becomes `prompt`.\n Nested filenames map to Gemini `:` command namespaces.\n- **Plain text** (Kiro CLI) — body only; frontmatter is not rendered.\n\nDo not edit rendered command files directly. Edit the command package source and\nre-render.\n\n## Where to go next\n\n- `axm commands --help` — full command subcommand surface.\n',
16
- "exit-codes": "# Exit codes\n\n| Code | Meaning |\n| ---- | ---------------------------------------------------------- |\n| 0 | Success, including help output and cancelled prompts. |\n| 1 | Internal or uncategorized error. |\n| 2 | Usage error, such as an unknown flag or CLI parse failure. |\n| 3 | Not found. |\n| 4 | Authentication required or invalid. |\n| 5 | Forbidden authenticated but lacking permission. |\n| 6 | Conflict, such as a publish version that already exists. |\n| 7 | Rate limited. |\n| 8 | Network error. |\n| 9 | Validation error. |\n| 130 | Signal termination, such as SIGINT or SIGTERM. |\n",
15
+ "basic-usage": '# Basic usage\n\nAXM is the agent extension manager for coding agents and AI assistants.\n\n- One tool to manage agent skills, subagents, commands, and more across agents.\n- Bundle skills, subagents, commands and more with packs\n- Package and publish your extensions to the AgentXM.ai registry\n- Discover and distribute agent extensions for your platform package ecosystems, including JavaScript, Python, Rust, Java, .NET, Ruby, Go, and more\n\n## How to use AXM\n\nThe best way to use AXM is just to ask your agent to do it:\n\n- "Create a new skill to do <x>"\n- "Update subagent to do <y>"\n- "Disable the doomscroll skill"\n- "Publish a new pack with my karate-shihan subagent, rei command, and nunchuck skill"\n\nUse `axm help` to see a list of topics on how to use AXM for your specific use case.\n\nYou will need to have an AgentXM.ai account to publish extensions to the registry or install private extensions.\n\n## How AXM works\n\n_Extensions_ are agent extensions managed by AXM: skills, subagents, and commands. Coding agents may have other extensibility mechanisms (e.g. hooks, plugins, etc.) that aren\'t managed by AXM.\n\nAfter running `axm setup`, AXM configures a workspace settings file at [`.axm/settings.json`(https://axm.sh/schemas/settings.schema.json). Here the installed extensions will be listed, sometimes with extended metadata. Management operations will have an effect for any coding agent configured in `$.agents`. Extensions are typically referenced by their full name: `<@owner>/<skills|subagents...>/<name>` and vendored under `.axm/extensions/<@owner>/<type>/<name>`. Non-registry sourced extensions are vendored under `.axm/extensions/external/<type>/<name>`. `.axm` should not be ignored by source control. The `.axm/axm-lock.yaml` file serves to provide additional metadata about resolved metadata at install time.\n\n### Updating Extensions\n\n### Authoring and Editing Extensions\n\nAn `authored: true` flag in the settings entry for an extension indicates that it is acceptable to make changes to the extension in the workspace. This should be set to true for any workspace where you anticipate making and publishing changes for an extension.\n\nMake any desired changes to authored extensions inside the extension\'s directory `.axm/extensions/<@owner>/<type>/<name>` per the apprpriate help topic for\nthat extension type, followed by `axm sync` to render the changes to different coding agent folders and configurations.\n\n### Publishing Extensions\n\nUse `axm view` to get the latest published version and use `axm version` to bump if needed.\n\n### Enabling/Disabling Extensions\n\nAXM makes it easy to enable or disable extensions on the fly.\n\n- `axm skills disable doomscroll`\n- `axm subagents enable karate-shihan`\n-\n\n### Ignoring Extensions\n\nIt\'s possible to ignore pre-existing skills and other extensions in your workspace so that AXM won\'t modify or prune them. This is helpful when these extensions are installed/managed by some other tool or mechanism.\n\n## Where to go next\n\n**Use `axm help` to see a list of topics and select the one relevant to your task.**\n\n- `axm help getting-started` — first-time setup for a workspace that has\n never used AXM.\n- `axm help skills` — working with skills\n- `axm help subagents` — working with subagents\n- `axm help commands` — working with slash commands\n- `axm help packs` — working with packs\n- `axm help exit-codes` — process exit codes and their meaning.\n- `axm <command> --help` — flags and examples for any command.\n',
16
+ commands: '# Commands\n\nCommand packages live in `./.axm/extensions/<@owner>/commands/<command-name>`.\n\nA command is two files: a registry manifest plus a Markdown content file that\nholds agent-facing frontmatter and the slash-command prompt body.\n\n## command.json\n\n[`command.json`](https://axm.sh/schemas/command.schema.json)\n\n### Schema\n\n```json\n{\n "$schema": "http://json-schema.org/draft-07/schema#",\n "$ref": "#/definitions/CommandManifest",\n "definitions": {\n "Handle": {\n "type": "string",\n "allOf": [\n {\n "pattern": "^@[a-z0-9_](?:[a-z0-9_-]*[a-z0-9_])?$",\n "title": "Handle",\n "description": "A unique username or organization name starting with @, like @my-org.",\n "examples": ["@my-org", "@username"]\n }\n ]\n },\n "Version": {\n "type": "string",\n "allOf": [\n {\n "pattern": "^(0|[1-9]\\\\d*)\\\\.(0|[1-9]\\\\d*)\\\\.(0|[1-9]\\\\d*)(?:-((?:0|[1-9]\\\\d*|\\\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\\\.(?:0|[1-9]\\\\d*|\\\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\\\+([0-9a-zA-Z-]+(?:\\\\.[0-9a-zA-Z-]+)*))?$",\n "title": "Version",\n "description": "A semver version like 1.0.0. Ranges are not allowed here.",\n "examples": ["1.0.0", "2.3.1", "0.1.0-beta.1"]\n }\n ]\n },\n "Author": {\n "type": "object",\n "properties": {\n "name": { "type": "string" },\n "email": { "anyOf": [{ "type": "string" }, { "type": "null" }] },\n "url": { "anyOf": [{ "type": "string" }, { "type": "null" }] }\n },\n "required": ["name"],\n "additionalProperties": false,\n "title": "Author",\n "description": "A person credited as a creator or maintainer of this extension."\n },\n "PackageUrl": {\n "type": "string",\n "allOf": [\n {\n "pattern": "^[Pp][Kk][Gg]:[a-zA-Z][a-zA-Z0-9.+-]*\\\\/.+$",\n "title": "Package URL",\n "description": "A Package URL (purl) string identifying a package across ecosystems (e.g. pkg:npm/react@18.2.0).",\n "examples": ["pkg:npm/react@18.2.0", "pkg:pypi/requests@2.31.0", "pkg:cargo/serde@1.0"]\n }\n ]\n },\n "PackSpec": {\n "type": "string",\n "allOf": [\n { "minLength": 1 },\n {\n "pattern": "^(@[a-z0-9_](?:[a-z0-9_-]*[a-z0-9_])?)\\\\/packs\\\\/([a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?)(?:@.+)?$",\n "title": "Pack Spec",\n "description": "Pack reference with an optional version constraint suffix.",\n "examples": ["@acme/packs/typescript", "@acme/packs/typescript@^1.0.0"]\n }\n ]\n },\n "ExtensionName": {\n "type": "string",\n "allOf": [\n { "minLength": 1 },\n {\n "pattern": "^[a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?$",\n "title": "Extension Name",\n "description": "Short name for this command within its owner namespace. Combined with owner, forms the FQN @owner/commands/<name>.",\n "examples": ["my-skill", "code-review", "prettier"]\n }\n ]\n },\n "CommandManifest": {\n "type": "object",\n "properties": {\n "$schema": { "anyOf": [{ "type": "string" }, { "type": "null" }] },\n "owner": { "$ref": "#/definitions/Handle" },\n "version": { "$ref": "#/definitions/Version" },\n "description": {\n "anyOf": [\n {\n "type": "string",\n "description": "Short, registry-facing summary of this extension shown in listings and search results."\n },\n { "type": "null" }\n ]\n },\n "keywords": {\n "anyOf": [\n {\n "type": "array",\n "examples": [["lint", "typescript", "review"]],\n "items": { "type": "string", "allOf": [{ "minLength": 1 }] }\n },\n { "type": "null" }\n ]\n },\n "repository": {\n "anyOf": [\n {\n "type": "string",\n "examples": ["https://github.com/acme/code-review"],\n "format": "uri"\n },\n { "type": "null" }\n ]\n },\n "homepage": {\n "anyOf": [\n { "type": "string", "examples": ["https://acme.dev/code-review"], "format": "uri" },\n { "type": "null" }\n ]\n },\n "license": {\n "anyOf": [\n { "type": "string", "allOf": [{ "minLength": 1, "examples": ["MIT", "Apache-2.0"] }] },\n { "type": "null" }\n ]\n },\n "bugs": {\n "anyOf": [\n {\n "type": "string",\n "examples": ["https://github.com/acme/code-review/issues"],\n "format": "uri"\n },\n { "type": "null" }\n ]\n },\n "authors": {\n "anyOf": [\n { "type": "array", "items": { "$ref": "#/definitions/Author" } },\n { "type": "null" }\n ]\n },\n "companionPackages": {\n "anyOf": [\n {\n "type": "array",\n "description": "External ecosystem packages this extension is designed to work with (e.g. the npm or PyPI package an MCP server wraps), identified by Package URL (purl).",\n "items": { "$ref": "#/definitions/PackageUrl" }\n },\n { "type": "null" }\n ]\n },\n "recommendedPacks": {\n "anyOf": [\n {\n "type": "array",\n "description": "Packs this extension is designed to work alongside. Each entry is a pack spec, optionally pinned to a version range.",\n "items": { "$ref": "#/definitions/PackSpec" }\n },\n { "type": "null" }\n ]\n },\n "standalone": {\n "anyOf": [\n {\n "type": "boolean",\n "description": "Set to false to indicate this extension only makes sense when installed alongside one of its recommendedPacks.",\n "default": true\n },\n { "type": "null" }\n ]\n },\n "type": { "type": "string", "enum": ["command"] },\n "name": { "$ref": "#/definitions/ExtensionName" }\n },\n "required": ["owner", "version", "type", "name"],\n "additionalProperties": false,\n "title": "Command Manifest",\n "description": "Extension manifest file for slash-command. Carries registry-facing identity, version, and metadata. Per-agent frontmatter overrides live in the content file."\n }\n }\n}\n```\n\n## Content File\n\nThe command content file is `<command-name>.md`. Its YAML frontmatter is passed\nthrough verbatim. AXM does not rename or translate fields such as\n`argumentHint` to `argument-hint`; write the target agent\'s native key, or put\nper-agent shape changes in `command.json` `agentOverrides`.\n\n```markdown\n---\ndescription: Review code\nargument-hint: "[scope]"\nallowed-tools:\n - Read\n - Grep\n---\n\nReview {{arguments}}.\n```\n\nSupported body placeholders: `{{arguments}}`, `{{arguments[N]}}`, `{{arg:name}}`.\n\nUse `agentOverrides` in the content file frontmatter for per-agent differences.\nEach `agentOverrides.<agent-id>` entry is applied as an RFC 7396 JSON Merge\nPatch on top of the content file\'s frontmatter for that agent: objects merge\nrecursively, `null` deletes a key, arrays replace wholesale, and primitive\nvalues replace.\n\n## Rendering\n\n`axm install` and `axm sync` render commands into each configured agent\'s\nnative command directory:\n\n- **Markdown + YAML** (Claude Code, Codex, OpenCode, Augment, Junie, Kilo,\n Roo) — frontmatter keys become YAML; body follows the `---` block.\n- **Markdown body only** (Cursor) — body only; frontmatter is dropped.\n- **Prompt Markdown** (GitHub Copilot IDE) — frontmatter keys become YAML;\n file names end in `.prompt.md`.\n- **TOML** (Gemini CLI) — frontmatter keys become TOML; body becomes `prompt`.\n Nested filenames map to Gemini `:` command namespaces.\n- **Plain text** (Kiro CLI) — body only; frontmatter is not rendered.\n\nDo not edit rendered command files directly. Edit the command package source and\nre-render.\n\n## Where to go next\n\n- `axm commands --help` — full command subcommand surface.\n',
17
+ "exit-codes": "# Exit codes\n\n| Code | Meaning |\n| ---- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| 0 | Success. Also used for help output and cancelled prompts. |\n| 1 | Command ran successfully but reported problems requiring attention (e.g., `axm lint` findings, doctor-style checks). Not lint-only — any \"ran but found problems\" outcome belongs here. |\n| 2 | Invalid command, flags, or arguments. Fix the invocation. |\n| 3 | Resource doesn't exist or isn't visible. |\n| 4 | Credentials are missing, expired, or invalid. Sign in again. |\n| 5 | Signed in, but not authorized for this action. |\n| 6 | Conflicts with current state (already exists, version mismatch, concurrent update). Reconcile and retry. |\n| 7 | Rate or quota exceeded. Retry after a backoff. |\n| 8 | Couldn't reach the remote service (DNS, TCP, TLS, timeout). Usually retryable. |\n| 9 | Input parsed but failed validation. Correct it and retry. |\n| 10 | Unexpected internal error. Likely a bug — please report it. |\n",
17
18
  "getting-started": "# Getting started\n\nUse this when the current workspace has never been managed by AXM before. It\nwalks through first-time setup. Once `.axm/` exists, switch to\n`axm help basic-usage`.\n\nAXM manages agent extensions for a workspace: skills, commands, MCP servers,\nsubagents, and packs. A workspace is the project (or user) directory whose\nextensions AXM tracks.\n\n## Confirm AXM is installed\n\n```bash\naxm --version\n```\n\nIf this fails, follow the install bootstrap at `https://axm.sh/install.md`\nbefore continuing. Do not invent a runner fallback such as `bunx`, `pnpx`, or\n`npx` — they skip `axm setup` and split state across cached versions.\n\n## Initialize the workspace\n\nRun setup in the project you want AXM to manage:\n\n```bash\naxm setup\n```\n\nSetup is idempotent. It creates `.axm/`, detects supported coding agents,\nrecords workspace settings, and writes the resolution lockfile. Read\n`axm help basic-usage` to learn what those files do and which ones must be\nchecked in.\n\nFor non-interactive environments, pass `--yes`. To pin which agents AXM\nconfigures, pass one or more `--agent <id>` flags instead of relying on\nauto-detection.\n\n## Add your first extension\n\nOnce setup is complete, install extensions in one of these ways:\n\n```bash\naxm discover --json # suggestions from project deps\naxm install @profile/skills/<name> --yes # install a known registry FQN\naxm skills install owner/repo --yes # install from a GitHub source\n```\n\n`axm discover` is read-only and a good starting point when you do not already\nknow what to install.\n\n## Where to go next\n\n- `axm help basic-usage` — what each workspace file is for, what is safe to\n inspect, what changes state, and what must be checked in.\n- `axm help skills` — anatomy of a native managed skill on disk.\n- `axm <command> --help` — flags and examples for any command.\n- `axm help` — list every available help topic.\n",
18
- skills: "# Skills\n\nSkill packages live in `./.axm/extensions/<@owner>/skills/<skill-name>`.\n\n## skill.json\n\n[`skill.json`](https://axm.sh/schemas/skill.schema.json) is the skill package manifest for the agentxm.ai registry.\n\n## `src/`\n\nThe `src/` within the skill package contains `SKILL.md` and any other files as specified by the agentskills.io specification.\n\n## Authoring and editing skills\n\nThe contents of the `src` symlinked by AXM to the respective agent skill directories, so no need to `axm sync` after an edit. Only run `axm sync` if symlinks or copies are broken.\n\n## Where to go next\n\n- `axm skills --help` — full skill subcommand surface.\n",
19
- subagents: "# Subagents\n\nSubagent packages live in `./.axm/extensions/<@owner>/subagents/<subagent-name>`.\n\nA subagent is two coordinated files: a portable manifest plus a content file that holds the system prompt and any agent-facing frontmatter.\n\n## subagent.json\n\n[`subagent.json`](https://axm.sh/schemas/subagent.schema.json) is the subagent package manifest for the agentxm.ai registry. It carries identity (`owner`, `type`, `name`, `version`) and registry metadata (`description`, `keywords`, `repository`, `license`, `authors`, `compatiblePackages`). Targeting is workspace-owned through `.axm/settings.json` `agents`; publish rejects manifest `agents`. The manifest does not carry per-agent behavior that lives in the content file.\n\nThe manifest's `description` is the registry-facing summary. It has no relationship to anything in the frontmatter; you can have a different description in either place.\n\n## `src/`\n\nThe `src/` directory holds `<subagent-name>.md` Markdown with YAML frontmatter and a body containing the system prompt.\n\nOnly one frontmatter field is required: `name`. Everything else you write in the frontmatter passes through verbatim into the rendered agent-native file. AXM does not interpret or reshape it. Omit top-level frontmatter unless it will work on all agents. Otherwise, specify the desired subagent\nconfiguration per each agent's official subagent documentation.\n\n```markdown\n---\nname: code-reviewer\ndescription: \"call me uncle bob\"\nagentOverrides:\n claude-code:\n model: claude-opus-4-6\n codex:\n model: gpt-5-codex\n sandbox_mode: read-only\n description: null\n---\n\nYou are a senior code reviewer...\n```\n\n`name` must match both the manifest's `name` and the filename stem.\n\n## Pass-through rendering\n\n`axm install` and `axm sync` translate the content file's frontmatter into each target agent's native format and place the body in the format's natural slot:\n\n- **Markdown + YAML** (Claude Code, Copilot, Cursor, Gemini CLI, OpenCode, Augment, Junie, Kilo Code, Kiro IDE) frontmatter keys YAML; body follows the `---` block.\n- **TOML** (Codex) frontmatter keys TOML key-value lines; body becomes `developer_instructions`.\n- **JSON** (Kiro CLI) frontmatter keys JSON object; body becomes `prompt`.\n- **Roo modes** (Roo Code) `slug` and `name` are set to the subagent name; the body splits at the first blank line into `roleDefinition` and `customInstructions`; `groups` defaults to `[read, edit, command, mcp]` if not in frontmatter; other frontmatter keys flow through.\n\nWhatever you write in your frontmatter is what shows up in the rendered file. If you want different values for different agents, use `agentOverrides`. Do not edit the rendered subagents directly.\n\n## Agent overrides\n\n`agentOverrides.<agent-id>` is the one recognized convention key in frontmatter. It is consumed by the renderer and never appears in the rendered output. Each entry is applied as an RFC 7396 JSON Merge Patch on top of the rendered fields for that agent: objects merge recursively, `null` deletes a key, arrays replace wholesale, and primitive values replace.\n\n```yaml\nagentOverrides:\n claude-code:\n permissions:\n write: false\n legacyMode: null\n allowedTools:\n - Read\n - Grep\n codex:\n sandbox_mode: workspace-write\n```\n\nOverrides for agents not in your configured `agents` set are ignored, with a warning.\n\n## Updating subagents\n\nEdit the content file under `src/` and update `subagent.json` if you change identity or registry metadata. `axm sync` re-renders the agent-native files from the content file's frontmatter and body; it does not write to `subagent.json`.\n\nRun `axm subagents publish` to release a new version. Publish validates the manifest, checks that `src/<subagent-name>.md` exists and that its frontmatter `name` matches the manifest, then zips the extension directory, computes its SRI integrity hash, and uploads the version to the target registry. Publish never edits `subagent.json` whatever is on disk is what gets shipped.\n\n## Where to go next\n\n- `axm subagents --help` — full subagent subcommand surface.\n",
19
+ packs: '# Packs\n\nPack packages live in `./.axm/extensions/<@owner>/packs/<pack-name>`.\n\n## pack.json\n\n[`pack.json`](https://axm.sh/schemas/pack.schema.json)\n\n### Schema\n\n```json\n{\n "$schema": "http://json-schema.org/draft-07/schema#",\n "$ref": "#/definitions/PackManifest",\n "definitions": {\n "Handle": {\n "type": "string",\n "allOf": [\n {\n "pattern": "^@[a-z0-9_](?:[a-z0-9_-]*[a-z0-9_])?$",\n "title": "Handle",\n "description": "A unique username or organization name starting with @, like @my-org.",\n "examples": ["@my-org", "@username"]\n }\n ]\n },\n "Version": {\n "type": "string",\n "allOf": [\n {\n "pattern": "^(0|[1-9]\\\\d*)\\\\.(0|[1-9]\\\\d*)\\\\.(0|[1-9]\\\\d*)(?:-((?:0|[1-9]\\\\d*|\\\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\\\.(?:0|[1-9]\\\\d*|\\\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\\\+([0-9a-zA-Z-]+(?:\\\\.[0-9a-zA-Z-]+)*))?$",\n "title": "Version",\n "description": "A semver version like 1.0.0. Ranges are not allowed here.",\n "examples": ["1.0.0", "2.3.1", "0.1.0-beta.1"]\n }\n ]\n },\n "Author": {\n "type": "object",\n "properties": {\n "name": { "type": "string" },\n "email": { "anyOf": [{ "type": "string" }, { "type": "null" }] },\n "url": { "anyOf": [{ "type": "string" }, { "type": "null" }] }\n },\n "required": ["name"],\n "additionalProperties": false,\n "title": "Author",\n "description": "A person credited as a creator or maintainer of this extension."\n },\n "PackageUrl": {\n "type": "string",\n "allOf": [\n {\n "pattern": "^[Pp][Kk][Gg]:[a-zA-Z][a-zA-Z0-9.+-]*\\\\/.+$",\n "title": "Package URL",\n "description": "A Package URL (purl) string identifying a package across ecosystems (e.g. pkg:npm/react@18.2.0).",\n "examples": ["pkg:npm/react@18.2.0", "pkg:pypi/requests@2.31.0", "pkg:cargo/serde@1.0"]\n }\n ]\n },\n "ExtensionName": {\n "type": "string",\n "allOf": [\n { "minLength": 1 },\n {\n "pattern": "^[a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?$",\n "title": "Extension Name",\n "description": "Short name for this pack within its owner namespace. Combined with owner, forms the FQN @owner/packs/<name>.",\n "examples": ["my-skill", "code-review", "prettier"]\n }\n ]\n },\n "NonPackExtensionFqn": {\n "type": "string",\n "allOf": [\n {\n "pattern": "^(@[a-z0-9_](?:[a-z0-9_-]*[a-z0-9_])?)\\\\/(skills|commands|mcp-servers|subagents|files|rules)\\\\/([a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?)$",\n "title": "Non-Pack Extension FQN",\n "description": "Extension identifier restricted to non-pack types (skills, commands, mcp-servers, subagents, files, rules).",\n "examples": ["@acme/skills/code-review", "@my-org/commands/format"]\n }\n ]\n },\n "VersionRange": {\n "type": "string",\n "allOf": [\n { "minLength": 1 },\n {\n "pattern": "^[~^<>=*xXvV0-9A-Za-z| .-]+$",\n "title": "Version Range",\n "description": "A semver version range like ^1.0.0, ~2.3.0, >=1.0.0 <3.0.0, or an exact version 1.2.3. Use \\"*\\" to always resolve to the latest available version.",\n "examples": ["^1.0.0", "~2.4", ">=1 <3", "1.2.3", "*"]\n }\n ]\n },\n "PackManifest": {\n "type": "object",\n "properties": {\n "$schema": { "anyOf": [{ "type": "string" }, { "type": "null" }] },\n "owner": { "$ref": "#/definitions/Handle" },\n "version": { "$ref": "#/definitions/Version" },\n "description": {\n "anyOf": [\n {\n "type": "string",\n "description": "Short, registry-facing summary of this extension shown in listings and search results."\n },\n { "type": "null" }\n ]\n },\n "keywords": {\n "anyOf": [\n {\n "type": "array",\n "examples": [["lint", "typescript", "review"]],\n "items": { "type": "string", "allOf": [{ "minLength": 1 }] }\n },\n { "type": "null" }\n ]\n },\n "repository": {\n "anyOf": [\n {\n "type": "string",\n "examples": ["https://github.com/acme/code-review"],\n "format": "uri"\n },\n { "type": "null" }\n ]\n },\n "homepage": {\n "anyOf": [\n { "type": "string", "examples": ["https://acme.dev/code-review"], "format": "uri" },\n { "type": "null" }\n ]\n },\n "license": {\n "anyOf": [\n { "type": "string", "allOf": [{ "minLength": 1, "examples": ["MIT", "Apache-2.0"] }] },\n { "type": "null" }\n ]\n },\n "bugs": {\n "anyOf": [\n {\n "type": "string",\n "examples": ["https://github.com/acme/code-review/issues"],\n "format": "uri"\n },\n { "type": "null" }\n ]\n },\n "authors": {\n "anyOf": [\n { "type": "array", "items": { "$ref": "#/definitions/Author" } },\n { "type": "null" }\n ]\n },\n "companionPackages": {\n "anyOf": [\n {\n "type": "array",\n "description": "External ecosystem packages this extension is designed to work with (e.g. the npm or PyPI package an MCP server wraps), identified by Package URL (purl).",\n "items": { "$ref": "#/definitions/PackageUrl" }\n },\n { "type": "null" }\n ]\n },\n "type": { "type": "string", "enum": ["pack"] },\n "name": { "$ref": "#/definitions/ExtensionName" },\n "dependencies": {\n "type": "object",\n "description": "Map of fully-qualified non-pack extension names to version ranges. Packs cannot depend on other packs.",\n "propertyNames": { "$ref": "#/definitions/NonPackExtensionFqn" },\n "additionalProperties": { "$ref": "#/definitions/VersionRange" }\n }\n },\n "required": ["owner", "version", "type", "name", "dependencies"],\n "additionalProperties": false,\n "title": "Pack Manifest",\n "description": "Extension manifest file for extension packs. Bundles a curated set of skills, commands, MCP servers, subagents, files, and rules into a single installable unit."\n }\n }\n}\n```\n\n## Authoring and editing packs\n\nRun `axm packs new <name>` to scaffold a managed pack. Use `axm packs add <pack> <extension>` and `axm packs remove <pack> <extension>` to edit dependencies when possible.\n\nRun `axm packs publish <pack>` to release a new version. Install with `axm packs install @owner/packs/<name>`.\n\n## Pack dependencies\n\nBundle extensions by defining the pack dependencies in pack.json:\n\n```\n"dependencies": {\n "@acme/skills/brick-building": "*",\n "@acme/subagent/brick-layer": "^1.0.0"\n}\n```\n\nUse `"*"` to indicate the latest version (recommended) unless there is a specific reason to constrain it.\n\nPacks may not depend on other extension packs. There are no transitive dependencies.\n\n## Recommended packs\n\nBundled extensions should specify recommended packs to indicate the extension was designed to work with a specified pack:\n\n```\n{\n "recommendedPacks": [\n "@acme/packs/bricks"\n ]\n}\n```\n\nSee the individual help topics for each extension type for more details.\n\n## Standalone extensions\n\nFor extensions that are not designed to work unless they are bundled with the extensions in the recommended packs, `standalone` should be set to `true` in the manifest for those extensions.\n\n## Where to go next\n\n- `axm packs --help` — full pack subcommand surface.\n',
20
+ skills: '# Skills\n\nSkill packages live in `./.axm/extensions/<@owner>/skills/<skill-name>`.\n\n## skill.json\n\n[`skill.json`](https://axm.sh/schemas/skill.schema.json)\n\n### Schema\n\n```json\n{\n "$schema": "http://json-schema.org/draft-07/schema#",\n "$ref": "#/definitions/SkillManifest",\n "definitions": {\n "Handle": {\n "type": "string",\n "allOf": [\n {\n "pattern": "^@[a-z0-9_](?:[a-z0-9_-]*[a-z0-9_])?$",\n "title": "Handle",\n "description": "A unique username or organization name starting with @, like @my-org.",\n "examples": ["@my-org", "@username"]\n }\n ]\n },\n "Version": {\n "type": "string",\n "allOf": [\n {\n "pattern": "^(0|[1-9]\\\\d*)\\\\.(0|[1-9]\\\\d*)\\\\.(0|[1-9]\\\\d*)(?:-((?:0|[1-9]\\\\d*|\\\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\\\.(?:0|[1-9]\\\\d*|\\\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\\\+([0-9a-zA-Z-]+(?:\\\\.[0-9a-zA-Z-]+)*))?$",\n "title": "Version",\n "description": "A semver version like 1.0.0. Ranges are not allowed here.",\n "examples": ["1.0.0", "2.3.1", "0.1.0-beta.1"]\n }\n ]\n },\n "Author": {\n "type": "object",\n "properties": {\n "name": { "type": "string" },\n "email": { "anyOf": [{ "type": "string" }, { "type": "null" }] },\n "url": { "anyOf": [{ "type": "string" }, { "type": "null" }] }\n },\n "required": ["name"],\n "additionalProperties": false,\n "title": "Author",\n "description": "A person credited as a creator or maintainer of this extension."\n },\n "PackageUrl": {\n "type": "string",\n "allOf": [\n {\n "pattern": "^[Pp][Kk][Gg]:[a-zA-Z][a-zA-Z0-9.+-]*\\\\/.+$",\n "title": "Package URL",\n "description": "A Package URL (purl) string identifying a package across ecosystems (e.g. pkg:npm/react@18.2.0).",\n "examples": ["pkg:npm/react@18.2.0", "pkg:pypi/requests@2.31.0", "pkg:cargo/serde@1.0"]\n }\n ]\n },\n "PackSpec": {\n "type": "string",\n "allOf": [\n { "minLength": 1 },\n {\n "pattern": "^(@[a-z0-9_](?:[a-z0-9_-]*[a-z0-9_])?)\\\\/packs\\\\/([a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?)(?:@.+)?$",\n "title": "Pack Spec",\n "description": "Pack reference with an optional version constraint suffix.",\n "examples": ["@acme/packs/typescript", "@acme/packs/typescript@^1.0.0"]\n }\n ]\n },\n "ExtensionName": {\n "type": "string",\n "allOf": [\n { "minLength": 1 },\n {\n "pattern": "^[a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?$",\n "title": "Extension Name",\n "description": "Short name for this skill within its owner namespace. Combined with owner, forms the FQN @owner/skills/<name>.",\n "examples": ["my-skill", "code-review", "prettier"]\n }\n ]\n },\n "SkillManifest": {\n "type": "object",\n "properties": {\n "$schema": { "anyOf": [{ "type": "string" }, { "type": "null" }] },\n "owner": { "$ref": "#/definitions/Handle" },\n "version": { "$ref": "#/definitions/Version" },\n "description": {\n "anyOf": [\n {\n "type": "string",\n "description": "Short, registry-facing summary of this extension shown in listings and search results."\n },\n { "type": "null" }\n ]\n },\n "keywords": {\n "anyOf": [\n {\n "type": "array",\n "examples": [["lint", "typescript", "review"]],\n "items": { "type": "string", "allOf": [{ "minLength": 1 }] }\n },\n { "type": "null" }\n ]\n },\n "repository": {\n "anyOf": [\n {\n "type": "string",\n "examples": ["https://github.com/acme/code-review"],\n "format": "uri"\n },\n { "type": "null" }\n ]\n },\n "homepage": {\n "anyOf": [\n { "type": "string", "examples": ["https://acme.dev/code-review"], "format": "uri" },\n { "type": "null" }\n ]\n },\n "license": {\n "anyOf": [\n { "type": "string", "allOf": [{ "minLength": 1, "examples": ["MIT", "Apache-2.0"] }] },\n { "type": "null" }\n ]\n },\n "bugs": {\n "anyOf": [\n {\n "type": "string",\n "examples": ["https://github.com/acme/code-review/issues"],\n "format": "uri"\n },\n { "type": "null" }\n ]\n },\n "authors": {\n "anyOf": [\n { "type": "array", "items": { "$ref": "#/definitions/Author" } },\n { "type": "null" }\n ]\n },\n "companionPackages": {\n "anyOf": [\n {\n "type": "array",\n "description": "External ecosystem packages this extension is designed to work with (e.g. the npm or PyPI package an MCP server wraps), identified by Package URL (purl).",\n "items": { "$ref": "#/definitions/PackageUrl" }\n },\n { "type": "null" }\n ]\n },\n "recommendedPacks": {\n "anyOf": [\n {\n "type": "array",\n "description": "Packs this extension is designed to work alongside. Each entry is a pack spec, optionally pinned to a version range.",\n "items": { "$ref": "#/definitions/PackSpec" }\n },\n { "type": "null" }\n ]\n },\n "standalone": {\n "anyOf": [\n {\n "type": "boolean",\n "description": "Set to false to indicate this extension only makes sense when installed alongside one of its recommendedPacks.",\n "default": true\n },\n { "type": "null" }\n ]\n },\n "type": { "type": "string", "enum": ["skill"] },\n "name": { "$ref": "#/definitions/ExtensionName" }\n },\n "required": ["owner", "version", "type", "name"],\n "additionalProperties": false,\n "title": "Skill Manifest",\n "description": "Extension manifest file for skill. Carries the registry-facing identity, version, and metadata."\n }\n }\n}\n```\n\n## `src/`\n\nThe `src/` within the skill package contains `SKILL.md` and any other files as specified by the agentskills.io specification.\n\n## Authoring and editing skills\n\nThe contents of the `src` symlinked by AXM to the respective agent skill directories, so no need to `axm sync` after an edit. Only run `axm sync` if symlinks or copies are broken.\n\n## Where to go next\n\n- `axm skills --help` — full skill subcommand surface.\n',
21
+ subagents: '# Subagents\n\nSubagent packages live in `./.axm/extensions/<@owner>/subagents/<subagent-name>`.\n\nA subagent is two coordinated files: a portable manifest plus a content file that holds the system prompt and any agent-facing frontmatter.\n\n## subagent.json\n\n[`subagent.json`](https://axm.sh/schemas/subagent.schema.json)\n\nTargeting is workspace-owned through `.axm/settings.json` `agents`; publish rejects manifest `agents`. The manifest does not carry per-agent behavior — that lives in the content file.\n\n### Schema\n\n```json\n{\n "$schema": "http://json-schema.org/draft-07/schema#",\n "$ref": "#/definitions/SubagentManifest",\n "definitions": {\n "Handle": {\n "type": "string",\n "allOf": [\n {\n "pattern": "^@[a-z0-9_](?:[a-z0-9_-]*[a-z0-9_])?$",\n "title": "Handle",\n "description": "A unique username or organization name starting with @, like @my-org.",\n "examples": ["@my-org", "@username"]\n }\n ]\n },\n "Version": {\n "type": "string",\n "allOf": [\n {\n "pattern": "^(0|[1-9]\\\\d*)\\\\.(0|[1-9]\\\\d*)\\\\.(0|[1-9]\\\\d*)(?:-((?:0|[1-9]\\\\d*|\\\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\\\.(?:0|[1-9]\\\\d*|\\\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\\\+([0-9a-zA-Z-]+(?:\\\\.[0-9a-zA-Z-]+)*))?$",\n "title": "Version",\n "description": "A semver version like 1.0.0. Ranges are not allowed here.",\n "examples": ["1.0.0", "2.3.1", "0.1.0-beta.1"]\n }\n ]\n },\n "Author": {\n "type": "object",\n "properties": {\n "name": { "type": "string" },\n "email": { "anyOf": [{ "type": "string" }, { "type": "null" }] },\n "url": { "anyOf": [{ "type": "string" }, { "type": "null" }] }\n },\n "required": ["name"],\n "additionalProperties": false,\n "title": "Author",\n "description": "A person credited as a creator or maintainer of this extension."\n },\n "PackageUrl": {\n "type": "string",\n "allOf": [\n {\n "pattern": "^[Pp][Kk][Gg]:[a-zA-Z][a-zA-Z0-9.+-]*\\\\/.+$",\n "title": "Package URL",\n "description": "A Package URL (purl) string identifying a package across ecosystems (e.g. pkg:npm/react@18.2.0).",\n "examples": ["pkg:npm/react@18.2.0", "pkg:pypi/requests@2.31.0", "pkg:cargo/serde@1.0"]\n }\n ]\n },\n "PackSpec": {\n "type": "string",\n "allOf": [\n { "minLength": 1 },\n {\n "pattern": "^(@[a-z0-9_](?:[a-z0-9_-]*[a-z0-9_])?)\\\\/packs\\\\/([a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?)(?:@.+)?$",\n "title": "Pack Spec",\n "description": "Pack reference with an optional version constraint suffix.",\n "examples": ["@acme/packs/typescript", "@acme/packs/typescript@^1.0.0"]\n }\n ]\n },\n "ExtensionName": {\n "type": "string",\n "allOf": [\n { "minLength": 1 },\n {\n "pattern": "^[a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?$",\n "title": "Extension Name",\n "description": "Short name for this subagent within its owner namespace. Combined with owner, forms the FQN @owner/subagents/<name>.",\n "examples": ["my-skill", "code-review", "prettier"]\n }\n ]\n },\n "SubagentManifest": {\n "type": "object",\n "properties": {\n "$schema": { "anyOf": [{ "type": "string" }, { "type": "null" }] },\n "owner": { "$ref": "#/definitions/Handle" },\n "version": { "$ref": "#/definitions/Version" },\n "description": {\n "anyOf": [\n {\n "type": "string",\n "description": "Short, registry-facing summary of this extension shown in listings and search results."\n },\n { "type": "null" }\n ]\n },\n "keywords": {\n "anyOf": [\n {\n "type": "array",\n "examples": [["lint", "typescript", "review"]],\n "items": { "type": "string", "allOf": [{ "minLength": 1 }] }\n },\n { "type": "null" }\n ]\n },\n "repository": {\n "anyOf": [\n {\n "type": "string",\n "examples": ["https://github.com/acme/code-review"],\n "format": "uri"\n },\n { "type": "null" }\n ]\n },\n "homepage": {\n "anyOf": [\n { "type": "string", "examples": ["https://acme.dev/code-review"], "format": "uri" },\n { "type": "null" }\n ]\n },\n "license": {\n "anyOf": [\n { "type": "string", "allOf": [{ "minLength": 1, "examples": ["MIT", "Apache-2.0"] }] },\n { "type": "null" }\n ]\n },\n "bugs": {\n "anyOf": [\n {\n "type": "string",\n "examples": ["https://github.com/acme/code-review/issues"],\n "format": "uri"\n },\n { "type": "null" }\n ]\n },\n "authors": {\n "anyOf": [\n { "type": "array", "items": { "$ref": "#/definitions/Author" } },\n { "type": "null" }\n ]\n },\n "companionPackages": {\n "anyOf": [\n {\n "type": "array",\n "description": "External ecosystem packages this extension is designed to work with (e.g. the npm or PyPI package an MCP server wraps), identified by Package URL (purl).",\n "items": { "$ref": "#/definitions/PackageUrl" }\n },\n { "type": "null" }\n ]\n },\n "recommendedPacks": {\n "anyOf": [\n {\n "type": "array",\n "description": "Packs this extension is designed to work alongside. Each entry is a pack spec, optionally pinned to a version range.",\n "items": { "$ref": "#/definitions/PackSpec" }\n },\n { "type": "null" }\n ]\n },\n "standalone": {\n "anyOf": [\n {\n "type": "boolean",\n "description": "Set to false to indicate this extension only makes sense when installed alongside one of its recommendedPacks.",\n "default": true\n },\n { "type": "null" }\n ]\n },\n "type": { "type": "string", "enum": ["subagent"] },\n "name": { "$ref": "#/definitions/ExtensionName" }\n },\n "required": ["owner", "version", "type", "name"],\n "additionalProperties": false,\n "title": "Subagent Manifest",\n "description": "Extension manifest file for subagent. Carries the registry-facing identity, version, and metadata."\n }\n }\n}\n```\n\n## `src/`\n\nThe `src/` directory holds `<subagent-name>.md` — Markdown with YAML frontmatter and a body containing the system prompt.\n\nOnly one frontmatter field is required: `name`. Everything else you write in the frontmatter passes through verbatim into the rendered agent-native file. AXM does not interpret or reshape it. Omit top-level frontmatter unless it will work on all agents. Otherwise, specify the desired subagent\nconfiguration per each agent\'s official subagent documentation.\n\n```markdown\n---\nname: code-reviewer\ndescription: "call me uncle bob"\nagentOverrides:\n claude-code:\n model: claude-opus-4-6\n codex:\n model: gpt-5-codex\n sandbox_mode: read-only\n description: null\n---\n\nYou are a senior code reviewer...\n```\n\n`name` must match both the manifest\'s `name` and the filename stem.\n\n## Pass-through rendering\n\n`axm install` and `axm sync` translate the content file\'s frontmatter into each target agent\'s native format and place the body in the format\'s natural slot:\n\n- **Markdown + YAML** (Claude Code, Copilot, Cursor, Gemini CLI, OpenCode, Augment, Junie, Kilo Code, Kiro IDE) — frontmatter keys → YAML; body follows the `---` block.\n- **TOML** (Codex) — frontmatter keys → TOML key-value lines; body becomes `developer_instructions`.\n- **JSON** (Kiro CLI) — frontmatter keys → JSON object; body becomes `prompt`.\n- **Roo modes** (Roo Code) — `slug` and `name` are set to the subagent name; the body splits at the first blank line into `roleDefinition` and `customInstructions`; `groups` defaults to `[read, edit, command, mcp]` if not in frontmatter; other frontmatter keys flow through.\n\nWhatever you write in your frontmatter is what shows up in the rendered file. If you want different values for different agents, use `agentOverrides`. Do not edit the rendered subagents directly.\n\n## Agent overrides\n\n`agentOverrides.<agent-id>` is the one recognized convention key in frontmatter. It is consumed by the renderer and never appears in the rendered output. Each entry is applied as an RFC 7396 JSON Merge Patch on top of the rendered fields for that agent: objects merge recursively, `null` deletes a key, arrays replace wholesale, and primitive values replace.\n\n```yaml\nagentOverrides:\n claude-code:\n permissions:\n write: false\n legacyMode: null\n allowedTools:\n - Read\n - Grep\n codex:\n sandbox_mode: workspace-write\n```\n\nOverrides for agents not in your configured `agents` set are ignored, with a warning.\n\n## Updating subagents\n\nEdit the content file under `src/`. `axm sync` re-renders the agent-native files from the content file\'s frontmatter and body; it does not write to `subagent.json`.\n\nRun `axm subagents publish` to release a new version. Publish validates the manifest, checks that `src/<subagent-name>.md` exists and that its frontmatter `name` matches the manifest, then zips the extension directory, computes its SRI integrity hash, and uploads the version to the target registry. Publish never edits `subagent.json` — whatever is on disk is what gets shipped.\n\n## Where to go next\n\n- `axm subagents --help` — full subagent subcommand surface.\n',
20
22
  };
21
23
  //# sourceMappingURL=help-topics.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"help-topics.js","sourceRoot":"","sources":["../../../src/__generated__/help-topics.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC9B,aAAa;IACb,UAAU;IACV,YAAY;IACZ,iBAAiB;IACjB,QAAQ;IACR,WAAW;CACH,CAAC;AAIX,MAAM,CAAC,MAAM,WAAW,GAAkC;IACxD,aAAa,EACX,q8GAAq8G;IACv8G,QAAQ,EACN,yzEAAyzE;IAC3zE,YAAY,EACV,66BAA66B;IAC/6B,iBAAiB,EACf,w7DAAw7D;IAC17D,MAAM,EACJ,ypBAAypB;IAC3pB,SAAS,EACP,ylIAAylI;CAC5lI,CAAC"}
1
+ {"version":3,"file":"help-topics.js","sourceRoot":"","sources":["../../../src/__generated__/help-topics.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC9B,aAAa;IACb,UAAU;IACV,YAAY;IACZ,iBAAiB;IACjB,OAAO;IACP,QAAQ;IACR,WAAW;CACH,CAAC;AAIX,MAAM,CAAC,MAAM,WAAW,GAAkC;IACxD,aAAa,EACX,29GAA29G;IAC79G,QAAQ,EACN,kuQAAkuQ;IACpuQ,YAAY,EACV,wgFAAwgF;IAC1gF,iBAAiB,EACf,w7DAAw7D;IAC17D,KAAK,EACH,y2PAAy2P;IAC32P,MAAM,EACJ,8vNAA8vN;IAChwN,SAAS,EACP,6zTAA6zT;CACh0T,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"app.d.ts","sourceRoot":"","sources":["../../src/app.ts"],"names":[],"mappings":"AAAA;;GAEG;AAIH,OAAO,EAAa,OAAO,EAAc,MAAM,qBAAqB,CAAC;AA8CrE,eAAO,MAAM,WAAW,8HAgDvB,CAAC;AAWF,eAAO,MAAM,GAAG,GAAU,OAAM,aAAa,CAAC,MAAM,CAAyB,KAAG,OAAO,CAAC,IAAI,CA8B3F,CAAC"}
1
+ {"version":3,"file":"app.d.ts","sourceRoot":"","sources":["../../src/app.ts"],"names":[],"mappings":"AAAA;;GAEG;AAIH,OAAO,EAAa,OAAO,EAAc,MAAM,qBAAqB,CAAC;AA6CrE,eAAO,MAAM,WAAW,8HAgDvB,CAAC;AAWF,eAAO,MAAM,GAAG,GAAU,OAAM,aAAa,CAAC,MAAM,CAAyB,KAAG,OAAO,CAAC,IAAI,CA8B3F,CAAC"}
package/dist/src/app.js CHANGED
@@ -32,17 +32,16 @@ import { uninstallCommand } from "./root/uninstall/command.js";
32
32
  import { pruneCommand } from "./root/prune/command.js";
33
33
  import { syncCommand } from "./root/sync/command.js";
34
34
  import { updateCommand } from "./root/update/command.js";
35
- import { helpCommand } from "./root/help/command.js";
35
+ import { helpCommand, ORDERED_TOPIC_NAMES } from "./root/help/command.js";
36
36
  import { viewCommand } from "./root/view/command.js";
37
37
  import { versionCommand } from "./root/shared/version-command.js";
38
- import { HELP_TOPIC_NAMES } from "./__generated__/help-topics.js";
39
38
  const ROOT_COMMAND = "axm";
40
39
  const version = loadVersion();
41
- const HELP_TOPIC_LIST = HELP_TOPIC_NAMES.map((topic) => ` ${topic}`).join("\n");
40
+ const HELP_TOPIC_LIST = ORDERED_TOPIC_NAMES.map((topic) => ` ${topic}`).join("\n");
42
41
  const LEARN_MORE_FOOTER = `LEARN MORE\n Use 'axm help <topic>' to read a topic page.\n\nTOPICS\n${HELP_TOPIC_LIST}\n\nCOMMAND HELP\n Use 'axm <command> --help' for command help.\n Report issues at https://github.com/agentxm/axm/issues`;
43
42
  removeBuiltInFlag(GlobalFlag.Completions);
44
43
  removeBuiltInFlag(GlobalFlag.LogLevel);
45
- export const rootCommand = Command.make(ROOT_COMMAND).pipe(Command.withDescription("Open extension manager for AI coding agents.\n Manage skills, commands, MCP servers, and extension packs across your AI coding agents from a single CLI."), Command.annotate(LearnMore, LEARN_MORE_FOOTER), Command.withExamples([
44
+ export const rootCommand = Command.make(ROOT_COMMAND).pipe(Command.withDescription("Open extension manager for AI coding agents.\n Manage skills, commands, MCP servers, and packs across your AI coding agents from a single CLI."), Command.annotate(LearnMore, LEARN_MORE_FOOTER), Command.withExamples([
46
45
  { command: "axm setup", description: "Start managing extensions in your project" },
47
46
  {
48
47
  command: "axm install @acme/skills/code-review",
@@ -1 +1 @@
1
- {"version":3,"file":"app.js","sourceRoot":"","sources":["../../src/app.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"app.js","sourceRoot":"","sources":["../../src/app.ts"],"names":[],"mappings":"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"}
@@ -41,5 +41,7 @@ export declare const emitNoOpResult: <TCommand extends string>(command: TCommand
41
41
  readonly planName: string;
42
42
  readonly planDescription?: string;
43
43
  readonly message: string;
44
+ readonly breadcrumbs?: ReadonlyArray<Breadcrumb>;
45
+ readonly withoutBreadcrumbs?: boolean;
44
46
  }) => Effect.Effect<boolean, never, CliRenderer>;
45
47
  //# sourceMappingURL=json-output.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"json-output.d.ts","sourceRoot":"","sources":["../../src/json-output.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,EAAE,WAAW,EAAE,MAAM,4CAA4C,CAAC;AACzE,OAAO,KAAK,EACV,UAAU,EACV,qBAAqB,EACrB,UAAU,EACV,WAAW,EACZ,MAAM,2CAA2C,CAAC;AACnD,OAAO,KAAK,EAGV,cAAc,EAEf,MAAM,oCAAoC,CAAC;AA6B5C,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;EAsBrC,CAAC;AACH,MAAM,MAAM,oBAAoB,GAAG,OAAO,0BAA0B,CAAC,IAAI,CAAC;AAiD1E,eAAO,MAAM,sBAAsB,GAAI,YAAY,cAAc,KAAG,oBA8CnE,CAAC;AAEF,eAAO,MAAM,wBAAwB,GAAI,QAAQ,SAAS,MAAM,EAC9D,SAAS,QAAQ,EACjB,YAAY,cAAc,EAC1B,UAAU;IACR,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,WAAW,CAAC,EAAE,aAAa,CAAC,UAAU,CAAC,CAAC;IACjD,QAAQ,CAAC,kBAAkB,CAAC,EAAE,OAAO,CAAC;CACvC,+CASC,CAAC;AAEL;;;GAGG;AACH,eAAO,MAAM,uBAAuB,GAClC,YAAY,cAAc,EAC1B,SAAS;IAAE,QAAQ,CAAC,WAAW,CAAC,EAAE,WAAW,CAAC;IAAC,QAAQ,CAAC,UAAU,CAAC,EAAE,UAAU,CAAA;CAAE,KAChF,qBAUF,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,QAAQ,SAAS,MAAM,EACpD,SAAS,QAAQ,EACjB,MAAM;IACJ,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,eAAe,CAAC,EAAE,MAAM,CAAC;IAClC,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;CAC1B,+CAuBC,CAAC"}
1
+ {"version":3,"file":"json-output.d.ts","sourceRoot":"","sources":["../../src/json-output.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,EAAE,WAAW,EAAE,MAAM,4CAA4C,CAAC;AACzE,OAAO,KAAK,EACV,UAAU,EACV,qBAAqB,EACrB,UAAU,EACV,WAAW,EACZ,MAAM,2CAA2C,CAAC;AACnD,OAAO,KAAK,EAGV,cAAc,EAEf,MAAM,oCAAoC,CAAC;AA6B5C,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;EAsBrC,CAAC;AACH,MAAM,MAAM,oBAAoB,GAAG,OAAO,0BAA0B,CAAC,IAAI,CAAC;AAiD1E,eAAO,MAAM,sBAAsB,GAAI,YAAY,cAAc,KAAG,oBA8CnE,CAAC;AAEF,eAAO,MAAM,wBAAwB,GAAI,QAAQ,SAAS,MAAM,EAC9D,SAAS,QAAQ,EACjB,YAAY,cAAc,EAC1B,UAAU;IACR,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,WAAW,CAAC,EAAE,aAAa,CAAC,UAAU,CAAC,CAAC;IACjD,QAAQ,CAAC,kBAAkB,CAAC,EAAE,OAAO,CAAC;CACvC,+CASC,CAAC;AAEL;;;GAGG;AACH,eAAO,MAAM,uBAAuB,GAClC,YAAY,cAAc,EAC1B,SAAS;IAAE,QAAQ,CAAC,WAAW,CAAC,EAAE,WAAW,CAAC;IAAC,QAAQ,CAAC,UAAU,CAAC,EAAE,UAAU,CAAA;CAAE,KAChF,qBAUF,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,QAAQ,SAAS,MAAM,EACpD,SAAS,QAAQ,EACjB,MAAM;IACJ,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,eAAe,CAAC,EAAE,MAAM,CAAC;IAClC,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,WAAW,CAAC,EAAE,aAAa,CAAC,UAAU,CAAC,CAAC;IACjD,QAAQ,CAAC,kBAAkB,CAAC,EAAE,OAAO,CAAC;CACvC,+CAgCF,CAAC"}
@@ -149,23 +149,31 @@ export const planResolutionToSummary = (resolution, context) => {
149
149
  ...(result.blockedCount > 0 ? { blockedCount: result.blockedCount } : {}),
150
150
  };
151
151
  };
152
- export const emitNoOpResult = (command, args) => Effect.gen(function* () {
153
- const renderer = yield* CliRenderer;
154
- return yield* renderer.result({
155
- result: {
156
- outcome: "no-op",
157
- planName: args.planName,
158
- ...(args.planDescription !== undefined ? { planDescription: args.planDescription } : {}),
159
- message: args.message,
160
- totalSteps: 0,
161
- readyCount: 0,
162
- warningCount: 0,
163
- errorCount: 0,
164
- appliedCount: 0,
165
- failedCount: 0,
166
- blockedCount: 0,
167
- steps: [],
168
- },
169
- }, Schema.Struct(PlanResolutionDocumentFields));
170
- });
152
+ export const emitNoOpResult = (command, args) => {
153
+ const options = {
154
+ ...(args.breadcrumbs !== undefined ? { breadcrumbs: args.breadcrumbs } : {}),
155
+ ...(args.withoutBreadcrumbs !== undefined
156
+ ? { withoutBreadcrumbs: args.withoutBreadcrumbs }
157
+ : {}),
158
+ };
159
+ return Effect.gen(function* () {
160
+ const renderer = yield* CliRenderer;
161
+ return yield* renderer.result({
162
+ result: {
163
+ outcome: "no-op",
164
+ planName: args.planName,
165
+ ...(args.planDescription !== undefined ? { planDescription: args.planDescription } : {}),
166
+ message: args.message,
167
+ totalSteps: 0,
168
+ readyCount: 0,
169
+ warningCount: 0,
170
+ errorCount: 0,
171
+ appliedCount: 0,
172
+ failedCount: 0,
173
+ blockedCount: 0,
174
+ steps: [],
175
+ },
176
+ }, Schema.Struct(PlanResolutionDocumentFields), options);
177
+ });
178
+ };
171
179
  //# sourceMappingURL=json-output.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"json-output.js","sourceRoot":"","sources":["../../src/json-output.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"json-output.js","sourceRoot":"","sources":["../../src/json-output.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,18 @@
1
+ export declare const LIST_INSTALLED_SKILLS: {
2
+ readonly description: "List installed skills";
3
+ readonly cmd: "axm skills list";
4
+ };
5
+ export declare const INSTALL_SKILL_FROM_REGISTRY: {
6
+ readonly description: "Install with an explicit source like github:owner/repo or @owner/skills/name";
7
+ readonly cmd: "axm skills install <source>";
8
+ };
9
+ export declare const SCAFFOLD_MANAGED_SKILL: {
10
+ readonly description: "Scaffold a managed skill";
11
+ readonly cmd: "axm skills new";
12
+ };
13
+ export declare const ADD_REGISTRY_SOURCE: {
14
+ readonly description: "Add a registry source";
15
+ readonly cmd: "axm sources add";
16
+ };
17
+ export declare const SKILL_NAME_RULES = "Use lowercase letters, numbers, and hyphens; up to 64 characters";
18
+ //# sourceMappingURL=breadcrumbs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"breadcrumbs.d.ts","sourceRoot":"","sources":["../../../src/root/breadcrumbs.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,qBAAqB;;;CAGH,CAAC;AAEhC,eAAO,MAAM,2BAA2B;;;CAGT,CAAC;AAEhC,eAAO,MAAM,sBAAsB;;;CAGJ,CAAC;AAEhC,eAAO,MAAM,mBAAmB;;;CAGD,CAAC;AAEhC,eAAO,MAAM,gBAAgB,qEAAqE,CAAC"}
@@ -0,0 +1,18 @@
1
+ export const LIST_INSTALLED_SKILLS = {
2
+ description: "List installed skills",
3
+ cmd: "axm skills list",
4
+ };
5
+ export const INSTALL_SKILL_FROM_REGISTRY = {
6
+ description: "Install with an explicit source like github:owner/repo or @owner/skills/name",
7
+ cmd: "axm skills install <source>",
8
+ };
9
+ export const SCAFFOLD_MANAGED_SKILL = {
10
+ description: "Scaffold a managed skill",
11
+ cmd: "axm skills new",
12
+ };
13
+ export const ADD_REGISTRY_SOURCE = {
14
+ description: "Add a registry source",
15
+ cmd: "axm sources add",
16
+ };
17
+ export const SKILL_NAME_RULES = "Use lowercase letters, numbers, and hyphens; up to 64 characters";
18
+ //# sourceMappingURL=breadcrumbs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"breadcrumbs.js","sourceRoot":"","sources":["../../../src/root/breadcrumbs.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,qBAAqB,GAAG;IACnC,WAAW,EAAE,uBAAuB;IACpC,GAAG,EAAE,iBAAiB;CACO,CAAC;AAEhC,MAAM,CAAC,MAAM,2BAA2B,GAAG;IACzC,WAAW,EAAE,8EAA8E;IAC3F,GAAG,EAAE,6BAA6B;CACL,CAAC;AAEhC,MAAM,CAAC,MAAM,sBAAsB,GAAG;IACpC,WAAW,EAAE,0BAA0B;IACvC,GAAG,EAAE,gBAAgB;CACQ,CAAC;AAEhC,MAAM,CAAC,MAAM,mBAAmB,GAAG;IACjC,WAAW,EAAE,uBAAuB;IACpC,GAAG,EAAE,iBAAiB;CACO,CAAC;AAEhC,MAAM,CAAC,MAAM,gBAAgB,GAAG,kEAAkE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"disable.d.ts","sourceRoot":"","sources":["../../../../src/root/commands/disable.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,UAAU,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,IAAI,MAAM,aAAa,CAAC;AAEpC,OAAO,EAAY,OAAO,EAAQ,MAAM,qBAAqB,CAAC;AAC9D,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAC7E,OAAO,EAAE,WAAW,EAAE,MAAM,4CAA4C,CAAC;AAEzE,OAAO,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAiB7E,MAAM,WAAW,yBAAyB;IACxC,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,GAAG,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;CAC3B;AAED,eAAO,MAAM,oBAAoB,yaAoG/B,CAAC;AAYH,eAAO,MAAM,cAAc,2SAqB1B,CAAC"}
1
+ {"version":3,"file":"disable.d.ts","sourceRoot":"","sources":["../../../../src/root/commands/disable.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,UAAU,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,IAAI,MAAM,aAAa,CAAC;AAEpC,OAAO,EAAY,OAAO,EAAQ,MAAM,qBAAqB,CAAC;AAC9D,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAC7E,OAAO,EAAE,WAAW,EAAE,MAAM,4CAA4C,CAAC;AAEzE,OAAO,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAiB7E,MAAM,WAAW,yBAAyB;IACxC,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,GAAG,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;CAC3B;AAED,eAAO,MAAM,oBAAoB,yaAuG/B,CAAC;AAYH,eAAO,MAAM,cAAc,2SAqB1B,CAAC"}
@@ -37,7 +37,10 @@ export const handleDisableCommand = Effect.fn("DisableCommand.handle")(function*
37
37
  code: "not_found",
38
38
  message: `Command '${args.name}' is not installed`,
39
39
  breadcrumbs: [
40
- { task: "Recover", description: "Run `axm commands list` to see available commands" },
40
+ {
41
+ description: "Run `axm commands list` to see available commands",
42
+ cmd: "axm commands list",
43
+ },
41
44
  ],
42
45
  });
43
46
  }
@@ -1 +1 @@
1
- {"version":3,"file":"disable.js","sourceRoot":"","sources":["../../../../src/root/commands/disable.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,UAAU,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,IAAI,MAAM,aAAa,CAAC;AACpC,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,QAAQ,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,YAAY,EAAE,MAAM,yCAAyC,CAAC;AACvE,OAAO,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAC7E,OAAO,EAAE,WAAW,EAAE,MAAM,4CAA4C,CAAC;AACzE,OAAO,EAAE,qCAAqC,EAAE,MAAM,iDAAiD,CAAC;AACxG,OAAO,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAE7E,OAAO,EAAE,cAAc,IAAI,iBAAiB,EAAE,MAAM,wCAAwC,CAAC;AAC7F,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,OAAO,EAAE,MAAM,yCAAyC,CAAC;AAC1F,OAAO,EAAE,gBAAgB,EAAE,MAAM,2CAA2C,CAAC;AAE7E,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AACxE,OAAO,EAAE,cAAc,EAAE,wBAAwB,EAAE,MAAM,sBAAsB,CAAC;AAChF,OAAO,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAC9D,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAC/C,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EACL,mBAAmB,EACnB,gBAAgB,EAChB,wBAAwB,GACzB,MAAM,uBAAuB,CAAC;AAS/B,MAAM,CAAC,MAAM,oBAAoB,GAAG,MAAM,CAAC,EAAE,CAAC,uBAAuB,CAAC,CAAC,QAAQ,CAAC,EAC9E,IAA+B;IAE/B,MAAM,EAAE,GAAG,KAAK,CAAC,CAAC,kBAAkB,CAAC;IACrC,MAAM,QAAQ,GAAG,KAAK,CAAC,CAAC,WAAW,CAAC;IACpC,MAAM,EAAE,GAAG,KAAK,CAAC,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,MAAM,IAAI,GAAG,KAAK,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;IAC9B,MAAM,SAAS,GAAG,KAAK,CAAC,CAAC,qBAAqB,CAAC;IAE/C,KAAK,CAAC,CAAC,QAAQ,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC;IAE7C,MAAM,WAAW,GAAG,KAAK,CAAC,CAAC,qCAAqC,CAAC;QAC/D,KAAK,EAAE,IAAI,CAAC,IAAI;QAChB,YAAY,EAAE,SAAS;KACxB,CAAC,CAAC;IAEH,yFAAyF;IACzF,MAAM,iBAAiB,GAAG,KAAK,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,oBAAoB,EAAE,CAAC;IACnE,MAAM,cAAc,GAAG,iBAAiB,CAAC,WAAW,CAAC,CAAC;IAEtD,6EAA6E;IAC7E,IAAI,cAAc,KAAK,SAAS,EAAE,CAAC;QACjC,OAAO,KAAK,CAAC,CAAC,YAAY,CAAC;YACzB,IAAI,EAAE,WAAW;YACjB,OAAO,EAAE,YAAY,IAAI,CAAC,IAAI,oBAAoB;YAClD,WAAW,EAAE;gBACX,EAAE,IAAI,EAAE,SAAS,EAAE,WAAW,EAAE,mDAAmD,EAAE;aACtF;SACF,CAAC,CAAC;IACL,CAAC;IAED,yFAAyF;IACzF,IAAI,cAAc,CAAC,SAAS,KAAK,YAAY,IAAI,CAAC,cAAc,CAAC,OAAO,EAAE,CAAC;QACzE,IACE,KAAK,CAAC,CAAC,cAAc,CAAC,kBAAkB,EAAE;YACxC,QAAQ,EAAE,iBAAiB;YAC3B,eAAe,EAAE,WAAW,WAAW,EAAE;YACzC,OAAO,EAAE,YAAY,WAAW,uBAAuB;SACxD,CAAC,EACF,CAAC;YACD,OAAO;QACT,CAAC;QAED,KAAK,CAAC,CAAC,QAAQ,CAAC,IAAI,CAAC,YAAY,WAAW,uBAAuB,CAAC,CAAC;QACrE,KAAK,CAAC,CAAC,QAAQ,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC;QAC1C,OAAO;IACT,CAAC;IAED,MAAM,WAAW,GAAG,KAAK,CAAC,CAAC,EAAE,CAAC,gBAAgB,CAAC,WAAW,CAAC,CAAC;IAC5D,MAAM,YAAY,GAAG,MAAM,CAAC,MAAM,CAAC,WAAW,CAAC;QAC7C,CAAC,CAAC,mBAAmB,CACjB,gBAAgB,CACd,yCAAyC,EACzC,WAAW,CAAC,KAAK,CAAC,MAAM,EACxB,sBAAsB,CACvB,EACD,wBAAwB,CACtB,6BAA6B,EAC7B,WAAW,CAAC,KAAK,CAAC,aAAa,IAAI,EAAE,CACtC,CACF;QACH,CAAC,CAAC,SAAS,CAAC;IAEd,kBAAkB;IAClB,MAAM,EAAE,GAAG;QACT,IAAI,EAAE,iBAAiB;QACvB,IAAI,EAAE,EAAE,WAAW,EAAE;KACY,CAAC;IAEpC,qCAAqC;IACrC,MAAM,IAAI,GAAmB;QAC3B,SAAS,EAAE,OAAO;QAClB,KAAK,EAAE,WAAW;QAClB,GAAG,EAAE,iBAAiB,CAAC,EAAE,CAAC,CAAC,IAAI,CAC7B,MAAM,CAAC,GAAG,CAAC,eAAe,CAAC,EAC3B,MAAM,CAAC,cAAc,CAAC,kBAAkB,EAAE,EAAE,CAAC,EAC7C,MAAM,CAAC,cAAc,CAAC,UAAU,CAAC,UAAU,EAAE,EAAE,CAAC,EAChD,MAAM,CAAC,cAAc,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,EACtC,MAAM,CAAC,cAAc,CAAC,qBAAqB,EAAE,SAAS,CAAC,CACxD;KACF,CAAC;IAEF,MAAM,IAAI,GAAS;QACjB,IAAI,EAAE,MAAM;QACZ,IAAI,EAAE,iBAAiB;QACvB,WAAW,EAAE,MAAM,CAAC,IAAI,CAAC,WAAW,WAAW,EAAE,CAAC;QAClD,IAAI,EAAE,CAAC,EAAE,WAAW,EAAE,CAAU,EAAE,KAAK,EAAE,CAAC,IAAI,CAAC,EAAE,CAAC;QAClD,GAAG,CAAC,YAAY,KAAK,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,QAAQ,EAAE,YAAY,EAAE,CAAC;KAClE,CAAC;IAEF,MAAM,UAAU,GAAG,KAAK,CAAC,CAAC,kBAAkB,CAAC,IAAI,EAAE;QACjD,GAAG,EAAE,IAAI,CAAC,GAAG;QACb,KAAK,EAAE,IAAI,CAAC,KAAK;QACjB,OAAO,EAAE,IAAI,CAAC,OAAO;KACtB,CAAC,CAAC;IACH,KAAK,CAAC,CAAC,wBAAwB,CAAC,kBAAkB,EAAE,UAAU,CAAC,CAAC;IAEhE,IAAI,UAAU,CAAC,IAAI,KAAK,cAAc,EAAE,CAAC;QACvC,KAAK,CAAC,CAAC,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;IAClC,CAAC;AACH,CAAC,CAAC,CAAC;AAEH,MAAM,aAAa,GAAG;IACpB,IAAI,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,eAAe,CAAC,gCAAgC,CAAC,CAAC;IAC9F,KAAK,EAAE,SAAS,CAAC,IAAI,CACnB,IAAI,CAAC,eAAe,CAAC,0DAA0D,CAAC,CACjF;IACD,GAAG,EAAE,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,eAAe,CAAC,8BAA8B,CAAC,CAAC;IACvE,KAAK,EAAE,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,eAAe,CAAC,6CAA6C,CAAC,CAAC;IAC1F,OAAO,EAAE,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,eAAe,CAAC,0CAA0C,CAAC,CAAC;CACnF,CAAC;AAEX,MAAM,CAAC,MAAM,cAAc,GAAG,OAAO,CAAC,IAAI,CACxC,SAAS,EACT,aAAa,EACb,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE,EAAE,CACvC,oBAAoB,CAAC,EAAE,IAAI,EAAE,GAAG,EAAE,KAAK,EAAE,OAAO,EAAE,CAAC,CAAC,IAAI,CACtD,aAAa,CAAC,KAAK,CAAC,EACpB,WAAW,CAAC,kBAAkB,CAAC,CAChC,CACJ,CAAC,IAAI,CACJ,gBAAgB,CAAC,aAAa,CAAC,EAC/B,OAAO,CAAC,eAAe,CAAC,2CAA2C,CAAC,EACpE,OAAO,CAAC,YAAY,CAAC;IACnB;QACE,OAAO,EAAE,6BAA6B;QACtC,WAAW,EAAE,mDAAmD;KACjE;IACD;QACE,OAAO,EAAE,0CAA0C;QACnD,WAAW,EAAE,sCAAsC;KACpD;CACF,CAAC,CACH,CAAC"}
1
+ {"version":3,"file":"disable.js","sourceRoot":"","sources":["../../../../src/root/commands/disable.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,UAAU,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,IAAI,MAAM,aAAa,CAAC;AACpC,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,QAAQ,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,YAAY,EAAE,MAAM,yCAAyC,CAAC;AACvE,OAAO,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAC7E,OAAO,EAAE,WAAW,EAAE,MAAM,4CAA4C,CAAC;AACzE,OAAO,EAAE,qCAAqC,EAAE,MAAM,iDAAiD,CAAC;AACxG,OAAO,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAE7E,OAAO,EAAE,cAAc,IAAI,iBAAiB,EAAE,MAAM,wCAAwC,CAAC;AAC7F,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,OAAO,EAAE,MAAM,yCAAyC,CAAC;AAC1F,OAAO,EAAE,gBAAgB,EAAE,MAAM,2CAA2C,CAAC;AAE7E,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AACxE,OAAO,EAAE,cAAc,EAAE,wBAAwB,EAAE,MAAM,sBAAsB,CAAC;AAChF,OAAO,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAC9D,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAC/C,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EACL,mBAAmB,EACnB,gBAAgB,EAChB,wBAAwB,GACzB,MAAM,uBAAuB,CAAC;AAS/B,MAAM,CAAC,MAAM,oBAAoB,GAAG,MAAM,CAAC,EAAE,CAAC,uBAAuB,CAAC,CAAC,QAAQ,CAAC,EAC9E,IAA+B;IAE/B,MAAM,EAAE,GAAG,KAAK,CAAC,CAAC,kBAAkB,CAAC;IACrC,MAAM,QAAQ,GAAG,KAAK,CAAC,CAAC,WAAW,CAAC;IACpC,MAAM,EAAE,GAAG,KAAK,CAAC,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,MAAM,IAAI,GAAG,KAAK,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;IAC9B,MAAM,SAAS,GAAG,KAAK,CAAC,CAAC,qBAAqB,CAAC;IAE/C,KAAK,CAAC,CAAC,QAAQ,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC;IAE7C,MAAM,WAAW,GAAG,KAAK,CAAC,CAAC,qCAAqC,CAAC;QAC/D,KAAK,EAAE,IAAI,CAAC,IAAI;QAChB,YAAY,EAAE,SAAS;KACxB,CAAC,CAAC;IAEH,yFAAyF;IACzF,MAAM,iBAAiB,GAAG,KAAK,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,oBAAoB,EAAE,CAAC;IACnE,MAAM,cAAc,GAAG,iBAAiB,CAAC,WAAW,CAAC,CAAC;IAEtD,6EAA6E;IAC7E,IAAI,cAAc,KAAK,SAAS,EAAE,CAAC;QACjC,OAAO,KAAK,CAAC,CAAC,YAAY,CAAC;YACzB,IAAI,EAAE,WAAW;YACjB,OAAO,EAAE,YAAY,IAAI,CAAC,IAAI,oBAAoB;YAClD,WAAW,EAAE;gBACX;oBACE,WAAW,EAAE,mDAAmD;oBAChE,GAAG,EAAE,mBAAmB;iBACzB;aACF;SACF,CAAC,CAAC;IACL,CAAC;IAED,yFAAyF;IACzF,IAAI,cAAc,CAAC,SAAS,KAAK,YAAY,IAAI,CAAC,cAAc,CAAC,OAAO,EAAE,CAAC;QACzE,IACE,KAAK,CAAC,CAAC,cAAc,CAAC,kBAAkB,EAAE;YACxC,QAAQ,EAAE,iBAAiB;YAC3B,eAAe,EAAE,WAAW,WAAW,EAAE;YACzC,OAAO,EAAE,YAAY,WAAW,uBAAuB;SACxD,CAAC,EACF,CAAC;YACD,OAAO;QACT,CAAC;QAED,KAAK,CAAC,CAAC,QAAQ,CAAC,IAAI,CAAC,YAAY,WAAW,uBAAuB,CAAC,CAAC;QACrE,KAAK,CAAC,CAAC,QAAQ,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC;QAC1C,OAAO;IACT,CAAC;IAED,MAAM,WAAW,GAAG,KAAK,CAAC,CAAC,EAAE,CAAC,gBAAgB,CAAC,WAAW,CAAC,CAAC;IAC5D,MAAM,YAAY,GAAG,MAAM,CAAC,MAAM,CAAC,WAAW,CAAC;QAC7C,CAAC,CAAC,mBAAmB,CACjB,gBAAgB,CACd,yCAAyC,EACzC,WAAW,CAAC,KAAK,CAAC,MAAM,EACxB,sBAAsB,CACvB,EACD,wBAAwB,CACtB,6BAA6B,EAC7B,WAAW,CAAC,KAAK,CAAC,aAAa,IAAI,EAAE,CACtC,CACF;QACH,CAAC,CAAC,SAAS,CAAC;IAEd,kBAAkB;IAClB,MAAM,EAAE,GAAG;QACT,IAAI,EAAE,iBAAiB;QACvB,IAAI,EAAE,EAAE,WAAW,EAAE;KACY,CAAC;IAEpC,qCAAqC;IACrC,MAAM,IAAI,GAAmB;QAC3B,SAAS,EAAE,OAAO;QAClB,KAAK,EAAE,WAAW;QAClB,GAAG,EAAE,iBAAiB,CAAC,EAAE,CAAC,CAAC,IAAI,CAC7B,MAAM,CAAC,GAAG,CAAC,eAAe,CAAC,EAC3B,MAAM,CAAC,cAAc,CAAC,kBAAkB,EAAE,EAAE,CAAC,EAC7C,MAAM,CAAC,cAAc,CAAC,UAAU,CAAC,UAAU,EAAE,EAAE,CAAC,EAChD,MAAM,CAAC,cAAc,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,EACtC,MAAM,CAAC,cAAc,CAAC,qBAAqB,EAAE,SAAS,CAAC,CACxD;KACF,CAAC;IAEF,MAAM,IAAI,GAAS;QACjB,IAAI,EAAE,MAAM;QACZ,IAAI,EAAE,iBAAiB;QACvB,WAAW,EAAE,MAAM,CAAC,IAAI,CAAC,WAAW,WAAW,EAAE,CAAC;QAClD,IAAI,EAAE,CAAC,EAAE,WAAW,EAAE,CAAU,EAAE,KAAK,EAAE,CAAC,IAAI,CAAC,EAAE,CAAC;QAClD,GAAG,CAAC,YAAY,KAAK,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,QAAQ,EAAE,YAAY,EAAE,CAAC;KAClE,CAAC;IAEF,MAAM,UAAU,GAAG,KAAK,CAAC,CAAC,kBAAkB,CAAC,IAAI,EAAE;QACjD,GAAG,EAAE,IAAI,CAAC,GAAG;QACb,KAAK,EAAE,IAAI,CAAC,KAAK;QACjB,OAAO,EAAE,IAAI,CAAC,OAAO;KACtB,CAAC,CAAC;IACH,KAAK,CAAC,CAAC,wBAAwB,CAAC,kBAAkB,EAAE,UAAU,CAAC,CAAC;IAEhE,IAAI,UAAU,CAAC,IAAI,KAAK,cAAc,EAAE,CAAC;QACvC,KAAK,CAAC,CAAC,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;IAClC,CAAC;AACH,CAAC,CAAC,CAAC;AAEH,MAAM,aAAa,GAAG;IACpB,IAAI,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,eAAe,CAAC,gCAAgC,CAAC,CAAC;IAC9F,KAAK,EAAE,SAAS,CAAC,IAAI,CACnB,IAAI,CAAC,eAAe,CAAC,0DAA0D,CAAC,CACjF;IACD,GAAG,EAAE,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,eAAe,CAAC,8BAA8B,CAAC,CAAC;IACvE,KAAK,EAAE,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,eAAe,CAAC,6CAA6C,CAAC,CAAC;IAC1F,OAAO,EAAE,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,eAAe,CAAC,0CAA0C,CAAC,CAAC;CACnF,CAAC;AAEX,MAAM,CAAC,MAAM,cAAc,GAAG,OAAO,CAAC,IAAI,CACxC,SAAS,EACT,aAAa,EACb,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE,EAAE,CACvC,oBAAoB,CAAC,EAAE,IAAI,EAAE,GAAG,EAAE,KAAK,EAAE,OAAO,EAAE,CAAC,CAAC,IAAI,CACtD,aAAa,CAAC,KAAK,CAAC,EACpB,WAAW,CAAC,kBAAkB,CAAC,CAChC,CACJ,CAAC,IAAI,CACJ,gBAAgB,CAAC,aAAa,CAAC,EAC/B,OAAO,CAAC,eAAe,CAAC,2CAA2C,CAAC,EACpE,OAAO,CAAC,YAAY,CAAC;IACnB;QACE,OAAO,EAAE,6BAA6B;QACtC,WAAW,EAAE,mDAAmD;KACjE;IACD;QACE,OAAO,EAAE,0CAA0C;QACnD,WAAW,EAAE,sCAAsC;KACpD;CACF,CAAC,CACH,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"enable.d.ts","sourceRoot":"","sources":["../../../../src/root/commands/enable.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,UAAU,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,IAAI,MAAM,aAAa,CAAC;AAEpC,OAAO,EAAY,OAAO,EAAQ,MAAM,qBAAqB,CAAC;AAC9D,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAC7E,OAAO,EAAE,WAAW,EAAE,MAAM,4CAA4C,CAAC;AAEzE,OAAO,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAa7E,MAAM,WAAW,wBAAwB;IACvC,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,GAAG,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;CAC3B;AAED,eAAO,MAAM,mBAAmB,waAuG9B,CAAC;AAcH,eAAO,MAAM,aAAa,0SAqBzB,CAAC"}
1
+ {"version":3,"file":"enable.d.ts","sourceRoot":"","sources":["../../../../src/root/commands/enable.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,UAAU,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,IAAI,MAAM,aAAa,CAAC;AAEpC,OAAO,EAAY,OAAO,EAAQ,MAAM,qBAAqB,CAAC;AAC9D,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAC7E,OAAO,EAAE,WAAW,EAAE,MAAM,4CAA4C,CAAC;AAEzE,OAAO,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAa7E,MAAM,WAAW,wBAAwB;IACvC,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,GAAG,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;CAC3B;AAED,eAAO,MAAM,mBAAmB,waA0G9B,CAAC;AAcH,eAAO,MAAM,aAAa,0SAqBzB,CAAC"}
@@ -37,7 +37,10 @@ export const handleEnableCommand = Effect.fn("EnableCommand.handle")(function* (
37
37
  code: "not_found",
38
38
  message: `Command '${args.name}' is not installed`,
39
39
  breadcrumbs: [
40
- { task: "Recover", description: "Run `axm commands list` to see available commands" },
40
+ {
41
+ description: "Run `axm commands list` to see available commands",
42
+ cmd: "axm commands list",
43
+ },
41
44
  ],
42
45
  });
43
46
  }
@@ -1 +1 @@
1
- {"version":3,"file":"enable.js","sourceRoot":"","sources":["../../../../src/root/commands/enable.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"enable.js","sourceRoot":"","sources":["../../../../src/root/commands/enable.ts"],"names":[],"mappings":"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"}
@@ -20,7 +20,7 @@ import * as Option from "effect/Option";
20
20
  import * as FileSystem from "effect/FileSystem";
21
21
  import * as Path from "effect/Path";
22
22
  import type { ExtensionName, Handle } from "@agentxm/client-core/unstable/extensions";
23
- import type { VersionConstraint } from "@agentxm/client-core/unstable/version-constraints";
23
+ import type { VersionRange } from "@agentxm/client-core/unstable/version-constraints";
24
24
  import type { RegistrySource } from "@agentxm/client-core/unstable/sources";
25
25
  import { SourceHostProviders } from "@agentxm/client-core/unstable/source-resolution";
26
26
  import { WorkspaceMutations } from "@agentxm/client-core/unstable/workspace";
@@ -39,7 +39,7 @@ export interface InstallCommandHandlerArgs {
39
39
  export interface ParsedCommandInstallArgs {
40
40
  readonly owner: Handle;
41
41
  readonly commandName: ExtensionName;
42
- readonly versionConstraint: Option.Option<VersionConstraint>;
42
+ readonly versionRange: Option.Option<VersionRange>;
43
43
  readonly resolvedInput: string;
44
44
  readonly force: boolean;
45
45
  }
@@ -47,7 +47,7 @@ export interface CommandInstallSourceRequest {
47
47
  readonly source: RegistrySource;
48
48
  readonly owner: Handle;
49
49
  readonly commandName: ExtensionName;
50
- readonly versionConstraint: Option.Option<VersionConstraint>;
50
+ readonly versionRange: Option.Option<VersionRange>;
51
51
  }
52
52
  declare const InstallCommandCommandWorkflowActions_base: ServiceMap.ServiceClass<InstallCommandCommandWorkflowActions, "axm.sh/root/commands/install/command-actions/InstallCommandCommandWorkflowActions", InstallExtensionCommandWorkflowActions<InstallCommandHandlerArgs, ParsedCommandInstallArgs, CommandInstallSourceRequest, CommandExtensionRef, InstallCommandCommandIntent>>;
53
53
  export declare class InstallCommandCommandWorkflowActions extends InstallCommandCommandWorkflowActions_base {
@@ -1 +1 @@
1
- {"version":3,"file":"command-actions.d.ts","sourceRoot":"","sources":["../../../../../src/root/commands/install/command-actions.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAEH,OAAO,KAAK,UAAU,MAAM,gBAAgB,CAAC;AAE7C,OAAO,KAAK,KAAK,MAAM,cAAc,CAAC;AACtC,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,KAAK,UAAU,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,IAAI,MAAM,aAAa,CAAC;AAGpC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,0CAA0C,CAAC;AACtF,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,mDAAmD,CAAC;AAC3F,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,uCAAuC,CAAC;AAC5E,OAAO,EAGL,mBAAmB,EACpB,MAAM,iDAAiD,CAAC;AACzD,OAAO,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAC7E,OAAO,EACL,cAAc,EAEd,KAAK,mBAAmB,EACzB,MAAM,wCAAwC,CAAC;AAGhD,OAAO,KAAK,EAAE,sCAAsC,EAAE,MAAM,yCAAyC,CAAC;AACtG,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,aAAa,CAAC;AAQ/D,MAAM,WAAW,yBAAyB;IACxC,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IACxB,wCAAwC;IACxC,QAAQ,CAAC,GAAG,EAAE,OAAO,CAAC;IACtB,qDAAqD;IACrD,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC;IACxB,qCAAqC;IACrC,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;CAC3B;AAMD,MAAM,WAAW,wBAAwB;IACvC,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,WAAW,EAAE,aAAa,CAAC;IACpC,QAAQ,CAAC,iBAAiB,EAAE,MAAM,CAAC,MAAM,CAAC,iBAAiB,CAAC,CAAC;IAC7D,QAAQ,CAAC,aAAa,EAAE,MAAM,CAAC;IAC/B,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC;CACzB;AAMD,MAAM,WAAW,2BAA2B;IAC1C,QAAQ,CAAC,MAAM,EAAE,cAAc,CAAC;IAChC,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,WAAW,EAAE,aAAa,CAAC;IACpC,QAAQ,CAAC,iBAAiB,EAAE,MAAM,CAAC,MAAM,CAAC,iBAAiB,CAAC,CAAC;CAC9D;;AAMD,qBAAa,oCAAqC,SAAQ,yCAS8B;CAAG;AAM3F;;;GAGG;AACH,eAAO,MAAM,wCAAwC,yJA4SpD,CAAC"}
1
+ {"version":3,"file":"command-actions.d.ts","sourceRoot":"","sources":["../../../../../src/root/commands/install/command-actions.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAEH,OAAO,KAAK,UAAU,MAAM,gBAAgB,CAAC;AAE7C,OAAO,KAAK,KAAK,MAAM,cAAc,CAAC;AACtC,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,KAAK,UAAU,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,IAAI,MAAM,aAAa,CAAC;AAGpC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,0CAA0C,CAAC;AACtF,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mDAAmD,CAAC;AACtF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,uCAAuC,CAAC;AAC5E,OAAO,EAGL,mBAAmB,EACpB,MAAM,iDAAiD,CAAC;AACzD,OAAO,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAC7E,OAAO,EACL,cAAc,EAEd,KAAK,mBAAmB,EACzB,MAAM,wCAAwC,CAAC;AAGhD,OAAO,KAAK,EAAE,sCAAsC,EAAE,MAAM,yCAAyC,CAAC;AACtG,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,aAAa,CAAC;AAQ/D,MAAM,WAAW,yBAAyB;IACxC,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IACxB,wCAAwC;IACxC,QAAQ,CAAC,GAAG,EAAE,OAAO,CAAC;IACtB,qDAAqD;IACrD,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC;IACxB,qCAAqC;IACrC,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;CAC3B;AAMD,MAAM,WAAW,wBAAwB;IACvC,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,WAAW,EAAE,aAAa,CAAC;IACpC,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC,MAAM,CAAC,YAAY,CAAC,CAAC;IACnD,QAAQ,CAAC,aAAa,EAAE,MAAM,CAAC;IAC/B,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC;CACzB;AAMD,MAAM,WAAW,2BAA2B;IAC1C,QAAQ,CAAC,MAAM,EAAE,cAAc,CAAC;IAChC,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,WAAW,EAAE,aAAa,CAAC;IACpC,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC,MAAM,CAAC,YAAY,CAAC,CAAC;CACpD;;AAMD,qBAAa,oCAAqC,SAAQ,yCAS8B;CAAG;AAM3F;;;GAGG;AACH,eAAO,MAAM,wCAAwC,yJAiSpD,CAAC"}