Interface: BootstrapImportContext
Makaio Framework / contracts / BootstrapImportContext
Interface: BootstrapImportContext
Section titled “Interface: BootstrapImportContext”Defined in: ../../../packages/contracts/src/extension/contributions/bootstrap-types.ts:17
Context for import operations — extends discover context with the bootstrap folder path.
Extends
Section titled “Extends”Properties
Section titled “Properties”bootstrapFolderPath
Section titled “bootstrapFolderPath”bootstrapFolderPath:
string
Defined in: ../../../packages/contracts/src/extension/contributions/bootstrap-types.ts:19
Absolute path to the .makaio/bootstrap/ folder being imported from.
bus:
IMakaioBus
Defined in: ../../../packages/contracts/src/extension/contributions/bootstrap-types.ts:6
Bus instance for querying the runtime.
Inherited from
Section titled “Inherited from”projectId
Section titled “projectId”projectId:
string
Defined in: ../../../packages/contracts/src/extension/contributions/bootstrap-types.ts:8
Active project identifier.
Inherited from
Section titled “Inherited from”BootstrapDiscoverContext.projectId
repoPath
Section titled “repoPath”repoPath:
string
Defined in: ../../../packages/contracts/src/extension/contributions/bootstrap-types.ts:10
Absolute path to the project repository.