MCPcopy
hub / github.com/Fission-AI/OpenSpec / ResolveSchemaForChangeOptions

Interface ResolveSchemaForChangeOptions

src/utils/change-metadata.ts:149–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149export interface ResolveSchemaForChangeOptions {
150 metadata?: ChangeMetadata | null;
151}
152
153/**
154 * Resolves the schema for a change, with explicit override taking precedence.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected