Skip to content

@sqlrooms/ai / serializeSkillManifest

Function: serializeSkillManifest()

serializeSkillManifest(manifest): string

Serialize a manifest to YAML with a stable field order so that round-trips produce diff-friendly output.

Parameters

ParameterType
manifest{ id: string; version: string; name: string; description: string; author?: string; icon?: string; }
manifest.idstring
manifest.versionstring
manifest.namestring
manifest.descriptionstring
manifest.author?string
manifest.icon?string

Returns

string