@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
|
@@ -13,134 +13,123 @@ import { CliRenderer } from "../cli-renderer/index.js";
|
|
|
13
13
|
import type { WorkspaceMutationsOptions } from "./service-interface.js";
|
|
14
14
|
import { type WorkspaceLocation } from "./paths.js";
|
|
15
15
|
export declare const initializeProjectWorkspace: (localDir: string, options: WorkspaceMutationsOptions) => Effect.Effect<{
|
|
16
|
-
readonly
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
readonly instructions?: false | {
|
|
23
|
-
readonly fileName?: string;
|
|
24
|
-
readonly gitignoreAliases?: boolean;
|
|
25
|
-
};
|
|
26
|
-
};
|
|
27
|
-
readonly sources?: readonly ({
|
|
28
|
-
readonly name: string;
|
|
29
|
-
readonly type: "github";
|
|
30
|
-
readonly url: URL;
|
|
31
|
-
} | {
|
|
32
|
-
readonly name: string;
|
|
33
|
-
readonly type: "gitlab";
|
|
34
|
-
readonly url: URL;
|
|
35
|
-
} | {
|
|
36
|
-
readonly name: string;
|
|
37
|
-
readonly type: "bitbucket";
|
|
38
|
-
readonly url: URL;
|
|
39
|
-
} | {
|
|
40
|
-
readonly name: string;
|
|
41
|
-
readonly type: "azurerepos";
|
|
42
|
-
readonly url: URL;
|
|
43
|
-
} | {
|
|
44
|
-
readonly name: string;
|
|
45
|
-
readonly type: "registry";
|
|
46
|
-
readonly location: URL;
|
|
47
|
-
})[];
|
|
48
|
-
readonly vars?: {
|
|
49
|
-
readonly [x: string]: string | number | boolean;
|
|
16
|
+
readonly files?: {
|
|
17
|
+
readonly [x: string]: import("effect/Schema").Struct.ReadonlySide<{
|
|
18
|
+
readonly source: import("effect/Schema").String;
|
|
19
|
+
readonly enabled: import("effect/Schema").Boolean;
|
|
20
|
+
readonly inputs: import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Union<readonly [import("effect/Schema").String, import("effect/Schema").Number, import("effect/Schema").Boolean]>>;
|
|
21
|
+
}, "Type">;
|
|
50
22
|
};
|
|
51
|
-
readonly
|
|
23
|
+
readonly sources?: readonly (import("effect/Schema").Struct.ReadonlySide<{
|
|
24
|
+
readonly name: import("effect/Schema").String;
|
|
25
|
+
readonly type: import("effect/Schema").Literal<"github">;
|
|
26
|
+
readonly url: import("effect/Schema").URLFromString;
|
|
27
|
+
}, "Type"> | import("effect/Schema").Struct.ReadonlySide<{
|
|
28
|
+
readonly name: import("effect/Schema").String;
|
|
29
|
+
readonly type: import("effect/Schema").Literal<"gitlab">;
|
|
30
|
+
readonly url: import("effect/Schema").URLFromString;
|
|
31
|
+
}, "Type"> | import("effect/Schema").Struct.ReadonlySide<{
|
|
32
|
+
readonly name: import("effect/Schema").String;
|
|
33
|
+
readonly type: import("effect/Schema").Literal<"bitbucket">;
|
|
34
|
+
readonly url: import("effect/Schema").URLFromString;
|
|
35
|
+
}, "Type"> | import("effect/Schema").Struct.ReadonlySide<{
|
|
36
|
+
readonly name: import("effect/Schema").String;
|
|
37
|
+
readonly type: import("effect/Schema").Literal<"azurerepos">;
|
|
38
|
+
readonly url: import("effect/Schema").URLFromString;
|
|
39
|
+
}, "Type"> | import("effect/Schema").Struct.ReadonlySide<{
|
|
40
|
+
readonly name: import("effect/Schema").String;
|
|
41
|
+
readonly type: import("effect/Schema").Literal<"registry">;
|
|
42
|
+
readonly location: import("effect/Schema").URLFromString;
|
|
43
|
+
}, "Type">)[];
|
|
44
|
+
readonly mcpServers?: {
|
|
52
45
|
readonly [x: string]: {
|
|
46
|
+
readonly env: {
|
|
47
|
+
readonly [x: string]: string;
|
|
48
|
+
};
|
|
53
49
|
readonly source: string;
|
|
54
50
|
readonly enabled: boolean;
|
|
55
|
-
readonly
|
|
51
|
+
readonly url?: string | undefined;
|
|
52
|
+
readonly command?: string | undefined;
|
|
53
|
+
readonly headers?: {
|
|
54
|
+
readonly [x: string]: string;
|
|
55
|
+
} | undefined;
|
|
56
|
+
readonly args?: readonly string[] | undefined;
|
|
56
57
|
};
|
|
57
58
|
};
|
|
58
|
-
readonly
|
|
59
|
-
readonly
|
|
59
|
+
readonly hooks?: {
|
|
60
|
+
readonly [x: string]: import("effect/Schema").Struct.ReadonlySide<{
|
|
61
|
+
readonly source: import("effect/Schema").String;
|
|
62
|
+
readonly enabled: import("effect/Schema").Boolean;
|
|
63
|
+
}, "Type">;
|
|
60
64
|
};
|
|
61
|
-
readonly
|
|
62
|
-
readonly [x: string]: {
|
|
63
|
-
readonly source:
|
|
64
|
-
readonly enabled:
|
|
65
|
-
|
|
66
|
-
};
|
|
65
|
+
readonly skills?: {
|
|
66
|
+
readonly [x: string]: import("effect/Schema").Struct.ReadonlySide<{
|
|
67
|
+
readonly source: import("effect/Schema").String;
|
|
68
|
+
readonly enabled: import("effect/Schema").Boolean;
|
|
69
|
+
}, "Type">;
|
|
67
70
|
};
|
|
68
|
-
readonly
|
|
69
|
-
readonly
|
|
71
|
+
readonly subagents?: {
|
|
72
|
+
readonly [x: string]: import("effect/Schema").Struct.ReadonlySide<{
|
|
73
|
+
readonly source: import("effect/Schema").String;
|
|
74
|
+
readonly enabled: import("effect/Schema").Boolean;
|
|
75
|
+
}, "Type">;
|
|
70
76
|
};
|
|
71
|
-
readonly
|
|
72
|
-
readonly [x: string]: {
|
|
73
|
-
readonly source:
|
|
74
|
-
readonly enabled:
|
|
75
|
-
|
|
76
|
-
readonly inputs: {
|
|
77
|
-
readonly [x: string]: string | number | boolean;
|
|
78
|
-
};
|
|
79
|
-
};
|
|
77
|
+
readonly commands?: {
|
|
78
|
+
readonly [x: string]: import("effect/Schema").Struct.ReadonlySide<{
|
|
79
|
+
readonly source: import("effect/Schema").String;
|
|
80
|
+
readonly enabled: import("effect/Schema").Boolean;
|
|
81
|
+
}, "Type">;
|
|
80
82
|
};
|
|
81
83
|
readonly rules?: {
|
|
82
|
-
readonly [x: string]: {
|
|
83
|
-
readonly source:
|
|
84
|
-
readonly enabled:
|
|
85
|
-
|
|
86
|
-
};
|
|
84
|
+
readonly [x: string]: import("effect/Schema").Struct.ReadonlySide<{
|
|
85
|
+
readonly source: import("effect/Schema").String;
|
|
86
|
+
readonly enabled: import("effect/Schema").Boolean;
|
|
87
|
+
}, "Type">;
|
|
87
88
|
};
|
|
88
|
-
readonly
|
|
89
|
-
readonly [x: string]: {
|
|
90
|
-
readonly source:
|
|
91
|
-
|
|
92
|
-
readonly authored: boolean;
|
|
93
|
-
};
|
|
89
|
+
readonly packs?: {
|
|
90
|
+
readonly [x: string]: import("effect/Schema").Struct.ReadonlySide<{
|
|
91
|
+
readonly source: import("effect/Schema").String;
|
|
92
|
+
}, "Type">;
|
|
94
93
|
};
|
|
95
|
-
readonly
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
readonly
|
|
99
|
-
readonly authored: boolean;
|
|
94
|
+
readonly owner?: string & import("effect/Brand").Brand<"Handle">;
|
|
95
|
+
readonly lint?: {
|
|
96
|
+
readonly rules?: {
|
|
97
|
+
readonly [x: string]: "error" | "warn" | "off" | "info";
|
|
100
98
|
};
|
|
101
99
|
};
|
|
102
|
-
readonly
|
|
103
|
-
|
|
100
|
+
readonly $schema?: string;
|
|
101
|
+
readonly agents?: readonly ("adal" | "aider-desk" | "amp" | "antigravity" | "augment" | "claude-code" | "cline" | "codearts-agent" | "codebuddy" | "codemaker" | "codestudio" | "codex" | "command-code" | "continue" | "cortex" | "crush" | "cursor" | "deepagents" | "devin" | "dexto" | "droid" | "firebender" | "forgecode" | "gemini-cli" | "github-copilot-cli" | "goose" | "grok-cli" | "hermes" | "ibm-bob" | "junie" | "kilo" | "kimi-cli" | "kiro-cli" | "kode" | "mcpjam" | "mistral-vibe" | "mux" | "neovate" | "openclaw" | "opencode" | "openhands" | "pi" | "pochi" | "qoder" | "qwen-code" | "replit" | "roo" | "rovodev" | "tabnine-cli" | "trae-cn" | "trae" | "warp" | "windsurf" | "zencoder")[];
|
|
102
|
+
readonly libraries?: {
|
|
103
|
+
readonly [x: string]: import("effect/Schema").Struct.ReadonlySide<{
|
|
104
|
+
readonly source: import("effect/Schema").String;
|
|
105
|
+
readonly enabled: import("effect/Schema").Boolean;
|
|
106
|
+
}, "Type">;
|
|
104
107
|
};
|
|
105
|
-
readonly
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
108
|
+
readonly telemetry?: boolean | "errors";
|
|
109
|
+
readonly minimumReleaseAge?: string;
|
|
110
|
+
readonly vars?: {
|
|
111
|
+
readonly [x: string]: string | number | boolean;
|
|
112
|
+
};
|
|
113
|
+
readonly rulesConfig?: {
|
|
114
|
+
readonly instructions?: false | {
|
|
115
|
+
readonly fileName?: string;
|
|
116
|
+
readonly gitignoreAliases?: boolean;
|
|
109
117
|
};
|
|
110
118
|
};
|
|
111
|
-
readonly
|
|
119
|
+
readonly skillsConfig?: {
|
|
112
120
|
readonly ignore?: readonly string[];
|
|
113
121
|
};
|
|
114
|
-
readonly
|
|
115
|
-
readonly
|
|
116
|
-
readonly source: string;
|
|
117
|
-
readonly enabled: boolean;
|
|
118
|
-
readonly authored: boolean;
|
|
119
|
-
};
|
|
122
|
+
readonly commandsConfig?: {
|
|
123
|
+
readonly ignore?: readonly string[];
|
|
120
124
|
};
|
|
121
|
-
readonly
|
|
122
|
-
readonly
|
|
123
|
-
readonly source: string;
|
|
124
|
-
readonly enabled: boolean;
|
|
125
|
-
readonly authored: boolean;
|
|
126
|
-
readonly env: {
|
|
127
|
-
readonly [x: string]: string;
|
|
128
|
-
};
|
|
129
|
-
readonly command?: string | undefined;
|
|
130
|
-
readonly args?: readonly string[] | undefined;
|
|
131
|
-
readonly url?: string | undefined;
|
|
132
|
-
readonly headers?: {
|
|
133
|
-
readonly [x: string]: string;
|
|
134
|
-
} | undefined;
|
|
135
|
-
};
|
|
125
|
+
readonly subagentsConfig?: {
|
|
126
|
+
readonly ignore?: readonly string[];
|
|
136
127
|
};
|
|
137
|
-
readonly
|
|
128
|
+
readonly packsConfig?: {
|
|
138
129
|
readonly ignore?: readonly string[];
|
|
139
130
|
};
|
|
140
|
-
readonly
|
|
141
|
-
readonly
|
|
142
|
-
readonly [x: string]: "error" | "warn" | "off" | "info";
|
|
143
|
-
};
|
|
131
|
+
readonly mcpServersConfig?: {
|
|
132
|
+
readonly ignore?: readonly string[];
|
|
144
133
|
};
|
|
145
134
|
}, import("../app-error/app-error.ts").AppError | import("../cli-prompt/prompt-cancelled.ts").PromptCancelled, Path.Path | FileSystem.FileSystem | "effect/unstable/cli/GlobalFlag/axm-non-interactive" | CliRenderer>;
|
|
146
135
|
/**
|
|
@@ -162,402 +151,369 @@ export declare const ensureGlobalWorkspaceInitialized: (globalDir: string) => Ef
|
|
|
162
151
|
*/
|
|
163
152
|
export declare const ensureProjectWorkspaceInitialized: (localDir: string, options: WorkspaceMutationsOptions) => Effect.Effect<{
|
|
164
153
|
settings: {
|
|
165
|
-
readonly
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
readonly name:
|
|
178
|
-
readonly type: "
|
|
179
|
-
readonly url:
|
|
180
|
-
} | {
|
|
181
|
-
readonly name:
|
|
182
|
-
readonly type: "
|
|
183
|
-
readonly url:
|
|
184
|
-
} | {
|
|
185
|
-
readonly name:
|
|
186
|
-
readonly type: "
|
|
187
|
-
readonly url:
|
|
188
|
-
} | {
|
|
189
|
-
readonly name:
|
|
190
|
-
readonly type: "
|
|
191
|
-
readonly
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
readonly type: "registry";
|
|
195
|
-
readonly location: URL;
|
|
196
|
-
})[];
|
|
197
|
-
readonly vars?: {
|
|
198
|
-
readonly [x: string]: string | number | boolean;
|
|
199
|
-
};
|
|
200
|
-
readonly skills?: {
|
|
154
|
+
readonly files?: {
|
|
155
|
+
readonly [x: string]: import("effect/Schema").Struct.ReadonlySide<{
|
|
156
|
+
readonly source: import("effect/Schema").String;
|
|
157
|
+
readonly enabled: import("effect/Schema").Boolean;
|
|
158
|
+
readonly inputs: import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Union<readonly [import("effect/Schema").String, import("effect/Schema").Number, import("effect/Schema").Boolean]>>;
|
|
159
|
+
}, "Type">;
|
|
160
|
+
};
|
|
161
|
+
readonly sources?: readonly (import("effect/Schema").Struct.ReadonlySide<{
|
|
162
|
+
readonly name: import("effect/Schema").String;
|
|
163
|
+
readonly type: import("effect/Schema").Literal<"github">;
|
|
164
|
+
readonly url: import("effect/Schema").URLFromString;
|
|
165
|
+
}, "Type"> | import("effect/Schema").Struct.ReadonlySide<{
|
|
166
|
+
readonly name: import("effect/Schema").String;
|
|
167
|
+
readonly type: import("effect/Schema").Literal<"gitlab">;
|
|
168
|
+
readonly url: import("effect/Schema").URLFromString;
|
|
169
|
+
}, "Type"> | import("effect/Schema").Struct.ReadonlySide<{
|
|
170
|
+
readonly name: import("effect/Schema").String;
|
|
171
|
+
readonly type: import("effect/Schema").Literal<"bitbucket">;
|
|
172
|
+
readonly url: import("effect/Schema").URLFromString;
|
|
173
|
+
}, "Type"> | import("effect/Schema").Struct.ReadonlySide<{
|
|
174
|
+
readonly name: import("effect/Schema").String;
|
|
175
|
+
readonly type: import("effect/Schema").Literal<"azurerepos">;
|
|
176
|
+
readonly url: import("effect/Schema").URLFromString;
|
|
177
|
+
}, "Type"> | import("effect/Schema").Struct.ReadonlySide<{
|
|
178
|
+
readonly name: import("effect/Schema").String;
|
|
179
|
+
readonly type: import("effect/Schema").Literal<"registry">;
|
|
180
|
+
readonly location: import("effect/Schema").URLFromString;
|
|
181
|
+
}, "Type">)[];
|
|
182
|
+
readonly mcpServers?: {
|
|
201
183
|
readonly [x: string]: {
|
|
184
|
+
readonly env: {
|
|
185
|
+
readonly [x: string]: string;
|
|
186
|
+
};
|
|
202
187
|
readonly source: string;
|
|
203
188
|
readonly enabled: boolean;
|
|
204
|
-
readonly
|
|
189
|
+
readonly url?: string | undefined;
|
|
190
|
+
readonly command?: string | undefined;
|
|
191
|
+
readonly headers?: {
|
|
192
|
+
readonly [x: string]: string;
|
|
193
|
+
} | undefined;
|
|
194
|
+
readonly args?: readonly string[] | undefined;
|
|
205
195
|
};
|
|
206
196
|
};
|
|
207
|
-
readonly
|
|
208
|
-
readonly
|
|
197
|
+
readonly hooks?: {
|
|
198
|
+
readonly [x: string]: import("effect/Schema").Struct.ReadonlySide<{
|
|
199
|
+
readonly source: import("effect/Schema").String;
|
|
200
|
+
readonly enabled: import("effect/Schema").Boolean;
|
|
201
|
+
}, "Type">;
|
|
209
202
|
};
|
|
210
|
-
readonly
|
|
211
|
-
readonly [x: string]: {
|
|
212
|
-
readonly source:
|
|
213
|
-
readonly enabled:
|
|
214
|
-
|
|
215
|
-
};
|
|
203
|
+
readonly skills?: {
|
|
204
|
+
readonly [x: string]: import("effect/Schema").Struct.ReadonlySide<{
|
|
205
|
+
readonly source: import("effect/Schema").String;
|
|
206
|
+
readonly enabled: import("effect/Schema").Boolean;
|
|
207
|
+
}, "Type">;
|
|
216
208
|
};
|
|
217
|
-
readonly
|
|
218
|
-
readonly
|
|
209
|
+
readonly subagents?: {
|
|
210
|
+
readonly [x: string]: import("effect/Schema").Struct.ReadonlySide<{
|
|
211
|
+
readonly source: import("effect/Schema").String;
|
|
212
|
+
readonly enabled: import("effect/Schema").Boolean;
|
|
213
|
+
}, "Type">;
|
|
219
214
|
};
|
|
220
|
-
readonly
|
|
221
|
-
readonly [x: string]: {
|
|
222
|
-
readonly source:
|
|
223
|
-
readonly enabled:
|
|
224
|
-
|
|
225
|
-
readonly inputs: {
|
|
226
|
-
readonly [x: string]: string | number | boolean;
|
|
227
|
-
};
|
|
228
|
-
};
|
|
215
|
+
readonly commands?: {
|
|
216
|
+
readonly [x: string]: import("effect/Schema").Struct.ReadonlySide<{
|
|
217
|
+
readonly source: import("effect/Schema").String;
|
|
218
|
+
readonly enabled: import("effect/Schema").Boolean;
|
|
219
|
+
}, "Type">;
|
|
229
220
|
};
|
|
230
221
|
readonly rules?: {
|
|
231
|
-
readonly [x: string]: {
|
|
232
|
-
readonly source:
|
|
233
|
-
readonly enabled:
|
|
234
|
-
|
|
235
|
-
};
|
|
222
|
+
readonly [x: string]: import("effect/Schema").Struct.ReadonlySide<{
|
|
223
|
+
readonly source: import("effect/Schema").String;
|
|
224
|
+
readonly enabled: import("effect/Schema").Boolean;
|
|
225
|
+
}, "Type">;
|
|
236
226
|
};
|
|
237
|
-
readonly
|
|
238
|
-
readonly [x: string]: {
|
|
239
|
-
readonly source:
|
|
240
|
-
|
|
241
|
-
|
|
227
|
+
readonly packs?: {
|
|
228
|
+
readonly [x: string]: import("effect/Schema").Struct.ReadonlySide<{
|
|
229
|
+
readonly source: import("effect/Schema").String;
|
|
230
|
+
}, "Type">;
|
|
231
|
+
};
|
|
232
|
+
readonly owner?: string & import("effect/Brand").Brand<"Handle">;
|
|
233
|
+
readonly lint?: {
|
|
234
|
+
readonly rules?: {
|
|
235
|
+
readonly [x: string]: "error" | "warn" | "off" | "info";
|
|
242
236
|
};
|
|
243
237
|
};
|
|
244
|
-
readonly
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
readonly
|
|
238
|
+
readonly $schema?: string;
|
|
239
|
+
readonly agents?: readonly ("adal" | "aider-desk" | "amp" | "antigravity" | "augment" | "claude-code" | "cline" | "codearts-agent" | "codebuddy" | "codemaker" | "codestudio" | "codex" | "command-code" | "continue" | "cortex" | "crush" | "cursor" | "deepagents" | "devin" | "dexto" | "droid" | "firebender" | "forgecode" | "gemini-cli" | "github-copilot-cli" | "goose" | "grok-cli" | "hermes" | "ibm-bob" | "junie" | "kilo" | "kimi-cli" | "kiro-cli" | "kode" | "mcpjam" | "mistral-vibe" | "mux" | "neovate" | "openclaw" | "opencode" | "openhands" | "pi" | "pochi" | "qoder" | "qwen-code" | "replit" | "roo" | "rovodev" | "tabnine-cli" | "trae-cn" | "trae" | "warp" | "windsurf" | "zencoder")[];
|
|
240
|
+
readonly libraries?: {
|
|
241
|
+
readonly [x: string]: import("effect/Schema").Struct.ReadonlySide<{
|
|
242
|
+
readonly source: import("effect/Schema").String;
|
|
243
|
+
readonly enabled: import("effect/Schema").Boolean;
|
|
244
|
+
}, "Type">;
|
|
245
|
+
};
|
|
246
|
+
readonly telemetry?: boolean | "errors";
|
|
247
|
+
readonly minimumReleaseAge?: string;
|
|
248
|
+
readonly vars?: {
|
|
249
|
+
readonly [x: string]: string | number | boolean;
|
|
250
|
+
};
|
|
251
|
+
readonly rulesConfig?: {
|
|
252
|
+
readonly instructions?: false | {
|
|
253
|
+
readonly fileName?: string;
|
|
254
|
+
readonly gitignoreAliases?: boolean;
|
|
249
255
|
};
|
|
250
256
|
};
|
|
251
|
-
readonly
|
|
257
|
+
readonly skillsConfig?: {
|
|
252
258
|
readonly ignore?: readonly string[];
|
|
253
259
|
};
|
|
254
|
-
readonly
|
|
255
|
-
readonly
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
260
|
+
readonly commandsConfig?: {
|
|
261
|
+
readonly ignore?: readonly string[];
|
|
262
|
+
};
|
|
263
|
+
readonly subagentsConfig?: {
|
|
264
|
+
readonly ignore?: readonly string[];
|
|
259
265
|
};
|
|
260
266
|
readonly packsConfig?: {
|
|
261
267
|
readonly ignore?: readonly string[];
|
|
262
268
|
};
|
|
263
|
-
readonly
|
|
264
|
-
readonly
|
|
265
|
-
readonly source: string;
|
|
266
|
-
readonly enabled: boolean;
|
|
267
|
-
readonly authored: boolean;
|
|
268
|
-
};
|
|
269
|
+
readonly mcpServersConfig?: {
|
|
270
|
+
readonly ignore?: readonly string[];
|
|
269
271
|
};
|
|
272
|
+
};
|
|
273
|
+
initialized: true;
|
|
274
|
+
} | {
|
|
275
|
+
settings: {
|
|
276
|
+
readonly files?: {
|
|
277
|
+
readonly [x: string]: import("effect/Schema").Struct.ReadonlySide<{
|
|
278
|
+
readonly source: import("effect/Schema").String;
|
|
279
|
+
readonly enabled: import("effect/Schema").Boolean;
|
|
280
|
+
readonly inputs: import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Union<readonly [import("effect/Schema").String, import("effect/Schema").Number, import("effect/Schema").Boolean]>>;
|
|
281
|
+
}, "Type">;
|
|
282
|
+
};
|
|
283
|
+
readonly sources?: readonly (import("effect/Schema").Struct.ReadonlySide<{
|
|
284
|
+
readonly name: import("effect/Schema").String;
|
|
285
|
+
readonly type: import("effect/Schema").Literal<"github">;
|
|
286
|
+
readonly url: import("effect/Schema").URLFromString;
|
|
287
|
+
}, "Type"> | import("effect/Schema").Struct.ReadonlySide<{
|
|
288
|
+
readonly name: import("effect/Schema").String;
|
|
289
|
+
readonly type: import("effect/Schema").Literal<"gitlab">;
|
|
290
|
+
readonly url: import("effect/Schema").URLFromString;
|
|
291
|
+
}, "Type"> | import("effect/Schema").Struct.ReadonlySide<{
|
|
292
|
+
readonly name: import("effect/Schema").String;
|
|
293
|
+
readonly type: import("effect/Schema").Literal<"bitbucket">;
|
|
294
|
+
readonly url: import("effect/Schema").URLFromString;
|
|
295
|
+
}, "Type"> | import("effect/Schema").Struct.ReadonlySide<{
|
|
296
|
+
readonly name: import("effect/Schema").String;
|
|
297
|
+
readonly type: import("effect/Schema").Literal<"azurerepos">;
|
|
298
|
+
readonly url: import("effect/Schema").URLFromString;
|
|
299
|
+
}, "Type"> | import("effect/Schema").Struct.ReadonlySide<{
|
|
300
|
+
readonly name: import("effect/Schema").String;
|
|
301
|
+
readonly type: import("effect/Schema").Literal<"registry">;
|
|
302
|
+
readonly location: import("effect/Schema").URLFromString;
|
|
303
|
+
}, "Type">)[];
|
|
270
304
|
readonly mcpServers?: {
|
|
271
305
|
readonly [x: string]: {
|
|
272
|
-
readonly source: string;
|
|
273
|
-
readonly enabled: boolean;
|
|
274
|
-
readonly authored: boolean;
|
|
275
306
|
readonly env: {
|
|
276
307
|
readonly [x: string]: string;
|
|
277
308
|
};
|
|
278
|
-
readonly
|
|
279
|
-
readonly
|
|
309
|
+
readonly source: string;
|
|
310
|
+
readonly enabled: boolean;
|
|
280
311
|
readonly url?: string | undefined;
|
|
312
|
+
readonly command?: string | undefined;
|
|
281
313
|
readonly headers?: {
|
|
282
314
|
readonly [x: string]: string;
|
|
283
315
|
} | undefined;
|
|
316
|
+
readonly args?: readonly string[] | undefined;
|
|
284
317
|
};
|
|
285
318
|
};
|
|
286
|
-
readonly
|
|
287
|
-
readonly
|
|
319
|
+
readonly hooks?: {
|
|
320
|
+
readonly [x: string]: import("effect/Schema").Struct.ReadonlySide<{
|
|
321
|
+
readonly source: import("effect/Schema").String;
|
|
322
|
+
readonly enabled: import("effect/Schema").Boolean;
|
|
323
|
+
}, "Type">;
|
|
288
324
|
};
|
|
325
|
+
readonly skills?: {
|
|
326
|
+
readonly [x: string]: import("effect/Schema").Struct.ReadonlySide<{
|
|
327
|
+
readonly source: import("effect/Schema").String;
|
|
328
|
+
readonly enabled: import("effect/Schema").Boolean;
|
|
329
|
+
}, "Type">;
|
|
330
|
+
};
|
|
331
|
+
readonly subagents?: {
|
|
332
|
+
readonly [x: string]: import("effect/Schema").Struct.ReadonlySide<{
|
|
333
|
+
readonly source: import("effect/Schema").String;
|
|
334
|
+
readonly enabled: import("effect/Schema").Boolean;
|
|
335
|
+
}, "Type">;
|
|
336
|
+
};
|
|
337
|
+
readonly commands?: {
|
|
338
|
+
readonly [x: string]: import("effect/Schema").Struct.ReadonlySide<{
|
|
339
|
+
readonly source: import("effect/Schema").String;
|
|
340
|
+
readonly enabled: import("effect/Schema").Boolean;
|
|
341
|
+
}, "Type">;
|
|
342
|
+
};
|
|
343
|
+
readonly rules?: {
|
|
344
|
+
readonly [x: string]: import("effect/Schema").Struct.ReadonlySide<{
|
|
345
|
+
readonly source: import("effect/Schema").String;
|
|
346
|
+
readonly enabled: import("effect/Schema").Boolean;
|
|
347
|
+
}, "Type">;
|
|
348
|
+
};
|
|
349
|
+
readonly packs?: {
|
|
350
|
+
readonly [x: string]: import("effect/Schema").Struct.ReadonlySide<{
|
|
351
|
+
readonly source: import("effect/Schema").String;
|
|
352
|
+
}, "Type">;
|
|
353
|
+
};
|
|
354
|
+
readonly owner?: string & import("effect/Brand").Brand<"Handle">;
|
|
289
355
|
readonly lint?: {
|
|
290
356
|
readonly rules?: {
|
|
291
357
|
readonly [x: string]: "error" | "warn" | "off" | "info";
|
|
292
358
|
};
|
|
293
359
|
};
|
|
294
|
-
};
|
|
295
|
-
initialized: true;
|
|
296
|
-
} | {
|
|
297
|
-
settings: {
|
|
298
360
|
readonly $schema?: string;
|
|
361
|
+
readonly agents?: readonly ("adal" | "aider-desk" | "amp" | "antigravity" | "augment" | "claude-code" | "cline" | "codearts-agent" | "codebuddy" | "codemaker" | "codestudio" | "codex" | "command-code" | "continue" | "cortex" | "crush" | "cursor" | "deepagents" | "devin" | "dexto" | "droid" | "firebender" | "forgecode" | "gemini-cli" | "github-copilot-cli" | "goose" | "grok-cli" | "hermes" | "ibm-bob" | "junie" | "kilo" | "kimi-cli" | "kiro-cli" | "kode" | "mcpjam" | "mistral-vibe" | "mux" | "neovate" | "openclaw" | "opencode" | "openhands" | "pi" | "pochi" | "qoder" | "qwen-code" | "replit" | "roo" | "rovodev" | "tabnine-cli" | "trae-cn" | "trae" | "warp" | "windsurf" | "zencoder")[];
|
|
362
|
+
readonly libraries?: {
|
|
363
|
+
readonly [x: string]: import("effect/Schema").Struct.ReadonlySide<{
|
|
364
|
+
readonly source: import("effect/Schema").String;
|
|
365
|
+
readonly enabled: import("effect/Schema").Boolean;
|
|
366
|
+
}, "Type">;
|
|
367
|
+
};
|
|
299
368
|
readonly telemetry?: boolean | "errors";
|
|
300
|
-
readonly owner?: string & import("effect/Brand").Brand<"Handle">;
|
|
301
369
|
readonly minimumReleaseAge?: string;
|
|
302
|
-
readonly
|
|
370
|
+
readonly vars?: {
|
|
371
|
+
readonly [x: string]: string | number | boolean;
|
|
372
|
+
};
|
|
303
373
|
readonly rulesConfig?: {
|
|
304
374
|
readonly instructions?: false | {
|
|
305
375
|
readonly fileName?: string;
|
|
306
376
|
readonly gitignoreAliases?: boolean;
|
|
307
377
|
};
|
|
308
378
|
};
|
|
309
|
-
readonly sources?: readonly ({
|
|
310
|
-
readonly name: string;
|
|
311
|
-
readonly type: "github";
|
|
312
|
-
readonly url: URL;
|
|
313
|
-
} | {
|
|
314
|
-
readonly name: string;
|
|
315
|
-
readonly type: "gitlab";
|
|
316
|
-
readonly url: URL;
|
|
317
|
-
} | {
|
|
318
|
-
readonly name: string;
|
|
319
|
-
readonly type: "bitbucket";
|
|
320
|
-
readonly url: URL;
|
|
321
|
-
} | {
|
|
322
|
-
readonly name: string;
|
|
323
|
-
readonly type: "azurerepos";
|
|
324
|
-
readonly url: URL;
|
|
325
|
-
} | {
|
|
326
|
-
readonly name: string;
|
|
327
|
-
readonly type: "registry";
|
|
328
|
-
readonly location: URL;
|
|
329
|
-
})[];
|
|
330
|
-
readonly vars?: {
|
|
331
|
-
readonly [x: string]: string | number | boolean;
|
|
332
|
-
};
|
|
333
|
-
readonly skills?: {
|
|
334
|
-
readonly [x: string]: {
|
|
335
|
-
readonly source: string;
|
|
336
|
-
readonly enabled: boolean;
|
|
337
|
-
readonly authored: boolean;
|
|
338
|
-
};
|
|
339
|
-
};
|
|
340
379
|
readonly skillsConfig?: {
|
|
341
380
|
readonly ignore?: readonly string[];
|
|
342
381
|
};
|
|
343
|
-
readonly commands?: {
|
|
344
|
-
readonly [x: string]: {
|
|
345
|
-
readonly source: string;
|
|
346
|
-
readonly enabled: boolean;
|
|
347
|
-
readonly authored: boolean;
|
|
348
|
-
};
|
|
349
|
-
};
|
|
350
382
|
readonly commandsConfig?: {
|
|
351
383
|
readonly ignore?: readonly string[];
|
|
352
384
|
};
|
|
353
|
-
readonly files?: {
|
|
354
|
-
readonly [x: string]: {
|
|
355
|
-
readonly source: string;
|
|
356
|
-
readonly enabled: boolean;
|
|
357
|
-
readonly authored: boolean;
|
|
358
|
-
readonly inputs: {
|
|
359
|
-
readonly [x: string]: string | number | boolean;
|
|
360
|
-
};
|
|
361
|
-
};
|
|
362
|
-
};
|
|
363
|
-
readonly rules?: {
|
|
364
|
-
readonly [x: string]: {
|
|
365
|
-
readonly source: string;
|
|
366
|
-
readonly enabled: boolean;
|
|
367
|
-
readonly authored: boolean;
|
|
368
|
-
};
|
|
369
|
-
};
|
|
370
|
-
readonly hooks?: {
|
|
371
|
-
readonly [x: string]: {
|
|
372
|
-
readonly source: string;
|
|
373
|
-
readonly enabled: boolean;
|
|
374
|
-
readonly authored: boolean;
|
|
375
|
-
};
|
|
376
|
-
};
|
|
377
|
-
readonly subagents?: {
|
|
378
|
-
readonly [x: string]: {
|
|
379
|
-
readonly source: string;
|
|
380
|
-
readonly enabled: boolean;
|
|
381
|
-
readonly authored: boolean;
|
|
382
|
-
};
|
|
383
|
-
};
|
|
384
385
|
readonly subagentsConfig?: {
|
|
385
386
|
readonly ignore?: readonly string[];
|
|
386
387
|
};
|
|
387
|
-
readonly packs?: {
|
|
388
|
-
readonly [x: string]: {
|
|
389
|
-
readonly source: string;
|
|
390
|
-
readonly authored: boolean;
|
|
391
|
-
};
|
|
392
|
-
};
|
|
393
388
|
readonly packsConfig?: {
|
|
394
389
|
readonly ignore?: readonly string[];
|
|
395
390
|
};
|
|
396
|
-
readonly
|
|
397
|
-
readonly
|
|
398
|
-
readonly source: string;
|
|
399
|
-
readonly enabled: boolean;
|
|
400
|
-
readonly authored: boolean;
|
|
401
|
-
};
|
|
391
|
+
readonly mcpServersConfig?: {
|
|
392
|
+
readonly ignore?: readonly string[];
|
|
402
393
|
};
|
|
394
|
+
};
|
|
395
|
+
initialized: false;
|
|
396
|
+
}, import("../app-error/app-error.ts").AppError | import("../cli-prompt/prompt-cancelled.ts").PromptCancelled, Path.Path | FileSystem.FileSystem | "effect/unstable/cli/GlobalFlag/axm-non-interactive" | CliRenderer>;
|
|
397
|
+
export declare const bootstrapWorkspace: (options: WorkspaceMutationsOptions) => Effect.Effect<{
|
|
398
|
+
settings: {
|
|
399
|
+
readonly files?: {
|
|
400
|
+
readonly [x: string]: import("effect/Schema").Struct.ReadonlySide<{
|
|
401
|
+
readonly source: import("effect/Schema").String;
|
|
402
|
+
readonly enabled: import("effect/Schema").Boolean;
|
|
403
|
+
readonly inputs: import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Union<readonly [import("effect/Schema").String, import("effect/Schema").Number, import("effect/Schema").Boolean]>>;
|
|
404
|
+
}, "Type">;
|
|
405
|
+
};
|
|
406
|
+
readonly sources?: readonly (import("effect/Schema").Struct.ReadonlySide<{
|
|
407
|
+
readonly name: import("effect/Schema").String;
|
|
408
|
+
readonly type: import("effect/Schema").Literal<"github">;
|
|
409
|
+
readonly url: import("effect/Schema").URLFromString;
|
|
410
|
+
}, "Type"> | import("effect/Schema").Struct.ReadonlySide<{
|
|
411
|
+
readonly name: import("effect/Schema").String;
|
|
412
|
+
readonly type: import("effect/Schema").Literal<"gitlab">;
|
|
413
|
+
readonly url: import("effect/Schema").URLFromString;
|
|
414
|
+
}, "Type"> | import("effect/Schema").Struct.ReadonlySide<{
|
|
415
|
+
readonly name: import("effect/Schema").String;
|
|
416
|
+
readonly type: import("effect/Schema").Literal<"bitbucket">;
|
|
417
|
+
readonly url: import("effect/Schema").URLFromString;
|
|
418
|
+
}, "Type"> | import("effect/Schema").Struct.ReadonlySide<{
|
|
419
|
+
readonly name: import("effect/Schema").String;
|
|
420
|
+
readonly type: import("effect/Schema").Literal<"azurerepos">;
|
|
421
|
+
readonly url: import("effect/Schema").URLFromString;
|
|
422
|
+
}, "Type"> | import("effect/Schema").Struct.ReadonlySide<{
|
|
423
|
+
readonly name: import("effect/Schema").String;
|
|
424
|
+
readonly type: import("effect/Schema").Literal<"registry">;
|
|
425
|
+
readonly location: import("effect/Schema").URLFromString;
|
|
426
|
+
}, "Type">)[];
|
|
403
427
|
readonly mcpServers?: {
|
|
404
428
|
readonly [x: string]: {
|
|
405
|
-
readonly source: string;
|
|
406
|
-
readonly enabled: boolean;
|
|
407
|
-
readonly authored: boolean;
|
|
408
429
|
readonly env: {
|
|
409
430
|
readonly [x: string]: string;
|
|
410
431
|
};
|
|
411
|
-
readonly
|
|
412
|
-
readonly
|
|
432
|
+
readonly source: string;
|
|
433
|
+
readonly enabled: boolean;
|
|
413
434
|
readonly url?: string | undefined;
|
|
435
|
+
readonly command?: string | undefined;
|
|
414
436
|
readonly headers?: {
|
|
415
437
|
readonly [x: string]: string;
|
|
416
438
|
} | undefined;
|
|
439
|
+
readonly args?: readonly string[] | undefined;
|
|
417
440
|
};
|
|
418
441
|
};
|
|
419
|
-
readonly
|
|
420
|
-
readonly
|
|
442
|
+
readonly hooks?: {
|
|
443
|
+
readonly [x: string]: import("effect/Schema").Struct.ReadonlySide<{
|
|
444
|
+
readonly source: import("effect/Schema").String;
|
|
445
|
+
readonly enabled: import("effect/Schema").Boolean;
|
|
446
|
+
}, "Type">;
|
|
447
|
+
};
|
|
448
|
+
readonly skills?: {
|
|
449
|
+
readonly [x: string]: import("effect/Schema").Struct.ReadonlySide<{
|
|
450
|
+
readonly source: import("effect/Schema").String;
|
|
451
|
+
readonly enabled: import("effect/Schema").Boolean;
|
|
452
|
+
}, "Type">;
|
|
453
|
+
};
|
|
454
|
+
readonly subagents?: {
|
|
455
|
+
readonly [x: string]: import("effect/Schema").Struct.ReadonlySide<{
|
|
456
|
+
readonly source: import("effect/Schema").String;
|
|
457
|
+
readonly enabled: import("effect/Schema").Boolean;
|
|
458
|
+
}, "Type">;
|
|
459
|
+
};
|
|
460
|
+
readonly commands?: {
|
|
461
|
+
readonly [x: string]: import("effect/Schema").Struct.ReadonlySide<{
|
|
462
|
+
readonly source: import("effect/Schema").String;
|
|
463
|
+
readonly enabled: import("effect/Schema").Boolean;
|
|
464
|
+
}, "Type">;
|
|
421
465
|
};
|
|
466
|
+
readonly rules?: {
|
|
467
|
+
readonly [x: string]: import("effect/Schema").Struct.ReadonlySide<{
|
|
468
|
+
readonly source: import("effect/Schema").String;
|
|
469
|
+
readonly enabled: import("effect/Schema").Boolean;
|
|
470
|
+
}, "Type">;
|
|
471
|
+
};
|
|
472
|
+
readonly packs?: {
|
|
473
|
+
readonly [x: string]: import("effect/Schema").Struct.ReadonlySide<{
|
|
474
|
+
readonly source: import("effect/Schema").String;
|
|
475
|
+
}, "Type">;
|
|
476
|
+
};
|
|
477
|
+
readonly owner?: string & import("effect/Brand").Brand<"Handle">;
|
|
422
478
|
readonly lint?: {
|
|
423
479
|
readonly rules?: {
|
|
424
480
|
readonly [x: string]: "error" | "warn" | "off" | "info";
|
|
425
481
|
};
|
|
426
482
|
};
|
|
427
|
-
};
|
|
428
|
-
initialized: false;
|
|
429
|
-
}, import("../app-error/app-error.ts").AppError | import("../cli-prompt/prompt-cancelled.ts").PromptCancelled, Path.Path | FileSystem.FileSystem | "effect/unstable/cli/GlobalFlag/axm-non-interactive" | CliRenderer>;
|
|
430
|
-
export declare const bootstrapWorkspace: (options: WorkspaceMutationsOptions) => Effect.Effect<{
|
|
431
|
-
settings: {
|
|
432
483
|
readonly $schema?: string;
|
|
484
|
+
readonly agents?: readonly ("adal" | "aider-desk" | "amp" | "antigravity" | "augment" | "claude-code" | "cline" | "codearts-agent" | "codebuddy" | "codemaker" | "codestudio" | "codex" | "command-code" | "continue" | "cortex" | "crush" | "cursor" | "deepagents" | "devin" | "dexto" | "droid" | "firebender" | "forgecode" | "gemini-cli" | "github-copilot-cli" | "goose" | "grok-cli" | "hermes" | "ibm-bob" | "junie" | "kilo" | "kimi-cli" | "kiro-cli" | "kode" | "mcpjam" | "mistral-vibe" | "mux" | "neovate" | "openclaw" | "opencode" | "openhands" | "pi" | "pochi" | "qoder" | "qwen-code" | "replit" | "roo" | "rovodev" | "tabnine-cli" | "trae-cn" | "trae" | "warp" | "windsurf" | "zencoder")[];
|
|
485
|
+
readonly libraries?: {
|
|
486
|
+
readonly [x: string]: import("effect/Schema").Struct.ReadonlySide<{
|
|
487
|
+
readonly source: import("effect/Schema").String;
|
|
488
|
+
readonly enabled: import("effect/Schema").Boolean;
|
|
489
|
+
}, "Type">;
|
|
490
|
+
};
|
|
433
491
|
readonly telemetry?: boolean | "errors";
|
|
434
|
-
readonly owner?: string & import("effect/Brand").Brand<"Handle">;
|
|
435
492
|
readonly minimumReleaseAge?: string;
|
|
436
|
-
readonly
|
|
493
|
+
readonly vars?: {
|
|
494
|
+
readonly [x: string]: string | number | boolean;
|
|
495
|
+
};
|
|
437
496
|
readonly rulesConfig?: {
|
|
438
497
|
readonly instructions?: false | {
|
|
439
498
|
readonly fileName?: string;
|
|
440
499
|
readonly gitignoreAliases?: boolean;
|
|
441
500
|
};
|
|
442
501
|
};
|
|
443
|
-
readonly sources?: readonly ({
|
|
444
|
-
readonly name: string;
|
|
445
|
-
readonly type: "github";
|
|
446
|
-
readonly url: URL;
|
|
447
|
-
} | {
|
|
448
|
-
readonly name: string;
|
|
449
|
-
readonly type: "gitlab";
|
|
450
|
-
readonly url: URL;
|
|
451
|
-
} | {
|
|
452
|
-
readonly name: string;
|
|
453
|
-
readonly type: "bitbucket";
|
|
454
|
-
readonly url: URL;
|
|
455
|
-
} | {
|
|
456
|
-
readonly name: string;
|
|
457
|
-
readonly type: "azurerepos";
|
|
458
|
-
readonly url: URL;
|
|
459
|
-
} | {
|
|
460
|
-
readonly name: string;
|
|
461
|
-
readonly type: "registry";
|
|
462
|
-
readonly location: URL;
|
|
463
|
-
})[];
|
|
464
|
-
readonly vars?: {
|
|
465
|
-
readonly [x: string]: string | number | boolean;
|
|
466
|
-
};
|
|
467
|
-
readonly skills?: {
|
|
468
|
-
readonly [x: string]: {
|
|
469
|
-
readonly source: string;
|
|
470
|
-
readonly enabled: boolean;
|
|
471
|
-
readonly authored: boolean;
|
|
472
|
-
};
|
|
473
|
-
};
|
|
474
502
|
readonly skillsConfig?: {
|
|
475
503
|
readonly ignore?: readonly string[];
|
|
476
504
|
};
|
|
477
|
-
readonly commands?: {
|
|
478
|
-
readonly [x: string]: {
|
|
479
|
-
readonly source: string;
|
|
480
|
-
readonly enabled: boolean;
|
|
481
|
-
readonly authored: boolean;
|
|
482
|
-
};
|
|
483
|
-
};
|
|
484
505
|
readonly commandsConfig?: {
|
|
485
506
|
readonly ignore?: readonly string[];
|
|
486
507
|
};
|
|
487
|
-
readonly files?: {
|
|
488
|
-
readonly [x: string]: {
|
|
489
|
-
readonly source: string;
|
|
490
|
-
readonly enabled: boolean;
|
|
491
|
-
readonly authored: boolean;
|
|
492
|
-
readonly inputs: {
|
|
493
|
-
readonly [x: string]: string | number | boolean;
|
|
494
|
-
};
|
|
495
|
-
};
|
|
496
|
-
};
|
|
497
|
-
readonly rules?: {
|
|
498
|
-
readonly [x: string]: {
|
|
499
|
-
readonly source: string;
|
|
500
|
-
readonly enabled: boolean;
|
|
501
|
-
readonly authored: boolean;
|
|
502
|
-
};
|
|
503
|
-
};
|
|
504
|
-
readonly hooks?: {
|
|
505
|
-
readonly [x: string]: {
|
|
506
|
-
readonly source: string;
|
|
507
|
-
readonly enabled: boolean;
|
|
508
|
-
readonly authored: boolean;
|
|
509
|
-
};
|
|
510
|
-
};
|
|
511
|
-
readonly subagents?: {
|
|
512
|
-
readonly [x: string]: {
|
|
513
|
-
readonly source: string;
|
|
514
|
-
readonly enabled: boolean;
|
|
515
|
-
readonly authored: boolean;
|
|
516
|
-
};
|
|
517
|
-
};
|
|
518
508
|
readonly subagentsConfig?: {
|
|
519
509
|
readonly ignore?: readonly string[];
|
|
520
510
|
};
|
|
521
|
-
readonly packs?: {
|
|
522
|
-
readonly [x: string]: {
|
|
523
|
-
readonly source: string;
|
|
524
|
-
readonly authored: boolean;
|
|
525
|
-
};
|
|
526
|
-
};
|
|
527
511
|
readonly packsConfig?: {
|
|
528
512
|
readonly ignore?: readonly string[];
|
|
529
513
|
};
|
|
530
|
-
readonly libraries?: {
|
|
531
|
-
readonly [x: string]: {
|
|
532
|
-
readonly source: string;
|
|
533
|
-
readonly enabled: boolean;
|
|
534
|
-
readonly authored: boolean;
|
|
535
|
-
};
|
|
536
|
-
};
|
|
537
|
-
readonly mcpServers?: {
|
|
538
|
-
readonly [x: string]: {
|
|
539
|
-
readonly source: string;
|
|
540
|
-
readonly enabled: boolean;
|
|
541
|
-
readonly authored: boolean;
|
|
542
|
-
readonly env: {
|
|
543
|
-
readonly [x: string]: string;
|
|
544
|
-
};
|
|
545
|
-
readonly command?: string | undefined;
|
|
546
|
-
readonly args?: readonly string[] | undefined;
|
|
547
|
-
readonly url?: string | undefined;
|
|
548
|
-
readonly headers?: {
|
|
549
|
-
readonly [x: string]: string;
|
|
550
|
-
} | undefined;
|
|
551
|
-
};
|
|
552
|
-
};
|
|
553
514
|
readonly mcpServersConfig?: {
|
|
554
515
|
readonly ignore?: readonly string[];
|
|
555
516
|
};
|
|
556
|
-
readonly lint?: {
|
|
557
|
-
readonly rules?: {
|
|
558
|
-
readonly [x: string]: "error" | "warn" | "off" | "info";
|
|
559
|
-
};
|
|
560
|
-
};
|
|
561
517
|
};
|
|
562
518
|
location: WorkspaceLocation;
|
|
563
519
|
initialized: boolean;
|