@agentxm/client-core 0.13.1 → 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/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 +17 -5
- 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
|
@@ -939,13 +939,13 @@ export declare const McpServersLockMapSchema: Schema.$Record<Schema.String, Sche
|
|
|
939
939
|
*/
|
|
940
940
|
export type McpServersLockMap = Schema.Schema.Type<typeof McpServersLockMapSchema>;
|
|
941
941
|
/**
|
|
942
|
-
* Resolved scalar input values captured for a Context
|
|
942
|
+
* Resolved scalar input values captured for a Context Files package install.
|
|
943
943
|
*
|
|
944
944
|
* @experimental This API is unstable and may change without notice.
|
|
945
945
|
*/
|
|
946
|
-
export declare const
|
|
946
|
+
export declare const FilesResolvedInputsMapSchema: Schema.$Record<Schema.String, Schema.Union<readonly [Schema.String, Schema.Number, Schema.Boolean]>>;
|
|
947
947
|
/** @experimental */
|
|
948
|
-
export type
|
|
948
|
+
export type FilesResolvedInputsMap = Schema.Schema.Type<typeof FilesResolvedInputsMapSchema>;
|
|
949
949
|
/**
|
|
950
950
|
* Materialized file target recorded for sync and uninstall decisions.
|
|
951
951
|
*
|
|
@@ -960,12 +960,12 @@ export declare const MaterializedFileTargetSchema: Schema.Struct<{
|
|
|
960
960
|
/** @experimental */
|
|
961
961
|
export type MaterializedFileTarget = Schema.Schema.Type<typeof MaterializedFileTargetSchema>;
|
|
962
962
|
/**
|
|
963
|
-
* Lock entry for a single installed Context
|
|
963
|
+
* Lock entry for a single installed Context Files package.
|
|
964
964
|
* Discriminated union by the `type` field.
|
|
965
965
|
*
|
|
966
966
|
* @experimental This API is unstable and may change without notice.
|
|
967
967
|
*/
|
|
968
|
-
export declare const
|
|
968
|
+
export declare const FilesLockEntrySchema: Schema.Union<readonly [Schema.Struct<{
|
|
969
969
|
readonly type: Schema.Literal<"github">;
|
|
970
970
|
readonly owner: Schema.NonEmptyString;
|
|
971
971
|
readonly repo: Schema.NonEmptyString;
|
|
@@ -1091,13 +1091,13 @@ export declare const DocsLockEntrySchema: Schema.Union<readonly [Schema.Struct<{
|
|
|
1091
1091
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1092
1092
|
}>]>;
|
|
1093
1093
|
/** @experimental */
|
|
1094
|
-
export type
|
|
1094
|
+
export type FilesLockEntry = Schema.Schema.Type<typeof FilesLockEntrySchema>;
|
|
1095
1095
|
/**
|
|
1096
|
-
* Map of Context
|
|
1096
|
+
* Map of Context Files package names to their lock entries.
|
|
1097
1097
|
*
|
|
1098
1098
|
* @experimental This API is unstable and may change without notice.
|
|
1099
1099
|
*/
|
|
1100
|
-
export declare const
|
|
1100
|
+
export declare const FilesLockMapSchema: Schema.$Record<Schema.String, Schema.Union<readonly [Schema.Struct<{
|
|
1101
1101
|
readonly type: Schema.Literal<"github">;
|
|
1102
1102
|
readonly owner: Schema.NonEmptyString;
|
|
1103
1103
|
readonly repo: Schema.NonEmptyString;
|
|
@@ -1223,7 +1223,507 @@ export declare const DocsLockMapSchema: Schema.$Record<Schema.String, Schema.Uni
|
|
|
1223
1223
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1224
1224
|
}>]>>;
|
|
1225
1225
|
/** @experimental */
|
|
1226
|
-
export type
|
|
1226
|
+
export type FilesLockMap = Schema.Schema.Type<typeof FilesLockMapSchema>;
|
|
1227
|
+
/**
|
|
1228
|
+
* Lock entry for a single installed rule.
|
|
1229
|
+
*
|
|
1230
|
+
* @experimental This API is unstable and may change without notice.
|
|
1231
|
+
*/
|
|
1232
|
+
export declare const RuleLockEntrySchema: Schema.Union<readonly [Schema.Struct<{
|
|
1233
|
+
readonly type: Schema.Literal<"github">;
|
|
1234
|
+
readonly owner: Schema.NonEmptyString;
|
|
1235
|
+
readonly repo: Schema.NonEmptyString;
|
|
1236
|
+
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
1237
|
+
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
1238
|
+
} & {
|
|
1239
|
+
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1240
|
+
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1241
|
+
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1242
|
+
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1243
|
+
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1244
|
+
}>>>;
|
|
1245
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1246
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1247
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
1248
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1249
|
+
}>, Schema.Struct<{
|
|
1250
|
+
readonly type: Schema.Literal<"gitlab">;
|
|
1251
|
+
readonly owner: Schema.NonEmptyString;
|
|
1252
|
+
readonly repo: Schema.NonEmptyString;
|
|
1253
|
+
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
1254
|
+
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
1255
|
+
} & {
|
|
1256
|
+
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1257
|
+
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1258
|
+
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1259
|
+
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1260
|
+
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1261
|
+
}>>>;
|
|
1262
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1263
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1264
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
1265
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1266
|
+
}>, Schema.Struct<{
|
|
1267
|
+
readonly type: Schema.Literal<"bitbucket">;
|
|
1268
|
+
readonly owner: Schema.NonEmptyString;
|
|
1269
|
+
readonly repo: Schema.NonEmptyString;
|
|
1270
|
+
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
1271
|
+
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
1272
|
+
} & {
|
|
1273
|
+
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1274
|
+
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1275
|
+
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1276
|
+
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1277
|
+
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1278
|
+
}>>>;
|
|
1279
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1280
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1281
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
1282
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1283
|
+
}>, Schema.Struct<{
|
|
1284
|
+
readonly type: Schema.Literal<"azurerepos">;
|
|
1285
|
+
readonly organization: Schema.NonEmptyString;
|
|
1286
|
+
readonly project: Schema.NonEmptyString;
|
|
1287
|
+
readonly repo: Schema.NonEmptyString;
|
|
1288
|
+
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
1289
|
+
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
1290
|
+
} & {
|
|
1291
|
+
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1292
|
+
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1293
|
+
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1294
|
+
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1295
|
+
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1296
|
+
}>>>;
|
|
1297
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1298
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1299
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
1300
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1301
|
+
}>, Schema.Struct<{
|
|
1302
|
+
readonly type: Schema.Literal<"git">;
|
|
1303
|
+
readonly url: Schema.String;
|
|
1304
|
+
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
1305
|
+
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
1306
|
+
} & {
|
|
1307
|
+
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1308
|
+
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1309
|
+
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1310
|
+
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1311
|
+
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1312
|
+
}>>>;
|
|
1313
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1314
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1315
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
1316
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1317
|
+
}>, Schema.Struct<{
|
|
1318
|
+
readonly type: Schema.Literal<"local">;
|
|
1319
|
+
readonly path: Schema.String;
|
|
1320
|
+
} & {
|
|
1321
|
+
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1322
|
+
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1323
|
+
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1324
|
+
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1325
|
+
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1326
|
+
}>>>;
|
|
1327
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1328
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1329
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
1330
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1331
|
+
}>, Schema.Struct<{
|
|
1332
|
+
readonly type: Schema.Literal<"registry">;
|
|
1333
|
+
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
1334
|
+
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
1335
|
+
readonly resolvedVersion: Schema.brand<Schema.String, "Version">;
|
|
1336
|
+
readonly integrity: Schema.String;
|
|
1337
|
+
readonly sourceName: Schema.String;
|
|
1338
|
+
} & {
|
|
1339
|
+
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1340
|
+
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1341
|
+
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1342
|
+
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1343
|
+
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1344
|
+
}>>>;
|
|
1345
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1346
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1347
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
1348
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1349
|
+
}>]>;
|
|
1350
|
+
/** @experimental */
|
|
1351
|
+
export type RuleLockEntry = Schema.Schema.Type<typeof RuleLockEntrySchema>;
|
|
1352
|
+
/**
|
|
1353
|
+
* Map of rule names to their lock entries.
|
|
1354
|
+
*
|
|
1355
|
+
* @experimental This API is unstable and may change without notice.
|
|
1356
|
+
*/
|
|
1357
|
+
export declare const RulesLockMapSchema: Schema.$Record<Schema.String, Schema.Union<readonly [Schema.Struct<{
|
|
1358
|
+
readonly type: Schema.Literal<"github">;
|
|
1359
|
+
readonly owner: Schema.NonEmptyString;
|
|
1360
|
+
readonly repo: Schema.NonEmptyString;
|
|
1361
|
+
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
1362
|
+
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
1363
|
+
} & {
|
|
1364
|
+
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1365
|
+
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1366
|
+
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1367
|
+
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1368
|
+
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1369
|
+
}>>>;
|
|
1370
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1371
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1372
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
1373
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1374
|
+
}>, Schema.Struct<{
|
|
1375
|
+
readonly type: Schema.Literal<"gitlab">;
|
|
1376
|
+
readonly owner: Schema.NonEmptyString;
|
|
1377
|
+
readonly repo: Schema.NonEmptyString;
|
|
1378
|
+
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
1379
|
+
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
1380
|
+
} & {
|
|
1381
|
+
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1382
|
+
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1383
|
+
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1384
|
+
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1385
|
+
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1386
|
+
}>>>;
|
|
1387
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1388
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1389
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
1390
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1391
|
+
}>, Schema.Struct<{
|
|
1392
|
+
readonly type: Schema.Literal<"bitbucket">;
|
|
1393
|
+
readonly owner: Schema.NonEmptyString;
|
|
1394
|
+
readonly repo: Schema.NonEmptyString;
|
|
1395
|
+
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
1396
|
+
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
1397
|
+
} & {
|
|
1398
|
+
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1399
|
+
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1400
|
+
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1401
|
+
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1402
|
+
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1403
|
+
}>>>;
|
|
1404
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1405
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1406
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
1407
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1408
|
+
}>, Schema.Struct<{
|
|
1409
|
+
readonly type: Schema.Literal<"azurerepos">;
|
|
1410
|
+
readonly organization: Schema.NonEmptyString;
|
|
1411
|
+
readonly project: Schema.NonEmptyString;
|
|
1412
|
+
readonly repo: Schema.NonEmptyString;
|
|
1413
|
+
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
1414
|
+
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
1415
|
+
} & {
|
|
1416
|
+
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1417
|
+
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1418
|
+
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1419
|
+
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1420
|
+
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1421
|
+
}>>>;
|
|
1422
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1423
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1424
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
1425
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1426
|
+
}>, Schema.Struct<{
|
|
1427
|
+
readonly type: Schema.Literal<"git">;
|
|
1428
|
+
readonly url: Schema.String;
|
|
1429
|
+
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
1430
|
+
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
1431
|
+
} & {
|
|
1432
|
+
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1433
|
+
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1434
|
+
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1435
|
+
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1436
|
+
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1437
|
+
}>>>;
|
|
1438
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1439
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1440
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
1441
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1442
|
+
}>, Schema.Struct<{
|
|
1443
|
+
readonly type: Schema.Literal<"local">;
|
|
1444
|
+
readonly path: Schema.String;
|
|
1445
|
+
} & {
|
|
1446
|
+
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1447
|
+
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1448
|
+
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1449
|
+
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1450
|
+
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1451
|
+
}>>>;
|
|
1452
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1453
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1454
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
1455
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1456
|
+
}>, Schema.Struct<{
|
|
1457
|
+
readonly type: Schema.Literal<"registry">;
|
|
1458
|
+
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
1459
|
+
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
1460
|
+
readonly resolvedVersion: Schema.brand<Schema.String, "Version">;
|
|
1461
|
+
readonly integrity: Schema.String;
|
|
1462
|
+
readonly sourceName: Schema.String;
|
|
1463
|
+
} & {
|
|
1464
|
+
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1465
|
+
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1466
|
+
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1467
|
+
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1468
|
+
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1469
|
+
}>>>;
|
|
1470
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1471
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1472
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
1473
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1474
|
+
}>]>>;
|
|
1475
|
+
/** @experimental */
|
|
1476
|
+
export type RulesLockMap = Schema.Schema.Type<typeof RulesLockMapSchema>;
|
|
1477
|
+
/**
|
|
1478
|
+
* Lock entry for a single installed hook.
|
|
1479
|
+
*
|
|
1480
|
+
* @experimental This API is unstable and may change without notice.
|
|
1481
|
+
*/
|
|
1482
|
+
export declare const HookLockEntrySchema: Schema.Union<readonly [Schema.Struct<{
|
|
1483
|
+
readonly type: Schema.Literal<"github">;
|
|
1484
|
+
readonly owner: Schema.NonEmptyString;
|
|
1485
|
+
readonly repo: Schema.NonEmptyString;
|
|
1486
|
+
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
1487
|
+
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
1488
|
+
} & {
|
|
1489
|
+
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1490
|
+
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1491
|
+
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1492
|
+
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1493
|
+
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1494
|
+
}>>>;
|
|
1495
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1496
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1497
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
1498
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1499
|
+
}>, Schema.Struct<{
|
|
1500
|
+
readonly type: Schema.Literal<"gitlab">;
|
|
1501
|
+
readonly owner: Schema.NonEmptyString;
|
|
1502
|
+
readonly repo: Schema.NonEmptyString;
|
|
1503
|
+
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
1504
|
+
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
1505
|
+
} & {
|
|
1506
|
+
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1507
|
+
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1508
|
+
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1509
|
+
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1510
|
+
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1511
|
+
}>>>;
|
|
1512
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1513
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1514
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
1515
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1516
|
+
}>, Schema.Struct<{
|
|
1517
|
+
readonly type: Schema.Literal<"bitbucket">;
|
|
1518
|
+
readonly owner: Schema.NonEmptyString;
|
|
1519
|
+
readonly repo: Schema.NonEmptyString;
|
|
1520
|
+
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
1521
|
+
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
1522
|
+
} & {
|
|
1523
|
+
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1524
|
+
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1525
|
+
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1526
|
+
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1527
|
+
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1528
|
+
}>>>;
|
|
1529
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1530
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1531
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
1532
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1533
|
+
}>, Schema.Struct<{
|
|
1534
|
+
readonly type: Schema.Literal<"azurerepos">;
|
|
1535
|
+
readonly organization: Schema.NonEmptyString;
|
|
1536
|
+
readonly project: Schema.NonEmptyString;
|
|
1537
|
+
readonly repo: Schema.NonEmptyString;
|
|
1538
|
+
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
1539
|
+
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
1540
|
+
} & {
|
|
1541
|
+
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1542
|
+
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1543
|
+
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1544
|
+
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1545
|
+
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1546
|
+
}>>>;
|
|
1547
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1548
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1549
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
1550
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1551
|
+
}>, Schema.Struct<{
|
|
1552
|
+
readonly type: Schema.Literal<"git">;
|
|
1553
|
+
readonly url: Schema.String;
|
|
1554
|
+
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
1555
|
+
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
1556
|
+
} & {
|
|
1557
|
+
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1558
|
+
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1559
|
+
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1560
|
+
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1561
|
+
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1562
|
+
}>>>;
|
|
1563
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1564
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1565
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
1566
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1567
|
+
}>, Schema.Struct<{
|
|
1568
|
+
readonly type: Schema.Literal<"local">;
|
|
1569
|
+
readonly path: Schema.String;
|
|
1570
|
+
} & {
|
|
1571
|
+
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1572
|
+
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1573
|
+
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1574
|
+
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1575
|
+
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1576
|
+
}>>>;
|
|
1577
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1578
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1579
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
1580
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1581
|
+
}>, Schema.Struct<{
|
|
1582
|
+
readonly type: Schema.Literal<"registry">;
|
|
1583
|
+
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
1584
|
+
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
1585
|
+
readonly resolvedVersion: Schema.brand<Schema.String, "Version">;
|
|
1586
|
+
readonly integrity: Schema.String;
|
|
1587
|
+
readonly sourceName: Schema.String;
|
|
1588
|
+
} & {
|
|
1589
|
+
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1590
|
+
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1591
|
+
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1592
|
+
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1593
|
+
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1594
|
+
}>>>;
|
|
1595
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1596
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1597
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
1598
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1599
|
+
}>]>;
|
|
1600
|
+
/** @experimental */
|
|
1601
|
+
export type HookLockEntry = Schema.Schema.Type<typeof HookLockEntrySchema>;
|
|
1602
|
+
/**
|
|
1603
|
+
* Map of hook names to their lock entries.
|
|
1604
|
+
*
|
|
1605
|
+
* @experimental This API is unstable and may change without notice.
|
|
1606
|
+
*/
|
|
1607
|
+
export declare const HooksLockMapSchema: Schema.$Record<Schema.String, Schema.Union<readonly [Schema.Struct<{
|
|
1608
|
+
readonly type: Schema.Literal<"github">;
|
|
1609
|
+
readonly owner: Schema.NonEmptyString;
|
|
1610
|
+
readonly repo: Schema.NonEmptyString;
|
|
1611
|
+
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
1612
|
+
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
1613
|
+
} & {
|
|
1614
|
+
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1615
|
+
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1616
|
+
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1617
|
+
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1618
|
+
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1619
|
+
}>>>;
|
|
1620
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1621
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1622
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
1623
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1624
|
+
}>, Schema.Struct<{
|
|
1625
|
+
readonly type: Schema.Literal<"gitlab">;
|
|
1626
|
+
readonly owner: Schema.NonEmptyString;
|
|
1627
|
+
readonly repo: Schema.NonEmptyString;
|
|
1628
|
+
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
1629
|
+
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
1630
|
+
} & {
|
|
1631
|
+
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1632
|
+
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1633
|
+
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1634
|
+
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1635
|
+
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1636
|
+
}>>>;
|
|
1637
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1638
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1639
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
1640
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1641
|
+
}>, Schema.Struct<{
|
|
1642
|
+
readonly type: Schema.Literal<"bitbucket">;
|
|
1643
|
+
readonly owner: Schema.NonEmptyString;
|
|
1644
|
+
readonly repo: Schema.NonEmptyString;
|
|
1645
|
+
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
1646
|
+
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
1647
|
+
} & {
|
|
1648
|
+
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1649
|
+
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1650
|
+
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1651
|
+
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1652
|
+
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1653
|
+
}>>>;
|
|
1654
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1655
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1656
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
1657
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1658
|
+
}>, Schema.Struct<{
|
|
1659
|
+
readonly type: Schema.Literal<"azurerepos">;
|
|
1660
|
+
readonly organization: Schema.NonEmptyString;
|
|
1661
|
+
readonly project: Schema.NonEmptyString;
|
|
1662
|
+
readonly repo: Schema.NonEmptyString;
|
|
1663
|
+
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
1664
|
+
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
1665
|
+
} & {
|
|
1666
|
+
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1667
|
+
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1668
|
+
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1669
|
+
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1670
|
+
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1671
|
+
}>>>;
|
|
1672
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1673
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1674
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
1675
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1676
|
+
}>, Schema.Struct<{
|
|
1677
|
+
readonly type: Schema.Literal<"git">;
|
|
1678
|
+
readonly url: Schema.String;
|
|
1679
|
+
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
1680
|
+
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
1681
|
+
} & {
|
|
1682
|
+
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1683
|
+
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1684
|
+
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1685
|
+
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1686
|
+
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1687
|
+
}>>>;
|
|
1688
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1689
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1690
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
1691
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1692
|
+
}>, Schema.Struct<{
|
|
1693
|
+
readonly type: Schema.Literal<"local">;
|
|
1694
|
+
readonly path: Schema.String;
|
|
1695
|
+
} & {
|
|
1696
|
+
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1697
|
+
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1698
|
+
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1699
|
+
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1700
|
+
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1701
|
+
}>>>;
|
|
1702
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1703
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1704
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
1705
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1706
|
+
}>, Schema.Struct<{
|
|
1707
|
+
readonly type: Schema.Literal<"registry">;
|
|
1708
|
+
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
1709
|
+
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
1710
|
+
readonly resolvedVersion: Schema.brand<Schema.String, "Version">;
|
|
1711
|
+
readonly integrity: Schema.String;
|
|
1712
|
+
readonly sourceName: Schema.String;
|
|
1713
|
+
} & {
|
|
1714
|
+
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1715
|
+
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1716
|
+
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1717
|
+
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1718
|
+
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1719
|
+
}>>>;
|
|
1720
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1721
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1722
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
1723
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1724
|
+
}>]>>;
|
|
1725
|
+
/** @experimental */
|
|
1726
|
+
export type HooksLockMap = Schema.Schema.Type<typeof HooksLockMapSchema>;
|
|
1227
1727
|
/**
|
|
1228
1728
|
* Resolved extension map: FQN keys to exact version strings.
|
|
1229
1729
|
* Used for resolvedSkills, resolvedCommands, and resolvedMcpServers.
|
|
@@ -1253,7 +1753,9 @@ export declare const RegistryPackLockEntrySchema: Schema.Struct<{
|
|
|
1253
1753
|
readonly resolvedCommands: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
|
|
1254
1754
|
readonly resolvedMcpServers: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
|
|
1255
1755
|
readonly resolvedSubagents: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
|
|
1256
|
-
readonly
|
|
1756
|
+
readonly resolvedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>>;
|
|
1757
|
+
readonly resolvedRules: Schema.optional<Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>>;
|
|
1758
|
+
readonly resolvedHooks: Schema.optional<Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>>;
|
|
1257
1759
|
}>;
|
|
1258
1760
|
/**
|
|
1259
1761
|
* Inferred type for RegistryPackLockEntry schema.
|
|
@@ -1291,7 +1793,9 @@ export declare const PackLockEntrySchema: Schema.Struct<{
|
|
|
1291
1793
|
readonly resolvedCommands: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
|
|
1292
1794
|
readonly resolvedMcpServers: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
|
|
1293
1795
|
readonly resolvedSubagents: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
|
|
1294
|
-
readonly
|
|
1796
|
+
readonly resolvedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>>;
|
|
1797
|
+
readonly resolvedRules: Schema.optional<Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>>;
|
|
1798
|
+
readonly resolvedHooks: Schema.optional<Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>>;
|
|
1295
1799
|
}>;
|
|
1296
1800
|
/**
|
|
1297
1801
|
* Inferred type for PackLockEntry schema.
|
|
@@ -1317,7 +1821,9 @@ export declare const PacksLockMapSchema: Schema.$Record<Schema.String, Schema.St
|
|
|
1317
1821
|
readonly resolvedCommands: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
|
|
1318
1822
|
readonly resolvedMcpServers: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
|
|
1319
1823
|
readonly resolvedSubagents: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
|
|
1320
|
-
readonly
|
|
1824
|
+
readonly resolvedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>>;
|
|
1825
|
+
readonly resolvedRules: Schema.optional<Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>>;
|
|
1826
|
+
readonly resolvedHooks: Schema.optional<Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>>;
|
|
1321
1827
|
}>>;
|
|
1322
1828
|
/**
|
|
1323
1829
|
* Inferred type for PacksLockMap schema.
|
|
@@ -1749,7 +2255,7 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
1749
2255
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
1750
2256
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1751
2257
|
}>]>>>;
|
|
1752
|
-
readonly
|
|
2258
|
+
readonly files: Schema.optional<Schema.$Record<Schema.String, Schema.Union<readonly [Schema.Struct<{
|
|
1753
2259
|
readonly type: Schema.Literal<"github">;
|
|
1754
2260
|
readonly owner: Schema.NonEmptyString;
|
|
1755
2261
|
readonly repo: Schema.NonEmptyString;
|
|
@@ -1874,6 +2380,242 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
1874
2380
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
1875
2381
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1876
2382
|
}>]>>>;
|
|
2383
|
+
readonly rules: Schema.optional<Schema.$Record<Schema.String, Schema.Union<readonly [Schema.Struct<{
|
|
2384
|
+
readonly type: Schema.Literal<"github">;
|
|
2385
|
+
readonly owner: Schema.NonEmptyString;
|
|
2386
|
+
readonly repo: Schema.NonEmptyString;
|
|
2387
|
+
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
2388
|
+
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
2389
|
+
} & {
|
|
2390
|
+
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
2391
|
+
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
2392
|
+
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
2393
|
+
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
2394
|
+
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
2395
|
+
}>>>;
|
|
2396
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2397
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2398
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
2399
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
2400
|
+
}>, Schema.Struct<{
|
|
2401
|
+
readonly type: Schema.Literal<"gitlab">;
|
|
2402
|
+
readonly owner: Schema.NonEmptyString;
|
|
2403
|
+
readonly repo: Schema.NonEmptyString;
|
|
2404
|
+
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
2405
|
+
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
2406
|
+
} & {
|
|
2407
|
+
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
2408
|
+
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
2409
|
+
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
2410
|
+
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
2411
|
+
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
2412
|
+
}>>>;
|
|
2413
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2414
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2415
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
2416
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
2417
|
+
}>, Schema.Struct<{
|
|
2418
|
+
readonly type: Schema.Literal<"bitbucket">;
|
|
2419
|
+
readonly owner: Schema.NonEmptyString;
|
|
2420
|
+
readonly repo: Schema.NonEmptyString;
|
|
2421
|
+
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
2422
|
+
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
2423
|
+
} & {
|
|
2424
|
+
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
2425
|
+
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
2426
|
+
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
2427
|
+
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
2428
|
+
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
2429
|
+
}>>>;
|
|
2430
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2431
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2432
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
2433
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
2434
|
+
}>, Schema.Struct<{
|
|
2435
|
+
readonly type: Schema.Literal<"azurerepos">;
|
|
2436
|
+
readonly organization: Schema.NonEmptyString;
|
|
2437
|
+
readonly project: Schema.NonEmptyString;
|
|
2438
|
+
readonly repo: Schema.NonEmptyString;
|
|
2439
|
+
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
2440
|
+
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
2441
|
+
} & {
|
|
2442
|
+
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
2443
|
+
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
2444
|
+
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
2445
|
+
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
2446
|
+
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
2447
|
+
}>>>;
|
|
2448
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2449
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2450
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
2451
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
2452
|
+
}>, Schema.Struct<{
|
|
2453
|
+
readonly type: Schema.Literal<"git">;
|
|
2454
|
+
readonly url: Schema.String;
|
|
2455
|
+
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
2456
|
+
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
2457
|
+
} & {
|
|
2458
|
+
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
2459
|
+
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
2460
|
+
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
2461
|
+
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
2462
|
+
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
2463
|
+
}>>>;
|
|
2464
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2465
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2466
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
2467
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
2468
|
+
}>, Schema.Struct<{
|
|
2469
|
+
readonly type: Schema.Literal<"local">;
|
|
2470
|
+
readonly path: Schema.String;
|
|
2471
|
+
} & {
|
|
2472
|
+
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
2473
|
+
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
2474
|
+
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
2475
|
+
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
2476
|
+
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
2477
|
+
}>>>;
|
|
2478
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2479
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2480
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
2481
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
2482
|
+
}>, Schema.Struct<{
|
|
2483
|
+
readonly type: Schema.Literal<"registry">;
|
|
2484
|
+
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
2485
|
+
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
2486
|
+
readonly resolvedVersion: Schema.brand<Schema.String, "Version">;
|
|
2487
|
+
readonly integrity: Schema.String;
|
|
2488
|
+
readonly sourceName: Schema.String;
|
|
2489
|
+
} & {
|
|
2490
|
+
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
2491
|
+
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
2492
|
+
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
2493
|
+
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
2494
|
+
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
2495
|
+
}>>>;
|
|
2496
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2497
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2498
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
2499
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
2500
|
+
}>]>>>;
|
|
2501
|
+
readonly hooks: Schema.optional<Schema.$Record<Schema.String, Schema.Union<readonly [Schema.Struct<{
|
|
2502
|
+
readonly type: Schema.Literal<"github">;
|
|
2503
|
+
readonly owner: Schema.NonEmptyString;
|
|
2504
|
+
readonly repo: Schema.NonEmptyString;
|
|
2505
|
+
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
2506
|
+
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
2507
|
+
} & {
|
|
2508
|
+
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
2509
|
+
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
2510
|
+
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
2511
|
+
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
2512
|
+
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
2513
|
+
}>>>;
|
|
2514
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2515
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2516
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
2517
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
2518
|
+
}>, Schema.Struct<{
|
|
2519
|
+
readonly type: Schema.Literal<"gitlab">;
|
|
2520
|
+
readonly owner: Schema.NonEmptyString;
|
|
2521
|
+
readonly repo: Schema.NonEmptyString;
|
|
2522
|
+
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
2523
|
+
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
2524
|
+
} & {
|
|
2525
|
+
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
2526
|
+
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
2527
|
+
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
2528
|
+
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
2529
|
+
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
2530
|
+
}>>>;
|
|
2531
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2532
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2533
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
2534
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
2535
|
+
}>, Schema.Struct<{
|
|
2536
|
+
readonly type: Schema.Literal<"bitbucket">;
|
|
2537
|
+
readonly owner: Schema.NonEmptyString;
|
|
2538
|
+
readonly repo: Schema.NonEmptyString;
|
|
2539
|
+
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
2540
|
+
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
2541
|
+
} & {
|
|
2542
|
+
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
2543
|
+
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
2544
|
+
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
2545
|
+
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
2546
|
+
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
2547
|
+
}>>>;
|
|
2548
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2549
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2550
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
2551
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
2552
|
+
}>, Schema.Struct<{
|
|
2553
|
+
readonly type: Schema.Literal<"azurerepos">;
|
|
2554
|
+
readonly organization: Schema.NonEmptyString;
|
|
2555
|
+
readonly project: Schema.NonEmptyString;
|
|
2556
|
+
readonly repo: Schema.NonEmptyString;
|
|
2557
|
+
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
2558
|
+
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
2559
|
+
} & {
|
|
2560
|
+
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
2561
|
+
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
2562
|
+
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
2563
|
+
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
2564
|
+
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
2565
|
+
}>>>;
|
|
2566
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2567
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2568
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
2569
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
2570
|
+
}>, Schema.Struct<{
|
|
2571
|
+
readonly type: Schema.Literal<"git">;
|
|
2572
|
+
readonly url: Schema.String;
|
|
2573
|
+
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
2574
|
+
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
2575
|
+
} & {
|
|
2576
|
+
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
2577
|
+
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
2578
|
+
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
2579
|
+
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
2580
|
+
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
2581
|
+
}>>>;
|
|
2582
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2583
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2584
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
2585
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
2586
|
+
}>, Schema.Struct<{
|
|
2587
|
+
readonly type: Schema.Literal<"local">;
|
|
2588
|
+
readonly path: Schema.String;
|
|
2589
|
+
} & {
|
|
2590
|
+
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
2591
|
+
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
2592
|
+
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
2593
|
+
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
2594
|
+
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
2595
|
+
}>>>;
|
|
2596
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2597
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2598
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
2599
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
2600
|
+
}>, Schema.Struct<{
|
|
2601
|
+
readonly type: Schema.Literal<"registry">;
|
|
2602
|
+
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
2603
|
+
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
2604
|
+
readonly resolvedVersion: Schema.brand<Schema.String, "Version">;
|
|
2605
|
+
readonly integrity: Schema.String;
|
|
2606
|
+
readonly sourceName: Schema.String;
|
|
2607
|
+
} & {
|
|
2608
|
+
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
2609
|
+
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
2610
|
+
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
2611
|
+
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
2612
|
+
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
2613
|
+
}>>>;
|
|
2614
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2615
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2616
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
2617
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
2618
|
+
}>]>>>;
|
|
1877
2619
|
readonly packs: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
|
|
1878
2620
|
readonly type: Schema.Literal<"registry">;
|
|
1879
2621
|
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
@@ -1887,7 +2629,9 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
1887
2629
|
readonly resolvedCommands: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
|
|
1888
2630
|
readonly resolvedMcpServers: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
|
|
1889
2631
|
readonly resolvedSubagents: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
|
|
1890
|
-
readonly
|
|
2632
|
+
readonly resolvedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>>;
|
|
2633
|
+
readonly resolvedRules: Schema.optional<Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>>;
|
|
2634
|
+
readonly resolvedHooks: Schema.optional<Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>>;
|
|
1891
2635
|
}>>>;
|
|
1892
2636
|
}>;
|
|
1893
2637
|
/**
|