@makaio/contracts 1.0.0-dev-1779051654000
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/LICENSE +21 -0
- package/README.md +73 -0
- package/dist/account-identity-ZrtBl3Bq.mjs +1 -0
- package/dist/adapter/index.d.ts +13 -0
- package/dist/adapter/index.d.ts.map +1 -0
- package/dist/adapter/index.mjs +1 -0
- package/dist/adapter/namespace.d.ts +3171 -0
- package/dist/adapter/namespace.d.ts.map +1 -0
- package/dist/adapter/schemas/adapter-session-status.d.ts +15 -0
- package/dist/adapter/schemas/adapter-session-status.d.ts.map +1 -0
- package/dist/adapter/schemas/agent-created.d.ts +17 -0
- package/dist/adapter/schemas/agent-created.d.ts.map +1 -0
- package/dist/adapter/schemas/agent-resolution.d.ts +387 -0
- package/dist/adapter/schemas/agent-resolution.d.ts.map +1 -0
- package/dist/adapter/schemas/base-event.d.ts +11 -0
- package/dist/adapter/schemas/base-event.d.ts.map +1 -0
- package/dist/adapter/schemas/error.d.ts +22 -0
- package/dist/adapter/schemas/error.d.ts.map +1 -0
- package/dist/adapter/schemas/get-agent.d.ts +24 -0
- package/dist/adapter/schemas/get-agent.d.ts.map +1 -0
- package/dist/adapter/schemas/get-capabilities.d.ts +31 -0
- package/dist/adapter/schemas/get-capabilities.d.ts.map +1 -0
- package/dist/adapter/schemas/get-config-schema.d.ts +32 -0
- package/dist/adapter/schemas/get-config-schema.d.ts.map +1 -0
- package/dist/adapter/schemas/index.d.ts +49 -0
- package/dist/adapter/schemas/index.d.ts.map +1 -0
- package/dist/adapter/schemas/infer.d.ts +41 -0
- package/dist/adapter/schemas/infer.d.ts.map +1 -0
- package/dist/adapter/schemas/initialized.d.ts +27 -0
- package/dist/adapter/schemas/initialized.d.ts.map +1 -0
- package/dist/adapter/schemas/list-agents.d.ts +23 -0
- package/dist/adapter/schemas/list-agents.d.ts.map +1 -0
- package/dist/adapter/schemas/log.d.ts +32 -0
- package/dist/adapter/schemas/log.d.ts.map +1 -0
- package/dist/adapter/schemas/provider-context.d.ts +24 -0
- package/dist/adapter/schemas/provider-context.d.ts.map +1 -0
- package/dist/adapter/schemas/quota.d.ts +23 -0
- package/dist/adapter/schemas/quota.d.ts.map +1 -0
- package/dist/adapter/schemas/rehydrate-agent.d.ts +37 -0
- package/dist/adapter/schemas/rehydrate-agent.d.ts.map +1 -0
- package/dist/adapter/schemas/runtime-options.d.ts +32 -0
- package/dist/adapter/schemas/runtime-options.d.ts.map +1 -0
- package/dist/adapter/schemas/session-closed.d.ts +20 -0
- package/dist/adapter/schemas/session-closed.d.ts.map +1 -0
- package/dist/adapter/schemas/session-created.d.ts +17 -0
- package/dist/adapter/schemas/session-created.d.ts.map +1 -0
- package/dist/adapter/schemas/session-discovered.d.ts +29 -0
- package/dist/adapter/schemas/session-discovered.d.ts.map +1 -0
- package/dist/adapter/schemas/session-lineage.d.ts +62 -0
- package/dist/adapter/schemas/session-lineage.d.ts.map +1 -0
- package/dist/adapter/schemas/session-lineage.mjs +1 -0
- package/dist/adapter/schemas/session-linked.d.ts +26 -0
- package/dist/adapter/schemas/session-linked.d.ts.map +1 -0
- package/dist/adapter/schemas/session-status-changed.d.ts +23 -0
- package/dist/adapter/schemas/session-status-changed.d.ts.map +1 -0
- package/dist/adapter/schemas/session-usage.d.ts +22 -0
- package/dist/adapter/schemas/session-usage.d.ts.map +1 -0
- package/dist/adapter/schemas/start-agent.d.ts +1401 -0
- package/dist/adapter/schemas/start-agent.d.ts.map +1 -0
- package/dist/adapter/schemas/stop-agent.d.ts +20 -0
- package/dist/adapter/schemas/stop-agent.d.ts.map +1 -0
- package/dist/adapter/schemas.d.ts +1608 -0
- package/dist/adapter/schemas.d.ts.map +1 -0
- package/dist/adapter-CbtjTUAe.mjs +1 -0
- package/dist/agent/index.d.ts +11 -0
- package/dist/agent/index.d.ts.map +1 -0
- package/dist/agent/namespace.d.ts +2425 -0
- package/dist/agent/namespace.d.ts.map +1 -0
- package/dist/agent/schemas/base-event.d.ts +19 -0
- package/dist/agent/schemas/base-event.d.ts.map +1 -0
- package/dist/agent/schemas/complete.d.ts +43 -0
- package/dist/agent/schemas/complete.d.ts.map +1 -0
- package/dist/agent/schemas/context-window.d.ts +33 -0
- package/dist/agent/schemas/context-window.d.ts.map +1 -0
- package/dist/agent/schemas/credential-change.d.ts +36 -0
- package/dist/agent/schemas/credential-change.d.ts.map +1 -0
- package/dist/agent/schemas/cwd-change.d.ts +56 -0
- package/dist/agent/schemas/cwd-change.d.ts.map +1 -0
- package/dist/agent/schemas/get-capabilities.d.ts +21 -0
- package/dist/agent/schemas/get-capabilities.d.ts.map +1 -0
- package/dist/agent/schemas/idle.d.ts +27 -0
- package/dist/agent/schemas/idle.d.ts.map +1 -0
- package/dist/agent/schemas/index.d.ts +26 -0
- package/dist/agent/schemas/index.d.ts.map +1 -0
- package/dist/agent/schemas/interrupt.d.ts +32 -0
- package/dist/agent/schemas/interrupt.d.ts.map +1 -0
- package/dist/agent/schemas/mcp-servers-set.d.ts +118 -0
- package/dist/agent/schemas/mcp-servers-set.d.ts.map +1 -0
- package/dist/agent/schemas/message.d.ts +44 -0
- package/dist/agent/schemas/message.d.ts.map +1 -0
- package/dist/agent/schemas/model-change.d.ts +76 -0
- package/dist/agent/schemas/model-change.d.ts.map +1 -0
- package/dist/agent/schemas/model-changed.d.ts +39 -0
- package/dist/agent/schemas/model-changed.d.ts.map +1 -0
- package/dist/agent/schemas/reasoning.d.ts +44 -0
- package/dist/agent/schemas/reasoning.d.ts.map +1 -0
- package/dist/agent/schemas/send-message.d.ts +280 -0
- package/dist/agent/schemas/send-message.d.ts.map +1 -0
- package/dist/agent/schemas/session-closed.d.ts +27 -0
- package/dist/agent/schemas/session-closed.d.ts.map +1 -0
- package/dist/agent/schemas/started.d.ts +38 -0
- package/dist/agent/schemas/started.d.ts.map +1 -0
- package/dist/agent/schemas/step.d.ts +224 -0
- package/dist/agent/schemas/step.d.ts.map +1 -0
- package/dist/agent/schemas/tool-approve.d.ts +46 -0
- package/dist/agent/schemas/tool-approve.d.ts.map +1 -0
- package/dist/agent/schemas/tool.d.ts +96 -0
- package/dist/agent/schemas/tool.d.ts.map +1 -0
- package/dist/agent/schemas/turn.d.ts +126 -0
- package/dist/agent/schemas/turn.d.ts.map +1 -0
- package/dist/agent/schemas/usage.d.ts +52 -0
- package/dist/agent/schemas/usage.d.ts.map +1 -0
- package/dist/agent/schemas/user-message-acknowledged.d.ts +27 -0
- package/dist/agent/schemas/user-message-acknowledged.d.ts.map +1 -0
- package/dist/agent/schemas/user-message-completed.d.ts +43 -0
- package/dist/agent/schemas/user-message-completed.d.ts.map +1 -0
- package/dist/agent/schemas/user-message-sent.d.ts +96 -0
- package/dist/agent/schemas/user-message-sent.d.ts.map +1 -0
- package/dist/agent/schemas/validate-model-change.d.ts +27 -0
- package/dist/agent/schemas/validate-model-change.d.ts.map +1 -0
- package/dist/agent/schemas.d.ts +1238 -0
- package/dist/agent/schemas.d.ts.map +1 -0
- package/dist/agent-resolution/index.d.ts +3 -0
- package/dist/agent-resolution/index.d.ts.map +1 -0
- package/dist/agent-resolution/namespace.d.ts +324 -0
- package/dist/agent-resolution/namespace.d.ts.map +1 -0
- package/dist/agent-resolution/schemas.d.ts +263 -0
- package/dist/agent-resolution/schemas.d.ts.map +1 -0
- package/dist/approval/enriched-policy.d.ts +52 -0
- package/dist/approval/enriched-policy.d.ts.map +1 -0
- package/dist/approval/index.d.ts +6 -0
- package/dist/approval/index.d.ts.map +1 -0
- package/dist/approval/namespace.d.ts +127 -0
- package/dist/approval/namespace.d.ts.map +1 -0
- package/dist/approval/schemas.d.ts +80 -0
- package/dist/approval/schemas.d.ts.map +1 -0
- package/dist/approval/types.d.ts +49 -0
- package/dist/approval/types.d.ts.map +1 -0
- package/dist/canonical-model/index.d.ts +7 -0
- package/dist/canonical-model/index.d.ts.map +1 -0
- package/dist/canonical-model/namespace.d.ts +253 -0
- package/dist/canonical-model/namespace.d.ts.map +1 -0
- package/dist/canonical-model/parser.d.ts +47 -0
- package/dist/canonical-model/parser.d.ts.map +1 -0
- package/dist/canonical-model/schemas.d.ts +244 -0
- package/dist/canonical-model/schemas.d.ts.map +1 -0
- package/dist/canonical-model/selection.d.ts +117 -0
- package/dist/canonical-model/selection.d.ts.map +1 -0
- package/dist/canonical-model/types.d.ts +186 -0
- package/dist/canonical-model/types.d.ts.map +1 -0
- package/dist/capabilities/auto-launch/index.d.ts +3 -0
- package/dist/capabilities/auto-launch/index.d.ts.map +1 -0
- package/dist/capabilities/auto-launch/register.d.ts +11 -0
- package/dist/capabilities/auto-launch/register.d.ts.map +1 -0
- package/dist/capabilities/auto-launch/types.d.ts +38 -0
- package/dist/capabilities/auto-launch/types.d.ts.map +1 -0
- package/dist/capabilities/index.d.ts +15 -0
- package/dist/capabilities/index.d.ts.map +1 -0
- package/dist/capabilities/review/index.d.ts +6 -0
- package/dist/capabilities/review/index.d.ts.map +1 -0
- package/dist/capabilities/review/namespace.d.ts +912 -0
- package/dist/capabilities/review/namespace.d.ts.map +1 -0
- package/dist/capabilities/review/register.d.ts +39 -0
- package/dist/capabilities/review/register.d.ts.map +1 -0
- package/dist/capabilities/review/schemas.d.ts +636 -0
- package/dist/capabilities/review/schemas.d.ts.map +1 -0
- package/dist/capabilities/review/types.d.ts +199 -0
- package/dist/capabilities/review/types.d.ts.map +1 -0
- package/dist/capabilities/server/index.d.ts +3 -0
- package/dist/capabilities/server/index.d.ts.map +1 -0
- package/dist/capabilities/server/register.d.ts +18 -0
- package/dist/capabilities/server/register.d.ts.map +1 -0
- package/dist/capabilities/server/types.d.ts +97 -0
- package/dist/capabilities/server/types.d.ts.map +1 -0
- package/dist/capabilities/vcs/events.d.ts +70 -0
- package/dist/capabilities/vcs/events.d.ts.map +1 -0
- package/dist/capabilities/vcs/index.d.ts +7 -0
- package/dist/capabilities/vcs/index.d.ts.map +1 -0
- package/dist/capabilities/vcs/namespace.d.ts +603 -0
- package/dist/capabilities/vcs/namespace.d.ts.map +1 -0
- package/dist/capabilities/vcs/register.d.ts +21 -0
- package/dist/capabilities/vcs/register.d.ts.map +1 -0
- package/dist/capabilities/vcs/schemas/checks.d.ts +34 -0
- package/dist/capabilities/vcs/schemas/checks.d.ts.map +1 -0
- package/dist/capabilities/vcs/schemas/index.d.ts +372 -0
- package/dist/capabilities/vcs/schemas/index.d.ts.map +1 -0
- package/dist/capabilities/vcs/schemas/pr.d.ts +107 -0
- package/dist/capabilities/vcs/schemas/pr.d.ts.map +1 -0
- package/dist/capabilities/vcs/schemas/repository.d.ts +18 -0
- package/dist/capabilities/vcs/schemas/repository.d.ts.map +1 -0
- package/dist/capabilities/vcs/schemas/review.d.ts +24 -0
- package/dist/capabilities/vcs/schemas/review.d.ts.map +1 -0
- package/dist/capabilities/vcs/schemas/statuses.d.ts +27 -0
- package/dist/capabilities/vcs/schemas/statuses.d.ts.map +1 -0
- package/dist/capabilities/vcs/types.d.ts +216 -0
- package/dist/capabilities/vcs/types.d.ts.map +1 -0
- package/dist/capabilities/vcs-pr/index.d.ts +4 -0
- package/dist/capabilities/vcs-pr/index.d.ts.map +1 -0
- package/dist/capabilities/vcs-pr/namespace.d.ts +1080 -0
- package/dist/capabilities/vcs-pr/namespace.d.ts.map +1 -0
- package/dist/capabilities/vcs-pr/schemas.d.ts +816 -0
- package/dist/capabilities/vcs-pr/schemas.d.ts.map +1 -0
- package/dist/capabilities/vision/index.d.ts +5 -0
- package/dist/capabilities/vision/index.d.ts.map +1 -0
- package/dist/capabilities/vision/namespace.d.ts +25 -0
- package/dist/capabilities/vision/namespace.d.ts.map +1 -0
- package/dist/capabilities/vision/schemas.d.ts +36 -0
- package/dist/capabilities/vision/schemas.d.ts.map +1 -0
- package/dist/capabilities/vision/types.d.ts +19 -0
- package/dist/capabilities/vision/types.d.ts.map +1 -0
- package/dist/capabilities/voice/index.d.ts +7 -0
- package/dist/capabilities/voice/index.d.ts.map +1 -0
- package/dist/capabilities/voice/modes.d.ts +13 -0
- package/dist/capabilities/voice/modes.d.ts.map +1 -0
- package/dist/capabilities/voice/namespace.d.ts +174 -0
- package/dist/capabilities/voice/namespace.d.ts.map +1 -0
- package/dist/capabilities/voice/schemas.d.ts +221 -0
- package/dist/capabilities/voice/schemas.d.ts.map +1 -0
- package/dist/capabilities/voice/types.d.ts +188 -0
- package/dist/capabilities/voice/types.d.ts.map +1 -0
- package/dist/capability/index.d.ts +5 -0
- package/dist/capability/index.d.ts.map +1 -0
- package/dist/capability/namespace.d.ts +69 -0
- package/dist/capability/namespace.d.ts.map +1 -0
- package/dist/capability/schemas.d.ts +135 -0
- package/dist/capability/schemas.d.ts.map +1 -0
- package/dist/capability/types.d.ts +41 -0
- package/dist/capability/types.d.ts.map +1 -0
- package/dist/client/account-identity.d.ts +238 -0
- package/dist/client/account-identity.d.ts.map +1 -0
- package/dist/client/binary-management.d.ts +257 -0
- package/dist/client/binary-management.d.ts.map +1 -0
- package/dist/client/binary-resolution.d.ts +62 -0
- package/dist/client/binary-resolution.d.ts.map +1 -0
- package/dist/client/create-definition.d.ts +16 -0
- package/dist/client/create-definition.d.ts.map +1 -0
- package/dist/client/definition.d.ts +338 -0
- package/dist/client/definition.d.ts.map +1 -0
- package/dist/client/index.d.ts +25 -0
- package/dist/client/index.d.ts.map +1 -0
- package/dist/client/index.mjs +1 -0
- package/dist/client/namespace.d.ts +1188 -0
- package/dist/client/namespace.d.ts.map +1 -0
- package/dist/client/primitives.d.ts +23 -0
- package/dist/client/primitives.d.ts.map +1 -0
- package/dist/client/profile.d.ts +377 -0
- package/dist/client/profile.d.ts.map +1 -0
- package/dist/client/runtime-observation.d.ts +155 -0
- package/dist/client/runtime-observation.d.ts.map +1 -0
- package/dist/client/schemas.d.ts +611 -0
- package/dist/client/schemas.d.ts.map +1 -0
- package/dist/client/session-observed.d.ts +152 -0
- package/dist/client/session-observed.d.ts.map +1 -0
- package/dist/client-DBA09LFd.mjs +1 -0
- package/dist/common/action-intent.d.ts +112 -0
- package/dist/common/action-intent.d.ts.map +1 -0
- package/dist/common/focus-context.d.ts +17 -0
- package/dist/common/focus-context.d.ts.map +1 -0
- package/dist/common/index.d.ts +12 -0
- package/dist/common/index.d.ts.map +1 -0
- package/dist/common/index.mjs +1 -0
- package/dist/common/surface.d.ts +48 -0
- package/dist/common/surface.d.ts.map +1 -0
- package/dist/config/adapter-file.d.ts +41 -0
- package/dist/config/adapter-file.d.ts.map +1 -0
- package/dist/config/adapters-file.d.ts +72 -0
- package/dist/config/adapters-file.d.ts.map +1 -0
- package/dist/config/config-namespace.d.ts +189 -0
- package/dist/config/config-namespace.d.ts.map +1 -0
- package/dist/config/config-schema.d.ts +62 -0
- package/dist/config/config-schema.d.ts.map +1 -0
- package/dist/config/config-subjects.d.ts +126 -0
- package/dist/config/config-subjects.d.ts.map +1 -0
- package/dist/config/credential-ref.d.ts +64 -0
- package/dist/config/credential-ref.d.ts.map +1 -0
- package/dist/config/index.d.ts +10 -0
- package/dist/config/index.d.ts.map +1 -0
- package/dist/config/index.mjs +1 -0
- package/dist/config/provider-config-file.d.ts +40 -0
- package/dist/config/provider-config-file.d.ts.map +1 -0
- package/dist/config/provider-config-name.d.ts +41 -0
- package/dist/config/provider-config-name.d.ts.map +1 -0
- package/dist/config/provider-defaults.d.ts +207 -0
- package/dist/config/provider-defaults.d.ts.map +1 -0
- package/dist/config-namespace-B-nWOYn1.mjs +1 -0
- package/dist/credential/change-sequence.d.ts +13 -0
- package/dist/credential/change-sequence.d.ts.map +1 -0
- package/dist/credential/index.d.ts +8 -0
- package/dist/credential/index.d.ts.map +1 -0
- package/dist/credential/namespace.d.ts +242 -0
- package/dist/credential/namespace.d.ts.map +1 -0
- package/dist/credential-ref-DAVeyQ2h.mjs +1 -0
- package/dist/definition-7C4TvfXk.mjs +1 -0
- package/dist/extension/adapter-definition.d.ts +195 -0
- package/dist/extension/adapter-definition.d.ts.map +1 -0
- package/dist/extension/browser-entrypoint.d.ts +12 -0
- package/dist/extension/browser-entrypoint.d.ts.map +1 -0
- package/dist/extension/capability-token.d.ts +27 -0
- package/dist/extension/capability-token.d.ts.map +1 -0
- package/dist/extension/contribution-manifest.d.ts +568 -0
- package/dist/extension/contribution-manifest.d.ts.map +1 -0
- package/dist/extension/contributions/bootstrap-types.d.ts +118 -0
- package/dist/extension/contributions/bootstrap-types.d.ts.map +1 -0
- package/dist/extension/contributions/hash-trigger-types.d.ts +106 -0
- package/dist/extension/contributions/hash-trigger-types.d.ts.map +1 -0
- package/dist/extension/contributions/index.d.ts +11 -0
- package/dist/extension/contributions/index.d.ts.map +1 -0
- package/dist/extension/contributions/page-types.d.ts +168 -0
- package/dist/extension/contributions/page-types.d.ts.map +1 -0
- package/dist/extension/contributions/session-event-action-types.d.ts +275 -0
- package/dist/extension/contributions/session-event-action-types.d.ts.map +1 -0
- package/dist/extension/contributions/tile-types.d.ts +143 -0
- package/dist/extension/contributions/tile-types.d.ts.map +1 -0
- package/dist/extension/contributions/tool-formatter-types.d.ts +76 -0
- package/dist/extension/contributions/tool-formatter-types.d.ts.map +1 -0
- package/dist/extension/contributions/ui-context-types.d.ts +57 -0
- package/dist/extension/contributions/ui-context-types.d.ts.map +1 -0
- package/dist/extension/contributions/web-ui-types.d.ts +145 -0
- package/dist/extension/contributions/web-ui-types.d.ts.map +1 -0
- package/dist/extension/contributions/widget-types.d.ts +168 -0
- package/dist/extension/contributions/widget-types.d.ts.map +1 -0
- package/dist/extension/extension-cli.d.ts +110 -0
- package/dist/extension/extension-cli.d.ts.map +1 -0
- package/dist/extension/extension-config-provider.d.ts +27 -0
- package/dist/extension/extension-config-provider.d.ts.map +1 -0
- package/dist/extension/extension-context.d.ts +100 -0
- package/dist/extension/extension-context.d.ts.map +1 -0
- package/dist/extension/extension-contributions.d.ts +156 -0
- package/dist/extension/extension-contributions.d.ts.map +1 -0
- package/dist/extension/extension-descriptor.d.ts +413 -0
- package/dist/extension/extension-descriptor.d.ts.map +1 -0
- package/dist/extension/extension-lifecycle.d.ts +46 -0
- package/dist/extension/extension-lifecycle.d.ts.map +1 -0
- package/dist/extension/extension-runtime-boot.d.ts +13 -0
- package/dist/extension/extension-runtime-boot.d.ts.map +1 -0
- package/dist/extension/extension-token.d.ts +27 -0
- package/dist/extension/extension-token.d.ts.map +1 -0
- package/dist/extension/extension-warning.d.ts +128 -0
- package/dist/extension/extension-warning.d.ts.map +1 -0
- package/dist/extension/index.d.ts +27 -0
- package/dist/extension/index.d.ts.map +1 -0
- package/dist/extension/index.mjs +1 -0
- package/dist/extension/makaio-extension.d.ts +324 -0
- package/dist/extension/makaio-extension.d.ts.map +1 -0
- package/dist/extension/manifest.d.ts +624 -0
- package/dist/extension/manifest.d.ts.map +1 -0
- package/dist/extension/parse-extension-config.d.ts +21 -0
- package/dist/extension/parse-extension-config.d.ts.map +1 -0
- package/dist/extension-CfIRUup2.mjs +1 -0
- package/dist/harness/codex-capability-map.d.ts +11 -0
- package/dist/harness/codex-capability-map.d.ts.map +1 -0
- package/dist/harness/defaults.d.ts +12 -0
- package/dist/harness/defaults.d.ts.map +1 -0
- package/dist/harness/expand-capabilities.d.ts +93 -0
- package/dist/harness/expand-capabilities.d.ts.map +1 -0
- package/dist/harness/index.d.ts +8 -0
- package/dist/harness/index.d.ts.map +1 -0
- package/dist/harness/index.mjs +1 -0
- package/dist/harness/namespace.d.ts +1340 -0
- package/dist/harness/namespace.d.ts.map +1 -0
- package/dist/harness/schemas.d.ts +186 -0
- package/dist/harness/schemas.d.ts.map +1 -0
- package/dist/harness-BMzrOThN.mjs +1 -0
- package/dist/host/index.d.ts +4 -0
- package/dist/host/index.d.ts.map +1 -0
- package/dist/host/namespace.d.ts +139 -0
- package/dist/host/namespace.d.ts.map +1 -0
- package/dist/host/schemas.d.ts +199 -0
- package/dist/host/schemas.d.ts.map +1 -0
- package/dist/index.d.ts +62 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.mjs +1 -0
- package/dist/mcp/constants.d.ts +8 -0
- package/dist/mcp/constants.d.ts.map +1 -0
- package/dist/mcp/index.d.ts +5 -0
- package/dist/mcp/index.d.ts.map +1 -0
- package/dist/mcp/namespace.d.ts +323 -0
- package/dist/mcp/namespace.d.ts.map +1 -0
- package/dist/mcp/schemas.d.ts +714 -0
- package/dist/mcp/schemas.d.ts.map +1 -0
- package/dist/model/index.d.ts +2 -0
- package/dist/model/index.d.ts.map +1 -0
- package/dist/model/schemas.d.ts +348 -0
- package/dist/model/schemas.d.ts.map +1 -0
- package/dist/model-registry/index.d.ts +4 -0
- package/dist/model-registry/index.d.ts.map +1 -0
- package/dist/model-registry/namespace.d.ts +29 -0
- package/dist/model-registry/namespace.d.ts.map +1 -0
- package/dist/model-registry/schemas.d.ts +36 -0
- package/dist/model-registry/schemas.d.ts.map +1 -0
- package/dist/namespace-DDYu5H_m.mjs +1 -0
- package/dist/namespace-catalog.d.ts +23 -0
- package/dist/namespace-catalog.d.ts.map +1 -0
- package/dist/native-session-supervisor/index.d.ts +4 -0
- package/dist/native-session-supervisor/index.d.ts.map +1 -0
- package/dist/native-session-supervisor/index.mjs +1 -0
- package/dist/native-session-supervisor/namespace.d.ts +171 -0
- package/dist/native-session-supervisor/namespace.d.ts.map +1 -0
- package/dist/native-session-supervisor/schemas.d.ts +245 -0
- package/dist/native-session-supervisor/schemas.d.ts.map +1 -0
- package/dist/native-session-supervisor-1VBkkmcf.mjs +1 -0
- package/dist/platform/index.d.ts +4 -0
- package/dist/platform/index.d.ts.map +1 -0
- package/dist/platform/namespace.d.ts +60 -0
- package/dist/platform/namespace.d.ts.map +1 -0
- package/dist/platform/schemas.d.ts +67 -0
- package/dist/platform/schemas.d.ts.map +1 -0
- package/dist/profile-Bcegl5D9.mjs +1 -0
- package/dist/protocol/catalog.d.ts +4849 -0
- package/dist/protocol/catalog.d.ts.map +1 -0
- package/dist/protocol/export-manifest-audit-utils.d.ts +38 -0
- package/dist/protocol/export-manifest-audit-utils.d.ts.map +1 -0
- package/dist/protocol/export-manifest-json-utils.d.ts +23 -0
- package/dist/protocol/export-manifest-json-utils.d.ts.map +1 -0
- package/dist/protocol/export-manifest-rust-checker.d.ts +11 -0
- package/dist/protocol/export-manifest-rust-checker.d.ts.map +1 -0
- package/dist/protocol/export-manifest-string-utils.d.ts +18 -0
- package/dist/protocol/export-manifest-string-utils.d.ts.map +1 -0
- package/dist/protocol/index.d.ts +5 -0
- package/dist/protocol/index.d.ts.map +1 -0
- package/dist/protocol/types.d.ts +107 -0
- package/dist/protocol/types.d.ts.map +1 -0
- package/dist/provider/definition.d.ts +155 -0
- package/dist/provider/definition.d.ts.map +1 -0
- package/dist/provider/index.d.ts +3 -0
- package/dist/provider/index.d.ts.map +1 -0
- package/dist/provider/index.mjs +1 -0
- package/dist/provider/visibility.d.ts +37 -0
- package/dist/provider/visibility.d.ts.map +1 -0
- package/dist/schemas-BJb5W0VZ.mjs +1 -0
- package/dist/schemas-BkyMBNp4.mjs +1 -0
- package/dist/session/connector-swap-cancelled-error.d.ts +18 -0
- package/dist/session/connector-swap-cancelled-error.d.ts.map +1 -0
- package/dist/session/connector-swap-warning.d.ts +25 -0
- package/dist/session/connector-swap-warning.d.ts.map +1 -0
- package/dist/session/index.d.ts +36 -0
- package/dist/session/index.d.ts.map +1 -0
- package/dist/session/index.mjs +1 -0
- package/dist/session/message-cursor.d.ts +29 -0
- package/dist/session/message-cursor.d.ts.map +1 -0
- package/dist/session/message-storage-namespace.d.ts +1719 -0
- package/dist/session/message-storage-namespace.d.ts.map +1 -0
- package/dist/session/namespace.d.ts +6921 -0
- package/dist/session/namespace.d.ts.map +1 -0
- package/dist/session/schemas/agent.d.ts +54 -0
- package/dist/session/schemas/agent.d.ts.map +1 -0
- package/dist/session/schemas/compression.d.ts +14 -0
- package/dist/session/schemas/compression.d.ts.map +1 -0
- package/dist/session/schemas/crud.d.ts +743 -0
- package/dist/session/schemas/crud.d.ts.map +1 -0
- package/dist/session/schemas/enrichment.d.ts +47 -0
- package/dist/session/schemas/enrichment.d.ts.map +1 -0
- package/dist/session/schemas/event.d.ts +475 -0
- package/dist/session/schemas/event.d.ts.map +1 -0
- package/dist/session/schemas/events.d.ts +525 -0
- package/dist/session/schemas/events.d.ts.map +1 -0
- package/dist/session/schemas/extension-context.d.ts +79 -0
- package/dist/session/schemas/extension-context.d.ts.map +1 -0
- package/dist/session/schemas/fork-child-info.d.ts +24 -0
- package/dist/session/schemas/fork-child-info.d.ts.map +1 -0
- package/dist/session/schemas/lifecycle-events.d.ts +519 -0
- package/dist/session/schemas/lifecycle-events.d.ts.map +1 -0
- package/dist/session/schemas/message.d.ts +266 -0
- package/dist/session/schemas/message.d.ts.map +1 -0
- package/dist/session/schemas/orchestrator.d.ts +1271 -0
- package/dist/session/schemas/orchestrator.d.ts.map +1 -0
- package/dist/session/schemas/primitives.d.ts +33 -0
- package/dist/session/schemas/primitives.d.ts.map +1 -0
- package/dist/session/schemas/resolve-agent-config.d.ts +171 -0
- package/dist/session/schemas/resolve-agent-config.d.ts.map +1 -0
- package/dist/session/schemas/resolve-system-prompt.d.ts +47 -0
- package/dist/session/schemas/resolve-system-prompt.d.ts.map +1 -0
- package/dist/session/schemas/session.d.ts +226 -0
- package/dist/session/schemas/session.d.ts.map +1 -0
- package/dist/session/schemas/snapshot.d.ts +1852 -0
- package/dist/session/schemas/snapshot.d.ts.map +1 -0
- package/dist/session/schemas.d.ts +3499 -0
- package/dist/session/schemas.d.ts.map +1 -0
- package/dist/session/session-context.d.ts +137 -0
- package/dist/session/session-context.d.ts.map +1 -0
- package/dist/session/session-event-storage-namespace.d.ts +2578 -0
- package/dist/session/session-event-storage-namespace.d.ts.map +1 -0
- package/dist/session/session-storage-namespace.d.ts +1702 -0
- package/dist/session/session-storage-namespace.d.ts.map +1 -0
- package/dist/session/types.d.ts +108 -0
- package/dist/session/types.d.ts.map +1 -0
- package/dist/session/utils/branch-kind.d.ts +89 -0
- package/dist/session/utils/branch-kind.d.ts.map +1 -0
- package/dist/session/utils/index.d.ts +3 -0
- package/dist/session/utils/index.d.ts.map +1 -0
- package/dist/session-dXeBGwBr.mjs +1 -0
- package/dist/shared/index.d.ts +495 -0
- package/dist/shared/index.d.ts.map +1 -0
- package/dist/shared/index.mjs +1 -0
- package/dist/shared/json-value.d.ts +38 -0
- package/dist/shared/json-value.d.ts.map +1 -0
- package/dist/shared/ui-config.d.ts +197 -0
- package/dist/shared/ui-config.d.ts.map +1 -0
- package/dist/shared-CE23KND3.mjs +1 -0
- package/dist/skill/index.d.ts +5 -0
- package/dist/skill/index.d.ts.map +1 -0
- package/dist/skill/index.mjs +1 -0
- package/dist/skill/namespace.d.ts +279 -0
- package/dist/skill/namespace.d.ts.map +1 -0
- package/dist/skill/schemas.d.ts +372 -0
- package/dist/skill/schemas.d.ts.map +1 -0
- package/dist/skill/storage-namespace.d.ts +391 -0
- package/dist/skill/storage-namespace.d.ts.map +1 -0
- package/dist/skill/types.d.ts +27 -0
- package/dist/skill/types.d.ts.map +1 -0
- package/dist/skill-DWpt3u5u.mjs +1 -0
- package/dist/storage-namespace-definition-ce8s152w.mjs +1 -0
- package/dist/storage-namespace-definition.d.ts +24 -0
- package/dist/storage-namespace-definition.d.ts.map +1 -0
- package/dist/subagent/errors.d.ts +24 -0
- package/dist/subagent/errors.d.ts.map +1 -0
- package/dist/subagent/index.d.ts +5 -0
- package/dist/subagent/index.d.ts.map +1 -0
- package/dist/subagent/namespace.d.ts +886 -0
- package/dist/subagent/namespace.d.ts.map +1 -0
- package/dist/subagent/schemas.d.ts +308 -0
- package/dist/subagent/schemas.d.ts.map +1 -0
- package/dist/timeout/index.d.ts +3 -0
- package/dist/timeout/index.d.ts.map +1 -0
- package/dist/timeout/schemas.d.ts +25 -0
- package/dist/timeout/schemas.d.ts.map +1 -0
- package/dist/toast/index.d.ts +4 -0
- package/dist/toast/index.d.ts.map +1 -0
- package/dist/toast/index.mjs +1 -0
- package/dist/toast/namespace.d.ts +79 -0
- package/dist/toast/namespace.d.ts.map +1 -0
- package/dist/toast/schemas.d.ts +121 -0
- package/dist/toast/schemas.d.ts.map +1 -0
- package/dist/tool/adapter-identity.d.ts +44 -0
- package/dist/tool/adapter-identity.d.ts.map +1 -0
- package/dist/tool/index.d.ts +6 -0
- package/dist/tool/index.d.ts.map +1 -0
- package/dist/tool/namespace.d.ts +203 -0
- package/dist/tool/namespace.d.ts.map +1 -0
- package/dist/tool/schemas.d.ts +260 -0
- package/dist/tool/schemas.d.ts.map +1 -0
- package/dist/tool-capability/capabilities.d.ts +83 -0
- package/dist/tool-capability/capabilities.d.ts.map +1 -0
- package/dist/tool-capability/index.d.ts +8 -0
- package/dist/tool-capability/index.d.ts.map +1 -0
- package/dist/tool-capability/picker-types.d.ts +55 -0
- package/dist/tool-capability/picker-types.d.ts.map +1 -0
- package/dist/ui-config-C1F4oDus.mjs +1 -0
- package/dist/variant/index.d.ts +4 -0
- package/dist/variant/index.d.ts.map +1 -0
- package/dist/variant/namespace.d.ts +95 -0
- package/dist/variant/namespace.d.ts.map +1 -0
- package/dist/variant/schemas.d.ts +129 -0
- package/dist/variant/schemas.d.ts.map +1 -0
- package/dist/version/index.d.ts +2 -0
- package/dist/version/index.d.ts.map +1 -0
- package/dist/version/primitives.d.ts +37 -0
- package/dist/version/primitives.d.ts.map +1 -0
- package/dist/version-u2rO7guD.mjs +1 -0
- package/dist/visibility-D4i0fywT.mjs +1 -0
- package/dist/workflow/index.d.ts +4 -0
- package/dist/workflow/index.d.ts.map +1 -0
- package/dist/workflow/schemas.d.ts +444 -0
- package/dist/workflow/schemas.d.ts.map +1 -0
- package/dist/workflow/trigger-type-registry.d.ts +53 -0
- package/dist/workflow/trigger-type-registry.d.ts.map +1 -0
- package/package.json +134 -0
|
@@ -0,0 +1,568 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Pure-data contribution manifest types and Zod schemas for Makaio extensions.
|
|
3
|
+
*
|
|
4
|
+
* Extensions may declare which adapters, clients, providers, triggers, log
|
|
5
|
+
* importers, and session event actions they contribute through the
|
|
6
|
+
* `contributions` field on
|
|
7
|
+
* {@link ExtensionManifest}. This is discovery-time metadata only — fully
|
|
8
|
+
* serializable and safe to inspect without executing any extension code.
|
|
9
|
+
*
|
|
10
|
+
* Source-of-truth rule: descriptor `contributions` is for discovery,
|
|
11
|
+
* cataloging, filtering, and package inspection before code load. Runtime
|
|
12
|
+
* activation and registration read the executable fields on
|
|
13
|
+
* `MakaioExtension` (`adapters`, `clients`, `providers`, `tools`, `ui`, and
|
|
14
|
+
* related surfaces). Loaders must not synthesize executable contributions from
|
|
15
|
+
* this manifest; if both forms are present, authoring or packaging validation
|
|
16
|
+
* should keep them aligned.
|
|
17
|
+
* @see {@link ContributionManifest} for the top-level container.
|
|
18
|
+
* @see {@link AdapterManifest} for adapter contribution declarations.
|
|
19
|
+
* @see {@link ClientManifest} for client contribution declarations.
|
|
20
|
+
* @see {@link ProviderManifest} for provider contribution declarations.
|
|
21
|
+
* @see {@link TriggerManifest} for hash trigger contribution declarations.
|
|
22
|
+
* @see {@link LogImporterManifest} for log importer contribution declarations.
|
|
23
|
+
* @see {@link SessionEventActionManifest} for session event action declarations.
|
|
24
|
+
* @see {@link UiSurfaceFlags} for browser UI surface flag declarations.
|
|
25
|
+
*/
|
|
26
|
+
import { z } from 'zod';
|
|
27
|
+
import { type ProtocolId } from '../provider/definition.js';
|
|
28
|
+
import { type VersionLiteral, type VersionRange } from '../version/index.js';
|
|
29
|
+
/**
|
|
30
|
+
* Protocol-specific configuration for an adapter contribution.
|
|
31
|
+
*
|
|
32
|
+
* Currently supports endpoint overrides and acts as a seam for additional
|
|
33
|
+
* protocol-level settings such as auth overrides or timeout policies.
|
|
34
|
+
*/
|
|
35
|
+
export interface ProtocolConfig {
|
|
36
|
+
/** Optional custom endpoint URL overriding the protocol default. */
|
|
37
|
+
readonly endpoint?: string;
|
|
38
|
+
}
|
|
39
|
+
/** Zod schema for {@link ProtocolConfig}. */
|
|
40
|
+
export declare const ProtocolConfigSchema: z.ZodObject<{
|
|
41
|
+
endpoint: z.ZodOptional<z.ZodString>;
|
|
42
|
+
}, z.core.$strip>;
|
|
43
|
+
/**
|
|
44
|
+
* Reference to a supported wire protocol, with optional per-protocol config.
|
|
45
|
+
*
|
|
46
|
+
* - **Simple string** — use the protocol with default settings: `'anthropic'`.
|
|
47
|
+
* - **Config object** — declare one or more protocols with overrides:
|
|
48
|
+
* `{ anthropic: { endpoint: 'https://custom.host/v1' } }`.
|
|
49
|
+
*
|
|
50
|
+
* Both forms are valid in the `protocols` array on {@link AdapterManifest}.
|
|
51
|
+
* @example Simple form
|
|
52
|
+
* ```json
|
|
53
|
+
* "protocols": ["anthropic", "openai"]
|
|
54
|
+
* ```
|
|
55
|
+
* @example Config form
|
|
56
|
+
* ```json
|
|
57
|
+
* "protocols": [{ "anthropic": { "endpoint": "https://custom.host/v1" } }]
|
|
58
|
+
* ```
|
|
59
|
+
*/
|
|
60
|
+
export type ProtocolRef = ProtocolId | {
|
|
61
|
+
readonly [K in ProtocolId]?: ProtocolConfig;
|
|
62
|
+
};
|
|
63
|
+
/** Zod schema for {@link ProtocolRef}. */
|
|
64
|
+
export declare const ProtocolRefSchema: z.ZodUnion<readonly [z.ZodEnum<{
|
|
65
|
+
anthropic: "anthropic";
|
|
66
|
+
openai: "openai";
|
|
67
|
+
}>, z.ZodObject<{
|
|
68
|
+
anthropic: z.ZodOptional<z.ZodObject<{
|
|
69
|
+
endpoint: z.ZodOptional<z.ZodString>;
|
|
70
|
+
}, z.core.$strip>>;
|
|
71
|
+
openai: z.ZodOptional<z.ZodObject<{
|
|
72
|
+
endpoint: z.ZodOptional<z.ZodString>;
|
|
73
|
+
}, z.core.$strip>>;
|
|
74
|
+
}, z.core.$strip>]>;
|
|
75
|
+
/**
|
|
76
|
+
* Reference from an adapter to a client package it depends on.
|
|
77
|
+
*
|
|
78
|
+
* The `version` field follows npm/package.json semver range syntax so the
|
|
79
|
+
* executable adapter contribution can verify compatibility against the
|
|
80
|
+
* installed client (npm package) version. The optional `binaryVersion` field
|
|
81
|
+
* constrains the version of the shipped binary separately — useful when the
|
|
82
|
+
* npm package version and the embedded binary version diverge.
|
|
83
|
+
* @example `{ id: 'claude-code', version: '^1.5.0' }`
|
|
84
|
+
* @example `{ id: 'claude-code', version: '^1.5.0', binaryVersion: '>=1.0.0 <1.2.0' }`
|
|
85
|
+
*/
|
|
86
|
+
export interface AdapterClientRef {
|
|
87
|
+
/** Stable client identifier matching {@link ClientManifest.id}. */
|
|
88
|
+
readonly id: string;
|
|
89
|
+
/**
|
|
90
|
+
* Semver range the adapter is compatible with for the npm package version.
|
|
91
|
+
*
|
|
92
|
+
* Uses the same syntax as `package.json` dependency fields
|
|
93
|
+
* (e.g., `'^1.5.0'`, `'>=2.0.0'`, `'*'`).
|
|
94
|
+
*/
|
|
95
|
+
readonly version: VersionRange;
|
|
96
|
+
/**
|
|
97
|
+
* Optional semver range constraining the binary version separately from the
|
|
98
|
+
* npm package version. The adapter subsystem evaluates this field at
|
|
99
|
+
* activation time by resolving the active client binary.
|
|
100
|
+
*
|
|
101
|
+
* Omit when the binary version is assumed to match the npm package version.
|
|
102
|
+
*/
|
|
103
|
+
readonly binaryVersion?: VersionRange;
|
|
104
|
+
}
|
|
105
|
+
/** Zod schema for {@link AdapterClientRef}. */
|
|
106
|
+
export declare const AdapterClientRefSchema: z.ZodObject<{
|
|
107
|
+
id: z.ZodString;
|
|
108
|
+
version: z.ZodString;
|
|
109
|
+
binaryVersion: z.ZodOptional<z.ZodString>;
|
|
110
|
+
}, z.core.$strip>;
|
|
111
|
+
/**
|
|
112
|
+
* Describes an adapter contributed by an extension.
|
|
113
|
+
*
|
|
114
|
+
* Serializable metadata for discovery, filtering, and inspection. The
|
|
115
|
+
* executable runtime source is `MakaioExtension.adapters[].manifest`, paired
|
|
116
|
+
* with its adapter definition; descriptor-level contributions do not register
|
|
117
|
+
* adapters by themselves.
|
|
118
|
+
*
|
|
119
|
+
* The `protocols` field is required because an adapter must declare at least
|
|
120
|
+
* which wire protocol(s) it implements; all other fields are optional metadata.
|
|
121
|
+
*/
|
|
122
|
+
export interface AdapterManifest {
|
|
123
|
+
/**
|
|
124
|
+
* Stable machine identifier for this adapter contribution (e.g., `'claude-code'`).
|
|
125
|
+
*
|
|
126
|
+
* Used as the key in adapter registries. Must be unique within the declaring
|
|
127
|
+
* extension.
|
|
128
|
+
*/
|
|
129
|
+
readonly name: string;
|
|
130
|
+
/** Human-readable display name shown in the UI (e.g., `'Claude Code'`). */
|
|
131
|
+
readonly displayName?: string;
|
|
132
|
+
/** Short description of what this adapter does. */
|
|
133
|
+
readonly description?: string;
|
|
134
|
+
/**
|
|
135
|
+
* Client packages this adapter depends on.
|
|
136
|
+
*
|
|
137
|
+
* Each entry declares a required client by ID and semver range. Executable
|
|
138
|
+
* adapter processors verify that referenced clients are installed and
|
|
139
|
+
* compatible before activating the adapter.
|
|
140
|
+
*/
|
|
141
|
+
readonly clients?: readonly AdapterClientRef[];
|
|
142
|
+
/**
|
|
143
|
+
* Wire protocol(s) this adapter implements.
|
|
144
|
+
*
|
|
145
|
+
* At least one entry is required. Each entry is either a plain
|
|
146
|
+
* {@link ProtocolId} string or a {@link ProtocolRef} config object with
|
|
147
|
+
* per-protocol overrides.
|
|
148
|
+
*/
|
|
149
|
+
readonly protocols: readonly ProtocolRef[];
|
|
150
|
+
/**
|
|
151
|
+
* Identifier of the provider this adapter defaults to.
|
|
152
|
+
*
|
|
153
|
+
* When omitted, the runtime or user selects the provider. Must reference a
|
|
154
|
+
* registered provider definition `id`.
|
|
155
|
+
*/
|
|
156
|
+
readonly defaultProvider?: string;
|
|
157
|
+
}
|
|
158
|
+
/** Zod schema for {@link AdapterManifest}. */
|
|
159
|
+
export declare const AdapterManifestSchema: z.ZodObject<{
|
|
160
|
+
name: z.ZodString;
|
|
161
|
+
displayName: z.ZodOptional<z.ZodString>;
|
|
162
|
+
description: z.ZodOptional<z.ZodString>;
|
|
163
|
+
clients: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
164
|
+
id: z.ZodString;
|
|
165
|
+
version: z.ZodString;
|
|
166
|
+
binaryVersion: z.ZodOptional<z.ZodString>;
|
|
167
|
+
}, z.core.$strip>>>>;
|
|
168
|
+
protocols: z.ZodReadonly<z.ZodArray<z.ZodUnion<readonly [z.ZodEnum<{
|
|
169
|
+
anthropic: "anthropic";
|
|
170
|
+
openai: "openai";
|
|
171
|
+
}>, z.ZodObject<{
|
|
172
|
+
anthropic: z.ZodOptional<z.ZodObject<{
|
|
173
|
+
endpoint: z.ZodOptional<z.ZodString>;
|
|
174
|
+
}, z.core.$strip>>;
|
|
175
|
+
openai: z.ZodOptional<z.ZodObject<{
|
|
176
|
+
endpoint: z.ZodOptional<z.ZodString>;
|
|
177
|
+
}, z.core.$strip>>;
|
|
178
|
+
}, z.core.$strip>]>>>;
|
|
179
|
+
defaultProvider: z.ZodOptional<z.ZodString>;
|
|
180
|
+
}, z.core.$strip>;
|
|
181
|
+
/**
|
|
182
|
+
* Describes a client binary contributed by an extension.
|
|
183
|
+
*
|
|
184
|
+
* A "client" is a standalone executable (e.g., the Claude Code CLI) that an
|
|
185
|
+
* adapter delegates work to. This manifest is discovery-time metadata;
|
|
186
|
+
* executable `MakaioExtension.clients` definitions are the runtime source for
|
|
187
|
+
* locating, verifying, and managing the binary lifecycle.
|
|
188
|
+
*/
|
|
189
|
+
export interface ClientManifest {
|
|
190
|
+
/**
|
|
191
|
+
* Stable machine identifier for this client (e.g., `'claude-code'`).
|
|
192
|
+
*
|
|
193
|
+
* Must be unique within the declaring extension. Referenced by
|
|
194
|
+
* {@link AdapterClientRef.id} to express adapter-to-client dependencies.
|
|
195
|
+
*/
|
|
196
|
+
readonly id: string;
|
|
197
|
+
/** Human-readable display name (e.g., `'Claude Code'`). */
|
|
198
|
+
readonly name: string;
|
|
199
|
+
/** Short description of what this client binary does. */
|
|
200
|
+
readonly description?: string;
|
|
201
|
+
/**
|
|
202
|
+
* Binary identity for this client.
|
|
203
|
+
*
|
|
204
|
+
* When present, carries the executable name used for PATH detection.
|
|
205
|
+
* When `managed` is `true`, `version` is also required and records the
|
|
206
|
+
* exact binary version the framework should install and activate.
|
|
207
|
+
* @example Unmanaged binary
|
|
208
|
+
* ```ts
|
|
209
|
+
* { name: 'claude' }
|
|
210
|
+
* ```
|
|
211
|
+
* @example Managed binary with pinned version
|
|
212
|
+
* ```ts
|
|
213
|
+
* { name: 'claude', managed: true, version: '2.1.143' }
|
|
214
|
+
* ```
|
|
215
|
+
*/
|
|
216
|
+
readonly binary?: {
|
|
217
|
+
readonly name: string;
|
|
218
|
+
/** Whether the framework manages the installation of this binary. */
|
|
219
|
+
readonly managed?: boolean;
|
|
220
|
+
/**
|
|
221
|
+
* Exact semver version of the binary to install and activate.
|
|
222
|
+
* Required when `managed` is `true`.
|
|
223
|
+
*/
|
|
224
|
+
readonly version?: VersionLiteral;
|
|
225
|
+
};
|
|
226
|
+
}
|
|
227
|
+
/** Zod schema for {@link ClientManifest}. */
|
|
228
|
+
export declare const ClientManifestSchema: z.ZodObject<{
|
|
229
|
+
id: z.ZodString;
|
|
230
|
+
name: z.ZodString;
|
|
231
|
+
description: z.ZodOptional<z.ZodString>;
|
|
232
|
+
binary: z.ZodOptional<z.ZodObject<{
|
|
233
|
+
name: z.ZodString;
|
|
234
|
+
managed: z.ZodOptional<z.ZodBoolean>;
|
|
235
|
+
version: z.ZodOptional<z.ZodString>;
|
|
236
|
+
}, z.core.$strict>>;
|
|
237
|
+
}, z.core.$strict>;
|
|
238
|
+
/**
|
|
239
|
+
* Describes a model provider contributed by an extension.
|
|
240
|
+
*
|
|
241
|
+
* A "provider" is an inference backend (e.g., Anthropic, OpenAI, Z.AI) that
|
|
242
|
+
* adapters use to route model requests. This manifest is discovery-time
|
|
243
|
+
* metadata; executable `MakaioExtension.providers` definitions are the
|
|
244
|
+
* runtime source for credential resolution and model catalog registration.
|
|
245
|
+
* @example
|
|
246
|
+
* ```json
|
|
247
|
+
* { "id": "anthropic", "name": "Anthropic", "description": "Official Anthropic API" }
|
|
248
|
+
* ```
|
|
249
|
+
*/
|
|
250
|
+
export interface ProviderManifest {
|
|
251
|
+
/**
|
|
252
|
+
* Stable machine identifier for this provider (e.g., `'anthropic'`).
|
|
253
|
+
*
|
|
254
|
+
* Must be unique within the declaring extension. Used as the primary key
|
|
255
|
+
* in provider registries and referenced by
|
|
256
|
+
* {@link AdapterManifest.defaultProvider}.
|
|
257
|
+
*/
|
|
258
|
+
readonly id: string;
|
|
259
|
+
/** Human-readable display name (e.g., `'Anthropic'`). */
|
|
260
|
+
readonly name: string;
|
|
261
|
+
/** Short description of this provider. */
|
|
262
|
+
readonly description?: string;
|
|
263
|
+
}
|
|
264
|
+
/** Zod schema for {@link ProviderManifest}. */
|
|
265
|
+
export declare const ProviderManifestSchema: z.ZodObject<{
|
|
266
|
+
id: z.ZodString;
|
|
267
|
+
name: z.ZodString;
|
|
268
|
+
description: z.ZodOptional<z.ZodString>;
|
|
269
|
+
}, z.core.$strip>;
|
|
270
|
+
/**
|
|
271
|
+
* Pipeline stage a hash trigger participates in.
|
|
272
|
+
*
|
|
273
|
+
* Mirrors {@link HashTriggerStage} from the runtime contribution types.
|
|
274
|
+
* Kept as a local type alias so this manifest module remains self-contained.
|
|
275
|
+
*/
|
|
276
|
+
export type TriggerStage = 'gather' | 'transform' | 'action';
|
|
277
|
+
/**
|
|
278
|
+
* Describes a hash trigger contributed by an extension.
|
|
279
|
+
*
|
|
280
|
+
* Serializable metadata for discovery and introspection. The executable
|
|
281
|
+
* runtime source is `MakaioExtension.triggers.createTriggers()`; descriptor
|
|
282
|
+
* contributions are not a registration fallback.
|
|
283
|
+
*/
|
|
284
|
+
export interface TriggerManifest {
|
|
285
|
+
/**
|
|
286
|
+
* Prefix token this trigger responds to (e.g., `'loop'`, `'file'`).
|
|
287
|
+
*
|
|
288
|
+
* Must be unique within the declaring extension. Used by the hash trigger
|
|
289
|
+
* service to route `#prefix:argument` directives.
|
|
290
|
+
*/
|
|
291
|
+
readonly prefix: string;
|
|
292
|
+
/** Human-readable description of what this trigger does. */
|
|
293
|
+
readonly description?: string;
|
|
294
|
+
/**
|
|
295
|
+
* Pipeline stage this trigger participates in.
|
|
296
|
+
*
|
|
297
|
+
* Defaults to `'action'` when omitted.
|
|
298
|
+
*/
|
|
299
|
+
readonly stage?: TriggerStage;
|
|
300
|
+
}
|
|
301
|
+
/** Zod schema for {@link TriggerManifest}. */
|
|
302
|
+
export declare const TriggerManifestSchema: z.ZodObject<{
|
|
303
|
+
prefix: z.ZodString;
|
|
304
|
+
description: z.ZodOptional<z.ZodString>;
|
|
305
|
+
stage: z.ZodOptional<z.ZodEnum<{
|
|
306
|
+
action: "action";
|
|
307
|
+
gather: "gather";
|
|
308
|
+
transform: "transform";
|
|
309
|
+
}>>;
|
|
310
|
+
}, z.core.$strip>;
|
|
311
|
+
/**
|
|
312
|
+
* Describes a log importer contributed by an extension.
|
|
313
|
+
*
|
|
314
|
+
* Serializable metadata for discovery, filtering, and inspection. The
|
|
315
|
+
* executable runtime source is `MakaioExtension.logImport`; descriptor
|
|
316
|
+
* contributions are not a registration fallback.
|
|
317
|
+
*/
|
|
318
|
+
export interface LogImporterManifest {
|
|
319
|
+
/**
|
|
320
|
+
* Adapter name used for attribution (e.g., `'plugin:opencode'`).
|
|
321
|
+
*
|
|
322
|
+
* Must be unique within the declaring extension.
|
|
323
|
+
*/
|
|
324
|
+
readonly adapterName: string;
|
|
325
|
+
/** Human-readable display name (e.g., `'OpenCode'`). */
|
|
326
|
+
readonly displayName: string;
|
|
327
|
+
/**
|
|
328
|
+
* Glob pattern matching importable log files.
|
|
329
|
+
*
|
|
330
|
+
* Discovery tooling can use this pattern to filter file system entries
|
|
331
|
+
* without loading the extension code.
|
|
332
|
+
* @example `'** /storage/session/* /*.json'`
|
|
333
|
+
*/
|
|
334
|
+
readonly logFilePattern?: string;
|
|
335
|
+
}
|
|
336
|
+
/** Zod schema for {@link LogImporterManifest}. */
|
|
337
|
+
export declare const LogImporterManifestSchema: z.ZodObject<{
|
|
338
|
+
adapterName: z.ZodString;
|
|
339
|
+
displayName: z.ZodString;
|
|
340
|
+
logFilePattern: z.ZodOptional<z.ZodString>;
|
|
341
|
+
}, z.core.$strip>;
|
|
342
|
+
/**
|
|
343
|
+
* Describes a session event action contributed by an extension.
|
|
344
|
+
*
|
|
345
|
+
* Serializable metadata for discovery and introspection. The executable
|
|
346
|
+
* runtime source is `MakaioExtension.sessionEventActions.createActions()`;
|
|
347
|
+
* descriptor contributions are not a registration fallback.
|
|
348
|
+
*/
|
|
349
|
+
export interface SessionEventActionManifest {
|
|
350
|
+
/**
|
|
351
|
+
* Unique action identifier within the declaring extension
|
|
352
|
+
* (e.g., `'pin-message:pin'`).
|
|
353
|
+
*/
|
|
354
|
+
readonly id: string;
|
|
355
|
+
/** Display label shown in action menus. */
|
|
356
|
+
readonly label: string;
|
|
357
|
+
/** Optional human-readable description. */
|
|
358
|
+
readonly description?: string;
|
|
359
|
+
/** Optional icon identifier. */
|
|
360
|
+
readonly icon?: string;
|
|
361
|
+
/**
|
|
362
|
+
* Whether the action operates on a single event or multiple events.
|
|
363
|
+
*
|
|
364
|
+
* - `'single'` — immediate execution from a kebab menu.
|
|
365
|
+
* - `'multi'` — opens a picker modal for multi-event selection.
|
|
366
|
+
*/
|
|
367
|
+
readonly selectionMode: 'single' | 'multi';
|
|
368
|
+
/**
|
|
369
|
+
* Message roles the action applies to.
|
|
370
|
+
*
|
|
371
|
+
* Maps to the `entrypoint.messageRole` field on the runtime action options.
|
|
372
|
+
*/
|
|
373
|
+
readonly messageRoles?: readonly ('user' | 'assistant')[];
|
|
374
|
+
}
|
|
375
|
+
/** Zod schema for {@link SessionEventActionManifest}. */
|
|
376
|
+
export declare const SessionEventActionManifestSchema: z.ZodObject<{
|
|
377
|
+
id: z.ZodString;
|
|
378
|
+
label: z.ZodString;
|
|
379
|
+
description: z.ZodOptional<z.ZodString>;
|
|
380
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
381
|
+
selectionMode: z.ZodEnum<{
|
|
382
|
+
multi: "multi";
|
|
383
|
+
single: "single";
|
|
384
|
+
}>;
|
|
385
|
+
messageRoles: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodEnum<{
|
|
386
|
+
assistant: "assistant";
|
|
387
|
+
user: "user";
|
|
388
|
+
}>>>>;
|
|
389
|
+
}, z.core.$strip>;
|
|
390
|
+
/**
|
|
391
|
+
* Discovery-time flags for browser UI contribution surfaces.
|
|
392
|
+
*
|
|
393
|
+
* Each boolean flag indicates that the extension's executable
|
|
394
|
+
* {@link ExtensionUiContribution} declares the corresponding surface.
|
|
395
|
+
* Absent or `false` means the surface is not contributed.
|
|
396
|
+
*/
|
|
397
|
+
export interface UiSurfaceFlags {
|
|
398
|
+
/** Extension contributes one or more tile declarations. */
|
|
399
|
+
readonly tiles?: boolean;
|
|
400
|
+
/** Extension contributes one or more widget declarations. */
|
|
401
|
+
readonly widgets?: boolean;
|
|
402
|
+
/** Extension contributes one or more page declarations. */
|
|
403
|
+
readonly pages?: boolean;
|
|
404
|
+
/** Extension contributes one or more web UI routes. */
|
|
405
|
+
readonly routes?: boolean;
|
|
406
|
+
}
|
|
407
|
+
/** Zod schema for {@link UiSurfaceFlags}. */
|
|
408
|
+
export declare const UiSurfaceFlagsSchema: z.ZodObject<{
|
|
409
|
+
tiles: z.ZodOptional<z.ZodBoolean>;
|
|
410
|
+
widgets: z.ZodOptional<z.ZodBoolean>;
|
|
411
|
+
pages: z.ZodOptional<z.ZodBoolean>;
|
|
412
|
+
routes: z.ZodOptional<z.ZodBoolean>;
|
|
413
|
+
}, z.core.$strip>;
|
|
414
|
+
/**
|
|
415
|
+
* Top-level container for all contributions an extension declares.
|
|
416
|
+
*
|
|
417
|
+
* Added as an optional field on {@link ExtensionManifest}. Extensions that do
|
|
418
|
+
* not need discovery-time contribution metadata may omit this field entirely.
|
|
419
|
+
* This manifest is intentionally not a runtime wiring surface; it mirrors the
|
|
420
|
+
* executable contribution fields only for pre-load introspection.
|
|
421
|
+
*
|
|
422
|
+
* Rich metadata fields ({@link adapters}, {@link clients}, {@link providers},
|
|
423
|
+
* {@link triggers}, {@link logImporters}, {@link sessionEventActions}) carry
|
|
424
|
+
* structured data for discovery and filtering. Boolean surface flags
|
|
425
|
+
* ({@link create}, {@link tools}, {@link bootstrap}, etc.) declare which
|
|
426
|
+
* executable surfaces the extension contributes without duplicating runtime
|
|
427
|
+
* detail.
|
|
428
|
+
* @example Extension contributing an adapter and a client
|
|
429
|
+
* ```json
|
|
430
|
+
* {
|
|
431
|
+
* "contributions": {
|
|
432
|
+
* "adapters": [
|
|
433
|
+
* {
|
|
434
|
+
* "name": "claude-code",
|
|
435
|
+
* "protocols": ["anthropic"],
|
|
436
|
+
* "clients": [{ "id": "claude-code", "version": "^1.5.0" }]
|
|
437
|
+
* }
|
|
438
|
+
* ],
|
|
439
|
+
* "clients": [
|
|
440
|
+
* { "id": "claude-code", "name": "Claude Code", "binary": { "name": "claude" } }
|
|
441
|
+
* ]
|
|
442
|
+
* }
|
|
443
|
+
* }
|
|
444
|
+
* ```
|
|
445
|
+
* @example Extension contributing hash triggers and tools
|
|
446
|
+
* ```json
|
|
447
|
+
* {
|
|
448
|
+
* "contributions": {
|
|
449
|
+
* "triggers": [
|
|
450
|
+
* { "prefix": "loop", "description": "Retry-until-success execution", "stage": "action" }
|
|
451
|
+
* ],
|
|
452
|
+
* "create": true,
|
|
453
|
+
* "tools": true,
|
|
454
|
+
* "configSchema": true,
|
|
455
|
+
* "ui": { "widgets": true }
|
|
456
|
+
* }
|
|
457
|
+
* }
|
|
458
|
+
* ```
|
|
459
|
+
*/
|
|
460
|
+
export interface ContributionManifest {
|
|
461
|
+
/** Adapter contributions declared by this extension. */
|
|
462
|
+
readonly adapters?: readonly AdapterManifest[];
|
|
463
|
+
/** Client binary contributions declared by this extension. */
|
|
464
|
+
readonly clients?: readonly ClientManifest[];
|
|
465
|
+
/** Provider contributions declared by this extension. */
|
|
466
|
+
readonly providers?: readonly ProviderManifest[];
|
|
467
|
+
/** Hash trigger contributions declared by this extension. */
|
|
468
|
+
readonly triggers?: readonly TriggerManifest[];
|
|
469
|
+
/** Log importer contribution declared by this extension. */
|
|
470
|
+
readonly logImporters?: readonly LogImporterManifest[];
|
|
471
|
+
/** Session event action contributions declared by this extension. */
|
|
472
|
+
readonly sessionEventActions?: readonly SessionEventActionManifest[];
|
|
473
|
+
/** Extension provides a service factory ({@link MakaioExtension.create}). */
|
|
474
|
+
readonly create?: boolean;
|
|
475
|
+
/** Extension contributes one or more toolsets ({@link MakaioExtension.tools}). */
|
|
476
|
+
readonly tools?: boolean;
|
|
477
|
+
/** Extension contributes bootstrap import/export ({@link MakaioExtension.bootstrap}). */
|
|
478
|
+
readonly bootstrap?: boolean;
|
|
479
|
+
/** Extension declares a bus namespace ({@link MakaioExtension."namespace"}). */
|
|
480
|
+
readonly namespace?: boolean;
|
|
481
|
+
/** Extension declares a config schema ({@link MakaioExtension.configSchema}). */
|
|
482
|
+
readonly configSchema?: boolean;
|
|
483
|
+
/** Extension declares UI config overrides ({@link MakaioExtension.uiConfig}). */
|
|
484
|
+
readonly uiConfig?: boolean;
|
|
485
|
+
/** Browser UI surface flags ({@link MakaioExtension.ui}). */
|
|
486
|
+
readonly ui?: UiSurfaceFlags;
|
|
487
|
+
}
|
|
488
|
+
/** Zod schema for {@link ContributionManifest}. */
|
|
489
|
+
export declare const ContributionManifestSchema: z.ZodObject<{
|
|
490
|
+
adapters: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
491
|
+
name: z.ZodString;
|
|
492
|
+
displayName: z.ZodOptional<z.ZodString>;
|
|
493
|
+
description: z.ZodOptional<z.ZodString>;
|
|
494
|
+
clients: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
495
|
+
id: z.ZodString;
|
|
496
|
+
version: z.ZodString;
|
|
497
|
+
binaryVersion: z.ZodOptional<z.ZodString>;
|
|
498
|
+
}, z.core.$strip>>>>;
|
|
499
|
+
protocols: z.ZodReadonly<z.ZodArray<z.ZodUnion<readonly [z.ZodEnum<{
|
|
500
|
+
anthropic: "anthropic";
|
|
501
|
+
openai: "openai";
|
|
502
|
+
}>, z.ZodObject<{
|
|
503
|
+
anthropic: z.ZodOptional<z.ZodObject<{
|
|
504
|
+
endpoint: z.ZodOptional<z.ZodString>;
|
|
505
|
+
}, z.core.$strip>>;
|
|
506
|
+
openai: z.ZodOptional<z.ZodObject<{
|
|
507
|
+
endpoint: z.ZodOptional<z.ZodString>;
|
|
508
|
+
}, z.core.$strip>>;
|
|
509
|
+
}, z.core.$strip>]>>>;
|
|
510
|
+
defaultProvider: z.ZodOptional<z.ZodString>;
|
|
511
|
+
}, z.core.$strip>>>>;
|
|
512
|
+
clients: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
513
|
+
id: z.ZodString;
|
|
514
|
+
name: z.ZodString;
|
|
515
|
+
description: z.ZodOptional<z.ZodString>;
|
|
516
|
+
binary: z.ZodOptional<z.ZodObject<{
|
|
517
|
+
name: z.ZodString;
|
|
518
|
+
managed: z.ZodOptional<z.ZodBoolean>;
|
|
519
|
+
version: z.ZodOptional<z.ZodString>;
|
|
520
|
+
}, z.core.$strict>>;
|
|
521
|
+
}, z.core.$strict>>>>;
|
|
522
|
+
providers: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
523
|
+
id: z.ZodString;
|
|
524
|
+
name: z.ZodString;
|
|
525
|
+
description: z.ZodOptional<z.ZodString>;
|
|
526
|
+
}, z.core.$strip>>>>;
|
|
527
|
+
triggers: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
528
|
+
prefix: z.ZodString;
|
|
529
|
+
description: z.ZodOptional<z.ZodString>;
|
|
530
|
+
stage: z.ZodOptional<z.ZodEnum<{
|
|
531
|
+
action: "action";
|
|
532
|
+
gather: "gather";
|
|
533
|
+
transform: "transform";
|
|
534
|
+
}>>;
|
|
535
|
+
}, z.core.$strip>>>>;
|
|
536
|
+
logImporters: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
537
|
+
adapterName: z.ZodString;
|
|
538
|
+
displayName: z.ZodString;
|
|
539
|
+
logFilePattern: z.ZodOptional<z.ZodString>;
|
|
540
|
+
}, z.core.$strip>>>>;
|
|
541
|
+
sessionEventActions: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodObject<{
|
|
542
|
+
id: z.ZodString;
|
|
543
|
+
label: z.ZodString;
|
|
544
|
+
description: z.ZodOptional<z.ZodString>;
|
|
545
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
546
|
+
selectionMode: z.ZodEnum<{
|
|
547
|
+
multi: "multi";
|
|
548
|
+
single: "single";
|
|
549
|
+
}>;
|
|
550
|
+
messageRoles: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodEnum<{
|
|
551
|
+
assistant: "assistant";
|
|
552
|
+
user: "user";
|
|
553
|
+
}>>>>;
|
|
554
|
+
}, z.core.$strip>>>>;
|
|
555
|
+
create: z.ZodOptional<z.ZodBoolean>;
|
|
556
|
+
tools: z.ZodOptional<z.ZodBoolean>;
|
|
557
|
+
bootstrap: z.ZodOptional<z.ZodBoolean>;
|
|
558
|
+
namespace: z.ZodOptional<z.ZodBoolean>;
|
|
559
|
+
configSchema: z.ZodOptional<z.ZodBoolean>;
|
|
560
|
+
uiConfig: z.ZodOptional<z.ZodBoolean>;
|
|
561
|
+
ui: z.ZodOptional<z.ZodObject<{
|
|
562
|
+
tiles: z.ZodOptional<z.ZodBoolean>;
|
|
563
|
+
widgets: z.ZodOptional<z.ZodBoolean>;
|
|
564
|
+
pages: z.ZodOptional<z.ZodBoolean>;
|
|
565
|
+
routes: z.ZodOptional<z.ZodBoolean>;
|
|
566
|
+
}, z.core.$strip>>;
|
|
567
|
+
}, z.core.$strip>;
|
|
568
|
+
//# sourceMappingURL=contribution-manifest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contribution-manifest.d.ts","sourceRoot":"","sources":["../../src/extension/contribution-manifest.ts"],"names":[],"mappings":"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"}
|