Skip to main content

Interface: InitProjectResult

Defined in: packages/core/src/application/ports/config-writer.ts:16

Result returned by the initProject operation.

Properties

configPath

readonly configPath: string

Defined in: packages/core/src/application/ports/config-writer.ts:18

Absolute path to the created specd.yaml file.


schemaRef

readonly schemaRef: string

Defined in: packages/core/src/application/ports/config-writer.ts:20

Schema reference as written.


workspaces

readonly workspaces: readonly string[]

Defined in: packages/core/src/application/ports/config-writer.ts:22

Workspace IDs created.