@agentxm/client-core 0.5.1 → 0.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/unstable/agents/mcp-sync.d.ts.map +1 -1
- package/dist/src/unstable/agents/mcp-sync.js +1 -0
- package/dist/src/unstable/agents/mcp-sync.js.map +1 -1
- package/dist/src/unstable/app-error/app-error.d.ts +79 -3
- package/dist/src/unstable/app-error/app-error.d.ts.map +1 -1
- package/dist/src/unstable/app-error/app-error.js +114 -38
- package/dist/src/unstable/app-error/app-error.js.map +1 -1
- package/dist/src/unstable/app-error/builders.d.ts.map +1 -1
- package/dist/src/unstable/app-error/builders.js +1 -2
- package/dist/src/unstable/app-error/builders.js.map +1 -1
- package/dist/src/unstable/app-error/index.d.ts +1 -1
- package/dist/src/unstable/app-error/index.d.ts.map +1 -1
- package/dist/src/unstable/app-error/index.js +1 -1
- package/dist/src/unstable/app-error/index.js.map +1 -1
- package/dist/src/unstable/auth/auth-client.d.ts.map +1 -1
- package/dist/src/unstable/auth/auth-client.js +10 -11
- package/dist/src/unstable/auth/auth-client.js.map +1 -1
- package/dist/src/unstable/auth/credential-store.d.ts.map +1 -1
- package/dist/src/unstable/auth/credential-store.js +1 -4
- package/dist/src/unstable/auth/credential-store.js.map +1 -1
- package/dist/src/unstable/auth/guard.js +1 -1
- package/dist/src/unstable/auth/guard.js.map +1 -1
- package/dist/src/unstable/auth/token-resolution.js +1 -1
- package/dist/src/unstable/auth/token-resolution.js.map +1 -1
- package/dist/src/unstable/cli/prompt/helpers.js +1 -1
- package/dist/src/unstable/cli/prompt/helpers.js.map +1 -1
- package/dist/src/unstable/cli-renderer/cli-renderer-interactive.d.ts.map +1 -1
- package/dist/src/unstable/cli-renderer/cli-renderer-interactive.js +1 -7
- package/dist/src/unstable/cli-renderer/cli-renderer-interactive.js.map +1 -1
- package/dist/src/unstable/cli-renderer/cli-renderer-machine.d.ts.map +1 -1
- package/dist/src/unstable/cli-renderer/cli-renderer-machine.js +9 -11
- package/dist/src/unstable/cli-renderer/cli-renderer-machine.js.map +1 -1
- package/dist/src/unstable/cli-runtime/breadcrumb.d.ts +0 -2
- package/dist/src/unstable/cli-runtime/breadcrumb.d.ts.map +1 -1
- package/dist/src/unstable/cli-runtime/breadcrumb.js +7 -4
- package/dist/src/unstable/cli-runtime/breadcrumb.js.map +1 -1
- package/dist/src/unstable/cli-runtime/graceful-shutdown.d.ts +1 -1
- package/dist/src/unstable/cli-runtime/graceful-shutdown.js +2 -2
- package/dist/src/unstable/cli-runtime/handle-error.d.ts +3 -4
- package/dist/src/unstable/cli-runtime/handle-error.d.ts.map +1 -1
- package/dist/src/unstable/cli-runtime/handle-error.js +10 -20
- package/dist/src/unstable/cli-runtime/handle-error.js.map +1 -1
- package/dist/src/unstable/cli-runtime/json-envelope.d.ts +3 -14
- package/dist/src/unstable/cli-runtime/json-envelope.d.ts.map +1 -1
- package/dist/src/unstable/cli-runtime/json-envelope.js +3 -6
- package/dist/src/unstable/cli-runtime/json-envelope.js.map +1 -1
- package/dist/src/unstable/cli-runtime/output-mode.d.ts +0 -3
- package/dist/src/unstable/cli-runtime/output-mode.d.ts.map +1 -1
- package/dist/src/unstable/cli-runtime/output-mode.js +1 -4
- package/dist/src/unstable/cli-runtime/output-mode.js.map +1 -1
- package/dist/src/unstable/cli-runtime/runtime-envelope.d.ts +10 -0
- package/dist/src/unstable/cli-runtime/runtime-envelope.d.ts.map +1 -1
- package/dist/src/unstable/cli-runtime/runtime-envelope.js +32 -17
- package/dist/src/unstable/cli-runtime/runtime-envelope.js.map +1 -1
- package/dist/src/unstable/commands/command-content.d.ts +10 -0
- package/dist/src/unstable/commands/command-content.d.ts.map +1 -1
- package/dist/src/unstable/commands/command-content.js +17 -3
- package/dist/src/unstable/commands/command-content.js.map +1 -1
- package/dist/src/unstable/commands/manager.js +4 -4
- package/dist/src/unstable/commands/manager.js.map +1 -1
- package/dist/src/unstable/commands/manifest-schema.d.ts +11 -8
- package/dist/src/unstable/commands/manifest-schema.d.ts.map +1 -1
- package/dist/src/unstable/commands/manifest-schema.js +8 -6
- package/dist/src/unstable/commands/manifest-schema.js.map +1 -1
- package/dist/src/unstable/commands/operations/enable.js +3 -3
- package/dist/src/unstable/commands/operations/enable.js.map +1 -1
- package/dist/src/unstable/commands/operations/install.d.ts +1 -1
- package/dist/src/unstable/commands/operations/install.d.ts.map +1 -1
- package/dist/src/unstable/commands/operations/install.js +3 -3
- package/dist/src/unstable/commands/operations/install.js.map +1 -1
- package/dist/src/unstable/commands/operations/new-command.d.ts.map +1 -1
- package/dist/src/unstable/commands/operations/new-command.js +5 -4
- package/dist/src/unstable/commands/operations/new-command.js.map +1 -1
- package/dist/src/unstable/commands/operations/publish.d.ts.map +1 -1
- package/dist/src/unstable/commands/operations/publish.js +12 -5
- package/dist/src/unstable/commands/operations/publish.js.map +1 -1
- package/dist/src/unstable/commands/operations/shared-command-helpers.d.ts +11 -7
- package/dist/src/unstable/commands/operations/shared-command-helpers.d.ts.map +1 -1
- package/dist/src/unstable/commands/operations/shared-command-helpers.js +33 -7
- package/dist/src/unstable/commands/operations/shared-command-helpers.js.map +1 -1
- package/dist/src/unstable/commands/reconciliation-adapter.js +2 -2
- package/dist/src/unstable/commands/reconciliation-adapter.js.map +1 -1
- package/dist/src/unstable/commands/registry-ref-builder.d.ts +2 -2
- package/dist/src/unstable/commands/registry-ref-builder.d.ts.map +1 -1
- package/dist/src/unstable/commands/registry-ref-builder.js +2 -2
- package/dist/src/unstable/commands/registry-ref-builder.js.map +1 -1
- package/dist/src/unstable/discover/discover.js +5 -5
- package/dist/src/unstable/discover/discover.js.map +1 -1
- package/dist/src/unstable/extensions/common.d.ts +117 -23
- package/dist/src/unstable/extensions/common.d.ts.map +1 -1
- package/dist/src/unstable/extensions/common.js +185 -43
- package/dist/src/unstable/extensions/common.js.map +1 -1
- package/dist/src/unstable/extensions/fqn.d.ts +38 -10
- package/dist/src/unstable/extensions/fqn.d.ts.map +1 -1
- package/dist/src/unstable/extensions/fqn.js +44 -25
- package/dist/src/unstable/extensions/fqn.js.map +1 -1
- package/dist/src/unstable/extensions/frontmatter.d.ts.map +1 -1
- package/dist/src/unstable/extensions/frontmatter.js +0 -1
- package/dist/src/unstable/extensions/frontmatter.js.map +1 -1
- package/dist/src/unstable/extensions/index.d.ts +4 -4
- package/dist/src/unstable/extensions/index.d.ts.map +1 -1
- package/dist/src/unstable/extensions/index.js +3 -3
- package/dist/src/unstable/extensions/index.js.map +1 -1
- package/dist/src/unstable/extensions/materializable-from-disk.d.ts +2 -2
- package/dist/src/unstable/extensions/materializable-from-disk.d.ts.map +1 -1
- package/dist/src/unstable/extensions/materializable-from-disk.js +9 -12
- package/dist/src/unstable/extensions/materializable-from-disk.js.map +1 -1
- package/dist/src/unstable/extensions/operations.d.ts +4 -4
- package/dist/src/unstable/extensions/operations.d.ts.map +1 -1
- package/dist/src/unstable/extensions/operations.js +10 -10
- package/dist/src/unstable/extensions/operations.js.map +1 -1
- package/dist/src/unstable/extensions/ref-base.d.ts +6 -9
- package/dist/src/unstable/extensions/ref-base.d.ts.map +1 -1
- package/dist/src/unstable/extensions/refs.d.ts +2 -2
- package/dist/src/unstable/extensions/refs.d.ts.map +1 -1
- package/dist/src/unstable/extensions/registry-source.d.ts +8 -8
- package/dist/src/unstable/extensions/registry-source.js +13 -13
- package/dist/src/unstable/extensions/registry-source.js.map +1 -1
- package/dist/src/unstable/lint/catalog/pack/manifest-keys-recognized.d.ts +4 -4
- package/dist/src/unstable/lint/catalog/pack/manifest-keys-recognized.js +9 -9
- package/dist/src/unstable/lint/catalog/pack/manifest-keys-recognized.js.map +1 -1
- package/dist/src/unstable/lint/catalog/pack/manifest-present.d.ts +1 -1
- package/dist/src/unstable/lint/catalog/pack/manifest-present.d.ts.map +1 -1
- package/dist/src/unstable/lint/catalog/pack/manifest-present.js +6 -6
- package/dist/src/unstable/lint/catalog/pack/manifest-present.js.map +1 -1
- package/dist/src/unstable/lint/catalog/pack/manifest-schema-valid.d.ts +5 -5
- package/dist/src/unstable/lint/catalog/pack/manifest-schema-valid.d.ts.map +1 -1
- package/dist/src/unstable/lint/catalog/pack/manifest-schema-valid.js +9 -9
- package/dist/src/unstable/lint/catalog/pack/manifest-schema-valid.js.map +1 -1
- package/dist/src/unstable/lint/catalog/pack-accessor/contexts.d.ts +1 -1
- package/dist/src/unstable/lint/catalog/pack-accessor/contexts.js +1 -1
- package/dist/src/unstable/lint/catalog/pack-accessor/platform.d.ts +3 -3
- package/dist/src/unstable/lint/catalog/pack-accessor/platform.js +3 -3
- package/dist/src/unstable/lint/catalog/shared/schema-rule.js +1 -1
- package/dist/src/unstable/lint/catalog/shared/schema-rule.js.map +1 -1
- package/dist/src/unstable/lint/catalog/skill/manifest-present.d.ts +1 -1
- package/dist/src/unstable/lint/catalog/skill/manifest-present.js +1 -1
- package/dist/src/unstable/lint/catalog/skill-accessor/vft.d.ts +1 -1
- package/dist/src/unstable/lint/catalog/skill-accessor/vft.js +1 -1
- package/dist/src/unstable/lint/catalog/workspace/helpers/registry-source.d.ts +1 -1
- package/dist/src/unstable/lint/catalog/workspace/helpers/registry-source.d.ts.map +1 -1
- package/dist/src/unstable/lint/catalog/workspace/helpers/registry-source.js +1 -1
- package/dist/src/unstable/lint/catalog/workspace/helpers/registry-source.js.map +1 -1
- package/dist/src/unstable/lint/catalog/workspace/packs-dependencies-resolved.d.ts +1 -1
- package/dist/src/unstable/lint/catalog/workspace/packs-dependencies-resolved.js +1 -1
- package/dist/src/unstable/lint/catalog/workspace/packs-dependencies-resolved.js.map +1 -1
- package/dist/src/unstable/lint/catalog/workspace/skills-lockfile-aligned.js +1 -1
- package/dist/src/unstable/lint/catalog/workspace/skills-lockfile-aligned.js.map +1 -1
- package/dist/src/unstable/lint/catalog/workspace-fixtures/interpret-ops.js +3 -3
- package/dist/src/unstable/lint/catalog/workspace-fixtures/interpret-ops.js.map +1 -1
- package/dist/src/unstable/lint/catalog/workspace-read-model/lint-workspace.d.ts +1 -1
- package/dist/src/unstable/lint/catalog/workspace-read-model/lint-workspace.js +1 -1
- package/dist/src/unstable/lint/context.d.ts +7 -7
- package/dist/src/unstable/lint/issues-to-findings.js +1 -1
- package/dist/src/unstable/lint/issues-to-findings.js.map +1 -1
- package/dist/src/unstable/lockfile/index.d.ts +2 -2
- package/dist/src/unstable/lockfile/index.d.ts.map +1 -1
- package/dist/src/unstable/lockfile/index.js +1 -1
- package/dist/src/unstable/lockfile/index.js.map +1 -1
- package/dist/src/unstable/lockfile/resolved-version.d.ts.map +1 -1
- package/dist/src/unstable/lockfile/resolved-version.js +3 -4
- package/dist/src/unstable/lockfile/resolved-version.js.map +1 -1
- package/dist/src/unstable/lockfile/schema.d.ts +61 -61
- package/dist/src/unstable/lockfile/schema.d.ts.map +1 -1
- package/dist/src/unstable/lockfile/schema.js +20 -17
- package/dist/src/unstable/lockfile/schema.js.map +1 -1
- package/dist/src/unstable/mcp-servers/manager.js +2 -2
- package/dist/src/unstable/mcp-servers/manager.js.map +1 -1
- package/dist/src/unstable/mcp-servers/manifest-schema.d.ts +9 -5
- package/dist/src/unstable/mcp-servers/manifest-schema.d.ts.map +1 -1
- package/dist/src/unstable/mcp-servers/manifest-schema.js +6 -3
- package/dist/src/unstable/mcp-servers/manifest-schema.js.map +1 -1
- package/dist/src/unstable/mcp-servers/operations/install.d.ts +1 -1
- package/dist/src/unstable/mcp-servers/operations/install.d.ts.map +1 -1
- package/dist/src/unstable/mcp-servers/operations/install.js +2 -2
- package/dist/src/unstable/mcp-servers/operations/install.js.map +1 -1
- package/dist/src/unstable/mcp-servers/operations/publish.d.ts.map +1 -1
- package/dist/src/unstable/mcp-servers/operations/publish.js +5 -4
- package/dist/src/unstable/mcp-servers/operations/publish.js.map +1 -1
- package/dist/src/unstable/mcp-servers/reconciliation-adapter.js +2 -2
- package/dist/src/unstable/mcp-servers/reconciliation-adapter.js.map +1 -1
- package/dist/src/unstable/mcp-servers/registry-ref-builder.d.ts +2 -2
- package/dist/src/unstable/mcp-servers/registry-ref-builder.d.ts.map +1 -1
- package/dist/src/unstable/mcp-servers/registry-ref-builder.js +2 -2
- package/dist/src/unstable/mcp-servers/registry-ref-builder.js.map +1 -1
- package/dist/src/unstable/packaging/axm-package-meta.d.ts +1 -1
- package/dist/src/unstable/packaging/axm-package-meta.js +2 -2
- package/dist/src/unstable/packaging/axm-package-meta.js.map +1 -1
- package/dist/src/unstable/packaging/package-type.d.ts +4 -0
- package/dist/src/unstable/packaging/package-type.d.ts.map +1 -1
- package/dist/src/unstable/packaging/package-type.js +17 -4
- package/dist/src/unstable/packaging/package-type.js.map +1 -1
- package/dist/src/unstable/packaging/package-url.d.ts +7 -1
- package/dist/src/unstable/packaging/package-url.d.ts.map +1 -1
- package/dist/src/unstable/packaging/package-url.js +38 -5
- package/dist/src/unstable/packaging/package-url.js.map +1 -1
- package/dist/src/unstable/packaging/read.d.ts +1 -1
- package/dist/src/unstable/packaging/read.d.ts.map +1 -1
- package/dist/src/unstable/packaging/types.d.ts +2 -2
- package/dist/src/unstable/packaging/types.d.ts.map +1 -1
- package/dist/src/unstable/packs/dependency-resolution.d.ts +3 -3
- package/dist/src/unstable/packs/dependency-resolution.d.ts.map +1 -1
- package/dist/src/unstable/packs/dependency-resolution.js +66 -27
- package/dist/src/unstable/packs/dependency-resolution.js.map +1 -1
- package/dist/src/unstable/packs/expansion.d.ts +14 -14
- package/dist/src/unstable/packs/expansion.d.ts.map +1 -1
- package/dist/src/unstable/packs/expansion.js +18 -18
- package/dist/src/unstable/packs/expansion.js.map +1 -1
- package/dist/src/unstable/packs/index.d.ts +22 -22
- package/dist/src/unstable/packs/index.d.ts.map +1 -1
- package/dist/src/unstable/packs/index.js +14 -14
- package/dist/src/unstable/packs/index.js.map +1 -1
- package/dist/src/unstable/packs/manager.d.ts +7 -7
- package/dist/src/unstable/packs/manager.d.ts.map +1 -1
- package/dist/src/unstable/packs/manager.js +26 -30
- package/dist/src/unstable/packs/manager.js.map +1 -1
- package/dist/src/unstable/packs/manifest-schema.d.ts +16 -17
- package/dist/src/unstable/packs/manifest-schema.d.ts.map +1 -1
- package/dist/src/unstable/packs/manifest-schema.js +14 -15
- package/dist/src/unstable/packs/manifest-schema.js.map +1 -1
- package/dist/src/unstable/packs/operations/add-to-pack.d.ts +7 -7
- package/dist/src/unstable/packs/operations/add-to-pack.d.ts.map +1 -1
- package/dist/src/unstable/packs/operations/add-to-pack.js +19 -42
- package/dist/src/unstable/packs/operations/add-to-pack.js.map +1 -1
- package/dist/src/unstable/packs/operations/install.d.ts +17 -17
- package/dist/src/unstable/packs/operations/install.d.ts.map +1 -1
- package/dist/src/unstable/packs/operations/install.js +37 -33
- package/dist/src/unstable/packs/operations/install.js.map +1 -1
- package/dist/src/unstable/packs/operations/new-pack.d.ts +12 -12
- package/dist/src/unstable/packs/operations/new-pack.d.ts.map +1 -1
- package/dist/src/unstable/packs/operations/new-pack.js +29 -32
- package/dist/src/unstable/packs/operations/new-pack.js.map +1 -1
- package/dist/src/unstable/packs/operations/publish.d.ts +8 -8
- package/dist/src/unstable/packs/operations/publish.d.ts.map +1 -1
- package/dist/src/unstable/packs/operations/publish.js +21 -31
- package/dist/src/unstable/packs/operations/publish.js.map +1 -1
- package/dist/src/unstable/packs/operations/remove-from-pack.d.ts +7 -7
- package/dist/src/unstable/packs/operations/remove-from-pack.d.ts.map +1 -1
- package/dist/src/unstable/packs/operations/remove-from-pack.js +18 -27
- package/dist/src/unstable/packs/operations/remove-from-pack.js.map +1 -1
- package/dist/src/unstable/packs/operations/uninstall.d.ts +11 -11
- package/dist/src/unstable/packs/operations/uninstall.d.ts.map +1 -1
- package/dist/src/unstable/packs/operations/uninstall.js +17 -17
- package/dist/src/unstable/packs/operations/uninstall.js.map +1 -1
- package/dist/src/unstable/packs/operations/unpack.d.ts +10 -10
- package/dist/src/unstable/packs/operations/unpack.d.ts.map +1 -1
- package/dist/src/unstable/packs/operations/unpack.js +42 -20
- package/dist/src/unstable/packs/operations/unpack.js.map +1 -1
- package/dist/src/unstable/packs/paths.d.ts +9 -9
- package/dist/src/unstable/packs/paths.d.ts.map +1 -1
- package/dist/src/unstable/packs/paths.js +7 -7
- package/dist/src/unstable/packs/paths.js.map +1 -1
- package/dist/src/unstable/packs/reconciliation-adapter.d.ts +1 -1
- package/dist/src/unstable/packs/reconciliation-adapter.d.ts.map +1 -1
- package/dist/src/unstable/packs/reconciliation-adapter.js +120 -79
- package/dist/src/unstable/packs/reconciliation-adapter.js.map +1 -1
- package/dist/src/unstable/packs/refs.d.ts +5 -5
- package/dist/src/unstable/packs/refs.d.ts.map +1 -1
- package/dist/src/unstable/packs/refs.js +2 -2
- package/dist/src/unstable/plan/resolve-plan.d.ts.map +1 -1
- package/dist/src/unstable/plan/resolve-plan.js +3 -4
- package/dist/src/unstable/plan/resolve-plan.js.map +1 -1
- package/dist/src/unstable/publish/input-normalization.d.ts +3 -3
- package/dist/src/unstable/publish/input-normalization.d.ts.map +1 -1
- package/dist/src/unstable/publish/manifest-policy.d.ts +49 -34
- package/dist/src/unstable/publish/manifest-policy.d.ts.map +1 -1
- package/dist/src/unstable/publish/manifest-policy.js +19 -8
- package/dist/src/unstable/publish/manifest-policy.js.map +1 -1
- package/dist/src/unstable/registry/__generated__/registry-client.d.ts +4 -4
- package/dist/src/unstable/registry/__generated__/registry-client.d.ts.map +1 -1
- package/dist/src/unstable/registry/__generated__/registry-client.js +2 -2
- package/dist/src/unstable/registry/__generated__/registry-client.js.map +1 -1
- package/dist/src/unstable/registry/client.d.ts +7 -7
- package/dist/src/unstable/registry/client.d.ts.map +1 -1
- package/dist/src/unstable/registry/client.js.map +1 -1
- package/dist/src/unstable/registry/discover-schema.d.ts +8 -6
- package/dist/src/unstable/registry/discover-schema.d.ts.map +1 -1
- package/dist/src/unstable/registry/discover-schema.js +2 -2
- package/dist/src/unstable/registry/discover-schema.js.map +1 -1
- package/dist/src/unstable/registry/error-mapping.d.ts.map +1 -1
- package/dist/src/unstable/registry/error-mapping.js +2 -6
- package/dist/src/unstable/registry/error-mapping.js.map +1 -1
- package/dist/src/unstable/registry/local-client.js +10 -10
- package/dist/src/unstable/registry/local-client.js.map +1 -1
- package/dist/src/unstable/registry/remote-client.d.ts.map +1 -1
- package/dist/src/unstable/registry/remote-client.js +17 -23
- package/dist/src/unstable/registry/remote-client.js.map +1 -1
- package/dist/src/unstable/registry/schema.d.ts +11 -7
- package/dist/src/unstable/registry/schema.d.ts.map +1 -1
- package/dist/src/unstable/registry/schema.js +3 -3
- package/dist/src/unstable/registry/schema.js.map +1 -1
- package/dist/src/unstable/registry/utils.d.ts +1 -1
- package/dist/src/unstable/registry/utils.d.ts.map +1 -1
- package/dist/src/unstable/registry/utils.js +4 -4
- package/dist/src/unstable/registry/utils.js.map +1 -1
- package/dist/src/unstable/settings/ignored-patterns.d.ts.map +1 -1
- package/dist/src/unstable/settings/ignored-patterns.js +1 -4
- package/dist/src/unstable/settings/ignored-patterns.js.map +1 -1
- package/dist/src/unstable/settings/index.d.ts +2 -2
- package/dist/src/unstable/settings/index.d.ts.map +1 -1
- package/dist/src/unstable/settings/index.js +1 -1
- package/dist/src/unstable/settings/index.js.map +1 -1
- package/dist/src/unstable/settings/schema.d.ts +27 -27
- package/dist/src/unstable/settings/schema.d.ts.map +1 -1
- package/dist/src/unstable/settings/schema.js +57 -73
- package/dist/src/unstable/settings/schema.js.map +1 -1
- package/dist/src/unstable/skills/index.d.ts +2 -1
- package/dist/src/unstable/skills/index.d.ts.map +1 -1
- package/dist/src/unstable/skills/index.js +2 -1
- package/dist/src/unstable/skills/index.js.map +1 -1
- package/dist/src/unstable/skills/manager.d.ts.map +1 -1
- package/dist/src/unstable/skills/manager.js +5 -5
- package/dist/src/unstable/skills/manager.js.map +1 -1
- package/dist/src/unstable/skills/manifest-schema.d.ts +9 -5
- package/dist/src/unstable/skills/manifest-schema.d.ts.map +1 -1
- package/dist/src/unstable/skills/manifest-schema.js +6 -3
- package/dist/src/unstable/skills/manifest-schema.js.map +1 -1
- package/dist/src/unstable/skills/operations/copy.d.ts.map +1 -1
- package/dist/src/unstable/skills/operations/copy.js +3 -2
- package/dist/src/unstable/skills/operations/copy.js.map +1 -1
- package/dist/src/unstable/skills/operations/disable.d.ts.map +1 -1
- package/dist/src/unstable/skills/operations/disable.js +1 -3
- package/dist/src/unstable/skills/operations/disable.js.map +1 -1
- package/dist/src/unstable/skills/operations/enable.d.ts.map +1 -1
- package/dist/src/unstable/skills/operations/enable.js +4 -1
- package/dist/src/unstable/skills/operations/enable.js.map +1 -1
- package/dist/src/unstable/skills/operations/install.d.ts +1 -1
- package/dist/src/unstable/skills/operations/install.d.ts.map +1 -1
- package/dist/src/unstable/skills/operations/install.js +8 -8
- package/dist/src/unstable/skills/operations/install.js.map +1 -1
- package/dist/src/unstable/skills/operations/new-skill.d.ts.map +1 -1
- package/dist/src/unstable/skills/operations/new-skill.js +3 -4
- package/dist/src/unstable/skills/operations/new-skill.js.map +1 -1
- package/dist/src/unstable/skills/operations/publish.d.ts.map +1 -1
- package/dist/src/unstable/skills/operations/publish.js +4 -4
- package/dist/src/unstable/skills/operations/publish.js.map +1 -1
- package/dist/src/unstable/skills/operations/uninstall.d.ts.map +1 -1
- package/dist/src/unstable/skills/operations/uninstall.js +4 -6
- package/dist/src/unstable/skills/operations/uninstall.js.map +1 -1
- package/dist/src/unstable/skills/reconciliation-adapter.js +2 -2
- package/dist/src/unstable/skills/reconciliation-adapter.js.map +1 -1
- package/dist/src/unstable/skills/registry-ref-builder.d.ts +2 -2
- package/dist/src/unstable/skills/registry-ref-builder.d.ts.map +1 -1
- package/dist/src/unstable/skills/registry-ref-builder.js +2 -2
- package/dist/src/unstable/skills/registry-ref-builder.js.map +1 -1
- package/dist/src/unstable/skills/utils.d.ts +7 -7
- package/dist/src/unstable/skills/utils.d.ts.map +1 -1
- package/dist/src/unstable/skills/utils.js +6 -6
- package/dist/src/unstable/skills/utils.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/registry/host-provider.d.ts +2 -2
- package/dist/src/unstable/source-resolution/providers/registry/host-provider.d.ts.map +1 -1
- package/dist/src/unstable/source-resolution/providers/registry/host-provider.js +13 -28
- package/dist/src/unstable/source-resolution/providers/registry/host-provider.js.map +1 -1
- package/dist/src/unstable/source-resolution/resolve-identifier.d.ts.map +1 -1
- package/dist/src/unstable/source-resolution/resolve-identifier.js +5 -10
- package/dist/src/unstable/source-resolution/resolve-identifier.js.map +1 -1
- package/dist/src/unstable/source-resolution/resolve-source-pattern.js +1 -1
- package/dist/src/unstable/source-resolution/resolve-source-pattern.js.map +1 -1
- package/dist/src/unstable/sources/index.d.ts +1 -1
- package/dist/src/unstable/sources/index.d.ts.map +1 -1
- package/dist/src/unstable/sources/index.js +1 -1
- package/dist/src/unstable/sources/index.js.map +1 -1
- package/dist/src/unstable/sources/lock-entry-to-ref.d.ts +3 -3
- package/dist/src/unstable/sources/lock-entry-to-ref.d.ts.map +1 -1
- package/dist/src/unstable/sources/lock-entry-to-ref.js +7 -10
- package/dist/src/unstable/sources/lock-entry-to-ref.js.map +1 -1
- package/dist/src/unstable/sources/parser.d.ts +2 -2
- package/dist/src/unstable/sources/parser.d.ts.map +1 -1
- package/dist/src/unstable/sources/parser.js +1 -1
- package/dist/src/unstable/sources/parser.js.map +1 -1
- package/dist/src/unstable/sources/provider.d.ts +2 -2
- package/dist/src/unstable/sources/provider.d.ts.map +1 -1
- package/dist/src/unstable/subagents/manager.d.ts.map +1 -1
- package/dist/src/unstable/subagents/manager.js +0 -1
- package/dist/src/unstable/subagents/manager.js.map +1 -1
- package/dist/src/unstable/subagents/manifest-schema.d.ts +9 -5
- package/dist/src/unstable/subagents/manifest-schema.d.ts.map +1 -1
- package/dist/src/unstable/subagents/manifest-schema.js +6 -3
- package/dist/src/unstable/subagents/manifest-schema.js.map +1 -1
- package/dist/src/unstable/subagents/operations/disable.d.ts.map +1 -1
- package/dist/src/unstable/subagents/operations/disable.js +1 -3
- package/dist/src/unstable/subagents/operations/disable.js.map +1 -1
- package/dist/src/unstable/subagents/operations/enable.d.ts.map +1 -1
- package/dist/src/unstable/subagents/operations/enable.js +1 -2
- package/dist/src/unstable/subagents/operations/enable.js.map +1 -1
- package/dist/src/unstable/subagents/operations/publish.d.ts.map +1 -1
- package/dist/src/unstable/subagents/operations/publish.js +4 -5
- package/dist/src/unstable/subagents/operations/publish.js.map +1 -1
- package/dist/src/unstable/subagents/reconciliation-adapter.js +2 -2
- package/dist/src/unstable/subagents/reconciliation-adapter.js.map +1 -1
- package/dist/src/unstable/subagents/registry-ref-builder.d.ts +2 -2
- package/dist/src/unstable/subagents/registry-ref-builder.d.ts.map +1 -1
- package/dist/src/unstable/subagents/registry-ref-builder.js +2 -2
- package/dist/src/unstable/subagents/registry-ref-builder.js.map +1 -1
- package/dist/src/unstable/subagents/subagent-content.d.ts.map +1 -1
- package/dist/src/unstable/subagents/subagent-content.js +3 -10
- package/dist/src/unstable/subagents/subagent-content.js.map +1 -1
- package/dist/src/unstable/utils/build-zip-archive.d.ts.map +1 -1
- package/dist/src/unstable/utils/build-zip-archive.js +0 -1
- package/dist/src/unstable/utils/build-zip-archive.js.map +1 -1
- package/dist/src/unstable/version-constraints/version-constraints.d.ts +30 -23
- package/dist/src/unstable/version-constraints/version-constraints.d.ts.map +1 -1
- package/dist/src/unstable/version-constraints/version-constraints.js +52 -43
- package/dist/src/unstable/version-constraints/version-constraints.js.map +1 -1
- package/dist/src/unstable/version-resolution/version-resolution.d.ts.map +1 -1
- package/dist/src/unstable/version-resolution/version-resolution.js +1 -7
- package/dist/src/unstable/version-resolution/version-resolution.js.map +1 -1
- package/dist/src/unstable/workspace/configured-entry-resolution/resolve.d.ts +6 -6
- package/dist/src/unstable/workspace/configured-entry-resolution/resolve.d.ts.map +1 -1
- package/dist/src/unstable/workspace/configured-entry-resolution/resolve.js +26 -38
- package/dist/src/unstable/workspace/configured-entry-resolution/resolve.js.map +1 -1
- package/dist/src/unstable/workspace/configured-entry-resolution/types.d.ts +4 -4
- package/dist/src/unstable/workspace/configured-entry-resolution/types.d.ts.map +1 -1
- package/dist/src/unstable/workspace/index.d.ts +1 -1
- package/dist/src/unstable/workspace/index.d.ts.map +1 -1
- package/dist/src/unstable/workspace/initialization.d.ts +20 -20
- package/dist/src/unstable/workspace/initialization.d.ts.map +1 -1
- package/dist/src/unstable/workspace/initialization.js +1 -3
- package/dist/src/unstable/workspace/initialization.js.map +1 -1
- package/dist/src/unstable/workspace/read-model/extensions/pack.d.ts +4 -4
- package/dist/src/unstable/workspace/read-model/extensions/pack.d.ts.map +1 -1
- package/dist/src/unstable/workspace/read-model/extensions/pack.js +2 -2
- package/dist/src/unstable/workspace/read-model/extensions/pack.js.map +1 -1
- package/dist/src/unstable/workspace/read-model/extensions/package-root.d.ts +4 -0
- package/dist/src/unstable/workspace/read-model/extensions/package-root.d.ts.map +1 -1
- package/dist/src/unstable/workspace/read-model/extensions/package-root.js +18 -1
- package/dist/src/unstable/workspace/read-model/extensions/package-root.js.map +1 -1
- package/dist/src/unstable/workspace/read-model/service.js +2 -2
- package/dist/src/unstable/workspace/read-model/service.js.map +1 -1
- package/dist/src/unstable/workspace/read-model-record-readers.js +2 -2
- package/dist/src/unstable/workspace/read-model-record-readers.js.map +1 -1
- package/dist/src/unstable/workspace/reconciliation-types.d.ts +2 -2
- package/dist/src/unstable/workspace/reconciliation-types.d.ts.map +1 -1
- package/dist/src/unstable/workspace/reconciliation.js.map +1 -1
- package/dist/src/unstable/workspace/service-interface.d.ts +17 -17
- package/dist/src/unstable/workspace/service-interface.d.ts.map +1 -1
- package/dist/src/unstable/workspace/service-interface.js.map +1 -1
- package/dist/src/unstable/workspace/service.d.ts +38 -38
- package/dist/src/unstable/workspace/service.d.ts.map +1 -1
- package/dist/src/unstable/workspace/service.js +24 -28
- package/dist/src/unstable/workspace/service.js.map +1 -1
- package/dist/src/unstable/workspace/test-stubs.d.ts +8 -8
- package/dist/src/unstable/workspace/test-stubs.d.ts.map +1 -1
- package/dist/src/unstable/workspace/test-stubs.js +16 -16
- package/dist/src/unstable/workspace/test-stubs.js.map +1 -1
- package/dist/src/unstable/workspace/version-currency/check-currency.d.ts +5 -5
- package/dist/src/unstable/workspace/version-currency/check-currency.d.ts.map +1 -1
- package/dist/src/unstable/workspace/version-currency/check-currency.js +2 -2
- package/dist/src/unstable/workspace/version-currency/check-currency.js.map +1 -1
- package/dist/src/unstable/workspace/version-currency/collectors.d.ts +3 -3
- package/dist/src/unstable/workspace/version-currency/collectors.d.ts.map +1 -1
- package/dist/src/unstable/workspace/version-currency/collectors.js +2 -2
- package/dist/src/unstable/workspace/version-currency/collectors.js.map +1 -1
- package/dist/src/unstable/workspace/version-currency/test-stubs.js +2 -2
- package/dist/src/unstable/workspace/version-currency/test-stubs.js.map +1 -1
- package/package.json +2 -2
- package/site-content/__generated__/schemas/axm-lock.schema.json +54 -23
- package/site-content/__generated__/schemas/axm-package-meta.schema.json +13 -2
- package/site-content/__generated__/schemas/command.schema.json +123 -19
- package/site-content/__generated__/schemas/mcp-server.schema.json +124 -14
- package/site-content/__generated__/schemas/pack.schema.json +173 -0
- package/site-content/__generated__/schemas/settings.schema.json +107 -22
- package/site-content/__generated__/schemas/skill.schema.json +124 -14
- package/site-content/__generated__/schemas/subagent.schema.json +176 -0
- package/site-content/install.md +1 -1
- package/site-content/__generated__/schemas/extension-pack.schema.json +0 -103
|
@@ -0,0 +1,173 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$ref": "#/definitions/PackManifest",
|
|
4
|
+
"definitions": {
|
|
5
|
+
"Handle": {
|
|
6
|
+
"type": "string",
|
|
7
|
+
"allOf": [
|
|
8
|
+
{
|
|
9
|
+
"pattern": "^@[a-z0-9_](?:[a-z0-9_-]*[a-z0-9_])?$",
|
|
10
|
+
"title": "Handle",
|
|
11
|
+
"description": "A unique username or organization name starting with @, like @my-org.",
|
|
12
|
+
"examples": ["@my-org", "@username"]
|
|
13
|
+
}
|
|
14
|
+
]
|
|
15
|
+
},
|
|
16
|
+
"Version": {
|
|
17
|
+
"type": "string",
|
|
18
|
+
"allOf": [
|
|
19
|
+
{
|
|
20
|
+
"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-]+)*))?$",
|
|
21
|
+
"title": "Version",
|
|
22
|
+
"description": "A semver version like 1.0.0. Ranges are not allowed here.",
|
|
23
|
+
"examples": ["1.0.0", "2.3.1", "0.1.0-beta.1"]
|
|
24
|
+
}
|
|
25
|
+
]
|
|
26
|
+
},
|
|
27
|
+
"Author": {
|
|
28
|
+
"type": "object",
|
|
29
|
+
"properties": {
|
|
30
|
+
"name": { "type": "string" },
|
|
31
|
+
"email": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
32
|
+
"url": { "anyOf": [{ "type": "string" }, { "type": "null" }] }
|
|
33
|
+
},
|
|
34
|
+
"required": ["name"],
|
|
35
|
+
"additionalProperties": false,
|
|
36
|
+
"title": "Author",
|
|
37
|
+
"description": "A person credited as a creator or maintainer of this extension."
|
|
38
|
+
},
|
|
39
|
+
"PackageUrl": {
|
|
40
|
+
"type": "string",
|
|
41
|
+
"allOf": [
|
|
42
|
+
{
|
|
43
|
+
"pattern": "^[Pp][Kk][Gg]:[a-zA-Z][a-zA-Z0-9.+-]*\\/.+$",
|
|
44
|
+
"title": "Package URL",
|
|
45
|
+
"description": "A Package URL (purl) string identifying a package across ecosystems (e.g. pkg:npm/react@18.2.0).",
|
|
46
|
+
"examples": ["pkg:npm/react@18.2.0", "pkg:pypi/requests@2.31.0", "pkg:cargo/serde@1.0"]
|
|
47
|
+
}
|
|
48
|
+
]
|
|
49
|
+
},
|
|
50
|
+
"ExtensionName": {
|
|
51
|
+
"type": "string",
|
|
52
|
+
"allOf": [
|
|
53
|
+
{ "minLength": 1 },
|
|
54
|
+
{
|
|
55
|
+
"pattern": "^[a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?$",
|
|
56
|
+
"title": "Extension Name",
|
|
57
|
+
"description": "Short name for this pack within its owner namespace. Combined with owner, forms the FQN @owner/packs/<name>.",
|
|
58
|
+
"examples": ["my-skill", "code-review", "prettier"]
|
|
59
|
+
}
|
|
60
|
+
]
|
|
61
|
+
},
|
|
62
|
+
"NonPackExtensionFqn": {
|
|
63
|
+
"type": "string",
|
|
64
|
+
"allOf": [
|
|
65
|
+
{
|
|
66
|
+
"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])?)$",
|
|
67
|
+
"title": "Non-Pack Extension FQN",
|
|
68
|
+
"description": "Extension identifier restricted to non-pack types (skills, commands, mcp-servers, subagents, files, rules).",
|
|
69
|
+
"examples": ["@acme/skills/code-review", "@my-org/commands/format"]
|
|
70
|
+
}
|
|
71
|
+
]
|
|
72
|
+
},
|
|
73
|
+
"VersionRange": {
|
|
74
|
+
"type": "string",
|
|
75
|
+
"allOf": [
|
|
76
|
+
{ "minLength": 1 },
|
|
77
|
+
{
|
|
78
|
+
"pattern": "^[~^<>=*xXvV0-9A-Za-z| .-]+$",
|
|
79
|
+
"title": "Version Range",
|
|
80
|
+
"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.",
|
|
81
|
+
"examples": ["^1.0.0", "~2.4", ">=1 <3", "1.2.3", "*"]
|
|
82
|
+
}
|
|
83
|
+
]
|
|
84
|
+
},
|
|
85
|
+
"PackManifest": {
|
|
86
|
+
"type": "object",
|
|
87
|
+
"properties": {
|
|
88
|
+
"$schema": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
89
|
+
"owner": { "$ref": "#/definitions/Handle" },
|
|
90
|
+
"version": { "$ref": "#/definitions/Version" },
|
|
91
|
+
"description": {
|
|
92
|
+
"anyOf": [
|
|
93
|
+
{
|
|
94
|
+
"type": "string",
|
|
95
|
+
"description": "Short, registry-facing summary of this extension shown in listings and search results."
|
|
96
|
+
},
|
|
97
|
+
{ "type": "null" }
|
|
98
|
+
]
|
|
99
|
+
},
|
|
100
|
+
"keywords": {
|
|
101
|
+
"anyOf": [
|
|
102
|
+
{
|
|
103
|
+
"type": "array",
|
|
104
|
+
"examples": [["lint", "typescript", "review"]],
|
|
105
|
+
"items": { "type": "string", "allOf": [{ "minLength": 1 }] }
|
|
106
|
+
},
|
|
107
|
+
{ "type": "null" }
|
|
108
|
+
]
|
|
109
|
+
},
|
|
110
|
+
"repository": {
|
|
111
|
+
"anyOf": [
|
|
112
|
+
{
|
|
113
|
+
"type": "string",
|
|
114
|
+
"examples": ["https://github.com/acme/code-review"],
|
|
115
|
+
"format": "uri"
|
|
116
|
+
},
|
|
117
|
+
{ "type": "null" }
|
|
118
|
+
]
|
|
119
|
+
},
|
|
120
|
+
"homepage": {
|
|
121
|
+
"anyOf": [
|
|
122
|
+
{ "type": "string", "examples": ["https://acme.dev/code-review"], "format": "uri" },
|
|
123
|
+
{ "type": "null" }
|
|
124
|
+
]
|
|
125
|
+
},
|
|
126
|
+
"license": {
|
|
127
|
+
"anyOf": [
|
|
128
|
+
{ "type": "string", "allOf": [{ "minLength": 1, "examples": ["MIT", "Apache-2.0"] }] },
|
|
129
|
+
{ "type": "null" }
|
|
130
|
+
]
|
|
131
|
+
},
|
|
132
|
+
"bugs": {
|
|
133
|
+
"anyOf": [
|
|
134
|
+
{
|
|
135
|
+
"type": "string",
|
|
136
|
+
"examples": ["https://github.com/acme/code-review/issues"],
|
|
137
|
+
"format": "uri"
|
|
138
|
+
},
|
|
139
|
+
{ "type": "null" }
|
|
140
|
+
]
|
|
141
|
+
},
|
|
142
|
+
"authors": {
|
|
143
|
+
"anyOf": [
|
|
144
|
+
{ "type": "array", "items": { "$ref": "#/definitions/Author" } },
|
|
145
|
+
{ "type": "null" }
|
|
146
|
+
]
|
|
147
|
+
},
|
|
148
|
+
"companionPackages": {
|
|
149
|
+
"anyOf": [
|
|
150
|
+
{
|
|
151
|
+
"type": "array",
|
|
152
|
+
"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).",
|
|
153
|
+
"items": { "$ref": "#/definitions/PackageUrl" }
|
|
154
|
+
},
|
|
155
|
+
{ "type": "null" }
|
|
156
|
+
]
|
|
157
|
+
},
|
|
158
|
+
"type": { "type": "string", "enum": ["pack"] },
|
|
159
|
+
"name": { "$ref": "#/definitions/ExtensionName" },
|
|
160
|
+
"dependencies": {
|
|
161
|
+
"type": "object",
|
|
162
|
+
"description": "Map of fully-qualified non-pack extension names to version ranges. Packs cannot depend on other packs.",
|
|
163
|
+
"propertyNames": { "$ref": "#/definitions/NonPackExtensionFqn" },
|
|
164
|
+
"additionalProperties": { "$ref": "#/definitions/VersionRange" }
|
|
165
|
+
}
|
|
166
|
+
},
|
|
167
|
+
"required": ["owner", "version", "type", "name", "dependencies"],
|
|
168
|
+
"additionalProperties": false,
|
|
169
|
+
"title": "Pack Manifest",
|
|
170
|
+
"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."
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
}
|
|
@@ -98,9 +98,27 @@
|
|
|
98
98
|
"CommandEntryObject": {
|
|
99
99
|
"type": "object",
|
|
100
100
|
"properties": {
|
|
101
|
-
"source": { "type": "string" },
|
|
102
|
-
"enabled": {
|
|
103
|
-
|
|
101
|
+
"source": { "type": "string", "allOf": [{ "minLength": 1 }] },
|
|
102
|
+
"enabled": {
|
|
103
|
+
"anyOf": [
|
|
104
|
+
{
|
|
105
|
+
"type": "boolean",
|
|
106
|
+
"description": "Whether this entry is enabled. Defaults to true when omitted.",
|
|
107
|
+
"default": true
|
|
108
|
+
},
|
|
109
|
+
{ "type": "null" }
|
|
110
|
+
]
|
|
111
|
+
},
|
|
112
|
+
"authored": {
|
|
113
|
+
"anyOf": [
|
|
114
|
+
{
|
|
115
|
+
"type": "boolean",
|
|
116
|
+
"description": "Whether this entry was authored locally. Defaults to false when omitted.",
|
|
117
|
+
"default": false
|
|
118
|
+
},
|
|
119
|
+
{ "type": "null" }
|
|
120
|
+
]
|
|
121
|
+
}
|
|
104
122
|
},
|
|
105
123
|
"required": ["source"],
|
|
106
124
|
"additionalProperties": false,
|
|
@@ -112,14 +130,35 @@
|
|
|
112
130
|
},
|
|
113
131
|
"CommandsMap": {
|
|
114
132
|
"type": "object",
|
|
133
|
+
"title": "Commands Map",
|
|
134
|
+
"description": "Your installed commands, keyed by name.",
|
|
135
|
+
"propertyNames": { "pattern": "^[a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?$" },
|
|
115
136
|
"additionalProperties": { "$ref": "#/definitions/CommandEntry" }
|
|
116
137
|
},
|
|
117
138
|
"SubagentEntryObject": {
|
|
118
139
|
"type": "object",
|
|
119
140
|
"properties": {
|
|
120
|
-
"source": { "type": "string" },
|
|
121
|
-
"enabled": {
|
|
122
|
-
|
|
141
|
+
"source": { "type": "string", "allOf": [{ "minLength": 1 }] },
|
|
142
|
+
"enabled": {
|
|
143
|
+
"anyOf": [
|
|
144
|
+
{
|
|
145
|
+
"type": "boolean",
|
|
146
|
+
"description": "Whether this entry is enabled. Defaults to true when omitted.",
|
|
147
|
+
"default": true
|
|
148
|
+
},
|
|
149
|
+
{ "type": "null" }
|
|
150
|
+
]
|
|
151
|
+
},
|
|
152
|
+
"authored": {
|
|
153
|
+
"anyOf": [
|
|
154
|
+
{
|
|
155
|
+
"type": "boolean",
|
|
156
|
+
"description": "Whether this entry was authored locally. Defaults to false when omitted.",
|
|
157
|
+
"default": false
|
|
158
|
+
},
|
|
159
|
+
{ "type": "null" }
|
|
160
|
+
]
|
|
161
|
+
}
|
|
123
162
|
},
|
|
124
163
|
"required": ["source"],
|
|
125
164
|
"additionalProperties": false,
|
|
@@ -131,13 +170,25 @@
|
|
|
131
170
|
},
|
|
132
171
|
"SubagentsMap": {
|
|
133
172
|
"type": "object",
|
|
173
|
+
"title": "Subagents Map",
|
|
174
|
+
"description": "Your installed subagents, keyed by name.",
|
|
175
|
+
"propertyNames": { "pattern": "^[a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?$" },
|
|
134
176
|
"additionalProperties": { "$ref": "#/definitions/SubagentEntry" }
|
|
135
177
|
},
|
|
136
178
|
"McpServerEntryObject": {
|
|
137
179
|
"type": "object",
|
|
138
180
|
"properties": {
|
|
139
|
-
"source": { "type": "string" },
|
|
140
|
-
"authored": {
|
|
181
|
+
"source": { "type": "string", "allOf": [{ "minLength": 1 }] },
|
|
182
|
+
"authored": {
|
|
183
|
+
"anyOf": [
|
|
184
|
+
{
|
|
185
|
+
"type": "boolean",
|
|
186
|
+
"description": "Whether this entry was authored locally. Defaults to false when omitted.",
|
|
187
|
+
"default": false
|
|
188
|
+
},
|
|
189
|
+
{ "type": "null" }
|
|
190
|
+
]
|
|
191
|
+
}
|
|
141
192
|
},
|
|
142
193
|
"required": ["source"],
|
|
143
194
|
"additionalProperties": false,
|
|
@@ -149,32 +200,63 @@
|
|
|
149
200
|
},
|
|
150
201
|
"McpServersMap": {
|
|
151
202
|
"type": "object",
|
|
203
|
+
"title": "MCP Servers Map",
|
|
204
|
+
"description": "Your installed MCP servers, keyed by name.",
|
|
205
|
+
"propertyNames": { "pattern": "^[a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?$" },
|
|
152
206
|
"additionalProperties": { "$ref": "#/definitions/McpServerEntry" }
|
|
153
207
|
},
|
|
154
|
-
"
|
|
208
|
+
"PackEntryObject": {
|
|
155
209
|
"type": "object",
|
|
156
210
|
"properties": {
|
|
157
|
-
"source": { "type": "string" },
|
|
158
|
-
"authored": {
|
|
211
|
+
"source": { "type": "string", "allOf": [{ "minLength": 1 }] },
|
|
212
|
+
"authored": {
|
|
213
|
+
"anyOf": [
|
|
214
|
+
{
|
|
215
|
+
"type": "boolean",
|
|
216
|
+
"description": "Whether this entry was authored locally. Defaults to false when omitted.",
|
|
217
|
+
"default": false
|
|
218
|
+
},
|
|
219
|
+
{ "type": "null" }
|
|
220
|
+
]
|
|
221
|
+
}
|
|
159
222
|
},
|
|
160
223
|
"required": ["source"],
|
|
161
224
|
"additionalProperties": false,
|
|
162
|
-
"title": "
|
|
163
|
-
"description": "
|
|
164
|
-
},
|
|
165
|
-
"ExtensionPackEntry": {
|
|
166
|
-
"anyOf": [{ "type": "string" }, { "$ref": "#/definitions/ExtensionPackEntryObject" }]
|
|
225
|
+
"title": "Pack Entry Object",
|
|
226
|
+
"description": "A pack with its source location."
|
|
167
227
|
},
|
|
168
|
-
"
|
|
228
|
+
"PackEntry": { "anyOf": [{ "type": "string" }, { "$ref": "#/definitions/PackEntryObject" }] },
|
|
229
|
+
"PacksMap": {
|
|
169
230
|
"type": "object",
|
|
170
|
-
"
|
|
231
|
+
"title": "Packs Map",
|
|
232
|
+
"description": "Your installed packs, keyed by name.",
|
|
233
|
+
"propertyNames": { "pattern": "^[a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?$" },
|
|
234
|
+
"additionalProperties": { "$ref": "#/definitions/PackEntry" }
|
|
171
235
|
},
|
|
172
236
|
"SkillEntryObject": {
|
|
173
237
|
"type": "object",
|
|
174
238
|
"properties": {
|
|
175
|
-
"source": { "type": "string" },
|
|
176
|
-
"enabled": {
|
|
177
|
-
|
|
239
|
+
"source": { "type": "string", "allOf": [{ "minLength": 1 }] },
|
|
240
|
+
"enabled": {
|
|
241
|
+
"anyOf": [
|
|
242
|
+
{
|
|
243
|
+
"type": "boolean",
|
|
244
|
+
"description": "Whether this entry is enabled. Defaults to true when omitted.",
|
|
245
|
+
"default": true
|
|
246
|
+
},
|
|
247
|
+
{ "type": "null" }
|
|
248
|
+
]
|
|
249
|
+
},
|
|
250
|
+
"authored": {
|
|
251
|
+
"anyOf": [
|
|
252
|
+
{
|
|
253
|
+
"type": "boolean",
|
|
254
|
+
"description": "Whether this entry was authored locally. Defaults to false when omitted.",
|
|
255
|
+
"default": false
|
|
256
|
+
},
|
|
257
|
+
{ "type": "null" }
|
|
258
|
+
]
|
|
259
|
+
}
|
|
178
260
|
},
|
|
179
261
|
"required": ["source"],
|
|
180
262
|
"additionalProperties": false,
|
|
@@ -184,6 +266,9 @@
|
|
|
184
266
|
"SkillEntry": { "anyOf": [{ "type": "string" }, { "$ref": "#/definitions/SkillEntryObject" }] },
|
|
185
267
|
"SkillsMap": {
|
|
186
268
|
"type": "object",
|
|
269
|
+
"title": "Skills Map",
|
|
270
|
+
"description": "Your installed skills, keyed by name.",
|
|
271
|
+
"propertyNames": { "pattern": "^[a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?$" },
|
|
187
272
|
"additionalProperties": { "$ref": "#/definitions/SkillEntry" }
|
|
188
273
|
},
|
|
189
274
|
"IgnoredSettings": {
|
|
@@ -299,7 +384,7 @@
|
|
|
299
384
|
"commands": { "anyOf": [{ "$ref": "#/definitions/CommandsMap" }, { "type": "null" }] },
|
|
300
385
|
"subagents": { "anyOf": [{ "$ref": "#/definitions/SubagentsMap" }, { "type": "null" }] },
|
|
301
386
|
"mcpServers": { "anyOf": [{ "$ref": "#/definitions/McpServersMap" }, { "type": "null" }] },
|
|
302
|
-
"packs": { "anyOf": [{ "$ref": "#/definitions/
|
|
387
|
+
"packs": { "anyOf": [{ "$ref": "#/definitions/PacksMap" }, { "type": "null" }] },
|
|
303
388
|
"skills": { "anyOf": [{ "$ref": "#/definitions/SkillsMap" }, { "type": "null" }] },
|
|
304
389
|
"ignored": { "anyOf": [{ "$ref": "#/definitions/IgnoredSettings" }, { "type": "null" }] },
|
|
305
390
|
"lint": { "anyOf": [{ "$ref": "#/definitions/LintConfig" }, { "type": "null" }] }
|
|
@@ -13,7 +13,17 @@
|
|
|
13
13
|
}
|
|
14
14
|
]
|
|
15
15
|
},
|
|
16
|
-
"
|
|
16
|
+
"Version": {
|
|
17
|
+
"type": "string",
|
|
18
|
+
"allOf": [
|
|
19
|
+
{
|
|
20
|
+
"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-]+)*))?$",
|
|
21
|
+
"title": "Version",
|
|
22
|
+
"description": "A semver version like 1.0.0. Ranges are not allowed here.",
|
|
23
|
+
"examples": ["1.0.0", "2.3.1", "0.1.0-beta.1"]
|
|
24
|
+
}
|
|
25
|
+
]
|
|
26
|
+
},
|
|
17
27
|
"Author": {
|
|
18
28
|
"type": "object",
|
|
19
29
|
"properties": {
|
|
@@ -24,33 +34,133 @@
|
|
|
24
34
|
"required": ["name"],
|
|
25
35
|
"additionalProperties": false,
|
|
26
36
|
"title": "Author",
|
|
27
|
-
"description": "
|
|
37
|
+
"description": "A person credited as a creator or maintainer of this extension."
|
|
38
|
+
},
|
|
39
|
+
"PackageUrl": {
|
|
40
|
+
"type": "string",
|
|
41
|
+
"allOf": [
|
|
42
|
+
{
|
|
43
|
+
"pattern": "^[Pp][Kk][Gg]:[a-zA-Z][a-zA-Z0-9.+-]*\\/.+$",
|
|
44
|
+
"title": "Package URL",
|
|
45
|
+
"description": "A Package URL (purl) string identifying a package across ecosystems (e.g. pkg:npm/react@18.2.0).",
|
|
46
|
+
"examples": ["pkg:npm/react@18.2.0", "pkg:pypi/requests@2.31.0", "pkg:cargo/serde@1.0"]
|
|
47
|
+
}
|
|
48
|
+
]
|
|
49
|
+
},
|
|
50
|
+
"PackSpec": {
|
|
51
|
+
"type": "string",
|
|
52
|
+
"allOf": [
|
|
53
|
+
{ "minLength": 1 },
|
|
54
|
+
{
|
|
55
|
+
"pattern": "^(@[a-z0-9_](?:[a-z0-9_-]*[a-z0-9_])?)\\/packs\\/([a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?)(?:@.+)?$",
|
|
56
|
+
"title": "Pack Spec",
|
|
57
|
+
"description": "Pack reference with an optional version constraint suffix.",
|
|
58
|
+
"examples": ["@acme/packs/typescript", "@acme/packs/typescript@^1.0.0"]
|
|
59
|
+
}
|
|
60
|
+
]
|
|
61
|
+
},
|
|
62
|
+
"ExtensionName": {
|
|
63
|
+
"type": "string",
|
|
64
|
+
"allOf": [
|
|
65
|
+
{ "minLength": 1 },
|
|
66
|
+
{
|
|
67
|
+
"pattern": "^[a-z0-9](?:[a-z0-9-]{0,62}[a-z0-9])?$",
|
|
68
|
+
"title": "Extension Name",
|
|
69
|
+
"description": "Short name for this skill within its owner namespace. Combined with owner, forms the FQN @owner/skills/<name>.",
|
|
70
|
+
"examples": ["my-skill", "code-review", "prettier"]
|
|
71
|
+
}
|
|
72
|
+
]
|
|
28
73
|
},
|
|
29
|
-
"PackageUrlParts": { "type": "string" },
|
|
30
|
-
"ExtensionName": { "type": "string" },
|
|
31
74
|
"SkillManifest": {
|
|
32
75
|
"type": "object",
|
|
33
76
|
"properties": {
|
|
34
77
|
"$schema": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
35
78
|
"owner": { "$ref": "#/definitions/Handle" },
|
|
36
|
-
"version": { "$ref": "#/definitions/
|
|
37
|
-
"description": {
|
|
79
|
+
"version": { "$ref": "#/definitions/Version" },
|
|
80
|
+
"description": {
|
|
81
|
+
"anyOf": [
|
|
82
|
+
{
|
|
83
|
+
"type": "string",
|
|
84
|
+
"description": "Short, registry-facing summary of this extension shown in listings and search results."
|
|
85
|
+
},
|
|
86
|
+
{ "type": "null" }
|
|
87
|
+
]
|
|
88
|
+
},
|
|
38
89
|
"keywords": {
|
|
39
|
-
"anyOf": [
|
|
90
|
+
"anyOf": [
|
|
91
|
+
{
|
|
92
|
+
"type": "array",
|
|
93
|
+
"examples": [["lint", "typescript", "review"]],
|
|
94
|
+
"items": { "type": "string", "allOf": [{ "minLength": 1 }] }
|
|
95
|
+
},
|
|
96
|
+
{ "type": "null" }
|
|
97
|
+
]
|
|
98
|
+
},
|
|
99
|
+
"repository": {
|
|
100
|
+
"anyOf": [
|
|
101
|
+
{
|
|
102
|
+
"type": "string",
|
|
103
|
+
"examples": ["https://github.com/acme/code-review"],
|
|
104
|
+
"format": "uri"
|
|
105
|
+
},
|
|
106
|
+
{ "type": "null" }
|
|
107
|
+
]
|
|
108
|
+
},
|
|
109
|
+
"homepage": {
|
|
110
|
+
"anyOf": [
|
|
111
|
+
{ "type": "string", "examples": ["https://acme.dev/code-review"], "format": "uri" },
|
|
112
|
+
{ "type": "null" }
|
|
113
|
+
]
|
|
114
|
+
},
|
|
115
|
+
"license": {
|
|
116
|
+
"anyOf": [
|
|
117
|
+
{ "type": "string", "allOf": [{ "minLength": 1, "examples": ["MIT", "Apache-2.0"] }] },
|
|
118
|
+
{ "type": "null" }
|
|
119
|
+
]
|
|
120
|
+
},
|
|
121
|
+
"bugs": {
|
|
122
|
+
"anyOf": [
|
|
123
|
+
{
|
|
124
|
+
"type": "string",
|
|
125
|
+
"examples": ["https://github.com/acme/code-review/issues"],
|
|
126
|
+
"format": "uri"
|
|
127
|
+
},
|
|
128
|
+
{ "type": "null" }
|
|
129
|
+
]
|
|
40
130
|
},
|
|
41
|
-
"repository": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
42
|
-
"homepage": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
43
|
-
"license": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
44
|
-
"bugs": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
|
|
45
131
|
"authors": {
|
|
46
132
|
"anyOf": [
|
|
47
133
|
{ "type": "array", "items": { "$ref": "#/definitions/Author" } },
|
|
48
134
|
{ "type": "null" }
|
|
49
135
|
]
|
|
50
136
|
},
|
|
51
|
-
"
|
|
137
|
+
"companionPackages": {
|
|
138
|
+
"anyOf": [
|
|
139
|
+
{
|
|
140
|
+
"type": "array",
|
|
141
|
+
"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).",
|
|
142
|
+
"items": { "$ref": "#/definitions/PackageUrl" }
|
|
143
|
+
},
|
|
144
|
+
{ "type": "null" }
|
|
145
|
+
]
|
|
146
|
+
},
|
|
147
|
+
"recommendedPacks": {
|
|
148
|
+
"anyOf": [
|
|
149
|
+
{
|
|
150
|
+
"type": "array",
|
|
151
|
+
"description": "Packs this extension is designed to work alongside. Each entry is a pack spec, optionally pinned to a version range.",
|
|
152
|
+
"items": { "$ref": "#/definitions/PackSpec" }
|
|
153
|
+
},
|
|
154
|
+
{ "type": "null" }
|
|
155
|
+
]
|
|
156
|
+
},
|
|
157
|
+
"standalone": {
|
|
52
158
|
"anyOf": [
|
|
53
|
-
{
|
|
159
|
+
{
|
|
160
|
+
"type": "boolean",
|
|
161
|
+
"description": "Set to false to indicate this extension only makes sense when installed alongside one of its recommendedPacks.",
|
|
162
|
+
"default": true
|
|
163
|
+
},
|
|
54
164
|
{ "type": "null" }
|
|
55
165
|
]
|
|
56
166
|
},
|
|
@@ -60,7 +170,7 @@
|
|
|
60
170
|
"required": ["owner", "version", "type", "name"],
|
|
61
171
|
"additionalProperties": false,
|
|
62
172
|
"title": "Skill Manifest",
|
|
63
|
-
"description": "
|
|
173
|
+
"description": "Extension manifest file for skill. Carries the registry-facing identity, version, and metadata."
|
|
64
174
|
}
|
|
65
175
|
}
|
|
66
176
|
}
|