ContractSpec docs
OSS-first docs
These docs teach the open system first: contracts, generated surfaces, runtimes, governance, and incremental adoption. Studio shows up as the operating layer on top, not as the source of truth.
ExportFormat
`"png" | "svg" | "json" | "pdf" | "mermaid" | "dot"`
GraphExportProvider
Interface all format exporters must implement.
interface GraphExportProvider {
readonly format: ExportFormat;
export(options: GraphExportOptions): Promise<GraphExportResult>;
isSupported(): boolean;
}Web implementations (M3 P6/W6.2)
•
`PngExporter` — dom-to-image-more, HiDPI scale=2
•
`SvgExporter` — XMLSerializer + data URL