/**
 * Re-export best practices registry from the shared @n8n/workflow-sdk/prompts package.
 */
export { bestPracticesRegistry as documentation } from '@n8n/workflow-sdk/prompts/best-practices';
