export const formatDocumentation = (fullDocs: string): string => { return `VIBEGAME REFERENCE: ${fullDocs}`; };