axm.sh 0.7.4 → 0.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (114) hide show
  1. package/dist/src/__generated__/help-topics.js +2 -2
  2. package/dist/src/__generated__/help-topics.js.map +1 -1
  3. package/dist/src/root/commands/disable.js +1 -1
  4. package/dist/src/root/commands/disable.js.map +1 -1
  5. package/dist/src/root/commands/enable.js +1 -1
  6. package/dist/src/root/commands/enable.js.map +1 -1
  7. package/dist/src/root/commands/install/command-actions.js +9 -9
  8. package/dist/src/root/commands/install/command-actions.js.map +1 -1
  9. package/dist/src/root/commands/new.js +2 -2
  10. package/dist/src/root/commands/new.js.map +1 -1
  11. package/dist/src/root/commands/publish.d.ts.map +1 -1
  12. package/dist/src/root/commands/publish.js +20 -16
  13. package/dist/src/root/commands/publish.js.map +1 -1
  14. package/dist/src/root/commands/uninstall/command-actions.js +1 -1
  15. package/dist/src/root/commands/uninstall/command-actions.js.map +1 -1
  16. package/dist/src/root/commands/update.js +1 -1
  17. package/dist/src/root/commands/update.js.map +1 -1
  18. package/dist/src/root/help/command.js +1 -1
  19. package/dist/src/root/help/command.js.map +1 -1
  20. package/dist/src/root/install/resolve-root-install-intent.js +4 -4
  21. package/dist/src/root/install/resolve-root-install-intent.js.map +1 -1
  22. package/dist/src/root/lint/handler.d.ts +1 -1
  23. package/dist/src/root/lint/handler.d.ts.map +1 -1
  24. package/dist/src/root/lint/handler.js +2 -2
  25. package/dist/src/root/lint/handler.js.map +1 -1
  26. package/dist/src/root/mcp-servers/install/command-actions.js +9 -9
  27. package/dist/src/root/mcp-servers/install/command-actions.js.map +1 -1
  28. package/dist/src/root/mcp-servers/uninstall/command-actions.js +1 -1
  29. package/dist/src/root/mcp-servers/uninstall/command-actions.js.map +1 -1
  30. package/dist/src/root/packs/add.js +8 -8
  31. package/dist/src/root/packs/add.js.map +1 -1
  32. package/dist/src/root/packs/install/command-actions.js +16 -16
  33. package/dist/src/root/packs/install/command-actions.js.map +1 -1
  34. package/dist/src/root/packs/new.js +2 -2
  35. package/dist/src/root/packs/new.js.map +1 -1
  36. package/dist/src/root/packs/publish.d.ts +2 -1
  37. package/dist/src/root/packs/publish.d.ts.map +1 -1
  38. package/dist/src/root/packs/publish.js +35 -20
  39. package/dist/src/root/packs/publish.js.map +1 -1
  40. package/dist/src/root/packs/remove.js +7 -7
  41. package/dist/src/root/packs/remove.js.map +1 -1
  42. package/dist/src/root/packs/uninstall/command-actions.js +1 -1
  43. package/dist/src/root/packs/uninstall/command-actions.js.map +1 -1
  44. package/dist/src/root/packs/unpack/handler.js +2 -2
  45. package/dist/src/root/packs/unpack/handler.js.map +1 -1
  46. package/dist/src/root/setup.js +2 -2
  47. package/dist/src/root/setup.js.map +1 -1
  48. package/dist/src/root/shared/extension-version.js +8 -8
  49. package/dist/src/root/shared/extension-version.js.map +1 -1
  50. package/dist/src/root/shared/publish-preflight.js +1 -1
  51. package/dist/src/root/shared/publish-preflight.js.map +1 -1
  52. package/dist/src/root/shared/resolve-owner.js +1 -1
  53. package/dist/src/root/shared/resolve-owner.js.map +1 -1
  54. package/dist/src/root/shared/version-command.js +4 -4
  55. package/dist/src/root/shared/version-command.js.map +1 -1
  56. package/dist/src/root/skills/disable.js +1 -1
  57. package/dist/src/root/skills/disable.js.map +1 -1
  58. package/dist/src/root/skills/enable.js +1 -1
  59. package/dist/src/root/skills/enable.js.map +1 -1
  60. package/dist/src/root/skills/install/command-actions.js +7 -7
  61. package/dist/src/root/skills/install/command-actions.js.map +1 -1
  62. package/dist/src/root/skills/install/handler.js +2 -2
  63. package/dist/src/root/skills/install/handler.js.map +1 -1
  64. package/dist/src/root/skills/install/resolve-skill-install-source.js +12 -12
  65. package/dist/src/root/skills/install/resolve-skill-install-source.js.map +1 -1
  66. package/dist/src/root/skills/install/select-skills.js +1 -1
  67. package/dist/src/root/skills/install/select-skills.js.map +1 -1
  68. package/dist/src/root/skills/new.js +2 -2
  69. package/dist/src/root/skills/new.js.map +1 -1
  70. package/dist/src/root/skills/prune/handler.js +1 -1
  71. package/dist/src/root/skills/prune/handler.js.map +1 -1
  72. package/dist/src/root/skills/publish.d.ts.map +1 -1
  73. package/dist/src/root/skills/publish.js +19 -15
  74. package/dist/src/root/skills/publish.js.map +1 -1
  75. package/dist/src/root/skills/update/handler.js +6 -6
  76. package/dist/src/root/skills/update/handler.js.map +1 -1
  77. package/dist/src/root/subagents/disable/handler.js +1 -1
  78. package/dist/src/root/subagents/disable/handler.js.map +1 -1
  79. package/dist/src/root/subagents/enable/handler.js +1 -1
  80. package/dist/src/root/subagents/enable/handler.js.map +1 -1
  81. package/dist/src/root/subagents/install/command-actions.js +7 -7
  82. package/dist/src/root/subagents/install/command-actions.js.map +1 -1
  83. package/dist/src/root/subagents/install/handler.js +2 -2
  84. package/dist/src/root/subagents/install/handler.js.map +1 -1
  85. package/dist/src/root/subagents/install/resolve-subagent-install-source.js +12 -12
  86. package/dist/src/root/subagents/install/resolve-subagent-install-source.js.map +1 -1
  87. package/dist/src/root/subagents/install/select-subagents.js +1 -1
  88. package/dist/src/root/subagents/install/select-subagents.js.map +1 -1
  89. package/dist/src/root/subagents/new/handler.js +5 -5
  90. package/dist/src/root/subagents/new/handler.js.map +1 -1
  91. package/dist/src/root/subagents/publish/handler.js +16 -11
  92. package/dist/src/root/subagents/publish/handler.js.map +1 -1
  93. package/dist/src/root/subagents/update/handler.js +3 -3
  94. package/dist/src/root/subagents/update/handler.js.map +1 -1
  95. package/dist/src/root/uninstall/resolve-root-uninstall-intent.js +4 -4
  96. package/dist/src/root/uninstall/resolve-root-uninstall-intent.js.map +1 -1
  97. package/dist/src/root/update/resolve-root-update-intent.js +4 -4
  98. package/dist/src/root/update/resolve-root-update-intent.js.map +1 -1
  99. package/dist/src/root/upgrade/handler.d.ts +1 -1
  100. package/dist/src/root/upgrade/handler.d.ts.map +1 -1
  101. package/dist/src/root/upgrade/handler.js +63 -35
  102. package/dist/src/root/upgrade/handler.js.map +1 -1
  103. package/dist/src/root/upgrade/subprocess.js +2 -2
  104. package/dist/src/root/upgrade/subprocess.js.map +1 -1
  105. package/dist/src/root/upgrade/upgrade.d.ts.map +1 -1
  106. package/dist/src/root/upgrade/upgrade.js +2 -2
  107. package/dist/src/root/upgrade/upgrade.js.map +1 -1
  108. package/dist/src/root/view/handler.js +11 -11
  109. package/dist/src/root/view/handler.js.map +1 -1
  110. package/dist/src/update-check-startup.d.ts +1 -2
  111. package/dist/src/update-check-startup.d.ts.map +1 -1
  112. package/dist/src/update-check-startup.js +1 -4
  113. package/dist/src/update-check-startup.js.map +1 -1
  114. package/package.json +3 -3
