@agentxm/client-core 0.10.1 → 0.11.1
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/catalog.generated.d.ts +429 -0
- package/dist/src/unstable/agent-capabilities/catalog.generated.d.ts.map +1 -0
- package/dist/src/unstable/agent-capabilities/catalog.generated.js +474 -0
- package/dist/src/unstable/agent-capabilities/catalog.generated.js.map +1 -0
- package/dist/src/unstable/agent-capabilities/derive.d.ts +121 -0
- package/dist/src/unstable/agent-capabilities/derive.d.ts.map +1 -0
- package/dist/src/unstable/agent-capabilities/derive.js +72 -0
- package/dist/src/unstable/agent-capabilities/derive.js.map +1 -0
- package/dist/src/unstable/agent-capabilities/index.d.ts +13 -0
- package/dist/src/unstable/agent-capabilities/index.d.ts.map +1 -0
- package/dist/src/unstable/agent-capabilities/index.js +13 -0
- package/dist/src/unstable/agent-capabilities/index.js.map +1 -0
- package/dist/src/unstable/agent-capabilities/lookup.d.ts +10 -0
- package/dist/src/unstable/agent-capabilities/lookup.d.ts.map +1 -0
- package/dist/src/unstable/agent-capabilities/lookup.js +9 -0
- package/dist/src/unstable/agent-capabilities/lookup.js.map +1 -0
- package/dist/src/unstable/agent-capabilities/schema.d.ts +254 -0
- package/dist/src/unstable/agent-capabilities/schema.d.ts.map +1 -0
- package/dist/src/unstable/agent-capabilities/schema.js +178 -0
- package/dist/src/unstable/agent-capabilities/schema.js.map +1 -0
- package/dist/src/unstable/agent-capabilities/standards.d.ts +24 -0
- package/dist/src/unstable/agent-capabilities/standards.d.ts.map +1 -0
- package/dist/src/unstable/agent-capabilities/standards.js +24 -0
- package/dist/src/unstable/agent-capabilities/standards.js.map +1 -0
- package/dist/src/unstable/agent-capabilities/validate.d.ts +19 -0
- package/dist/src/unstable/agent-capabilities/validate.d.ts.map +1 -0
- package/dist/src/unstable/agent-capabilities/validate.js +107 -0
- package/dist/src/unstable/agent-capabilities/validate.js.map +1 -0
- package/dist/src/unstable/agents/coding-agent.d.ts +1 -0
- package/dist/src/unstable/agents/coding-agent.d.ts.map +1 -1
- package/dist/src/unstable/agents/coding-agent.js.map +1 -1
- package/dist/src/unstable/agents/detection.d.ts +4 -4
- package/dist/src/unstable/agents/registry.d.ts.map +1 -1
- package/dist/src/unstable/agents/registry.js +2 -0
- package/dist/src/unstable/agents/registry.js.map +1 -1
- package/dist/src/unstable/agents/repository.d.ts.map +1 -1
- package/dist/src/unstable/agents/repository.js +6 -1
- package/dist/src/unstable/agents/repository.js.map +1 -1
- package/dist/src/unstable/agents/types.d.ts +7 -1
- package/dist/src/unstable/agents/types.d.ts.map +1 -1
- package/dist/src/unstable/agents/types.js +5 -0
- package/dist/src/unstable/agents/types.js.map +1 -1
- package/dist/src/unstable/agents/universal/descriptor.d.ts +14 -0
- package/dist/src/unstable/agents/universal/descriptor.d.ts.map +1 -0
- package/dist/src/unstable/agents/universal/descriptor.js +21 -0
- package/dist/src/unstable/agents/universal/descriptor.js.map +1 -0
- package/dist/src/unstable/agents/universal/index.d.ts +8 -0
- package/dist/src/unstable/agents/universal/index.d.ts.map +1 -0
- package/dist/src/unstable/agents/universal/index.js +8 -0
- package/dist/src/unstable/agents/universal/index.js.map +1 -0
- package/dist/src/unstable/app-error/app-error.d.ts +2 -0
- package/dist/src/unstable/app-error/app-error.d.ts.map +1 -1
- package/dist/src/unstable/app-error/app-error.js +15 -0
- package/dist/src/unstable/app-error/app-error.js.map +1 -1
- package/dist/src/unstable/app-error/index.d.ts +1 -1
- package/dist/src/unstable/app-error/index.d.ts.map +1 -1
- package/dist/src/unstable/app-error/index.js +1 -1
- package/dist/src/unstable/app-error/index.js.map +1 -1
- package/dist/src/unstable/auth/credential-store.d.ts +1 -1
- package/dist/src/unstable/auth/guard-interaction.d.ts +1 -1
- package/dist/src/unstable/cli-runtime/telemetry.d.ts +1 -1
- package/dist/src/unstable/cli-runtime/telemetry.d.ts.map +1 -1
- package/dist/src/unstable/cli-runtime/telemetry.js +3 -0
- package/dist/src/unstable/cli-runtime/telemetry.js.map +1 -1
- package/dist/src/unstable/commands/manager.d.ts +3 -2
- package/dist/src/unstable/commands/manager.d.ts.map +1 -1
- package/dist/src/unstable/commands/manager.js +34 -19
- package/dist/src/unstable/commands/manager.js.map +1 -1
- package/dist/src/unstable/commands/operations/disable.d.ts.map +1 -1
- package/dist/src/unstable/commands/operations/disable.js +4 -1
- package/dist/src/unstable/commands/operations/disable.js.map +1 -1
- package/dist/src/unstable/commands/operations/install.d.ts.map +1 -1
- package/dist/src/unstable/commands/operations/install.js +12 -2
- package/dist/src/unstable/commands/operations/install.js.map +1 -1
- package/dist/src/unstable/commands/operations/publish.d.ts.map +1 -1
- package/dist/src/unstable/commands/operations/publish.js +7 -0
- package/dist/src/unstable/commands/operations/publish.js.map +1 -1
- package/dist/src/unstable/commands/operations/shared-command-helpers.d.ts +8 -8
- package/dist/src/unstable/commands/operations/shared-command-helpers.d.ts.map +1 -1
- package/dist/src/unstable/commands/operations/shared-command-helpers.js +14 -1
- package/dist/src/unstable/commands/operations/shared-command-helpers.js.map +1 -1
- package/dist/src/unstable/commands/operations/uninstall.d.ts.map +1 -1
- package/dist/src/unstable/commands/operations/uninstall.js +3 -1
- package/dist/src/unstable/commands/operations/uninstall.js.map +1 -1
- package/dist/src/unstable/commands/paths.d.ts +4 -3
- package/dist/src/unstable/commands/paths.d.ts.map +1 -1
- package/dist/src/unstable/commands/paths.js +10 -3
- package/dist/src/unstable/commands/paths.js.map +1 -1
- package/dist/src/unstable/commands/renderers/render-markdown-only.d.ts.map +1 -1
- package/dist/src/unstable/commands/renderers/render-markdown-only.js +8 -1
- package/dist/src/unstable/commands/renderers/render-markdown-only.js.map +1 -1
- package/dist/src/unstable/commands/renderers/render-markdown-with-frontmatter.d.ts.map +1 -1
- package/dist/src/unstable/commands/renderers/render-markdown-with-frontmatter.js +8 -1
- package/dist/src/unstable/commands/renderers/render-markdown-with-frontmatter.js.map +1 -1
- package/dist/src/unstable/commands/renderers/render-plain-text.d.ts.map +1 -1
- package/dist/src/unstable/commands/renderers/render-plain-text.js +8 -1
- package/dist/src/unstable/commands/renderers/render-plain-text.js.map +1 -1
- package/dist/src/unstable/commands/renderers/render-prompt-md.d.ts.map +1 -1
- package/dist/src/unstable/commands/renderers/render-prompt-md.js +8 -1
- package/dist/src/unstable/commands/renderers/render-prompt-md.js.map +1 -1
- package/dist/src/unstable/commands/renderers/render-toml.d.ts.map +1 -1
- package/dist/src/unstable/commands/renderers/render-toml.js +2 -1
- package/dist/src/unstable/commands/renderers/render-toml.js.map +1 -1
- package/dist/src/unstable/commands/renderers/types.d.ts +2 -1
- package/dist/src/unstable/commands/renderers/types.d.ts.map +1 -1
- package/dist/src/unstable/commands/renderers/types.js.map +1 -1
- package/dist/src/unstable/discover/discover.d.ts +1 -1
- package/dist/src/unstable/extensions/common.d.ts +12 -1
- package/dist/src/unstable/extensions/common.d.ts.map +1 -1
- package/dist/src/unstable/extensions/common.js +15 -1
- package/dist/src/unstable/extensions/common.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 +1 -1
- package/dist/src/unstable/extensions/index.js.map +1 -1
- package/dist/src/unstable/extensions/rendered-files.d.ts +6 -3
- package/dist/src/unstable/extensions/rendered-files.d.ts.map +1 -1
- package/dist/src/unstable/extensions/rendered-files.js +6 -2
- package/dist/src/unstable/extensions/rendered-files.js.map +1 -1
- package/dist/src/unstable/install-meta/install-meta.d.ts +4 -4
- package/dist/src/unstable/install-method/install-method.d.ts +3 -3
- package/dist/src/unstable/lint/catalog/command/manifest-keys-recognized.d.ts +4 -0
- package/dist/src/unstable/lint/catalog/command/manifest-keys-recognized.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/command/manifest-keys-recognized.js +14 -0
- package/dist/src/unstable/lint/catalog/command/manifest-keys-recognized.js.map +1 -0
- package/dist/src/unstable/lint/catalog/command/manifest-present.d.ts +4 -0
- package/dist/src/unstable/lint/catalog/command/manifest-present.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/command/manifest-present.js +24 -0
- package/dist/src/unstable/lint/catalog/command/manifest-present.js.map +1 -0
- package/dist/src/unstable/lint/catalog/command/manifest-schema-valid.d.ts +4 -0
- package/dist/src/unstable/lint/catalog/command/manifest-schema-valid.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/command/manifest-schema-valid.js +12 -0
- package/dist/src/unstable/lint/catalog/command/manifest-schema-valid.js.map +1 -0
- package/dist/src/unstable/lint/catalog/command.d.ts +4 -0
- package/dist/src/unstable/lint/catalog/command.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/command.js +11 -0
- package/dist/src/unstable/lint/catalog/command.js.map +1 -0
- package/dist/src/unstable/lint/catalog/index.d.ts +3 -0
- package/dist/src/unstable/lint/catalog/index.d.ts.map +1 -1
- package/dist/src/unstable/lint/catalog/index.js +9 -0
- package/dist/src/unstable/lint/catalog/index.js.map +1 -1
- package/dist/src/unstable/lint/catalog/mcp-server/manifest-keys-recognized.d.ts +4 -0
- package/dist/src/unstable/lint/catalog/mcp-server/manifest-keys-recognized.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/mcp-server/manifest-keys-recognized.js +14 -0
- package/dist/src/unstable/lint/catalog/mcp-server/manifest-keys-recognized.js.map +1 -0
- package/dist/src/unstable/lint/catalog/mcp-server/manifest-present.d.ts +4 -0
- package/dist/src/unstable/lint/catalog/mcp-server/manifest-present.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/mcp-server/manifest-present.js +24 -0
- package/dist/src/unstable/lint/catalog/mcp-server/manifest-present.js.map +1 -0
- package/dist/src/unstable/lint/catalog/mcp-server/manifest-schema-valid.d.ts +4 -0
- package/dist/src/unstable/lint/catalog/mcp-server/manifest-schema-valid.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/mcp-server/manifest-schema-valid.js +12 -0
- package/dist/src/unstable/lint/catalog/mcp-server/manifest-schema-valid.js.map +1 -0
- package/dist/src/unstable/lint/catalog/mcp-server.d.ts +4 -0
- package/dist/src/unstable/lint/catalog/mcp-server.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/mcp-server.js +11 -0
- package/dist/src/unstable/lint/catalog/mcp-server.js.map +1 -0
- package/dist/src/unstable/lint/catalog/pack/manifest-keys-recognized.d.ts +3 -6
- package/dist/src/unstable/lint/catalog/pack/manifest-keys-recognized.d.ts.map +1 -1
- package/dist/src/unstable/lint/catalog/pack/manifest-keys-recognized.js +5 -8
- package/dist/src/unstable/lint/catalog/pack/manifest-keys-recognized.js.map +1 -1
- package/dist/src/unstable/lint/catalog/pack.d.ts +1 -1
- package/dist/src/unstable/lint/catalog/pack.js +1 -1
- package/dist/src/unstable/lint/catalog/shared/manifest-json.d.ts +18 -0
- package/dist/src/unstable/lint/catalog/shared/manifest-json.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/shared/manifest-json.js +43 -0
- package/dist/src/unstable/lint/catalog/shared/manifest-json.js.map +1 -0
- package/dist/src/unstable/lint/catalog/shared/schema-rule.d.ts.map +1 -1
- package/dist/src/unstable/lint/catalog/shared/schema-rule.js +13 -0
- package/dist/src/unstable/lint/catalog/shared/schema-rule.js.map +1 -1
- package/dist/src/unstable/lint/catalog/skill/manifest-keys-recognized.d.ts +2 -2
- package/dist/src/unstable/lint/catalog/skill/manifest-keys-recognized.js +4 -4
- package/dist/src/unstable/lint/catalog/skill/manifest-keys-recognized.js.map +1 -1
- package/dist/src/unstable/lint/catalog/skill.d.ts +1 -1
- package/dist/src/unstable/lint/catalog/skill.js +1 -1
- package/dist/src/unstable/lint/catalog/subagent/manifest-keys-recognized.d.ts +4 -0
- package/dist/src/unstable/lint/catalog/subagent/manifest-keys-recognized.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/subagent/manifest-keys-recognized.js +14 -0
- package/dist/src/unstable/lint/catalog/subagent/manifest-keys-recognized.js.map +1 -0
- package/dist/src/unstable/lint/catalog/subagent/manifest-present.d.ts +4 -0
- package/dist/src/unstable/lint/catalog/subagent/manifest-present.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/subagent/manifest-present.js +24 -0
- package/dist/src/unstable/lint/catalog/subagent/manifest-present.js.map +1 -0
- package/dist/src/unstable/lint/catalog/subagent/manifest-schema-valid.d.ts +4 -0
- package/dist/src/unstable/lint/catalog/subagent/manifest-schema-valid.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/subagent/manifest-schema-valid.js +12 -0
- package/dist/src/unstable/lint/catalog/subagent/manifest-schema-valid.js.map +1 -0
- package/dist/src/unstable/lint/catalog/subagent.d.ts +4 -0
- package/dist/src/unstable/lint/catalog/subagent.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/subagent.js +11 -0
- package/dist/src/unstable/lint/catalog/subagent.js.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace/skills-artifacts-correct.d.ts.map +1 -1
- package/dist/src/unstable/lint/catalog/workspace/skills-artifacts-correct.js +3 -2
- package/dist/src/unstable/lint/catalog/workspace/skills-artifacts-correct.js.map +1 -1
- package/dist/src/unstable/lint/catalog/workspace/skills-universal-artifact-present.d.ts +1 -1
- package/dist/src/unstable/lint/catalog/workspace/skills-universal-artifact-present.d.ts.map +1 -1
- package/dist/src/unstable/lint/catalog/workspace/skills-universal-artifact-present.js +8 -21
- package/dist/src/unstable/lint/catalog/workspace/skills-universal-artifact-present.js.map +1 -1
- package/dist/src/unstable/lint/catalog/workspace-fixtures/interpret-ops.d.ts.map +1 -1
- package/dist/src/unstable/lint/catalog/workspace-fixtures/interpret-ops.js +11 -22
- package/dist/src/unstable/lint/catalog/workspace-fixtures/interpret-ops.js.map +1 -1
- package/dist/src/unstable/lint/catalog/workspace-read-model/lint-workspace.d.ts +4 -1
- package/dist/src/unstable/lint/catalog/workspace-read-model/lint-workspace.d.ts.map +1 -1
- package/dist/src/unstable/lint/catalog/workspace-read-model/lint-workspace.js +158 -11
- package/dist/src/unstable/lint/catalog/workspace-read-model/lint-workspace.js.map +1 -1
- package/dist/src/unstable/lint/catalog/workspace-read-model/manifest-json.d.ts +14 -0
- package/dist/src/unstable/lint/catalog/workspace-read-model/manifest-json.d.ts.map +1 -0
- package/dist/src/unstable/lint/catalog/workspace-read-model/manifest-json.js +27 -0
- package/dist/src/unstable/lint/catalog/workspace-read-model/manifest-json.js.map +1 -0
- package/dist/src/unstable/lint/cli.d.ts +9 -3
- package/dist/src/unstable/lint/cli.d.ts.map +1 -1
- package/dist/src/unstable/lint/cli.js +19 -10
- package/dist/src/unstable/lint/cli.js.map +1 -1
- package/dist/src/unstable/lint/context.d.ts +36 -0
- package/dist/src/unstable/lint/context.d.ts.map +1 -1
- package/dist/src/unstable/lint/publish.d.ts +5 -2
- package/dist/src/unstable/lint/publish.d.ts.map +1 -1
- package/dist/src/unstable/lint/publish.js +24 -0
- package/dist/src/unstable/lint/publish.js.map +1 -1
- package/dist/src/unstable/lockfile/index.d.ts +2 -1
- package/dist/src/unstable/lockfile/index.d.ts.map +1 -1
- package/dist/src/unstable/lockfile/index.js +2 -1
- package/dist/src/unstable/lockfile/index.js.map +1 -1
- package/dist/src/unstable/lockfile/lockfile.d.ts +1 -1
- package/dist/src/unstable/lockfile/migration.d.ts +3 -0
- package/dist/src/unstable/lockfile/migration.d.ts.map +1 -0
- package/dist/src/unstable/lockfile/migration.js +32 -0
- package/dist/src/unstable/lockfile/migration.js.map +1 -0
- package/dist/src/unstable/lockfile/schema.d.ts +65 -149
- package/dist/src/unstable/lockfile/schema.d.ts.map +1 -1
- package/dist/src/unstable/lockfile/schema.js +12 -11
- package/dist/src/unstable/lockfile/schema.js.map +1 -1
- package/dist/src/unstable/mcp-servers/manager.d.ts +1 -1
- package/dist/src/unstable/mcp-servers/operations/publish.d.ts.map +1 -1
- package/dist/src/unstable/mcp-servers/operations/publish.js +7 -0
- package/dist/src/unstable/mcp-servers/operations/publish.js.map +1 -1
- package/dist/src/unstable/package-urls/companion-package.d.ts.map +1 -1
- package/dist/src/unstable/package-urls/companion-package.js +7 -4
- package/dist/src/unstable/package-urls/companion-package.js.map +1 -1
- package/dist/src/unstable/package-urls/companion-package.spec.js +39 -0
- package/dist/src/unstable/package-urls/companion-package.spec.js.map +1 -1
- package/dist/src/unstable/package-urls/internal.d.ts.map +1 -1
- package/dist/src/unstable/package-urls/internal.js +6 -3
- package/dist/src/unstable/package-urls/internal.js.map +1 -1
- package/dist/src/unstable/package-urls/vers-range.d.ts +2 -0
- package/dist/src/unstable/package-urls/vers-range.d.ts.map +1 -1
- package/dist/src/unstable/package-urls/vers-range.js +2 -2
- package/dist/src/unstable/package-urls/vers-range.js.map +1 -1
- package/dist/src/unstable/packaging/detect.d.ts +1 -1
- package/dist/src/unstable/packaging/jsr.d.ts +1 -1
- package/dist/src/unstable/packaging/jsr.d.ts.map +1 -1
- package/dist/src/unstable/packaging/jsr.js +4 -11
- package/dist/src/unstable/packaging/jsr.js.map +1 -1
- package/dist/src/unstable/packaging/mojo.d.ts +1 -1
- package/dist/src/unstable/packaging/mojo.js +4 -4
- package/dist/src/unstable/packaging/mojo.js.map +1 -1
- package/dist/src/unstable/packaging/read.d.ts +1 -1
- package/dist/src/unstable/packaging/zig.d.ts +1 -1
- package/dist/src/unstable/packaging/zig.js +3 -3
- package/dist/src/unstable/packaging/zig.js.map +1 -1
- package/dist/src/unstable/packs/manager.d.ts +1 -1
- package/dist/src/unstable/packs/operations/publish.d.ts.map +1 -1
- package/dist/src/unstable/packs/operations/publish.js +7 -0
- package/dist/src/unstable/packs/operations/publish.js.map +1 -1
- package/dist/src/unstable/packs/paths.d.ts +2 -1
- package/dist/src/unstable/packs/paths.d.ts.map +1 -1
- package/dist/src/unstable/packs/paths.js +2 -1
- package/dist/src/unstable/packs/paths.js.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/plan/resolve-plan.js +4 -3
- package/dist/src/unstable/plan/resolve-plan.js.map +1 -1
- package/dist/src/unstable/publish/lint-gate.d.ts +37 -0
- package/dist/src/unstable/publish/lint-gate.d.ts.map +1 -0
- package/dist/src/unstable/publish/lint-gate.js +102 -0
- package/dist/src/unstable/publish/lint-gate.js.map +1 -0
- package/dist/src/unstable/registry/client.d.ts +1 -1
- package/dist/src/unstable/registry/utils.d.ts +1 -1
- package/dist/src/unstable/settings/schema.d.ts +1 -1
- package/dist/src/unstable/settings/schema.js +2 -2
- package/dist/src/unstable/settings/schema.js.map +1 -1
- package/dist/src/unstable/settings/settings.d.ts +1 -1
- package/dist/src/unstable/skills/manager.d.ts +1 -1
- package/dist/src/unstable/skills/manager.d.ts.map +1 -1
- package/dist/src/unstable/skills/manager.js +38 -24
- package/dist/src/unstable/skills/manager.js.map +1 -1
- package/dist/src/unstable/skills/operations/disable.d.ts.map +1 -1
- package/dist/src/unstable/skills/operations/disable.js +34 -22
- package/dist/src/unstable/skills/operations/disable.js.map +1 -1
- package/dist/src/unstable/skills/operations/enable.d.ts.map +1 -1
- package/dist/src/unstable/skills/operations/enable.js +18 -23
- package/dist/src/unstable/skills/operations/enable.js.map +1 -1
- package/dist/src/unstable/skills/operations/install.d.ts +2 -2
- package/dist/src/unstable/skills/operations/install.d.ts.map +1 -1
- package/dist/src/unstable/skills/operations/install.js +24 -53
- package/dist/src/unstable/skills/operations/install.js.map +1 -1
- package/dist/src/unstable/skills/operations/publish.d.ts.map +1 -1
- package/dist/src/unstable/skills/operations/publish.js +7 -0
- package/dist/src/unstable/skills/operations/publish.js.map +1 -1
- package/dist/src/unstable/skills/operations/source-hash.d.ts +5 -0
- package/dist/src/unstable/skills/operations/source-hash.d.ts.map +1 -0
- package/dist/src/unstable/skills/operations/source-hash.js +15 -0
- package/dist/src/unstable/skills/operations/source-hash.js.map +1 -0
- package/dist/src/unstable/skills/operations/uninstall.d.ts.map +1 -1
- package/dist/src/unstable/skills/operations/uninstall.js +30 -12
- package/dist/src/unstable/skills/operations/uninstall.js.map +1 -1
- package/dist/src/unstable/skills/paths.d.ts +3 -2
- package/dist/src/unstable/skills/paths.d.ts.map +1 -1
- package/dist/src/unstable/skills/paths.js +9 -2
- package/dist/src/unstable/skills/paths.js.map +1 -1
- package/dist/src/unstable/source-resolution/providers/git-hosting.d.ts +4 -4
- package/dist/src/unstable/source-resolution/providers/registry/host-provider.d.ts +1 -1
- package/dist/src/unstable/source-resolution/resolve-identifier.d.ts +1 -1
- package/dist/src/unstable/source-resolution/resolve-source-pattern.d.ts +2 -1
- package/dist/src/unstable/source-resolution/resolve-source-pattern.d.ts.map +1 -1
- package/dist/src/unstable/source-resolution/resolve-source-pattern.js +10 -5
- package/dist/src/unstable/source-resolution/resolve-source-pattern.js.map +1 -1
- package/dist/src/unstable/source-resolution/resolve-source.d.ts +1 -1
- package/dist/src/unstable/source-resolution/service.d.ts +2 -2
- package/dist/src/unstable/sources/lock-entry-to-ref.d.ts +2 -0
- package/dist/src/unstable/sources/lock-entry-to-ref.d.ts.map +1 -1
- package/dist/src/unstable/sources/lock-entry-to-ref.js +21 -12
- package/dist/src/unstable/sources/lock-entry-to-ref.js.map +1 -1
- package/dist/src/unstable/sources/source-to-lock-entry.d.ts +2 -0
- package/dist/src/unstable/sources/source-to-lock-entry.d.ts.map +1 -1
- package/dist/src/unstable/sources/source-to-lock-entry.js +2 -1
- package/dist/src/unstable/sources/source-to-lock-entry.js.map +1 -1
- package/dist/src/unstable/subagents/lock-entry-builder.d.ts +2 -1
- package/dist/src/unstable/subagents/lock-entry-builder.d.ts.map +1 -1
- package/dist/src/unstable/subagents/lock-entry-builder.js +3 -2
- package/dist/src/unstable/subagents/lock-entry-builder.js.map +1 -1
- package/dist/src/unstable/subagents/manager.d.ts +1 -1
- package/dist/src/unstable/subagents/manager.d.ts.map +1 -1
- package/dist/src/unstable/subagents/manager.js +29 -15
- package/dist/src/unstable/subagents/manager.js.map +1 -1
- package/dist/src/unstable/subagents/operations/enable.d.ts.map +1 -1
- package/dist/src/unstable/subagents/operations/enable.js +16 -6
- package/dist/src/unstable/subagents/operations/enable.js.map +1 -1
- package/dist/src/unstable/subagents/operations/publish.d.ts.map +1 -1
- package/dist/src/unstable/subagents/operations/publish.js +7 -0
- package/dist/src/unstable/subagents/operations/publish.js.map +1 -1
- package/dist/src/unstable/subagents/paths.d.ts +4 -3
- package/dist/src/unstable/subagents/paths.d.ts.map +1 -1
- package/dist/src/unstable/subagents/paths.js +10 -3
- package/dist/src/unstable/subagents/paths.js.map +1 -1
- package/dist/src/unstable/subagents/rendering/adapters/json.d.ts.map +1 -1
- package/dist/src/unstable/subagents/rendering/adapters/json.js +2 -3
- package/dist/src/unstable/subagents/rendering/adapters/json.js.map +1 -1
- package/dist/src/unstable/subagents/rendering/adapters/markdown-yaml.d.ts.map +1 -1
- package/dist/src/unstable/subagents/rendering/adapters/markdown-yaml.js +2 -3
- package/dist/src/unstable/subagents/rendering/adapters/markdown-yaml.js.map +1 -1
- package/dist/src/unstable/subagents/rendering/adapters/toml.d.ts.map +1 -1
- package/dist/src/unstable/subagents/rendering/adapters/toml.js +2 -3
- package/dist/src/unstable/subagents/rendering/adapters/toml.js.map +1 -1
- package/dist/src/unstable/subagents/rendering/types.d.ts +2 -2
- package/dist/src/unstable/subagents/rendering/types.d.ts.map +1 -1
- package/dist/src/unstable/telemetry/__generated__/telemetry-client.d.ts +3 -0
- package/dist/src/unstable/telemetry/__generated__/telemetry-client.d.ts.map +1 -1
- package/dist/src/unstable/telemetry/__generated__/telemetry-client.js +4 -0
- package/dist/src/unstable/telemetry/__generated__/telemetry-client.js.map +1 -1
- package/dist/src/unstable/telemetry/client.d.ts +2 -0
- package/dist/src/unstable/telemetry/client.d.ts.map +1 -1
- package/dist/src/unstable/telemetry/client.js +1 -0
- package/dist/src/unstable/telemetry/client.js.map +1 -1
- package/dist/src/unstable/telemetry/index.d.ts +1 -1
- package/dist/src/unstable/telemetry/index.d.ts.map +1 -1
- package/dist/src/unstable/telemetry/index.js.map +1 -1
- package/dist/src/unstable/update-check/update-check.d.ts +3 -3
- package/dist/src/unstable/utils/build-zip-archive.d.ts +1 -1
- package/dist/src/unstable/utils/create-symlink.d.ts +1 -1
- package/dist/src/unstable/utils/index.d.ts +2 -1
- package/dist/src/unstable/utils/index.d.ts.map +1 -1
- package/dist/src/unstable/utils/index.js +2 -1
- package/dist/src/unstable/utils/index.js.map +1 -1
- package/dist/src/unstable/utils/path-safety.d.ts +12 -0
- package/dist/src/unstable/utils/path-safety.d.ts.map +1 -1
- package/dist/src/unstable/utils/path-safety.js +18 -0
- package/dist/src/unstable/utils/path-safety.js.map +1 -1
- package/dist/src/unstable/utils/path-types.d.ts +22 -0
- package/dist/src/unstable/utils/path-types.d.ts.map +1 -0
- package/dist/src/unstable/utils/path-types.js +48 -0
- package/dist/src/unstable/utils/path-types.js.map +1 -0
- package/dist/src/unstable/workflows/install-command/workflow.d.ts +1 -1
- package/dist/src/unstable/workflows/uninstall-command/workflow.d.ts +1 -1
- package/dist/src/unstable/workspace/configured-entry-resolution/resolve.d.ts +5 -5
- package/dist/src/unstable/workspace/initialization-interaction.d.ts +1 -1
- package/dist/src/unstable/workspace/initialization.d.ts +33 -32
- package/dist/src/unstable/workspace/initialization.d.ts.map +1 -1
- package/dist/src/unstable/workspace/initialization.js +17 -18
- package/dist/src/unstable/workspace/initialization.js.map +1 -1
- package/dist/src/unstable/workspace/paths.d.ts +6 -5
- package/dist/src/unstable/workspace/paths.d.ts.map +1 -1
- package/dist/src/unstable/workspace/paths.js +4 -3
- package/dist/src/unstable/workspace/paths.js.map +1 -1
- package/dist/src/unstable/workspace/read-model/__fixtures__/builder.d.ts.map +1 -1
- package/dist/src/unstable/workspace/read-model/__fixtures__/builder.js +14 -3
- package/dist/src/unstable/workspace/read-model/__fixtures__/builder.js.map +1 -1
- package/dist/src/unstable/workspace/read-model/__fixtures__/occurrences.d.ts.map +1 -1
- package/dist/src/unstable/workspace/read-model/__fixtures__/occurrences.js +13 -8
- package/dist/src/unstable/workspace/read-model/__fixtures__/occurrences.js.map +1 -1
- package/dist/src/unstable/workspace/read-model/__fixtures__/test-layer.d.ts.map +1 -1
- package/dist/src/unstable/workspace/read-model/__fixtures__/test-layer.js +4 -3
- package/dist/src/unstable/workspace/read-model/__fixtures__/test-layer.js.map +1 -1
- package/dist/src/unstable/workspace/read-model/agents/index.d.ts +2 -2
- package/dist/src/unstable/workspace/read-model/agents/index.d.ts.map +1 -1
- package/dist/src/unstable/workspace/read-model/agents/index.js +8 -4
- package/dist/src/unstable/workspace/read-model/agents/index.js.map +1 -1
- package/dist/src/unstable/workspace/read-model/discovery/subagents.d.ts +3 -3
- package/dist/src/unstable/workspace/read-model/scanners/agent-dir.d.ts.map +1 -1
- package/dist/src/unstable/workspace/read-model/scanners/agent-dir.js +7 -4
- package/dist/src/unstable/workspace/read-model/scanners/agent-dir.js.map +1 -1
- package/dist/src/unstable/workspace/read-model/scanners/agent-settings.d.ts.map +1 -1
- package/dist/src/unstable/workspace/read-model/scanners/agent-settings.js +2 -1
- package/dist/src/unstable/workspace/read-model/scanners/agent-settings.js.map +1 -1
- package/dist/src/unstable/workspace/read-model/scanners/canonical-extensions.d.ts.map +1 -1
- package/dist/src/unstable/workspace/read-model/scanners/canonical-extensions.js +4 -2
- package/dist/src/unstable/workspace/read-model/scanners/canonical-extensions.js.map +1 -1
- package/dist/src/unstable/workspace/read-model/scanners/mcp-config.d.ts.map +1 -1
- package/dist/src/unstable/workspace/read-model/scanners/mcp-config.js +5 -2
- package/dist/src/unstable/workspace/read-model/scanners/mcp-config.js.map +1 -1
- package/dist/src/unstable/workspace/read-model/scanners/types.d.ts +8 -7
- package/dist/src/unstable/workspace/read-model/scanners/types.d.ts.map +1 -1
- package/dist/src/unstable/workspace/read-model/scanners/types.js.map +1 -1
- package/dist/src/unstable/workspace/read-model/service.d.ts +4 -3
- package/dist/src/unstable/workspace/read-model/service.d.ts.map +1 -1
- package/dist/src/unstable/workspace/read-model/service.js +3 -2
- package/dist/src/unstable/workspace/read-model/service.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 +2 -1
- package/dist/src/unstable/workspace/read-model/state.js.map +1 -1
- package/dist/src/unstable/workspace/reconciliation.js +2 -2
- package/dist/src/unstable/workspace/reconciliation.js.map +1 -1
- package/dist/src/unstable/workspace/resolve-plan-interaction.d.ts +1 -1
- package/dist/src/unstable/workspace/service.d.ts +77 -133
- package/dist/src/unstable/workspace/service.d.ts.map +1 -1
- package/dist/src/unstable/workspace/service.js +8 -7
- package/dist/src/unstable/workspace/service.js.map +1 -1
- package/dist/src/unstable/workspace/skill-snapshot.d.ts +3 -3
- package/dist/src/unstable/workspace/skill-snapshot.d.ts.map +1 -1
- package/dist/src/unstable/workspace/skill-snapshot.js +5 -4
- 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 +2 -1
- package/dist/src/unstable/workspace/test-stubs.js.map +1 -1
- package/package.json +6 -2
- package/site-content/__generated__/schemas/axm-lock.schema.json +1 -99
- package/site-content/__generated__/schemas/settings.schema.json +3 -3
- package/dist/src/unstable/skills/operations/universal-artifact.d.ts +0 -43
- package/dist/src/unstable/skills/operations/universal-artifact.d.ts.map +0 -1
- package/dist/src/unstable/skills/operations/universal-artifact.js +0 -77
- package/dist/src/unstable/skills/operations/universal-artifact.js.map +0 -1
|
@@ -31,27 +31,27 @@ import type { LockfileState } from "./augment-plan.js";
|
|
|
31
31
|
*/
|
|
32
32
|
export type WorkspaceLayerOptions = WorkspaceMutationsOptions;
|
|
33
33
|
export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.Effect<{
|
|
34
|
-
scope: "
|
|
35
|
-
path: string
|
|
34
|
+
scope: "user" | "project";
|
|
35
|
+
path: string & import("effect/Brand").Brand<"AbsolutePath">;
|
|
36
36
|
baseDir: string;
|
|
37
37
|
getLockfileState: () => Effect.Effect<LockfileState, AppError>;
|
|
38
38
|
getConfiguredSources: () => Effect.Effect<ReadonlyArray<SourceHostConfig>, AppError>;
|
|
39
39
|
getConfiguredSourceByName: (name: string) => Effect.Effect<Option.Option<{
|
|
40
|
-
readonly url: URL;
|
|
41
40
|
readonly type: "github";
|
|
42
41
|
readonly name: string;
|
|
43
|
-
} | {
|
|
44
42
|
readonly url: URL;
|
|
43
|
+
} | {
|
|
45
44
|
readonly type: "gitlab";
|
|
46
45
|
readonly name: string;
|
|
47
|
-
} | {
|
|
48
46
|
readonly url: URL;
|
|
47
|
+
} | {
|
|
49
48
|
readonly type: "bitbucket";
|
|
50
49
|
readonly name: string;
|
|
51
|
-
} | {
|
|
52
50
|
readonly url: URL;
|
|
51
|
+
} | {
|
|
53
52
|
readonly type: "azurerepos";
|
|
54
53
|
readonly name: string;
|
|
54
|
+
readonly url: URL;
|
|
55
55
|
} | {
|
|
56
56
|
readonly type: "registry";
|
|
57
57
|
readonly name: string;
|
|
@@ -81,7 +81,7 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
81
81
|
getConfiguredOwner: () => Effect.Effect<Option.Option<string & import("effect/Brand").Brand<"Handle">>, AppError, never>;
|
|
82
82
|
addConfiguredSource: (source: SourceHostConfig) => Effect.Effect<void, AppError, never>;
|
|
83
83
|
getIgnoredSkillPatterns: () => Effect.Effect<readonly string[], AppError, never>;
|
|
84
|
-
getConfiguredAgents: () => Effect.Effect<readonly ("
|
|
84
|
+
getConfiguredAgents: () => Effect.Effect<readonly import("../agents/types.ts").ConfigurableAgentId[], AppError, never>;
|
|
85
85
|
getLockedSkills: () => Effect.Effect<{
|
|
86
86
|
readonly [x: string]: {
|
|
87
87
|
readonly type: "github";
|
|
@@ -95,13 +95,9 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
95
95
|
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
96
96
|
readonly renderedFiles?: {
|
|
97
97
|
readonly [x: string]: readonly {
|
|
98
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
98
|
+
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
99
99
|
}[];
|
|
100
100
|
} | undefined;
|
|
101
|
-
readonly universalArtifact?: {
|
|
102
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
103
|
-
readonly integrity: string & import("effect/Brand").Brand<"SourceHash">;
|
|
104
|
-
} | undefined;
|
|
105
101
|
readonly gitTreeHash?: string | undefined;
|
|
106
102
|
readonly retainedByPack?: boolean | undefined;
|
|
107
103
|
} | {
|
|
@@ -116,13 +112,9 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
116
112
|
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
117
113
|
readonly renderedFiles?: {
|
|
118
114
|
readonly [x: string]: readonly {
|
|
119
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
115
|
+
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
120
116
|
}[];
|
|
121
117
|
} | undefined;
|
|
122
|
-
readonly universalArtifact?: {
|
|
123
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
124
|
-
readonly integrity: string & import("effect/Brand").Brand<"SourceHash">;
|
|
125
|
-
} | undefined;
|
|
126
118
|
readonly gitTreeHash?: string | undefined;
|
|
127
119
|
readonly retainedByPack?: boolean | undefined;
|
|
128
120
|
} | {
|
|
@@ -137,13 +129,9 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
137
129
|
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
138
130
|
readonly renderedFiles?: {
|
|
139
131
|
readonly [x: string]: readonly {
|
|
140
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
132
|
+
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
141
133
|
}[];
|
|
142
134
|
} | undefined;
|
|
143
|
-
readonly universalArtifact?: {
|
|
144
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
145
|
-
readonly integrity: string & import("effect/Brand").Brand<"SourceHash">;
|
|
146
|
-
} | undefined;
|
|
147
135
|
readonly gitTreeHash?: string | undefined;
|
|
148
136
|
readonly retainedByPack?: boolean | undefined;
|
|
149
137
|
} | {
|
|
@@ -159,18 +147,14 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
159
147
|
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
160
148
|
readonly renderedFiles?: {
|
|
161
149
|
readonly [x: string]: readonly {
|
|
162
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
150
|
+
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
163
151
|
}[];
|
|
164
152
|
} | undefined;
|
|
165
|
-
readonly universalArtifact?: {
|
|
166
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
167
|
-
readonly integrity: string & import("effect/Brand").Brand<"SourceHash">;
|
|
168
|
-
} | undefined;
|
|
169
153
|
readonly gitTreeHash?: string | undefined;
|
|
170
154
|
readonly retainedByPack?: boolean | undefined;
|
|
171
155
|
} | {
|
|
172
|
-
readonly url: string;
|
|
173
156
|
readonly type: "git";
|
|
157
|
+
readonly url: string;
|
|
174
158
|
readonly agents: readonly string[];
|
|
175
159
|
readonly installedAt: Date;
|
|
176
160
|
readonly updatedAt: Date;
|
|
@@ -179,31 +163,23 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
179
163
|
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
180
164
|
readonly renderedFiles?: {
|
|
181
165
|
readonly [x: string]: readonly {
|
|
182
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
166
|
+
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
183
167
|
}[];
|
|
184
168
|
} | undefined;
|
|
185
|
-
readonly universalArtifact?: {
|
|
186
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
187
|
-
readonly integrity: string & import("effect/Brand").Brand<"SourceHash">;
|
|
188
|
-
} | undefined;
|
|
189
169
|
readonly gitTreeHash?: string | undefined;
|
|
190
170
|
readonly retainedByPack?: boolean | undefined;
|
|
191
171
|
} | {
|
|
192
|
-
readonly path: string;
|
|
193
172
|
readonly type: "local";
|
|
173
|
+
readonly path: string;
|
|
194
174
|
readonly agents: readonly string[];
|
|
195
175
|
readonly installedAt: Date;
|
|
196
176
|
readonly updatedAt: Date;
|
|
197
177
|
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
198
178
|
readonly renderedFiles?: {
|
|
199
179
|
readonly [x: string]: readonly {
|
|
200
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
180
|
+
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
201
181
|
}[];
|
|
202
182
|
} | undefined;
|
|
203
|
-
readonly universalArtifact?: {
|
|
204
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
205
|
-
readonly integrity: string & import("effect/Brand").Brand<"SourceHash">;
|
|
206
|
-
} | undefined;
|
|
207
183
|
readonly gitTreeHash?: string | undefined;
|
|
208
184
|
readonly retainedByPack?: boolean | undefined;
|
|
209
185
|
} | {
|
|
@@ -211,21 +187,17 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
211
187
|
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
212
188
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
213
189
|
readonly agents: readonly string[];
|
|
214
|
-
readonly integrity: string;
|
|
215
190
|
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
191
|
+
readonly integrity: string;
|
|
216
192
|
readonly sourceName: string;
|
|
217
193
|
readonly installedAt: Date;
|
|
218
194
|
readonly updatedAt: Date;
|
|
219
195
|
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
220
196
|
readonly renderedFiles?: {
|
|
221
197
|
readonly [x: string]: readonly {
|
|
222
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
198
|
+
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
223
199
|
}[];
|
|
224
200
|
} | undefined;
|
|
225
|
-
readonly universalArtifact?: {
|
|
226
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
227
|
-
readonly integrity: string & import("effect/Brand").Brand<"SourceHash">;
|
|
228
|
-
} | undefined;
|
|
229
201
|
readonly gitTreeHash?: string | undefined;
|
|
230
202
|
readonly retainedByPack?: boolean | undefined;
|
|
231
203
|
};
|
|
@@ -242,13 +214,9 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
242
214
|
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
243
215
|
readonly renderedFiles?: {
|
|
244
216
|
readonly [x: string]: readonly {
|
|
245
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
217
|
+
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
246
218
|
}[];
|
|
247
219
|
} | undefined;
|
|
248
|
-
readonly universalArtifact?: {
|
|
249
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
250
|
-
readonly integrity: string & import("effect/Brand").Brand<"SourceHash">;
|
|
251
|
-
} | undefined;
|
|
252
220
|
readonly gitTreeHash?: string | undefined;
|
|
253
221
|
readonly retainedByPack?: boolean | undefined;
|
|
254
222
|
} | {
|
|
@@ -263,13 +231,9 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
263
231
|
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
264
232
|
readonly renderedFiles?: {
|
|
265
233
|
readonly [x: string]: readonly {
|
|
266
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
234
|
+
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
267
235
|
}[];
|
|
268
236
|
} | undefined;
|
|
269
|
-
readonly universalArtifact?: {
|
|
270
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
271
|
-
readonly integrity: string & import("effect/Brand").Brand<"SourceHash">;
|
|
272
|
-
} | undefined;
|
|
273
237
|
readonly gitTreeHash?: string | undefined;
|
|
274
238
|
readonly retainedByPack?: boolean | undefined;
|
|
275
239
|
} | {
|
|
@@ -284,13 +248,9 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
284
248
|
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
285
249
|
readonly renderedFiles?: {
|
|
286
250
|
readonly [x: string]: readonly {
|
|
287
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
251
|
+
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
288
252
|
}[];
|
|
289
253
|
} | undefined;
|
|
290
|
-
readonly universalArtifact?: {
|
|
291
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
292
|
-
readonly integrity: string & import("effect/Brand").Brand<"SourceHash">;
|
|
293
|
-
} | undefined;
|
|
294
254
|
readonly gitTreeHash?: string | undefined;
|
|
295
255
|
readonly retainedByPack?: boolean | undefined;
|
|
296
256
|
} | {
|
|
@@ -306,18 +266,14 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
306
266
|
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
307
267
|
readonly renderedFiles?: {
|
|
308
268
|
readonly [x: string]: readonly {
|
|
309
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
269
|
+
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
310
270
|
}[];
|
|
311
271
|
} | undefined;
|
|
312
|
-
readonly universalArtifact?: {
|
|
313
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
314
|
-
readonly integrity: string & import("effect/Brand").Brand<"SourceHash">;
|
|
315
|
-
} | undefined;
|
|
316
272
|
readonly gitTreeHash?: string | undefined;
|
|
317
273
|
readonly retainedByPack?: boolean | undefined;
|
|
318
274
|
} | {
|
|
319
|
-
readonly url: string;
|
|
320
275
|
readonly type: "git";
|
|
276
|
+
readonly url: string;
|
|
321
277
|
readonly agents: readonly string[];
|
|
322
278
|
readonly installedAt: Date;
|
|
323
279
|
readonly updatedAt: Date;
|
|
@@ -326,31 +282,23 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
326
282
|
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
327
283
|
readonly renderedFiles?: {
|
|
328
284
|
readonly [x: string]: readonly {
|
|
329
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
285
|
+
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
330
286
|
}[];
|
|
331
287
|
} | undefined;
|
|
332
|
-
readonly universalArtifact?: {
|
|
333
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
334
|
-
readonly integrity: string & import("effect/Brand").Brand<"SourceHash">;
|
|
335
|
-
} | undefined;
|
|
336
288
|
readonly gitTreeHash?: string | undefined;
|
|
337
289
|
readonly retainedByPack?: boolean | undefined;
|
|
338
290
|
} | {
|
|
339
|
-
readonly path: string;
|
|
340
291
|
readonly type: "local";
|
|
292
|
+
readonly path: string;
|
|
341
293
|
readonly agents: readonly string[];
|
|
342
294
|
readonly installedAt: Date;
|
|
343
295
|
readonly updatedAt: Date;
|
|
344
296
|
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
345
297
|
readonly renderedFiles?: {
|
|
346
298
|
readonly [x: string]: readonly {
|
|
347
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
299
|
+
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
348
300
|
}[];
|
|
349
301
|
} | undefined;
|
|
350
|
-
readonly universalArtifact?: {
|
|
351
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
352
|
-
readonly integrity: string & import("effect/Brand").Brand<"SourceHash">;
|
|
353
|
-
} | undefined;
|
|
354
302
|
readonly gitTreeHash?: string | undefined;
|
|
355
303
|
readonly retainedByPack?: boolean | undefined;
|
|
356
304
|
} | {
|
|
@@ -358,21 +306,17 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
358
306
|
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
359
307
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
360
308
|
readonly agents: readonly string[];
|
|
361
|
-
readonly integrity: string;
|
|
362
309
|
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
310
|
+
readonly integrity: string;
|
|
363
311
|
readonly sourceName: string;
|
|
364
312
|
readonly installedAt: Date;
|
|
365
313
|
readonly updatedAt: Date;
|
|
366
314
|
readonly sourceHash?: (string & import("effect/Brand").Brand<"SourceHash">) | undefined;
|
|
367
315
|
readonly renderedFiles?: {
|
|
368
316
|
readonly [x: string]: readonly {
|
|
369
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
317
|
+
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
370
318
|
}[];
|
|
371
319
|
} | undefined;
|
|
372
|
-
readonly universalArtifact?: {
|
|
373
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
374
|
-
readonly integrity: string & import("effect/Brand").Brand<"SourceHash">;
|
|
375
|
-
} | undefined;
|
|
376
320
|
readonly gitTreeHash?: string | undefined;
|
|
377
321
|
readonly retainedByPack?: boolean | undefined;
|
|
378
322
|
}>, AppError, never>;
|
|
@@ -393,8 +337,8 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
393
337
|
readonly type: "registry";
|
|
394
338
|
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
395
339
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
396
|
-
readonly integrity: string;
|
|
397
340
|
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
341
|
+
readonly integrity: string;
|
|
398
342
|
readonly sourceName: string;
|
|
399
343
|
readonly installedAt: Date;
|
|
400
344
|
readonly updatedAt: Date;
|
|
@@ -416,8 +360,8 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
416
360
|
readonly type: "registry";
|
|
417
361
|
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
418
362
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
419
|
-
readonly integrity: string;
|
|
420
363
|
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
364
|
+
readonly integrity: string;
|
|
421
365
|
readonly sourceName: string;
|
|
422
366
|
readonly installedAt: Date;
|
|
423
367
|
readonly updatedAt: Date;
|
|
@@ -451,7 +395,7 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
451
395
|
readonly sourceHash?: string | undefined;
|
|
452
396
|
readonly renderedFiles?: {
|
|
453
397
|
readonly [x: string]: readonly {
|
|
454
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
398
|
+
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
455
399
|
}[];
|
|
456
400
|
} | undefined;
|
|
457
401
|
readonly gitTreeHash?: string | undefined;
|
|
@@ -468,7 +412,7 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
468
412
|
readonly sourceHash?: string | undefined;
|
|
469
413
|
readonly renderedFiles?: {
|
|
470
414
|
readonly [x: string]: readonly {
|
|
471
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
415
|
+
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
472
416
|
}[];
|
|
473
417
|
} | undefined;
|
|
474
418
|
readonly gitTreeHash?: string | undefined;
|
|
@@ -485,7 +429,7 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
485
429
|
readonly sourceHash?: string | undefined;
|
|
486
430
|
readonly renderedFiles?: {
|
|
487
431
|
readonly [x: string]: readonly {
|
|
488
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
432
|
+
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
489
433
|
}[];
|
|
490
434
|
} | undefined;
|
|
491
435
|
readonly gitTreeHash?: string | undefined;
|
|
@@ -503,14 +447,14 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
503
447
|
readonly sourceHash?: string | undefined;
|
|
504
448
|
readonly renderedFiles?: {
|
|
505
449
|
readonly [x: string]: readonly {
|
|
506
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
450
|
+
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
507
451
|
}[];
|
|
508
452
|
} | undefined;
|
|
509
453
|
readonly gitTreeHash?: string | undefined;
|
|
510
454
|
readonly retainedByPack?: boolean | undefined;
|
|
511
455
|
} | {
|
|
512
|
-
readonly url: string;
|
|
513
456
|
readonly type: "git";
|
|
457
|
+
readonly url: string;
|
|
514
458
|
readonly agents: readonly string[];
|
|
515
459
|
readonly installedAt: Date;
|
|
516
460
|
readonly updatedAt: Date;
|
|
@@ -519,21 +463,21 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
519
463
|
readonly sourceHash?: string | undefined;
|
|
520
464
|
readonly renderedFiles?: {
|
|
521
465
|
readonly [x: string]: readonly {
|
|
522
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
466
|
+
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
523
467
|
}[];
|
|
524
468
|
} | undefined;
|
|
525
469
|
readonly gitTreeHash?: string | undefined;
|
|
526
470
|
readonly retainedByPack?: boolean | undefined;
|
|
527
471
|
} | {
|
|
528
|
-
readonly path: string;
|
|
529
472
|
readonly type: "local";
|
|
473
|
+
readonly path: string;
|
|
530
474
|
readonly agents: readonly string[];
|
|
531
475
|
readonly installedAt: Date;
|
|
532
476
|
readonly updatedAt: Date;
|
|
533
477
|
readonly sourceHash?: string | undefined;
|
|
534
478
|
readonly renderedFiles?: {
|
|
535
479
|
readonly [x: string]: readonly {
|
|
536
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
480
|
+
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
537
481
|
}[];
|
|
538
482
|
} | undefined;
|
|
539
483
|
readonly gitTreeHash?: string | undefined;
|
|
@@ -543,15 +487,15 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
543
487
|
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
544
488
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
545
489
|
readonly agents: readonly string[];
|
|
546
|
-
readonly integrity: string;
|
|
547
490
|
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
491
|
+
readonly integrity: string;
|
|
548
492
|
readonly sourceName: string;
|
|
549
493
|
readonly installedAt: Date;
|
|
550
494
|
readonly updatedAt: Date;
|
|
551
495
|
readonly sourceHash?: string | undefined;
|
|
552
496
|
readonly renderedFiles?: {
|
|
553
497
|
readonly [x: string]: readonly {
|
|
554
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
498
|
+
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
555
499
|
}[];
|
|
556
500
|
} | undefined;
|
|
557
501
|
readonly gitTreeHash?: string | undefined;
|
|
@@ -570,7 +514,7 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
570
514
|
readonly sourceHash?: string | undefined;
|
|
571
515
|
readonly renderedFiles?: {
|
|
572
516
|
readonly [x: string]: readonly {
|
|
573
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
517
|
+
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
574
518
|
}[];
|
|
575
519
|
} | undefined;
|
|
576
520
|
readonly gitTreeHash?: string | undefined;
|
|
@@ -587,7 +531,7 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
587
531
|
readonly sourceHash?: string | undefined;
|
|
588
532
|
readonly renderedFiles?: {
|
|
589
533
|
readonly [x: string]: readonly {
|
|
590
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
534
|
+
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
591
535
|
}[];
|
|
592
536
|
} | undefined;
|
|
593
537
|
readonly gitTreeHash?: string | undefined;
|
|
@@ -604,7 +548,7 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
604
548
|
readonly sourceHash?: string | undefined;
|
|
605
549
|
readonly renderedFiles?: {
|
|
606
550
|
readonly [x: string]: readonly {
|
|
607
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
551
|
+
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
608
552
|
}[];
|
|
609
553
|
} | undefined;
|
|
610
554
|
readonly gitTreeHash?: string | undefined;
|
|
@@ -622,14 +566,14 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
622
566
|
readonly sourceHash?: string | undefined;
|
|
623
567
|
readonly renderedFiles?: {
|
|
624
568
|
readonly [x: string]: readonly {
|
|
625
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
569
|
+
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
626
570
|
}[];
|
|
627
571
|
} | undefined;
|
|
628
572
|
readonly gitTreeHash?: string | undefined;
|
|
629
573
|
readonly retainedByPack?: boolean | undefined;
|
|
630
574
|
} | {
|
|
631
|
-
readonly url: string;
|
|
632
575
|
readonly type: "git";
|
|
576
|
+
readonly url: string;
|
|
633
577
|
readonly agents: readonly string[];
|
|
634
578
|
readonly installedAt: Date;
|
|
635
579
|
readonly updatedAt: Date;
|
|
@@ -638,21 +582,21 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
638
582
|
readonly sourceHash?: string | undefined;
|
|
639
583
|
readonly renderedFiles?: {
|
|
640
584
|
readonly [x: string]: readonly {
|
|
641
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
585
|
+
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
642
586
|
}[];
|
|
643
587
|
} | undefined;
|
|
644
588
|
readonly gitTreeHash?: string | undefined;
|
|
645
589
|
readonly retainedByPack?: boolean | undefined;
|
|
646
590
|
} | {
|
|
647
|
-
readonly path: string;
|
|
648
591
|
readonly type: "local";
|
|
592
|
+
readonly path: string;
|
|
649
593
|
readonly agents: readonly string[];
|
|
650
594
|
readonly installedAt: Date;
|
|
651
595
|
readonly updatedAt: Date;
|
|
652
596
|
readonly sourceHash?: string | undefined;
|
|
653
597
|
readonly renderedFiles?: {
|
|
654
598
|
readonly [x: string]: readonly {
|
|
655
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
599
|
+
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
656
600
|
}[];
|
|
657
601
|
} | undefined;
|
|
658
602
|
readonly gitTreeHash?: string | undefined;
|
|
@@ -662,15 +606,15 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
662
606
|
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
663
607
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
664
608
|
readonly agents: readonly string[];
|
|
665
|
-
readonly integrity: string;
|
|
666
609
|
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
610
|
+
readonly integrity: string;
|
|
667
611
|
readonly sourceName: string;
|
|
668
612
|
readonly installedAt: Date;
|
|
669
613
|
readonly updatedAt: Date;
|
|
670
614
|
readonly sourceHash?: string | undefined;
|
|
671
615
|
readonly renderedFiles?: {
|
|
672
616
|
readonly [x: string]: readonly {
|
|
673
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
617
|
+
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
674
618
|
}[];
|
|
675
619
|
} | undefined;
|
|
676
620
|
readonly gitTreeHash?: string | undefined;
|
|
@@ -694,7 +638,7 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
694
638
|
readonly sourceHash?: string | undefined;
|
|
695
639
|
readonly renderedFiles?: {
|
|
696
640
|
readonly [x: string]: readonly {
|
|
697
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
641
|
+
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
698
642
|
}[];
|
|
699
643
|
} | undefined;
|
|
700
644
|
readonly gitTreeHash?: string | undefined;
|
|
@@ -711,7 +655,7 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
711
655
|
readonly sourceHash?: string | undefined;
|
|
712
656
|
readonly renderedFiles?: {
|
|
713
657
|
readonly [x: string]: readonly {
|
|
714
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
658
|
+
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
715
659
|
}[];
|
|
716
660
|
} | undefined;
|
|
717
661
|
readonly gitTreeHash?: string | undefined;
|
|
@@ -728,7 +672,7 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
728
672
|
readonly sourceHash?: string | undefined;
|
|
729
673
|
readonly renderedFiles?: {
|
|
730
674
|
readonly [x: string]: readonly {
|
|
731
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
675
|
+
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
732
676
|
}[];
|
|
733
677
|
} | undefined;
|
|
734
678
|
readonly gitTreeHash?: string | undefined;
|
|
@@ -746,14 +690,14 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
746
690
|
readonly sourceHash?: string | undefined;
|
|
747
691
|
readonly renderedFiles?: {
|
|
748
692
|
readonly [x: string]: readonly {
|
|
749
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
693
|
+
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
750
694
|
}[];
|
|
751
695
|
} | undefined;
|
|
752
696
|
readonly gitTreeHash?: string | undefined;
|
|
753
697
|
readonly retainedByPack?: boolean | undefined;
|
|
754
698
|
} | {
|
|
755
|
-
readonly url: string;
|
|
756
699
|
readonly type: "git";
|
|
700
|
+
readonly url: string;
|
|
757
701
|
readonly agents: readonly string[];
|
|
758
702
|
readonly installedAt: Date;
|
|
759
703
|
readonly updatedAt: Date;
|
|
@@ -762,21 +706,21 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
762
706
|
readonly sourceHash?: string | undefined;
|
|
763
707
|
readonly renderedFiles?: {
|
|
764
708
|
readonly [x: string]: readonly {
|
|
765
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
709
|
+
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
766
710
|
}[];
|
|
767
711
|
} | undefined;
|
|
768
712
|
readonly gitTreeHash?: string | undefined;
|
|
769
713
|
readonly retainedByPack?: boolean | undefined;
|
|
770
714
|
} | {
|
|
771
|
-
readonly path: string;
|
|
772
715
|
readonly type: "local";
|
|
716
|
+
readonly path: string;
|
|
773
717
|
readonly agents: readonly string[];
|
|
774
718
|
readonly installedAt: Date;
|
|
775
719
|
readonly updatedAt: Date;
|
|
776
720
|
readonly sourceHash?: string | undefined;
|
|
777
721
|
readonly renderedFiles?: {
|
|
778
722
|
readonly [x: string]: readonly {
|
|
779
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
723
|
+
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
780
724
|
}[];
|
|
781
725
|
} | undefined;
|
|
782
726
|
readonly gitTreeHash?: string | undefined;
|
|
@@ -786,15 +730,15 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
786
730
|
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
787
731
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
788
732
|
readonly agents: readonly string[];
|
|
789
|
-
readonly integrity: string;
|
|
790
733
|
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
734
|
+
readonly integrity: string;
|
|
791
735
|
readonly sourceName: string;
|
|
792
736
|
readonly installedAt: Date;
|
|
793
737
|
readonly updatedAt: Date;
|
|
794
738
|
readonly sourceHash?: string | undefined;
|
|
795
739
|
readonly renderedFiles?: {
|
|
796
740
|
readonly [x: string]: readonly {
|
|
797
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
741
|
+
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
798
742
|
}[];
|
|
799
743
|
} | undefined;
|
|
800
744
|
readonly gitTreeHash?: string | undefined;
|
|
@@ -813,7 +757,7 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
813
757
|
readonly sourceHash?: string | undefined;
|
|
814
758
|
readonly renderedFiles?: {
|
|
815
759
|
readonly [x: string]: readonly {
|
|
816
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
760
|
+
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
817
761
|
}[];
|
|
818
762
|
} | undefined;
|
|
819
763
|
readonly gitTreeHash?: string | undefined;
|
|
@@ -830,7 +774,7 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
830
774
|
readonly sourceHash?: string | undefined;
|
|
831
775
|
readonly renderedFiles?: {
|
|
832
776
|
readonly [x: string]: readonly {
|
|
833
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
777
|
+
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
834
778
|
}[];
|
|
835
779
|
} | undefined;
|
|
836
780
|
readonly gitTreeHash?: string | undefined;
|
|
@@ -847,7 +791,7 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
847
791
|
readonly sourceHash?: string | undefined;
|
|
848
792
|
readonly renderedFiles?: {
|
|
849
793
|
readonly [x: string]: readonly {
|
|
850
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
794
|
+
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
851
795
|
}[];
|
|
852
796
|
} | undefined;
|
|
853
797
|
readonly gitTreeHash?: string | undefined;
|
|
@@ -865,14 +809,14 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
865
809
|
readonly sourceHash?: string | undefined;
|
|
866
810
|
readonly renderedFiles?: {
|
|
867
811
|
readonly [x: string]: readonly {
|
|
868
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
812
|
+
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
869
813
|
}[];
|
|
870
814
|
} | undefined;
|
|
871
815
|
readonly gitTreeHash?: string | undefined;
|
|
872
816
|
readonly retainedByPack?: boolean | undefined;
|
|
873
817
|
} | {
|
|
874
|
-
readonly url: string;
|
|
875
818
|
readonly type: "git";
|
|
819
|
+
readonly url: string;
|
|
876
820
|
readonly agents: readonly string[];
|
|
877
821
|
readonly installedAt: Date;
|
|
878
822
|
readonly updatedAt: Date;
|
|
@@ -881,21 +825,21 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
881
825
|
readonly sourceHash?: string | undefined;
|
|
882
826
|
readonly renderedFiles?: {
|
|
883
827
|
readonly [x: string]: readonly {
|
|
884
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
828
|
+
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
885
829
|
}[];
|
|
886
830
|
} | undefined;
|
|
887
831
|
readonly gitTreeHash?: string | undefined;
|
|
888
832
|
readonly retainedByPack?: boolean | undefined;
|
|
889
833
|
} | {
|
|
890
|
-
readonly path: string;
|
|
891
834
|
readonly type: "local";
|
|
835
|
+
readonly path: string;
|
|
892
836
|
readonly agents: readonly string[];
|
|
893
837
|
readonly installedAt: Date;
|
|
894
838
|
readonly updatedAt: Date;
|
|
895
839
|
readonly sourceHash?: string | undefined;
|
|
896
840
|
readonly renderedFiles?: {
|
|
897
841
|
readonly [x: string]: readonly {
|
|
898
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
842
|
+
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
899
843
|
}[];
|
|
900
844
|
} | undefined;
|
|
901
845
|
readonly gitTreeHash?: string | undefined;
|
|
@@ -905,15 +849,15 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
905
849
|
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
906
850
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
907
851
|
readonly agents: readonly string[];
|
|
908
|
-
readonly integrity: string;
|
|
909
852
|
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
853
|
+
readonly integrity: string;
|
|
910
854
|
readonly sourceName: string;
|
|
911
855
|
readonly installedAt: Date;
|
|
912
856
|
readonly updatedAt: Date;
|
|
913
857
|
readonly sourceHash?: string | undefined;
|
|
914
858
|
readonly renderedFiles?: {
|
|
915
859
|
readonly [x: string]: readonly {
|
|
916
|
-
readonly path: string & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
860
|
+
readonly path: string & import("effect/Brand").Brand<"RelativePath"> & import("effect/Brand").Brand<"RenderedFilePath">;
|
|
917
861
|
}[];
|
|
918
862
|
} | undefined;
|
|
919
863
|
readonly gitTreeHash?: string | undefined;
|
|
@@ -969,8 +913,8 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
969
913
|
readonly gitTreeHash?: string | undefined;
|
|
970
914
|
readonly retainedByPack?: boolean | undefined;
|
|
971
915
|
} | {
|
|
972
|
-
readonly url: string;
|
|
973
916
|
readonly type: "git";
|
|
917
|
+
readonly url: string;
|
|
974
918
|
readonly installedAt: Date;
|
|
975
919
|
readonly updatedAt: Date;
|
|
976
920
|
readonly path?: string | undefined;
|
|
@@ -978,8 +922,8 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
978
922
|
readonly gitTreeHash?: string | undefined;
|
|
979
923
|
readonly retainedByPack?: boolean | undefined;
|
|
980
924
|
} | {
|
|
981
|
-
readonly path: string;
|
|
982
925
|
readonly type: "local";
|
|
926
|
+
readonly path: string;
|
|
983
927
|
readonly installedAt: Date;
|
|
984
928
|
readonly updatedAt: Date;
|
|
985
929
|
readonly gitTreeHash?: string | undefined;
|
|
@@ -988,8 +932,8 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
988
932
|
readonly type: "registry";
|
|
989
933
|
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
990
934
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
991
|
-
readonly integrity: string;
|
|
992
935
|
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
936
|
+
readonly integrity: string;
|
|
993
937
|
readonly sourceName: string;
|
|
994
938
|
readonly installedAt: Date;
|
|
995
939
|
readonly updatedAt: Date;
|
|
@@ -1039,8 +983,8 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1039
983
|
readonly gitTreeHash?: string | undefined;
|
|
1040
984
|
readonly retainedByPack?: boolean | undefined;
|
|
1041
985
|
} | {
|
|
1042
|
-
readonly url: string;
|
|
1043
986
|
readonly type: "git";
|
|
987
|
+
readonly url: string;
|
|
1044
988
|
readonly installedAt: Date;
|
|
1045
989
|
readonly updatedAt: Date;
|
|
1046
990
|
readonly path?: string | undefined;
|
|
@@ -1048,8 +992,8 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1048
992
|
readonly gitTreeHash?: string | undefined;
|
|
1049
993
|
readonly retainedByPack?: boolean | undefined;
|
|
1050
994
|
} | {
|
|
1051
|
-
readonly path: string;
|
|
1052
995
|
readonly type: "local";
|
|
996
|
+
readonly path: string;
|
|
1053
997
|
readonly installedAt: Date;
|
|
1054
998
|
readonly updatedAt: Date;
|
|
1055
999
|
readonly gitTreeHash?: string | undefined;
|
|
@@ -1058,8 +1002,8 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1058
1002
|
readonly type: "registry";
|
|
1059
1003
|
readonly name: string & import("effect/Brand").Brand<"ExtensionName">;
|
|
1060
1004
|
readonly owner: string & import("effect/Brand").Brand<"Handle">;
|
|
1061
|
-
readonly integrity: string;
|
|
1062
1005
|
readonly resolvedVersion: string & import("effect/Brand").Brand<"Version">;
|
|
1006
|
+
readonly integrity: string;
|
|
1063
1007
|
readonly sourceName: string;
|
|
1064
1008
|
readonly installedAt: Date;
|
|
1065
1009
|
readonly updatedAt: Date;
|
|
@@ -1078,7 +1022,7 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1078
1022
|
removePackLock: (name: string) => Effect.Effect<void, AppError, never>;
|
|
1079
1023
|
isExtensionRequiredByInstalledPack: (target: ExtensionTarget) => Effect.Effect<boolean, AppError, never>;
|
|
1080
1024
|
markDependencyRetainedInLockfile: (target: ExtensionTarget) => Effect.Effect<void, AppError, never>;
|
|
1081
|
-
}, AppError,
|
|
1025
|
+
}, AppError, Path.Path | FileSystem.FileSystem>;
|
|
1082
1026
|
/**
|
|
1083
1027
|
* Create a layer that loads workspace read model from disk.
|
|
1084
1028
|
*
|
|
@@ -1089,5 +1033,5 @@ export declare const loadWorkspace: (options: WorkspaceLayerOptions) => Effect.E
|
|
|
1089
1033
|
*
|
|
1090
1034
|
* @experimental This API is unstable and may change without notice.
|
|
1091
1035
|
*/
|
|
1092
|
-
export declare const layer: (options: WorkspaceLayerOptions) => Layer.Layer<WorkspaceMutations, AppError,
|
|
1036
|
+
export declare const layer: (options: WorkspaceLayerOptions) => Layer.Layer<WorkspaceMutations, AppError, Path.Path | FileSystem.FileSystem>;
|
|
1093
1037
|
//# sourceMappingURL=service.d.ts.map
|