@agentxm/client-core 0.13.0 → 0.13.2
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/LICENSE +97 -8
- package/README.md +1 -1
- package/dist/src/unstable/agent-capabilities/__generated__/catalog.d.ts +48 -0
- package/dist/src/unstable/agent-capabilities/__generated__/catalog.d.ts.map +1 -1
- package/dist/src/unstable/agent-capabilities/__generated__/catalog.js +62 -0
- package/dist/src/unstable/agent-capabilities/__generated__/catalog.js.map +1 -1
- package/dist/src/unstable/agent-capabilities/derive.d.ts +21 -3
- package/dist/src/unstable/agent-capabilities/derive.d.ts.map +1 -1
- package/dist/src/unstable/agent-capabilities/derive.js +5 -2
- package/dist/src/unstable/agent-capabilities/derive.js.map +1 -1
- package/dist/src/unstable/agent-capabilities/schema.d.ts +45 -2
- package/dist/src/unstable/agent-capabilities/schema.d.ts.map +1 -1
- package/dist/src/unstable/agent-capabilities/schema.js +18 -0
- package/dist/src/unstable/agent-capabilities/schema.js.map +1 -1
- package/dist/src/unstable/agent-capabilities/validate.d.ts.map +1 -1
- package/dist/src/unstable/agent-capabilities/validate.js +2 -0
- package/dist/src/unstable/agent-capabilities/validate.js.map +1 -1
- package/dist/src/unstable/agents/instructions.js +1 -1
- package/dist/src/unstable/agents/instructions.js.map +1 -1
- package/dist/src/unstable/branding/naming.d.ts +11 -5
- package/dist/src/unstable/branding/naming.d.ts.map +1 -1
- package/dist/src/unstable/branding/naming.js +15 -7
- package/dist/src/unstable/branding/naming.js.map +1 -1
- package/dist/src/unstable/cli-runtime/command-summary.d.ts +1 -1
- package/dist/src/unstable/cli-runtime/command-summary.d.ts.map +1 -1
- package/dist/src/unstable/cli-runtime/command-summary.js.map +1 -1
- package/dist/src/unstable/extensions/common.d.ts +6 -6
- package/dist/src/unstable/extensions/common.d.ts.map +1 -1
- package/dist/src/unstable/extensions/common.js +22 -13
- package/dist/src/unstable/extensions/common.js.map +1 -1
- package/dist/src/unstable/extensions/fqn.js +1 -1
- package/dist/src/unstable/extensions/fqn.js.map +1 -1
- package/dist/src/unstable/extensions/installable-types.d.ts +4 -4
- package/dist/src/unstable/extensions/installable-types.d.ts.map +1 -1
- package/dist/src/unstable/extensions/installable-types.js +12 -4
- package/dist/src/unstable/extensions/installable-types.js.map +1 -1
- package/dist/src/unstable/extensions/operations.d.ts.map +1 -1
- package/dist/src/unstable/extensions/operations.js +6 -2
- package/dist/src/unstable/extensions/operations.js.map +1 -1
- package/dist/src/unstable/extensions/ref-base.d.ts +1 -1
- package/dist/src/unstable/extensions/ref-base.d.ts.map +1 -1
- package/dist/src/unstable/extensions/refs.d.ts +4 -2
- package/dist/src/unstable/extensions/refs.d.ts.map +1 -1
- package/dist/src/unstable/extensions/registry-source.d.ts +4 -4
- package/dist/src/unstable/extensions/utils.js +1 -1
- package/dist/src/unstable/files/discovery.d.ts +19 -0
- package/dist/src/unstable/files/discovery.d.ts.map +1 -0
- package/dist/src/unstable/{docs → files}/discovery.js +18 -11
- package/dist/src/unstable/files/discovery.js.map +1 -0
- package/dist/src/unstable/{docs → files}/generators.d.ts +1 -1
- package/dist/src/unstable/files/generators.d.ts.map +1 -0
- package/dist/src/unstable/{docs → files}/generators.js +1 -1
- package/dist/src/unstable/files/generators.js.map +1 -0
- package/dist/src/unstable/files/index.d.ts +15 -0
- package/dist/src/unstable/files/index.d.ts.map +1 -0
- package/dist/src/unstable/{docs → files}/index.js +4 -4
- package/dist/src/unstable/files/index.js.map +1 -0
- package/dist/src/unstable/files/manager.d.ts +19 -0
- package/dist/src/unstable/files/manager.d.ts.map +1 -0
- package/dist/src/unstable/{docs → files}/manager.js +56 -54
- package/dist/src/unstable/files/manager.js.map +1 -0
- package/dist/src/unstable/{docs → files}/manifest-schema.d.ts +17 -17
- package/dist/src/unstable/files/manifest-schema.d.ts.map +1 -0
- package/dist/src/unstable/{docs → files}/manifest-schema.js +48 -48
- package/dist/src/unstable/files/manifest-schema.js.map +1 -0
- package/dist/src/unstable/files/markers.d.ts +7 -0
- package/dist/src/unstable/files/markers.d.ts.map +1 -0
- package/dist/src/unstable/files/markers.js +7 -0
- package/dist/src/unstable/files/markers.js.map +1 -0
- package/dist/src/unstable/{docs → files}/materialization.d.ts +8 -8
- package/dist/src/unstable/files/materialization.d.ts.map +1 -0
- package/dist/src/unstable/{docs → files}/materialization.js +24 -24
- package/dist/src/unstable/files/materialization.js.map +1 -0
- package/dist/src/unstable/files/refs.d.ts +17 -0
- package/dist/src/unstable/files/refs.d.ts.map +1 -0
- package/dist/src/unstable/files/refs.js +8 -0
- package/dist/src/unstable/files/refs.js.map +1 -0
- package/dist/src/unstable/files/workspace-generators.d.ts.map +1 -0
- package/dist/src/unstable/files/workspace-generators.js.map +1 -0
- package/dist/src/unstable/hooks/discovery.d.ts +19 -0
- package/dist/src/unstable/hooks/discovery.d.ts.map +1 -0
- package/dist/src/unstable/hooks/discovery.js +101 -0
- package/dist/src/unstable/hooks/discovery.js.map +1 -0
- package/dist/src/unstable/hooks/index.d.ts +13 -0
- package/dist/src/unstable/hooks/index.d.ts.map +1 -0
- package/dist/src/unstable/hooks/index.js +11 -0
- package/dist/src/unstable/hooks/index.js.map +1 -0
- package/dist/src/unstable/{docs → hooks}/manager.d.ts +6 -6
- package/dist/src/unstable/hooks/manager.d.ts.map +1 -0
- package/dist/src/unstable/hooks/manager.js +512 -0
- package/dist/src/unstable/hooks/manager.js.map +1 -0
- package/dist/src/unstable/hooks/manifest-schema.d.ts +94 -0
- package/dist/src/unstable/hooks/manifest-schema.d.ts.map +1 -0
- package/dist/src/unstable/hooks/manifest-schema.js +85 -0
- package/dist/src/unstable/hooks/manifest-schema.js.map +1 -0
- package/dist/src/unstable/hooks/operations/publish.d.ts +22 -0
- package/dist/src/unstable/hooks/operations/publish.d.ts.map +1 -0
- package/dist/src/unstable/hooks/operations/publish.js +95 -0
- package/dist/src/unstable/hooks/operations/publish.js.map +1 -0
- package/dist/src/unstable/hooks/refs.d.ts +25 -0
- package/dist/src/unstable/hooks/refs.d.ts.map +1 -0
- package/dist/src/unstable/{docs → hooks}/refs.js +1 -1
- package/dist/src/unstable/hooks/refs.js.map +1 -0
- package/dist/src/unstable/hooks/registry-ref-builder.d.ts +7 -0
- package/dist/src/unstable/hooks/registry-ref-builder.d.ts.map +1 -0
- package/dist/src/unstable/hooks/registry-ref-builder.js +13 -0
- package/dist/src/unstable/hooks/registry-ref-builder.js.map +1 -0
- package/dist/src/unstable/lint/catalog/files/generator-valid.d.ts +4 -0
- package/dist/src/unstable/lint/catalog/files/generator-valid.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/{docs → files}/generator-valid.js +6 -6
- package/dist/src/unstable/lint/catalog/files/generator-valid.js.map +1 -0
- package/dist/src/unstable/lint/catalog/{docs → files}/helpers.d.ts +6 -6
- package/dist/src/unstable/lint/catalog/files/helpers.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/{docs → files}/helpers.js +7 -7
- package/dist/src/unstable/lint/catalog/files/helpers.js.map +1 -0
- package/dist/src/unstable/lint/catalog/files/manifest-keys-recognized.d.ts +4 -0
- package/dist/src/unstable/lint/catalog/files/manifest-keys-recognized.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/files/manifest-keys-recognized.js +14 -0
- package/dist/src/unstable/lint/catalog/files/manifest-keys-recognized.js.map +1 -0
- package/dist/src/unstable/lint/catalog/files/manifest-present.d.ts +4 -0
- package/dist/src/unstable/lint/catalog/files/manifest-present.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/files/manifest-present.js +24 -0
- package/dist/src/unstable/lint/catalog/files/manifest-present.js.map +1 -0
- package/dist/src/unstable/lint/catalog/files/manifest-schema-valid.d.ts +4 -0
- package/dist/src/unstable/lint/catalog/files/manifest-schema-valid.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/files/manifest-schema-valid.js +12 -0
- package/dist/src/unstable/lint/catalog/files/manifest-schema-valid.js.map +1 -0
- package/dist/src/unstable/lint/catalog/files/marker-valid.d.ts +4 -0
- package/dist/src/unstable/lint/catalog/files/marker-valid.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/{docs → files}/marker-valid.js +6 -6
- package/dist/src/unstable/lint/catalog/files/marker-valid.js.map +1 -0
- package/dist/src/unstable/lint/catalog/files/package-valid.d.ts +4 -0
- package/dist/src/unstable/lint/catalog/files/package-valid.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/{docs → files}/package-valid.js +9 -9
- package/dist/src/unstable/lint/catalog/files/package-valid.js.map +1 -0
- package/dist/src/unstable/lint/catalog/files/target-valid.d.ts +4 -0
- package/dist/src/unstable/lint/catalog/files/target-valid.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/{docs → files}/target-valid.js +6 -6
- package/dist/src/unstable/lint/catalog/files/target-valid.js.map +1 -0
- package/dist/src/unstable/lint/catalog/files/template-valid.d.ts +4 -0
- package/dist/src/unstable/lint/catalog/files/template-valid.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/{docs → files}/template-valid.js +7 -7
- package/dist/src/unstable/lint/catalog/files/template-valid.js.map +1 -0
- package/dist/src/unstable/lint/catalog/files-accessor/contexts.d.ts +10 -0
- package/dist/src/unstable/lint/catalog/files-accessor/contexts.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/files-accessor/contexts.js +8 -0
- package/dist/src/unstable/lint/catalog/files-accessor/contexts.js.map +1 -0
- package/dist/src/unstable/lint/catalog/files-accessor/platform.d.ts +9 -0
- package/dist/src/unstable/lint/catalog/files-accessor/platform.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/{docs-accessor → files-accessor}/platform.js +1 -1
- package/dist/src/unstable/lint/catalog/files-accessor/platform.js.map +1 -0
- package/dist/src/unstable/lint/catalog/files-accessor/vft.d.ts +8 -0
- package/dist/src/unstable/lint/catalog/files-accessor/vft.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/{docs-accessor → files-accessor}/vft.js +1 -1
- package/dist/src/unstable/lint/catalog/files-accessor/vft.js.map +1 -0
- package/dist/src/unstable/lint/catalog/files.d.ts +4 -0
- package/dist/src/unstable/lint/catalog/files.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/files.js +21 -0
- package/dist/src/unstable/lint/catalog/files.js.map +1 -0
- package/dist/src/unstable/lint/catalog/hook/entrypoint-exists.d.ts +4 -0
- package/dist/src/unstable/lint/catalog/hook/entrypoint-exists.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/hook/entrypoint-exists.js +39 -0
- package/dist/src/unstable/lint/catalog/hook/entrypoint-exists.js.map +1 -0
- package/dist/src/unstable/lint/catalog/hook/manifest-keys-recognized.d.ts +4 -0
- package/dist/src/unstable/lint/catalog/{docs → hook}/manifest-keys-recognized.d.ts.map +1 -1
- package/dist/src/unstable/lint/catalog/hook/manifest-keys-recognized.js +13 -0
- package/dist/src/unstable/lint/catalog/hook/manifest-keys-recognized.js.map +1 -0
- package/dist/src/unstable/lint/catalog/hook/manifest-present.d.ts +4 -0
- package/dist/src/unstable/lint/catalog/hook/manifest-present.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/hook/manifest-present.js +24 -0
- package/dist/src/unstable/lint/catalog/hook/manifest-present.js.map +1 -0
- package/dist/src/unstable/lint/catalog/hook/manifest-schema-valid.d.ts +4 -0
- package/dist/src/unstable/lint/catalog/{docs → hook}/manifest-schema-valid.d.ts.map +1 -1
- package/dist/src/unstable/lint/catalog/hook/manifest-schema-valid.js +11 -0
- package/dist/src/unstable/lint/catalog/hook/manifest-schema-valid.js.map +1 -0
- package/dist/src/unstable/lint/catalog/hook.d.ts +4 -0
- package/dist/src/unstable/lint/catalog/hook.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/hook.js +13 -0
- package/dist/src/unstable/lint/catalog/hook.js.map +1 -0
- package/dist/src/unstable/lint/catalog/index.d.ts +5 -4
- package/dist/src/unstable/lint/catalog/index.d.ts.map +1 -1
- package/dist/src/unstable/lint/catalog/index.js +9 -6
- package/dist/src/unstable/lint/catalog/index.js.map +1 -1
- package/dist/src/unstable/lint/catalog/shared/manifest-json.js +1 -1
- package/dist/src/unstable/lint/catalog/shared/manifest-json.js.map +1 -1
- package/dist/src/unstable/lint/catalog/shared/schema-rule.js +3 -1
- package/dist/src/unstable/lint/catalog/shared/schema-rule.js.map +1 -1
- package/dist/src/unstable/lint/catalog/workspace/skills-managed.js +1 -1
- package/dist/src/unstable/lint/catalog/workspace/skills-managed.js.map +1 -1
- package/dist/src/unstable/lint/catalog/workspace-read-model/lint-workspace.d.ts +2 -2
- package/dist/src/unstable/lint/catalog/workspace-read-model/lint-workspace.d.ts.map +1 -1
- package/dist/src/unstable/lint/catalog/workspace-read-model/lint-workspace.js +18 -18
- package/dist/src/unstable/lint/catalog/workspace-read-model/lint-workspace.js.map +1 -1
- package/dist/src/unstable/lint/cli.d.ts +4 -4
- package/dist/src/unstable/lint/cli.d.ts.map +1 -1
- package/dist/src/unstable/lint/cli.js +6 -6
- package/dist/src/unstable/lint/cli.js.map +1 -1
- package/dist/src/unstable/lint/context.d.ts +17 -5
- package/dist/src/unstable/lint/context.d.ts.map +1 -1
- package/dist/src/unstable/lint/index.d.ts +2 -2
- package/dist/src/unstable/lint/index.d.ts.map +1 -1
- package/dist/src/unstable/lint/index.js +1 -1
- package/dist/src/unstable/lint/index.js.map +1 -1
- package/dist/src/unstable/lint/publish.d.ts +5 -4
- package/dist/src/unstable/lint/publish.d.ts.map +1 -1
- package/dist/src/unstable/lint/publish.js +28 -18
- package/dist/src/unstable/lint/publish.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/lockfile.d.ts +235 -3
- package/dist/src/unstable/lockfile/lockfile.d.ts.map +1 -1
- package/dist/src/unstable/lockfile/lockfile.js +1 -1
- package/dist/src/unstable/lockfile/schema.d.ts +758 -14
- package/dist/src/unstable/lockfile/schema.d.ts.map +1 -1
- package/dist/src/unstable/lockfile/schema.js +62 -20
- package/dist/src/unstable/lockfile/schema.js.map +1 -1
- package/dist/src/unstable/managed-files/index.d.ts +7 -0
- package/dist/src/unstable/managed-files/index.d.ts.map +1 -0
- package/dist/src/unstable/managed-files/index.js +7 -0
- package/dist/src/unstable/managed-files/index.js.map +1 -0
- package/dist/src/unstable/{docs → managed-files}/markers.d.ts +1 -1
- package/dist/src/unstable/managed-files/markers.d.ts.map +1 -0
- package/dist/src/unstable/{docs → managed-files}/markers.js +1 -1
- package/dist/src/unstable/managed-files/markers.js.map +1 -0
- package/dist/src/unstable/packs/dependency-resolution.d.ts +3 -1
- package/dist/src/unstable/packs/dependency-resolution.d.ts.map +1 -1
- package/dist/src/unstable/packs/dependency-resolution.js +22 -7
- package/dist/src/unstable/packs/dependency-resolution.js.map +1 -1
- package/dist/src/unstable/packs/expansion.d.ts +3 -1
- package/dist/src/unstable/packs/expansion.d.ts.map +1 -1
- package/dist/src/unstable/packs/expansion.js +35 -5
- package/dist/src/unstable/packs/expansion.js.map +1 -1
- package/dist/src/unstable/packs/manager.d.ts.map +1 -1
- package/dist/src/unstable/packs/manager.js +3 -1
- package/dist/src/unstable/packs/manager.js.map +1 -1
- package/dist/src/unstable/packs/manifest-schema.js +1 -1
- package/dist/src/unstable/packs/manifest-schema.js.map +1 -1
- package/dist/src/unstable/packs/operations/install.d.ts +4 -0
- package/dist/src/unstable/packs/operations/install.d.ts.map +1 -1
- package/dist/src/unstable/packs/operations/install.js +7 -1
- package/dist/src/unstable/packs/operations/install.js.map +1 -1
- package/dist/src/unstable/packs/reconciliation-adapter.d.ts.map +1 -1
- package/dist/src/unstable/packs/reconciliation-adapter.js +4 -2
- package/dist/src/unstable/packs/reconciliation-adapter.js.map +1 -1
- package/dist/src/unstable/publish/lint-gate.d.ts +5 -0
- package/dist/src/unstable/publish/lint-gate.d.ts.map +1 -1
- package/dist/src/unstable/publish/lint-gate.js +12 -1
- package/dist/src/unstable/publish/lint-gate.js.map +1 -1
- package/dist/src/unstable/publish/manifest-policy.d.ts +54 -2
- package/dist/src/unstable/publish/manifest-policy.d.ts.map +1 -1
- package/dist/src/unstable/publish/manifest-policy.js +10 -5
- package/dist/src/unstable/publish/manifest-policy.js.map +1 -1
- package/dist/src/unstable/registry/discover-schema.d.ts +4 -4
- package/dist/src/unstable/registry/schema.d.ts +1 -1
- package/dist/src/unstable/rules/discovery.d.ts +19 -0
- package/dist/src/unstable/rules/discovery.d.ts.map +1 -0
- package/dist/src/unstable/rules/discovery.js +101 -0
- package/dist/src/unstable/rules/discovery.js.map +1 -0
- package/dist/src/unstable/rules/index.d.ts +11 -0
- package/dist/src/unstable/rules/index.d.ts.map +1 -0
- package/dist/src/unstable/rules/index.js +10 -0
- package/dist/src/unstable/rules/index.js.map +1 -0
- package/dist/src/unstable/rules/manager.d.ts +19 -0
- package/dist/src/unstable/rules/manager.d.ts.map +1 -0
- package/dist/src/unstable/rules/manager.js +400 -0
- package/dist/src/unstable/rules/manager.js.map +1 -0
- package/dist/src/unstable/rules/manifest-schema.d.ts +62 -0
- package/dist/src/unstable/rules/manifest-schema.d.ts.map +1 -0
- package/dist/src/unstable/rules/manifest-schema.js +43 -0
- package/dist/src/unstable/rules/manifest-schema.js.map +1 -0
- package/dist/src/unstable/rules/refs.d.ts +25 -0
- package/dist/src/unstable/rules/refs.d.ts.map +1 -0
- package/dist/src/unstable/rules/refs.js +8 -0
- package/dist/src/unstable/rules/refs.js.map +1 -0
- package/dist/src/unstable/rules/registry-ref-builder.d.ts +7 -0
- package/dist/src/unstable/rules/registry-ref-builder.d.ts.map +1 -0
- package/dist/src/unstable/rules/registry-ref-builder.js +13 -0
- package/dist/src/unstable/rules/registry-ref-builder.js.map +1 -0
- 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 +116 -12
- package/dist/src/unstable/settings/schema.d.ts.map +1 -1
- package/dist/src/unstable/settings/schema.js +170 -32
- package/dist/src/unstable/settings/schema.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/bitbucket/print.js +1 -1
- package/dist/src/unstable/source-resolution/providers/bitbucket/print.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/convention-discovery.d.ts +10 -0
- package/dist/src/unstable/source-resolution/providers/convention-discovery.d.ts.map +1 -0
- package/dist/src/unstable/source-resolution/providers/convention-discovery.js +388 -0
- package/dist/src/unstable/source-resolution/providers/convention-discovery.js.map +1 -0
- package/dist/src/unstable/source-resolution/providers/git-hosting.d.ts.map +1 -1
- package/dist/src/unstable/source-resolution/providers/git-hosting.js +4 -71
- package/dist/src/unstable/source-resolution/providers/git-hosting.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/git.d.ts +5 -4
- package/dist/src/unstable/source-resolution/providers/git.d.ts.map +1 -1
- package/dist/src/unstable/source-resolution/providers/git.js +28 -11
- package/dist/src/unstable/source-resolution/providers/git.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/github/print.js +1 -1
- package/dist/src/unstable/source-resolution/providers/github/print.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/gitlab/print.js +1 -1
- package/dist/src/unstable/source-resolution/providers/gitlab/print.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/local.d.ts.map +1 -1
- package/dist/src/unstable/source-resolution/providers/local.js +6 -50
- package/dist/src/unstable/source-resolution/providers/local.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/parse-provider-shorthand.d.ts +1 -1
- package/dist/src/unstable/source-resolution/providers/parse-provider-shorthand.d.ts.map +1 -1
- package/dist/src/unstable/source-resolution/providers/parse-provider-shorthand.js +34 -11
- package/dist/src/unstable/source-resolution/providers/parse-provider-shorthand.js.map +1 -1
- 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 +24 -4
- package/dist/src/unstable/source-resolution/providers/registry/host-provider.js.map +1 -1
- package/dist/src/unstable/source-resolution/resolve-source.d.ts.map +1 -1
- package/dist/src/unstable/source-resolution/resolve-source.js +29 -7
- package/dist/src/unstable/source-resolution/resolve-source.js.map +1 -1
- package/dist/src/unstable/sources/printer.d.ts +2 -2
- package/dist/src/unstable/sources/printer.d.ts.map +1 -1
- package/dist/src/unstable/sources/types.d.ts +1 -0
- package/dist/src/unstable/sources/types.d.ts.map +1 -1
- package/dist/src/unstable/sources/types.js +16 -2
- package/dist/src/unstable/sources/types.js.map +1 -1
- package/dist/src/unstable/workspace/configured-entry-resolution/index.d.ts +2 -2
- package/dist/src/unstable/workspace/configured-entry-resolution/index.d.ts.map +1 -1
- package/dist/src/unstable/workspace/configured-entry-resolution/index.js +1 -1
- package/dist/src/unstable/workspace/configured-entry-resolution/index.js.map +1 -1
- package/dist/src/unstable/workspace/configured-entry-resolution/resolve.d.ts +13 -3
- package/dist/src/unstable/workspace/configured-entry-resolution/resolve.d.ts.map +1 -1
- package/dist/src/unstable/workspace/configured-entry-resolution/resolve.js +109 -9
- package/dist/src/unstable/workspace/configured-entry-resolution/resolve.js.map +1 -1
- package/dist/src/unstable/workspace/configured-entry-resolution/types.d.ts +6 -2
- package/dist/src/unstable/workspace/configured-entry-resolution/types.d.ts.map +1 -1
- package/dist/src/unstable/workspace/configured-entry-resolution/types.js.map +1 -1
- package/dist/src/unstable/workspace/index.d.ts +2 -2
- package/dist/src/unstable/workspace/index.d.ts.map +1 -1
- package/dist/src/unstable/workspace/index.js +1 -1
- package/dist/src/unstable/workspace/index.js.map +1 -1
- package/dist/src/unstable/workspace/initialization.d.ts +96 -40
- package/dist/src/unstable/workspace/initialization.d.ts.map +1 -1
- package/dist/src/unstable/workspace/read-model/discovery/skills.d.ts.map +1 -1
- package/dist/src/unstable/workspace/read-model/discovery/skills.js +8 -1
- package/dist/src/unstable/workspace/read-model/discovery/skills.js.map +1 -1
- package/dist/src/unstable/workspace/read-model/extensions/files.d.ts +93 -0
- package/dist/src/unstable/workspace/read-model/extensions/files.d.ts.map +1 -0
- package/dist/src/unstable/workspace/read-model/extensions/{docs.js → files.js} +21 -21
- package/dist/src/unstable/workspace/read-model/extensions/files.js.map +1 -0
- package/dist/src/unstable/workspace/read-model/extensions/index.d.ts +2 -2
- package/dist/src/unstable/workspace/read-model/extensions/index.d.ts.map +1 -1
- package/dist/src/unstable/workspace/read-model/extensions/index.js +1 -1
- package/dist/src/unstable/workspace/read-model/extensions/index.js.map +1 -1
- package/dist/src/unstable/workspace/read-model/extensions/rule.d.ts +29 -6
- package/dist/src/unstable/workspace/read-model/extensions/rule.d.ts.map +1 -1
- package/dist/src/unstable/workspace/read-model/extensions/rule.js +38 -28
- package/dist/src/unstable/workspace/read-model/extensions/rule.js.map +1 -1
- package/dist/src/unstable/workspace/read-model/scanners/canonical-extensions.js +4 -2
- package/dist/src/unstable/workspace/read-model/scanners/canonical-extensions.js.map +1 -1
- package/dist/src/unstable/workspace/read-model/service.d.ts +2 -2
- package/dist/src/unstable/workspace/read-model/service.d.ts.map +1 -1
- package/dist/src/unstable/workspace/read-model/service.js +16 -6
- package/dist/src/unstable/workspace/read-model/service.js.map +1 -1
- package/dist/src/unstable/workspace/read-model-record-readers.d.ts.map +1 -1
- package/dist/src/unstable/workspace/read-model-record-readers.js +56 -5
- package/dist/src/unstable/workspace/read-model-record-readers.js.map +1 -1
- package/dist/src/unstable/workspace/service-interface.d.ts +90 -26
- 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 +502 -14
- package/dist/src/unstable/workspace/service.d.ts.map +1 -1
- package/dist/src/unstable/workspace/service.js +318 -42
- package/dist/src/unstable/workspace/service.js.map +1 -1
- package/dist/src/unstable/workspace/test-stubs.d.ts +2 -0
- package/dist/src/unstable/workspace/test-stubs.d.ts.map +1 -1
- package/dist/src/unstable/workspace/test-stubs.js +32 -10
- package/dist/src/unstable/workspace/test-stubs.js.map +1 -1
- package/package.json +18 -6
- package/site-content/__generated__/schemas/axm-lock.schema.json +555 -136
- package/site-content/__generated__/schemas/axm-package-meta.schema.json +1 -1
- package/site-content/__generated__/schemas/{docs.schema.json → files.schema.json} +44 -44
- package/site-content/__generated__/schemas/hook.schema.json +375 -0
- package/site-content/__generated__/schemas/pack.schema.json +3 -3
- package/site-content/__generated__/schemas/rule.schema.json +327 -0
- package/site-content/__generated__/schemas/settings.schema.json +138 -28
- package/dist/src/unstable/docs/discovery.d.ts +0 -19
- package/dist/src/unstable/docs/discovery.d.ts.map +0 -1
- package/dist/src/unstable/docs/discovery.js.map +0 -1
- package/dist/src/unstable/docs/generators.d.ts.map +0 -1
- package/dist/src/unstable/docs/generators.js.map +0 -1
- package/dist/src/unstable/docs/index.d.ts +0 -15
- package/dist/src/unstable/docs/index.d.ts.map +0 -1
- package/dist/src/unstable/docs/index.js.map +0 -1
- package/dist/src/unstable/docs/manager.d.ts.map +0 -1
- package/dist/src/unstable/docs/manager.js.map +0 -1
- package/dist/src/unstable/docs/manifest-schema.d.ts.map +0 -1
- package/dist/src/unstable/docs/manifest-schema.js.map +0 -1
- package/dist/src/unstable/docs/markers.d.ts.map +0 -1
- package/dist/src/unstable/docs/markers.js.map +0 -1
- package/dist/src/unstable/docs/materialization.d.ts.map +0 -1
- package/dist/src/unstable/docs/materialization.js.map +0 -1
- package/dist/src/unstable/docs/refs.d.ts +0 -17
- package/dist/src/unstable/docs/refs.d.ts.map +0 -1
- package/dist/src/unstable/docs/refs.js.map +0 -1
- package/dist/src/unstable/docs/workspace-generators.d.ts.map +0 -1
- package/dist/src/unstable/docs/workspace-generators.js.map +0 -1
- package/dist/src/unstable/lint/catalog/docs/generator-valid.d.ts +0 -4
- package/dist/src/unstable/lint/catalog/docs/generator-valid.d.ts.map +0 -1
- package/dist/src/unstable/lint/catalog/docs/generator-valid.js.map +0 -1
- package/dist/src/unstable/lint/catalog/docs/helpers.d.ts.map +0 -1
- package/dist/src/unstable/lint/catalog/docs/helpers.js.map +0 -1
- package/dist/src/unstable/lint/catalog/docs/manifest-keys-recognized.d.ts +0 -4
- package/dist/src/unstable/lint/catalog/docs/manifest-keys-recognized.js +0 -14
- package/dist/src/unstable/lint/catalog/docs/manifest-keys-recognized.js.map +0 -1
- package/dist/src/unstable/lint/catalog/docs/manifest-present.d.ts +0 -4
- package/dist/src/unstable/lint/catalog/docs/manifest-present.d.ts.map +0 -1
- package/dist/src/unstable/lint/catalog/docs/manifest-present.js +0 -24
- package/dist/src/unstable/lint/catalog/docs/manifest-present.js.map +0 -1
- package/dist/src/unstable/lint/catalog/docs/manifest-schema-valid.d.ts +0 -4
- package/dist/src/unstable/lint/catalog/docs/manifest-schema-valid.js +0 -12
- package/dist/src/unstable/lint/catalog/docs/manifest-schema-valid.js.map +0 -1
- package/dist/src/unstable/lint/catalog/docs/marker-valid.d.ts +0 -4
- package/dist/src/unstable/lint/catalog/docs/marker-valid.d.ts.map +0 -1
- package/dist/src/unstable/lint/catalog/docs/marker-valid.js.map +0 -1
- package/dist/src/unstable/lint/catalog/docs/package-valid.d.ts +0 -4
- package/dist/src/unstable/lint/catalog/docs/package-valid.d.ts.map +0 -1
- package/dist/src/unstable/lint/catalog/docs/package-valid.js.map +0 -1
- package/dist/src/unstable/lint/catalog/docs/target-valid.d.ts +0 -4
- package/dist/src/unstable/lint/catalog/docs/target-valid.d.ts.map +0 -1
- package/dist/src/unstable/lint/catalog/docs/target-valid.js.map +0 -1
- package/dist/src/unstable/lint/catalog/docs/template-valid.d.ts +0 -4
- package/dist/src/unstable/lint/catalog/docs/template-valid.d.ts.map +0 -1
- package/dist/src/unstable/lint/catalog/docs/template-valid.js.map +0 -1
- package/dist/src/unstable/lint/catalog/docs-accessor/contexts.d.ts +0 -10
- package/dist/src/unstable/lint/catalog/docs-accessor/contexts.d.ts.map +0 -1
- package/dist/src/unstable/lint/catalog/docs-accessor/contexts.js +0 -8
- package/dist/src/unstable/lint/catalog/docs-accessor/contexts.js.map +0 -1
- package/dist/src/unstable/lint/catalog/docs-accessor/platform.d.ts +0 -9
- package/dist/src/unstable/lint/catalog/docs-accessor/platform.d.ts.map +0 -1
- package/dist/src/unstable/lint/catalog/docs-accessor/platform.js.map +0 -1
- package/dist/src/unstable/lint/catalog/docs-accessor/vft.d.ts +0 -8
- package/dist/src/unstable/lint/catalog/docs-accessor/vft.d.ts.map +0 -1
- package/dist/src/unstable/lint/catalog/docs-accessor/vft.js.map +0 -1
- package/dist/src/unstable/lint/catalog/docs.d.ts +0 -4
- package/dist/src/unstable/lint/catalog/docs.d.ts.map +0 -1
- package/dist/src/unstable/lint/catalog/docs.js +0 -21
- package/dist/src/unstable/lint/catalog/docs.js.map +0 -1
- package/dist/src/unstable/workspace/read-model/extensions/docs.d.ts +0 -93
- package/dist/src/unstable/workspace/read-model/extensions/docs.d.ts.map +0 -1
- package/dist/src/unstable/workspace/read-model/extensions/docs.js.map +0 -1
- /package/dist/src/unstable/{docs → files}/workspace-generators.d.ts +0 -0
- /package/dist/src/unstable/{docs → files}/workspace-generators.js +0 -0
package/LICENSE
CHANGED
|
@@ -1,13 +1,102 @@
|
|
|
1
|
-
MIT License
|
|
1
|
+
# Functional Source License, Version 1.1, MIT Future License
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
## Abbreviation
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
5
|
+
FSL-1.1-MIT
|
|
6
|
+
|
|
7
|
+
## Notice
|
|
8
|
+
|
|
9
|
+
Copyright 2025-2026 AgentXM, Inc.
|
|
10
|
+
|
|
11
|
+
## Terms and Conditions
|
|
12
|
+
|
|
13
|
+
### Licensor ("We")
|
|
14
|
+
|
|
15
|
+
The party offering the Software under these Terms and Conditions.
|
|
16
|
+
|
|
17
|
+
### The Software
|
|
18
|
+
|
|
19
|
+
The "Software" is each version of the software that we make available under
|
|
20
|
+
these Terms and Conditions, as indicated by our inclusion of these Terms and
|
|
21
|
+
Conditions with the Software.
|
|
22
|
+
|
|
23
|
+
### License Grant
|
|
24
|
+
|
|
25
|
+
Subject to your compliance with this License Grant and the Patents,
|
|
26
|
+
Redistribution and Trademark clauses below, we hereby grant you the right to
|
|
27
|
+
use, copy, modify, create derivative works, publicly perform, publicly display
|
|
28
|
+
and redistribute the Software for any Permitted Purpose identified below.
|
|
29
|
+
|
|
30
|
+
### Permitted Purpose
|
|
31
|
+
|
|
32
|
+
A Permitted Purpose is any purpose other than a Competing Use. A Competing Use
|
|
33
|
+
means making the Software available to others in a commercial product or
|
|
34
|
+
service that:
|
|
35
|
+
|
|
36
|
+
1. substitutes for the Software;
|
|
37
|
+
|
|
38
|
+
2. substitutes for any other product or service we offer using the Software
|
|
39
|
+
that exists as of the date we make the Software available; or
|
|
40
|
+
|
|
41
|
+
3. offers the same or substantially similar functionality as the Software.
|
|
42
|
+
|
|
43
|
+
Permitted Purposes specifically include using the Software:
|
|
44
|
+
|
|
45
|
+
1. for your internal use and access;
|
|
46
|
+
|
|
47
|
+
2. for non-commercial education;
|
|
48
|
+
|
|
49
|
+
3. for non-commercial research; and
|
|
50
|
+
|
|
51
|
+
4. in connection with professional services that you provide to a licensee
|
|
52
|
+
using the Software in accordance with these Terms and Conditions.
|
|
53
|
+
|
|
54
|
+
### Patents
|
|
55
|
+
|
|
56
|
+
To the extent your use for a Permitted Purpose would necessarily infringe our
|
|
57
|
+
patents, the license grant above includes a license under our patents. If you
|
|
58
|
+
make a claim against any party that the Software infringes or contributes to
|
|
59
|
+
the infringement of any patent, then your patent license to the Software ends
|
|
60
|
+
immediately.
|
|
61
|
+
|
|
62
|
+
### Redistribution
|
|
63
|
+
|
|
64
|
+
The Terms and Conditions apply to all copies, modifications and derivatives of
|
|
65
|
+
the Software.
|
|
66
|
+
|
|
67
|
+
If you redistribute any copies, modifications or derivatives of the Software,
|
|
68
|
+
you must include a copy of or a link to these Terms and Conditions and not
|
|
69
|
+
remove any copyright notices provided in or with the Software.
|
|
70
|
+
|
|
71
|
+
### Disclaimer
|
|
72
|
+
|
|
73
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTIES OF ANY KIND, EXPRESS OR
|
|
74
|
+
IMPLIED, INCLUDING WITHOUT LIMITATION WARRANTIES OF FITNESS FOR A PARTICULAR
|
|
75
|
+
PURPOSE, MERCHANTABILITY, TITLE OR NON-INFRINGEMENT.
|
|
76
|
+
|
|
77
|
+
IN NO EVENT WILL WE HAVE ANY LIABILITY TO YOU ARISING OUT OF OR RELATED TO THE
|
|
78
|
+
SOFTWARE, INCLUDING INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES,
|
|
79
|
+
EVEN IF WE HAVE BEEN INFORMED OF THEIR POSSIBILITY IN ADVANCE.
|
|
80
|
+
|
|
81
|
+
### Trademarks
|
|
82
|
+
|
|
83
|
+
Except for displaying the License Details and identifying us as the origin of
|
|
84
|
+
the Software, you have no right under these Terms and Conditions to use our
|
|
85
|
+
trademarks, trade names, service marks or product names.
|
|
86
|
+
|
|
87
|
+
## Grant of Future License
|
|
88
|
+
|
|
89
|
+
We hereby irrevocably grant you an additional license to use the Software under
|
|
90
|
+
the MIT license that is effective on the second anniversary of the date we make
|
|
91
|
+
the Software available. On or after that date, you may use the Software under
|
|
92
|
+
the MIT license, in which case the following will apply:
|
|
93
|
+
|
|
94
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
95
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
96
|
+
the Software without restriction, including without limitation the rights to
|
|
97
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
98
|
+
of the Software, and to permit persons to whom the Software is furnished to do
|
|
99
|
+
so, subject to the following conditions:
|
|
11
100
|
|
|
12
101
|
The above copyright notice and this permission notice shall be included in all
|
|
13
102
|
copies or substantial portions of the Software.
|
package/README.md
CHANGED
|
@@ -325,6 +325,30 @@ export declare const AGENTS: readonly [{
|
|
|
325
325
|
readonly nestedDiscovery: true;
|
|
326
326
|
readonly importSyntax: "at-path";
|
|
327
327
|
};
|
|
328
|
+
readonly hooks: {
|
|
329
|
+
readonly lifecycle: "available";
|
|
330
|
+
readonly notes: "Managed hooks merge into the Claude Code settings hooks block and execute materialized AXM package entrypoints.";
|
|
331
|
+
readonly sources: readonly ["https://docs.claude.com/en/docs/claude-code/hooks", "https://docs.claude.com/en/docs/claude-code/settings"];
|
|
332
|
+
readonly lastVerified: "2026-06-02";
|
|
333
|
+
readonly scopes: readonly ["user", "project"];
|
|
334
|
+
readonly configFiles: readonly [{
|
|
335
|
+
readonly scope: "user";
|
|
336
|
+
readonly path: "~/.claude/settings.json";
|
|
337
|
+
readonly format: "json";
|
|
338
|
+
readonly gitignored: false;
|
|
339
|
+
}, {
|
|
340
|
+
readonly scope: "project";
|
|
341
|
+
readonly path: ".claude/settings.json";
|
|
342
|
+
readonly format: "json";
|
|
343
|
+
readonly gitignored: false;
|
|
344
|
+
}, {
|
|
345
|
+
readonly scope: "project";
|
|
346
|
+
readonly path: ".claude/settings.local.json";
|
|
347
|
+
readonly format: "json";
|
|
348
|
+
readonly gitignored: true;
|
|
349
|
+
}];
|
|
350
|
+
readonly serializer: "claude-code-settings";
|
|
351
|
+
};
|
|
328
352
|
readonly permissions: {
|
|
329
353
|
readonly lifecycle: "available";
|
|
330
354
|
readonly sources: readonly ["https://docs.claude.com/en/docs/claude-code/iam", "https://docs.claude.com/en/docs/claude-code/settings"];
|
|
@@ -3609,6 +3633,30 @@ export declare const AGENTS_BY_ID: {
|
|
|
3609
3633
|
readonly nestedDiscovery: true;
|
|
3610
3634
|
readonly importSyntax: "at-path";
|
|
3611
3635
|
};
|
|
3636
|
+
readonly hooks: {
|
|
3637
|
+
readonly lifecycle: "available";
|
|
3638
|
+
readonly notes: "Managed hooks merge into the Claude Code settings hooks block and execute materialized AXM package entrypoints.";
|
|
3639
|
+
readonly sources: readonly ["https://docs.claude.com/en/docs/claude-code/hooks", "https://docs.claude.com/en/docs/claude-code/settings"];
|
|
3640
|
+
readonly lastVerified: "2026-06-02";
|
|
3641
|
+
readonly scopes: readonly ["user", "project"];
|
|
3642
|
+
readonly configFiles: readonly [{
|
|
3643
|
+
readonly scope: "user";
|
|
3644
|
+
readonly path: "~/.claude/settings.json";
|
|
3645
|
+
readonly format: "json";
|
|
3646
|
+
readonly gitignored: false;
|
|
3647
|
+
}, {
|
|
3648
|
+
readonly scope: "project";
|
|
3649
|
+
readonly path: ".claude/settings.json";
|
|
3650
|
+
readonly format: "json";
|
|
3651
|
+
readonly gitignored: false;
|
|
3652
|
+
}, {
|
|
3653
|
+
readonly scope: "project";
|
|
3654
|
+
readonly path: ".claude/settings.local.json";
|
|
3655
|
+
readonly format: "json";
|
|
3656
|
+
readonly gitignored: true;
|
|
3657
|
+
}];
|
|
3658
|
+
readonly serializer: "claude-code-settings";
|
|
3659
|
+
};
|
|
3612
3660
|
readonly permissions: {
|
|
3613
3661
|
readonly lifecycle: "available";
|
|
3614
3662
|
readonly sources: readonly ["https://docs.claude.com/en/docs/claude-code/iam", "https://docs.claude.com/en/docs/claude-code/settings"];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.d.ts","sourceRoot":"","sources":["../../../../../src/unstable/agent-capabilities/__generated__/catalog.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,wEAAwE;AACxE,eAAO,MAAM,SAAS,ymBAuDZ,CAAC;AAEX,wEAAwE;AACxE,MAAM,MAAM,OAAO,GAAG,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC;AAEjD,wEAAwE;AACxE,eAAO,MAAM,aAAa,0nBAKxB,CAAC;AAEH,wEAAwE;AACxE,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"catalog.d.ts","sourceRoot":"","sources":["../../../../../src/unstable/agent-capabilities/__generated__/catalog.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,wEAAwE;AACxE,eAAO,MAAM,SAAS,ymBAuDZ,CAAC;AAEX,wEAAwE;AACxE,MAAM,MAAM,OAAO,GAAG,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC;AAEjD,wEAAwE;AACxE,eAAO,MAAM,aAAa,0nBAKxB,CAAC;AAEH,wEAAwE;AACxE,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA2oHsB,CAAC;AAE1C,wEAAwE;AACxE,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2oHkB,CAAC"}
|
|
@@ -412,6 +412,37 @@ export const AGENTS = [
|
|
|
412
412
|
nestedDiscovery: true,
|
|
413
413
|
importSyntax: "at-path",
|
|
414
414
|
},
|
|
415
|
+
hooks: {
|
|
416
|
+
lifecycle: "available",
|
|
417
|
+
notes: "Managed hooks merge into the Claude Code settings hooks block and execute materialized AXM package entrypoints.",
|
|
418
|
+
sources: [
|
|
419
|
+
"https://docs.claude.com/en/docs/claude-code/hooks",
|
|
420
|
+
"https://docs.claude.com/en/docs/claude-code/settings",
|
|
421
|
+
],
|
|
422
|
+
lastVerified: "2026-06-02",
|
|
423
|
+
scopes: ["user", "project"],
|
|
424
|
+
configFiles: [
|
|
425
|
+
{
|
|
426
|
+
scope: "user",
|
|
427
|
+
path: "~/.claude/settings.json",
|
|
428
|
+
format: "json",
|
|
429
|
+
gitignored: false,
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
scope: "project",
|
|
433
|
+
path: ".claude/settings.json",
|
|
434
|
+
format: "json",
|
|
435
|
+
gitignored: false,
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
scope: "project",
|
|
439
|
+
path: ".claude/settings.local.json",
|
|
440
|
+
format: "json",
|
|
441
|
+
gitignored: true,
|
|
442
|
+
},
|
|
443
|
+
],
|
|
444
|
+
serializer: "claude-code-settings",
|
|
445
|
+
},
|
|
415
446
|
permissions: {
|
|
416
447
|
lifecycle: "available",
|
|
417
448
|
sources: [
|
|
@@ -4059,6 +4090,37 @@ export const AGENTS_BY_ID = {
|
|
|
4059
4090
|
nestedDiscovery: true,
|
|
4060
4091
|
importSyntax: "at-path",
|
|
4061
4092
|
},
|
|
4093
|
+
hooks: {
|
|
4094
|
+
lifecycle: "available",
|
|
4095
|
+
notes: "Managed hooks merge into the Claude Code settings hooks block and execute materialized AXM package entrypoints.",
|
|
4096
|
+
sources: [
|
|
4097
|
+
"https://docs.claude.com/en/docs/claude-code/hooks",
|
|
4098
|
+
"https://docs.claude.com/en/docs/claude-code/settings",
|
|
4099
|
+
],
|
|
4100
|
+
lastVerified: "2026-06-02",
|
|
4101
|
+
scopes: ["user", "project"],
|
|
4102
|
+
configFiles: [
|
|
4103
|
+
{
|
|
4104
|
+
scope: "user",
|
|
4105
|
+
path: "~/.claude/settings.json",
|
|
4106
|
+
format: "json",
|
|
4107
|
+
gitignored: false,
|
|
4108
|
+
},
|
|
4109
|
+
{
|
|
4110
|
+
scope: "project",
|
|
4111
|
+
path: ".claude/settings.json",
|
|
4112
|
+
format: "json",
|
|
4113
|
+
gitignored: false,
|
|
4114
|
+
},
|
|
4115
|
+
{
|
|
4116
|
+
scope: "project",
|
|
4117
|
+
path: ".claude/settings.local.json",
|
|
4118
|
+
format: "json",
|
|
4119
|
+
gitignored: true,
|
|
4120
|
+
},
|
|
4121
|
+
],
|
|
4122
|
+
serializer: "claude-code-settings",
|
|
4123
|
+
},
|
|
4062
4124
|
permissions: {
|
|
4063
4125
|
lifecycle: "available",
|
|
4064
4126
|
sources: [
|