@agentxm/client-core 0.19.2 → 0.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/unstable/agent-capabilities/derive.d.ts +9 -9
- package/dist/src/unstable/app-error/builders.js +2 -2
- package/dist/src/unstable/app-error/builders.js.map +1 -1
- package/dist/src/unstable/commands/index.d.ts +1 -1
- package/dist/src/unstable/commands/index.d.ts.map +1 -1
- package/dist/src/unstable/commands/index.js.map +1 -1
- package/dist/src/unstable/commands/install-artifact.d.ts.map +1 -1
- package/dist/src/unstable/commands/install-artifact.js +6 -2
- package/dist/src/unstable/commands/install-artifact.js.map +1 -1
- package/dist/src/unstable/commands/manager.d.ts.map +1 -1
- package/dist/src/unstable/commands/manager.js +33 -5
- package/dist/src/unstable/commands/manager.js.map +1 -1
- package/dist/src/unstable/commands/operations/disable.js +1 -1
- package/dist/src/unstable/commands/operations/disable.js.map +1 -1
- package/dist/src/unstable/commands/operations/enable.js +1 -1
- package/dist/src/unstable/commands/operations/enable.js.map +1 -1
- package/dist/src/unstable/commands/operations/install.d.ts.map +1 -1
- package/dist/src/unstable/commands/operations/install.js +27 -1
- package/dist/src/unstable/commands/operations/install.js.map +1 -1
- package/dist/src/unstable/commands/operations/publish.d.ts +2 -2
- package/dist/src/unstable/commands/operations/publish.js +3 -3
- package/dist/src/unstable/commands/operations/publish.js.map +1 -1
- package/dist/src/unstable/commands/operations/shared-command-helpers.d.ts +16 -15
- package/dist/src/unstable/commands/operations/shared-command-helpers.d.ts.map +1 -1
- package/dist/src/unstable/commands/reconciliation-adapter.d.ts.map +1 -1
- package/dist/src/unstable/commands/reconciliation-adapter.js +3 -1
- package/dist/src/unstable/commands/reconciliation-adapter.js.map +1 -1
- package/dist/src/unstable/commands/refs.d.ts +5 -3
- package/dist/src/unstable/commands/refs.d.ts.map +1 -1
- package/dist/src/unstable/extensions/canonical-path.d.ts +1 -1
- package/dist/src/unstable/extensions/canonical-path.d.ts.map +1 -1
- package/dist/src/unstable/extensions/canonical-path.js +1 -1
- package/dist/src/unstable/extensions/canonical-path.js.map +1 -1
- package/dist/src/unstable/extensions/common.d.ts.map +1 -1
- package/dist/src/unstable/extensions/common.js +4 -2
- package/dist/src/unstable/extensions/common.js.map +1 -1
- package/dist/src/unstable/extensions/extension-paths.d.ts +1 -1
- package/dist/src/unstable/extensions/extension-paths.d.ts.map +1 -1
- package/dist/src/unstable/extensions/extension-paths.js +1 -1
- package/dist/src/unstable/extensions/extension-paths.js.map +1 -1
- package/dist/src/unstable/extensions/index.d.ts +1 -1
- package/dist/src/unstable/extensions/index.d.ts.map +1 -1
- package/dist/src/unstable/extensions/index.js.map +1 -1
- package/dist/src/unstable/extensions/marker-fqn.d.ts +1 -1
- package/dist/src/unstable/extensions/marker-fqn.d.ts.map +1 -1
- package/dist/src/unstable/extensions/marker-fqn.js +1 -1
- package/dist/src/unstable/extensions/marker-fqn.js.map +1 -1
- package/dist/src/unstable/extensions/materializable-from-disk.d.ts +4 -2
- package/dist/src/unstable/extensions/materializable-from-disk.d.ts.map +1 -1
- package/dist/src/unstable/extensions/materializable-from-disk.js +33 -0
- package/dist/src/unstable/extensions/materializable-from-disk.js.map +1 -1
- package/dist/src/unstable/extensions/operations.d.ts +8 -5
- package/dist/src/unstable/extensions/operations.d.ts.map +1 -1
- package/dist/src/unstable/extensions/operations.js +53 -6
- package/dist/src/unstable/extensions/operations.js.map +1 -1
- package/dist/src/unstable/extensions/ref-base.d.ts +17 -0
- package/dist/src/unstable/extensions/ref-base.d.ts.map +1 -1
- package/dist/src/unstable/files/index.d.ts +1 -1
- package/dist/src/unstable/files/index.d.ts.map +1 -1
- package/dist/src/unstable/files/index.js.map +1 -1
- package/dist/src/unstable/files/manager.d.ts.map +1 -1
- package/dist/src/unstable/files/manager.js +38 -5
- package/dist/src/unstable/files/manager.js.map +1 -1
- package/dist/src/unstable/files/refs.d.ts +5 -3
- package/dist/src/unstable/files/refs.d.ts.map +1 -1
- package/dist/src/unstable/hooks/index.d.ts +1 -1
- package/dist/src/unstable/hooks/index.d.ts.map +1 -1
- package/dist/src/unstable/hooks/index.js.map +1 -1
- package/dist/src/unstable/hooks/manager.d.ts.map +1 -1
- package/dist/src/unstable/hooks/manager.js +32 -8
- package/dist/src/unstable/hooks/manager.js.map +1 -1
- package/dist/src/unstable/hooks/refs.d.ts +6 -4
- package/dist/src/unstable/hooks/refs.d.ts.map +1 -1
- package/dist/src/unstable/install-meta/install-meta.d.ts +4 -4
- package/dist/src/unstable/install-meta/install-meta.d.ts.map +1 -1
- package/dist/src/unstable/lint/catalog/workspace/configured-but-not-installed.d.ts.map +1 -1
- package/dist/src/unstable/lint/catalog/workspace/configured-but-not-installed.js +8 -3
- package/dist/src/unstable/lint/catalog/workspace/configured-but-not-installed.js.map +1 -1
- package/dist/src/unstable/lint/catalog/workspace/helpers/source-categorize.d.ts +1 -1
- package/dist/src/unstable/lint/catalog/workspace/helpers/source-categorize.d.ts.map +1 -1
- package/dist/src/unstable/lint/catalog/workspace/helpers/source-categorize.js +14 -0
- package/dist/src/unstable/lint/catalog/workspace/helpers/source-categorize.js.map +1 -1
- package/dist/src/unstable/lint/catalog/workspace/packs-declarations-valid.d.ts.map +1 -1
- package/dist/src/unstable/lint/catalog/workspace/packs-declarations-valid.js +12 -1
- package/dist/src/unstable/lint/catalog/workspace/packs-declarations-valid.js.map +1 -1
- package/dist/src/unstable/lint/catalog/workspace/skills-declarations-valid.d.ts.map +1 -1
- package/dist/src/unstable/lint/catalog/workspace/skills-declarations-valid.js +4 -2
- package/dist/src/unstable/lint/catalog/workspace/skills-declarations-valid.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/cli.d.ts +1 -1
- package/dist/src/unstable/lint/cli.js +3 -3
- package/dist/src/unstable/lint/cli.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 +1080 -813
- package/dist/src/unstable/lockfile/lockfile.d.ts.map +1 -1
- package/dist/src/unstable/lockfile/schema.d.ts +443 -32
- package/dist/src/unstable/lockfile/schema.d.ts.map +1 -1
- package/dist/src/unstable/lockfile/schema.js +58 -9
- package/dist/src/unstable/lockfile/schema.js.map +1 -1
- package/dist/src/unstable/mcps/index.d.ts +1 -1
- package/dist/src/unstable/mcps/index.d.ts.map +1 -1
- package/dist/src/unstable/mcps/index.js.map +1 -1
- package/dist/src/unstable/mcps/manager.d.ts.map +1 -1
- package/dist/src/unstable/mcps/manager.js +8 -2
- package/dist/src/unstable/mcps/manager.js.map +1 -1
- package/dist/src/unstable/mcps/metadata.d.ts +2 -2
- package/dist/src/unstable/mcps/metadata.d.ts.map +1 -1
- package/dist/src/unstable/mcps/metadata.js +4 -0
- package/dist/src/unstable/mcps/metadata.js.map +1 -1
- package/dist/src/unstable/mcps/operations/install.d.ts.map +1 -1
- package/dist/src/unstable/mcps/operations/install.js +40 -3
- package/dist/src/unstable/mcps/operations/install.js.map +1 -1
- package/dist/src/unstable/mcps/operations/publish.d.ts +2 -2
- package/dist/src/unstable/mcps/operations/publish.js +3 -3
- package/dist/src/unstable/mcps/operations/publish.js.map +1 -1
- package/dist/src/unstable/mcps/reconciliation-adapter.d.ts.map +1 -1
- package/dist/src/unstable/mcps/reconciliation-adapter.js +3 -1
- package/dist/src/unstable/mcps/reconciliation-adapter.js.map +1 -1
- package/dist/src/unstable/mcps/refs.d.ts +5 -3
- package/dist/src/unstable/mcps/refs.d.ts.map +1 -1
- package/dist/src/unstable/packaging/reader-io.d.ts +2 -2
- package/dist/src/unstable/packs/index.d.ts +1 -1
- package/dist/src/unstable/packs/index.d.ts.map +1 -1
- package/dist/src/unstable/packs/manager.d.ts +13 -2
- package/dist/src/unstable/packs/manager.d.ts.map +1 -1
- package/dist/src/unstable/packs/manager.js +153 -7
- package/dist/src/unstable/packs/manager.js.map +1 -1
- package/dist/src/unstable/packs/operations/install.d.ts.map +1 -1
- package/dist/src/unstable/packs/operations/install.js +1 -0
- package/dist/src/unstable/packs/operations/install.js.map +1 -1
- package/dist/src/unstable/packs/operations/publish.d.ts +2 -2
- package/dist/src/unstable/packs/operations/publish.js +3 -3
- package/dist/src/unstable/packs/operations/publish.js.map +1 -1
- package/dist/src/unstable/packs/operations/uninstall.js +1 -1
- package/dist/src/unstable/packs/operations/uninstall.js.map +1 -1
- package/dist/src/unstable/packs/reconciliation-adapter.d.ts.map +1 -1
- package/dist/src/unstable/packs/reconciliation-adapter.js +3 -1
- package/dist/src/unstable/packs/reconciliation-adapter.js.map +1 -1
- package/dist/src/unstable/packs/refs.d.ts +5 -3
- package/dist/src/unstable/packs/refs.d.ts.map +1 -1
- package/dist/src/unstable/plan/index.d.ts +1 -2
- package/dist/src/unstable/plan/index.d.ts.map +1 -1
- package/dist/src/unstable/plan/index.js +1 -2
- package/dist/src/unstable/plan/index.js.map +1 -1
- package/dist/src/unstable/plan/plan.d.ts +2 -2
- package/dist/src/unstable/plan/plan.d.ts.map +1 -1
- package/dist/src/unstable/plan/resolve-plan.d.ts +1 -1
- package/dist/src/unstable/plan/resolve-plan.d.ts.map +1 -1
- package/dist/src/unstable/publish/index.d.ts +1 -0
- package/dist/src/unstable/publish/index.d.ts.map +1 -1
- package/dist/src/unstable/publish/index.js +1 -0
- package/dist/src/unstable/publish/index.js.map +1 -1
- package/dist/src/unstable/registry/__generated__/registry-client.js.map +1 -1
- package/dist/src/unstable/registry/admin-client.d.ts +42 -42
- package/dist/src/unstable/registry/admin-client.d.ts.map +1 -1
- package/dist/src/unstable/registry/client.d.ts +8 -0
- package/dist/src/unstable/registry/client.d.ts.map +1 -1
- package/dist/src/unstable/registry/client.js.map +1 -1
- package/dist/src/unstable/registry/index.d.ts +1 -1
- package/dist/src/unstable/registry/index.d.ts.map +1 -1
- package/dist/src/unstable/registry/index.js.map +1 -1
- package/dist/src/unstable/registry/local-client.d.ts.map +1 -1
- package/dist/src/unstable/registry/local-client.js +17 -4
- package/dist/src/unstable/registry/local-client.js.map +1 -1
- package/dist/src/unstable/registry/remote-client.d.ts.map +1 -1
- package/dist/src/unstable/registry/remote-client.js +15 -0
- package/dist/src/unstable/registry/remote-client.js.map +1 -1
- package/dist/src/unstable/registry/schema.d.ts +1 -0
- package/dist/src/unstable/registry/schema.d.ts.map +1 -1
- package/dist/src/unstable/registry/schema.js +1 -0
- package/dist/src/unstable/registry/schema.js.map +1 -1
- package/dist/src/unstable/rules/index.d.ts +1 -1
- package/dist/src/unstable/rules/index.d.ts.map +1 -1
- package/dist/src/unstable/rules/index.js.map +1 -1
- package/dist/src/unstable/rules/manager.d.ts.map +1 -1
- package/dist/src/unstable/rules/manager.js +34 -4
- package/dist/src/unstable/rules/manager.js.map +1 -1
- package/dist/src/unstable/rules/refs.d.ts +6 -4
- package/dist/src/unstable/rules/refs.d.ts.map +1 -1
- package/dist/src/unstable/settings/schema.d.ts +20 -73
- package/dist/src/unstable/settings/schema.d.ts.map +1 -1
- package/dist/src/unstable/settings/schema.js +108 -107
- package/dist/src/unstable/settings/schema.js.map +1 -1
- package/dist/src/unstable/skills/index.d.ts +1 -1
- package/dist/src/unstable/skills/index.d.ts.map +1 -1
- package/dist/src/unstable/skills/index.js.map +1 -1
- package/dist/src/unstable/skills/manager.d.ts.map +1 -1
- package/dist/src/unstable/skills/manager.js +9 -3
- package/dist/src/unstable/skills/manager.js.map +1 -1
- package/dist/src/unstable/skills/materialization.d.ts.map +1 -1
- package/dist/src/unstable/skills/materialization.js +6 -0
- package/dist/src/unstable/skills/materialization.js.map +1 -1
- package/dist/src/unstable/skills/operations/copy.d.ts.map +1 -1
- package/dist/src/unstable/skills/operations/copy.js +5 -4
- package/dist/src/unstable/skills/operations/copy.js.map +1 -1
- package/dist/src/unstable/skills/operations/disable.d.ts.map +1 -1
- package/dist/src/unstable/skills/operations/disable.js +4 -2
- package/dist/src/unstable/skills/operations/disable.js.map +1 -1
- package/dist/src/unstable/skills/operations/install.d.ts.map +1 -1
- package/dist/src/unstable/skills/operations/install.js +34 -0
- package/dist/src/unstable/skills/operations/install.js.map +1 -1
- package/dist/src/unstable/skills/operations/publish.d.ts +2 -2
- package/dist/src/unstable/skills/operations/publish.js +3 -3
- package/dist/src/unstable/skills/operations/publish.js.map +1 -1
- package/dist/src/unstable/skills/paths.d.ts +1 -1
- package/dist/src/unstable/skills/paths.d.ts.map +1 -1
- package/dist/src/unstable/skills/reconciliation-adapter.d.ts.map +1 -1
- package/dist/src/unstable/skills/reconciliation-adapter.js +3 -1
- package/dist/src/unstable/skills/reconciliation-adapter.js.map +1 -1
- package/dist/src/unstable/skills/refs.d.ts +5 -3
- package/dist/src/unstable/skills/refs.d.ts.map +1 -1
- package/dist/src/unstable/source-resolution/providers/azurerepos/scp.d.ts +9 -8
- package/dist/src/unstable/source-resolution/providers/azurerepos/scp.d.ts.map +1 -1
- package/dist/src/unstable/source-resolution/providers/azurerepos/url.d.ts +9 -9
- package/dist/src/unstable/source-resolution/providers/azurerepos/url.d.ts.map +1 -1
- package/dist/src/unstable/source-resolution/providers/bitbucket/scp.d.ts +8 -7
- package/dist/src/unstable/source-resolution/providers/bitbucket/scp.d.ts.map +1 -1
- package/dist/src/unstable/source-resolution/providers/bitbucket/url.d.ts +8 -8
- package/dist/src/unstable/source-resolution/providers/bitbucket/url.d.ts.map +1 -1
- package/dist/src/unstable/source-resolution/providers/github/scp.d.ts +8 -7
- package/dist/src/unstable/source-resolution/providers/github/scp.d.ts.map +1 -1
- package/dist/src/unstable/source-resolution/providers/github/url.d.ts +8 -8
- package/dist/src/unstable/source-resolution/providers/github/url.d.ts.map +1 -1
- package/dist/src/unstable/source-resolution/providers/gitlab/scp.d.ts +8 -7
- package/dist/src/unstable/source-resolution/providers/gitlab/scp.d.ts.map +1 -1
- package/dist/src/unstable/source-resolution/providers/gitlab/url.d.ts +8 -8
- package/dist/src/unstable/source-resolution/providers/gitlab/url.d.ts.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 +9 -0
- package/dist/src/unstable/source-resolution/resolve-source.js.map +1 -1
- package/dist/src/unstable/source-resolution/service.d.ts +1 -1
- package/dist/src/unstable/source-resolution/service.d.ts.map +1 -1
- package/dist/src/unstable/source-resolution/service.js +15 -0
- package/dist/src/unstable/source-resolution/service.js.map +1 -1
- package/dist/src/unstable/sources/index.d.ts +2 -1
- package/dist/src/unstable/sources/index.d.ts.map +1 -1
- package/dist/src/unstable/sources/index.js +1 -0
- package/dist/src/unstable/sources/index.js.map +1 -1
- package/dist/src/unstable/sources/lock-entry-to-ref.d.ts +3 -1
- package/dist/src/unstable/sources/lock-entry-to-ref.d.ts.map +1 -1
- package/dist/src/unstable/sources/lock-entry-to-ref.js +106 -14
- package/dist/src/unstable/sources/lock-entry-to-ref.js.map +1 -1
- package/dist/src/unstable/sources/parser.d.ts +9 -2
- package/dist/src/unstable/sources/parser.d.ts.map +1 -1
- package/dist/src/unstable/sources/parser.js +22 -7
- package/dist/src/unstable/sources/parser.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/printer.js +14 -0
- package/dist/src/unstable/sources/printer.js.map +1 -1
- package/dist/src/unstable/sources/source-to-lock-entry.d.ts.map +1 -1
- package/dist/src/unstable/sources/source-to-lock-entry.js +10 -0
- package/dist/src/unstable/sources/source-to-lock-entry.js.map +1 -1
- package/dist/src/unstable/sources/types.d.ts +21 -6
- package/dist/src/unstable/sources/types.d.ts.map +1 -1
- package/dist/src/unstable/sources/types.js +11 -3
- package/dist/src/unstable/sources/types.js.map +1 -1
- package/dist/src/unstable/sources/workspace.d.ts +13 -0
- package/dist/src/unstable/sources/workspace.d.ts.map +1 -0
- package/dist/src/unstable/sources/workspace.js +13 -0
- package/dist/src/unstable/sources/workspace.js.map +1 -0
- package/dist/src/unstable/subagents/index.d.ts +1 -1
- package/dist/src/unstable/subagents/index.d.ts.map +1 -1
- package/dist/src/unstable/subagents/index.js.map +1 -1
- package/dist/src/unstable/subagents/lock-entry-builder.d.ts.map +1 -1
- package/dist/src/unstable/subagents/lock-entry-builder.js +10 -0
- package/dist/src/unstable/subagents/lock-entry-builder.js.map +1 -1
- package/dist/src/unstable/subagents/manager.d.ts.map +1 -1
- package/dist/src/unstable/subagents/manager.js +32 -5
- package/dist/src/unstable/subagents/manager.js.map +1 -1
- package/dist/src/unstable/subagents/operations/disable.d.ts.map +1 -1
- package/dist/src/unstable/subagents/operations/disable.js +2 -1
- package/dist/src/unstable/subagents/operations/disable.js.map +1 -1
- package/dist/src/unstable/subagents/operations/publish.d.ts +2 -2
- package/dist/src/unstable/subagents/operations/publish.js +3 -3
- package/dist/src/unstable/subagents/operations/publish.js.map +1 -1
- package/dist/src/unstable/subagents/paths.d.ts +1 -1
- package/dist/src/unstable/subagents/paths.d.ts.map +1 -1
- package/dist/src/unstable/subagents/reconciliation-adapter.d.ts.map +1 -1
- package/dist/src/unstable/subagents/reconciliation-adapter.js +3 -1
- package/dist/src/unstable/subagents/reconciliation-adapter.js.map +1 -1
- package/dist/src/unstable/subagents/refs.d.ts +5 -3
- package/dist/src/unstable/subagents/refs.d.ts.map +1 -1
- package/dist/src/unstable/telemetry/__generated__/telemetry-client.js.map +1 -1
- package/dist/src/unstable/update-check/update-check.d.ts +4 -4
- package/dist/src/unstable/update-check/update-check.d.ts.map +1 -1
- package/dist/src/unstable/workflows/index.d.ts +1 -1
- package/dist/src/unstable/workflows/index.d.ts.map +1 -1
- package/dist/src/unstable/workflows/index.js.map +1 -1
- package/dist/src/unstable/workflows/uninstall-command/workflow.d.ts +9 -7
- package/dist/src/unstable/workflows/uninstall-command/workflow.d.ts.map +1 -1
- package/dist/src/unstable/workflows/uninstall-command/workflow.js +1 -1
- package/dist/src/unstable/workflows/uninstall-command/workflow.js.map +1 -1
- package/dist/src/unstable/workspace/configured-entry-resolution/index.d.ts +1 -0
- 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 -0
- package/dist/src/unstable/workspace/configured-entry-resolution/index.js.map +1 -1
- package/dist/src/unstable/workspace/configured-entry-resolution/resolve.d.ts +2 -1
- package/dist/src/unstable/workspace/configured-entry-resolution/resolve.d.ts.map +1 -1
- package/dist/src/unstable/workspace/configured-entry-resolution/resolve.js +138 -0
- package/dist/src/unstable/workspace/configured-entry-resolution/resolve.js.map +1 -1
- package/dist/src/unstable/workspace/configured-entry-resolution/workspace-ref.d.ts +24 -0
- package/dist/src/unstable/workspace/configured-entry-resolution/workspace-ref.d.ts.map +1 -0
- package/dist/src/unstable/workspace/configured-entry-resolution/workspace-ref.js +211 -0
- package/dist/src/unstable/workspace/configured-entry-resolution/workspace-ref.js.map +1 -0
- package/dist/src/unstable/workspace/index.d.ts +1 -1
- package/dist/src/unstable/workspace/index.d.ts.map +1 -1
- package/dist/src/unstable/workspace/index.js +1 -1
- package/dist/src/unstable/workspace/index.js.map +1 -1
- package/dist/src/unstable/workspace/initialization.d.ts +354 -398
- package/dist/src/unstable/workspace/initialization.d.ts.map +1 -1
- package/dist/src/unstable/workspace/initialization.js +1 -1
- package/dist/src/unstable/workspace/initialization.js.map +1 -1
- package/dist/src/unstable/workspace/read-model/state.d.ts.map +1 -1
- package/dist/src/unstable/workspace/read-model/state.js +21 -5
- package/dist/src/unstable/workspace/read-model/state.js.map +1 -1
- package/dist/src/unstable/workspace/reconciliation-types.d.ts +16 -2
- package/dist/src/unstable/workspace/reconciliation-types.d.ts.map +1 -1
- package/dist/src/unstable/workspace/reconciliation.d.ts.map +1 -1
- package/dist/src/unstable/workspace/reconciliation.js +185 -2
- package/dist/src/unstable/workspace/reconciliation.js.map +1 -1
- package/dist/src/unstable/workspace/service-interface.d.ts +10 -4
- 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 +916 -653
- package/dist/src/unstable/workspace/service.d.ts.map +1 -1
- package/dist/src/unstable/workspace/service.js +41 -90
- package/dist/src/unstable/workspace/service.js.map +1 -1
- package/dist/src/unstable/workspace/skill-snapshot.d.ts.map +1 -1
- package/dist/src/unstable/workspace/skill-snapshot.js +2 -1
- package/dist/src/unstable/workspace/skill-snapshot.js.map +1 -1
- package/dist/src/unstable/workspace/test-stubs.d.ts.map +1 -1
- package/dist/src/unstable/workspace/test-stubs.js +1 -0
- package/dist/src/unstable/workspace/test-stubs.js.map +1 -1
- package/package.json +6 -6
- package/site-content/__generated__/schemas/axm-lock.schema.json +370 -2
- package/site-content/__generated__/schemas/pack.schema.json +18 -14
- package/site-content/__generated__/schemas/settings.schema.json +102 -103
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
import * as FileSystem from "effect/FileSystem";
|
|
11
11
|
import * as Path from "effect/Path";
|
|
12
12
|
import * as Effect from "effect/Effect";
|
|
13
|
+
import * as Schema from "effect/Schema";
|
|
13
14
|
import { type AppError } from "../app-error/index.js";
|
|
14
15
|
import { type Lockfile } from "./schema.js";
|
|
15
16
|
/**
|
|
@@ -61,828 +62,945 @@ export declare const applyLockfileUpdates: (lockfile: Lockfile, updates: Readonl
|
|
|
61
62
|
* @experimental This API is unstable and may change without notice.
|
|
62
63
|
*/
|
|
63
64
|
export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile, updates: ReadonlyArray<LockfileUpdate>) => Effect.Effect<{
|
|
64
|
-
readonly lockfileVersion: number;
|
|
65
65
|
readonly skills: {
|
|
66
66
|
readonly [x: string]: {
|
|
67
67
|
readonly type: "github";
|
|
68
68
|
readonly owner: string;
|
|
69
|
-
readonly repo: string;
|
|
70
69
|
readonly installedAt: Date;
|
|
71
70
|
readonly updatedAt: Date;
|
|
72
71
|
readonly agents: readonly string[];
|
|
73
|
-
readonly
|
|
72
|
+
readonly repo: string;
|
|
74
73
|
readonly path?: string | undefined;
|
|
74
|
+
readonly gitTreeHash?: string | undefined;
|
|
75
|
+
readonly retainedByPack?: boolean | undefined;
|
|
76
|
+
readonly ref?: string | undefined;
|
|
75
77
|
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
76
78
|
readonly renderedFiles?: {
|
|
77
|
-
readonly [x: string]: readonly {
|
|
78
|
-
readonly path:
|
|
79
|
-
}[];
|
|
79
|
+
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
80
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
81
|
+
}, "Type">[];
|
|
80
82
|
} | undefined;
|
|
81
|
-
readonly gitTreeHash?: string | undefined;
|
|
82
|
-
readonly retainedByPack?: boolean | undefined;
|
|
83
83
|
} | {
|
|
84
84
|
readonly type: "gitlab";
|
|
85
85
|
readonly owner: string;
|
|
86
|
-
readonly repo: string;
|
|
87
86
|
readonly installedAt: Date;
|
|
88
87
|
readonly updatedAt: Date;
|
|
89
88
|
readonly agents: readonly string[];
|
|
90
|
-
readonly
|
|
89
|
+
readonly repo: string;
|
|
91
90
|
readonly path?: string | undefined;
|
|
91
|
+
readonly gitTreeHash?: string | undefined;
|
|
92
|
+
readonly retainedByPack?: boolean | undefined;
|
|
93
|
+
readonly ref?: string | undefined;
|
|
92
94
|
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
93
95
|
readonly renderedFiles?: {
|
|
94
|
-
readonly [x: string]: readonly {
|
|
95
|
-
readonly path:
|
|
96
|
-
}[];
|
|
96
|
+
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
97
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
98
|
+
}, "Type">[];
|
|
97
99
|
} | undefined;
|
|
98
|
-
readonly gitTreeHash?: string | undefined;
|
|
99
|
-
readonly retainedByPack?: boolean | undefined;
|
|
100
100
|
} | {
|
|
101
101
|
readonly type: "bitbucket";
|
|
102
102
|
readonly owner: string;
|
|
103
|
-
readonly repo: string;
|
|
104
103
|
readonly installedAt: Date;
|
|
105
104
|
readonly updatedAt: Date;
|
|
106
105
|
readonly agents: readonly string[];
|
|
107
|
-
readonly
|
|
106
|
+
readonly repo: string;
|
|
108
107
|
readonly path?: string | undefined;
|
|
108
|
+
readonly gitTreeHash?: string | undefined;
|
|
109
|
+
readonly retainedByPack?: boolean | undefined;
|
|
110
|
+
readonly ref?: string | undefined;
|
|
109
111
|
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
110
112
|
readonly renderedFiles?: {
|
|
111
|
-
readonly [x: string]: readonly {
|
|
112
|
-
readonly path:
|
|
113
|
-
}[];
|
|
113
|
+
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
114
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
115
|
+
}, "Type">[];
|
|
114
116
|
} | undefined;
|
|
115
|
-
readonly gitTreeHash?: string | undefined;
|
|
116
|
-
readonly retainedByPack?: boolean | undefined;
|
|
117
117
|
} | {
|
|
118
|
-
readonly type: "azurerepos";
|
|
119
|
-
readonly organization: string;
|
|
120
118
|
readonly project: string;
|
|
121
|
-
readonly
|
|
119
|
+
readonly type: "azurerepos";
|
|
122
120
|
readonly installedAt: Date;
|
|
123
121
|
readonly updatedAt: Date;
|
|
124
122
|
readonly agents: readonly string[];
|
|
125
|
-
readonly
|
|
123
|
+
readonly repo: string;
|
|
124
|
+
readonly organization: string;
|
|
126
125
|
readonly path?: string | undefined;
|
|
126
|
+
readonly gitTreeHash?: string | undefined;
|
|
127
|
+
readonly retainedByPack?: boolean | undefined;
|
|
128
|
+
readonly ref?: string | undefined;
|
|
127
129
|
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
128
130
|
readonly renderedFiles?: {
|
|
129
|
-
readonly [x: string]: readonly {
|
|
130
|
-
readonly path:
|
|
131
|
-
}[];
|
|
131
|
+
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
132
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
133
|
+
}, "Type">[];
|
|
132
134
|
} | undefined;
|
|
133
|
-
readonly gitTreeHash?: string | undefined;
|
|
134
|
-
readonly retainedByPack?: boolean | undefined;
|
|
135
135
|
} | {
|
|
136
|
-
readonly type: "git";
|
|
137
136
|
readonly url: string;
|
|
137
|
+
readonly type: "git";
|
|
138
138
|
readonly installedAt: Date;
|
|
139
139
|
readonly updatedAt: Date;
|
|
140
140
|
readonly agents: readonly string[];
|
|
141
|
-
readonly ref?: string | undefined;
|
|
142
141
|
readonly path?: string | undefined;
|
|
142
|
+
readonly gitTreeHash?: string | undefined;
|
|
143
|
+
readonly retainedByPack?: boolean | undefined;
|
|
144
|
+
readonly ref?: string | undefined;
|
|
143
145
|
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
144
146
|
readonly renderedFiles?: {
|
|
145
|
-
readonly [x: string]: readonly {
|
|
146
|
-
readonly path:
|
|
147
|
-
}[];
|
|
147
|
+
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
148
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
149
|
+
}, "Type">[];
|
|
148
150
|
} | undefined;
|
|
149
|
-
readonly gitTreeHash?: string | undefined;
|
|
150
|
-
readonly retainedByPack?: boolean | undefined;
|
|
151
151
|
} | {
|
|
152
|
-
readonly type: "local";
|
|
153
152
|
readonly path: string;
|
|
153
|
+
readonly type: "local";
|
|
154
154
|
readonly installedAt: Date;
|
|
155
155
|
readonly updatedAt: Date;
|
|
156
156
|
readonly agents: readonly string[];
|
|
157
|
+
readonly gitTreeHash?: string | undefined;
|
|
158
|
+
readonly retainedByPack?: boolean | undefined;
|
|
157
159
|
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
158
160
|
readonly renderedFiles?: {
|
|
159
|
-
readonly [x: string]: readonly {
|
|
160
|
-
readonly path:
|
|
161
|
-
}[];
|
|
161
|
+
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
162
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
163
|
+
}, "Type">[];
|
|
162
164
|
} | undefined;
|
|
163
|
-
readonly gitTreeHash?: string | undefined;
|
|
164
|
-
readonly retainedByPack?: boolean | undefined;
|
|
165
165
|
} | {
|
|
166
|
+
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
166
167
|
readonly type: "registry";
|
|
167
168
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
168
|
-
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
169
|
-
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
170
|
-
readonly integrity: string;
|
|
171
|
-
readonly sourceName: string;
|
|
172
169
|
readonly installedAt: Date;
|
|
173
170
|
readonly updatedAt: Date;
|
|
174
171
|
readonly agents: readonly string[];
|
|
172
|
+
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
173
|
+
readonly integrity: string;
|
|
174
|
+
readonly sourceName: string;
|
|
175
|
+
readonly gitTreeHash?: string | undefined;
|
|
176
|
+
readonly retainedByPack?: boolean | undefined;
|
|
175
177
|
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
176
178
|
readonly renderedFiles?: {
|
|
177
|
-
readonly [x: string]: readonly {
|
|
178
|
-
readonly path:
|
|
179
|
-
}[];
|
|
179
|
+
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
180
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
181
|
+
}, "Type">[];
|
|
180
182
|
} | undefined;
|
|
183
|
+
} | {
|
|
184
|
+
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
185
|
+
readonly type: "workspace";
|
|
186
|
+
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
187
|
+
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
188
|
+
readonly installedAt: Date;
|
|
189
|
+
readonly updatedAt: Date;
|
|
190
|
+
readonly extensionType: "skill";
|
|
191
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
192
|
+
readonly agents: readonly string[];
|
|
181
193
|
readonly gitTreeHash?: string | undefined;
|
|
182
194
|
readonly retainedByPack?: boolean | undefined;
|
|
195
|
+
readonly renderedFiles?: {
|
|
196
|
+
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
197
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
198
|
+
}, "Type">[];
|
|
199
|
+
} | undefined;
|
|
183
200
|
};
|
|
184
201
|
};
|
|
185
|
-
readonly
|
|
202
|
+
readonly lockfileVersion: number;
|
|
203
|
+
readonly files?: {
|
|
186
204
|
readonly [x: string]: {
|
|
187
205
|
readonly type: "github";
|
|
188
206
|
readonly owner: string;
|
|
189
|
-
readonly repo: string;
|
|
190
207
|
readonly installedAt: Date;
|
|
191
208
|
readonly updatedAt: Date;
|
|
192
|
-
readonly
|
|
193
|
-
readonly ref?: string | undefined;
|
|
209
|
+
readonly repo: string;
|
|
194
210
|
readonly path?: string | undefined;
|
|
195
|
-
readonly sourceHash?: string | undefined;
|
|
196
|
-
readonly renderedFiles?: {
|
|
197
|
-
readonly [x: string]: readonly {
|
|
198
|
-
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
199
|
-
}[];
|
|
200
|
-
} | undefined;
|
|
201
211
|
readonly gitTreeHash?: string | undefined;
|
|
202
212
|
readonly retainedByPack?: boolean | undefined;
|
|
213
|
+
readonly ref?: string | undefined;
|
|
214
|
+
readonly resolvedInputs?: {
|
|
215
|
+
readonly [x: string]: string | number | boolean;
|
|
216
|
+
} | undefined;
|
|
217
|
+
readonly materializedTargets?: readonly {
|
|
218
|
+
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
219
|
+
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
220
|
+
readonly region?: string | undefined;
|
|
221
|
+
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
222
|
+
}[] | undefined;
|
|
203
223
|
} | {
|
|
204
224
|
readonly type: "gitlab";
|
|
205
225
|
readonly owner: string;
|
|
206
|
-
readonly repo: string;
|
|
207
226
|
readonly installedAt: Date;
|
|
208
227
|
readonly updatedAt: Date;
|
|
209
|
-
readonly
|
|
210
|
-
readonly ref?: string | undefined;
|
|
228
|
+
readonly repo: string;
|
|
211
229
|
readonly path?: string | undefined;
|
|
212
|
-
readonly sourceHash?: string | undefined;
|
|
213
|
-
readonly renderedFiles?: {
|
|
214
|
-
readonly [x: string]: readonly {
|
|
215
|
-
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
216
|
-
}[];
|
|
217
|
-
} | undefined;
|
|
218
230
|
readonly gitTreeHash?: string | undefined;
|
|
219
231
|
readonly retainedByPack?: boolean | undefined;
|
|
232
|
+
readonly ref?: string | undefined;
|
|
233
|
+
readonly resolvedInputs?: {
|
|
234
|
+
readonly [x: string]: string | number | boolean;
|
|
235
|
+
} | undefined;
|
|
236
|
+
readonly materializedTargets?: readonly {
|
|
237
|
+
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
238
|
+
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
239
|
+
readonly region?: string | undefined;
|
|
240
|
+
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
241
|
+
}[] | undefined;
|
|
220
242
|
} | {
|
|
221
243
|
readonly type: "bitbucket";
|
|
222
244
|
readonly owner: string;
|
|
223
|
-
readonly repo: string;
|
|
224
245
|
readonly installedAt: Date;
|
|
225
246
|
readonly updatedAt: Date;
|
|
226
|
-
readonly
|
|
227
|
-
readonly ref?: string | undefined;
|
|
247
|
+
readonly repo: string;
|
|
228
248
|
readonly path?: string | undefined;
|
|
229
|
-
readonly sourceHash?: string | undefined;
|
|
230
|
-
readonly renderedFiles?: {
|
|
231
|
-
readonly [x: string]: readonly {
|
|
232
|
-
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
233
|
-
}[];
|
|
234
|
-
} | undefined;
|
|
235
249
|
readonly gitTreeHash?: string | undefined;
|
|
236
250
|
readonly retainedByPack?: boolean | undefined;
|
|
251
|
+
readonly ref?: string | undefined;
|
|
252
|
+
readonly resolvedInputs?: {
|
|
253
|
+
readonly [x: string]: string | number | boolean;
|
|
254
|
+
} | undefined;
|
|
255
|
+
readonly materializedTargets?: readonly {
|
|
256
|
+
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
257
|
+
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
258
|
+
readonly region?: string | undefined;
|
|
259
|
+
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
260
|
+
}[] | undefined;
|
|
237
261
|
} | {
|
|
238
|
-
readonly type: "azurerepos";
|
|
239
|
-
readonly organization: string;
|
|
240
262
|
readonly project: string;
|
|
241
|
-
readonly
|
|
263
|
+
readonly type: "azurerepos";
|
|
242
264
|
readonly installedAt: Date;
|
|
243
265
|
readonly updatedAt: Date;
|
|
244
|
-
readonly
|
|
245
|
-
readonly
|
|
266
|
+
readonly repo: string;
|
|
267
|
+
readonly organization: string;
|
|
246
268
|
readonly path?: string | undefined;
|
|
247
|
-
readonly sourceHash?: string | undefined;
|
|
248
|
-
readonly renderedFiles?: {
|
|
249
|
-
readonly [x: string]: readonly {
|
|
250
|
-
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
251
|
-
}[];
|
|
252
|
-
} | undefined;
|
|
253
269
|
readonly gitTreeHash?: string | undefined;
|
|
254
270
|
readonly retainedByPack?: boolean | undefined;
|
|
271
|
+
readonly ref?: string | undefined;
|
|
272
|
+
readonly resolvedInputs?: {
|
|
273
|
+
readonly [x: string]: string | number | boolean;
|
|
274
|
+
} | undefined;
|
|
275
|
+
readonly materializedTargets?: readonly {
|
|
276
|
+
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
277
|
+
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
278
|
+
readonly region?: string | undefined;
|
|
279
|
+
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
280
|
+
}[] | undefined;
|
|
255
281
|
} | {
|
|
256
|
-
readonly type: "git";
|
|
257
282
|
readonly url: string;
|
|
283
|
+
readonly type: "git";
|
|
258
284
|
readonly installedAt: Date;
|
|
259
285
|
readonly updatedAt: Date;
|
|
260
|
-
readonly agents: readonly string[];
|
|
261
|
-
readonly ref?: string | undefined;
|
|
262
286
|
readonly path?: string | undefined;
|
|
263
|
-
readonly sourceHash?: string | undefined;
|
|
264
|
-
readonly renderedFiles?: {
|
|
265
|
-
readonly [x: string]: readonly {
|
|
266
|
-
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
267
|
-
}[];
|
|
268
|
-
} | undefined;
|
|
269
287
|
readonly gitTreeHash?: string | undefined;
|
|
270
288
|
readonly retainedByPack?: boolean | undefined;
|
|
289
|
+
readonly ref?: string | undefined;
|
|
290
|
+
readonly resolvedInputs?: {
|
|
291
|
+
readonly [x: string]: string | number | boolean;
|
|
292
|
+
} | undefined;
|
|
293
|
+
readonly materializedTargets?: readonly {
|
|
294
|
+
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
295
|
+
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
296
|
+
readonly region?: string | undefined;
|
|
297
|
+
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
298
|
+
}[] | undefined;
|
|
271
299
|
} | {
|
|
272
|
-
readonly type: "local";
|
|
273
300
|
readonly path: string;
|
|
301
|
+
readonly type: "local";
|
|
274
302
|
readonly installedAt: Date;
|
|
275
303
|
readonly updatedAt: Date;
|
|
276
|
-
readonly agents: readonly string[];
|
|
277
|
-
readonly sourceHash?: string | undefined;
|
|
278
|
-
readonly renderedFiles?: {
|
|
279
|
-
readonly [x: string]: readonly {
|
|
280
|
-
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
281
|
-
}[];
|
|
282
|
-
} | undefined;
|
|
283
304
|
readonly gitTreeHash?: string | undefined;
|
|
284
305
|
readonly retainedByPack?: boolean | undefined;
|
|
306
|
+
readonly resolvedInputs?: {
|
|
307
|
+
readonly [x: string]: string | number | boolean;
|
|
308
|
+
} | undefined;
|
|
309
|
+
readonly materializedTargets?: readonly {
|
|
310
|
+
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
311
|
+
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
312
|
+
readonly region?: string | undefined;
|
|
313
|
+
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
314
|
+
}[] | undefined;
|
|
285
315
|
} | {
|
|
316
|
+
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
286
317
|
readonly type: "registry";
|
|
287
318
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
288
|
-
readonly
|
|
319
|
+
readonly installedAt: Date;
|
|
320
|
+
readonly updatedAt: Date;
|
|
289
321
|
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
290
322
|
readonly integrity: string;
|
|
291
323
|
readonly sourceName: string;
|
|
324
|
+
readonly gitTreeHash?: string | undefined;
|
|
325
|
+
readonly retainedByPack?: boolean | undefined;
|
|
326
|
+
readonly resolvedInputs?: {
|
|
327
|
+
readonly [x: string]: string | number | boolean;
|
|
328
|
+
} | undefined;
|
|
329
|
+
readonly materializedTargets?: readonly {
|
|
330
|
+
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
331
|
+
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
332
|
+
readonly region?: string | undefined;
|
|
333
|
+
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
334
|
+
}[] | undefined;
|
|
335
|
+
} | {
|
|
336
|
+
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
337
|
+
readonly type: "workspace";
|
|
338
|
+
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
339
|
+
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
292
340
|
readonly installedAt: Date;
|
|
293
341
|
readonly updatedAt: Date;
|
|
294
|
-
readonly
|
|
295
|
-
readonly sourceHash
|
|
296
|
-
readonly renderedFiles?: {
|
|
297
|
-
readonly [x: string]: readonly {
|
|
298
|
-
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
299
|
-
}[];
|
|
300
|
-
} | undefined;
|
|
342
|
+
readonly extensionType: "files";
|
|
343
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
301
344
|
readonly gitTreeHash?: string | undefined;
|
|
302
345
|
readonly retainedByPack?: boolean | undefined;
|
|
346
|
+
readonly resolvedInputs?: {
|
|
347
|
+
readonly [x: string]: string | number | boolean;
|
|
348
|
+
} | undefined;
|
|
349
|
+
readonly materializedTargets?: readonly {
|
|
350
|
+
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
351
|
+
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
352
|
+
readonly region?: string | undefined;
|
|
353
|
+
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
354
|
+
}[] | undefined;
|
|
303
355
|
};
|
|
304
356
|
} | undefined;
|
|
305
|
-
readonly
|
|
357
|
+
readonly mcpServers?: {
|
|
306
358
|
readonly [x: string]: {
|
|
359
|
+
readonly type: "inline";
|
|
360
|
+
readonly installedAt: Date;
|
|
361
|
+
readonly updatedAt: Date;
|
|
362
|
+
readonly url?: string | undefined;
|
|
363
|
+
readonly command?: string | undefined;
|
|
364
|
+
readonly headers?: {
|
|
365
|
+
readonly [x: string]: string;
|
|
366
|
+
} | undefined;
|
|
367
|
+
readonly args?: readonly string[] | undefined;
|
|
368
|
+
readonly syncedAgents?: readonly string[] | undefined;
|
|
369
|
+
readonly gitTreeHash?: string | undefined;
|
|
370
|
+
readonly retainedByPack?: boolean | undefined;
|
|
371
|
+
} | {
|
|
307
372
|
readonly type: "github";
|
|
308
373
|
readonly owner: string;
|
|
309
|
-
readonly repo: string;
|
|
310
374
|
readonly installedAt: Date;
|
|
311
375
|
readonly updatedAt: Date;
|
|
312
|
-
readonly
|
|
313
|
-
readonly ref?: string | undefined;
|
|
376
|
+
readonly repo: string;
|
|
314
377
|
readonly path?: string | undefined;
|
|
315
|
-
readonly
|
|
316
|
-
readonly renderedFiles?: {
|
|
317
|
-
readonly [x: string]: readonly {
|
|
318
|
-
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
319
|
-
}[];
|
|
320
|
-
} | undefined;
|
|
378
|
+
readonly syncedAgents?: readonly string[] | undefined;
|
|
321
379
|
readonly gitTreeHash?: string | undefined;
|
|
322
380
|
readonly retainedByPack?: boolean | undefined;
|
|
381
|
+
readonly ref?: string | undefined;
|
|
323
382
|
} | {
|
|
324
383
|
readonly type: "gitlab";
|
|
325
384
|
readonly owner: string;
|
|
326
|
-
readonly repo: string;
|
|
327
385
|
readonly installedAt: Date;
|
|
328
386
|
readonly updatedAt: Date;
|
|
329
|
-
readonly
|
|
330
|
-
readonly ref?: string | undefined;
|
|
387
|
+
readonly repo: string;
|
|
331
388
|
readonly path?: string | undefined;
|
|
332
|
-
readonly
|
|
333
|
-
readonly renderedFiles?: {
|
|
334
|
-
readonly [x: string]: readonly {
|
|
335
|
-
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
336
|
-
}[];
|
|
337
|
-
} | undefined;
|
|
389
|
+
readonly syncedAgents?: readonly string[] | undefined;
|
|
338
390
|
readonly gitTreeHash?: string | undefined;
|
|
339
391
|
readonly retainedByPack?: boolean | undefined;
|
|
392
|
+
readonly ref?: string | undefined;
|
|
340
393
|
} | {
|
|
341
394
|
readonly type: "bitbucket";
|
|
342
395
|
readonly owner: string;
|
|
343
|
-
readonly repo: string;
|
|
344
396
|
readonly installedAt: Date;
|
|
345
397
|
readonly updatedAt: Date;
|
|
346
|
-
readonly
|
|
347
|
-
readonly ref?: string | undefined;
|
|
398
|
+
readonly repo: string;
|
|
348
399
|
readonly path?: string | undefined;
|
|
349
|
-
readonly
|
|
350
|
-
readonly renderedFiles?: {
|
|
351
|
-
readonly [x: string]: readonly {
|
|
352
|
-
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
353
|
-
}[];
|
|
354
|
-
} | undefined;
|
|
400
|
+
readonly syncedAgents?: readonly string[] | undefined;
|
|
355
401
|
readonly gitTreeHash?: string | undefined;
|
|
356
402
|
readonly retainedByPack?: boolean | undefined;
|
|
403
|
+
readonly ref?: string | undefined;
|
|
357
404
|
} | {
|
|
358
|
-
readonly type: "azurerepos";
|
|
359
|
-
readonly organization: string;
|
|
360
405
|
readonly project: string;
|
|
361
|
-
readonly
|
|
406
|
+
readonly type: "azurerepos";
|
|
362
407
|
readonly installedAt: Date;
|
|
363
408
|
readonly updatedAt: Date;
|
|
364
|
-
readonly agents: readonly string[];
|
|
365
|
-
readonly ref?: string | undefined;
|
|
366
|
-
readonly path?: string | undefined;
|
|
367
|
-
readonly sourceHash?: string | undefined;
|
|
368
|
-
readonly renderedFiles?: {
|
|
369
|
-
readonly [x: string]: readonly {
|
|
370
|
-
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
371
|
-
}[];
|
|
372
|
-
} | undefined;
|
|
373
|
-
readonly gitTreeHash?: string | undefined;
|
|
374
|
-
readonly retainedByPack?: boolean | undefined;
|
|
375
|
-
} | {
|
|
376
|
-
readonly type: "git";
|
|
377
|
-
readonly url: string;
|
|
378
|
-
readonly installedAt: Date;
|
|
379
|
-
readonly updatedAt: Date;
|
|
380
|
-
readonly agents: readonly string[];
|
|
381
|
-
readonly ref?: string | undefined;
|
|
382
|
-
readonly path?: string | undefined;
|
|
383
|
-
readonly sourceHash?: string | undefined;
|
|
384
|
-
readonly renderedFiles?: {
|
|
385
|
-
readonly [x: string]: readonly {
|
|
386
|
-
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
387
|
-
}[];
|
|
388
|
-
} | undefined;
|
|
389
|
-
readonly gitTreeHash?: string | undefined;
|
|
390
|
-
readonly retainedByPack?: boolean | undefined;
|
|
391
|
-
} | {
|
|
392
|
-
readonly type: "local";
|
|
393
|
-
readonly path: string;
|
|
394
|
-
readonly installedAt: Date;
|
|
395
|
-
readonly updatedAt: Date;
|
|
396
|
-
readonly agents: readonly string[];
|
|
397
|
-
readonly sourceHash?: string | undefined;
|
|
398
|
-
readonly renderedFiles?: {
|
|
399
|
-
readonly [x: string]: readonly {
|
|
400
|
-
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
401
|
-
}[];
|
|
402
|
-
} | undefined;
|
|
403
|
-
readonly gitTreeHash?: string | undefined;
|
|
404
|
-
readonly retainedByPack?: boolean | undefined;
|
|
405
|
-
} | {
|
|
406
|
-
readonly type: "registry";
|
|
407
|
-
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
408
|
-
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
409
|
-
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
410
|
-
readonly integrity: string;
|
|
411
|
-
readonly sourceName: string;
|
|
412
|
-
readonly installedAt: Date;
|
|
413
|
-
readonly updatedAt: Date;
|
|
414
|
-
readonly agents: readonly string[];
|
|
415
|
-
readonly sourceHash?: string | undefined;
|
|
416
|
-
readonly renderedFiles?: {
|
|
417
|
-
readonly [x: string]: readonly {
|
|
418
|
-
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
419
|
-
}[];
|
|
420
|
-
} | undefined;
|
|
421
|
-
readonly gitTreeHash?: string | undefined;
|
|
422
|
-
readonly retainedByPack?: boolean | undefined;
|
|
423
|
-
};
|
|
424
|
-
} | undefined;
|
|
425
|
-
readonly mcpServers?: {
|
|
426
|
-
readonly [x: string]: {
|
|
427
|
-
readonly type: "github";
|
|
428
|
-
readonly owner: string;
|
|
429
|
-
readonly repo: string;
|
|
430
|
-
readonly installedAt: Date;
|
|
431
|
-
readonly updatedAt: Date;
|
|
432
|
-
readonly ref?: string | undefined;
|
|
433
|
-
readonly path?: string | undefined;
|
|
434
|
-
readonly gitTreeHash?: string | undefined;
|
|
435
|
-
readonly retainedByPack?: boolean | undefined;
|
|
436
|
-
readonly syncedAgents?: readonly string[] | undefined;
|
|
437
|
-
} | {
|
|
438
|
-
readonly type: "gitlab";
|
|
439
|
-
readonly owner: string;
|
|
440
409
|
readonly repo: string;
|
|
441
|
-
readonly
|
|
442
|
-
readonly updatedAt: Date;
|
|
443
|
-
readonly ref?: string | undefined;
|
|
410
|
+
readonly organization: string;
|
|
444
411
|
readonly path?: string | undefined;
|
|
445
|
-
readonly gitTreeHash?: string | undefined;
|
|
446
|
-
readonly retainedByPack?: boolean | undefined;
|
|
447
412
|
readonly syncedAgents?: readonly string[] | undefined;
|
|
448
|
-
} | {
|
|
449
|
-
readonly type: "bitbucket";
|
|
450
|
-
readonly owner: string;
|
|
451
|
-
readonly repo: string;
|
|
452
|
-
readonly installedAt: Date;
|
|
453
|
-
readonly updatedAt: Date;
|
|
454
|
-
readonly ref?: string | undefined;
|
|
455
|
-
readonly path?: string | undefined;
|
|
456
413
|
readonly gitTreeHash?: string | undefined;
|
|
457
414
|
readonly retainedByPack?: boolean | undefined;
|
|
458
|
-
readonly syncedAgents?: readonly string[] | undefined;
|
|
459
|
-
} | {
|
|
460
|
-
readonly type: "azurerepos";
|
|
461
|
-
readonly organization: string;
|
|
462
|
-
readonly project: string;
|
|
463
|
-
readonly repo: string;
|
|
464
|
-
readonly installedAt: Date;
|
|
465
|
-
readonly updatedAt: Date;
|
|
466
415
|
readonly ref?: string | undefined;
|
|
467
|
-
readonly path?: string | undefined;
|
|
468
|
-
readonly gitTreeHash?: string | undefined;
|
|
469
|
-
readonly retainedByPack?: boolean | undefined;
|
|
470
|
-
readonly syncedAgents?: readonly string[] | undefined;
|
|
471
416
|
} | {
|
|
472
|
-
readonly type: "git";
|
|
473
417
|
readonly url: string;
|
|
418
|
+
readonly type: "git";
|
|
474
419
|
readonly installedAt: Date;
|
|
475
420
|
readonly updatedAt: Date;
|
|
476
|
-
readonly ref?: string | undefined;
|
|
477
421
|
readonly path?: string | undefined;
|
|
422
|
+
readonly syncedAgents?: readonly string[] | undefined;
|
|
478
423
|
readonly gitTreeHash?: string | undefined;
|
|
479
424
|
readonly retainedByPack?: boolean | undefined;
|
|
480
|
-
readonly
|
|
425
|
+
readonly ref?: string | undefined;
|
|
481
426
|
} | {
|
|
482
|
-
readonly type: "local";
|
|
483
427
|
readonly path: string;
|
|
428
|
+
readonly type: "local";
|
|
484
429
|
readonly installedAt: Date;
|
|
485
430
|
readonly updatedAt: Date;
|
|
431
|
+
readonly syncedAgents?: readonly string[] | undefined;
|
|
486
432
|
readonly gitTreeHash?: string | undefined;
|
|
487
433
|
readonly retainedByPack?: boolean | undefined;
|
|
488
|
-
readonly syncedAgents?: readonly string[] | undefined;
|
|
489
434
|
} | {
|
|
435
|
+
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
490
436
|
readonly type: "registry";
|
|
491
437
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
492
|
-
readonly
|
|
438
|
+
readonly installedAt: Date;
|
|
439
|
+
readonly updatedAt: Date;
|
|
493
440
|
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
494
441
|
readonly integrity: string;
|
|
495
442
|
readonly sourceName: string;
|
|
496
|
-
readonly
|
|
497
|
-
readonly updatedAt: Date;
|
|
443
|
+
readonly syncedAgents?: readonly string[] | undefined;
|
|
498
444
|
readonly gitTreeHash?: string | undefined;
|
|
499
445
|
readonly retainedByPack?: boolean | undefined;
|
|
500
|
-
readonly syncedAgents?: readonly string[] | undefined;
|
|
501
446
|
} | {
|
|
447
|
+
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
448
|
+
readonly type: "workspace";
|
|
449
|
+
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
450
|
+
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
502
451
|
readonly installedAt: Date;
|
|
503
452
|
readonly updatedAt: Date;
|
|
504
|
-
readonly
|
|
453
|
+
readonly extensionType: "mcp-server";
|
|
454
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
455
|
+
readonly syncedAgents?: readonly string[] | undefined;
|
|
505
456
|
readonly gitTreeHash?: string | undefined;
|
|
506
457
|
readonly retainedByPack?: boolean | undefined;
|
|
507
|
-
readonly command?: string | undefined;
|
|
508
|
-
readonly args?: readonly string[] | undefined;
|
|
509
|
-
readonly url?: string | undefined;
|
|
510
|
-
readonly headers?: {
|
|
511
|
-
readonly [x: string]: string;
|
|
512
|
-
} | undefined;
|
|
513
|
-
readonly syncedAgents?: readonly string[] | undefined;
|
|
514
458
|
};
|
|
515
459
|
} | undefined;
|
|
516
|
-
readonly
|
|
460
|
+
readonly hooks?: {
|
|
517
461
|
readonly [x: string]: {
|
|
518
462
|
readonly type: "github";
|
|
519
463
|
readonly owner: string;
|
|
520
|
-
readonly repo: string;
|
|
521
464
|
readonly installedAt: Date;
|
|
522
465
|
readonly updatedAt: Date;
|
|
523
|
-
readonly
|
|
466
|
+
readonly repo: string;
|
|
524
467
|
readonly path?: string | undefined;
|
|
525
|
-
readonly
|
|
526
|
-
|
|
527
|
-
|
|
468
|
+
readonly gitTreeHash?: string | undefined;
|
|
469
|
+
readonly retainedByPack?: boolean | undefined;
|
|
470
|
+
readonly ref?: string | undefined;
|
|
528
471
|
readonly materializedTargets?: readonly {
|
|
529
472
|
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
530
473
|
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
531
474
|
readonly region?: string | undefined;
|
|
532
475
|
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
533
476
|
}[] | undefined;
|
|
534
|
-
readonly gitTreeHash?: string | undefined;
|
|
535
|
-
readonly retainedByPack?: boolean | undefined;
|
|
536
477
|
} | {
|
|
537
478
|
readonly type: "gitlab";
|
|
538
479
|
readonly owner: string;
|
|
539
|
-
readonly repo: string;
|
|
540
480
|
readonly installedAt: Date;
|
|
541
481
|
readonly updatedAt: Date;
|
|
542
|
-
readonly
|
|
482
|
+
readonly repo: string;
|
|
543
483
|
readonly path?: string | undefined;
|
|
544
|
-
readonly
|
|
545
|
-
|
|
546
|
-
|
|
484
|
+
readonly gitTreeHash?: string | undefined;
|
|
485
|
+
readonly retainedByPack?: boolean | undefined;
|
|
486
|
+
readonly ref?: string | undefined;
|
|
547
487
|
readonly materializedTargets?: readonly {
|
|
548
488
|
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
549
489
|
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
550
490
|
readonly region?: string | undefined;
|
|
551
491
|
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
552
492
|
}[] | undefined;
|
|
553
|
-
readonly gitTreeHash?: string | undefined;
|
|
554
|
-
readonly retainedByPack?: boolean | undefined;
|
|
555
493
|
} | {
|
|
556
494
|
readonly type: "bitbucket";
|
|
557
495
|
readonly owner: string;
|
|
558
|
-
readonly repo: string;
|
|
559
496
|
readonly installedAt: Date;
|
|
560
497
|
readonly updatedAt: Date;
|
|
561
|
-
readonly
|
|
498
|
+
readonly repo: string;
|
|
562
499
|
readonly path?: string | undefined;
|
|
563
|
-
readonly
|
|
564
|
-
|
|
565
|
-
|
|
500
|
+
readonly gitTreeHash?: string | undefined;
|
|
501
|
+
readonly retainedByPack?: boolean | undefined;
|
|
502
|
+
readonly ref?: string | undefined;
|
|
566
503
|
readonly materializedTargets?: readonly {
|
|
567
504
|
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
568
505
|
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
569
506
|
readonly region?: string | undefined;
|
|
570
507
|
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
571
508
|
}[] | undefined;
|
|
572
|
-
readonly gitTreeHash?: string | undefined;
|
|
573
|
-
readonly retainedByPack?: boolean | undefined;
|
|
574
509
|
} | {
|
|
575
|
-
readonly type: "azurerepos";
|
|
576
|
-
readonly organization: string;
|
|
577
510
|
readonly project: string;
|
|
578
|
-
readonly
|
|
511
|
+
readonly type: "azurerepos";
|
|
579
512
|
readonly installedAt: Date;
|
|
580
513
|
readonly updatedAt: Date;
|
|
581
|
-
readonly
|
|
514
|
+
readonly repo: string;
|
|
515
|
+
readonly organization: string;
|
|
582
516
|
readonly path?: string | undefined;
|
|
583
|
-
readonly
|
|
584
|
-
|
|
585
|
-
|
|
517
|
+
readonly gitTreeHash?: string | undefined;
|
|
518
|
+
readonly retainedByPack?: boolean | undefined;
|
|
519
|
+
readonly ref?: string | undefined;
|
|
586
520
|
readonly materializedTargets?: readonly {
|
|
587
521
|
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
588
522
|
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
589
523
|
readonly region?: string | undefined;
|
|
590
524
|
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
591
525
|
}[] | undefined;
|
|
592
|
-
readonly gitTreeHash?: string | undefined;
|
|
593
|
-
readonly retainedByPack?: boolean | undefined;
|
|
594
526
|
} | {
|
|
595
|
-
readonly type: "git";
|
|
596
527
|
readonly url: string;
|
|
528
|
+
readonly type: "git";
|
|
597
529
|
readonly installedAt: Date;
|
|
598
530
|
readonly updatedAt: Date;
|
|
599
|
-
readonly ref?: string | undefined;
|
|
600
531
|
readonly path?: string | undefined;
|
|
601
|
-
readonly
|
|
602
|
-
|
|
603
|
-
|
|
532
|
+
readonly gitTreeHash?: string | undefined;
|
|
533
|
+
readonly retainedByPack?: boolean | undefined;
|
|
534
|
+
readonly ref?: string | undefined;
|
|
604
535
|
readonly materializedTargets?: readonly {
|
|
605
536
|
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
606
537
|
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
607
538
|
readonly region?: string | undefined;
|
|
608
539
|
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
609
540
|
}[] | undefined;
|
|
610
|
-
readonly gitTreeHash?: string | undefined;
|
|
611
|
-
readonly retainedByPack?: boolean | undefined;
|
|
612
541
|
} | {
|
|
613
|
-
readonly type: "local";
|
|
614
542
|
readonly path: string;
|
|
543
|
+
readonly type: "local";
|
|
615
544
|
readonly installedAt: Date;
|
|
616
545
|
readonly updatedAt: Date;
|
|
617
|
-
readonly
|
|
618
|
-
|
|
619
|
-
} | undefined;
|
|
546
|
+
readonly gitTreeHash?: string | undefined;
|
|
547
|
+
readonly retainedByPack?: boolean | undefined;
|
|
620
548
|
readonly materializedTargets?: readonly {
|
|
621
549
|
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
622
550
|
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
623
551
|
readonly region?: string | undefined;
|
|
624
552
|
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
625
553
|
}[] | undefined;
|
|
626
|
-
readonly gitTreeHash?: string | undefined;
|
|
627
|
-
readonly retainedByPack?: boolean | undefined;
|
|
628
554
|
} | {
|
|
555
|
+
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
629
556
|
readonly type: "registry";
|
|
630
557
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
631
|
-
readonly
|
|
558
|
+
readonly installedAt: Date;
|
|
559
|
+
readonly updatedAt: Date;
|
|
632
560
|
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
633
561
|
readonly integrity: string;
|
|
634
562
|
readonly sourceName: string;
|
|
635
|
-
readonly
|
|
636
|
-
readonly
|
|
637
|
-
readonly resolvedInputs?: {
|
|
638
|
-
readonly [x: string]: string | number | boolean;
|
|
639
|
-
} | undefined;
|
|
563
|
+
readonly gitTreeHash?: string | undefined;
|
|
564
|
+
readonly retainedByPack?: boolean | undefined;
|
|
640
565
|
readonly materializedTargets?: readonly {
|
|
641
566
|
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
642
567
|
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
643
568
|
readonly region?: string | undefined;
|
|
644
569
|
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
645
570
|
}[] | undefined;
|
|
571
|
+
} | {
|
|
572
|
+
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
573
|
+
readonly type: "workspace";
|
|
574
|
+
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
575
|
+
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
576
|
+
readonly installedAt: Date;
|
|
577
|
+
readonly updatedAt: Date;
|
|
578
|
+
readonly extensionType: "hook";
|
|
579
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
646
580
|
readonly gitTreeHash?: string | undefined;
|
|
647
581
|
readonly retainedByPack?: boolean | undefined;
|
|
582
|
+
readonly materializedTargets?: readonly {
|
|
583
|
+
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
584
|
+
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
585
|
+
readonly region?: string | undefined;
|
|
586
|
+
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
587
|
+
}[] | undefined;
|
|
648
588
|
};
|
|
649
589
|
} | undefined;
|
|
650
|
-
readonly
|
|
590
|
+
readonly subagents?: {
|
|
651
591
|
readonly [x: string]: {
|
|
652
592
|
readonly type: "github";
|
|
653
593
|
readonly owner: string;
|
|
654
|
-
readonly repo: string;
|
|
655
594
|
readonly installedAt: Date;
|
|
656
595
|
readonly updatedAt: Date;
|
|
657
|
-
readonly
|
|
596
|
+
readonly agents: readonly string[];
|
|
597
|
+
readonly repo: string;
|
|
658
598
|
readonly path?: string | undefined;
|
|
659
|
-
readonly materializedTargets?: readonly {
|
|
660
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
661
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
662
|
-
readonly region?: string | undefined;
|
|
663
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
664
|
-
}[] | undefined;
|
|
665
599
|
readonly gitTreeHash?: string | undefined;
|
|
666
600
|
readonly retainedByPack?: boolean | undefined;
|
|
601
|
+
readonly ref?: string | undefined;
|
|
602
|
+
readonly sourceHash?: string | undefined;
|
|
603
|
+
readonly renderedFiles?: {
|
|
604
|
+
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
605
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
606
|
+
}, "Type">[];
|
|
607
|
+
} | undefined;
|
|
667
608
|
} | {
|
|
668
609
|
readonly type: "gitlab";
|
|
669
610
|
readonly owner: string;
|
|
670
|
-
readonly repo: string;
|
|
671
611
|
readonly installedAt: Date;
|
|
672
612
|
readonly updatedAt: Date;
|
|
673
|
-
readonly
|
|
613
|
+
readonly agents: readonly string[];
|
|
614
|
+
readonly repo: string;
|
|
674
615
|
readonly path?: string | undefined;
|
|
675
|
-
readonly materializedTargets?: readonly {
|
|
676
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
677
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
678
|
-
readonly region?: string | undefined;
|
|
679
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
680
|
-
}[] | undefined;
|
|
681
616
|
readonly gitTreeHash?: string | undefined;
|
|
682
617
|
readonly retainedByPack?: boolean | undefined;
|
|
618
|
+
readonly ref?: string | undefined;
|
|
619
|
+
readonly sourceHash?: string | undefined;
|
|
620
|
+
readonly renderedFiles?: {
|
|
621
|
+
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
622
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
623
|
+
}, "Type">[];
|
|
624
|
+
} | undefined;
|
|
683
625
|
} | {
|
|
684
626
|
readonly type: "bitbucket";
|
|
685
627
|
readonly owner: string;
|
|
686
|
-
readonly repo: string;
|
|
687
628
|
readonly installedAt: Date;
|
|
688
629
|
readonly updatedAt: Date;
|
|
689
|
-
readonly
|
|
630
|
+
readonly agents: readonly string[];
|
|
631
|
+
readonly repo: string;
|
|
690
632
|
readonly path?: string | undefined;
|
|
691
|
-
readonly materializedTargets?: readonly {
|
|
692
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
693
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
694
|
-
readonly region?: string | undefined;
|
|
695
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
696
|
-
}[] | undefined;
|
|
697
633
|
readonly gitTreeHash?: string | undefined;
|
|
698
634
|
readonly retainedByPack?: boolean | undefined;
|
|
635
|
+
readonly ref?: string | undefined;
|
|
636
|
+
readonly sourceHash?: string | undefined;
|
|
637
|
+
readonly renderedFiles?: {
|
|
638
|
+
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
639
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
640
|
+
}, "Type">[];
|
|
641
|
+
} | undefined;
|
|
699
642
|
} | {
|
|
700
|
-
readonly type: "azurerepos";
|
|
701
|
-
readonly organization: string;
|
|
702
643
|
readonly project: string;
|
|
703
|
-
readonly
|
|
644
|
+
readonly type: "azurerepos";
|
|
704
645
|
readonly installedAt: Date;
|
|
705
646
|
readonly updatedAt: Date;
|
|
706
|
-
readonly
|
|
647
|
+
readonly agents: readonly string[];
|
|
648
|
+
readonly repo: string;
|
|
649
|
+
readonly organization: string;
|
|
707
650
|
readonly path?: string | undefined;
|
|
708
|
-
readonly materializedTargets?: readonly {
|
|
709
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
710
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
711
|
-
readonly region?: string | undefined;
|
|
712
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
713
|
-
}[] | undefined;
|
|
714
651
|
readonly gitTreeHash?: string | undefined;
|
|
715
652
|
readonly retainedByPack?: boolean | undefined;
|
|
653
|
+
readonly ref?: string | undefined;
|
|
654
|
+
readonly sourceHash?: string | undefined;
|
|
655
|
+
readonly renderedFiles?: {
|
|
656
|
+
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
657
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
658
|
+
}, "Type">[];
|
|
659
|
+
} | undefined;
|
|
716
660
|
} | {
|
|
717
|
-
readonly type: "git";
|
|
718
661
|
readonly url: string;
|
|
662
|
+
readonly type: "git";
|
|
719
663
|
readonly installedAt: Date;
|
|
720
664
|
readonly updatedAt: Date;
|
|
721
|
-
readonly
|
|
665
|
+
readonly agents: readonly string[];
|
|
722
666
|
readonly path?: string | undefined;
|
|
723
|
-
readonly materializedTargets?: readonly {
|
|
724
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
725
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
726
|
-
readonly region?: string | undefined;
|
|
727
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
728
|
-
}[] | undefined;
|
|
729
667
|
readonly gitTreeHash?: string | undefined;
|
|
730
668
|
readonly retainedByPack?: boolean | undefined;
|
|
669
|
+
readonly ref?: string | undefined;
|
|
670
|
+
readonly sourceHash?: string | undefined;
|
|
671
|
+
readonly renderedFiles?: {
|
|
672
|
+
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
673
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
674
|
+
}, "Type">[];
|
|
675
|
+
} | undefined;
|
|
731
676
|
} | {
|
|
732
|
-
readonly type: "local";
|
|
733
677
|
readonly path: string;
|
|
678
|
+
readonly type: "local";
|
|
734
679
|
readonly installedAt: Date;
|
|
735
680
|
readonly updatedAt: Date;
|
|
736
|
-
readonly
|
|
737
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
738
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
739
|
-
readonly region?: string | undefined;
|
|
740
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
741
|
-
}[] | undefined;
|
|
681
|
+
readonly agents: readonly string[];
|
|
742
682
|
readonly gitTreeHash?: string | undefined;
|
|
743
683
|
readonly retainedByPack?: boolean | undefined;
|
|
684
|
+
readonly sourceHash?: string | undefined;
|
|
685
|
+
readonly renderedFiles?: {
|
|
686
|
+
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
687
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
688
|
+
}, "Type">[];
|
|
689
|
+
} | undefined;
|
|
744
690
|
} | {
|
|
691
|
+
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
745
692
|
readonly type: "registry";
|
|
746
693
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
747
|
-
readonly
|
|
694
|
+
readonly installedAt: Date;
|
|
695
|
+
readonly updatedAt: Date;
|
|
696
|
+
readonly agents: readonly string[];
|
|
748
697
|
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
749
698
|
readonly integrity: string;
|
|
750
699
|
readonly sourceName: string;
|
|
700
|
+
readonly gitTreeHash?: string | undefined;
|
|
701
|
+
readonly retainedByPack?: boolean | undefined;
|
|
702
|
+
readonly sourceHash?: string | undefined;
|
|
703
|
+
readonly renderedFiles?: {
|
|
704
|
+
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
705
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
706
|
+
}, "Type">[];
|
|
707
|
+
} | undefined;
|
|
708
|
+
} | {
|
|
709
|
+
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
710
|
+
readonly type: "workspace";
|
|
711
|
+
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
712
|
+
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
751
713
|
readonly installedAt: Date;
|
|
752
714
|
readonly updatedAt: Date;
|
|
753
|
-
readonly
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
readonly region?: string | undefined;
|
|
757
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
758
|
-
}[] | undefined;
|
|
715
|
+
readonly extensionType: "subagent";
|
|
716
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
717
|
+
readonly agents: readonly string[];
|
|
759
718
|
readonly gitTreeHash?: string | undefined;
|
|
760
719
|
readonly retainedByPack?: boolean | undefined;
|
|
720
|
+
readonly renderedFiles?: {
|
|
721
|
+
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
722
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
723
|
+
}, "Type">[];
|
|
724
|
+
} | undefined;
|
|
761
725
|
};
|
|
762
726
|
} | undefined;
|
|
763
|
-
readonly
|
|
727
|
+
readonly commands?: {
|
|
764
728
|
readonly [x: string]: {
|
|
765
729
|
readonly type: "github";
|
|
766
730
|
readonly owner: string;
|
|
731
|
+
readonly installedAt: Date;
|
|
732
|
+
readonly updatedAt: Date;
|
|
733
|
+
readonly agents: readonly string[];
|
|
734
|
+
readonly repo: string;
|
|
735
|
+
readonly path?: string | undefined;
|
|
736
|
+
readonly gitTreeHash?: string | undefined;
|
|
737
|
+
readonly retainedByPack?: boolean | undefined;
|
|
738
|
+
readonly ref?: string | undefined;
|
|
739
|
+
readonly sourceHash?: string | undefined;
|
|
740
|
+
readonly renderedFiles?: {
|
|
741
|
+
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
742
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
743
|
+
}, "Type">[];
|
|
744
|
+
} | undefined;
|
|
745
|
+
} | {
|
|
746
|
+
readonly type: "gitlab";
|
|
747
|
+
readonly owner: string;
|
|
748
|
+
readonly installedAt: Date;
|
|
749
|
+
readonly updatedAt: Date;
|
|
750
|
+
readonly agents: readonly string[];
|
|
751
|
+
readonly repo: string;
|
|
752
|
+
readonly path?: string | undefined;
|
|
753
|
+
readonly gitTreeHash?: string | undefined;
|
|
754
|
+
readonly retainedByPack?: boolean | undefined;
|
|
755
|
+
readonly ref?: string | undefined;
|
|
756
|
+
readonly sourceHash?: string | undefined;
|
|
757
|
+
readonly renderedFiles?: {
|
|
758
|
+
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
759
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
760
|
+
}, "Type">[];
|
|
761
|
+
} | undefined;
|
|
762
|
+
} | {
|
|
763
|
+
readonly type: "bitbucket";
|
|
764
|
+
readonly owner: string;
|
|
765
|
+
readonly installedAt: Date;
|
|
766
|
+
readonly updatedAt: Date;
|
|
767
|
+
readonly agents: readonly string[];
|
|
768
|
+
readonly repo: string;
|
|
769
|
+
readonly path?: string | undefined;
|
|
770
|
+
readonly gitTreeHash?: string | undefined;
|
|
771
|
+
readonly retainedByPack?: boolean | undefined;
|
|
772
|
+
readonly ref?: string | undefined;
|
|
773
|
+
readonly sourceHash?: string | undefined;
|
|
774
|
+
readonly renderedFiles?: {
|
|
775
|
+
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
776
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
777
|
+
}, "Type">[];
|
|
778
|
+
} | undefined;
|
|
779
|
+
} | {
|
|
780
|
+
readonly project: string;
|
|
781
|
+
readonly type: "azurerepos";
|
|
782
|
+
readonly installedAt: Date;
|
|
783
|
+
readonly updatedAt: Date;
|
|
784
|
+
readonly agents: readonly string[];
|
|
767
785
|
readonly repo: string;
|
|
786
|
+
readonly organization: string;
|
|
787
|
+
readonly path?: string | undefined;
|
|
788
|
+
readonly gitTreeHash?: string | undefined;
|
|
789
|
+
readonly retainedByPack?: boolean | undefined;
|
|
790
|
+
readonly ref?: string | undefined;
|
|
791
|
+
readonly sourceHash?: string | undefined;
|
|
792
|
+
readonly renderedFiles?: {
|
|
793
|
+
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
794
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
795
|
+
}, "Type">[];
|
|
796
|
+
} | undefined;
|
|
797
|
+
} | {
|
|
798
|
+
readonly url: string;
|
|
799
|
+
readonly type: "git";
|
|
768
800
|
readonly installedAt: Date;
|
|
769
801
|
readonly updatedAt: Date;
|
|
802
|
+
readonly agents: readonly string[];
|
|
803
|
+
readonly path?: string | undefined;
|
|
804
|
+
readonly gitTreeHash?: string | undefined;
|
|
805
|
+
readonly retainedByPack?: boolean | undefined;
|
|
770
806
|
readonly ref?: string | undefined;
|
|
807
|
+
readonly sourceHash?: string | undefined;
|
|
808
|
+
readonly renderedFiles?: {
|
|
809
|
+
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
810
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
811
|
+
}, "Type">[];
|
|
812
|
+
} | undefined;
|
|
813
|
+
} | {
|
|
814
|
+
readonly path: string;
|
|
815
|
+
readonly type: "local";
|
|
816
|
+
readonly installedAt: Date;
|
|
817
|
+
readonly updatedAt: Date;
|
|
818
|
+
readonly agents: readonly string[];
|
|
819
|
+
readonly gitTreeHash?: string | undefined;
|
|
820
|
+
readonly retainedByPack?: boolean | undefined;
|
|
821
|
+
readonly sourceHash?: string | undefined;
|
|
822
|
+
readonly renderedFiles?: {
|
|
823
|
+
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
824
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
825
|
+
}, "Type">[];
|
|
826
|
+
} | undefined;
|
|
827
|
+
} | {
|
|
828
|
+
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
829
|
+
readonly type: "registry";
|
|
830
|
+
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
831
|
+
readonly installedAt: Date;
|
|
832
|
+
readonly updatedAt: Date;
|
|
833
|
+
readonly agents: readonly string[];
|
|
834
|
+
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
835
|
+
readonly integrity: string;
|
|
836
|
+
readonly sourceName: string;
|
|
837
|
+
readonly gitTreeHash?: string | undefined;
|
|
838
|
+
readonly retainedByPack?: boolean | undefined;
|
|
839
|
+
readonly sourceHash?: string | undefined;
|
|
840
|
+
readonly renderedFiles?: {
|
|
841
|
+
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
842
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
843
|
+
}, "Type">[];
|
|
844
|
+
} | undefined;
|
|
845
|
+
} | {
|
|
846
|
+
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
847
|
+
readonly type: "workspace";
|
|
848
|
+
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
849
|
+
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
850
|
+
readonly installedAt: Date;
|
|
851
|
+
readonly updatedAt: Date;
|
|
852
|
+
readonly extensionType: "command";
|
|
853
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
854
|
+
readonly agents: readonly string[];
|
|
855
|
+
readonly gitTreeHash?: string | undefined;
|
|
856
|
+
readonly retainedByPack?: boolean | undefined;
|
|
857
|
+
readonly renderedFiles?: {
|
|
858
|
+
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
859
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
860
|
+
}, "Type">[];
|
|
861
|
+
} | undefined;
|
|
862
|
+
};
|
|
863
|
+
} | undefined;
|
|
864
|
+
readonly rules?: {
|
|
865
|
+
readonly [x: string]: {
|
|
866
|
+
readonly type: "github";
|
|
867
|
+
readonly owner: string;
|
|
868
|
+
readonly installedAt: Date;
|
|
869
|
+
readonly updatedAt: Date;
|
|
870
|
+
readonly repo: string;
|
|
771
871
|
readonly path?: string | undefined;
|
|
872
|
+
readonly gitTreeHash?: string | undefined;
|
|
873
|
+
readonly retainedByPack?: boolean | undefined;
|
|
874
|
+
readonly ref?: string | undefined;
|
|
772
875
|
readonly materializedTargets?: readonly {
|
|
773
876
|
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
774
877
|
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
775
878
|
readonly region?: string | undefined;
|
|
776
879
|
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
777
880
|
}[] | undefined;
|
|
778
|
-
readonly gitTreeHash?: string | undefined;
|
|
779
|
-
readonly retainedByPack?: boolean | undefined;
|
|
780
881
|
} | {
|
|
781
882
|
readonly type: "gitlab";
|
|
782
883
|
readonly owner: string;
|
|
783
|
-
readonly repo: string;
|
|
784
884
|
readonly installedAt: Date;
|
|
785
885
|
readonly updatedAt: Date;
|
|
786
|
-
readonly
|
|
886
|
+
readonly repo: string;
|
|
787
887
|
readonly path?: string | undefined;
|
|
888
|
+
readonly gitTreeHash?: string | undefined;
|
|
889
|
+
readonly retainedByPack?: boolean | undefined;
|
|
890
|
+
readonly ref?: string | undefined;
|
|
788
891
|
readonly materializedTargets?: readonly {
|
|
789
892
|
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
790
893
|
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
791
894
|
readonly region?: string | undefined;
|
|
792
895
|
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
793
896
|
}[] | undefined;
|
|
794
|
-
readonly gitTreeHash?: string | undefined;
|
|
795
|
-
readonly retainedByPack?: boolean | undefined;
|
|
796
897
|
} | {
|
|
797
898
|
readonly type: "bitbucket";
|
|
798
899
|
readonly owner: string;
|
|
799
|
-
readonly repo: string;
|
|
800
900
|
readonly installedAt: Date;
|
|
801
901
|
readonly updatedAt: Date;
|
|
802
|
-
readonly
|
|
902
|
+
readonly repo: string;
|
|
803
903
|
readonly path?: string | undefined;
|
|
904
|
+
readonly gitTreeHash?: string | undefined;
|
|
905
|
+
readonly retainedByPack?: boolean | undefined;
|
|
906
|
+
readonly ref?: string | undefined;
|
|
804
907
|
readonly materializedTargets?: readonly {
|
|
805
908
|
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
806
909
|
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
807
910
|
readonly region?: string | undefined;
|
|
808
911
|
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
809
912
|
}[] | undefined;
|
|
810
|
-
readonly gitTreeHash?: string | undefined;
|
|
811
|
-
readonly retainedByPack?: boolean | undefined;
|
|
812
913
|
} | {
|
|
813
|
-
readonly type: "azurerepos";
|
|
814
|
-
readonly organization: string;
|
|
815
914
|
readonly project: string;
|
|
816
|
-
readonly
|
|
915
|
+
readonly type: "azurerepos";
|
|
817
916
|
readonly installedAt: Date;
|
|
818
917
|
readonly updatedAt: Date;
|
|
819
|
-
readonly
|
|
918
|
+
readonly repo: string;
|
|
919
|
+
readonly organization: string;
|
|
820
920
|
readonly path?: string | undefined;
|
|
921
|
+
readonly gitTreeHash?: string | undefined;
|
|
922
|
+
readonly retainedByPack?: boolean | undefined;
|
|
923
|
+
readonly ref?: string | undefined;
|
|
821
924
|
readonly materializedTargets?: readonly {
|
|
822
925
|
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
823
926
|
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
824
927
|
readonly region?: string | undefined;
|
|
825
928
|
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
826
929
|
}[] | undefined;
|
|
827
|
-
readonly gitTreeHash?: string | undefined;
|
|
828
|
-
readonly retainedByPack?: boolean | undefined;
|
|
829
930
|
} | {
|
|
830
|
-
readonly type: "git";
|
|
831
931
|
readonly url: string;
|
|
932
|
+
readonly type: "git";
|
|
832
933
|
readonly installedAt: Date;
|
|
833
934
|
readonly updatedAt: Date;
|
|
834
|
-
readonly ref?: string | undefined;
|
|
835
935
|
readonly path?: string | undefined;
|
|
936
|
+
readonly gitTreeHash?: string | undefined;
|
|
937
|
+
readonly retainedByPack?: boolean | undefined;
|
|
938
|
+
readonly ref?: string | undefined;
|
|
836
939
|
readonly materializedTargets?: readonly {
|
|
837
940
|
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
838
941
|
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
839
942
|
readonly region?: string | undefined;
|
|
840
943
|
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
841
944
|
}[] | undefined;
|
|
842
|
-
readonly gitTreeHash?: string | undefined;
|
|
843
|
-
readonly retainedByPack?: boolean | undefined;
|
|
844
945
|
} | {
|
|
845
|
-
readonly type: "local";
|
|
846
946
|
readonly path: string;
|
|
947
|
+
readonly type: "local";
|
|
847
948
|
readonly installedAt: Date;
|
|
848
949
|
readonly updatedAt: Date;
|
|
950
|
+
readonly gitTreeHash?: string | undefined;
|
|
951
|
+
readonly retainedByPack?: boolean | undefined;
|
|
849
952
|
readonly materializedTargets?: readonly {
|
|
850
953
|
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
851
954
|
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
852
955
|
readonly region?: string | undefined;
|
|
853
956
|
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
854
957
|
}[] | undefined;
|
|
855
|
-
readonly gitTreeHash?: string | undefined;
|
|
856
|
-
readonly retainedByPack?: boolean | undefined;
|
|
857
958
|
} | {
|
|
959
|
+
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
858
960
|
readonly type: "registry";
|
|
859
961
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
860
|
-
readonly
|
|
962
|
+
readonly installedAt: Date;
|
|
963
|
+
readonly updatedAt: Date;
|
|
861
964
|
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
862
965
|
readonly integrity: string;
|
|
863
966
|
readonly sourceName: string;
|
|
864
|
-
readonly
|
|
865
|
-
readonly
|
|
967
|
+
readonly gitTreeHash?: string | undefined;
|
|
968
|
+
readonly retainedByPack?: boolean | undefined;
|
|
866
969
|
readonly materializedTargets?: readonly {
|
|
867
970
|
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
868
971
|
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
869
972
|
readonly region?: string | undefined;
|
|
870
973
|
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
871
974
|
}[] | undefined;
|
|
975
|
+
} | {
|
|
976
|
+
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
977
|
+
readonly type: "workspace";
|
|
978
|
+
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
979
|
+
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
980
|
+
readonly installedAt: Date;
|
|
981
|
+
readonly updatedAt: Date;
|
|
982
|
+
readonly extensionType: "rule";
|
|
983
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
872
984
|
readonly gitTreeHash?: string | undefined;
|
|
873
985
|
readonly retainedByPack?: boolean | undefined;
|
|
986
|
+
readonly materializedTargets?: readonly {
|
|
987
|
+
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
988
|
+
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
989
|
+
readonly region?: string | undefined;
|
|
990
|
+
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
991
|
+
}[] | undefined;
|
|
874
992
|
};
|
|
875
993
|
} | undefined;
|
|
876
994
|
readonly packs?: {
|
|
877
995
|
readonly [x: string]: {
|
|
996
|
+
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
878
997
|
readonly type: "registry";
|
|
879
998
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
880
|
-
readonly
|
|
999
|
+
readonly installedAt: Date;
|
|
1000
|
+
readonly updatedAt: Date;
|
|
881
1001
|
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
882
1002
|
readonly integrity: string;
|
|
883
1003
|
readonly sourceName: string;
|
|
884
|
-
readonly installedAt: Date;
|
|
885
|
-
readonly updatedAt: Date;
|
|
886
1004
|
readonly resolvedSkills: {
|
|
887
1005
|
readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
|
|
888
1006
|
};
|
|
@@ -904,18 +1022,15 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
|
|
|
904
1022
|
readonly resolvedHooks?: {
|
|
905
1023
|
readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
|
|
906
1024
|
} | undefined;
|
|
907
|
-
}
|
|
908
|
-
} | undefined;
|
|
909
|
-
readonly libraries?: {
|
|
910
|
-
readonly [x: string]: {
|
|
911
|
-
readonly type: "registry";
|
|
912
|
-
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
1025
|
+
} | {
|
|
913
1026
|
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
914
|
-
readonly
|
|
1027
|
+
readonly type: "workspace";
|
|
1028
|
+
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
1029
|
+
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
915
1030
|
readonly installedAt: Date;
|
|
916
1031
|
readonly updatedAt: Date;
|
|
917
|
-
readonly
|
|
918
|
-
readonly
|
|
1032
|
+
readonly extensionType: "pack";
|
|
1033
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
919
1034
|
readonly resolvedSkills: {
|
|
920
1035
|
readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
|
|
921
1036
|
};
|
|
@@ -928,17 +1043,36 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
|
|
|
928
1043
|
readonly resolvedSubagents: {
|
|
929
1044
|
readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
|
|
930
1045
|
};
|
|
931
|
-
readonly resolvedFiles
|
|
932
|
-
readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
|
|
933
|
-
};
|
|
934
|
-
readonly resolvedRules: {
|
|
1046
|
+
readonly resolvedFiles?: {
|
|
935
1047
|
readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
|
|
936
|
-
};
|
|
937
|
-
readonly
|
|
1048
|
+
} | undefined;
|
|
1049
|
+
readonly resolvedRules?: {
|
|
938
1050
|
readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
|
|
939
|
-
};
|
|
1051
|
+
} | undefined;
|
|
1052
|
+
readonly resolvedHooks?: {
|
|
1053
|
+
readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
|
|
1054
|
+
} | undefined;
|
|
940
1055
|
};
|
|
941
1056
|
} | undefined;
|
|
1057
|
+
readonly libraries?: {
|
|
1058
|
+
readonly [x: string]: Schema.Struct.ReadonlySide<{
|
|
1059
|
+
readonly type: Schema.Literal<"registry">;
|
|
1060
|
+
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
1061
|
+
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
1062
|
+
readonly sourceName: Schema.String;
|
|
1063
|
+
readonly installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1064
|
+
readonly updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1065
|
+
readonly resolvedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1066
|
+
readonly membershipDigest: Schema.String;
|
|
1067
|
+
readonly resolvedSkills: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
|
|
1068
|
+
readonly resolvedCommands: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
|
|
1069
|
+
readonly resolvedMcpServers: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
|
|
1070
|
+
readonly resolvedSubagents: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
|
|
1071
|
+
readonly resolvedFiles: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
|
|
1072
|
+
readonly resolvedRules: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
|
|
1073
|
+
readonly resolvedHooks: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
|
|
1074
|
+
}, "Type">;
|
|
1075
|
+
} | undefined;
|
|
942
1076
|
}, AppError, Path.Path | FileSystem.FileSystem>;
|
|
943
1077
|
/**
|
|
944
1078
|
* Commits a caller-computed lockfile snapshot as an entry-level patch.
|
|
@@ -952,828 +1086,945 @@ export declare const commitLockfileUpdates: (axmDir: string, lockfile: Lockfile,
|
|
|
952
1086
|
* @experimental This API is unstable and may change without notice.
|
|
953
1087
|
*/
|
|
954
1088
|
export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfile, next: Lockfile) => Effect.Effect<{
|
|
955
|
-
readonly lockfileVersion: number;
|
|
956
1089
|
readonly skills: {
|
|
957
1090
|
readonly [x: string]: {
|
|
958
1091
|
readonly type: "github";
|
|
959
1092
|
readonly owner: string;
|
|
960
|
-
readonly repo: string;
|
|
961
1093
|
readonly installedAt: Date;
|
|
962
1094
|
readonly updatedAt: Date;
|
|
963
1095
|
readonly agents: readonly string[];
|
|
964
|
-
readonly
|
|
1096
|
+
readonly repo: string;
|
|
965
1097
|
readonly path?: string | undefined;
|
|
1098
|
+
readonly gitTreeHash?: string | undefined;
|
|
1099
|
+
readonly retainedByPack?: boolean | undefined;
|
|
1100
|
+
readonly ref?: string | undefined;
|
|
966
1101
|
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
967
1102
|
readonly renderedFiles?: {
|
|
968
|
-
readonly [x: string]: readonly {
|
|
969
|
-
readonly path:
|
|
970
|
-
}[];
|
|
1103
|
+
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1104
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1105
|
+
}, "Type">[];
|
|
971
1106
|
} | undefined;
|
|
972
|
-
readonly gitTreeHash?: string | undefined;
|
|
973
|
-
readonly retainedByPack?: boolean | undefined;
|
|
974
1107
|
} | {
|
|
975
1108
|
readonly type: "gitlab";
|
|
976
1109
|
readonly owner: string;
|
|
977
|
-
readonly repo: string;
|
|
978
1110
|
readonly installedAt: Date;
|
|
979
1111
|
readonly updatedAt: Date;
|
|
980
1112
|
readonly agents: readonly string[];
|
|
981
|
-
readonly
|
|
1113
|
+
readonly repo: string;
|
|
982
1114
|
readonly path?: string | undefined;
|
|
1115
|
+
readonly gitTreeHash?: string | undefined;
|
|
1116
|
+
readonly retainedByPack?: boolean | undefined;
|
|
1117
|
+
readonly ref?: string | undefined;
|
|
983
1118
|
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
984
1119
|
readonly renderedFiles?: {
|
|
985
|
-
readonly [x: string]: readonly {
|
|
986
|
-
readonly path:
|
|
987
|
-
}[];
|
|
1120
|
+
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1121
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1122
|
+
}, "Type">[];
|
|
988
1123
|
} | undefined;
|
|
989
|
-
readonly gitTreeHash?: string | undefined;
|
|
990
|
-
readonly retainedByPack?: boolean | undefined;
|
|
991
1124
|
} | {
|
|
992
1125
|
readonly type: "bitbucket";
|
|
993
1126
|
readonly owner: string;
|
|
994
|
-
readonly repo: string;
|
|
995
1127
|
readonly installedAt: Date;
|
|
996
1128
|
readonly updatedAt: Date;
|
|
997
1129
|
readonly agents: readonly string[];
|
|
998
|
-
readonly
|
|
1130
|
+
readonly repo: string;
|
|
999
1131
|
readonly path?: string | undefined;
|
|
1132
|
+
readonly gitTreeHash?: string | undefined;
|
|
1133
|
+
readonly retainedByPack?: boolean | undefined;
|
|
1134
|
+
readonly ref?: string | undefined;
|
|
1000
1135
|
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1001
1136
|
readonly renderedFiles?: {
|
|
1002
|
-
readonly [x: string]: readonly {
|
|
1003
|
-
readonly path:
|
|
1004
|
-
}[];
|
|
1137
|
+
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1138
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1139
|
+
}, "Type">[];
|
|
1005
1140
|
} | undefined;
|
|
1006
|
-
readonly gitTreeHash?: string | undefined;
|
|
1007
|
-
readonly retainedByPack?: boolean | undefined;
|
|
1008
1141
|
} | {
|
|
1009
|
-
readonly type: "azurerepos";
|
|
1010
|
-
readonly organization: string;
|
|
1011
1142
|
readonly project: string;
|
|
1012
|
-
readonly
|
|
1143
|
+
readonly type: "azurerepos";
|
|
1013
1144
|
readonly installedAt: Date;
|
|
1014
1145
|
readonly updatedAt: Date;
|
|
1015
1146
|
readonly agents: readonly string[];
|
|
1016
|
-
readonly
|
|
1147
|
+
readonly repo: string;
|
|
1148
|
+
readonly organization: string;
|
|
1017
1149
|
readonly path?: string | undefined;
|
|
1150
|
+
readonly gitTreeHash?: string | undefined;
|
|
1151
|
+
readonly retainedByPack?: boolean | undefined;
|
|
1152
|
+
readonly ref?: string | undefined;
|
|
1018
1153
|
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1019
1154
|
readonly renderedFiles?: {
|
|
1020
|
-
readonly [x: string]: readonly {
|
|
1021
|
-
readonly path:
|
|
1022
|
-
}[];
|
|
1155
|
+
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1156
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1157
|
+
}, "Type">[];
|
|
1023
1158
|
} | undefined;
|
|
1024
|
-
readonly gitTreeHash?: string | undefined;
|
|
1025
|
-
readonly retainedByPack?: boolean | undefined;
|
|
1026
1159
|
} | {
|
|
1027
|
-
readonly type: "git";
|
|
1028
1160
|
readonly url: string;
|
|
1161
|
+
readonly type: "git";
|
|
1029
1162
|
readonly installedAt: Date;
|
|
1030
1163
|
readonly updatedAt: Date;
|
|
1031
1164
|
readonly agents: readonly string[];
|
|
1032
|
-
readonly ref?: string | undefined;
|
|
1033
1165
|
readonly path?: string | undefined;
|
|
1166
|
+
readonly gitTreeHash?: string | undefined;
|
|
1167
|
+
readonly retainedByPack?: boolean | undefined;
|
|
1168
|
+
readonly ref?: string | undefined;
|
|
1034
1169
|
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1035
1170
|
readonly renderedFiles?: {
|
|
1036
|
-
readonly [x: string]: readonly {
|
|
1037
|
-
readonly path:
|
|
1038
|
-
}[];
|
|
1171
|
+
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1172
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1173
|
+
}, "Type">[];
|
|
1039
1174
|
} | undefined;
|
|
1040
|
-
readonly gitTreeHash?: string | undefined;
|
|
1041
|
-
readonly retainedByPack?: boolean | undefined;
|
|
1042
1175
|
} | {
|
|
1043
|
-
readonly type: "local";
|
|
1044
1176
|
readonly path: string;
|
|
1177
|
+
readonly type: "local";
|
|
1045
1178
|
readonly installedAt: Date;
|
|
1046
1179
|
readonly updatedAt: Date;
|
|
1047
1180
|
readonly agents: readonly string[];
|
|
1181
|
+
readonly gitTreeHash?: string | undefined;
|
|
1182
|
+
readonly retainedByPack?: boolean | undefined;
|
|
1048
1183
|
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1049
1184
|
readonly renderedFiles?: {
|
|
1050
|
-
readonly [x: string]: readonly {
|
|
1051
|
-
readonly path:
|
|
1052
|
-
}[];
|
|
1185
|
+
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1186
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1187
|
+
}, "Type">[];
|
|
1053
1188
|
} | undefined;
|
|
1054
|
-
readonly gitTreeHash?: string | undefined;
|
|
1055
|
-
readonly retainedByPack?: boolean | undefined;
|
|
1056
1189
|
} | {
|
|
1190
|
+
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
1057
1191
|
readonly type: "registry";
|
|
1058
1192
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
1059
|
-
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
1060
|
-
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
1061
|
-
readonly integrity: string;
|
|
1062
|
-
readonly sourceName: string;
|
|
1063
1193
|
readonly installedAt: Date;
|
|
1064
1194
|
readonly updatedAt: Date;
|
|
1065
1195
|
readonly agents: readonly string[];
|
|
1196
|
+
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
1197
|
+
readonly integrity: string;
|
|
1198
|
+
readonly sourceName: string;
|
|
1199
|
+
readonly gitTreeHash?: string | undefined;
|
|
1200
|
+
readonly retainedByPack?: boolean | undefined;
|
|
1066
1201
|
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1067
1202
|
readonly renderedFiles?: {
|
|
1068
|
-
readonly [x: string]: readonly {
|
|
1069
|
-
readonly path:
|
|
1070
|
-
}[];
|
|
1203
|
+
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1204
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1205
|
+
}, "Type">[];
|
|
1071
1206
|
} | undefined;
|
|
1207
|
+
} | {
|
|
1208
|
+
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
1209
|
+
readonly type: "workspace";
|
|
1210
|
+
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
1211
|
+
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
1212
|
+
readonly installedAt: Date;
|
|
1213
|
+
readonly updatedAt: Date;
|
|
1214
|
+
readonly extensionType: "skill";
|
|
1215
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1216
|
+
readonly agents: readonly string[];
|
|
1072
1217
|
readonly gitTreeHash?: string | undefined;
|
|
1073
1218
|
readonly retainedByPack?: boolean | undefined;
|
|
1219
|
+
readonly renderedFiles?: {
|
|
1220
|
+
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1221
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1222
|
+
}, "Type">[];
|
|
1223
|
+
} | undefined;
|
|
1074
1224
|
};
|
|
1075
1225
|
};
|
|
1076
|
-
readonly
|
|
1226
|
+
readonly lockfileVersion: number;
|
|
1227
|
+
readonly files?: {
|
|
1077
1228
|
readonly [x: string]: {
|
|
1078
1229
|
readonly type: "github";
|
|
1079
1230
|
readonly owner: string;
|
|
1080
|
-
readonly repo: string;
|
|
1081
1231
|
readonly installedAt: Date;
|
|
1082
1232
|
readonly updatedAt: Date;
|
|
1083
|
-
readonly
|
|
1084
|
-
readonly ref?: string | undefined;
|
|
1233
|
+
readonly repo: string;
|
|
1085
1234
|
readonly path?: string | undefined;
|
|
1086
|
-
readonly sourceHash?: string | undefined;
|
|
1087
|
-
readonly renderedFiles?: {
|
|
1088
|
-
readonly [x: string]: readonly {
|
|
1089
|
-
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
1090
|
-
}[];
|
|
1091
|
-
} | undefined;
|
|
1092
1235
|
readonly gitTreeHash?: string | undefined;
|
|
1093
1236
|
readonly retainedByPack?: boolean | undefined;
|
|
1237
|
+
readonly ref?: string | undefined;
|
|
1238
|
+
readonly resolvedInputs?: {
|
|
1239
|
+
readonly [x: string]: string | number | boolean;
|
|
1240
|
+
} | undefined;
|
|
1241
|
+
readonly materializedTargets?: readonly {
|
|
1242
|
+
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1243
|
+
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1244
|
+
readonly region?: string | undefined;
|
|
1245
|
+
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1246
|
+
}[] | undefined;
|
|
1094
1247
|
} | {
|
|
1095
1248
|
readonly type: "gitlab";
|
|
1096
1249
|
readonly owner: string;
|
|
1097
|
-
readonly repo: string;
|
|
1098
1250
|
readonly installedAt: Date;
|
|
1099
1251
|
readonly updatedAt: Date;
|
|
1100
|
-
readonly
|
|
1101
|
-
readonly ref?: string | undefined;
|
|
1252
|
+
readonly repo: string;
|
|
1102
1253
|
readonly path?: string | undefined;
|
|
1103
|
-
readonly sourceHash?: string | undefined;
|
|
1104
|
-
readonly renderedFiles?: {
|
|
1105
|
-
readonly [x: string]: readonly {
|
|
1106
|
-
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
1107
|
-
}[];
|
|
1108
|
-
} | undefined;
|
|
1109
1254
|
readonly gitTreeHash?: string | undefined;
|
|
1110
1255
|
readonly retainedByPack?: boolean | undefined;
|
|
1256
|
+
readonly ref?: string | undefined;
|
|
1257
|
+
readonly resolvedInputs?: {
|
|
1258
|
+
readonly [x: string]: string | number | boolean;
|
|
1259
|
+
} | undefined;
|
|
1260
|
+
readonly materializedTargets?: readonly {
|
|
1261
|
+
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1262
|
+
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1263
|
+
readonly region?: string | undefined;
|
|
1264
|
+
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1265
|
+
}[] | undefined;
|
|
1111
1266
|
} | {
|
|
1112
1267
|
readonly type: "bitbucket";
|
|
1113
1268
|
readonly owner: string;
|
|
1114
|
-
readonly repo: string;
|
|
1115
1269
|
readonly installedAt: Date;
|
|
1116
1270
|
readonly updatedAt: Date;
|
|
1117
|
-
readonly
|
|
1118
|
-
readonly ref?: string | undefined;
|
|
1271
|
+
readonly repo: string;
|
|
1119
1272
|
readonly path?: string | undefined;
|
|
1120
|
-
readonly sourceHash?: string | undefined;
|
|
1121
|
-
readonly renderedFiles?: {
|
|
1122
|
-
readonly [x: string]: readonly {
|
|
1123
|
-
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
1124
|
-
}[];
|
|
1125
|
-
} | undefined;
|
|
1126
1273
|
readonly gitTreeHash?: string | undefined;
|
|
1127
1274
|
readonly retainedByPack?: boolean | undefined;
|
|
1275
|
+
readonly ref?: string | undefined;
|
|
1276
|
+
readonly resolvedInputs?: {
|
|
1277
|
+
readonly [x: string]: string | number | boolean;
|
|
1278
|
+
} | undefined;
|
|
1279
|
+
readonly materializedTargets?: readonly {
|
|
1280
|
+
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1281
|
+
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1282
|
+
readonly region?: string | undefined;
|
|
1283
|
+
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1284
|
+
}[] | undefined;
|
|
1128
1285
|
} | {
|
|
1129
|
-
readonly type: "azurerepos";
|
|
1130
|
-
readonly organization: string;
|
|
1131
1286
|
readonly project: string;
|
|
1132
|
-
readonly
|
|
1287
|
+
readonly type: "azurerepos";
|
|
1133
1288
|
readonly installedAt: Date;
|
|
1134
1289
|
readonly updatedAt: Date;
|
|
1135
|
-
readonly
|
|
1136
|
-
readonly
|
|
1290
|
+
readonly repo: string;
|
|
1291
|
+
readonly organization: string;
|
|
1137
1292
|
readonly path?: string | undefined;
|
|
1138
|
-
readonly sourceHash?: string | undefined;
|
|
1139
|
-
readonly renderedFiles?: {
|
|
1140
|
-
readonly [x: string]: readonly {
|
|
1141
|
-
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
1142
|
-
}[];
|
|
1143
|
-
} | undefined;
|
|
1144
1293
|
readonly gitTreeHash?: string | undefined;
|
|
1145
1294
|
readonly retainedByPack?: boolean | undefined;
|
|
1295
|
+
readonly ref?: string | undefined;
|
|
1296
|
+
readonly resolvedInputs?: {
|
|
1297
|
+
readonly [x: string]: string | number | boolean;
|
|
1298
|
+
} | undefined;
|
|
1299
|
+
readonly materializedTargets?: readonly {
|
|
1300
|
+
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1301
|
+
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1302
|
+
readonly region?: string | undefined;
|
|
1303
|
+
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1304
|
+
}[] | undefined;
|
|
1146
1305
|
} | {
|
|
1147
|
-
readonly type: "git";
|
|
1148
1306
|
readonly url: string;
|
|
1307
|
+
readonly type: "git";
|
|
1149
1308
|
readonly installedAt: Date;
|
|
1150
1309
|
readonly updatedAt: Date;
|
|
1151
|
-
readonly agents: readonly string[];
|
|
1152
|
-
readonly ref?: string | undefined;
|
|
1153
1310
|
readonly path?: string | undefined;
|
|
1154
|
-
readonly sourceHash?: string | undefined;
|
|
1155
|
-
readonly renderedFiles?: {
|
|
1156
|
-
readonly [x: string]: readonly {
|
|
1157
|
-
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
1158
|
-
}[];
|
|
1159
|
-
} | undefined;
|
|
1160
1311
|
readonly gitTreeHash?: string | undefined;
|
|
1161
1312
|
readonly retainedByPack?: boolean | undefined;
|
|
1313
|
+
readonly ref?: string | undefined;
|
|
1314
|
+
readonly resolvedInputs?: {
|
|
1315
|
+
readonly [x: string]: string | number | boolean;
|
|
1316
|
+
} | undefined;
|
|
1317
|
+
readonly materializedTargets?: readonly {
|
|
1318
|
+
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1319
|
+
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1320
|
+
readonly region?: string | undefined;
|
|
1321
|
+
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1322
|
+
}[] | undefined;
|
|
1162
1323
|
} | {
|
|
1163
|
-
readonly type: "local";
|
|
1164
1324
|
readonly path: string;
|
|
1325
|
+
readonly type: "local";
|
|
1165
1326
|
readonly installedAt: Date;
|
|
1166
1327
|
readonly updatedAt: Date;
|
|
1167
|
-
readonly agents: readonly string[];
|
|
1168
|
-
readonly sourceHash?: string | undefined;
|
|
1169
|
-
readonly renderedFiles?: {
|
|
1170
|
-
readonly [x: string]: readonly {
|
|
1171
|
-
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
1172
|
-
}[];
|
|
1173
|
-
} | undefined;
|
|
1174
1328
|
readonly gitTreeHash?: string | undefined;
|
|
1175
1329
|
readonly retainedByPack?: boolean | undefined;
|
|
1330
|
+
readonly resolvedInputs?: {
|
|
1331
|
+
readonly [x: string]: string | number | boolean;
|
|
1332
|
+
} | undefined;
|
|
1333
|
+
readonly materializedTargets?: readonly {
|
|
1334
|
+
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1335
|
+
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1336
|
+
readonly region?: string | undefined;
|
|
1337
|
+
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1338
|
+
}[] | undefined;
|
|
1176
1339
|
} | {
|
|
1340
|
+
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
1177
1341
|
readonly type: "registry";
|
|
1178
1342
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
1179
|
-
readonly
|
|
1343
|
+
readonly installedAt: Date;
|
|
1344
|
+
readonly updatedAt: Date;
|
|
1180
1345
|
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
1181
1346
|
readonly integrity: string;
|
|
1182
1347
|
readonly sourceName: string;
|
|
1348
|
+
readonly gitTreeHash?: string | undefined;
|
|
1349
|
+
readonly retainedByPack?: boolean | undefined;
|
|
1350
|
+
readonly resolvedInputs?: {
|
|
1351
|
+
readonly [x: string]: string | number | boolean;
|
|
1352
|
+
} | undefined;
|
|
1353
|
+
readonly materializedTargets?: readonly {
|
|
1354
|
+
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1355
|
+
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1356
|
+
readonly region?: string | undefined;
|
|
1357
|
+
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1358
|
+
}[] | undefined;
|
|
1359
|
+
} | {
|
|
1360
|
+
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
1361
|
+
readonly type: "workspace";
|
|
1362
|
+
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
1363
|
+
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
1183
1364
|
readonly installedAt: Date;
|
|
1184
1365
|
readonly updatedAt: Date;
|
|
1185
|
-
readonly
|
|
1186
|
-
readonly sourceHash
|
|
1187
|
-
readonly renderedFiles?: {
|
|
1188
|
-
readonly [x: string]: readonly {
|
|
1189
|
-
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
1190
|
-
}[];
|
|
1191
|
-
} | undefined;
|
|
1366
|
+
readonly extensionType: "files";
|
|
1367
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1192
1368
|
readonly gitTreeHash?: string | undefined;
|
|
1193
1369
|
readonly retainedByPack?: boolean | undefined;
|
|
1370
|
+
readonly resolvedInputs?: {
|
|
1371
|
+
readonly [x: string]: string | number | boolean;
|
|
1372
|
+
} | undefined;
|
|
1373
|
+
readonly materializedTargets?: readonly {
|
|
1374
|
+
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1375
|
+
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1376
|
+
readonly region?: string | undefined;
|
|
1377
|
+
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1378
|
+
}[] | undefined;
|
|
1194
1379
|
};
|
|
1195
1380
|
} | undefined;
|
|
1196
|
-
readonly
|
|
1381
|
+
readonly mcpServers?: {
|
|
1197
1382
|
readonly [x: string]: {
|
|
1383
|
+
readonly type: "inline";
|
|
1384
|
+
readonly installedAt: Date;
|
|
1385
|
+
readonly updatedAt: Date;
|
|
1386
|
+
readonly url?: string | undefined;
|
|
1387
|
+
readonly command?: string | undefined;
|
|
1388
|
+
readonly headers?: {
|
|
1389
|
+
readonly [x: string]: string;
|
|
1390
|
+
} | undefined;
|
|
1391
|
+
readonly args?: readonly string[] | undefined;
|
|
1392
|
+
readonly syncedAgents?: readonly string[] | undefined;
|
|
1393
|
+
readonly gitTreeHash?: string | undefined;
|
|
1394
|
+
readonly retainedByPack?: boolean | undefined;
|
|
1395
|
+
} | {
|
|
1198
1396
|
readonly type: "github";
|
|
1199
1397
|
readonly owner: string;
|
|
1200
|
-
readonly repo: string;
|
|
1201
1398
|
readonly installedAt: Date;
|
|
1202
1399
|
readonly updatedAt: Date;
|
|
1203
|
-
readonly
|
|
1204
|
-
readonly ref?: string | undefined;
|
|
1400
|
+
readonly repo: string;
|
|
1205
1401
|
readonly path?: string | undefined;
|
|
1206
|
-
readonly
|
|
1207
|
-
readonly renderedFiles?: {
|
|
1208
|
-
readonly [x: string]: readonly {
|
|
1209
|
-
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
1210
|
-
}[];
|
|
1211
|
-
} | undefined;
|
|
1402
|
+
readonly syncedAgents?: readonly string[] | undefined;
|
|
1212
1403
|
readonly gitTreeHash?: string | undefined;
|
|
1213
1404
|
readonly retainedByPack?: boolean | undefined;
|
|
1405
|
+
readonly ref?: string | undefined;
|
|
1214
1406
|
} | {
|
|
1215
1407
|
readonly type: "gitlab";
|
|
1216
1408
|
readonly owner: string;
|
|
1217
|
-
readonly repo: string;
|
|
1218
1409
|
readonly installedAt: Date;
|
|
1219
1410
|
readonly updatedAt: Date;
|
|
1220
|
-
readonly
|
|
1221
|
-
readonly ref?: string | undefined;
|
|
1411
|
+
readonly repo: string;
|
|
1222
1412
|
readonly path?: string | undefined;
|
|
1223
|
-
readonly
|
|
1224
|
-
readonly renderedFiles?: {
|
|
1225
|
-
readonly [x: string]: readonly {
|
|
1226
|
-
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
1227
|
-
}[];
|
|
1228
|
-
} | undefined;
|
|
1413
|
+
readonly syncedAgents?: readonly string[] | undefined;
|
|
1229
1414
|
readonly gitTreeHash?: string | undefined;
|
|
1230
1415
|
readonly retainedByPack?: boolean | undefined;
|
|
1416
|
+
readonly ref?: string | undefined;
|
|
1231
1417
|
} | {
|
|
1232
1418
|
readonly type: "bitbucket";
|
|
1233
1419
|
readonly owner: string;
|
|
1234
|
-
readonly repo: string;
|
|
1235
1420
|
readonly installedAt: Date;
|
|
1236
1421
|
readonly updatedAt: Date;
|
|
1237
|
-
readonly
|
|
1238
|
-
readonly ref?: string | undefined;
|
|
1422
|
+
readonly repo: string;
|
|
1239
1423
|
readonly path?: string | undefined;
|
|
1240
|
-
readonly
|
|
1241
|
-
readonly renderedFiles?: {
|
|
1242
|
-
readonly [x: string]: readonly {
|
|
1243
|
-
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
1244
|
-
}[];
|
|
1245
|
-
} | undefined;
|
|
1424
|
+
readonly syncedAgents?: readonly string[] | undefined;
|
|
1246
1425
|
readonly gitTreeHash?: string | undefined;
|
|
1247
1426
|
readonly retainedByPack?: boolean | undefined;
|
|
1427
|
+
readonly ref?: string | undefined;
|
|
1248
1428
|
} | {
|
|
1249
|
-
readonly type: "azurerepos";
|
|
1250
|
-
readonly organization: string;
|
|
1251
1429
|
readonly project: string;
|
|
1252
|
-
readonly
|
|
1430
|
+
readonly type: "azurerepos";
|
|
1253
1431
|
readonly installedAt: Date;
|
|
1254
1432
|
readonly updatedAt: Date;
|
|
1255
|
-
readonly
|
|
1256
|
-
readonly
|
|
1433
|
+
readonly repo: string;
|
|
1434
|
+
readonly organization: string;
|
|
1257
1435
|
readonly path?: string | undefined;
|
|
1258
|
-
readonly
|
|
1259
|
-
readonly renderedFiles?: {
|
|
1260
|
-
readonly [x: string]: readonly {
|
|
1261
|
-
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
1262
|
-
}[];
|
|
1263
|
-
} | undefined;
|
|
1436
|
+
readonly syncedAgents?: readonly string[] | undefined;
|
|
1264
1437
|
readonly gitTreeHash?: string | undefined;
|
|
1265
1438
|
readonly retainedByPack?: boolean | undefined;
|
|
1439
|
+
readonly ref?: string | undefined;
|
|
1266
1440
|
} | {
|
|
1267
|
-
readonly type: "git";
|
|
1268
1441
|
readonly url: string;
|
|
1442
|
+
readonly type: "git";
|
|
1269
1443
|
readonly installedAt: Date;
|
|
1270
1444
|
readonly updatedAt: Date;
|
|
1271
|
-
readonly agents: readonly string[];
|
|
1272
|
-
readonly ref?: string | undefined;
|
|
1273
1445
|
readonly path?: string | undefined;
|
|
1274
|
-
readonly
|
|
1275
|
-
readonly renderedFiles?: {
|
|
1276
|
-
readonly [x: string]: readonly {
|
|
1277
|
-
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
1278
|
-
}[];
|
|
1279
|
-
} | undefined;
|
|
1446
|
+
readonly syncedAgents?: readonly string[] | undefined;
|
|
1280
1447
|
readonly gitTreeHash?: string | undefined;
|
|
1281
1448
|
readonly retainedByPack?: boolean | undefined;
|
|
1449
|
+
readonly ref?: string | undefined;
|
|
1282
1450
|
} | {
|
|
1283
|
-
readonly type: "local";
|
|
1284
1451
|
readonly path: string;
|
|
1452
|
+
readonly type: "local";
|
|
1285
1453
|
readonly installedAt: Date;
|
|
1286
1454
|
readonly updatedAt: Date;
|
|
1287
|
-
readonly
|
|
1288
|
-
readonly sourceHash?: string | undefined;
|
|
1289
|
-
readonly renderedFiles?: {
|
|
1290
|
-
readonly [x: string]: readonly {
|
|
1291
|
-
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
1292
|
-
}[];
|
|
1293
|
-
} | undefined;
|
|
1455
|
+
readonly syncedAgents?: readonly string[] | undefined;
|
|
1294
1456
|
readonly gitTreeHash?: string | undefined;
|
|
1295
1457
|
readonly retainedByPack?: boolean | undefined;
|
|
1296
1458
|
} | {
|
|
1459
|
+
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
1297
1460
|
readonly type: "registry";
|
|
1298
1461
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
1299
|
-
readonly
|
|
1462
|
+
readonly installedAt: Date;
|
|
1463
|
+
readonly updatedAt: Date;
|
|
1300
1464
|
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
1301
1465
|
readonly integrity: string;
|
|
1302
1466
|
readonly sourceName: string;
|
|
1467
|
+
readonly syncedAgents?: readonly string[] | undefined;
|
|
1468
|
+
readonly gitTreeHash?: string | undefined;
|
|
1469
|
+
readonly retainedByPack?: boolean | undefined;
|
|
1470
|
+
} | {
|
|
1471
|
+
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
1472
|
+
readonly type: "workspace";
|
|
1473
|
+
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
1474
|
+
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
1303
1475
|
readonly installedAt: Date;
|
|
1304
1476
|
readonly updatedAt: Date;
|
|
1305
|
-
readonly
|
|
1306
|
-
readonly sourceHash
|
|
1307
|
-
readonly
|
|
1308
|
-
readonly [x: string]: readonly {
|
|
1309
|
-
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
1310
|
-
}[];
|
|
1311
|
-
} | undefined;
|
|
1477
|
+
readonly extensionType: "mcp-server";
|
|
1478
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1479
|
+
readonly syncedAgents?: readonly string[] | undefined;
|
|
1312
1480
|
readonly gitTreeHash?: string | undefined;
|
|
1313
1481
|
readonly retainedByPack?: boolean | undefined;
|
|
1314
1482
|
};
|
|
1315
1483
|
} | undefined;
|
|
1316
|
-
readonly
|
|
1484
|
+
readonly hooks?: {
|
|
1317
1485
|
readonly [x: string]: {
|
|
1318
1486
|
readonly type: "github";
|
|
1319
1487
|
readonly owner: string;
|
|
1320
|
-
readonly repo: string;
|
|
1321
1488
|
readonly installedAt: Date;
|
|
1322
1489
|
readonly updatedAt: Date;
|
|
1323
|
-
readonly
|
|
1490
|
+
readonly repo: string;
|
|
1324
1491
|
readonly path?: string | undefined;
|
|
1325
1492
|
readonly gitTreeHash?: string | undefined;
|
|
1326
1493
|
readonly retainedByPack?: boolean | undefined;
|
|
1327
|
-
readonly
|
|
1494
|
+
readonly ref?: string | undefined;
|
|
1495
|
+
readonly materializedTargets?: readonly {
|
|
1496
|
+
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1497
|
+
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1498
|
+
readonly region?: string | undefined;
|
|
1499
|
+
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1500
|
+
}[] | undefined;
|
|
1328
1501
|
} | {
|
|
1329
1502
|
readonly type: "gitlab";
|
|
1330
1503
|
readonly owner: string;
|
|
1331
|
-
readonly repo: string;
|
|
1332
1504
|
readonly installedAt: Date;
|
|
1333
1505
|
readonly updatedAt: Date;
|
|
1334
|
-
readonly
|
|
1506
|
+
readonly repo: string;
|
|
1335
1507
|
readonly path?: string | undefined;
|
|
1336
1508
|
readonly gitTreeHash?: string | undefined;
|
|
1337
1509
|
readonly retainedByPack?: boolean | undefined;
|
|
1338
|
-
readonly
|
|
1510
|
+
readonly ref?: string | undefined;
|
|
1511
|
+
readonly materializedTargets?: readonly {
|
|
1512
|
+
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1513
|
+
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1514
|
+
readonly region?: string | undefined;
|
|
1515
|
+
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1516
|
+
}[] | undefined;
|
|
1339
1517
|
} | {
|
|
1340
1518
|
readonly type: "bitbucket";
|
|
1341
1519
|
readonly owner: string;
|
|
1342
|
-
readonly repo: string;
|
|
1343
1520
|
readonly installedAt: Date;
|
|
1344
1521
|
readonly updatedAt: Date;
|
|
1345
|
-
readonly
|
|
1522
|
+
readonly repo: string;
|
|
1346
1523
|
readonly path?: string | undefined;
|
|
1347
1524
|
readonly gitTreeHash?: string | undefined;
|
|
1348
1525
|
readonly retainedByPack?: boolean | undefined;
|
|
1349
|
-
readonly
|
|
1526
|
+
readonly ref?: string | undefined;
|
|
1527
|
+
readonly materializedTargets?: readonly {
|
|
1528
|
+
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1529
|
+
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1530
|
+
readonly region?: string | undefined;
|
|
1531
|
+
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1532
|
+
}[] | undefined;
|
|
1350
1533
|
} | {
|
|
1351
|
-
readonly type: "azurerepos";
|
|
1352
|
-
readonly organization: string;
|
|
1353
1534
|
readonly project: string;
|
|
1354
|
-
readonly
|
|
1535
|
+
readonly type: "azurerepos";
|
|
1355
1536
|
readonly installedAt: Date;
|
|
1356
1537
|
readonly updatedAt: Date;
|
|
1357
|
-
readonly
|
|
1538
|
+
readonly repo: string;
|
|
1539
|
+
readonly organization: string;
|
|
1358
1540
|
readonly path?: string | undefined;
|
|
1359
1541
|
readonly gitTreeHash?: string | undefined;
|
|
1360
1542
|
readonly retainedByPack?: boolean | undefined;
|
|
1361
|
-
readonly
|
|
1543
|
+
readonly ref?: string | undefined;
|
|
1544
|
+
readonly materializedTargets?: readonly {
|
|
1545
|
+
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1546
|
+
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1547
|
+
readonly region?: string | undefined;
|
|
1548
|
+
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1549
|
+
}[] | undefined;
|
|
1362
1550
|
} | {
|
|
1363
|
-
readonly type: "git";
|
|
1364
1551
|
readonly url: string;
|
|
1552
|
+
readonly type: "git";
|
|
1365
1553
|
readonly installedAt: Date;
|
|
1366
1554
|
readonly updatedAt: Date;
|
|
1367
|
-
readonly ref?: string | undefined;
|
|
1368
1555
|
readonly path?: string | undefined;
|
|
1369
1556
|
readonly gitTreeHash?: string | undefined;
|
|
1370
1557
|
readonly retainedByPack?: boolean | undefined;
|
|
1371
|
-
readonly
|
|
1558
|
+
readonly ref?: string | undefined;
|
|
1559
|
+
readonly materializedTargets?: readonly {
|
|
1560
|
+
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1561
|
+
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1562
|
+
readonly region?: string | undefined;
|
|
1563
|
+
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1564
|
+
}[] | undefined;
|
|
1372
1565
|
} | {
|
|
1373
|
-
readonly type: "local";
|
|
1374
1566
|
readonly path: string;
|
|
1567
|
+
readonly type: "local";
|
|
1375
1568
|
readonly installedAt: Date;
|
|
1376
1569
|
readonly updatedAt: Date;
|
|
1377
1570
|
readonly gitTreeHash?: string | undefined;
|
|
1378
1571
|
readonly retainedByPack?: boolean | undefined;
|
|
1379
|
-
readonly
|
|
1572
|
+
readonly materializedTargets?: readonly {
|
|
1573
|
+
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1574
|
+
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1575
|
+
readonly region?: string | undefined;
|
|
1576
|
+
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1577
|
+
}[] | undefined;
|
|
1380
1578
|
} | {
|
|
1579
|
+
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
1381
1580
|
readonly type: "registry";
|
|
1382
1581
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
1383
|
-
readonly
|
|
1582
|
+
readonly installedAt: Date;
|
|
1583
|
+
readonly updatedAt: Date;
|
|
1384
1584
|
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
1385
1585
|
readonly integrity: string;
|
|
1386
1586
|
readonly sourceName: string;
|
|
1387
|
-
readonly installedAt: Date;
|
|
1388
|
-
readonly updatedAt: Date;
|
|
1389
1587
|
readonly gitTreeHash?: string | undefined;
|
|
1390
1588
|
readonly retainedByPack?: boolean | undefined;
|
|
1391
|
-
readonly
|
|
1589
|
+
readonly materializedTargets?: readonly {
|
|
1590
|
+
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1591
|
+
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1592
|
+
readonly region?: string | undefined;
|
|
1593
|
+
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1594
|
+
}[] | undefined;
|
|
1392
1595
|
} | {
|
|
1596
|
+
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
1597
|
+
readonly type: "workspace";
|
|
1598
|
+
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
1599
|
+
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
1393
1600
|
readonly installedAt: Date;
|
|
1394
1601
|
readonly updatedAt: Date;
|
|
1395
|
-
readonly
|
|
1602
|
+
readonly extensionType: "hook";
|
|
1603
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1396
1604
|
readonly gitTreeHash?: string | undefined;
|
|
1397
1605
|
readonly retainedByPack?: boolean | undefined;
|
|
1398
|
-
readonly
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
readonly
|
|
1403
|
-
} | undefined;
|
|
1404
|
-
readonly syncedAgents?: readonly string[] | undefined;
|
|
1606
|
+
readonly materializedTargets?: readonly {
|
|
1607
|
+
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1608
|
+
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1609
|
+
readonly region?: string | undefined;
|
|
1610
|
+
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1611
|
+
}[] | undefined;
|
|
1405
1612
|
};
|
|
1406
1613
|
} | undefined;
|
|
1407
|
-
readonly
|
|
1614
|
+
readonly subagents?: {
|
|
1408
1615
|
readonly [x: string]: {
|
|
1409
1616
|
readonly type: "github";
|
|
1410
1617
|
readonly owner: string;
|
|
1411
|
-
readonly repo: string;
|
|
1412
1618
|
readonly installedAt: Date;
|
|
1413
1619
|
readonly updatedAt: Date;
|
|
1414
|
-
readonly
|
|
1620
|
+
readonly agents: readonly string[];
|
|
1621
|
+
readonly repo: string;
|
|
1415
1622
|
readonly path?: string | undefined;
|
|
1416
|
-
readonly resolvedInputs?: {
|
|
1417
|
-
readonly [x: string]: string | number | boolean;
|
|
1418
|
-
} | undefined;
|
|
1419
|
-
readonly materializedTargets?: readonly {
|
|
1420
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1421
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1422
|
-
readonly region?: string | undefined;
|
|
1423
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1424
|
-
}[] | undefined;
|
|
1425
1623
|
readonly gitTreeHash?: string | undefined;
|
|
1426
1624
|
readonly retainedByPack?: boolean | undefined;
|
|
1625
|
+
readonly ref?: string | undefined;
|
|
1626
|
+
readonly sourceHash?: string | undefined;
|
|
1627
|
+
readonly renderedFiles?: {
|
|
1628
|
+
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1629
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1630
|
+
}, "Type">[];
|
|
1631
|
+
} | undefined;
|
|
1427
1632
|
} | {
|
|
1428
1633
|
readonly type: "gitlab";
|
|
1429
1634
|
readonly owner: string;
|
|
1430
|
-
readonly repo: string;
|
|
1431
1635
|
readonly installedAt: Date;
|
|
1432
1636
|
readonly updatedAt: Date;
|
|
1433
|
-
readonly
|
|
1637
|
+
readonly agents: readonly string[];
|
|
1638
|
+
readonly repo: string;
|
|
1434
1639
|
readonly path?: string | undefined;
|
|
1435
|
-
readonly resolvedInputs?: {
|
|
1436
|
-
readonly [x: string]: string | number | boolean;
|
|
1437
|
-
} | undefined;
|
|
1438
|
-
readonly materializedTargets?: readonly {
|
|
1439
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1440
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1441
|
-
readonly region?: string | undefined;
|
|
1442
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1443
|
-
}[] | undefined;
|
|
1444
1640
|
readonly gitTreeHash?: string | undefined;
|
|
1445
1641
|
readonly retainedByPack?: boolean | undefined;
|
|
1642
|
+
readonly ref?: string | undefined;
|
|
1643
|
+
readonly sourceHash?: string | undefined;
|
|
1644
|
+
readonly renderedFiles?: {
|
|
1645
|
+
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1646
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1647
|
+
}, "Type">[];
|
|
1648
|
+
} | undefined;
|
|
1446
1649
|
} | {
|
|
1447
1650
|
readonly type: "bitbucket";
|
|
1448
1651
|
readonly owner: string;
|
|
1449
|
-
readonly repo: string;
|
|
1450
1652
|
readonly installedAt: Date;
|
|
1451
1653
|
readonly updatedAt: Date;
|
|
1452
|
-
readonly
|
|
1654
|
+
readonly agents: readonly string[];
|
|
1655
|
+
readonly repo: string;
|
|
1453
1656
|
readonly path?: string | undefined;
|
|
1454
|
-
readonly resolvedInputs?: {
|
|
1455
|
-
readonly [x: string]: string | number | boolean;
|
|
1456
|
-
} | undefined;
|
|
1457
|
-
readonly materializedTargets?: readonly {
|
|
1458
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1459
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1460
|
-
readonly region?: string | undefined;
|
|
1461
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1462
|
-
}[] | undefined;
|
|
1463
1657
|
readonly gitTreeHash?: string | undefined;
|
|
1464
1658
|
readonly retainedByPack?: boolean | undefined;
|
|
1659
|
+
readonly ref?: string | undefined;
|
|
1660
|
+
readonly sourceHash?: string | undefined;
|
|
1661
|
+
readonly renderedFiles?: {
|
|
1662
|
+
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1663
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1664
|
+
}, "Type">[];
|
|
1665
|
+
} | undefined;
|
|
1465
1666
|
} | {
|
|
1466
|
-
readonly type: "azurerepos";
|
|
1467
|
-
readonly organization: string;
|
|
1468
1667
|
readonly project: string;
|
|
1469
|
-
readonly
|
|
1668
|
+
readonly type: "azurerepos";
|
|
1470
1669
|
readonly installedAt: Date;
|
|
1471
1670
|
readonly updatedAt: Date;
|
|
1472
|
-
readonly
|
|
1671
|
+
readonly agents: readonly string[];
|
|
1672
|
+
readonly repo: string;
|
|
1673
|
+
readonly organization: string;
|
|
1473
1674
|
readonly path?: string | undefined;
|
|
1474
|
-
readonly resolvedInputs?: {
|
|
1475
|
-
readonly [x: string]: string | number | boolean;
|
|
1476
|
-
} | undefined;
|
|
1477
|
-
readonly materializedTargets?: readonly {
|
|
1478
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1479
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1480
|
-
readonly region?: string | undefined;
|
|
1481
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1482
|
-
}[] | undefined;
|
|
1483
1675
|
readonly gitTreeHash?: string | undefined;
|
|
1484
1676
|
readonly retainedByPack?: boolean | undefined;
|
|
1485
|
-
} | {
|
|
1486
|
-
readonly type: "git";
|
|
1487
|
-
readonly url: string;
|
|
1488
|
-
readonly installedAt: Date;
|
|
1489
|
-
readonly updatedAt: Date;
|
|
1490
1677
|
readonly ref?: string | undefined;
|
|
1491
|
-
readonly
|
|
1492
|
-
readonly
|
|
1493
|
-
readonly [x: string]:
|
|
1678
|
+
readonly sourceHash?: string | undefined;
|
|
1679
|
+
readonly renderedFiles?: {
|
|
1680
|
+
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1681
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1682
|
+
}, "Type">[];
|
|
1494
1683
|
} | undefined;
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1684
|
+
} | {
|
|
1685
|
+
readonly url: string;
|
|
1686
|
+
readonly type: "git";
|
|
1687
|
+
readonly installedAt: Date;
|
|
1688
|
+
readonly updatedAt: Date;
|
|
1689
|
+
readonly agents: readonly string[];
|
|
1690
|
+
readonly path?: string | undefined;
|
|
1501
1691
|
readonly gitTreeHash?: string | undefined;
|
|
1502
1692
|
readonly retainedByPack?: boolean | undefined;
|
|
1693
|
+
readonly ref?: string | undefined;
|
|
1694
|
+
readonly sourceHash?: string | undefined;
|
|
1695
|
+
readonly renderedFiles?: {
|
|
1696
|
+
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1697
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1698
|
+
}, "Type">[];
|
|
1699
|
+
} | undefined;
|
|
1503
1700
|
} | {
|
|
1504
|
-
readonly type: "local";
|
|
1505
1701
|
readonly path: string;
|
|
1702
|
+
readonly type: "local";
|
|
1506
1703
|
readonly installedAt: Date;
|
|
1507
1704
|
readonly updatedAt: Date;
|
|
1508
|
-
readonly
|
|
1509
|
-
readonly [x: string]: string | number | boolean;
|
|
1510
|
-
} | undefined;
|
|
1511
|
-
readonly materializedTargets?: readonly {
|
|
1512
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1513
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1514
|
-
readonly region?: string | undefined;
|
|
1515
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1516
|
-
}[] | undefined;
|
|
1705
|
+
readonly agents: readonly string[];
|
|
1517
1706
|
readonly gitTreeHash?: string | undefined;
|
|
1518
1707
|
readonly retainedByPack?: boolean | undefined;
|
|
1708
|
+
readonly sourceHash?: string | undefined;
|
|
1709
|
+
readonly renderedFiles?: {
|
|
1710
|
+
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1711
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1712
|
+
}, "Type">[];
|
|
1713
|
+
} | undefined;
|
|
1519
1714
|
} | {
|
|
1715
|
+
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
1520
1716
|
readonly type: "registry";
|
|
1521
1717
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
1522
|
-
readonly
|
|
1718
|
+
readonly installedAt: Date;
|
|
1719
|
+
readonly updatedAt: Date;
|
|
1720
|
+
readonly agents: readonly string[];
|
|
1523
1721
|
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
1524
1722
|
readonly integrity: string;
|
|
1525
1723
|
readonly sourceName: string;
|
|
1724
|
+
readonly gitTreeHash?: string | undefined;
|
|
1725
|
+
readonly retainedByPack?: boolean | undefined;
|
|
1726
|
+
readonly sourceHash?: string | undefined;
|
|
1727
|
+
readonly renderedFiles?: {
|
|
1728
|
+
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1729
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1730
|
+
}, "Type">[];
|
|
1731
|
+
} | undefined;
|
|
1732
|
+
} | {
|
|
1733
|
+
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
1734
|
+
readonly type: "workspace";
|
|
1735
|
+
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
1736
|
+
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
1526
1737
|
readonly installedAt: Date;
|
|
1527
1738
|
readonly updatedAt: Date;
|
|
1528
|
-
readonly
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
readonly materializedTargets?: readonly {
|
|
1532
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1533
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1534
|
-
readonly region?: string | undefined;
|
|
1535
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1536
|
-
}[] | undefined;
|
|
1739
|
+
readonly extensionType: "subagent";
|
|
1740
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1741
|
+
readonly agents: readonly string[];
|
|
1537
1742
|
readonly gitTreeHash?: string | undefined;
|
|
1538
1743
|
readonly retainedByPack?: boolean | undefined;
|
|
1744
|
+
readonly renderedFiles?: {
|
|
1745
|
+
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1746
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1747
|
+
}, "Type">[];
|
|
1748
|
+
} | undefined;
|
|
1539
1749
|
};
|
|
1540
1750
|
} | undefined;
|
|
1541
|
-
readonly
|
|
1751
|
+
readonly commands?: {
|
|
1542
1752
|
readonly [x: string]: {
|
|
1543
1753
|
readonly type: "github";
|
|
1544
1754
|
readonly owner: string;
|
|
1545
|
-
readonly repo: string;
|
|
1546
1755
|
readonly installedAt: Date;
|
|
1547
1756
|
readonly updatedAt: Date;
|
|
1548
|
-
readonly
|
|
1757
|
+
readonly agents: readonly string[];
|
|
1758
|
+
readonly repo: string;
|
|
1549
1759
|
readonly path?: string | undefined;
|
|
1550
|
-
readonly materializedTargets?: readonly {
|
|
1551
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1552
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1553
|
-
readonly region?: string | undefined;
|
|
1554
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1555
|
-
}[] | undefined;
|
|
1556
1760
|
readonly gitTreeHash?: string | undefined;
|
|
1557
1761
|
readonly retainedByPack?: boolean | undefined;
|
|
1762
|
+
readonly ref?: string | undefined;
|
|
1763
|
+
readonly sourceHash?: string | undefined;
|
|
1764
|
+
readonly renderedFiles?: {
|
|
1765
|
+
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1766
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1767
|
+
}, "Type">[];
|
|
1768
|
+
} | undefined;
|
|
1558
1769
|
} | {
|
|
1559
1770
|
readonly type: "gitlab";
|
|
1560
1771
|
readonly owner: string;
|
|
1561
|
-
readonly repo: string;
|
|
1562
1772
|
readonly installedAt: Date;
|
|
1563
1773
|
readonly updatedAt: Date;
|
|
1564
|
-
readonly
|
|
1774
|
+
readonly agents: readonly string[];
|
|
1775
|
+
readonly repo: string;
|
|
1565
1776
|
readonly path?: string | undefined;
|
|
1566
|
-
readonly materializedTargets?: readonly {
|
|
1567
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1568
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1569
|
-
readonly region?: string | undefined;
|
|
1570
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1571
|
-
}[] | undefined;
|
|
1572
1777
|
readonly gitTreeHash?: string | undefined;
|
|
1573
1778
|
readonly retainedByPack?: boolean | undefined;
|
|
1779
|
+
readonly ref?: string | undefined;
|
|
1780
|
+
readonly sourceHash?: string | undefined;
|
|
1781
|
+
readonly renderedFiles?: {
|
|
1782
|
+
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1783
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1784
|
+
}, "Type">[];
|
|
1785
|
+
} | undefined;
|
|
1574
1786
|
} | {
|
|
1575
1787
|
readonly type: "bitbucket";
|
|
1576
1788
|
readonly owner: string;
|
|
1577
|
-
readonly repo: string;
|
|
1578
1789
|
readonly installedAt: Date;
|
|
1579
1790
|
readonly updatedAt: Date;
|
|
1580
|
-
readonly
|
|
1791
|
+
readonly agents: readonly string[];
|
|
1792
|
+
readonly repo: string;
|
|
1581
1793
|
readonly path?: string | undefined;
|
|
1582
|
-
readonly materializedTargets?: readonly {
|
|
1583
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1584
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1585
|
-
readonly region?: string | undefined;
|
|
1586
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1587
|
-
}[] | undefined;
|
|
1588
1794
|
readonly gitTreeHash?: string | undefined;
|
|
1589
1795
|
readonly retainedByPack?: boolean | undefined;
|
|
1796
|
+
readonly ref?: string | undefined;
|
|
1797
|
+
readonly sourceHash?: string | undefined;
|
|
1798
|
+
readonly renderedFiles?: {
|
|
1799
|
+
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1800
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1801
|
+
}, "Type">[];
|
|
1802
|
+
} | undefined;
|
|
1590
1803
|
} | {
|
|
1591
|
-
readonly type: "azurerepos";
|
|
1592
|
-
readonly organization: string;
|
|
1593
1804
|
readonly project: string;
|
|
1594
|
-
readonly
|
|
1805
|
+
readonly type: "azurerepos";
|
|
1595
1806
|
readonly installedAt: Date;
|
|
1596
1807
|
readonly updatedAt: Date;
|
|
1597
|
-
readonly
|
|
1808
|
+
readonly agents: readonly string[];
|
|
1809
|
+
readonly repo: string;
|
|
1810
|
+
readonly organization: string;
|
|
1598
1811
|
readonly path?: string | undefined;
|
|
1599
|
-
readonly materializedTargets?: readonly {
|
|
1600
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1601
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1602
|
-
readonly region?: string | undefined;
|
|
1603
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1604
|
-
}[] | undefined;
|
|
1605
1812
|
readonly gitTreeHash?: string | undefined;
|
|
1606
1813
|
readonly retainedByPack?: boolean | undefined;
|
|
1814
|
+
readonly ref?: string | undefined;
|
|
1815
|
+
readonly sourceHash?: string | undefined;
|
|
1816
|
+
readonly renderedFiles?: {
|
|
1817
|
+
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1818
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1819
|
+
}, "Type">[];
|
|
1820
|
+
} | undefined;
|
|
1607
1821
|
} | {
|
|
1608
|
-
readonly type: "git";
|
|
1609
1822
|
readonly url: string;
|
|
1823
|
+
readonly type: "git";
|
|
1610
1824
|
readonly installedAt: Date;
|
|
1611
1825
|
readonly updatedAt: Date;
|
|
1612
|
-
readonly
|
|
1826
|
+
readonly agents: readonly string[];
|
|
1613
1827
|
readonly path?: string | undefined;
|
|
1614
|
-
readonly materializedTargets?: readonly {
|
|
1615
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1616
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1617
|
-
readonly region?: string | undefined;
|
|
1618
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1619
|
-
}[] | undefined;
|
|
1620
1828
|
readonly gitTreeHash?: string | undefined;
|
|
1621
1829
|
readonly retainedByPack?: boolean | undefined;
|
|
1830
|
+
readonly ref?: string | undefined;
|
|
1831
|
+
readonly sourceHash?: string | undefined;
|
|
1832
|
+
readonly renderedFiles?: {
|
|
1833
|
+
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1834
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1835
|
+
}, "Type">[];
|
|
1836
|
+
} | undefined;
|
|
1622
1837
|
} | {
|
|
1623
|
-
readonly type: "local";
|
|
1624
1838
|
readonly path: string;
|
|
1839
|
+
readonly type: "local";
|
|
1625
1840
|
readonly installedAt: Date;
|
|
1626
1841
|
readonly updatedAt: Date;
|
|
1627
|
-
readonly
|
|
1628
|
-
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1629
|
-
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1630
|
-
readonly region?: string | undefined;
|
|
1631
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1632
|
-
}[] | undefined;
|
|
1842
|
+
readonly agents: readonly string[];
|
|
1633
1843
|
readonly gitTreeHash?: string | undefined;
|
|
1634
1844
|
readonly retainedByPack?: boolean | undefined;
|
|
1845
|
+
readonly sourceHash?: string | undefined;
|
|
1846
|
+
readonly renderedFiles?: {
|
|
1847
|
+
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1848
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1849
|
+
}, "Type">[];
|
|
1850
|
+
} | undefined;
|
|
1635
1851
|
} | {
|
|
1852
|
+
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
1636
1853
|
readonly type: "registry";
|
|
1637
1854
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
1638
|
-
readonly
|
|
1855
|
+
readonly installedAt: Date;
|
|
1856
|
+
readonly updatedAt: Date;
|
|
1857
|
+
readonly agents: readonly string[];
|
|
1639
1858
|
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
1640
1859
|
readonly integrity: string;
|
|
1641
1860
|
readonly sourceName: string;
|
|
1861
|
+
readonly gitTreeHash?: string | undefined;
|
|
1862
|
+
readonly retainedByPack?: boolean | undefined;
|
|
1863
|
+
readonly sourceHash?: string | undefined;
|
|
1864
|
+
readonly renderedFiles?: {
|
|
1865
|
+
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1866
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1867
|
+
}, "Type">[];
|
|
1868
|
+
} | undefined;
|
|
1869
|
+
} | {
|
|
1870
|
+
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
1871
|
+
readonly type: "workspace";
|
|
1872
|
+
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
1873
|
+
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
1642
1874
|
readonly installedAt: Date;
|
|
1643
1875
|
readonly updatedAt: Date;
|
|
1644
|
-
readonly
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
readonly region?: string | undefined;
|
|
1648
|
-
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1649
|
-
}[] | undefined;
|
|
1876
|
+
readonly extensionType: "command";
|
|
1877
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1878
|
+
readonly agents: readonly string[];
|
|
1650
1879
|
readonly gitTreeHash?: string | undefined;
|
|
1651
1880
|
readonly retainedByPack?: boolean | undefined;
|
|
1881
|
+
readonly renderedFiles?: {
|
|
1882
|
+
readonly [x: string]: readonly Schema.Struct.ReadonlySide<{
|
|
1883
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
1884
|
+
}, "Type">[];
|
|
1885
|
+
} | undefined;
|
|
1652
1886
|
};
|
|
1653
1887
|
} | undefined;
|
|
1654
|
-
readonly
|
|
1888
|
+
readonly rules?: {
|
|
1655
1889
|
readonly [x: string]: {
|
|
1656
1890
|
readonly type: "github";
|
|
1657
1891
|
readonly owner: string;
|
|
1658
|
-
readonly repo: string;
|
|
1659
1892
|
readonly installedAt: Date;
|
|
1660
1893
|
readonly updatedAt: Date;
|
|
1661
|
-
readonly
|
|
1894
|
+
readonly repo: string;
|
|
1662
1895
|
readonly path?: string | undefined;
|
|
1896
|
+
readonly gitTreeHash?: string | undefined;
|
|
1897
|
+
readonly retainedByPack?: boolean | undefined;
|
|
1898
|
+
readonly ref?: string | undefined;
|
|
1663
1899
|
readonly materializedTargets?: readonly {
|
|
1664
1900
|
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1665
1901
|
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1666
1902
|
readonly region?: string | undefined;
|
|
1667
1903
|
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1668
1904
|
}[] | undefined;
|
|
1669
|
-
readonly gitTreeHash?: string | undefined;
|
|
1670
|
-
readonly retainedByPack?: boolean | undefined;
|
|
1671
1905
|
} | {
|
|
1672
1906
|
readonly type: "gitlab";
|
|
1673
1907
|
readonly owner: string;
|
|
1674
|
-
readonly repo: string;
|
|
1675
1908
|
readonly installedAt: Date;
|
|
1676
1909
|
readonly updatedAt: Date;
|
|
1677
|
-
readonly
|
|
1910
|
+
readonly repo: string;
|
|
1678
1911
|
readonly path?: string | undefined;
|
|
1912
|
+
readonly gitTreeHash?: string | undefined;
|
|
1913
|
+
readonly retainedByPack?: boolean | undefined;
|
|
1914
|
+
readonly ref?: string | undefined;
|
|
1679
1915
|
readonly materializedTargets?: readonly {
|
|
1680
1916
|
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1681
1917
|
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1682
1918
|
readonly region?: string | undefined;
|
|
1683
1919
|
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1684
1920
|
}[] | undefined;
|
|
1685
|
-
readonly gitTreeHash?: string | undefined;
|
|
1686
|
-
readonly retainedByPack?: boolean | undefined;
|
|
1687
1921
|
} | {
|
|
1688
1922
|
readonly type: "bitbucket";
|
|
1689
1923
|
readonly owner: string;
|
|
1690
|
-
readonly repo: string;
|
|
1691
1924
|
readonly installedAt: Date;
|
|
1692
1925
|
readonly updatedAt: Date;
|
|
1693
|
-
readonly
|
|
1926
|
+
readonly repo: string;
|
|
1694
1927
|
readonly path?: string | undefined;
|
|
1928
|
+
readonly gitTreeHash?: string | undefined;
|
|
1929
|
+
readonly retainedByPack?: boolean | undefined;
|
|
1930
|
+
readonly ref?: string | undefined;
|
|
1695
1931
|
readonly materializedTargets?: readonly {
|
|
1696
1932
|
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1697
1933
|
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1698
1934
|
readonly region?: string | undefined;
|
|
1699
1935
|
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1700
1936
|
}[] | undefined;
|
|
1701
|
-
readonly gitTreeHash?: string | undefined;
|
|
1702
|
-
readonly retainedByPack?: boolean | undefined;
|
|
1703
1937
|
} | {
|
|
1704
|
-
readonly type: "azurerepos";
|
|
1705
|
-
readonly organization: string;
|
|
1706
1938
|
readonly project: string;
|
|
1707
|
-
readonly
|
|
1939
|
+
readonly type: "azurerepos";
|
|
1708
1940
|
readonly installedAt: Date;
|
|
1709
1941
|
readonly updatedAt: Date;
|
|
1710
|
-
readonly
|
|
1942
|
+
readonly repo: string;
|
|
1943
|
+
readonly organization: string;
|
|
1711
1944
|
readonly path?: string | undefined;
|
|
1945
|
+
readonly gitTreeHash?: string | undefined;
|
|
1946
|
+
readonly retainedByPack?: boolean | undefined;
|
|
1947
|
+
readonly ref?: string | undefined;
|
|
1712
1948
|
readonly materializedTargets?: readonly {
|
|
1713
1949
|
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1714
1950
|
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1715
1951
|
readonly region?: string | undefined;
|
|
1716
1952
|
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1717
1953
|
}[] | undefined;
|
|
1718
|
-
readonly gitTreeHash?: string | undefined;
|
|
1719
|
-
readonly retainedByPack?: boolean | undefined;
|
|
1720
1954
|
} | {
|
|
1721
|
-
readonly type: "git";
|
|
1722
1955
|
readonly url: string;
|
|
1956
|
+
readonly type: "git";
|
|
1723
1957
|
readonly installedAt: Date;
|
|
1724
1958
|
readonly updatedAt: Date;
|
|
1725
|
-
readonly ref?: string | undefined;
|
|
1726
1959
|
readonly path?: string | undefined;
|
|
1960
|
+
readonly gitTreeHash?: string | undefined;
|
|
1961
|
+
readonly retainedByPack?: boolean | undefined;
|
|
1962
|
+
readonly ref?: string | undefined;
|
|
1727
1963
|
readonly materializedTargets?: readonly {
|
|
1728
1964
|
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1729
1965
|
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1730
1966
|
readonly region?: string | undefined;
|
|
1731
1967
|
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1732
1968
|
}[] | undefined;
|
|
1733
|
-
readonly gitTreeHash?: string | undefined;
|
|
1734
|
-
readonly retainedByPack?: boolean | undefined;
|
|
1735
1969
|
} | {
|
|
1736
|
-
readonly type: "local";
|
|
1737
1970
|
readonly path: string;
|
|
1971
|
+
readonly type: "local";
|
|
1738
1972
|
readonly installedAt: Date;
|
|
1739
1973
|
readonly updatedAt: Date;
|
|
1974
|
+
readonly gitTreeHash?: string | undefined;
|
|
1975
|
+
readonly retainedByPack?: boolean | undefined;
|
|
1740
1976
|
readonly materializedTargets?: readonly {
|
|
1741
1977
|
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1742
1978
|
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1743
1979
|
readonly region?: string | undefined;
|
|
1744
1980
|
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1745
1981
|
}[] | undefined;
|
|
1746
|
-
readonly gitTreeHash?: string | undefined;
|
|
1747
|
-
readonly retainedByPack?: boolean | undefined;
|
|
1748
1982
|
} | {
|
|
1983
|
+
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
1749
1984
|
readonly type: "registry";
|
|
1750
1985
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
1751
|
-
readonly
|
|
1986
|
+
readonly installedAt: Date;
|
|
1987
|
+
readonly updatedAt: Date;
|
|
1752
1988
|
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
1753
1989
|
readonly integrity: string;
|
|
1754
1990
|
readonly sourceName: string;
|
|
1755
|
-
readonly
|
|
1756
|
-
readonly
|
|
1991
|
+
readonly gitTreeHash?: string | undefined;
|
|
1992
|
+
readonly retainedByPack?: boolean | undefined;
|
|
1757
1993
|
readonly materializedTargets?: readonly {
|
|
1758
1994
|
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
1759
1995
|
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
1760
1996
|
readonly region?: string | undefined;
|
|
1761
1997
|
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
1762
1998
|
}[] | undefined;
|
|
1999
|
+
} | {
|
|
2000
|
+
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
2001
|
+
readonly type: "workspace";
|
|
2002
|
+
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
2003
|
+
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
2004
|
+
readonly installedAt: Date;
|
|
2005
|
+
readonly updatedAt: Date;
|
|
2006
|
+
readonly extensionType: "rule";
|
|
2007
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1763
2008
|
readonly gitTreeHash?: string | undefined;
|
|
1764
2009
|
readonly retainedByPack?: boolean | undefined;
|
|
2010
|
+
readonly materializedTargets?: readonly {
|
|
2011
|
+
readonly target: string & import("effect/Brand").Brand<"RelativePath">;
|
|
2012
|
+
readonly mode: "sync-once" | "sync-always" | "managed-region";
|
|
2013
|
+
readonly region?: string | undefined;
|
|
2014
|
+
readonly renderHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
2015
|
+
}[] | undefined;
|
|
1765
2016
|
};
|
|
1766
2017
|
} | undefined;
|
|
1767
2018
|
readonly packs?: {
|
|
1768
2019
|
readonly [x: string]: {
|
|
2020
|
+
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
1769
2021
|
readonly type: "registry";
|
|
1770
2022
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
1771
|
-
readonly
|
|
2023
|
+
readonly installedAt: Date;
|
|
2024
|
+
readonly updatedAt: Date;
|
|
1772
2025
|
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
1773
2026
|
readonly integrity: string;
|
|
1774
2027
|
readonly sourceName: string;
|
|
1775
|
-
readonly installedAt: Date;
|
|
1776
|
-
readonly updatedAt: Date;
|
|
1777
2028
|
readonly resolvedSkills: {
|
|
1778
2029
|
readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
|
|
1779
2030
|
};
|
|
@@ -1795,18 +2046,15 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
|
|
|
1795
2046
|
readonly resolvedHooks?: {
|
|
1796
2047
|
readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
|
|
1797
2048
|
} | undefined;
|
|
1798
|
-
}
|
|
1799
|
-
} | undefined;
|
|
1800
|
-
readonly libraries?: {
|
|
1801
|
-
readonly [x: string]: {
|
|
1802
|
-
readonly type: "registry";
|
|
1803
|
-
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
2049
|
+
} | {
|
|
1804
2050
|
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
1805
|
-
readonly
|
|
2051
|
+
readonly type: "workspace";
|
|
2052
|
+
readonly version: string & import("effect/Brand").Brand<"Version">;
|
|
2053
|
+
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
1806
2054
|
readonly installedAt: Date;
|
|
1807
2055
|
readonly updatedAt: Date;
|
|
1808
|
-
readonly
|
|
1809
|
-
readonly
|
|
2056
|
+
readonly extensionType: "pack";
|
|
2057
|
+
readonly sourceHash: string & import("effect/Brand").Brand<"SourceHash">;
|
|
1810
2058
|
readonly resolvedSkills: {
|
|
1811
2059
|
readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
|
|
1812
2060
|
};
|
|
@@ -1819,16 +2067,35 @@ export declare const commitLockfileSnapshotUpdate: (axmDir: string, base: Lockfi
|
|
|
1819
2067
|
readonly resolvedSubagents: {
|
|
1820
2068
|
readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
|
|
1821
2069
|
};
|
|
1822
|
-
readonly resolvedFiles
|
|
2070
|
+
readonly resolvedFiles?: {
|
|
1823
2071
|
readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
|
|
1824
|
-
};
|
|
1825
|
-
readonly resolvedRules
|
|
2072
|
+
} | undefined;
|
|
2073
|
+
readonly resolvedRules?: {
|
|
1826
2074
|
readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
|
|
1827
|
-
};
|
|
1828
|
-
readonly resolvedHooks
|
|
2075
|
+
} | undefined;
|
|
2076
|
+
readonly resolvedHooks?: {
|
|
1829
2077
|
readonly [x: string]: string & import("effect/Brand").Brand<"Version">;
|
|
1830
|
-
};
|
|
2078
|
+
} | undefined;
|
|
1831
2079
|
};
|
|
1832
2080
|
} | undefined;
|
|
2081
|
+
readonly libraries?: {
|
|
2082
|
+
readonly [x: string]: Schema.Struct.ReadonlySide<{
|
|
2083
|
+
readonly type: Schema.Literal<"registry">;
|
|
2084
|
+
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
2085
|
+
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
2086
|
+
readonly sourceName: Schema.String;
|
|
2087
|
+
readonly installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2088
|
+
readonly updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2089
|
+
readonly resolvedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2090
|
+
readonly membershipDigest: Schema.String;
|
|
2091
|
+
readonly resolvedSkills: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
|
|
2092
|
+
readonly resolvedCommands: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
|
|
2093
|
+
readonly resolvedMcpServers: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
|
|
2094
|
+
readonly resolvedSubagents: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
|
|
2095
|
+
readonly resolvedFiles: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
|
|
2096
|
+
readonly resolvedRules: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
|
|
2097
|
+
readonly resolvedHooks: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
|
|
2098
|
+
}, "Type">;
|
|
2099
|
+
} | undefined;
|
|
1833
2100
|
}, AppError, Path.Path | FileSystem.FileSystem>;
|
|
1834
2101
|
//# sourceMappingURL=lockfile.d.ts.map
|