@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
|
@@ -8,23 +8,6 @@
|
|
|
8
8
|
*/
|
|
9
9
|
import * as Schema from "effect/Schema";
|
|
10
10
|
export declare const LOCKFILE_VERSION = 2;
|
|
11
|
-
/**
|
|
12
|
-
* Lock entry for a single installed skill.
|
|
13
|
-
* Discriminated union by the `type` field.
|
|
14
|
-
*
|
|
15
|
-
* Fields common to all entries:
|
|
16
|
-
* - type: Source type ("github", "gitlab", "bitbucket", "azurerepos", "git", "local", "registry")
|
|
17
|
-
* - agents: Agent IDs this skill is installed for (can be empty)
|
|
18
|
-
* - installedAt: ISO 8601 timestamp of initial installation (Date in TS)
|
|
19
|
-
* - updatedAt: ISO 8601 timestamp of last update (Date in TS)
|
|
20
|
-
* - gitTreeHash: Git tree SHA of source folder (git sources, optional)
|
|
21
|
-
* - sourceHash: SHA-256 hash of canonical skill source (copy-mode only, optional)
|
|
22
|
-
* - renderedFiles: Map of agent ID to rendered file paths (copy-mode only, optional)
|
|
23
|
-
*
|
|
24
|
-
* Source-specific fields are at the top level based on source type.
|
|
25
|
-
*
|
|
26
|
-
* @experimental This API is unstable and may change without notice.
|
|
27
|
-
*/
|
|
28
11
|
export declare const SkillLockEntrySchema: Schema.Union<readonly [Schema.Struct<{
|
|
29
12
|
readonly type: Schema.Literal<"github">;
|
|
30
13
|
readonly owner: Schema.NonEmptyString;
|
|
@@ -135,6 +118,23 @@ export declare const SkillLockEntrySchema: Schema.Union<readonly [Schema.Struct<
|
|
|
135
118
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
136
119
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
137
120
|
agents: Schema.$Array<Schema.String>;
|
|
121
|
+
}>, Schema.Struct<{
|
|
122
|
+
readonly type: Schema.Literal<"workspace">;
|
|
123
|
+
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
124
|
+
readonly extensionType: Schema.Literal<"skill">;
|
|
125
|
+
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
126
|
+
readonly version: Schema.brand<Schema.String, "Version">;
|
|
127
|
+
} & {
|
|
128
|
+
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
129
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
130
|
+
}>>>>;
|
|
131
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
132
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
133
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
134
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
135
|
+
agents: Schema.$Array<Schema.String>;
|
|
136
|
+
} & {
|
|
137
|
+
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
138
138
|
}>]>;
|
|
139
139
|
/**
|
|
140
140
|
* Inferred type for SkillLockEntry schema.
|
|
@@ -258,6 +258,23 @@ export declare const SkillsLockMapSchema: Schema.$Record<Schema.String, Schema.U
|
|
|
258
258
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
259
259
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
260
260
|
agents: Schema.$Array<Schema.String>;
|
|
261
|
+
}>, Schema.Struct<{
|
|
262
|
+
readonly type: Schema.Literal<"workspace">;
|
|
263
|
+
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
264
|
+
readonly extensionType: Schema.Literal<"skill">;
|
|
265
|
+
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
266
|
+
readonly version: Schema.brand<Schema.String, "Version">;
|
|
267
|
+
} & {
|
|
268
|
+
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
269
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
270
|
+
}>>>>;
|
|
271
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
272
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
273
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
274
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
275
|
+
agents: Schema.$Array<Schema.String>;
|
|
276
|
+
} & {
|
|
277
|
+
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
261
278
|
}>]>>;
|
|
262
279
|
/**
|
|
263
280
|
* Inferred type for SkillsLockMap schema.
|
|
@@ -265,15 +282,6 @@ export declare const SkillsLockMapSchema: Schema.$Record<Schema.String, Schema.U
|
|
|
265
282
|
* @experimental This API is unstable and may change without notice.
|
|
266
283
|
*/
|
|
267
284
|
export type SkillsLockMap = Schema.Schema.Type<typeof SkillsLockMapSchema>;
|
|
268
|
-
/**
|
|
269
|
-
* Lock entry for a single installed command.
|
|
270
|
-
* Discriminated union by the `type` field.
|
|
271
|
-
*
|
|
272
|
-
* Includes `agents` array (like skills), plus `sourceHash` and `renderedFiles`
|
|
273
|
-
* for tracking rendered output.
|
|
274
|
-
*
|
|
275
|
-
* @experimental This API is unstable and may change without notice.
|
|
276
|
-
*/
|
|
277
285
|
export declare const CommandLockEntrySchema: Schema.Union<readonly [Schema.Struct<{
|
|
278
286
|
readonly type: Schema.Literal<"github">;
|
|
279
287
|
readonly owner: Schema.NonEmptyString;
|
|
@@ -384,6 +392,23 @@ export declare const CommandLockEntrySchema: Schema.Union<readonly [Schema.Struc
|
|
|
384
392
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
385
393
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
386
394
|
agents: Schema.$Array<Schema.String>;
|
|
395
|
+
}>, Schema.Struct<{
|
|
396
|
+
readonly type: Schema.Literal<"workspace">;
|
|
397
|
+
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
398
|
+
readonly extensionType: Schema.Literal<"command">;
|
|
399
|
+
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
400
|
+
readonly version: Schema.brand<Schema.String, "Version">;
|
|
401
|
+
} & {
|
|
402
|
+
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
403
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
404
|
+
}>>>>;
|
|
405
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
406
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
407
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
408
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
409
|
+
agents: Schema.$Array<Schema.String>;
|
|
410
|
+
} & {
|
|
411
|
+
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
387
412
|
}>]>;
|
|
388
413
|
/**
|
|
389
414
|
* Inferred type for CommandLockEntry schema.
|
|
@@ -506,6 +531,23 @@ export declare const CommandsLockMapSchema: Schema.$Record<Schema.String, Schema
|
|
|
506
531
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
507
532
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
508
533
|
agents: Schema.$Array<Schema.String>;
|
|
534
|
+
}>, Schema.Struct<{
|
|
535
|
+
readonly type: Schema.Literal<"workspace">;
|
|
536
|
+
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
537
|
+
readonly extensionType: Schema.Literal<"command">;
|
|
538
|
+
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
539
|
+
readonly version: Schema.brand<Schema.String, "Version">;
|
|
540
|
+
} & {
|
|
541
|
+
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
542
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
543
|
+
}>>>>;
|
|
544
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
545
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
546
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
547
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
548
|
+
agents: Schema.$Array<Schema.String>;
|
|
549
|
+
} & {
|
|
550
|
+
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
509
551
|
}>]>>;
|
|
510
552
|
/**
|
|
511
553
|
* Inferred type for CommandsLockMap schema.
|
|
@@ -632,6 +674,23 @@ export declare const SubagentLockEntrySchema: Schema.Union<readonly [Schema.Stru
|
|
|
632
674
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
633
675
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
634
676
|
agents: Schema.$Array<Schema.String>;
|
|
677
|
+
}>, Schema.Struct<{
|
|
678
|
+
readonly type: Schema.Literal<"workspace">;
|
|
679
|
+
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
680
|
+
readonly extensionType: Schema.Literal<"subagent">;
|
|
681
|
+
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
682
|
+
readonly version: Schema.brand<Schema.String, "Version">;
|
|
683
|
+
} & {
|
|
684
|
+
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
685
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
686
|
+
}>>>>;
|
|
687
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
688
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
689
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
690
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
691
|
+
agents: Schema.$Array<Schema.String>;
|
|
692
|
+
} & {
|
|
693
|
+
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
635
694
|
}>]>;
|
|
636
695
|
/**
|
|
637
696
|
* Inferred type for SubagentLockEntry schema.
|
|
@@ -754,6 +813,23 @@ export declare const SubagentsLockMapSchema: Schema.$Record<Schema.String, Schem
|
|
|
754
813
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
755
814
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
756
815
|
agents: Schema.$Array<Schema.String>;
|
|
816
|
+
}>, Schema.Struct<{
|
|
817
|
+
readonly type: Schema.Literal<"workspace">;
|
|
818
|
+
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
819
|
+
readonly extensionType: Schema.Literal<"subagent">;
|
|
820
|
+
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
821
|
+
readonly version: Schema.brand<Schema.String, "Version">;
|
|
822
|
+
} & {
|
|
823
|
+
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
824
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
825
|
+
}>>>>;
|
|
826
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
827
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
828
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
829
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
830
|
+
agents: Schema.$Array<Schema.String>;
|
|
831
|
+
} & {
|
|
832
|
+
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
757
833
|
}>]>>;
|
|
758
834
|
/**
|
|
759
835
|
* Inferred type for SubagentsLockMap schema.
|
|
@@ -851,6 +927,20 @@ export declare const McpServerLockEntrySchema: Schema.Union<readonly [Schema.Uni
|
|
|
851
927
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
852
928
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
853
929
|
syncedAgents: Schema.optional<Schema.$Array<Schema.String>>;
|
|
930
|
+
}>, Schema.Struct<{
|
|
931
|
+
readonly type: Schema.Literal<"workspace">;
|
|
932
|
+
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
933
|
+
readonly extensionType: Schema.Literal<"mcp-server">;
|
|
934
|
+
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
935
|
+
readonly version: Schema.brand<Schema.String, "Version">;
|
|
936
|
+
} & {
|
|
937
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
938
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
939
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
940
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
941
|
+
syncedAgents: Schema.optional<Schema.$Array<Schema.String>>;
|
|
942
|
+
} & {
|
|
943
|
+
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
854
944
|
}>]>, Schema.Struct<{
|
|
855
945
|
readonly installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
856
946
|
readonly updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
@@ -956,6 +1046,20 @@ export declare const McpServersLockMapSchema: Schema.$Record<Schema.String, Sche
|
|
|
956
1046
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
957
1047
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
958
1048
|
syncedAgents: Schema.optional<Schema.$Array<Schema.String>>;
|
|
1049
|
+
}>, Schema.Struct<{
|
|
1050
|
+
readonly type: Schema.Literal<"workspace">;
|
|
1051
|
+
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
1052
|
+
readonly extensionType: Schema.Literal<"mcp-server">;
|
|
1053
|
+
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
1054
|
+
readonly version: Schema.brand<Schema.String, "Version">;
|
|
1055
|
+
} & {
|
|
1056
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1057
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1058
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
1059
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1060
|
+
syncedAgents: Schema.optional<Schema.$Array<Schema.String>>;
|
|
1061
|
+
} & {
|
|
1062
|
+
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
959
1063
|
}>]>, Schema.Struct<{
|
|
960
1064
|
readonly installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
961
1065
|
readonly updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
@@ -1125,6 +1229,26 @@ export declare const FilesLockEntrySchema: Schema.Union<readonly [Schema.Struct<
|
|
|
1125
1229
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1126
1230
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
1127
1231
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1232
|
+
}>, Schema.Struct<{
|
|
1233
|
+
readonly type: Schema.Literal<"workspace">;
|
|
1234
|
+
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
1235
|
+
readonly extensionType: Schema.Literal<"files">;
|
|
1236
|
+
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
1237
|
+
readonly version: Schema.brand<Schema.String, "Version">;
|
|
1238
|
+
} & {
|
|
1239
|
+
resolvedInputs: Schema.optional<Schema.$Record<Schema.String, Schema.Union<readonly [Schema.String, Schema.Number, Schema.Boolean]>>>;
|
|
1240
|
+
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1241
|
+
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1242
|
+
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1243
|
+
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1244
|
+
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1245
|
+
}>>>;
|
|
1246
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1247
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1248
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
1249
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1250
|
+
} & {
|
|
1251
|
+
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1128
1252
|
}>]>;
|
|
1129
1253
|
/** @experimental */
|
|
1130
1254
|
export type FilesLockEntry = Schema.Schema.Type<typeof FilesLockEntrySchema>;
|
|
@@ -1257,6 +1381,26 @@ export declare const FilesLockMapSchema: Schema.$Record<Schema.String, Schema.Un
|
|
|
1257
1381
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1258
1382
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
1259
1383
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1384
|
+
}>, Schema.Struct<{
|
|
1385
|
+
readonly type: Schema.Literal<"workspace">;
|
|
1386
|
+
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
1387
|
+
readonly extensionType: Schema.Literal<"files">;
|
|
1388
|
+
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
1389
|
+
readonly version: Schema.brand<Schema.String, "Version">;
|
|
1390
|
+
} & {
|
|
1391
|
+
resolvedInputs: Schema.optional<Schema.$Record<Schema.String, Schema.Union<readonly [Schema.String, Schema.Number, Schema.Boolean]>>>;
|
|
1392
|
+
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1393
|
+
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1394
|
+
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1395
|
+
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1396
|
+
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1397
|
+
}>>>;
|
|
1398
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1399
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1400
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
1401
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1402
|
+
} & {
|
|
1403
|
+
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1260
1404
|
}>]>>;
|
|
1261
1405
|
/** @experimental */
|
|
1262
1406
|
export type FilesLockMap = Schema.Schema.Type<typeof FilesLockMapSchema>;
|
|
@@ -1382,6 +1526,25 @@ export declare const RuleLockEntrySchema: Schema.Union<readonly [Schema.Struct<{
|
|
|
1382
1526
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1383
1527
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
1384
1528
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1529
|
+
}>, Schema.Struct<{
|
|
1530
|
+
readonly type: Schema.Literal<"workspace">;
|
|
1531
|
+
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
1532
|
+
readonly extensionType: Schema.Literal<"rule">;
|
|
1533
|
+
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
1534
|
+
readonly version: Schema.brand<Schema.String, "Version">;
|
|
1535
|
+
} & {
|
|
1536
|
+
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1537
|
+
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1538
|
+
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1539
|
+
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1540
|
+
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1541
|
+
}>>>;
|
|
1542
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1543
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1544
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
1545
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1546
|
+
} & {
|
|
1547
|
+
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1385
1548
|
}>]>;
|
|
1386
1549
|
/** @experimental */
|
|
1387
1550
|
export type RuleLockEntry = Schema.Schema.Type<typeof RuleLockEntrySchema>;
|
|
@@ -1507,6 +1670,25 @@ export declare const RulesLockMapSchema: Schema.$Record<Schema.String, Schema.Un
|
|
|
1507
1670
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1508
1671
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
1509
1672
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1673
|
+
}>, Schema.Struct<{
|
|
1674
|
+
readonly type: Schema.Literal<"workspace">;
|
|
1675
|
+
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
1676
|
+
readonly extensionType: Schema.Literal<"rule">;
|
|
1677
|
+
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
1678
|
+
readonly version: Schema.brand<Schema.String, "Version">;
|
|
1679
|
+
} & {
|
|
1680
|
+
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1681
|
+
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1682
|
+
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1683
|
+
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1684
|
+
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1685
|
+
}>>>;
|
|
1686
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1687
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1688
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
1689
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1690
|
+
} & {
|
|
1691
|
+
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1510
1692
|
}>]>>;
|
|
1511
1693
|
/** @experimental */
|
|
1512
1694
|
export type RulesLockMap = Schema.Schema.Type<typeof RulesLockMapSchema>;
|
|
@@ -1632,6 +1814,25 @@ export declare const HookLockEntrySchema: Schema.Union<readonly [Schema.Struct<{
|
|
|
1632
1814
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1633
1815
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
1634
1816
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1817
|
+
}>, Schema.Struct<{
|
|
1818
|
+
readonly type: Schema.Literal<"workspace">;
|
|
1819
|
+
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
1820
|
+
readonly extensionType: Schema.Literal<"hook">;
|
|
1821
|
+
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
1822
|
+
readonly version: Schema.brand<Schema.String, "Version">;
|
|
1823
|
+
} & {
|
|
1824
|
+
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1825
|
+
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1826
|
+
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1827
|
+
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1828
|
+
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1829
|
+
}>>>;
|
|
1830
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1831
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1832
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
1833
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1834
|
+
} & {
|
|
1835
|
+
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1635
1836
|
}>]>;
|
|
1636
1837
|
/** @experimental */
|
|
1637
1838
|
export type HookLockEntry = Schema.Schema.Type<typeof HookLockEntrySchema>;
|
|
@@ -1757,6 +1958,25 @@ export declare const HooksLockMapSchema: Schema.$Record<Schema.String, Schema.Un
|
|
|
1757
1958
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1758
1959
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
1759
1960
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1961
|
+
}>, Schema.Struct<{
|
|
1962
|
+
readonly type: Schema.Literal<"workspace">;
|
|
1963
|
+
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
1964
|
+
readonly extensionType: Schema.Literal<"hook">;
|
|
1965
|
+
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
1966
|
+
readonly version: Schema.brand<Schema.String, "Version">;
|
|
1967
|
+
} & {
|
|
1968
|
+
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1969
|
+
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1970
|
+
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1971
|
+
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1972
|
+
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1973
|
+
}>>>;
|
|
1974
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1975
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1976
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
1977
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1978
|
+
} & {
|
|
1979
|
+
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1760
1980
|
}>]>>;
|
|
1761
1981
|
/** @experimental */
|
|
1762
1982
|
export type HooksLockMap = Schema.Schema.Type<typeof HooksLockMapSchema>;
|
|
@@ -1799,6 +2019,26 @@ export declare const RegistryPackLockEntrySchema: Schema.Struct<{
|
|
|
1799
2019
|
* @experimental This API is unstable and may change without notice.
|
|
1800
2020
|
*/
|
|
1801
2021
|
export type RegistryPackLockEntry = Schema.Schema.Type<typeof RegistryPackLockEntrySchema>;
|
|
2022
|
+
/** Workspace pack lock entry reconstructed from the canonical authored package. */
|
|
2023
|
+
export declare const WorkspacePackLockEntrySchema: Schema.Struct<{
|
|
2024
|
+
readonly type: Schema.Literal<"workspace">;
|
|
2025
|
+
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
2026
|
+
readonly extensionType: Schema.Literal<"pack">;
|
|
2027
|
+
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
2028
|
+
readonly version: Schema.brand<Schema.String, "Version">;
|
|
2029
|
+
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
2030
|
+
readonly installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2031
|
+
readonly updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2032
|
+
readonly resolvedSkills: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
|
|
2033
|
+
readonly resolvedCommands: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
|
|
2034
|
+
readonly resolvedMcpServers: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
|
|
2035
|
+
readonly resolvedSubagents: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
|
|
2036
|
+
readonly resolvedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>>;
|
|
2037
|
+
readonly resolvedRules: Schema.optional<Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>>;
|
|
2038
|
+
readonly resolvedHooks: Schema.optional<Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>>;
|
|
2039
|
+
}>;
|
|
2040
|
+
/** @experimental */
|
|
2041
|
+
export type WorkspacePackLockEntry = Schema.Schema.Type<typeof WorkspacePackLockEntrySchema>;
|
|
1802
2042
|
/**
|
|
1803
2043
|
* Constructor args for a registry pack lock entry.
|
|
1804
2044
|
*
|
|
@@ -1816,7 +2056,7 @@ export declare const makeRegistryPackLockEntry: (args: RegistryPackLockEntryArgs
|
|
|
1816
2056
|
*
|
|
1817
2057
|
* @experimental This API is unstable and may change without notice.
|
|
1818
2058
|
*/
|
|
1819
|
-
export declare const PackLockEntrySchema: Schema.Struct<{
|
|
2059
|
+
export declare const PackLockEntrySchema: Schema.Union<readonly [Schema.Struct<{
|
|
1820
2060
|
readonly type: Schema.Literal<"registry">;
|
|
1821
2061
|
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
1822
2062
|
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
@@ -1832,7 +2072,23 @@ export declare const PackLockEntrySchema: Schema.Struct<{
|
|
|
1832
2072
|
readonly resolvedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>>;
|
|
1833
2073
|
readonly resolvedRules: Schema.optional<Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>>;
|
|
1834
2074
|
readonly resolvedHooks: Schema.optional<Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>>;
|
|
1835
|
-
}
|
|
2075
|
+
}>, Schema.Struct<{
|
|
2076
|
+
readonly type: Schema.Literal<"workspace">;
|
|
2077
|
+
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
2078
|
+
readonly extensionType: Schema.Literal<"pack">;
|
|
2079
|
+
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
2080
|
+
readonly version: Schema.brand<Schema.String, "Version">;
|
|
2081
|
+
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
2082
|
+
readonly installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2083
|
+
readonly updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2084
|
+
readonly resolvedSkills: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
|
|
2085
|
+
readonly resolvedCommands: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
|
|
2086
|
+
readonly resolvedMcpServers: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
|
|
2087
|
+
readonly resolvedSubagents: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
|
|
2088
|
+
readonly resolvedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>>;
|
|
2089
|
+
readonly resolvedRules: Schema.optional<Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>>;
|
|
2090
|
+
readonly resolvedHooks: Schema.optional<Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>>;
|
|
2091
|
+
}>]>;
|
|
1836
2092
|
/**
|
|
1837
2093
|
* Inferred type for PackLockEntry schema.
|
|
1838
2094
|
*
|
|
@@ -1844,7 +2100,7 @@ export type PackLockEntry = Schema.Schema.Type<typeof PackLockEntrySchema>;
|
|
|
1844
2100
|
*
|
|
1845
2101
|
* @experimental This API is unstable and may change without notice.
|
|
1846
2102
|
*/
|
|
1847
|
-
export declare const PacksLockMapSchema: Schema.$Record<Schema.String, Schema.Struct<{
|
|
2103
|
+
export declare const PacksLockMapSchema: Schema.$Record<Schema.String, Schema.Union<readonly [Schema.Struct<{
|
|
1848
2104
|
readonly type: Schema.Literal<"registry">;
|
|
1849
2105
|
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
1850
2106
|
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
@@ -1860,7 +2116,23 @@ export declare const PacksLockMapSchema: Schema.$Record<Schema.String, Schema.St
|
|
|
1860
2116
|
readonly resolvedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>>;
|
|
1861
2117
|
readonly resolvedRules: Schema.optional<Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>>;
|
|
1862
2118
|
readonly resolvedHooks: Schema.optional<Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>>;
|
|
1863
|
-
}
|
|
2119
|
+
}>, Schema.Struct<{
|
|
2120
|
+
readonly type: Schema.Literal<"workspace">;
|
|
2121
|
+
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
2122
|
+
readonly extensionType: Schema.Literal<"pack">;
|
|
2123
|
+
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
2124
|
+
readonly version: Schema.brand<Schema.String, "Version">;
|
|
2125
|
+
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
2126
|
+
readonly installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2127
|
+
readonly updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2128
|
+
readonly resolvedSkills: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
|
|
2129
|
+
readonly resolvedCommands: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
|
|
2130
|
+
readonly resolvedMcpServers: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
|
|
2131
|
+
readonly resolvedSubagents: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
|
|
2132
|
+
readonly resolvedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>>;
|
|
2133
|
+
readonly resolvedRules: Schema.optional<Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>>;
|
|
2134
|
+
readonly resolvedHooks: Schema.optional<Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>>;
|
|
2135
|
+
}>]>>;
|
|
1864
2136
|
/**
|
|
1865
2137
|
* Inferred type for PacksLockMap schema.
|
|
1866
2138
|
*
|
|
@@ -2071,6 +2343,23 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
2071
2343
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
2072
2344
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
2073
2345
|
agents: Schema.$Array<Schema.String>;
|
|
2346
|
+
}>, Schema.Struct<{
|
|
2347
|
+
readonly type: Schema.Literal<"workspace">;
|
|
2348
|
+
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
2349
|
+
readonly extensionType: Schema.Literal<"skill">;
|
|
2350
|
+
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
2351
|
+
readonly version: Schema.brand<Schema.String, "Version">;
|
|
2352
|
+
} & {
|
|
2353
|
+
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
2354
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
2355
|
+
}>>>>;
|
|
2356
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2357
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2358
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
2359
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
2360
|
+
agents: Schema.$Array<Schema.String>;
|
|
2361
|
+
} & {
|
|
2362
|
+
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
2074
2363
|
}>]>>;
|
|
2075
2364
|
readonly commands: Schema.optional<Schema.$Record<Schema.String, Schema.Union<readonly [Schema.Struct<{
|
|
2076
2365
|
readonly type: Schema.Literal<"github">;
|
|
@@ -2182,6 +2471,23 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
2182
2471
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
2183
2472
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
2184
2473
|
agents: Schema.$Array<Schema.String>;
|
|
2474
|
+
}>, Schema.Struct<{
|
|
2475
|
+
readonly type: Schema.Literal<"workspace">;
|
|
2476
|
+
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
2477
|
+
readonly extensionType: Schema.Literal<"command">;
|
|
2478
|
+
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
2479
|
+
readonly version: Schema.brand<Schema.String, "Version">;
|
|
2480
|
+
} & {
|
|
2481
|
+
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
2482
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
2483
|
+
}>>>>;
|
|
2484
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2485
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2486
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
2487
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
2488
|
+
agents: Schema.$Array<Schema.String>;
|
|
2489
|
+
} & {
|
|
2490
|
+
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
2185
2491
|
}>]>>>;
|
|
2186
2492
|
readonly subagents: Schema.optional<Schema.$Record<Schema.String, Schema.Union<readonly [Schema.Struct<{
|
|
2187
2493
|
readonly type: Schema.Literal<"github">;
|
|
@@ -2293,6 +2599,23 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
2293
2599
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
2294
2600
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
2295
2601
|
agents: Schema.$Array<Schema.String>;
|
|
2602
|
+
}>, Schema.Struct<{
|
|
2603
|
+
readonly type: Schema.Literal<"workspace">;
|
|
2604
|
+
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
2605
|
+
readonly extensionType: Schema.Literal<"subagent">;
|
|
2606
|
+
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
2607
|
+
readonly version: Schema.brand<Schema.String, "Version">;
|
|
2608
|
+
} & {
|
|
2609
|
+
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
2610
|
+
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
2611
|
+
}>>>>;
|
|
2612
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2613
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2614
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
2615
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
2616
|
+
agents: Schema.$Array<Schema.String>;
|
|
2617
|
+
} & {
|
|
2618
|
+
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
2296
2619
|
}>]>>>;
|
|
2297
2620
|
readonly mcpServers: Schema.optional<Schema.$Record<Schema.String, Schema.Union<readonly [Schema.Union<readonly [Schema.Struct<{
|
|
2298
2621
|
readonly type: Schema.Literal<"github">;
|
|
@@ -2376,6 +2699,20 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
2376
2699
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
2377
2700
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
2378
2701
|
syncedAgents: Schema.optional<Schema.$Array<Schema.String>>;
|
|
2702
|
+
}>, Schema.Struct<{
|
|
2703
|
+
readonly type: Schema.Literal<"workspace">;
|
|
2704
|
+
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
2705
|
+
readonly extensionType: Schema.Literal<"mcp-server">;
|
|
2706
|
+
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
2707
|
+
readonly version: Schema.brand<Schema.String, "Version">;
|
|
2708
|
+
} & {
|
|
2709
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2710
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2711
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
2712
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
2713
|
+
syncedAgents: Schema.optional<Schema.$Array<Schema.String>>;
|
|
2714
|
+
} & {
|
|
2715
|
+
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
2379
2716
|
}>]>, Schema.Struct<{
|
|
2380
2717
|
readonly installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2381
2718
|
readonly updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
@@ -2512,6 +2849,26 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
2512
2849
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2513
2850
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
2514
2851
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
2852
|
+
}>, Schema.Struct<{
|
|
2853
|
+
readonly type: Schema.Literal<"workspace">;
|
|
2854
|
+
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
2855
|
+
readonly extensionType: Schema.Literal<"files">;
|
|
2856
|
+
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
2857
|
+
readonly version: Schema.brand<Schema.String, "Version">;
|
|
2858
|
+
} & {
|
|
2859
|
+
resolvedInputs: Schema.optional<Schema.$Record<Schema.String, Schema.Union<readonly [Schema.String, Schema.Number, Schema.Boolean]>>>;
|
|
2860
|
+
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
2861
|
+
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
2862
|
+
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
2863
|
+
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
2864
|
+
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
2865
|
+
}>>>;
|
|
2866
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2867
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2868
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
2869
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
2870
|
+
} & {
|
|
2871
|
+
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
2515
2872
|
}>]>>>;
|
|
2516
2873
|
readonly rules: Schema.optional<Schema.$Record<Schema.String, Schema.Union<readonly [Schema.Struct<{
|
|
2517
2874
|
readonly type: Schema.Literal<"github">;
|
|
@@ -2630,6 +2987,25 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
2630
2987
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2631
2988
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
2632
2989
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
2990
|
+
}>, Schema.Struct<{
|
|
2991
|
+
readonly type: Schema.Literal<"workspace">;
|
|
2992
|
+
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
2993
|
+
readonly extensionType: Schema.Literal<"rule">;
|
|
2994
|
+
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
2995
|
+
readonly version: Schema.brand<Schema.String, "Version">;
|
|
2996
|
+
} & {
|
|
2997
|
+
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
2998
|
+
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
2999
|
+
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
3000
|
+
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
3001
|
+
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
3002
|
+
}>>>;
|
|
3003
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3004
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3005
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
3006
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
3007
|
+
} & {
|
|
3008
|
+
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
2633
3009
|
}>]>>>;
|
|
2634
3010
|
readonly hooks: Schema.optional<Schema.$Record<Schema.String, Schema.Union<readonly [Schema.Struct<{
|
|
2635
3011
|
readonly type: Schema.Literal<"github">;
|
|
@@ -2748,8 +3124,27 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
2748
3124
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2749
3125
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
2750
3126
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
3127
|
+
}>, Schema.Struct<{
|
|
3128
|
+
readonly type: Schema.Literal<"workspace">;
|
|
3129
|
+
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
3130
|
+
readonly extensionType: Schema.Literal<"hook">;
|
|
3131
|
+
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
3132
|
+
readonly version: Schema.brand<Schema.String, "Version">;
|
|
3133
|
+
} & {
|
|
3134
|
+
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
3135
|
+
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
3136
|
+
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
3137
|
+
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
3138
|
+
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
3139
|
+
}>>>;
|
|
3140
|
+
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3141
|
+
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3142
|
+
gitTreeHash: Schema.optional<Schema.String>;
|
|
3143
|
+
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
3144
|
+
} & {
|
|
3145
|
+
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
2751
3146
|
}>]>>>;
|
|
2752
|
-
readonly packs: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
|
|
3147
|
+
readonly packs: Schema.optional<Schema.$Record<Schema.String, Schema.Union<readonly [Schema.Struct<{
|
|
2753
3148
|
readonly type: Schema.Literal<"registry">;
|
|
2754
3149
|
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
2755
3150
|
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
@@ -2765,7 +3160,23 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
2765
3160
|
readonly resolvedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>>;
|
|
2766
3161
|
readonly resolvedRules: Schema.optional<Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>>;
|
|
2767
3162
|
readonly resolvedHooks: Schema.optional<Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>>;
|
|
2768
|
-
}
|
|
3163
|
+
}>, Schema.Struct<{
|
|
3164
|
+
readonly type: Schema.Literal<"workspace">;
|
|
3165
|
+
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
3166
|
+
readonly extensionType: Schema.Literal<"pack">;
|
|
3167
|
+
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
3168
|
+
readonly version: Schema.brand<Schema.String, "Version">;
|
|
3169
|
+
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
3170
|
+
readonly installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3171
|
+
readonly updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3172
|
+
readonly resolvedSkills: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
|
|
3173
|
+
readonly resolvedCommands: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
|
|
3174
|
+
readonly resolvedMcpServers: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
|
|
3175
|
+
readonly resolvedSubagents: Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>;
|
|
3176
|
+
readonly resolvedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>>;
|
|
3177
|
+
readonly resolvedRules: Schema.optional<Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>>;
|
|
3178
|
+
readonly resolvedHooks: Schema.optional<Schema.$Record<Schema.String, Schema.brand<Schema.String, "Version">>>;
|
|
3179
|
+
}>]>>>;
|
|
2769
3180
|
readonly libraries: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
|
|
2770
3181
|
readonly type: Schema.Literal<"registry">;
|
|
2771
3182
|
readonly owner: Schema.brand<Schema.String, "Handle">;
|