package tui // Implementation: github.com/lucasdataproyects/devfactory/tui // PrintError imprime un mensaje con estilo de error (rojo) en stderr. func PrintError(msg string) { // stub — implementation in devfactory/tui }