Skip to main content

Interface: SpecStorageFactory

Defined in: packages/core/src/composition/kernel-registries.ts:25

Factory for workspace spec repositories registered under a named adapter key.

Methods

create()

create(context, options): SpecRepository

Defined in: packages/core/src/composition/kernel-registries.ts:33

Creates a spec repository for the given workspace context.

Parameters

context

SpecRepositoryContext

Shared repository context for the target workspace

options

Readonly<Record<string, unknown>>

Adapter-owned resolved options

Returns

SpecRepository

A fully constructed spec repository implementation