Interface: LogImportContribution
Makaio Framework / contracts/extension / LogImportContribution
Interface: LogImportContribution
Section titled “Interface: LogImportContribution”Defined in: ../../../packages/contracts/src/extension/extension-contributions.ts:53
Opaque log import contribution declared by an extension.
Typed as unknown in the contracts layer to avoid importing from
ai-adapters-core. The log-import contribution processor narrows
this to PluginLogImport at processing time.
Properties
Section titled “Properties”adapterName
Section titled “adapterName”
readonlyadapterName:string
Defined in: ../../../packages/contracts/src/extension/extension-contributions.ts:55
Adapter name for attribution (e.g. 'opencode').
config
Section titled “config”
readonlyconfig:unknown
Defined in: ../../../packages/contracts/src/extension/extension-contributions.ts:59
Full log importer configuration, opaque in contracts.
displayName
Section titled “displayName”
readonlydisplayName:string
Defined in: ../../../packages/contracts/src/extension/extension-contributions.ts:57
Human-readable display name (e.g. 'OpenCode').