@@ -15,10 +15,10 @@ export const HELP_TOPIC_NAMES = [
15
15
  export const HELP_TOPICS = {
16
16
  "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). Installed extensions are listed there, sometimes with extended metadata. Management operations apply to every coding agent configured in `$.agents`.\n\nExtensions 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 records resolved metadata captured at install time.\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. Set this 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 appropriate help topic for that 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 and 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### 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 never used AXM\n- `axm help settings` — `.axm/settings.json` fields and schema\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',
17
17
  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:\n\n- `{{arguments}}` — all arguments the user passed to the command.\n- `{{arguments[N]}}` — the Nth positional argument, zero-indexed.\n- `{{arg:name}}` — a named argument slot, rendered with each target agent\'s named-argument syntax (e.g. `${input:name}` on Copilot, `$name` on Junie). Families without native named arguments — Claude Code, Cursor, Gemini — render the placeholder as a context appendix instead of inlining a value.\n\nUse `\\{{` to render a literal `{{` without substitution.\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\nTargets that drop frontmatter (such as Cursor\'s body-only Markdown) ignore keys like `argument-hint` and `allowed-tools` entirely. Keep the body self-explanatory so the command still works on those agents, and use `agentOverrides` for anything that must vary by target.\n\nDo not edit rendered command files directly. Edit the command package source and re-render.\n\n## Where to go next\n\n- `axm help packs` — bundling command extensions with extension packs\n- `axm commands --help` — full command subcommand surface\n',
18
- "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",
18
+ "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 limited. 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| 11 | Service is responsive but temporarily unable to serve. |\n| 12 | Quota, storage, or plan limit exhausted. |\n",
19
19
  "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## Add AXM CLI to allowed tools\n\nAdd the `axm` CLI to the list of allowed tools for your coding agent.\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 inspect, what changes state, and what must be checked in\n- `axm help settings` — `.axm/settings.json` fields and schema\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",
20
20
  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`. Each key uses the same fully qualified form as the extension directories (`<@owner>/<type>/<name>`, with the plural type segment):\n\n```\n"dependencies": {\n "@acme/skills/brick-building": "*",\n "@acme/subagents/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\n## No transitive dependencies\n\nPacks may not depend on other extension packs. A pack\'s dependency graph is exactly the extensions it lists.\n\n## Recommended packs\n\nExtensions that are designed to work with a specific pack should declare it in `recommendedPacks`:\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\n`standalone` defaults to `false`. Set it to `true` only when the extension is meaningless outside its recommended packs. Otherwise leave the field undefined.\n\n## Where to go next\n\n- `axm packs --help` — full pack subcommand surface\n',
21
- settings: '# Settings\n\nAXM workspace state lives in `.axm/settings.json`.\n\n## `.axm/settings.json`\n\n[`settings.json`](https://axm.sh/schemas/settings.schema.json)\n\n### Schema\n\n```json\n{\n "$schema": "http://json-schema.org/draft-07/schema#",\n "$ref": "#/definitions/AxmSettings",\n "definitions": {\n "TelemetryMode": {\n "anyOf": [{ "type": "boolean" }, { "type": "string", "enum": ["errors"] }],\n "title": "Telemetry Mode",\n "description": "`true` sends usage and error telemetry, `\\"errors\\"` sends only errors, and `false` disables telemetry.",\n "examples": [true, "errors", false]\n },\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 "AgentId": {\n "type": "string",\n "enum": [\n "adal",\n "amp",\n "antigravity",\n "augment",\n "claude-code",\n "cline",\n "codebuddy",\n "codex",\n "command-code",\n "continue",\n "crush",\n "cursor",\n "droid",\n "gemini-cli",\n "github-copilot",\n "goose",\n "iflow-cli",\n "junie",\n "kilo",\n "kimi-cli",\n "kiro-cli",\n "kode",\n "mcpjam",\n "mistral-vibe",\n "mux",\n "neovate",\n "openclaw",\n "opencode",\n "openhands",\n "pi",\n "pochi",\n "qoder",\n "qwen-code",\n "replit",\n "roo",\n "trae",\n "trae-cn",\n "windsurf",\n "zencoder"\n ],\n "title": "Agent ID",\n "description": "Supported coding agent identifier used in `.axm/settings.json` `agents`.",\n "examples": ["claude-code", "codex", "cursor"]\n },\n "SourceName": {\n "type": "string",\n "allOf": [\n {\n "pattern": "^[a-z0-9][a-z0-9.-]*$",\n "title": "Source Name",\n "description": "Alias used in entry source strings for this source host.",\n "examples": ["github", "my-registry.dev"]\n }\n ]\n },\n "GitHubSourceHostConfig": {\n "type": "object",\n "properties": {\n "name": { "$ref": "#/definitions/SourceName" },\n "type": { "type": "string", "enum": ["github"] },\n "url": { "type": "string" }\n },\n "required": ["name", "type", "url"],\n "additionalProperties": false,\n "title": "GitHub Source Host",\n "description": "A GitHub source host."\n },\n "GitLabSourceHostConfig": {\n "type": "object",\n "properties": {\n "name": { "$ref": "#/definitions/SourceName" },\n "type": { "type": "string", "enum": ["gitlab"] },\n "url": { "type": "string" }\n },\n "required": ["name", "type", "url"],\n "additionalProperties": false,\n "title": "GitLab Source Host",\n "description": "A GitLab source host."\n },\n "BitbucketSourceHostConfig": {\n "type": "object",\n "properties": {\n "name": { "$ref": "#/definitions/SourceName" },\n "type": { "type": "string", "enum": ["bitbucket"] },\n "url": { "type": "string" }\n },\n "required": ["name", "type", "url"],\n "additionalProperties": false,\n "title": "Bitbucket Source Host",\n "description": "A Bitbucket source host."\n },\n "AzureReposSourceHostConfig": {\n "type": "object",\n "properties": {\n "name": { "$ref": "#/definitions/SourceName" },\n "type": { "type": "string", "enum": ["azurerepos"] },\n "url": { "type": "string" }\n },\n "required": ["name", "type", "url"],\n "additionalProperties": false,\n "title": "Azure Repos Source Host",\n "description": "An Azure Repos source host."\n },\n "RegistrySourceHostConfig": {\n "type": "object",\n "properties": {\n "name": { "$ref": "#/definitions/SourceName" },\n "type": { "type": "string", "enum": ["registry"] },\n "location": { "type": "string" }\n },\n "required": ["name", "type", "location"],\n "additionalProperties": false,\n "title": "Registry Source Host",\n "description": "A package registry source host."\n },\n "SourceHostConfig": {\n "anyOf": [\n { "$ref": "#/definitions/GitHubSourceHostConfig" },\n { "$ref": "#/definitions/GitLabSourceHostConfig" },\n { "$ref": "#/definitions/BitbucketSourceHostConfig" },\n { "$ref": "#/definitions/AzureReposSourceHostConfig" },\n { "$ref": "#/definitions/RegistrySourceHostConfig" }\n ],\n "title": "Source Host Config",\n "description": "A source host configuration: GitHub, GitLab, Bitbucket, Azure Repos, or a package registry."\n },\n "SkillEntry": {\n "anyOf": [\n { "type": "string" },\n {\n "type": "object",\n "properties": {\n "source": {\n "type": "string",\n "allOf": [\n {\n "minLength": 1,\n "description": "FQN with optional version constraint, source-scheme ref like github:owner/repo, or local path.",\n "examples": [\n "@acme/skills/code-review@^1.0.0",\n "github:acme/agent-extensions",\n "./extensions/code-review"\n ]\n }\n ]\n },\n "enabled": {\n "type": "boolean",\n "description": "Set to false to disable this entry. Omit otherwise — true is the default and should not be written explicitly.",\n "default": true\n },\n "authored": {\n "type": "boolean",\n "description": "Set to true to mark this entry as authored locally in this workspace. Omit otherwise — false is the default and should not be written explicitly.",\n "default": false\n }\n },\n "required": ["source"],\n "additionalProperties": false,\n "title": "Skill Entry Object",\n "description": "A skill entry with source and optional enabled/authored flags."\n }\n ],\n "title": "Skill Entry",\n "description": "A skill entry: a source string, or an object with source plus optional flags.",\n "examples": [\n "@acme/skills/code-review@^1.0.0",\n { "source": "github:acme/agent-extensions", "enabled": false }\n ]\n },\n "SkillsMap": {\n "type": "object",\n "title": "Skills Map",\n "description": "A map of skill names to skill entries.",\n "propertyNames": { "pattern": "^[a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?$" },\n "additionalProperties": { "$ref": "#/definitions/SkillEntry" }\n },\n "SkillsConfig": {\n "type": "object",\n "properties": {\n "ignore": {\n "type": "array",\n "description": "Installed skill names AXM should leave unmanaged.",\n "examples": [["local-*", "legacy-helper"]],\n "items": { "type": "string" }\n }\n },\n "additionalProperties": false,\n "title": "Skills Config",\n "description": "Feature-level configuration for skills."\n },\n "CommandEntry": {\n "anyOf": [\n { "type": "string" },\n {\n "type": "object",\n "properties": {\n "source": {\n "type": "string",\n "allOf": [\n {\n "minLength": 1,\n "description": "FQN with optional version constraint, source-scheme ref like github:owner/repo, or local path.",\n "examples": [\n "@acme/commands/code-review@^1.0.0",\n "github:acme/agent-extensions",\n "./extensions/code-review"\n ]\n }\n ]\n },\n "enabled": {\n "type": "boolean",\n "description": "Set to false to disable this entry. Omit otherwise — true is the default and should not be written explicitly.",\n "default": true\n },\n "authored": {\n "type": "boolean",\n "description": "Set to true to mark this entry as authored locally in this workspace. Omit otherwise — false is the default and should not be written explicitly.",\n "default": false\n }\n },\n "required": ["source"],\n "additionalProperties": false,\n "title": "Command Entry Object",\n "description": "A command entry with source and optional enabled/authored flags."\n }\n ],\n "title": "Command Entry",\n "description": "A command entry: a source string, or an object with source plus optional flags.",\n "examples": [\n "@acme/commands/code-review@^1.0.0",\n { "source": "github:acme/agent-extensions", "enabled": false }\n ]\n },\n "CommandsMap": {\n "type": "object",\n "title": "Commands Map",\n "description": "A map of command names to command entries.",\n "propertyNames": { "pattern": "^[a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?$" },\n "additionalProperties": { "$ref": "#/definitions/CommandEntry" }\n },\n "CommandsConfig": {\n "type": "object",\n "properties": {\n "ignore": {\n "type": "array",\n "description": "Installed command names AXM should leave unmanaged.",\n "examples": [["local-*", "legacy-helper"]],\n "items": { "type": "string" }\n }\n },\n "additionalProperties": false,\n "title": "Commands Config",\n "description": "Feature-level configuration for commands."\n },\n "SubagentEntry": {\n "anyOf": [\n { "type": "string" },\n {\n "type": "object",\n "properties": {\n "source": {\n "type": "string",\n "allOf": [\n {\n "minLength": 1,\n "description": "FQN with optional version constraint, source-scheme ref like github:owner/repo, or local path.",\n "examples": [\n "@acme/subagents/code-review@^1.0.0",\n "github:acme/agent-extensions",\n "./extensions/code-review"\n ]\n }\n ]\n },\n "enabled": {\n "type": "boolean",\n "description": "Set to false to disable this entry. Omit otherwise — true is the default and should not be written explicitly.",\n "default": true\n },\n "authored": {\n "type": "boolean",\n "description": "Set to true to mark this entry as authored locally in this workspace. Omit otherwise — false is the default and should not be written explicitly.",\n "default": false\n }\n },\n "required": ["source"],\n "additionalProperties": false,\n "title": "Subagent Entry Object",\n "description": "A subagent entry with source and optional enabled/authored flags."\n }\n ],\n "title": "Subagent Entry",\n "description": "A subagent entry: a source string, or an object with source plus optional flags.",\n "examples": [\n "@acme/subagents/reviewer@^1.0.0",\n { "source": "github:acme/agent-extensions", "enabled": false }\n ]\n },\n "SubagentsMap": {\n "type": "object",\n "title": "Subagents Map",\n "description": "A map of subagent names to subagent entries.",\n "propertyNames": { "pattern": "^[a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?$" },\n "additionalProperties": { "$ref": "#/definitions/SubagentEntry" }\n },\n "SubagentsConfig": {\n "type": "object",\n "properties": {\n "ignore": {\n "type": "array",\n "description": "Installed subagent names AXM should leave unmanaged.",\n "examples": [["local-*", "legacy-helper"]],\n "items": { "type": "string" }\n }\n },\n "additionalProperties": false,\n "title": "Subagents Config",\n "description": "Feature-level configuration for subagents."\n },\n "PackEntry": {\n "anyOf": [\n { "type": "string" },\n {\n "type": "object",\n "properties": {\n "source": {\n "type": "string",\n "allOf": [\n {\n "minLength": 1,\n "description": "FQN with optional version constraint, source-scheme ref like github:owner/repo, or local path.",\n "examples": [\n "@acme/packs/code-review@^1.0.0",\n "github:acme/agent-extensions",\n "./extensions/code-review"\n ]\n }\n ]\n },\n "authored": {\n "type": "boolean",\n "description": "Set to true to mark this entry as authored locally in this workspace. Omit otherwise — false is the default and should not be written explicitly.",\n "default": false\n }\n },\n "required": ["source"],\n "additionalProperties": false,\n "title": "Pack Entry Object",\n "description": "A pack entry with source and optional authored flag."\n }\n ],\n "title": "Pack Entry",\n "description": "A pack entry: a source string, or an object with source plus optional authored flag.",\n "examples": [\n "@acme/packs/typescript@^1.0.0",\n { "source": "github:acme/agent-extensions", "authored": true }\n ]\n },\n "PacksMap": {\n "type": "object",\n "title": "Packs Map",\n "description": "A map of pack names to pack entries.",\n "propertyNames": { "pattern": "^[a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?$" },\n "additionalProperties": { "$ref": "#/definitions/PackEntry" }\n },\n "PacksConfig": {\n "type": "object",\n "properties": {\n "ignore": {\n "type": "array",\n "description": "Installed pack names AXM should leave unmanaged.",\n "examples": [["local-*", "legacy-helper"]],\n "items": { "type": "string" }\n }\n },\n "additionalProperties": false,\n "title": "Packs Config",\n "description": "Feature-level configuration for packs."\n },\n "McpServerEntry": {\n "anyOf": [\n { "type": "string" },\n {\n "type": "object",\n "properties": {\n "source": {\n "type": "string",\n "allOf": [\n {\n "minLength": 1,\n "description": "FQN with optional version constraint, source-scheme ref like github:owner/repo, or local path.",\n "examples": [\n "@acme/mcp-servers/code-review@^1.0.0",\n "github:acme/agent-extensions",\n "./extensions/code-review"\n ]\n }\n ]\n },\n "authored": {\n "type": "boolean",\n "description": "Set to true to mark this entry as authored locally in this workspace. Omit otherwise — false is the default and should not be written explicitly.",\n "default": false\n }\n },\n "required": ["source"],\n "additionalProperties": false,\n "title": "MCP Server Entry Object",\n "description": "An MCP server entry with source and optional authored flag."\n }\n ],\n "title": "MCP Server Entry",\n "description": "An MCP server entry: a source string, or an object with source plus optional authored flag.",\n "examples": [\n "@acme/mcp-servers/context@^1.0.0",\n { "source": "github:acme/agent-extensions", "authored": true }\n ]\n },\n "McpServersMap": {\n "type": "object",\n "title": "MCP Servers Map",\n "description": "A map of MCP server names to MCP server entries.",\n "propertyNames": { "pattern": "^[a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?$" },\n "additionalProperties": { "$ref": "#/definitions/McpServerEntry" }\n },\n "McpServersConfig": {\n "type": "object",\n "properties": {\n "ignore": {\n "type": "array",\n "description": "Installed MCP server names AXM should leave unmanaged.",\n "examples": [["local-*", "legacy-helper"]],\n "items": { "type": "string" }\n }\n },\n "additionalProperties": false,\n "title": "MCP Servers Config",\n "description": "Feature-level configuration for MCP servers."\n },\n "LintRuleSeverity": {\n "type": "string",\n "enum": ["off", "info", "warn", "error"],\n "title": "Lint Rule Severity",\n "description": "Severity override for a lint rule: \'off\' silences it, \'info\'/\'warn\'/\'error\' raise or lower severity."\n },\n "LintConfig": {\n "type": "object",\n "properties": {\n "rules": {\n "type": "object",\n "additionalProperties": { "$ref": "#/definitions/LintRuleSeverity" },\n "title": "Lint Rules Map",\n "description": "Map of exact <namespace>/<name> rule ids to severity overrides for `axm lint`."\n }\n },\n "additionalProperties": false,\n "title": "Lint Config",\n "description": "Lint configuration under `lint` in `.axm/settings.json`."\n },\n "AxmSettings": {\n "type": "object",\n "properties": {\n "telemetry": {\n "anyOf": [{ "$ref": "#/definitions/TelemetryMode" }],\n "description": "Workspace telemetry mode: full, errors-only, or disabled."\n },\n "owner": {\n "anyOf": [{ "$ref": "#/definitions/Handle" }],\n "description": "Default owner handle used when AXM scaffolds or resolves workspace extensions."\n },\n "agents": {\n "type": "array",\n "description": "Coding agents AXM should sync managed extensions into.",\n "examples": [["claude-code", "codex"]],\n "allOf": [{ "uniqueItems": true }],\n "items": { "$ref": "#/definitions/AgentId" }\n },\n "sources": {\n "type": "array",\n "description": "Named source hosts used to resolve source-scheme entry references.",\n "items": { "$ref": "#/definitions/SourceHostConfig" }\n },\n "skills": {\n "anyOf": [{ "$ref": "#/definitions/SkillsMap" }],\n "description": "Your installed skills, keyed by workspace skill name. Prefer plain source strings; use the object form only to set `enabled: false` or `authored: true`, and never write `enabled: true` or `authored: false` explicitly."\n },\n "skillsConfig": {\n "anyOf": [{ "$ref": "#/definitions/SkillsConfig" }],\n "description": "Feature-level options for skill management."\n },\n "commands": {\n "anyOf": [{ "$ref": "#/definitions/CommandsMap" }],\n "description": "Your installed commands, keyed by workspace command name. Prefer plain source strings; use the object form only to set `enabled: false` or `authored: true`, and never write `enabled: true` or `authored: false` explicitly."\n },\n "commandsConfig": {\n "anyOf": [{ "$ref": "#/definitions/CommandsConfig" }],\n "description": "Feature-level options for command management."\n },\n "subagents": {\n "anyOf": [{ "$ref": "#/definitions/SubagentsMap" }],\n "description": "Your installed subagents, keyed by workspace subagent name. Prefer plain source strings; use the object form only to set `enabled: false` or `authored: true`, and never write `enabled: true` or `authored: false` explicitly."\n },\n "subagentsConfig": {\n "anyOf": [{ "$ref": "#/definitions/SubagentsConfig" }],\n "description": "Feature-level options for subagent management."\n },\n "packs": {\n "anyOf": [{ "$ref": "#/definitions/PacksMap" }],\n "description": "Your installed packs, keyed by workspace pack name. Prefer plain source strings; use the object form only to set `authored: true`, and never write `authored: false` explicitly. Pack entries do not support `enabled` yet."\n },\n "packsConfig": {\n "anyOf": [{ "$ref": "#/definitions/PacksConfig" }],\n "description": "Feature-level options for pack management."\n },\n "mcpServers": {\n "anyOf": [{ "$ref": "#/definitions/McpServersMap" }],\n "description": "Your installed MCP servers, keyed by workspace MCP server name. Prefer plain source strings; use the object form only to set `authored: true`, and never write `authored: false` explicitly. MCP server entries do not support `enabled` yet."\n },\n "mcpServersConfig": {\n "anyOf": [{ "$ref": "#/definitions/McpServersConfig" }],\n "description": "Feature-level options for MCP server management."\n },\n "lint": {\n "anyOf": [{ "$ref": "#/definitions/LintConfig" }],\n "description": "Lint configuration for `axm lint` in this workspace."\n }\n },\n "additionalProperties": false,\n "title": "AXM Settings",\n "description": "Your workspace configuration — owner, sources, installed extensions, feature config, and lint config.",\n "examples": [\n {\n "telemetry": "errors",\n "agents": ["claude-code", "codex"],\n "skills": {\n "code-review": "@acme/skills/code-review@^1.0.0",\n "legacy-rules": { "source": "@acme/skills/legacy-rules@^1.0.0", "enabled": false }\n },\n "skillsConfig": { "ignore": ["local-*"] },\n "lint": { "rules": { "workspace/settings-schema-valid": "error" } }\n }\n ]\n }\n }\n}\n```\n\n## Anatomy\n\n`owner` is the default handle AXM uses when creating or resolving workspace-owned extensions.\n\n`agents` lists the coding agents AXM syncs into. `sources` names registries and source hosts that entries can reference.\n\nExtension entries live under `skills`, `commands`, `subagents`, `packs`, and `mcpServers`. Each entry can be a source string or an object with metadata such as `enabled` or `authored`.\n\nPrefer the plain source string. Use the object form only when you need to depart from the defaults — set `enabled: false` to disable an entry, or `authored: true` to mark it as locally authored. Never write `enabled: true` or `authored: false` explicitly; those are the defaults and should be omitted.\n\n```jsonc\n{\n "skills": {\n "code-review": "@acme/skills/code-review@^1.0.0",\n "legacy-rules": { "source": "@acme/skills/legacy-rules@^1.0.0", "enabled": false },\n "house-style": { "source": "./skills/house-style", "authored": true },\n },\n}\n```\n\nFeature config lives under `skillsConfig`, `commandsConfig`, `subagentsConfig`, `packsConfig`, and `mcpServersConfig`.\n\n`lint` configures workspace-only severity overrides for `axm lint`.\n\n## Authoring\n\nLet AXM edit settings for routine install, remove, enable, disable, and source changes. Hand-edit settings when reviewing generated changes, adding source hosts, or adjusting `lint.rules`.\n\nSet `authored: true` only for extensions you expect to edit in this workspace. Omit `authored` otherwise — `false` is the default and should not be written explicitly. Likewise, omit `enabled` unless you are disabling an entry with `enabled: false`.\n\n## Ignoring Extensions\n\nUse each feature\'s `ignore` list to leave matching pre-existing extensions unmanaged. Ignored extensions are not pruned or reconciled by AXM.\n\n## Where to go next\n\n- `axm help basic-usage` — workspace file overview\n- `axm help skills` — working with skills\n- `axm help commands` — working with slash commands\n- `axm help subagents` — working with subagents\n- `axm help packs` — working with packs\n',
21
+ settings: '# Settings\n\nAXM workspace state lives in `.axm/settings.json`.\n\n## `.axm/settings.json`\n\n[`settings.json`](https://axm.sh/schemas/settings.schema.json)\n\n### Schema\n\n```json\n{\n "$schema": "http://json-schema.org/draft-07/schema#",\n "$ref": "#/definitions/AxmSettings",\n "definitions": {\n "TelemetryMode": {\n "anyOf": [{ "type": "boolean" }, { "type": "string", "enum": ["errors"] }],\n "title": "Telemetry Mode",\n "description": "`true` sends usage and error telemetry, `\\"errors\\"` sends only errors, and `false` disables telemetry.",\n "examples": [true, "errors", false]\n },\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 "AgentId": {\n "type": "string",\n "enum": [\n "adal",\n "amp",\n "antigravity",\n "augment",\n "claude-code",\n "cline",\n "codebuddy",\n "codex",\n "command-code",\n "continue",\n "crush",\n "cursor",\n "droid",\n "gemini-cli",\n "github-copilot",\n "goose",\n "iflow-cli",\n "junie",\n "kilo",\n "kimi-cli",\n "kiro-cli",\n "kode",\n "mcpjam",\n "mistral-vibe",\n "mux",\n "neovate",\n "openclaw",\n "opencode",\n "openhands",\n "pi",\n "pochi",\n "qoder",\n "qwen-code",\n "replit",\n "roo",\n "trae",\n "trae-cn",\n "windsurf",\n "zencoder"\n ],\n "title": "Agent ID",\n "description": "Supported coding agent identifier used in `.axm/settings.json` `agents`.",\n "examples": ["claude-code", "codex", "cursor"]\n },\n "SourceName": {\n "type": "string",\n "allOf": [\n {\n "pattern": "^[a-z0-9][a-z0-9.-]*$",\n "title": "Source Name",\n "description": "Alias used in entry source strings for this source host.",\n "examples": ["github", "my-registry.dev"]\n }\n ]\n },\n "GitHubSourceHostConfig": {\n "type": "object",\n "properties": {\n "name": { "$ref": "#/definitions/SourceName" },\n "type": { "type": "string", "enum": ["github"] },\n "url": { "type": "string" }\n },\n "required": ["name", "type", "url"],\n "additionalProperties": false,\n "title": "GitHub Source Host",\n "description": "A GitHub source host."\n },\n "GitLabSourceHostConfig": {\n "type": "object",\n "properties": {\n "name": { "$ref": "#/definitions/SourceName" },\n "type": { "type": "string", "enum": ["gitlab"] },\n "url": { "type": "string" }\n },\n "required": ["name", "type", "url"],\n "additionalProperties": false,\n "title": "GitLab Source Host",\n "description": "A GitLab source host."\n },\n "BitbucketSourceHostConfig": {\n "type": "object",\n "properties": {\n "name": { "$ref": "#/definitions/SourceName" },\n "type": { "type": "string", "enum": ["bitbucket"] },\n "url": { "type": "string" }\n },\n "required": ["name", "type", "url"],\n "additionalProperties": false,\n "title": "Bitbucket Source Host",\n "description": "A Bitbucket source host."\n },\n "AzureReposSourceHostConfig": {\n "type": "object",\n "properties": {\n "name": { "$ref": "#/definitions/SourceName" },\n "type": { "type": "string", "enum": ["azurerepos"] },\n "url": { "type": "string" }\n },\n "required": ["name", "type", "url"],\n "additionalProperties": false,\n "title": "Azure Repos Source Host",\n "description": "An Azure Repos source host."\n },\n "RegistrySourceHostConfig": {\n "type": "object",\n "properties": {\n "name": { "$ref": "#/definitions/SourceName" },\n "type": { "type": "string", "enum": ["registry"] },\n "location": { "type": "string" }\n },\n "required": ["name", "type", "location"],\n "additionalProperties": false,\n "title": "Registry Source Host",\n "description": "A package registry source host."\n },\n "SourceHostConfig": {\n "anyOf": [\n { "$ref": "#/definitions/GitHubSourceHostConfig" },\n { "$ref": "#/definitions/GitLabSourceHostConfig" },\n { "$ref": "#/definitions/BitbucketSourceHostConfig" },\n { "$ref": "#/definitions/AzureReposSourceHostConfig" },\n { "$ref": "#/definitions/RegistrySourceHostConfig" }\n ],\n "title": "Source Host Config",\n "description": "A source host configuration: GitHub, GitLab, Bitbucket, Azure Repos, or a package registry."\n },\n "SkillEntry": {\n "anyOf": [\n { "type": "string" },\n {\n "type": "object",\n "properties": {\n "source": {\n "type": "string",\n "allOf": [\n {\n "minLength": 1,\n "description": "FQN with optional version constraint, source-scheme ref like github:owner/repo, or local path.",\n "examples": [\n "@acme/skills/code-review@^1.0.0",\n "github:acme/agent-extensions",\n "./extensions/code-review"\n ]\n }\n ]\n },\n "enabled": {\n "type": "boolean",\n "description": "Set to false to disable this entry. Omit otherwise — true is the default and should not be written explicitly.",\n "default": true\n },\n "authored": {\n "type": "boolean",\n "description": "Set to true to mark this entry as authored locally in this workspace. Omit otherwise — false is the default and should not be written explicitly.",\n "default": false\n }\n },\n "required": ["source"],\n "additionalProperties": false,\n "title": "Skill Entry Object",\n "description": "A skill entry with source and optional enabled/authored flags."\n }\n ],\n "title": "Skill Entry",\n "description": "A skill entry: a source string, or an object with source plus optional flags.",\n "examples": [\n "@acme/skills/code-review@^1.0.0",\n { "source": "github:acme/agent-extensions", "enabled": false }\n ]\n },\n "SkillsMap": {\n "type": "object",\n "title": "Skills Map",\n "description": "A map of skill names to skill entries.",\n "propertyNames": { "pattern": "^[a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?$" },\n "additionalProperties": { "$ref": "#/definitions/SkillEntry" }\n },\n "SkillsConfig": {\n "type": "object",\n "properties": {\n "ignore": {\n "type": "array",\n "description": "Installed skill names AXM should leave unmanaged.",\n "examples": [["local-*", "legacy-helper"]],\n "items": { "type": "string" }\n }\n },\n "additionalProperties": false,\n "title": "Skills Config",\n "description": "Feature-level configuration for skills."\n },\n "CommandEntry": {\n "anyOf": [\n { "type": "string" },\n {\n "type": "object",\n "properties": {\n "source": {\n "type": "string",\n "allOf": [\n {\n "minLength": 1,\n "description": "FQN with optional version constraint, source-scheme ref like github:owner/repo, or local path.",\n "examples": [\n "@acme/commands/code-review@^1.0.0",\n "github:acme/agent-extensions",\n "./extensions/code-review"\n ]\n }\n ]\n },\n "enabled": {\n "type": "boolean",\n "description": "Set to false to disable this entry. Omit otherwise — true is the default and should not be written explicitly.",\n "default": true\n },\n "authored": {\n "type": "boolean",\n "description": "Set to true to mark this entry as authored locally in this workspace. Omit otherwise — false is the default and should not be written explicitly.",\n "default": false\n }\n },\n "required": ["source"],\n "additionalProperties": false,\n "title": "Command Entry Object",\n "description": "A command entry with source and optional enabled/authored flags."\n }\n ],\n "title": "Command Entry",\n "description": "A command entry: a source string, or an object with source plus optional flags.",\n "examples": [\n "@acme/commands/code-review@^1.0.0",\n { "source": "github:acme/agent-extensions", "enabled": false }\n ]\n },\n "CommandsMap": {\n "type": "object",\n "title": "Commands Map",\n "description": "A map of command names to command entries.",\n "propertyNames": { "pattern": "^[a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?$" },\n "additionalProperties": { "$ref": "#/definitions/CommandEntry" }\n },\n "CommandsConfig": {\n "type": "object",\n "properties": {\n "ignore": {\n "type": "array",\n "description": "Installed command names AXM should leave unmanaged.",\n "examples": [["local-*", "legacy-helper"]],\n "items": { "type": "string" }\n }\n },\n "additionalProperties": false,\n "title": "Commands Config",\n "description": "Feature-level configuration for commands."\n },\n "SubagentEntry": {\n "anyOf": [\n { "type": "string" },\n {\n "type": "object",\n "properties": {\n "source": {\n "type": "string",\n "allOf": [\n {\n "minLength": 1,\n "description": "FQN with optional version constraint, source-scheme ref like github:owner/repo, or local path.",\n "examples": [\n "@acme/subagents/code-review@^1.0.0",\n "github:acme/agent-extensions",\n "./extensions/code-review"\n ]\n }\n ]\n },\n "enabled": {\n "type": "boolean",\n "description": "Set to false to disable this entry. Omit otherwise — true is the default and should not be written explicitly.",\n "default": true\n },\n "authored": {\n "type": "boolean",\n "description": "Set to true to mark this entry as authored locally in this workspace. Omit otherwise — false is the default and should not be written explicitly.",\n "default": false\n }\n },\n "required": ["source"],\n "additionalProperties": false,\n "title": "Subagent Entry Object",\n "description": "A subagent entry with source and optional enabled/authored flags."\n }\n ],\n "title": "Subagent Entry",\n "description": "A subagent entry: a source string, or an object with source plus optional flags.",\n "examples": [\n "@acme/subagents/reviewer@^1.0.0",\n { "source": "github:acme/agent-extensions", "enabled": false }\n ]\n },\n "SubagentsMap": {\n "type": "object",\n "title": "Subagents Map",\n "description": "A map of subagent names to subagent entries.",\n "propertyNames": { "pattern": "^[a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?$" },\n "additionalProperties": { "$ref": "#/definitions/SubagentEntry" }\n },\n "SubagentsConfig": {\n "type": "object",\n "properties": {\n "ignore": {\n "type": "array",\n "description": "Installed subagent names AXM should leave unmanaged.",\n "examples": [["local-*", "legacy-helper"]],\n "items": { "type": "string" }\n }\n },\n "additionalProperties": false,\n "title": "Subagents Config",\n "description": "Feature-level configuration for subagents."\n },\n "PackEntry": {\n "anyOf": [\n { "type": "string" },\n {\n "type": "object",\n "properties": {\n "source": {\n "type": "string",\n "allOf": [\n {\n "minLength": 1,\n "description": "FQN with optional version constraint, source-scheme ref like github:owner/repo, or local path.",\n "examples": [\n "@acme/packs/code-review@^1.0.0",\n "github:acme/agent-extensions",\n "./extensions/code-review"\n ]\n }\n ]\n },\n "authored": {\n "type": "boolean",\n "description": "Set to true to mark this entry as authored locally in this workspace. Omit otherwise — false is the default and should not be written explicitly.",\n "default": false\n }\n },\n "required": ["source"],\n "additionalProperties": false,\n "title": "Pack Entry Object",\n "description": "A pack entry with source and optional authored flag."\n }\n ],\n "title": "Pack Entry",\n "description": "A pack entry: a source string, or an object with source plus optional authored flag.",\n "examples": [\n "@acme/packs/typescript@^1.0.0",\n { "source": "github:acme/agent-extensions", "authored": true }\n ]\n },\n "PacksMap": {\n "type": "object",\n "title": "Packs Map",\n "description": "A map of pack names to pack entries.",\n "propertyNames": { "pattern": "^[a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?$" },\n "additionalProperties": { "$ref": "#/definitions/PackEntry" }\n },\n "PacksConfig": {\n "type": "object",\n "properties": {\n "ignore": {\n "type": "array",\n "description": "Installed pack names AXM should leave unmanaged.",\n "examples": [["local-*", "legacy-helper"]],\n "items": { "type": "string" }\n }\n },\n "additionalProperties": false,\n "title": "Packs Config",\n "description": "Feature-level configuration for packs."\n },\n "McpServerEntry": {\n "anyOf": [\n { "type": "string" },\n {\n "type": "object",\n "properties": {\n "source": {\n "type": "string",\n "allOf": [\n {\n "minLength": 1,\n "description": "FQN with optional version constraint, source-scheme ref like github:owner/repo, or local path.",\n "examples": [\n "@acme/mcp-servers/code-review@^1.0.0",\n "github:acme/agent-extensions",\n "./extensions/code-review"\n ]\n }\n ]\n },\n "authored": {\n "type": "boolean",\n "description": "Set to true to mark this entry as authored locally in this workspace. Omit otherwise — false is the default and should not be written explicitly.",\n "default": false\n }\n },\n "required": ["source"],\n "additionalProperties": false,\n "title": "MCP Server Entry Object",\n "description": "An MCP server entry with source and optional authored flag."\n }\n ],\n "title": "MCP Server Entry",\n "description": "An MCP server entry: a source string, or an object with source plus optional authored flag.",\n "examples": [\n "@acme/mcp-servers/context@^1.0.0",\n { "source": "github:acme/agent-extensions", "authored": true }\n ]\n },\n "McpServersMap": {\n "type": "object",\n "title": "MCP Servers Map",\n "description": "A map of MCP server names to MCP server entries.",\n "propertyNames": { "pattern": "^[a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?$" },\n "additionalProperties": { "$ref": "#/definitions/McpServerEntry" }\n },\n "McpServersConfig": {\n "type": "object",\n "properties": {\n "ignore": {\n "type": "array",\n "description": "Installed MCP server names AXM should leave unmanaged.",\n "examples": [["local-*", "legacy-helper"]],\n "items": { "type": "string" }\n }\n },\n "additionalProperties": false,\n "title": "MCP Servers Config",\n "description": "Feature-level configuration for MCP servers."\n },\n "LintRuleSeverity": {\n "type": "string",\n "enum": ["off", "info", "warn", "error"],\n "title": "Lint Rule Severity",\n "description": "Severity override for a lint rule: \'off\' silences it, \'info\'/\'warn\'/\'error\' raise or lower severity."\n },\n "LintConfig": {\n "type": "object",\n "properties": {\n "rules": {\n "type": "object",\n "additionalProperties": { "$ref": "#/definitions/LintRuleSeverity" },\n "title": "Lint Rules Map",\n "description": "Map of exact <namespace>/<name> rule ids to severity overrides for `axm lint`."\n }\n },\n "additionalProperties": false,\n "title": "Lint Config",\n "description": "Lint configuration under `lint` in `.axm/settings.json`."\n },\n "AxmSettings": {\n "type": "object",\n "properties": {\n "$schema": {\n "type": "string",\n "description": "URL to the AXM settings JSON Schema. Editors use this to provide autocomplete and validation.",\n "examples": ["https://axm.sh/schemas/settings.schema.json"]\n },\n "telemetry": {\n "anyOf": [{ "$ref": "#/definitions/TelemetryMode" }],\n "description": "Workspace telemetry mode: full, errors-only, or disabled."\n },\n "owner": {\n "anyOf": [{ "$ref": "#/definitions/Handle" }],\n "description": "Default owner handle used when AXM scaffolds or resolves workspace extensions."\n },\n "agents": {\n "type": "array",\n "description": "Coding agents AXM should sync managed extensions into.",\n "examples": [["claude-code", "codex"]],\n "allOf": [{ "uniqueItems": true }],\n "items": { "$ref": "#/definitions/AgentId" }\n },\n "sources": {\n "type": "array",\n "description": "Named source hosts used to resolve source-scheme entry references.",\n "items": { "$ref": "#/definitions/SourceHostConfig" }\n },\n "skills": {\n "anyOf": [{ "$ref": "#/definitions/SkillsMap" }],\n "description": "Your installed skills, keyed by workspace skill name. Prefer plain source strings; use the object form only to set `enabled: false` or `authored: true`, and never write `enabled: true` or `authored: false` explicitly."\n },\n "skillsConfig": {\n "anyOf": [{ "$ref": "#/definitions/SkillsConfig" }],\n "description": "Feature-level options for skill management."\n },\n "commands": {\n "anyOf": [{ "$ref": "#/definitions/CommandsMap" }],\n "description": "Your installed commands, keyed by workspace command name. Prefer plain source strings; use the object form only to set `enabled: false` or `authored: true`, and never write `enabled: true` or `authored: false` explicitly."\n },\n "commandsConfig": {\n "anyOf": [{ "$ref": "#/definitions/CommandsConfig" }],\n "description": "Feature-level options for command management."\n },\n "subagents": {\n "anyOf": [{ "$ref": "#/definitions/SubagentsMap" }],\n "description": "Your installed subagents, keyed by workspace subagent name. Prefer plain source strings; use the object form only to set `enabled: false` or `authored: true`, and never write `enabled: true` or `authored: false` explicitly."\n },\n "subagentsConfig": {\n "anyOf": [{ "$ref": "#/definitions/SubagentsConfig" }],\n "description": "Feature-level options for subagent management."\n },\n "packs": {\n "anyOf": [{ "$ref": "#/definitions/PacksMap" }],\n "description": "Your installed packs, keyed by workspace pack name. Prefer plain source strings; use the object form only to set `authored: true`, and never write `authored: false` explicitly. Pack entries do not support `enabled` yet."\n },\n "packsConfig": {\n "anyOf": [{ "$ref": "#/definitions/PacksConfig" }],\n "description": "Feature-level options for pack management."\n },\n "mcpServers": {\n "anyOf": [{ "$ref": "#/definitions/McpServersMap" }],\n "description": "Your installed MCP servers, keyed by workspace MCP server name. Prefer plain source strings; use the object form only to set `authored: true`, and never write `authored: false` explicitly. MCP server entries do not support `enabled` yet."\n },\n "mcpServersConfig": {\n "anyOf": [{ "$ref": "#/definitions/McpServersConfig" }],\n "description": "Feature-level options for MCP server management."\n },\n "lint": {\n "anyOf": [{ "$ref": "#/definitions/LintConfig" }],\n "description": "Lint configuration for `axm lint` in this workspace."\n }\n },\n "additionalProperties": false,\n "title": "AXM Settings",\n "description": "Your workspace configuration — owner, sources, installed extensions, feature config, and lint config.",\n "examples": [\n {\n "telemetry": "errors",\n "agents": ["claude-code", "codex"],\n "skills": {\n "code-review": "@acme/skills/code-review@^1.0.0",\n "legacy-rules": { "source": "@acme/skills/legacy-rules@^1.0.0", "enabled": false }\n },\n "skillsConfig": { "ignore": ["local-*"] },\n "lint": { "rules": { "workspace/settings-schema-valid": "error" } }\n }\n ]\n }\n }\n}\n```\n\n## Anatomy\n\n`owner` is the default handle AXM uses when creating or resolving workspace-owned extensions.\n\n`agents` lists the coding agents AXM syncs into. `sources` names registries and source hosts that entries can reference.\n\nExtension entries live under `skills`, `commands`, `subagents`, `packs`, and `mcpServers`. Each entry can be a source string or an object with metadata such as `enabled` or `authored`.\n\nPrefer the plain source string. Use the object form only when you need to depart from the defaults — set `enabled: false` to disable an entry, or `authored: true` to mark it as locally authored. Never write `enabled: true` or `authored: false` explicitly; those are the defaults and should be omitted.\n\n```jsonc\n{\n "skills": {\n "code-review": "@acme/skills/code-review@^1.0.0",\n "legacy-rules": { "source": "@acme/skills/legacy-rules@^1.0.0", "enabled": false },\n "house-style": { "source": "./skills/house-style", "authored": true },\n },\n}\n```\n\nFeature config lives under `skillsConfig`, `commandsConfig`, `subagentsConfig`, `packsConfig`, and `mcpServersConfig`.\n\n`lint` configures workspace-only severity overrides for `axm lint`.\n\n## Authoring\n\nLet AXM edit settings for routine install, remove, enable, disable, and source changes. Hand-edit settings when reviewing generated changes, adding source hosts, or adjusting `lint.rules`.\n\nSet `authored: true` only for extensions you expect to edit in this workspace. Omit `authored` otherwise — `false` is the default and should not be written explicitly. Likewise, omit `enabled` unless you are disabling an entry with `enabled: false`.\n\n## Ignoring Extensions\n\nUse each feature\'s `ignore` list to leave matching pre-existing extensions unmanaged. Ignored extensions are not pruned or reconciled by AXM.\n\n## Where to go next\n\n- `axm help basic-usage` — workspace file overview\n- `axm help skills` — working with skills\n- `axm help commands` — working with slash commands\n- `axm help subagents` — working with subagents\n- `axm help packs` — working with packs\n',
22
22
  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/` directory holds `SKILL.md` and any other files described by the [agentskills.io](https://agentskills.io) specification.\n\n`SKILL.md` is Markdown with YAML frontmatter. Only `name` is required, and it must match both the manifest\'s `name` and the skill directory name. Everything else in the frontmatter passes through verbatim to the rendered agent file.\n\n## Authoring and editing skills\n\nThe contents of `src/` are symlinked by AXM into each configured agent\'s skill directory, so you do not need to run `axm sync` after an edit. Run `axm sync` only if symlinks or copies are broken.\n\n## Where to go next\n\n- `axm skills --help` — full skill subcommand surface\n- `axm help packs` — bundling skill extensions with extension packs\n',
23
23
  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.\n\nPut fields that every target agent understands at the top level. Put agent-specific fields under `agentOverrides.<agent-id>` so they only render for that agent. See each agent\'s official subagent documentation for the supported fields.\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- `axm help packs` — bundling subagent extensions with extension packs\n',
24
24
  };
@@ -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,OAAO;IACP,UAAU;IACV,QAAQ;IACR,WAAW;CACH,CAAC;AAIX,MAAM,CAAC,MAAM,WAAW,GAAkC;IACxD,aAAa,EACX,y8GAAy8G;IAC38G,QAAQ,EACN,o/RAAo/R;IACt/R,YAAY,EACV,wgFAAwgF;IAC1gF,iBAAiB,EACf,6lEAA6lE;IAC/lE,KAAK,EACH,i/PAAi/P;IACn/P,QAAQ,EACN,26vBAA26vB;IAC76vB,MAAM,EACJ,qkOAAqkO;IACvkO,SAAS,EACP,48TAA48T;CAC/8T,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,UAAU;IACV,QAAQ;IACR,WAAW;CACH,CAAC;AAIX,MAAM,CAAC,MAAM,WAAW,GAAkC;IACxD,aAAa,EACX,y8GAAy8G;IAC38G,QAAQ,EACN,o/RAAo/R;IACt/R,YAAY,EACV,g5FAAg5F;IACl5F,iBAAiB,EACf,6lEAA6lE;IAC/lE,KAAK,EACH,i/PAAi/P;IACn/P,QAAQ,EACN,4qwBAA4qwB;IAC9qwB,MAAM,EACJ,qkOAAqkO;IACvkO,SAAS,EACP,48TAA48T;CAC/8T,CAAC"}
@@ -35,7 +35,7 @@ export const handleDisableCommand = Effect.fn("DisableCommand.handle")(function*
35
35
  if (installedEntry === undefined) {
36
36
  return yield* makeAppError({
37
37
  code: "not_found",
38
- message: `Command '${args.name}' is not installed`,
38
+ detail: `Command '${args.name}' is not installed`,
39
39
  breadcrumbs: [
40
40
  {
41
41
  description: "Run `axm commands list` to see available commands",
@@ -1 +1 @@
1
- {"version":3,"file":"disable.js","sourceRoot":"","sources":["../../../../src/root/commands/disable.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"disable.js","sourceRoot":"","sources":["../../../../src/root/commands/disable.ts"],"names":[],"mappings":"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"}
@@ -35,7 +35,7 @@ export const handleEnableCommand = Effect.fn("EnableCommand.handle")(function* (
35
35
  if (entry === undefined) {
36
36
  return yield* makeAppError({
37
37
  code: "not_found",
38
- message: `Command '${args.name}' is not installed`,
38
+ detail: `Command '${args.name}' is not installed`,
39
39
  breadcrumbs: [
40
40
  {
41
41
  description: "Run `axm commands list` to see available commands",
@@ -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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"}
@@ -92,7 +92,7 @@ export const InstallCommandCommandWorkflowActionsLive = Layer.effect(InstallComm
92
92
  if (owner === undefined) {
93
93
  return yield* makeAppError({
94
94
  code: "not_found",
95
- message: `Command "${parsed.success.name}" not found in registry`,
95
+ detail: `Command "${parsed.success.name}" not found in registry`,
96
96
  breadcrumbs: [
97
97
  {
98
98
  description: "Verify the command name, or use @owner/commands/command-name.",
@@ -112,19 +112,19 @@ export const InstallCommandCommandWorkflowActionsLive = Layer.effect(InstallComm
112
112
  case "wrong-type":
113
113
  return yield* makeAppError({
114
114
  code: "validation",
115
- message: "Command source must include /commands/ segment",
115
+ detail: "Command source must include /commands/ segment",
116
116
  breadcrumbs: [{ description: "Use @owner/commands/command-name format." }],
117
117
  });
118
118
  case "missing-name":
119
119
  return yield* makeAppError({
120
120
  code: "not_found",
121
- message: "Command source must include a command name",
121
+ detail: "Command source must include a command name",
122
122
  breadcrumbs: [{ description: "Use @owner/commands/command-name format." }],
123
123
  });
124
124
  default:
125
125
  return yield* makeAppError({
126
126
  code: "usage",
127
- message: "Commands can only be installed from a registry",
127
+ detail: "Commands can only be installed from a registry",
128
128
  breadcrumbs: [
129
129
  {
130
130
  description: "Use @owner/commands/command-name or just command-name.",
@@ -136,7 +136,7 @@ export const InstallCommandCommandWorkflowActionsLive = Layer.effect(InstallComm
136
136
  const resolveSourceRequests = (parsed) => provide(Effect.gen(function* () {
137
137
  const source = yield* resolveSource(parsed.resolvedInput).pipe(Effect.mapError((error) => makeAppError({
138
138
  code: "validation",
139
- message: `Invalid source: ${error.message}`,
139
+ detail: `Invalid source: ${error.message}`,
140
140
  breadcrumbs: [
141
141
  {
142
142
  description: "Use @owner/commands/command-name or just command-name.",
@@ -147,7 +147,7 @@ export const InstallCommandCommandWorkflowActionsLive = Layer.effect(InstallComm
147
147
  if (source.type !== "registry") {
148
148
  return yield* makeAppError({
149
149
  code: "usage",
150
- message: "Commands can only be installed from a registry",
150
+ detail: "Commands can only be installed from a registry",
151
151
  breadcrumbs: [
152
152
  {
153
153
  description: "Use a registry source: @owner/commands/command-name",
@@ -174,7 +174,7 @@ export const InstallCommandCommandWorkflowActionsLive = Layer.effect(InstallComm
174
174
  })
175
175
  .pipe(Effect.mapError((error) => makeAppError({
176
176
  code: "network",
177
- message: "Command could not be fetched from registry",
177
+ detail: "Command could not be fetched from registry",
178
178
  breadcrumbs: [
179
179
  {
180
180
  description: "Verify the command name and registry configuration.",
@@ -188,7 +188,7 @@ export const InstallCommandCommandWorkflowActionsLive = Layer.effect(InstallComm
188
188
  if (refs.length === 0) {
189
189
  return yield* makeAppError({
190
190
  code: "not_found",
191
- message: `Command "${parsed.commandName}" not found in registry`,
191
+ detail: `Command "${parsed.commandName}" not found in registry`,
192
192
  breadcrumbs: [
193
193
  {
194
194
  description: "Verify the command name and check available commands.",
@@ -200,7 +200,7 @@ export const InstallCommandCommandWorkflowActionsLive = Layer.effect(InstallComm
200
200
  if (ref === undefined) {
201
201
  return yield* makeAppError({
202
202
  code: "not_found",
203
- message: `Command "${parsed.commandName}" not found in registry`,
203
+ detail: `Command "${parsed.commandName}" not found in registry`,
204
204
  breadcrumbs: [
205
205
  {
206
206
  description: "Verify the command name and check available commands.",
@@ -1 +1 @@
1
- {"version":3,"file":"command-actions.js","sourceRoot":"","sources":["../../../../../src/root/commands/install/command-actions.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"command-actions.js","sourceRoot":"","sources":["../../../../../src/root/commands/install/command-actions.ts"],"names":[],"mappings":"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"}
@@ -33,7 +33,7 @@ export const handleCommandsNew = Effect.fn("CommandsNew.handle")(function* (args
33
33
  !NAME_PATTERN.test(args.name)) {
34
34
  return yield* makeAppError({
35
35
  code: "validation",
36
- message: `Invalid command name: "${args.name}"`,
36
+ detail: `Invalid command name: "${args.name}"`,
37
37
  breadcrumbs: [
38
38
  {
39
39
  description: "Choose a name matching /^[a-z0-9][a-z0-9-]*$/ (max 64 chars)",
@@ -51,7 +51,7 @@ export const handleCommandsNew = Effect.fn("CommandsNew.handle")(function* (args
51
51
  if (dirExists) {
52
52
  return yield* makeAppError({
53
53
  code: "conflict",
54
- message: `Managed command directory already exists: ${targetDir}`,
54
+ detail: `Managed command directory already exists: ${targetDir}`,
55
55
  breadcrumbs: [
56
56
  {
57
57
  description: "Choose a different name or remove the existing directory first",
@@ -1 +1 @@
1
- {"version":3,"file":"new.js","sourceRoot":"","sources":["../../../../src/root/commands/new.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"new.js","sourceRoot":"","sources":["../../../../src/root/commands/new.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"publish.d.ts","sourceRoot":"","sources":["../../../../src/root/commands/publish.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,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,EAAY,OAAO,EAAQ,MAAM,qBAAqB,CAAC;AAG9D,OAAO,EAAE,WAAW,EAAE,MAAM,4CAA4C,CAAC;AASzE,OAAO,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAyB7E,MAAM,WAAW,0BAA0B;IACzC,QAAQ,CAAC,UAAU,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAC3C,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACzC,QAAQ,CAAC,GAAG,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;CAC3B;AA0FD;;GAEG;AACH,eAAO,MAAM,qBAAqB,ugBAOhC,CAAC;AAqQH,eAAO,MAAM,cAAc,2SAqB1B,CAAC"}
1
+ {"version":3,"file":"publish.d.ts","sourceRoot":"","sources":["../../../../src/root/commands/publish.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,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,EAAY,OAAO,EAAQ,MAAM,qBAAqB,CAAC;AAG9D,OAAO,EAAE,WAAW,EAAE,MAAM,4CAA4C,CAAC;AASzE,OAAO,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAyB7E,MAAM,WAAW,0BAA0B;IACzC,QAAQ,CAAC,UAAU,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAC3C,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACzC,QAAQ,CAAC,GAAG,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;CAC3B;AA0FD;;GAEG;AACH,eAAO,MAAM,qBAAqB,ugBAOhC,CAAC;AA0QH,eAAO,MAAM,cAAc,2SAqB1B,CAAC"}